/* width */
@import url(comman.css);
@import url(header.css);
@import url(home-1.css);
@import url(home-2.css);
@import url(home-3.css);
@import url(footer.css);
body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #F2F2F2 0%, #EEE 100%);
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.1) inset;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #B3B3B3;
  box-shadow: 2px 1px 7px 0px rgba(255, 255, 255, 0.35) inset, -2px -1px 7px 0px rgba(0, 0, 0, 0.35) inset;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: "Libre Franklin", sans-serif;
  font-display: swap;
}

section {
  overflow: hidden;
}

.empty_page.error_page {
  height: calc(100vh - 86px);
  background: linear-gradient(180deg, rgba(243, 145, 50, 0) 59.9%, rgba(243, 145, 50, 0.2) 100%);
}
.empty_page.maintenance {
  height: calc(100vh - 1px);
  background: linear-gradient(180deg, rgba(243, 145, 50, 0) 59.9%, rgba(243, 145, 50, 0.2) 100%);
}
.empty_page .empty_page_content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #151515;
}
.empty_page.empty_page .section_small_title h5::before {
  left: 70px;
}

.gallery .gallery_inner .gallery_img_main .gallery_m_img {
  transition: all 0.5s ease-in-out;
}
.gallery .gallery_inner .gallery_img_main .gallery_m_img img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  min-height: 450px;
}
.gallery .gallery_inner .gallery_img_main .gallery_l_img {
  transition: all 0.5s ease-in-out;
}
.gallery .gallery_inner .gallery_img_main .gallery_l_img img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  min-height: 600px;
  object-fit: cover;
}
.gallery .gallery_inner .gallery_img_main .gallery_s_img {
  transition: all 0.5s ease-in-out;
}
.gallery .gallery_inner .gallery_img_main .gallery_s_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 270px;
  max-height: 270px;
}
.gallery .gallery_inner .gallery_img_main .gallery_hover_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 90%;
  height: 90%;
  opacity: 0;
  visibility: hidden;
}
.gallery .gallery_inner .gallery_img_main .gallery_hover_box .gallery_pluse_icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .gallery_inner .gallery_img_main:hover .gallery_hover_box {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
.gallery .gallery_img_modal .modal .modal-dialog {
  max-width: 90%;
}
.gallery .gallery_img_modal .modal .modal-dialog .modal-body .gallery_slider .gallery_slider_item img {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  height: 100%;
  max-height: 600px;
}
.gallery .gallery_img_modal .modal .modal-dialog .modal-body .gallery_slider .slick-next:before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.gallery .gallery_img_modal .modal .modal-dialog .modal-body .gallery_slider .slick-prev:before {
  content: "\f100";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.faq_main .section_small_title h5::before {
  left: 290px;
}

.about_us_heading .section_small_title h5::before {
  left: 360px;
}

.our_experts .expert_card {
  transition: 0.4s all ease-in;
}
.our_experts .expert_card .expert_img img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
}
.our_experts .expert_card .expert_content_box {
  padding: 30px;
  position: absolute;
  bottom: -60px;
  width: 90%;
  height: 160px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 4px 106px rgba(186, 186, 186, 0.14), 0px 2.00195px 53.0518px rgba(186, 186, 186, 0.106447), 0px 1.20588px 31.9559px rgba(186, 186, 186, 0.0912224), 0px 0.772793px 20.479px rgba(186, 186, 186, 0.0799253), 0px 0.500862px 13.2728px rgba(186, 186, 186, 0.07), 0px 0.315287px 8.35511px rgba(186, 186, 186, 0.0600747), 0px 0.181152px 4.80053px rgba(186, 186, 186, 0.0487776), 0px 0.0797297px 2.11284px rgba(186, 186, 186, 0.0335534);
  transition: all 0.5s ease-in-out;
}
.our_experts .expert_card .expert_content_box .share_button {
  border-bottom: 1px solid #EEEEEE;
}
.our_experts .expert_card .expert_content_box .share_button.share_btn_2 {
  width: 40px;
  height: 40px;
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #777777;
  margin-left: auto;
  border-bottom: transparent;
}
.our_experts .expert_card .expert_content_box .share_button.share_btn_2 .share_social_icon {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in;
}
.our_experts .expert_card .expert_content_box .share_button a.share_btn_link {
  width: 40px;
  height: 40px;
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #777777;
}
.our_experts .expert_card .expert_content_box .share_button .share_social_icon {
  position: absolute;
  right: 0;
  bottom: 40px;
  background-color: #FFFFFF;
  width: 40px;
}
.our_experts .expert_card .expert_content_box .share_button .share_social_icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  bottom: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #fff;
  transform: translate(-50%, calc(100% + 0px));
}
.our_experts .expert_card .expert_content_box .share_button .share_social_icon li a:hover {
  color: #777;
}
.our_experts .expert_card .expert_content_box .share_button:hover.share_btn_2 .share_social_icon {
  opacity: 1;
  visibility: visible;
  transition: 0.4s all ease-in;
}
.our_experts .expert_card .expert_content_box .expert_name {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #151515;
}
.our_experts .expert_card .expert_content_box .expert_designation {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 32px;
  max-height: 32px;
}
.our_experts .expert_card .expert_content_box .expert_content_hover {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in;
}
@supports (-webkit-line-clamp: 3) {
  .our_experts .expert_card .expert_content_box .expert_content_hover .expert_details {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.our_experts .expert_card:hover .expert_content_box {
  height: 290px;
  background-color: #F39132;
}
.our_experts .expert_card:hover .expert_content_hover {
  opacity: 1;
  visibility: visible;
  transition: 0.4s all ease-in;
}
.our_experts .expert_card:hover .expert_content_hover .expert_details {
  color: #EEE;
}
.our_experts .expert_card:hover .share_btn_1 {
  display: none !important;
  border: none;
}
.our_experts .expert_card:hover .expert_name {
  color: #fff;
}
.our_experts .expert_card:hover .expert_designation {
  color: #151515 !important;
}

.our_experts .section_small_title h5::before {
  left: 145px !important;
}

.blog_main .section_small_title h5::before {
  left: 200px;
}
.blog_main.blog_news .blog_card .blog_img {
  max-width: 100%;
}
.blog_main .blog_sidebar .sidebar_single_box {
  border: 1px solid #EEEEEE;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.blog_main .blog_sidebar .sidebar_single_box .sidebar_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #F39132;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.blog_main .blog_sidebar .sidebar_single_box .sidebar_title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #F39132;
}
.blog_main .blog_sidebar .sidebar_single_box .input-group .input-group-btn .btn {
  height: 100%;
}
.blog_main .blog_sidebar .sidebar_single_box.blog_categories .single_category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
}
.blog_main .blog_sidebar .sidebar_single_box.blog_categories .single_category .category_count {
  background: #EEEEEE;
  border-radius: 0px 3px 3px 0px;
  padding: 12px 13px;
}
.blog_main .blog_sidebar .sidebar_single_box.latest_post .latest_post_single:not(:last-child) {
  border-bottom: 1px dashed #EEEEEE;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog_main .blog_sidebar .sidebar_single_box.latest_post .latest_post_single .post_img {
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
}
.blog_main .blog_sidebar .sidebar_single_box.latest_post .latest_post_single .post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_main .blog_sidebar .sidebar_single_box.latest_post .latest_post_single .post_detail p.comman_para_16 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_main .blog_sidebar .sidebar_single_box.blog_tags .blog_tag_list {
  background: rgba(238, 238, 238, 0.5019607843);
  padding: 9px 18px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.blog_main .blog_sidebar .sidebar_single_box.blog_tags .blog_tag_list .blog_tag_link {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #555555;
  text-decoration: none;
}
.blog_main .custom_pagination .pagination .page-item .prev-next:hover {
  color: #777777;
}
.blog_main .custom_pagination .pagination .page-item .page-link {
  width: 45px;
  height: 45px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  margin: 0 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #777777;
}
.blog_main .custom_pagination .pagination .page-item .page-link.active {
  background-color: #F39132;
  border: 1px solid transparent;
  color: #151515;
}
.blog_main .custom_pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.blog_main .custom_pagination .pagination .page-item:first-child .page-link {
  border: none;
}
.blog_main .custom_pagination .pagination .page-item:last-child .page-link {
  border: none;
}
.blog_main .blog_list_main .blog_list_single {
  border-bottom: 1px solid rgba(176, 176, 176, 0.4);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.blog_main .blog_list_main .blog_list_single .blog_card .blog_list_img_wrapper {
  position: relative;
  height: 100%;
  padding-bottom: 74%;
}
.blog_main .blog_list_main .blog_list_single .blog_card .blog_list_img_wrapper .blog_list_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_main.blog_morden .blog_morden_inner {
  border-top: 1px solid rgba(176, 176, 176, 0.3019607843);
  border-bottom: 1px solid rgba(176, 176, 176, 0.3019607843);
}
.blog_main.blog_morden .blog_morden_inner .blog_morden_right .blog_morden_single {
  padding-right: 0;
  padding-left: 70px;
}
.blog_main.blog_morden .blog_morden_inner .blog_morden_column {
  border-right: 1px solid rgba(176, 176, 176, 0.3019607843);
}
.blog_main.blog_morden .blog_morden_inner .blog_morden_single {
  padding-right: 70px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.blog_main.blog_morden .blog_morden_inner .blog_morden_single:not(:last-child) {
  border-bottom: 1px solid rgba(176, 176, 176, 0.3019607843);
}
.blog_main.blog_morden .blog_morden_inner .blog_morden_single .blog_morden_img {
  position: relative;
  height: 100%;
}
.blog_main.blog_morden .blog_morden_inner .blog_morden_single .blog_morden_img.blog_morden_s_img {
  padding-bottom: 62%;
}
.blog_main.blog_morden .blog_morden_inner .blog_morden_single .blog_morden_img.blog_morden_l_img {
  padding-bottom: 100%;
}
.blog_main.blog_morden .blog_morden_inner .blog_morden_single .blog_morden_img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_main.blog_morden .blog_morden_inner .blog_morden_single .m_blog_subtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #151515;
  border-bottom: 4px solid #EEEEEE;
  display: inline-block;
}
.blog_main.blog_morden .blog_morden_inner .blog_morden_single .m_blog_title {
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #151515;
}
.blog_main.blog_slider_main .blog_slider .blog_slider_item {
  margin-right: 15px;
  margin-left: 15px;
}
.blog_main.blog_slider_main .blog_slider .blog_slider_item .blog_slider_img {
  padding-bottom: 100%;
}
.blog_main.blog_slider_main .blog_slider .blog_slider_item .blog_slider_content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10;
}
.blog_main.blog_slider_main .blog_slider .blog_slider_item .blog_slider_content .blog_slider_link_arrow a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F39132;
  text-decoration: none;
}
.blog_main.blog_slider_main .blog_slider .blog_slider_item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.34%, #000000 102.04%);
  width: 100%;
  height: 60%;
  z-index: 1;
}
.blog_main.blog_slider_main .blog_slider .slick-dots {
  bottom: -50px;
}
.blog_main.blog_slider_main .blog_slider .slick-dots li {
  width: 45px;
}
.blog_main.blog_slider_main .blog_slider .slick-dots li button::before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 7px;
  content: "";
  text-align: center;
  opacity: 1;
  color: #777777;
  background-color: #777777;
  border-radius: 2px;
}
.blog_main.blog_slider_main .blog_slider .slick-dots li.slick-active button:before {
  background-color: #F39132;
}
.blog_main .blog_deatils .blog_details_banner .details_banner_img {
  padding-bottom: 50%;
}
.blog_main .blog_deatils .blog_detail_content .blog_detail_content_box {
  background: #FFFFFF;
  box-shadow: 0px 27px 94px rgba(203, 203, 203, 0.15), 0px 13.5132px 47.0459px rgba(203, 203, 203, 0.11405), 0px 8.13971px 28.3382px rgba(203, 203, 203, 0.0977383), 0px 5.21635px 18.1606px rgba(203, 203, 203, 0.0856342), 0px 3.38082px 11.7703px rgba(203, 203, 203, 0.075), 0px 2.12819px 7.40924px rgba(203, 203, 203, 0.0643658), 0px 1.22278px 4.25707px rgba(203, 203, 203, 0.0522617), 0px 0.538175px 1.87365px rgba(203, 203, 203, 0.0359501);
  padding: 50px 10px;
}
.blog_main .blog_deatils .blog_detail_content .blog_detail_content_box img {
  width: 100%;
  height: 100%;
  max-width: 46px;
  max-height: 28px;
}
.blog_main .blog_deatils .blog_detail_content .blog_detail_content_box h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #151515;
}
.blog_main .blog_deatils .blog_detail_content .blog_detail_content_box P {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #777777;
}
.blog_main .blog_deatils .blog_detail_content .details_single_img {
  padding-bottom: 68%;
}
.blog_main .blog_deatils .blog_detail_content .blog_detail_tags_share .details_tags .blog_detail_tagList {
  background: rgba(238, 238, 238, 0.5019607843);
  padding: 9px 18px;
  margin-right: 15px;
}
.blog_main .blog_deatils .blog_detail_content .blog_detail_tags_share .details_tags .blog_detail_tagList .blog_detail_tagLink {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #555555;
  text-decoration: none;
}
.blog_main .blog_deatils .blog_detail_content .comment_main .commnet_inner .single_comment {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.blog_main .blog_deatils .blog_detail_content .comment_main .commnet_inner .single_comment .customer_info .customer_profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.blog_main .blog_deatils .blog_detail_content .comment_main .commnet_inner .single_comment .reply_button .reply_button_link {
  border: 1px solid #FFA51F;
  border-radius: 7px;
  padding: 8px 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #FFA51F;
}
.blog_main .blog_deatils .blog_detail_content .reply .reply_from .form-check {
  padding-left: 2em;
}
.blog_main .blog_deatils .blog_detail_content .reply .reply_from .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
}
.blog_main .blog_deatils .blog_detail_content .reply .reply_from .form-check .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.blog_main .blog_deatils .blog_detail_content .reply .reply_from .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.blog_main .you_may_like .mayLike_single_post .mayLike_image img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  min-height: 360px;
  object-fit: cover;
}
.blog_main .you_may_like .mayLike_single_post .mayLike_content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10;
}
.blog_main .you_may_like .mayLike_single_post .mayLike_content .mayLike_link_arrow a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F39132;
  text-decoration: none;
}
.blog_main .you_may_like .mayLike_single_post::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.34%, #000000 102.04%);
  width: 100%;
  height: 60%;
  z-index: 1;
}

.shop_main .section_small_title h5::before {
  left: 65px;
}
.shop_main .shop_sidebar .shop_bikeCompany .form-check-input {
  width: 19px;
  height: 19px;
  margin-top: 0;
}
.shop_main .shop_sidebar .shop_bikeCompany .form-check-input[type=checkbox] {
  border-radius: 3px;
  border: 1px solid #B0B0B0;
}
.shop_main .shop_sidebar .shop_bikeCompany .form-check-input:checked {
  background-color: #F39132;
  border-color: #F39132;
}
.shop_main .shop_sidebar .shop_bikeCompany .form-check-input:checked[type=checkbox] {
  background-image: url("../images/logos/checkblack.svg");
  background-size: auto;
}
.shop_main .shop_sidebar .shop_bikeCompany .form-check-input:focus {
  box-shadow: none;
  border-color: #B0B0B0;
}
.shop_main .shop_sidebar .shop_colors .form-check-input {
  width: 22px;
  height: 22px;
}
.shop_main .shop_sidebar .shop_colors .form-check-input:checked[type=radio] {
  background-image: url("../images/logos/checkwhite.svg");
  background-size: auto;
}
.shop_main .shop_sidebar .shop_colors .form-check-input:focus {
  box-shadow: none;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_1 {
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_1:checked[type=radio] {
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_2 {
  background-color: #333333;
  border-color: #333333;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_2:checked[type=radio] {
  background-color: #333333;
  border-color: #333333;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_3 {
  background-color: #FF8A1E;
  border-color: #FF8A1E;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_3:checked[type=radio] {
  background-color: #FF8A1E;
  border-color: #FF8A1E;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_4 {
  background-color: #153574;
  border-color: #153574;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_4:checked[type=radio] {
  background-color: #153574;
  border-color: #153574;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_5 {
  background-color: #5972A3;
  border-color: #5972A3;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_5:checked[type=radio] {
  background-color: #5972A3;
  border-color: #5972A3;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_6 {
  background-color: #FF4646;
  border-color: #FF4646;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_6:checked[type=radio] {
  background-color: #FF4646;
  border-color: #FF4646;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_7 {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_7:checked[type=radio] {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_8 {
  background-color: #16482A;
  border-color: #16482A;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_8:checked[type=radio] {
  background-color: #16482A;
  border-color: #16482A;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_9 {
  background-color: #FABD20;
  border-color: #FABD20;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_9:checked[type=radio] {
  background-color: #FABD20;
  border-color: #FABD20;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_10 {
  background-color: #DEACAC;
  border-color: #DEACAC;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_10:checked[type=radio] {
  background-color: #DEACAC;
  border-color: #DEACAC;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_11 {
  background-color: #BFE3EB;
  border-color: #BFE3EB;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_11:checked[type=radio] {
  background-color: #BFE3EB;
  border-color: #BFE3EB;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_12 {
  background-color: #ABD15A;
  border-color: #ABD15A;
}
.shop_main .shop_sidebar .shop_colors .form-check-input.shop_color_12:checked[type=radio] {
  background-color: #ABD15A;
  border-color: #ABD15A;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter .range-slider .priceRange {
  background-color: transparent;
  color: rgb(243, 145, 50);
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 17px;
  line-height: 23px;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter .range-slider .ui-slider-horizontal {
  height: 4px;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter .range-slider .ui-slider-horizontal .ui-slider-handle {
  top: -6px !important;
  height: 16px;
  width: 16px;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter .range-slider .ui-state-default {
  border: 2px solid #777777;
  background: transparent;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter .range-slider .ui-widget-content {
  border: none;
  background: #EEEEEE;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter .range-slider .ui-widget-content .ui-state-default {
  border: 2px solid #B0B0B0;
  background: #FFFFFF;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter .range-slider .ui-widget-content .ui-state-default:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter .range-slider .ui-widget-header {
  border: 2px solid #B0B0B0;
  background: #B0B0B0;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter .range-slider .ui-corner-all {
  border-radius: 0;
}
.shop_main .shop_sidebar .shop_price_filter .price_filter .range-slider .priceLable {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #777777;
}
.shop_main .shop_main_content .shop_main_topbar .shop_topbar_left .view-logos {
  width: 100%;
  height: 100%;
  max-width: 24px;
  max-height: 24px;
}
.shop_main .shop_main_content .shop_main_topbar .shop_topbar_left .view-logos.active {
  filter: invert(50%) sepia(100%) hue-rotate(0deg) saturate(500%);
}
.shop_main .shop_main_content .shop_main_topbar .select_option {
  height: 40px;
}
.shop_main .shop_main_content .shop_main_topbar .select_option .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.shop_main .shop_main_content .shop_main_topbar .select_option .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 200px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #777777;
}
.shop_main .shop_main_content .shop_main_topbar .select_option .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  padding: 8px 15px;
  transition: all 0.2s ease-in;
}
.shop_main .shop_main_content .shop_main_topbar .select_option .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #777777 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.shop_main .shop_main_content .shop_main_topbar .select_option .select-styled:active:after {
  top: 9px;
  border-color: transparent transparent #B0B0B0 transparent;
  color: #F4F4F4;
}
.shop_main .shop_main_content .shop_main_topbar .select_option .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #B0B0B0 transparent;
}
.shop_main .shop_main_content .shop_main_topbar .select_option .select-options {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid #B0B0B0;
  border-radius: 5px;
}
.shop_main .shop_main_content .shop_main_topbar .select_option .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  transition: all 0.15s ease-in;
  color: #B0B0B0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.shop_main .shop_main_content .shop_main_topbar .select_option .select-options li:hover {
  color: #F39132;
  background: rgba(243, 145, 50, 0.2);
}
.shop_main .shop_main_content .shop_main_topbar .select_option .select-options li[rel=hide] {
  display: none;
}
.shop_main .shop_main_content .shop_product .shop_item .card {
  padding: 15px;
  transition: all 0.5s ease-in-out;
}
.shop_main .shop_main_content .shop_product .shop_item .card .card_img {
  height: 100%;
  min-height: 270px;
  max-height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
}
.shop_main .shop_main_content .shop_product .shop_item .card .card_img a {
  position: relative;
  z-index: 10;
  text-decoration: none;
}
.shop_main .shop_main_content .shop_product .shop_item .card .card_img a img {
  width: 100%;
  height: 100%;
  min-height: 165px;
  max-height: 165px;
  object-fit: contain;
}
.shop_main .shop_main_content .shop_product .shop_item .card .card_img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(21, 21, 21, 0.5019607843);
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.shop_main .shop_main_content .shop_product .shop_item .card .hover_box {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.shop_main .shop_main_content .shop_product .shop_item .card .hover_box .hover_box_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  border-radius: 50%;
  text-decoration: none;
  color: #777777;
  transition: all 0.5s ease-in-out;
}
.shop_main .shop_main_content .shop_product .shop_item .card:hover {
  background: #FFFFFF;
  box-shadow: 0px 22px 43px rgba(0, 0, 0, 0.09), 0px 2.75474px 5.38427px rgba(0, 0, 0, 0.045);
  transition: all 0.5s ease-in-out;
}
.shop_main .shop_main_content .shop_product .shop_item .card:hover .card_img::before {
  opacity: 1;
  visibility: visible;
}
.shop_main .shop_main_content .shop_product .shop_item .card:hover .hover_box {
  opacity: 1;
  visibility: visible;
}
.shop_main .filter_offcanvas .offcanvas .offcanvas-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background-color: #EEEEEE;
}
.shop_main .filter_offcanvas .offcanvas .offcanvas-body::-webkit-scrollbar {
  width: 10px;
}
.shop_main .filter_offcanvas .offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #C6C6C6;
  box-shadow: inset 1px 0px 4px rgba(255, 255, 255, 0.5), inset 0px 2px 4px rgba(255, 255, 255, 0.4), inset 0px -2px 4px rgba(0, 0, 0, 0.6);
}
.shop_main .shop_list_main .shop_list_product .shop_list_item .shop_list_right {
  flex: 0 0 40%;
  max-width: 40%;
}
.shop_main .shop_list_main .shop_list_product .shop_list_item .shop_list_right .shop_list_img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop_main .shop_list_main .shop_list_product .shop_list_item .shop_list_right .shop_list_img img {
  width: 100%;
  max-width: 230px;
  height: 100%;
  max-height: 145px;
  object-fit: contain;
  min-height: 145px;
}
.shop_main .shop_list_main .shop_list_product .shop_list_item .shop_list_left {
  flex: 0 0 60%;
  max-width: 60%;
}
.shop_main .shop_list_main .shop_list_product .shop_list_item .shop_list_left .shop_list_icon .shop_social_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #EEEEEE;
  border-radius: 50%;
  text-decoration: none;
  color: #777777;
  transition: all 0.5s ease-in-out;
}
.shop_main .shop_list_main .shop_list_product .shop_list_item .shop_list_left .shop_list_icon .shop_social_icon:hover {
  background-color: #F39132;
  color: #151515;
}
.shop_main .product_detail .product_detail_slider {
  background-color: rgba(238, 238, 238, 0.4);
  padding: 50px 20px;
  border-radius: 10px;
}
.shop_main .product_detail .product_detail_slider .product_slider_for .product_slider_item img {
  width: 100%;
  height: 100%;
  max-width: 490px;
  min-height: 310px;
  max-height: 310px;
  object-fit: contain;
  margin: 0 auto;
}
.shop_main .product_detail .product_detail_slider .product_slider_nav .product_slider_nav_item {
  padding: 23px 0;
  margin: 0 10px;
  border: 1px solid #F39132;
  opacity: 0.6;
  background-color: #ffffff;
}
.shop_main .product_detail .product_detail_slider .product_slider_nav .product_slider_nav_item img {
  width: 100%;
  max-width: 114px;
  height: 100%;
  max-height: 72px;
  object-fit: contain;
  margin: 0 auto;
}
.shop_main .product_detail .product_detail_slider .product_slider_nav .product_slider_nav_item.slick-current.slick-slide {
  border: 1px solid rgba(119, 119, 119, 0.5019607843);
  opacity: 1;
  background-color: #EEEEEE;
}
.shop_main .product_detail .product_detail_slider .product_slider_nav .slick-next::before, .shop_main .product_detail .product_detail_slider .product_slider_nav .slick-prev::before {
  color: rgb(119, 119, 119);
}
.shop_main .product_detail .product_detail_slider .slick-next, .shop_main .product_detail .product_detail_slider .slick-prev {
  width: 60px;
  height: 80px;
  background: #EEEEEE;
  z-index: 1;
  top: 63%;
}
.shop_main .product_detail .product_detail_slider .slick-next::before, .shop_main .product_detail .product_detail_slider .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.shop_main .product_detail .product_detail_slider .slick-prev {
  left: -20px;
}
.shop_main .product_detail .product_detail_slider .slick-prev::before {
  content: "\f053";
}
.shop_main .product_detail .product_detail_slider .slick-next {
  right: -20px;
}
.shop_main .product_detail .product_detail_slider .slick-next::before {
  content: "\f054";
}
.shop_main .product_detail .product_details_right .product_details_content .content_top_bar .fa-star {
  color: rgb(255, 180, 0);
}
.shop_main .product_detail .product_details_right .product_details_content .content_top_bar .small_dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: grey;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 20px;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_nav_pill .nav-pills {
  border-bottom: 1px solid #e0e0e0;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_nav_pill .nav-pills .nav-link {
  color: #777777;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.34px;
  text-transform: capitalize;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_nav_pill .nav-pills .nav-link.active {
  background-color: transparent;
  color: #F39132;
  border-bottom: 2px solid #f39132;
  border-radius: 0;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_tab_content .single_review:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_tab_content .single_review .customer_info .customer_profile img {
  width: 100%;
  max-width: 70px;
  min-width: 70px;
  height: 100%;
  max-height: 70px;
  border-radius: 50%;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_tab_content .single_review .reply_button .reply_button_link {
  border: 1px solid #FFA51F;
  border-radius: 7px;
  padding: 8px 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #FFA51F;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_tab_content .writeReview .review_reply_from .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_tab_content .writeReview .review_reply_from .form-check-input:focus {
  box-shadow: none;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_tab_content .writeReview .review_reply_from .form-check-input:checked {
  background-color: #F39132;
  border-color: #F39132;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_discription_content .product_content_wrapper .font_15 {
  line-height: 29px;
}
.shop_main .product_detail .product_details_right .product_details_content .product_description .product_discription_content .product_content_wrapper ::marker {
  color: #B0B0B0;
}

.quick_view_modal .modal-dialog {
  max-width: 100%;
  background-color: transparent;
  margin: 1rem;
}
.quick_view_modal .modal-dialog .quick_view_modal_dialog {
  width: 100%;
  max-width: 1200px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
}
.quick_view_modal .modal-dialog .quick_view_modal_dialog .modal-content {
  border-radius: 10px;
}
.quick_view_modal .modal-dialog .quick_view_modal_dialog .modal-content .modal_right .rating_reviews {
  padding: 20px 0;
}
.quick_view_modal .modal-dialog .quick_view_modal_dialog .modal-content .modal_right .rating_reviews .fa-star::before {
  color: #FFB400;
}
.quick_view_modal .modal-dialog .quick_view_modal_dialog .modal-content .modal_right .rating_reviews .small_dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: grey;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 20px;
}

.related_product {
  border-top: 1px dashed #B0B0B0;
}
.related_product.shop_main_content .shop_product .shop_item .card {
  padding: 0px;
}
.related_product.shop_main_content .shop_product .shop_item .card .card_img {
  min-height: 300px;
  max-height: 300px;
}
.related_product.shop_main_content .shop_product .shop_item .card:hover {
  box-shadow: none;
}
.related_product.shop_main_content .shop_product .shop_item .card:hover .card_img::before {
  opacity: 0;
  visibility: hidden;
}

.our_experts .our_expert_inner .section_small_title h5::before {
  left: 119px;
}

.contact_us .section_small_title h5::before {
  left: 140px;
}
.contact_us .contact_us_inner .contact_us_right {
  padding: 60px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 0.8570941091px 2.4118230343px 0px rgba(200, 200, 200, 0.04), 0px 1.9473838806px 5.479847908px 0px rgba(200, 200, 200, 0.06), 0px 3.3893353939px 9.5374317169px 0px rgba(200, 200, 200, 0.07), 0px 5.3842673302px 15.1510782242px 0px rgba(200, 200, 200, 0.08), 0px 8.3075246811px 23.3769874573px 0px rgba(200, 200, 200, 0.09), 0px 12.9632415771px 36.4779586792px 0px rgba(200, 200, 200, 0.1), 0px 21.5209960938px 60.5590858459px 0px rgba(200, 200, 200, 0.12), 0px 43px 121px 0px rgba(200, 200, 200, 0.16);
}
.contact_us .contact_us_inner .contact_us_right .contact_us_form .form-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}
.contact_us .contact_us_inner .contact_us_left .contact_box {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-top: 100px;
  padding: 70px 60px;
  border-radius: 20px;
  background: #151515;
  box-shadow: 0px 0.8570941091px 2.4118230343px 0px rgba(200, 200, 200, 0.04), 0px 1.9473838806px 5.479847908px 0px rgba(200, 200, 200, 0.06), 0px 3.3893353939px 9.5374317169px 0px rgba(200, 200, 200, 0.07), 0px 5.3842673302px 15.1510782242px 0px rgba(200, 200, 200, 0.08), 0px 8.3075246811px 23.3769874573px 0px rgba(200, 200, 200, 0.09), 0px 12.9632415771px 36.4779586792px 0px rgba(200, 200, 200, 0.1), 0px 21.5209960938px 60.5590858459px 0px rgba(200, 200, 200, 0.12), 0px 43px 121px 0px rgba(200, 200, 200, 0.16);
}
.contact_us .contact_us_inner .contact_us_left .contact_box h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.28px;
}

.our_office {
  padding: 110px 0;
  background: url("../images/our_office_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (background-image: url("../images/our_office_bg.webp")) {
  .our_office {
    background-image: url("../images/our_office_bg.webp");
  }
}
.our_office .section_small_title h5::before {
  left: 100px;
}
.our_office .office_single_box {
  cursor: pointer;
}

.privacy_policy .section_small_title h5::before {
  left: 228px;
}
.privacy_policy .privacy_policy_wrapper .inner_content {
  padding-top: 60px;
}
.privacy_policy .privacy_policy_wrapper .inner_content .content_single .content_single_left {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 10px;
}
.privacy_policy .privacy_policy_wrapper .inner_content .content_single .content_single_right {
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 10px;
}

.help_center .help_center_wrapper .help_center_tab {
  width: 100%;
  height: 100%;
  background: url("../images/helpcenterbg.png");
  background-repeat: no-repeat;
  background-size: 360px 360px;
  background-position: center;
}
@supports (background-image: url("../images/helpcenterbg.webp")) {
  .help_center .help_center_wrapper .help_center_tab {
    background-image: url("../images/helpcenterbg.webp");
  }
}
.help_center .help_center_wrapper .help_box .help_box_content {
  padding: 30px 25px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 1.9235398769px 2.4731225967px 0px rgba(205, 199, 195, 0.06), 0px 4.8647766113px 6.2547130585px 0px rgba(205, 199, 195, 0.08), 0px 9.9236879349px 12.7590274811px 0px rgba(205, 199, 195, 0.11), 0px 20.4409217834px 26.2811851501px 0px rgba(205, 199, 195, 0.13), 0px 56px 72px 0px rgba(205, 199, 195, 0.19);
  transition: all 0.5s ease-in;
  max-width: 230px;
  cursor: pointer;
}
.help_center .help_center_wrapper .help_box .help_box_content .help_box_title {
  color: #151515;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-top: 25px;
  transition: all 0.5s ease-in;
}
.help_center .help_center_wrapper .help_box .help_box_content .help_box_text {
  color: #777;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.3px;
  transition: all 0.5s ease-in;
}
.help_center .help_center_wrapper .help_box .help_box_content:hover, .help_center .help_center_wrapper .help_box .help_box_content.active {
  background: #F39132;
  box-shadow: 0px 1.9235398769px 2.4731225967px 0px rgba(205, 199, 195, 0.06), 0px 4.8647766113px 6.2547130585px 0px rgba(205, 199, 195, 0.08), 0px 9.9236879349px 12.7590274811px 0px rgba(205, 199, 195, 0.11), 0px 20.4409217834px 26.2811851501px 0px rgba(205, 199, 195, 0.13), 0px 56px 72px 0px rgba(205, 199, 195, 0.19);
  transition: all 0.5s ease-in;
}
.help_center .help_center_wrapper .help_box .help_box_content:hover .help_box_icon, .help_center .help_center_wrapper .help_box .help_box_content.active .help_box_icon {
  display: none;
}
.help_center .help_center_wrapper .help_box .help_box_content:hover .help_box_hover_icon, .help_center .help_center_wrapper .help_box .help_box_content.active .help_box_hover_icon {
  display: block !important;
}
.help_center .help_center_wrapper .help_box .help_box_content:hover .help_box_title, .help_center .help_center_wrapper .help_box .help_box_content.active .help_box_title {
  color: #fff;
  transition: all 0.5s ease-in;
}
.help_center .help_center_wrapper .help_box .help_box_content:hover .help_box_text, .help_center .help_center_wrapper .help_box .help_box_content.active .help_box_text {
  color: #eee;
  transition: all 0.5s ease-in;
}

.my_account .section_small_title h5::before {
  left: 220px;
}
.my_account .my_account_tab .my_account_right {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0.6256495714px 2.456253767px 0px rgba(206, 206, 206, 0.03), 0px 1.4546841383px 5.7109823227px 0px rgba(206, 206, 206, 0.04), 0px 2.6122756004px 10.2556009293px 0px rgba(206, 206, 206, 0.05), 0px 4.3354101181px 17.0204982758px 0px rgba(206, 206, 206, 0.05), 0px 7.1424417496px 28.0406990051px 0px rgba(206, 206, 206, 0.06), 0px 12.4829187393px 49.0070114136px 0px rgba(206, 206, 206, 0.07), 0px 27px 106px 0px rgba(206, 206, 206, 0.1);
}
.my_account .my_account_tab .my_account_right .myaccount_profile {
  padding: 40px 20px 35px;
}
.my_account .my_account_tab .my_account_right .myaccount_profile img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0px 2.1945335865px 4.9875764847px 0px rgba(0, 0, 0, 0.06), 0px 7.3709821701px 16.7522315979px 0px rgba(0, 0, 0, 0.1), 0px 33px 75px 0px rgba(0, 0, 0, 0.16);
}
.my_account .my_account_tab .my_account_right .myaccount_profile .logout_btn {
  padding: 9px 32px;
  border: 1.3px solid #777777;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #777777;
  display: inline-block;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
.my_account .my_account_tab .my_account_right .account_pill_wrapper {
  border-top: 1px solid #EEEEEE;
}
.my_account .my_account_tab .my_account_right .account_pill_wrapper .account_nav_pill {
  padding: 22px 20px 40px;
}
.my_account .my_account_tab .my_account_right .account_pill_wrapper .account_nav_pill .nav-pills .nav-link {
  padding: 13px 20px;
  color: #777;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  display: flex;
  align-items: center;
  border-radius: 10px !important;
}
.my_account .my_account_tab .my_account_right .account_pill_wrapper .account_nav_pill .nav-pills .nav-link .nav_pill_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background: linear-gradient(138deg, #FFD4AB 5.66%, #F6993F 100%);
  margin-right: 20px;
}
.my_account .my_account_tab .my_account_right .account_pill_wrapper .account_nav_pill .nav-pills .nav-link.active {
  color: #fff;
  border-radius: 10px;
  background: #F39132;
  box-shadow: 0px 0.9131946564px 2.2138051987px 0px rgba(231, 127, 23, 0.03), 0px 2.1945335865px 5.3200817108px 0px rgba(231, 127, 23, 0.05), 0px 4.1321120262px 10.017241478px 0px rgba(231, 127, 23, 0.06), 0px 7.3709821701px 17.8690471649px 0px rgba(231, 127, 23, 0.07), 0px 13.786611557px 33.422088623px 0px rgba(231, 127, 23, 0.09), 0px 33px 80px 0px rgba(231, 127, 23, 0.12);
}
.my_account .my_account_tab .my_account_right .account_pill_wrapper .account_nav_pill .nav-pills .nav-link.active .nav_pill_icon {
  background: #ffffff;
}
.my_account .my_account_tab .my_account_right .account_pill_wrapper .account_nav_pill .nav-pills .nav-link.active .nav_pill_icon img {
  filter: invert(50%) sepia(100%) hue-rotate(0deg) saturate(500%);
}
.my_account .my_account_tab .my_account_right .account_pill_wrapper .account_nav_pill .nav-pills .show > .nav-link {
  color: #fff;
  border-radius: 10px;
  background: #F39132;
  box-shadow: 0px 0.9131946564px 2.2138051987px 0px rgba(231, 127, 23, 0.03), 0px 2.1945335865px 5.3200817108px 0px rgba(231, 127, 23, 0.05), 0px 4.1321120262px 10.017241478px 0px rgba(231, 127, 23, 0.06), 0px 7.3709821701px 17.8690471649px 0px rgba(231, 127, 23, 0.07), 0px 13.786611557px 33.422088623px 0px rgba(231, 127, 23, 0.09), 0px 33px 80px 0px rgba(231, 127, 23, 0.12);
}
.my_account .my_account_tab .dashboard_tab_pane .dashboard_content .dashboard_content_card {
  padding: 40px 35px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0.6256495714px 2.456253767px 0px rgba(206, 206, 206, 0.03), 0px 1.4546841383px 5.7109823227px 0px rgba(206, 206, 206, 0.04), 0px 2.6122756004px 10.2556009293px 0px rgba(206, 206, 206, 0.05), 0px 4.3354101181px 17.0204982758px 0px rgba(206, 206, 206, 0.05), 0px 7.1424417496px 28.0406990051px 0px rgba(206, 206, 206, 0.06), 0px 12.4829187393px 49.0070114136px 0px rgba(206, 206, 206, 0.07), 0px 27px 106px 0px rgba(206, 206, 206, 0.1);
}
.my_account .my_account_tab .dashboard_tab_pane .dashboard_content .dashboard_content_card::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/account_cardbg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@supports (background-image: url("../images/account_cardbg.webp")) {
  .my_account .my_account_tab .dashboard_tab_pane .dashboard_content .dashboard_content_card::before {
    background-image: url("../images/account_cardbg.webp");
  }
}
.my_account .my_account_tab .dashboard_tab_pane .dashboard_content .dashboard_content_card .card_next_arrow {
  position: absolute;
  right: 30px;
  bottom: 0px;
}
.my_account .my_account_tab .dashboard_tab_pane .dashboard_content .dashboard_content_card .card_next_arrow a {
  color: #F39132;
  font-size: 30px;
}
.my_account .my_account_tab .dashboard_tab_pane .address_content .address_box {
  border: 1px dashed rgba(176, 176, 176, 0.5019607843);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 46px 25px;
}
.my_account .my_account_tab .dashboard_tab_pane .select_option {
  height: 50px;
}
.my_account .my_account_tab .dashboard_tab_pane .select_option .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.my_account .my_account_tab .dashboard_tab_pane .select_option .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #777777;
}
.my_account .my_account_tab .dashboard_tab_pane .select_option .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid rgba(176, 176, 176, 0.5019607843);
  padding: 8px 15px;
  transition: all 0.2s ease-in;
}
.my_account .my_account_tab .dashboard_tab_pane .select_option .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #777777 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 10px;
}
.my_account .my_account_tab .dashboard_tab_pane .select_option .select-styled:active:after {
  top: 9px;
  border-color: transparent transparent rgba(176, 176, 176, 0.5019607843) transparent;
  color: #F4F4F4;
}
.my_account .my_account_tab .dashboard_tab_pane .select_option .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent rgba(176, 176, 176, 0.5019607843) transparent;
}
.my_account .my_account_tab .dashboard_tab_pane .select_option .select-options {
  display: none;
  position: absolute;
  top: 49px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(176, 176, 176, 0.5019607843);
}
.my_account .my_account_tab .dashboard_tab_pane .select_option .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  transition: all 0.15s ease-in;
  color: #B0B0B0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.my_account .my_account_tab .dashboard_tab_pane .select_option .select-options li:hover {
  color: #F39132;
  background: rgba(243, 145, 50, 0.2);
}
.my_account .my_account_tab .dashboard_tab_pane .select_option .select-options li[rel=hide] {
  display: none;
}
.my_account .my_account_tab .dashboard_tab_pane .address_change .successfull_notification {
  background: linear-gradient(90deg, #EAFCD4 0%, rgba(234, 252, 212, 0) 100%);
  padding: 20px 30px;
}
.my_account .my_account_tab .dashboard_tab_pane .address_change .successfull_notification .success_text {
  color: #71A72A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  padding-left: 20px;
}
.my_account .my_account_tab .dashboard_tab_pane .address_change .change_address_box {
  border-radius: 15px;
  border: 1px dashed rgba(176, 176, 176, 0.5019607843);
}
.my_account .my_account_tab .dashboard_tab_pane .address_change .change_address_box .addres_box_header {
  border-bottom: 1px dashed rgba(176, 176, 176, 0.5019607843);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.my_account .my_account_tab .dashboard_tab_pane .address_change .change_address_box .addres_box_header .adress_edit_btn {
  border-radius: 5px;
  border: 1px solid #F39132;
  padding: 7px 25px;
  color: #F39132;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  text-decoration: none;
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .avatar-upload {
  position: relative;
  max-width: 160px;
  margin: 35px auto 20px;
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .avatar-upload .avatar-edit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.5019607843);
  border-radius: 50%;
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .avatar-upload .avatar-edit input {
  display: none;
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .avatar-upload .avatar-edit input + label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: FontAwesome;
  color: #EEEEEE;
  text-align: center;
  margin: auto;
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .avatar-upload .avatar-preview {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 100%;
  background: rgba(17, 17, 17, 0.6);
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .avatar-upload .avatar-preview > .imagePreview {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .manage_profile_form .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  background-color: transparent;
  border: 1px solid #777777;
  margin-top: 3px;
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .manage_profile_form .form-check-input:checked[type=radio] {
  background-image: url("../images/logos/primarydot.png");
  background-size: 50%;
  background-position: center;
  border-color: #FFA51F;
}
@supports (background-image: url("../images/logos/primarydot.webp")) {
  .my_account .my_account_tab .dashboard_tab_pane .manage_profile .manage_profile_form .form-check-input:checked[type=radio] {
    background-image: url("../images/logos/primarydot.webp");
  }
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .manage_profile_form .form-check-input:focus {
  border-color: #FFA51F;
  outline: 0;
  box-shadow: none;
}
.my_account .my_account_tab .dashboard_tab_pane .manage_profile .change_passowrd .change_password_form .change_password_input {
  width: 100%;
  border: 1px solid rgba(176, 176, 176, 0.5019607843);
  height: 50px;
}
.my_account .my_account_tab .modal .modal-dialog {
  max-width: 560px;
}
.my_account .my_account_tab .modal .modal-dialog .modal-content {
  border-radius: 10px;
}
.my_account .wishlist_tab_pane .my_wishlist_table .order_img {
  width: 70px;
  height: 70px;
  background-color: #EEE;
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px;
}
.my_account .wishlist_tab_pane .my_wishlist_table .order_img img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 55px;
}
.my_account .my_order_table {
  border: 1px solid rgba(176, 176, 176, 0.3411764706);
  border-radius: 10px 10px 10px 10px;
}
.my_account .my_order_table table {
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
}
.my_account .my_order_table table th, .my_account .my_order_table table td {
  padding: 20px 30px;
  white-space: nowrap;
}
.my_account .my_order_table table thead {
  background: rgba(238, 238, 238, 0.5019607843);
}
.my_account .my_order_table .table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(176, 176, 176, 0.3411764706);
}

.order_details .section_small_title h5::before {
  left: 220px;
}
.order_details .order_information .order_number .left__arrow {
  border: 1px solid #F39132;
  border-radius: 5px;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_details .order_information .order_info_bg {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2.1286637783px 10.017241478px 0px rgba(156, 156, 156, 0.05), 0px 17px 80px 0px rgba(156, 156, 156, 0.1);
}
.order_details .order_information .order_details_main .order_details .order_img {
  width: 90px;
  height: 90px;
  background-color: #EEE;
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px;
}
.order_details .order_information .order_details_main .order_details .order_img img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 55px;
}

.cart_offacanvas.offcanvas-end {
  width: 100%;
  max-width: 500px;
}
.cart_offacanvas.offcanvas-end .offcanvas-header .btn-close {
  color: #151515;
  opacity: 1;
}
.cart_offacanvas.offcanvas-end .offcanvas-body .cart_single_product .cart_product_img {
  width: 150px;
  height: 150px;
  background-color: #EEEEEE;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart_offacanvas.offcanvas-end .offcanvas-body .cart_single_product .cart_product_img img {
  width: 100%;
  max-width: 115px;
  height: 100%;
  max-height: 72px;
  object-fit: cover;
}
.cart_offacanvas .you_may_like .card_img {
  height: 100%;
  min-height: 205px;
  max-height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
  padding: 20px;
}
.cart_offacanvas .you_may_like .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 110px;
}

.check_out_main .check_out_progress .steps a {
  display: inline-block;
  margin: 0 0 0.5em;
}
.check_out_main .check_out_progress .steps ul {
  padding-bottom: 20px;
}
.check_out_main .check_out_progress .steps ul li {
  text-align: left;
}
.check_out_main .check_out_progress .steps ul li::before {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  background-color: transparent;
  border: 1.5px solid #777;
  color: #777;
  font-size: 20px;
  font-weight: 500;
  top: -10px;
}
.check_out_main .check_out_progress .steps ul li::after {
  height: 6px;
  top: 80px;
  background-color: #EEEEEE;
}
.check_out_main .check_out_progress .steps ul li.current::after, .check_out_main .check_out_progress .steps ul li.done::after {
  background-color: #F39132;
}
.check_out_main .check_out_progress .steps ul li.current::before, .check_out_main .check_out_progress .steps ul li.done::before {
  border: 1.5px solid #F39132;
  color: #f39132;
}
.check_out_main .check_out_progress .steps ul li.current p, .check_out_main .check_out_progress .steps ul li.done p {
  color: #f39132 !important;
}
.check_out_main .check_out_progress .shopping_cart .cart_table {
  border: 1px solid rgba(176, 176, 176, 0.3411764706);
  border-radius: 10px 10px 10px 10px;
}
.check_out_main .check_out_progress .shopping_cart .cart_table table {
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
}
.check_out_main .check_out_progress .shopping_cart .cart_table table thead {
  background-color: transparent;
}
.check_out_main .check_out_progress .shopping_cart .cart_table table th, .check_out_main .check_out_progress .shopping_cart .cart_table table td {
  padding: 20px 25px;
  white-space: nowrap;
}
.check_out_main .check_out_progress .shopping_cart .cart_table .table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(176, 176, 176, 0.3411764706);
}
.check_out_main .check_out_progress .shopping_cart .cart_table .order_img {
  width: 90px;
  height: 90px;
  background-color: #EEE;
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px;
}
.check_out_main .check_out_progress .shopping_cart .cart_table .order_img img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 55px;
  object-fit: cover;
}
.check_out_main .check_out_progress .shopping_cart .coupon_code {
  border: 1px solid rgba(176, 176, 176, 0.4);
  padding: 0 20px 0 10px;
}
.check_out_main .check_out_progress .checkout_right .checkout_card {
  border-radius: 5px;
  border: 2px solid #F39132;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_header {
  padding: 25px;
  background-color: rgba(243, 145, 50, 0.1019607843);
  border-radius: 5px 5px 0px 0px;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body {
  padding: 30px 25px;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body .order_iteam_box {
  padding-bottom: 25px;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body .order_iteam_box .order_item {
  padding-bottom: 25px;
  border-bottom: 1px solid lightgrey;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body .order_iteam_box .order_item:not(:first-child) {
  padding-top: 25px;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body .order_iteam_box .order_item .item_img {
  width: 85px;
  height: 85px;
  background-color: #EEE;
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body .order_iteam_box .order_item .item_img img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 55px;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body .order_iteam_box .order_item .item_details h5 {
  font-family: Libre Franklin;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.34px;
  color: #151515;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body .order_iteam_box .order_item .item_details p.color {
  font-family: Libre Franklin;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #151515;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body .order_iteam_box .order_item .item_details p.price {
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #151515;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body .shipping_info .form-check .form-check-input {
  accent-color: black;
  -webkit-appearance: auto;
  appearance: auto;
}
.check_out_main .check_out_progress .checkout_right .checkout_card .card_body .shipping_info .form-check .form-check-input:focus {
  box-shadow: none;
}
.check_out_main .check_out_progress .checkout_right .lightBlack_outline_button.check_out_btn::before {
  width: 390px;
  height: 390px;
  top: 100px;
}
.check_out_main .check_out_progress .checkout_right .lightBlack_outline_button.check_out_btn:hover::before {
  top: 0;
}
.check_out_main .check_out_progress .wizard > .content > .body {
  position: inherit;
}
.check_out_main .check_out_progress .wizard > .actions {
  opacity: 0;
  visibility: hidden;
}
.check_out_main .check_out_progress .select_option {
  height: 50px;
}
.check_out_main .check_out_progress .select_option .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.check_out_main .check_out_progress .select_option .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #777777;
}
.check_out_main .check_out_progress .select_option .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid rgba(176, 176, 176, 0.5019607843);
  padding: 8px 15px;
  transition: all 0.2s ease-in;
  border-radius: 0.25rem !important;
}
.check_out_main .check_out_progress .select_option .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #777777 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 10px;
}
.check_out_main .check_out_progress .select_option .select-styled:active:after {
  top: 9px;
  border-color: transparent transparent rgba(176, 176, 176, 0.5019607843) transparent;
  color: #F4F4F4;
}
.check_out_main .check_out_progress .select_option .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent rgba(176, 176, 176, 0.5019607843) transparent;
}
.check_out_main .check_out_progress .select_option .select-options {
  display: none;
  position: absolute;
  top: 49px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none !important;
  background-color: #FFFFFF;
  border: 1px solid rgba(176, 176, 176, 0.5019607843);
}
.check_out_main .check_out_progress .select_option .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  transition: all 0.15s ease-in;
  color: #B0B0B0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.check_out_main .check_out_progress .select_option .select-options li:hover {
  color: #F39132;
  background: rgba(243, 145, 50, 0.2);
}
.check_out_main .check_out_progress .select_option .select-options li[rel=hide] {
  display: none;
}
.check_out_main .check_out_progress .payment_address .accordion .accordion-item {
  border: none;
  padding: 0;
  padding-top: 20px;
}
.check_out_main .check_out_progress .payment_address .accordion .accordion-item .accordion-button {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.check_out_main .check_out_progress .payment_address .accordion .accordion-item .accordion-button::before {
  background-image: none;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-right: 0;
}
.check_out_main .check_out_progress .payment_address .accordion .accordion-item .accordion-button::after {
  background-image: url("../images/logos/down-arrow.webp");
}
.check_out_main .check_out_progress .payment_address .accordion .accordion-item .accordion-button .form-check-input:checked {
  accent-color: black;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.check_out_main .check_out_progress .payment_address .accordion .accordion-item .accordion-button .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.check_out_main .check_out_progress .payment_address .cash-pay {
  border: 1px solid #ccc;
}
.check_out_main .check_out_progress .payment_address .cash-pay .cash_delivery {
  width: fit-content;
  background: #FFF;
  margin: 0 0 20px;
  padding: 10px;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 500;
}
.check_out_main .check_out_progress .payment_address .cash-pay .cash_delivery .form-check-input:checked {
  accent-color: black;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.check_out_main .check_out_progress .payment_address .cash-pay .cash_delivery .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.check_out_main .check_out_progress .confirmation .confirmation_content .confirmation_img {
  width: 100%;
  height: 100%;
  max-width: 240px;
  max-height: 200px;
  margin: 0 auto 25px;
}
.check_out_main .check_out_progress .confirmation .confirmation_order_details {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px dashed lightgrey;
}
.check_out_main .check_out_progress .confirmation .confirmation_order_details .confirmation_order {
  border-right: 1px dashed lightgrey;
  padding-left: 20px;
}
.check_out_main .check_out_progress .confirmation .confirmation_order_details .confirmation_order:not(:last-child) {
  border-right: none;
}
.check_out_main .check_out_progress .confirmation .confirmation_order_details .confirmation_order h5.order_title {
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #777;
}
.check_out_main .check_out_progress .confirmation .confirmation_order_details .confirmation_order .order_dis {
  font-family: Libre Franklin;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #151515;
}
.check_out_main .check_out_progress .confirmation .subtotal_details .order-details-box .order_iteam_box:not(:last-child) {
  border-bottom: 1px dashed lightgrey;
  padding-bottom: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
}
.check_out_main .check_out_progress .confirmation .subtotal_details .order-details-box .order_iteam_box .item_img {
  width: 145px;
  height: 115px;
  background-color: #EEE;
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px;
}
.check_out_main .check_out_progress .confirmation .subtotal_details .order-details-box .order_iteam_box .item_img img {
  width: 100%;
  height: 100%;
  max-width: 90px;
  max-height: 75px;
}
.check_out_main .check_out_progress .confirmation .subtotal_details .order-details-box .order_iteam_box .item_details .product_name .product_title {
  font-family: Libre Franklin;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #151515;
}
.check_out_main .check_out_progress .confirmation .subtotal_details .order-details-box .order_iteam_box .item_details .product_name .product_color {
  font-family: Libre Franklin;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-top: 10px;
}
.check_out_main .check_out_progress .confirmation .subtotal_details .order-details-box .order_iteam_box .item_details .product_price {
  font-family: Libre Franklin;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #151515;
}
.check_out_main .check_out_progress .confirmation .subtotal_details .sub-total-box {
  background-color: rgba(243, 145, 50, 0.1);
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 35px 30px;
}
.check_out_main .check_out_progress .confirmation .subtotal_details .sub-total-box .title {
  font-family: Libre Franklin;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  color: #777;
}
.check_out_main .check_out_progress .confirmation .subtotal_details .sub-total-box .amout {
  font-family: Libre Franklin;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  color: #151515;
}
.check_out_main .check_out_progress .confirmation .subtotal_details .sub-total-box .all_total {
  border-top: 1px dashed lightgrey;
}

.sign_in .section_small_title h5::before {
  left: 220px;
}

.form-container {
  background-image: url("../images/signin-signup-bg.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (background-image: url("../images/signin-signup-bg.webp")) {
  .form-container {
    background-image: url("../images/signin-signup-bg.webp");
  }
}
.form-container .signin-signup {
  width: 100%;
  max-width: 520px;
  padding: 50px;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 0.916891396px 2.2722959518px 0px rgba(153, 153, 153, 0.02), 0px 2.0832479px 5.1628317833px 0px rgba(153, 153, 153, 0.03), 0px 3.6258006096px 8.9856796265px 0px rgba(153, 153, 153, 0.04), 0px 5.7599139214px 14.2745695114px 0px rgba(153, 153, 153, 0.05), 0px 8.8871192932px 22.0245990753px 0px rgba(153, 153, 153, 0.06), 0px 13.8676538467px 34.3676643372px 0px rgba(153, 153, 153, 0.07), 0px 23.0224609375px 57.0556678772px 0px rgba(153, 153, 153, 0.08), 0px 46px 114px 0px rgba(153, 153, 153, 0.1);
  margin: 0 auto;
}
.form-container .signin-signup .form-input .password_input {
  border: 1px solid rgba(176, 176, 176, 0.5019607843);
  padding: 12px 20px;
}

.my_account .my_wishlist_table .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #B0B0B0;
  border-radius: 3px;
}
.my_account .my_wishlist_table .form-check-input:checked {
  background-color: #F39132;
  border-color: #F39132;
}
.my_account .my_wishlist_table .form-check-input:focus {
  box-shadow: none;
  outline: none;
}
.my_account .my_wishlist_table .order_img {
  width: 70px;
  height: 70px;
  background-color: #EEE;
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px;
}
.my_account .my_wishlist_table .order_img img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 55px;
}/*# sourceMappingURL=style.css.map */