@import url(reset.css);
.comm_btn {
  position: relative;
  display: block;
  color: #fff;
  background: #0682a3;
  color: #fff !important;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.comm_btn span {
  position: relative;
  z-index: 100;
}
.comm_btn:before, .comm_btn:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.comm_btn:before {
  transform: translate3d(-100%, 0, 0);
  background-color: #10a0c7;
  transition: transform 300ms;
}
.comm_btn:hover:before {
  transform: translate3d(0, 0, 0);
}
.comm_btn:hover:after {
  transform: translate3d(0, 0, 0);
}
.comm_btn.dark {
  background: #000;
}

.comm_title {
  margin-bottom: 35px;
}
.comm_title h2 {
  font-size: 28px;
  font-weight: bold;
}

.sub_comm_title {
  margin-bottom: 35px;
  margin-bottom: 30px;
}
.sub_comm_title h2 {
  font-size: 28px;
  font-weight: bold;
}
.sub_comm_title h2 {
  font-size: 20px;
}

.comm_border_radius {
  border-radius: 10px;
}

.border_btn {
  border: 1px solid #b5b5b5;
  padding: 6px 20px;
  border-radius: 30px;
  color: #7A7A7A;
}
.border_btn:hover {
  color: #000;
}

a {
  color: #0682a3;
}
a:hover {
  color: #0682a3;
}

.social_media li {
  margin: 0 5px;
}
.social_media li a {
  width: 35px;
  height: 35px;
  color: #0682a3;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  border: 2px solid #0682a3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social_media li a:hover {
  background: #0682a3;
  color: #fff;
}

body {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 25px;
}

header {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
header.fixed {
  background-color: #fff;
  z-index: 99;
  width: 100%;
  position: fixed;
  display: none;
  top: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header .mobile_nav {
  font-size: 20px;
  cursor: pointer;
  width: 43px;
  text-align: center;
}
header .header_top {
  background-color: #F8F8F8;
  padding: 5px 0;
  font-size: 12px;
}
header .header_top .contact_info {
  gap: 20px;
  font-size: 14px;
}
header .header_top .contact_info i {
  margin-right: 5px;
}
header .header_bottom .header_bottom_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
header .header_bottom .header_bottom_inner .bran_col {
  width: 20%;
  padding-right: 20px;
  padding-top: 15px;
}
header .header_bottom .header_bottom_inner .bran_col img {
  width: 100%;
}
header .header_bottom .header_bottom_inner .bran_col img.logo-mobile {
  display: none;
}
header .header_bottom .header_bottom_inner .nav_col {
  width: 80%;
}
header .header_bottom .header_bottom_inner .nav_col .nav_body {
  margin-left: 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_bottom .header_bottom_inner .nav_col .nav_body .navb {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
header .header_bottom .header_bottom_inner .nav_col .nav_body .navb li {
  position: relative;
}
header .header_bottom .header_bottom_inner .nav_col .nav_body .navb li:first-child::before {
  display: none;
}
header .header_bottom .header_bottom_inner .nav_col .nav_body .navb li::before {
  content: ".";
  position: absolute;
  left: 0;
  top: 5px;
}
header .header_bottom .header_bottom_inner .nav_col .nav_body .navb li::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #000000;
}
header .header_bottom .header_bottom_inner .nav_col .nav_body .navb li a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 18px;
  color: #000;
  font-size: 14px;
  display: block;
}
header .header_bottom .header_bottom_inner .nav_col .nav_body .navb li a.active, header .header_bottom .header_bottom_inner .nav_col .nav_body .navb li a:hover {
  color: #000000;
  font-weight: bold;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap {
  width: 70%;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .clear_btn {
  font-size: 11px;
  cursor: pointer;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body {
  background-color: #F8F8F8;
  border-radius: 30px;
  display: flex;
  padding: 10px 0;
  width: auto;
  justify-content: space-between;
  height: 45px;
  position: relative;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body input {
  padding: 8px 30px 10px 30px;
  background: transparent;
  border: none;
  outline: 0;
  width: 100%;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body button {
  background: transparent;
  border: none;
  font-size: 25px;
  margin-right: 15px;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body .search-main-popup {
  background: #fff;
  padding: 5px;
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 99;
  line-height: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body .search-main-popup a {
  color: #000;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body .search-main-popup p {
  color: #737373;
  font-size: 10px;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body .search-main-popup img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body .search-main-popup span {
  font-size: 10px;
  background: #eee;
  margin: 0 2px;
  padding: 3px 5px;
  border-radius: 3px;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body .search-main-popup h6 {
  line-height: 20px;
  font-size: 13px;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body .search-main-popup .price_box h4 {
  font-weight: bold;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body .search-main-popup .sear_list li {
  list-style: circle;
  font-size: 13px;
}
header .header_bottom .header_bottom_inner .nav_col .searh_wrap .search_body .search-main-popup .sear_list li a {
  color: #000;
}
header .header_bottom .header_bottom_inner .nav_col .col_social .iso {
  margin-left: 0px;
  padding: 0 10px;
  padding: 0;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
header .header_bottom .header_bottom_inner .nav_col .col_social .iso img {
  margin-right: 10px;
  width: 115px;
}
header .header_bottom .header_bottom_inner .nav_col .col_social .iso .text {
  line-height: 15px;
  font-size: 12px;
}
header .header_bottom .header_bottom_inner .nav_col .col_social .social_media {
  margin-left: 23px;
}

.main_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000 !important;
}

.banner_section .left_brands {
  background-color: #f8f8f8;
}
.banner_section .left_brands .inner {
  padding: 10px 20px;
}
.banner_section .left_brands .inner .brand_list li {
  position: relative;
}
.banner_section .left_brands .inner .brand_list li a {
  padding: 5px 0px;
  display: block;
  color: #000;
  font-size: 16px;
}
.banner_section .left_brands .inner .brand_list li a i {
  margin-right: 5px;
}
.banner_section .left_brands .inner .brand_list li:hover a {
  transition: ease-in 0.5;
  font-weight: bold;
  color: #000000;
}
.banner_section .left_brands h2 {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 10px 10px 0px 0px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner_section .left_brands h2 i {
  margin-right: 8px;
}
.banner_section .left_brands .view_all {
  background: #0682a3;
  color: #fff !important;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.banner_section .left_brands .view_all span {
  position: relative;
  z-index: 100;
}
.banner_section .left_brands .view_all:before, .banner_section .left_brands .view_all:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner_section .left_brands .view_all:before {
  transform: translate3d(-100%, 0, 0);
  background-color: #10a0c7;
  transition: transform 300ms;
}
.banner_section .left_brands .view_all:hover:before {
  transform: translate3d(0, 0, 0);
}
.banner_section .left_brands .view_all:hover:after {
  transform: translate3d(0, 0, 0);
}

.section_product_listing .products_tile {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
}
.section_product_listing .products_tile li .panel {
  border-radius: 10px;
}
.section_product_listing .products_tile li .panel .img_col {
  padding-right: 10px;
  width: 35%;
}
.section_product_listing .products_tile li .panel .img_col img {
  width: 100%;
}
.section_product_listing .products_tile li .panel .text {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  width: 65%;
}

.panel {
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sector_col li {
  width: 20%;
  border-radius: 10px;
  padding: 50px 0;
  transition: ease-in 0.5s;
  cursor: pointer;
}
.sector_col li:hover {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: scale(1.1);
  transition: ease-in 0.5s;
}
.sector_col li:hover .sector_box {
  transition: ease-in 0.5s;
}
.sector_col li:hover .sector_box h3 {
  color: #000000;
}
.sector_col li .sector_box {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.sector_col li .sector_box h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  transition: ease-in 0.5s;
  text-align: center;
}
.sector_col li .sector_box .icon_box {
  margin: 0 auto;
  background: #fff;
  padding: 12px 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #eee;
}
.sector_col li .sector_box .icon_box img {
  width: 65px;
}

footer {
  margin-top: 50px;
}
footer .ft-logo img {
  width: 220px;
}
footer .copy {
  padding: 10px 0px 30px 0;
}
footer .footer_top {
  border-bottom: 1px solid #e7e7e7;
}
footer .contact_info p {
  font-size: 16px;
  color: #969696;
}
footer .contact_info h3 {
  font-weight: bold;
  font-size: 16px;
}
footer .footer_abt {
  font-size: 12px;
}
footer .footer_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
footer .footer_menu li a {
  color: #000;
  display: block;
  padding: 8px 0;
}

.bg_dotte {
  background: url(../img/bg-pattern-b2.webp) repeat-x;
}

.border_eff {
  position: relative;
}
.border_eff::before, .border_eff::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.border_eff {
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px #f45e61;
  color: #f45e61;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background: #eee;
  border-radius: 100%;
  position: relative;
  border: 100%;
}
.border_eff:hover {
  color: #0682a3;
}
.border_eff::before, .border_eff::after {
  content: "";
  top: 0;
  left: 0;
}
.border_eff::before {
  border: 2px solid transparent;
}
.border_eff:hover::before {
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.border_eff::after {
  border: 0 solid transparent;
}
.border_eff:hover::after {
  border-top: 2px solid #000000;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.sp_circle {
  border-radius: 100%;
  box-shadow: none;
}
.sp_circle::before, .sp_circle::after {
  border-radius: 100%;
}

.back_home {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
  transition: background-color 0.3s;
  border-radius: 50px;
  line-height: 50px;
  right: 20px;
  z-index: 5;
  text-align: center;
}
.back_home a i {
  color: #000000;
}
.back_home.show {
  opacity: 1;
  visibility: visible;
  transition: ease-in 0.5s;
}

.section_page_title {
  padding-top: 30px;
}
.section_page_title .comm_title {
  margin-bottom: 20px;
}
.section_page_title .comm_title h2 {
  font-size: 22px;
  line-height: 32px;
}
.section_page_title p {
  color: #5C5C5C;
}

.product_page .products_tile {
  grid-template-columns: repeat(3, 1fr);
}

.produ_header {
  position: relative;
}
.produ_header a {
  color: #000;
}
.produ_header .remove {
  cursor: pointer;
}
.produ_header p {
  font-size: 13px;
}
.produ_header .show_more_btn {
  text-align: right;
  cursor: pointer;
  font-size: 12px;
}
.produ_header .show_more_btn i {
  font-size: 13px;
  position: relative;
  top: 1px;
  margin-left: 1px;
}
.produ_header .more_block {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  position: relative;
  display: none;
}
.produ_header .more_block ul {
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(10, 1fr);
  flex-wrap: wrap;
}
.produ_header .more_block ul li {
  padding-bottom: 10px;
}
.produ_header .more_block ul li p:nth-child(1) {
  line-height: 20px;
  margin-bottom: 7px;
  height: 40px;
}
.produ_header .more_block ul li p:nth-child(2) {
  color: #787878;
  background: #f7f7f7;
  padding: 1px 3px;
  border-radius: 2px;
}
.produ_header .prod_img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.produ_header .price_block .comm_btn {
  padding: 5px 10px;
}
.produ_header .price_block .price {
  font-weight: bold;
  font-size: 16px;
}
.produ_header .text h2 {
  font-weight: bold;
  font-size: 16px;
}

.product_spec_area .nav-item .nav-link {
  background: #000000;
  border-radius: 30px;
  padding: 10px 40px;
  background: #F0F0F0;
  color: #000;
  margin-right: 5px;
}
.product_spec_area .nav-item .nav-link.active {
  background: #000000;
  color: #fff;
}

.divider {
  background: #F8F8F8;
  height: 5px;
}

.product_slide .thumbs {
  width: 15%;
}
.product_slide .thumbs .swiper-slide {
  width: 85% !important;
  margin-bottom: 10px;
  cursor: pointer;
}
.product_slide .thumbs .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.product_slide .thumbs .swiper-slide img {
  opacity: 0.6;
  border: 1px solid #eee;
  width: 100%;
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_slide .thumbs .swiper-wrapper {
  flex-flow: column;
}
.product_slide .db_product {
  width: 100%;
}
.product_slide .db_product .swiper-slide {
  text-align: center;
}
.product_slide .db_product .swiper-slide img {
  max-height: 400px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product_details .price {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
.product_details .comm_btn {
  text-align: center;
  max-width: 300px;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: bold;
}
.product_details .quantity_box .input-group .btn {
  font-size: 24px;
}

.login_body {
  max-width: 550px;
  margin: 40px auto;
}

.form_wrap input,
.form_wrap select {
  height: 55px;
}
.form_wrap .country_code {
  text-align: center;
}
.form_wrap.login_wrap input {
  padding-left: 50px;
  background: url(../img/icon-login.png) no-repeat;
}
.form_wrap.login_wrap input.login {
  background-position: 14px 15px;
}
.form_wrap.login_wrap input.paswd {
  background-position: 14px -37px;
}
.form_wrap.login_wrap input.email {
  background-position: 14px -85px;
}

.find-product {
  position: relative;
  padding-top: 50px;
}
.find-product h3 {
  color: #0682a3;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -13px;
}

.cart-popr {
  position: relative;
  margin-right: 32px;
}
.cart-popr.in-mobile {
  display: none;
}
.cart-popr i {
  font-size: 20px;
}
.cart-popr span {
  position: absolute;
  background: #0682a3;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 17px;
  top: -4px;
  right: -16px;
}
.cart-popr span.active {
  background: red;
}

.user_dp {
  cursor: pointer;
  display: flex;
}
.user_dp:hover .userlog_popup {
  visibility: visible !important;
  opacity: 1;
}
.user_dp .dp {
  width: 30px;
  height: 30px;
  background: #eee url(../img/user-icon-na.png) no-repeat;
  border-radius: 50%;
  margin-left: 10px;
  background-size: 16px;
  background-position: center;
  border: 1px solid #2ba0bf;
}
.user_dp .userlog_popup {
  position: absolute;
  width: 250px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  z-index: 9;
  visibility: hidden;
  transition: ease-in 0.1s;
  opacity: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: translate(-137px, 15px);
}
.user_dp .userlog_popup .profi_name {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.user_dp .userlog_popup .acc_btn {
  gap: 5px;
}
.user_dp .userlog_popup .com_btn {
  width: 100%;
  text-align: center;
  padding: 5px 20px;
  transition: none;
}
.user_dp .userlog_popup ul li a {
  color: #000;
  padding: 5px 0;
  display: block;
}
.user_dp .userlog_popup ul li a:hover {
  color: #0682a3;
}
.user_dp .userlog_popup ul li a i {
  margin-right: 5px;
}

.side_category_box .title {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
}
.side_category_box .title .clear {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.side_category_box .cat_items_list {
  padding: 10px;
}
.side_category_box .cat_items_list > li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.side_category_box .cat_items_list > li .inner_menu {
  margin: 0 0px 20px 10px;
}
.side_category_box .cat_items_list > li .inner_menu li {
  padding: 5px 0;
}
.side_category_box .cat_items_list > li .inner_menu li:hover {
  font-weight: inherit !important;
}
.side_category_box .cat_items_list > li .inner_menu input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.side_category_box .cat_items_list > li:hover::before {
  content: "";
  width: 3px;
  height: 44px;
  background: #0682a3;
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
}
.side_category_box .cat_items_list > li .item, .side_category_box .cat_items_list > li .inner_menu li a {
  display: block;
  padding: 10px 5px;
  color: #000;
  transition: ease-in 0.5s;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}
.side_category_box .cat_items_list > li .item i, .side_category_box .cat_items_list > li .inner_menu li a i {
  position: absolute;
  right: 5px;
  top: 13px;
  font-size: 19px;
  color: #000;
  transition: ease-in 0.3s;
}
.side_category_box .cat_items_list > li .item.sub_active i, .side_category_box .cat_items_list > li .inner_menu li a.sub_active i {
  transform: rotate(-180deg);
  transition: ease-in 0.3s;
}
.side_category_box .cat_items_list > li .item:hover, .side_category_box .cat_items_list > li .inner_menu li a:hover {
  font-weight: bold;
  transition: ease-in 0.5s;
  color: #000000;
}
.side_category_box .cat_items_list > li .inner_menu li a {
  font-size: 14px;
}

.apply_filter_box .item, .apply_filter_box .side_category_box .cat_items_list > li .inner_menu li a, .side_category_box .cat_items_list > li .inner_menu li .apply_filter_box a {
  background: #F8F8F8;
  padding: 5px 13px 5px 5px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #000;
  margin: 2px;
}
.apply_filter_box .item i, .apply_filter_box .side_category_box .cat_items_list > li .inner_menu li a i, .side_category_box .cat_items_list > li .inner_menu li .apply_filter_box a i {
  color: #a1a1a1;
}

.imge_cirve {
  border-radius: 10px;
}

.notify_item {
  position: fixed;
  background-color: #fff;
  bottom: 20px;
  width: 400px;
  margin: 0 auto;
  left: 10%;
  right: 10%;
  padding-right: 40px;
  padding-left: 20px;
  transition: ease-in 0.5s;
  border-radius: 10px;
  padding: 5px 15px;
  z-index: 99;
}
.notify_item .comm_btn {
  padding: 5px 20px;
  font-size: 13px;
}
.notify_item .btn_close {
  position: absolute;
  right: 22px;
  cursor: pointer;
}
.notify_item h3 {
  font-size: 16px;
  font-weight: bold;
}
.notify_item h3 img {
  width: 50px;
  margin-right: 10px;
}
.notify_item.slide-in-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) alternate both;
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.quantity_box {
  width: 130px;
}
.quantity_box .input-group {
  height: 30px;
  width: 140px;
}
.quantity_box .input-group .btn {
  outline: none;
  height: 100%;
  font-size: 16px;
  padding: 0 4px;
  width: 35px;
  background: #0682a3;
  color: #fff;
  border: none;
}
.quantity_box .input-group input {
  border: 0;
  font-size: 16px;
  outline: none;
  text-align: center;
  padding: 0;
  padding-left: 0px;
}

.address_info li {
  font-size: 18px;
  display: flex;
}
.address_info li .icon_box {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 20px;
}

.whtsp {
  background-color: #25d366;
  z-index: 10;
  border-radius: 30px;
  position: fixed;
  bottom: 26px;
  left: auto;
  right: 68px;
}
.whtsp a {
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
  display: block;
}
.whtsp a:is(:hover, :active, :focus) {
  background-color: #25d366;
  border-radius: 30px;
}

.text-justify {
  text-align: justify !important;
}

.request-list .produ_header {
  padding: 30px;
}
.request-list .comm_title h2 {
  font-size: 24px;
}

#add-more:hover, #add-more:focus, #add-more:active {
  background: #0682a3;
  color: #fff;
}

.how-we-worg .list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 5;
}
.how-we-worg .list-items svg {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 40px;
}
.how-we-worg .list-items svg.line2 {
  display: none;
}
.how-we-worg .list-items svg .line11 {
  stroke-dasharray: 20;
  stroke-dashoffset: 120;
  animation: dash 5s linear forwards infinite;
}
.how-we-worg .list-items svg .arrow11 {
  stroke-dasharray: 30;
  stroke-dashoffset: 120;
  animation: dash2 5s linear forwards infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 10;
  }
}
@keyframes dash2 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 10;
  }
}
.how-we-worg .list-items h3 {
  font-size: 16px;
  font-weight: bold;
}
.how-we-worg .list-items p {
  font-size: 12px;
  line-height: 20px;
}
.how-we-worg .list-items li {
  margin-bottom: 5rem;
}
.how-we-worg .list-items li:hover .circle {
  background: #0682a3;
  transition: all ease-in 0.5s;
}
.how-we-worg .list-items li:hover .circle img {
  transform: scale(0.9);
  transition: all ease-in 0.5s;
}
.how-we-worg .list-items li .circle {
  width: 100px;
  height: 100px;
  background: #393939;
  transition: all ease-in 0.5s;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
  display: inline-block;
  margin: 0 auto 20px auto;
  outline: 3px dashed #0682a3;
  outline-offset: 6px;
  position: relative;
}
.how-we-worg .list-items li .circle img {
  transition: all ease-in 0.5s;
}
.how-we-worg .list-items li .circle::before {
  background: #fff;
  width: 140px;
  height: 140px;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  left: -11px;
  z-index: -1;
}
.how-we-worg .list-items li .inner-text {
  background: #fff;
  padding: 10px 0 20px 0;
}

.product-page .prod-title h2 {
  font-weight: bold;
  font-size: 22px;
}

.serv-advantages ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.serv-advantages ul li {
  border: 1px solid #d4d4d4;
  padding: 10px;
  border-radius: 4px;
}
.serv-advantages ul li .items {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.serv-advantages ul li .items .icon-pr {
  font-size: 25px;
  padding: 0px 15px;
}
.serv-advantages ul li .items .icon-pr img {
  width: 50px;
}
.serv-advantages ul li .items .text-pr {
  padding: 10px 0;
}
.serv-advantages ul li .items .text-pr h2 {
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}
.serv-advantages ul li .items .text-pr p {
  font-size: 12px;
  color: #6f6f6f;
}

nav[role=navigation] {
  margin-top: 30px;
  text-align: center;
}
nav[role=navigation] p {
  margin-bottom: 10px;
}
nav[role=navigation] svg {
  width: 20px;
}

.pagination-body select {
  padding: 6px;
  border-radius: 5px;
}
.pagination-body .pagination {
  justify-content: end;
}
.pagination-body .pagination .page-item {
  margin: 0 2px;
}
.pagination-body .pagination .page-item:last-child .page-link, .pagination-body .pagination .page-item:first-child .page-link {
  font-size: 28px;
  line-height: 23px;
}
.pagination-body .pagination .page-item.active .page-link {
  background: #0682a3;
  color: #fff;
}
.pagination-body .pagination .page-item .page-link {
  border: none;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 28px;
}
.pagination-body .text-show-items {
  padding-left: 5px;
}

.tems-col {
  font-weight: bold;
}
.tems-col input {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}

.info-order li {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.info-order li .dop {
  display: flex;
  justify-content: left;
}
.info-order li .dop .icon {
  width: 45px;
  text-align: left;
}
.info-order li .dop .icon i {
  font-size: 37px;
  color: #0682a3;
}
.info-order li .dop p {
  padding-top: 8px;
  font-weight: bold;
  font-size: 16px;
}
.info-order li .text {
  font-weight: bold;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 11px;
}

.wrap-user {
  display: flex;
}
.wrap-user a {
  color: #000;
}

.box-cookie {
  max-width: 650px;
  background: #fff;
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 110;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.box-cookie .comm_btn {
  width: 150px;
  text-align: center;
}

.cart-box {
  width: 150px;
}
.cart-box a {
  color: #000;
}

.cartdesktop {
  background: #eee;
  font-size: 13px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 35px;
  font-weight: 500;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.cartdesktop i {
  font-size: 20px;
}
.cartdesktop span.count {
  width: 22px;
  height: 22px;
  background: #25d366;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.cartdesktop span.count.active {
  background: red;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 10px rgb(199, 110, 110);
  }
  100% {
    box-shadow: 0 0 0 30px rgb(255, 235, 15);
  }
}
.rqst-contact {
  position: sticky;
  top: 30px;
}

.gust-btn {
  background: #000;
}

.success-message {
  max-width: 800px;
  border: 1px solid #eee;
  border-radius: 30px;
}
.success-message .tick-ck-img {
  height: 172px;
  overflow: hidden;
}
.success-message .tick-ck-img img {
  height: 281px;
  position: relative;
  top: -38px;
}
.success-message h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0682a3;
}
.success-message p {
  font-size: 20px;
}
.success-message p.two {
  font-size: 20px;
}

.category_dropdown {
  position: relative;
  display: inline-block;
}
.category_dropdown .category_link {
  text-decoration: none;
  color: black;
  padding: 16px;
  display: block;
  cursor: pointer !important;
}
.category_dropdown .category_popup {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
}
.category_dropdown .category_popup::-webkit-scrollbar {
  width: 6px;
}
.category_dropdown .category_popup::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}
.category_dropdown .category_popup::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.category_dropdown .category_popup .category_popup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.category_dropdown .category_popup .category_popup ul li {
  padding: 1px 2px;
}
.category_dropdown .category_popup .category_popup ul li a {
  text-decoration: none;
  color: black;
  display: block;
}
.category_dropdown .category_popup .category_popup ul li a:hover {
  background-color: #ddd;
}
.category_dropdown .category_popup ul li::before {
  content: none !important;
}
.category_dropdown:hover .category_popup {
  display: block;
}

.category_toggle {
  display: none;
}
.category_toggle:checked + .category_link + .category_popup {
  display: block;
}

@media screen and (max-width: 600px) {
    img.poweredbyHedge {
    left: 0px !important;
    padding-left: 0px !important;
    border-left: none !important;
}
  .category_popup {
    width: 100%;
    left: 0;
  }
  .category_popup ul li {
    padding: 1px 2px;
  }
}
.shping {
  color: #34b464;
  font-weight: bold;
}
img.poweredbyHedge
{  width: 160px !important;
    position: relative;
    top: 10px;
    left: 49px;
    padding-left: 24px;
    border-left: 1px solid #efefef;
}
/*# sourceMappingURL=style.css.map */