*,
* button:focus {
  outline: 0;
}

.main_color {
  color: #f0717d !important;
}

.sub_color {
  color: #82b549 !important;
}

.main_back {
  background-color: #f0717d !important;
  border-color: #f0717d !important;
}

.sub_back {
  background-color: #82b549 !important;
  border-color: #82b549 !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Tajawal", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  font-weight: 400;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

.form-control,
.form-select {
  min-height: 50px;
  background-color: #fff;
  border: 0;
  padding: 5px 15px;
  width: 100%;
  border-radius: 0;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.brdr,
.form-select.brdr {
  border: 1px solid #9993;
  border-radius: 7px;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 15px;
  line-height: 2;
  color: #1b1b1b;
}

small.text {
  font-size: 12px;
}

.bg_gray {
  background-color: #f5f6f8;
}

.section_padding {
  padding: 80px 0;
}

.section_head {
  position: relative;
  margin-bottom: 40px;
}

.section_head h6 {
  color: #f0717d;
  padding: 15px 0;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
  border-bottom: 1px solid #82b549;
  display: inline-block;
}

.section_head h6::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #82b549;
  -webkit-animation: slide-left 1.5s ease-in-out infinite alternate both;
  animation: slide-left 1.5s ease-in-out infinite alternate both;
}

.section_head h2 {
  font-size: 35px;
  color: #2e2e2e;
}

.pagination_wrapper .pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.pagination_wrapper .pagination .page-link {
  padding: 10px 17px;
  border-radius: 10px;
  margin: 0 2px;
  color: #f0717d;
}

.pagination_wrapper .pagination .page-link:hover {
  background-color: #f0717d;
  color: #fff;
}

@-webkit-keyframes slide-left {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}

@keyframes slide-left {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}

.ob_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ob_cont {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: #82b549;
  width: 20px;
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #f0717d;
  font-size: 25px;
  font-weight: bold;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 5%;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 5%;
  left: auto;
}

.butn {
  border: 1px solid #f0717d;
  padding: 12px 35px;
  border-radius: 10px;
  text-align: center;
  background-color: #f0717d;
  font-size: 14px;
}

.butn span {
  color: #fff;
  font-weight: 600;
}

.butn:hover {
  background-color: transparent;
}

.butn:hover span {
  color: #f0717d;
}

.butn.sub_butn {
  border: 1px solid #82b549;
  background-color: #82b549;
}

.butn.sub_butn:hover {
  background-color: transparent;
}

.butn.sub_butn:hover span {
  color: #82b549;
}

.butn.radius {
  border-radius: 30px;
}

.dropdown-toggle::after {
  position: relative;
  top: 5px;
  opacity: 0.5;
  display: none;
}

.dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  top: calc(100% + 10px);
}

.dropdown-menu .dropdown-item {
  padding: 6px 20px;
  font-size: 13px;
}

.searching {
  position: fixed;
  background: #000000f1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.searching form {
  margin-top: 40vh;
  width: 100%;
}

.searching form .form-group {
  position: relative;
  width: 50%;
  min-width: 300px;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
}

.searching form .form-group input {
  width: 100%;
  min-height: 50px;
  padding: 15px;
}

.searching form .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #f0717d;
  color: #fff;
  border: 0;
  font-size: 20px;
}

.searching .close {
  position: absolute;
  top: 30px;
  left: 60px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.searching input [type="text"] {
  background-color: #fff;
  height: 60px;
  padding: 16px 20px;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  width: 100%;
}

.searching .butn {
  background-color: #ECC235;
  border: 0;
  border-radius: 44px;
  padding: 16px 50px;
  font-size: 11px;
  color: #161414;
}

.searching .butn.sub_butn {
  background-color: #E04F3F;
  color: #fff;
}

.navbar .navbar-brand img {
  width: 125px;
}

.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0 15px;
}

.navbar .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 20%;
  bottom: -5px;
  width: 60%;
  height: 20px;
  border-radius: 50%;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #82b549;
}

.navbar .navbar-nav .nav-item .nav-link.active::before, .navbar .navbar-nav .nav-item .nav-link:hover::before {
  border-color: #f0717d;
}

.navbar .nav_icons .icon {
  margin: 0 10px;
  font-size: 20px;
}

.navbar .cat_dropdown {
  position: relative;
}

.navbar .cat_dropdown:hover .cat_menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar .cat_dropdown .cat_menu {
  position: absolute;
  width: 250px;
  top: 100%;
  right: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 20px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
}

.navbar .cat_dropdown .cat_menu .accordion-item {
  border: 0;
}

.navbar .cat_dropdown .cat_menu .accordion-button::after {
  background-size: 15px;
  -webkit-filter: invert(32%) sepia(75%) saturate(4947%) hue-rotate(136deg) brightness(0%) contrast(91%);
          filter: invert(32%) sepia(75%) saturate(4947%) hue-rotate(136deg) brightness(0%) contrast(91%);
}

.navbar .cat_dropdown .cat_menu .accordion-button {
  font-weight: 400;
  border-bottom: 1px solid #9991;
  border: 0;
  border-radius: 0;
}

.navbar .cat_dropdown .cat_menu .accordion-button:focus,
.navbar .cat_dropdown .cat_menu .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff5f6 !important;
  color: #f0717d;
}

.navbar .cat_dropdown .cat_menu .accordion-button:focus::after,
.navbar .cat_dropdown .cat_menu .accordion-button:not(.collapsed)::after {
  -webkit-filter: invert(32%) sepia(75%) saturate(4947%) hue-rotate(136deg) brightness(94%) contrast(91%);
          filter: invert(32%) sepia(75%) saturate(4947%) hue-rotate(136deg) brightness(94%) contrast(91%);
}

.navbar .cat_dropdown .cat_menu .accordion-header button {
  font-size: 13px;
}

.navbar .cat_dropdown .cat_menu .accordion-body {
  padding: 0;
}

.navbar .cat_dropdown .cat_menu .accordion-body ul li a {
  position: relative;
  padding: 12px 35px 12px 20px;
  border-bottom: 1px solid #9992;
  display: block;
  font-size: 13px;
}

.navbar .cat_dropdown .cat_menu .accordion-body ul li a::before {
  position: absolute;
  content: "";
  right: 20px;
  width: 10px;
  height: 1px;
  top: 50%;
  background-color: #777;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar .cat_dropdown .cat_menu .accordion-body ul li a:hover {
  padding-right: 45px;
  color: #f0717d;
}

.navbar .cat_dropdown .cat_menu .accordion-body ul li a:hover::before {
  width: 20px;
  background-color: #f0717d;
}

/* --------------- header --------------- */
header {
  position: relative;
  background-color: #f6f6f6;
  overflow: hidden;
}

header .info h2 {
  font-size: 55px;
  line-height: 77px;
  color: #1b1924;
  opacity: 0;
  -webkit-transform: scale(0.4) translateY(30px) rotate(5deg);
          transform: scale(0.4) translateY(30px) rotate(5deg);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

header .info p {
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 40px;
  color: #1b1924;
  opacity: 0.8;
  opacity: 0;
  -webkit-transform: scale(0.4) translateY(30px) rotate(5deg);
          transform: scale(0.4) translateY(30px) rotate(5deg);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

header .info .butn {
  opacity: 0.8;
  opacity: 0;
  -webkit-transform: scale(0.4) translateY(30px) rotate(5deg);
          transform: scale(0.4) translateY(30px) rotate(5deg);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

header .img img {
  opacity: 0;
  -webkit-transform: scale(0.4) translateY(30px) rotate(-40deg);
          transform: scale(0.4) translateY(30px) rotate(-40deg);
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

header .ofs_shap {
  position: absolute;
  top: 50px;
  width: 35%;
  left: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  pointer-events: none;
}

header .swiper-slide-active .info h2,
header .swiper-slide-active .info p,
header .swiper-slide-active .info .butn {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0) rotate(0);
          transform: scale(1) translateY(0) rotate(0);
}

header .swiper-slide-active .img img {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0) rotate(0);
          transform: scale(1) translateY(0) rotate(0);
}

.sections .sect_box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 15px 0;
}

.sections .sect_box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #82b549;
  opacity: 0.5;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.sections .sect_box .img {
  height: 300px;
  overflow: hidden;
}

.sections .sect_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.sections .sect_box .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  color: #f0717d;
  padding: 12px 30px;
  border-radius: 30px;
  z-index: 2;
  width: 50%;
  text-align: center;
}

.sections .sect_box:hover::after {
  opacity: 0.2;
}

.sections .sect_box:hover .img img {
  -webkit-transform: rotate(5deg) scale(1.4);
          transform: rotate(5deg) scale(1.4);
}

/* ------------ banner_half style ------------- */
.banner_half .img {
  display: block;
  height: 550px;
  position: relative;
}

.banner_half .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner_half .img h2 {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 70px;
  z-index: 2;
  font-size: calc(2vw + 20px);
}

.banner_half .img h5 {
  color: #000;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60px;
  z-index: 2;
  font-size: calc(1vw + 25px);
  font-weight: 400;
}

/* ------------ products style ------------- */
.product_box {
  position: relative;
  background-color: #fbfbfb;
  border-radius: 10px;
  padding: 50px 30px 30px;
  margin: 12px 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product_box .img {
  text-align: center;
  padding: 30px 10px;
  display: block;
}

.product_box .img img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product_box .info small {
  color: #999;
  font-size: 14px;
}

.product_box .info h6 {
  color: #000;
  font-weight: 500;
  font-size: 21px;
  margin: 10px 0;
}

.product_box .info .price {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 2;
  padding: 10px 20px;
  background-color: #f0717d;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
}

.product_box .info .price .old_prc {
  color: #fff;
  font-size: 11px;
  text-decoration: line-through;
}

.product_box .fav_icon {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: #9995;
}

.product_box .fav_icon i {
  margin: 12px 14px;
  display: inline-block;
  font-size: 16px;
}

.product_box .fav_icon.active, .product_box .fav_icon:hover {
  color: red;
}

/* --------------- product_slider --------------- */
.product_slider {
  position: relative;
}

.product_slider .swiper-button-next,
.product_slider .swiper-container-rtl .swiper-button-prev {
  right: -5%;
  left: auto;
}

.product_slider .swiper-button-prev,
.product_slider .swiper-container-rtl .swiper-button-next {
  left: -5%;
  right: auto;
}

/* --------------- banner_info --------------- */
.banner_info {
  background-color: #64a862;
  position: relative;
  padding: 50px 0;
}

.banner_info::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #429340;
  -webkit-clip-path: polygon(0 91%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 91%, 100% 0, 100% 100%, 0% 100%);
}

.banner_info .img {
  padding: 15px 3vw;
  position: relative;
  z-index: 5;
}

.banner_info .info {
  position: relative;
  z-index: 5;
}

.banner_info .info h3 {
  font-size: 38px;
  color: #fff;
}

.banner_info .info .text {
  margin: 20px 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}

/* --------------- features --------------- */
.features {
  background-color: #64a862;
}

.features .fet_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features .fet_item .icon {
  margin-left: 20px;
}

.features .fet_item .icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.features .fet_item .info {
  width: calc(100% - 70px);
}

.features .fet_item .info h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.features .fet_item .info p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.features .fet_item:hover {
  background-color: #338A31;
}

/* --------------- subscribe --------------- */
.subscribe .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe .form-group .butn {
  padding: 20px 25px;
  margin-left: -10px;
  position: relative;
  z-index: 5;
}

.subscribe .form-group input {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 15px 25px;
}

/* ------------ footer style ------------- */
footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background: linear-gradient(#eee 0%, #fff 100%);
  padding-top: 50px;
}

footer .title {
  color: #1b1924;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 17px;
}

footer .info .logo {
  margin-bottom: 30px;
  width: 120px;
}

footer .info .text {
  color: #1b1924;
  opacity: 0.8;
  font-size: 16px;
  margin: 25px 0;
}

footer .socail_icons a i {
  color: #f0717d !important;
  opacity: 0.8;
  font-size: 21px;
  margin-left: 20px;
}

footer .links {
  margin-top: 60px;
}

footer .links a {
  color: #1b1924;
  opacity: 0.8;
  font-size: 14px;
  margin: 8px 0;
}

footer .links a i {
  color: #f0717d;
}

footer .foot {
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #9993;
}

footer .foot p {
  color: #000;
  opacity: 0.8;
}

/* -------------------- pages style ------------------------- */
.inner_header {
  position: relative;
  padding: 50px 0;
  background-color: #82b549;
}

.inner_header .inner_shap {
  position: absolute;
  left: 10%;
  top: 20px;
  height: 80%;
}

.inner_header .links li {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin-left: 10px;
}

.inner_header .links li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background-image: url(../images/icons/logo_ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.inner_header .links li a {
  color: #fff;
}

.inner_header .links li a i {
  font-size: 18px;
}

.inner_header .links li:last-of-type::after {
  display: none;
}

.inner_header h4 {
  color: #fff;
  margin: 30px 0 10px;
  font-size: 40px;
}

/* ------------ cart style ------------- */
.code_input .code-container input {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #9993;
  margin: 3px;
}

.cart .cart_table .table th {
  font-weight: 500;
}

.cart .cart_table .table .prod_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart .cart_table .table .prod_name .img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.cart .cart_table .table .prod_name .img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cart .cart_table .table .prod_name .info p {
  font-size: 14px;
}

.cart .cart_table .table .prod_name .info small {
  font-size: 12px;
}

.cart .cart_table .table .form-select,
.cart .cart_table .table .form-control {
  border-radius: 30px;
  min-height: 35px;
  width: 80px;
  border: 1px solid #9993;
  text-align: center;
}

.cart .cart_table .table .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart .cart_table .table .price .dlt {
  border: 0;
  background: transparent;
}

.cart .cart_table tbody,
.cart .cart_table td,
.cart .cart_table tfoot,
.cart .cart_table th,
.cart .cart_table thead,
.cart .cart_table tr {
  padding: 20px 10px !important;
}

.cart .pay_option {
  padding: 50px 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
}

.cart .pay_option ul {
  padding-bottom: 30px;
  border-bottom: 1px solid #9993;
}

.cart .pay_option ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  margin: 15px 0;
}

.cart .pay_option .pay_imgs {
  margin-top: 30px;
}

.cart .pay_option .pay_imgs h6 {
  margin-bottom: 20px;
  width: 100%;
}

.cart .pay_option .pay_imgs .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart .pay_option .pay_imgs .cont .form-check {
  padding: 0;
  position: relative;
  padding: 5px;
  margin: 5px;
}

.cart .pay_option .pay_imgs .cont .form-check .form-check-input {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
  opacity: 0;
  margin: 0;
}

.cart .pay_option .pay_imgs .cont .form-check .form-check-input:checked {
  opacity: 1;
  background: transparent;
  border: 2px solid #f0717d;
}

.cart .pay_option .pay_imgs .cont .form-check label img {
  width: 70px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart .add_more .qt-plus, .cart .add_more .qt-minus {
  width: 35px;
  height: 35px;
}

/* ------------ about_pg style ------------- */
.about {
  position: relative;
}

.about .info .logo {
  width: 150px;
  margin-bottom: 20px;
}

.about .info h2 {
  font-size: calc(1vw + 20px);
  margin-bottom: 10px;
}

.about .info h3 {
  font-weight: 400;
  font-size: calc(1vw + 20px);
  margin-bottom: 40px;
}

.about .info h3 span {
  color: #f0717d;
}

.about .info .text {
  font-size: 20px;
}

/* ------------ contact_us page style ------------- */
.contact_us .contact_img .img {
  height: 560px;
}

.contact_us .contact_img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_us .contact_img .contact_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact_us .contact_img .contact_boxes .items {
  width: 50%;
  background-color: #f0717d;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_us .contact_img .contact_boxes .items:nth-of-type(2) {
  background-color: #82b549;
}

.contact_us .contact_img .contact_boxes .items .icon {
  color: #fff;
  margin-left: 30px;
  font-size: 30px;
}

.contact_us .contact_img .contact_boxes .items h5 {
  color: #fff;
}

.contact_us .contact_img .contact_boxes .items p {
  color: #f0f0f0;
}

.contact_us .form-group {
  margin: 30px 0;
}

.contact_us .form-group label {
  font-weight: 500;
}

.contact_us .form-group .form-control,
.contact_us .form-group .form-select {
  background-color: #f9f9f9;
  border-radius: 10px;
}

/* ------------ products style ------------- */
.categories-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.categories-nav .nav-link {
  background-color: #f6f6f6;
  margin: 0 5px;
  color: #82b549;
  padding: 0.6rem 1.5rem;
}

.categories-nav .nav-link.active {
  background-color: #f0717d;
  color: #fff;
}

/* ------------ terms style ------------- */
.terms-pg {
  background-color: #f8f8f8;
}

.terms-pg .content-box {
  padding: 50px 35px;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 15px #eee;
          box-shadow: 3px 6px 15px #eee;
  border-radius: 15px;
}

/* ------------ single product style ------------- */
.single_prod_slider .lg-slide-swiper {
  height: 300px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.single_prod_slider .lg-slide-swiper .swiper-slide {
  background-color: #fff;
}

.single_prod_slider .lg-slide-swiper .img-box {
  position: relative;
  overflow: hidden;
  height: 300px;
  padding: 1vw;
  border: 1px solid #9993;
  border-radius: 10px;
}

.single_prod_slider .lg-slide-swiper .img-box .lg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  padding: 10px;
}

.single_prod_slider .lg-slide-swiper .swiper-slide-active .lg-img {
  -webkit-animation: fadeIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.single_prod_slider .sm-slide-swiper {
  overflow: hidden;
}

.single_prod_slider .sm-slide-swiper .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}

.single_prod_slider .sm-slide-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.single_prod_slider .sm-slide-swiper .swiper-slide-thumb-active .sm-bg-header {
  border: 1px solid #9993 !important;
  padding: 15px;
  border-radius: 10px;
}

.single_prod_slider .sin_slider_info h2 {
  font-size: 45px;
  font-weight: 400;
}

.single_prod_slider .sin_slider_info .rate i {
  color: gold;
}

.single_prod_slider .sin_slider_info h4 {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 400;
}

.single_prod_slider .sin_slider_info .info_boxes {
  display: block;
  margin-top: 30px;
}

.single_prod_slider .sin_slider_info .info_boxes .item {
  border-bottom: 1px solid #9993;
  padding: 20px 0;
  width: 100%;
  line-height: 1.5;
}

.single_prod_slider .sin_slider_info .info_boxes .item:nth-of-type(1) {
  margin-left: 0;
}

.single_prod_slider .sin_slider_info .info_boxes .item:last-of-type {
  border: 0;
}

.single_prod_slider .sin_slider_info .info_boxes .item .soc_icons a {
  margin: 10px;
}

.single_prod_slider .sin_slider_info .info_boxes .item .pay_img img {
  width: 70px;
  margin: 5px;
}

.single_prod_slider .sin_slider_info .butn {
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single_prod_slider .old_prc {
  color: #999;
  font-size: 21px;
  text-decoration: line-through;
}

.single_prod_slider .fav_icon {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 20;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #82b549;
  color: #fff;
}

.single_prod_slider .fav_icon i {
  margin: 12px 14px;
  display: inline-block;
  font-size: 16px;
}

.single_prod_slider .fav_icon.active, .single_prod_slider .fav_icon:hover {
  color: red;
}

.reviews .rev_box {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #9993;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews .rev_box .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: 20px;
  padding: 0;
}

.reviews .rev_box .info {
  width: calc(100% - 120px);
}

.reviews .rev_box .info .top_inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews .rev_box .info .top_inf .rate {
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #e9ce20;
}

.reviews .rev_box .info .text {
  margin-top: 15px;
}

/* ------------ about style ------------- */
.more_info .info .nav button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9993;
  padding: 12px 20px;
}

.more_info .info .nav button.active {
  color: #82b549;
  border-bottom: 2px solid #82b549;
}

.more_info .info .tab-content {
  margin-top: 30px;
}

.more_info .info .tab-content .text {
  font-size: 15px;
  line-height: 40px;
  color: #707070;
}

.more_info .info .butn {
  margin: 50px 5px 0;
}

.more_info .img {
  height: 350px;
  border-top-right-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}

.more_info .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.more_info .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #82b549;
  font-size: 70px;
  z-index: 10;
}

.more_info .img .exp {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  width: 120px;
  background: #f0717d;
  color: #fff;
  font-size: 25px;
  text-align: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.more_info .img .exp::after {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background: #f0717d;
  opacity: 25%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}

/* ---------- rate --------- */
.stars {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  direction: rtl;
}

.stars input {
  border-radius: 0;
  visibility: hidden;
  width: 30px;
  cursor: pointer;
}

.stars input:after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #eee;
  visibility: visible;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  text-shadow: 0px 2px 4px RGBA(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.stars input:hover:after {
  opacity: 0.8;
}

.rate-stars {
  color: #fc0;
}

.stars input:checked:after {
  color: #fc0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.stars input:checked ~ input:after {
  color: #fc0;
}

.stars input:not(:checked):after {
  color: #eee;
}

.add_more {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.add_more .qt-plus,
.add_more .qt-minus {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #f0717d;
  font-size: 16px;
  vertical-align: middle;
  background-color: #ececec;
}

.add_more .qt-plus .fa,
.add_more .qt-minus .fa {
  font-weight: 300;
}

.add_more .cen_qt {
  padding: 5px;
  text-align: center;
  background: #fafafa;
  display: inline-block;
}

.add_more .cen_qt .qt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  color: #000;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

/* ------------ profile style ------------- */
.profile .side-r {
  padding: 100px 2vw;
  background-color: #fff;
  height: 100%;
}

.profile .side-r .profile-info {
  text-align: center;
  border-bottom: 1px solid #9994;
  padding-bottom: 10px;
}

.profile .side-r .profile-info .profile-pic {
  width: 120px;
  height: 120px;
  border: 1px solid #f0717d;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}

.profile .side-r .profile-info h6 {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  color: #333;
}

.profile .side-r .profile-info p {
  color: #666;
}

.profile .side-r .profile-info .balance {
  padding: 15px 30px;
  margin: 15px 0;
  background-color: #f0717d;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile .side-r .profile-info .balance .icon i {
  font-size: 40px;
  opacity: 0.2;
  color: #fff;
}

.profile .side-r .profile-info .balance .info {
  margin-right: 20px;
}

.profile .side-r .profile-info .balance .info p,
.profile .side-r .profile-info .balance .info h4 {
  color: #fff;
  margin: 5px 0;
}

.profile .side-r .nav {
  margin-top: 10px;
}

.profile .side-r .nav .nav-link {
  padding: 1rem;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  text-align: initial;
}

.profile .side-r .nav .nav-link i {
  margin: 0 10px;
  font-size: 17px;
  position: relative;
  top: 2px;
}

.profile .side-r .nav .nav-link.active {
  background-color: transparent;
  color: #82b549;
}

.profile .side-r .nav .nav-link.active i {
  color: #f0717d;
}

.profile .tab-content {
  padding: 100px 30px;
  height: 100%;
}

.profile .form_box .form-group {
  position: relative;
  margin: 20px 0;
}

.profile .form_box .form-group label {
  margin-bottom: 10px;
  font-size: 13px;
}

.profile .form_box .form-group .icon {
  position: absolute;
  right: 15px;
  bottom: 8px;
  z-index: 5;
  font-size: 15px;
  height: 25px;
}

.profile .form_box.read_only .form-control {
  background-color: #fff;
  padding: 20px 15px;
  border: 0;
}

.profile .adress_tab .adress_box {
  background-color: #fff;
  border: 1px solid #9992;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0;
}

.profile .adress_tab .adress_box .adr_head {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9993;
}

.profile .adress_tab .adress_box .adr_head .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f9f9;
  font-size: 21px;
}

.profile .adress_tab .adress_box .adr_head h5 {
  font-weight: 400;
  margin: 0;
}

.profile .adress_tab .adress_box .adr_cont {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 150px;
}

.profile .adress_tab .adress_box .adr_cont .links {
  position: absolute;
  left: 30px;
  top: 30px;
}

.profile .adress_tab .adress_box .adr_cont .links a {
  font-size: 14px;
  margin: 0 5px;
}

.profile .adress_tab .adress_box .adr_cont .img {
  width: 80px;
  height: 80px;
  background-color: #c4131510;
  padding: 10px;
  margin-left: 20px;
}

.profile .adress_tab .adress_box .adr_cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile .adress_tab .adress_box .adr_cont .info {
  width: calc(100% - 100px);
}

.profile .adress_tab .choose_adress {
  position: relative;
  padding: 0;
}

.profile .adress_tab .choose_adress .form-check-input {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin: 0;
  background-size: 30px;
}

.profile .adress_tab .choose_adress .form-check-input:checked[type=radio] {
  background-image: url(../images/icons/tick.png);
}

.profile .order_tab .rev_box {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin: 15px 0;
}

.profile .order_tab .rev_box .img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
}

.profile .order_tab .rev_box .info {
  width: calc(100% - 170px);
}

.profile .order_tab .rev_box .info .top_inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile .order_tab .rev_box .info .top_inf .status {
  font-size: 15px;
  padding: 12px 30px;
  border-radius: 15px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 13px;
  font-weight: 500;
}

.profile .order_tab .rev_box .info .text {
  margin-top: 15px;
}

.profile .order_tab .rev_box .rate {
  padding: 15px;
  border-radius: 20px;
  background-color: #e9ce20;
  margin: 0 10px;
}

.profile .order_tab .nav-pills .nav-link {
  border-radius: 30px;
  border: 0;
  padding: 12px 30px;
  color: #000;
}

.profile .order_tab .nav-pills .nav-link.active {
  background-color: #82b549;
  color: #fff;
}

.form-check-input:checked {
  background-color: #82b549;
  border-color: #82b549;
}

.form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.new_adress .new_adress_form {
  display: none;
}

/* ------------ login style ------------- */
.login {
  position: relative;
  overflow: hidden;
}

.login .container {
  position: relative;
  z-index: 10;
}

.login .login_info {
  position: relative;
}

.login .login_info .cont {
  position: relative;
  z-index: 10;
}

.login .login_info .logo {
  margin-bottom: 30px;
}

.login .login_info .logo img {
  width: 200px;
}

.login .login_info h2 {
  font-size: calc(1.5vw + 20px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}

.login .login_info h3 {
  font-size: calc(1.5vw + 20px);
  font-weight: 300;
  line-height: 1.5;
}

.login .login_info .login_img {
  margin-top: 30px;
}

.login .login_info .login_img img {
  width: 90%;
}

.login .contact_form {
  background-color: #fff;
  padding: 50px 30px;
  border: 7px solid #82b549;
  border-radius: 15px;
  position: relative;
  z-index: 10;
}

.login .form-group {
  position: relative;
}

.login .forget-pass {
  font-size: 13px;
  display: block;
  margin-top: 10px;
  text-align: end;
}

.togglePassword {
  color: #ccc;
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

/* ------------ cart style ------------- */
.code_input .code-container input {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #9993;
  margin: 3px;
}

/* ------------ modals style ------------- */
/* ------------ modals style ------------- */
.modal-content {
  border: 0;
  padding: 3vw;
  border-radius: 30px;
}

.order_modal .form-control,
.order_modal .form-select {
  background-color: #fafafa;
  margin: 30px 0;
}

.order_modal .pay_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order_modal .pay_imgs .form-check {
  padding: 0;
  position: relative;
  padding: 5px;
  margin: 5px;
}

.order_modal .pay_imgs .form-check .form-check-input {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
  opacity: 0;
  margin: 0;
}

.order_modal .pay_imgs .form-check .form-check-input:checked {
  opacity: 1;
  background: transparent;
  border: 2px solid #f0717d;
}

.order_modal .pay_imgs .form-check label img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.order_details .order-det-inner {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
}

.order_details .order-details-heading {
  background-color: #fff;
  padding: 30px;
  border-bottom: 1px solid #9995;
}

.order_details .order-details-heading .data {
  color: #82b549;
  margin-bottom: 1rem;
  font-size: 14px;
}

.order_details .order-details-heading .data b {
  color: #555;
  margin: 0 5px;
}

.order_details .cart-item {
  background-color: #f5f5f5;
  padding: 10px 30px;
  margin: 15px 0;
  border-radius: 20px;
}

.order_details .cart-item .prod_img {
  text-align: center;
}

.order_details .cart-item .prod_img img {
  height: 150px;
}

.order_details .cart-item .prod-name {
  font-size: 22px;
  margin-bottom: 15px;
}

.order_details .cart-item .det {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.order_details .cart-item .det b {
  font-weight: 400;
  margin-left: 15px;
}

.order_details .order_det_body {
  padding: 10px 20px;
}

.order_details .order_det_foot {
  padding: 0 20px;
  margin-bottom: 20px;
}

.order_details .order_det_foot h5 {
  padding: 15px 30px;
  background-color: #f5f5f5;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  margin: 5px 0;
}

.order_details .order_det_foot h5 span {
  color: #82b549;
  font-weight: bold;
  font-size: 18px;
  padding: 0 30px;
  border-right: 1px solid #999;
  min-width: 150px;
  text-align: center;
}

/* -------------------- checkout style ------------------------- */
.checkout .panel {
  border-radius: 10px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 10px 20px #0001;
          box-shadow: 0px 10px 20px #0001;
  padding: 30px;
}

.checkout .wizard-content .wizard > .steps > ul > li:after,
.checkout .wizard-content .wizard > .steps > ul > li:before {
  content: '';
  z-index: 9;
  display: block;
  position: absolute;
}

.checkout .wizard-content .wizard {
  width: 100%;
  overflow: hidden;
}

.checkout .wizard-content .wizard .content {
  margin-left: 0 !important;
}

.checkout .wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.checkout .wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}

.checkout .wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout .wizard-content .wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.checkout .wizard-content .wizard > .steps > ul > li a {
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.checkout .wizard-content .wizard > .steps > ul > li:before {
  right: 0;
}

.checkout .wizard-content .wizard > .steps > ul > li:after {
  left: 0;
}

.checkout .wizard-content .wizard > .steps > ul > li:first-child:before,
.checkout .wizard-content .wizard > .steps > ul > li:last-child:after {
  content: none;
}

.checkout .wizard-content .wizard > .steps > ul > li.current > a {
  color: #2f3d4a;
  cursor: default;
}

.checkout .wizard-content .wizard > .steps > ul > li.current .step {
  border-color: #f0717d;
  background-color: #fff;
  color: #f0717d;
}

.checkout .wizard-content .wizard > .steps > ul > li.disabled a,
.checkout .wizard-content .wizard > .steps > ul > li.disabled a:focus,
.checkout .wizard-content .wizard > .steps > ul > li.disabled a:hover {
  color: #999;
  cursor: default;
}

.checkout .wizard-content .wizard > .steps > ul > li.done a,
.checkout .wizard-content .wizard > .steps > ul > li.done a:focus,
.checkout .wizard-content .wizard > .steps > ul > li.done a:hover {
  color: #999;
}

.checkout .wizard-content .wizard > .steps > ul > li.done .step {
  background-color: #82b549;
  border-color: #82b549;
  color: #fff;
}

.checkout .wizard-content .wizard > .steps > ul > li.error .step {
  border-color: #f0717d;
  color: #f0717d;
}

.checkout .wizard-content .wizard > .steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
}

.checkout .wizard-content .wizard > .content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}

.checkout .wizard-content .wizard > .content > .title {
  position: absolute;
  left: -99999px;
}

.checkout .wizard-content .wizard > .content > .body {
  padding: 0 20px;
}

.checkout .wizard-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.checkout .wizard-content .wizard > .actions {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 20px 20px;
}

.checkout .wizard-content .wizard > .actions > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkout .wizard-content .wizard > .actions > ul:after {
  content: '';
  display: table;
  clear: both;
}

.checkout .wizard-content .wizard > .actions > ul > li {
  margin-left: 10px;
  min-width: 150px;
  display: inline-block;
}

.checkout .wizard-content .wizard > .actions > ul > li > a {
  background: #82b549;
  color: #fff;
  display: block;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
}

.checkout .wizard-content .wizard > .actions > ul > li > a:focus,
.checkout .wizard-content .wizard > .actions > ul > li > a:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.checkout .wizard-content .wizard > .actions > ul > li > a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.checkout .wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9;
}

.checkout .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus,
.checkout .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}

.checkout .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}

.checkout .wizard-content .wizard > .actions > ul > li.disabled > a,
.checkout .wizard-content .wizard > .actions > ul > li.disabled > a:focus,
.checkout .wizard-content .wizard > .actions > ul > li.disabled > a:hover {
  color: #999;
}

.checkout .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"],
.checkout .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus,
.checkout .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout .wizard-content .wizard.wizard-circle > .steps > ul > li:after,
.checkout .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: #82b549;
}

.checkout .wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
.checkout .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.checkout .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: #F3F3F3;
}

.checkout .wizard-content .wizard.wizard-circle > .steps .step {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #F3F3F3;
  font-size: 1.3rem;
  border-radius: 50%;
}

.checkout .wizard-content .wizard.wizard-notification > .steps > ul > li:after,
.checkout .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #82b549;
}

.checkout .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #82b549;
  color: #82b549;
  line-height: 36px;
}

.checkout .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after,
.checkout .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #82b549;
}

.checkout .wizard-content .wizard.wizard-notification > .steps > ul > li.current:after,
.checkout .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after,
.checkout .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before {
  background-color: #F3F3F3;
}

.checkout .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: #FFF;
}

.checkout .wizard-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #F3F3F3;
}

.checkout .wizard-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #F3F3F3;
}

.checkout .wizard-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 20%;
}

.checkout .wizard-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%;
}

.checkout .wizard-content .wizard.vertical > .steps > ul > li.current:after,
.checkout .wizard-content .wizard.vertical > .steps > ul > li.current:before,
.checkout .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after,
.checkout .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
.checkout .wizard-content .wizard.vertical > .steps > ul > li:after,
.checkout .wizard-content .wizard.vertical > .steps > ul > li:before {
  background-color: transparent;
}

@media (max-width: 768px) {
  .checkout .wizard-content .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  .checkout .wizard-content .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .checkout .wizard-content .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .checkout .wizard-content .wizard > .steps > ul > li:first-child:before {
    content: '';
  }
  .checkout .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: '';
    background-color: #82b549;
  }
  .checkout .wizard-content .wizard.vertical > .steps {
    width: 15%;
  }
}

@media (max-width: 480px) {
  .checkout .wizard-content .wizard > .steps > ul > li {
    width: 100%;
  }
  .checkout .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #82b549;
  }
  .checkout .wizard-content .wizard.vertical > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .checkout .wizard-content .wizard.vertical > .steps {
    width: 100%;
    float: none;
  }
}

.checkout .body {
  padding: 30px !important;
  margin: 20px 50px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
}

.checkout .cont h6 {
  margin-bottom: 15px;
}

.checkout .map-btn {
  height: 50px;
  border-radius: 10px;
  border: 0;
  margin-left: -15px;
  padding: 5px;
}

.checkout .creditCard-form {
  display: none;
}

.checkout .cards-radio-btn .radio-card {
  text-align: center;
  margin: 7px 0;
  position: relative;
}

.checkout .cards-radio-btn .radio-card h6 {
  margin-top: .7rem;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
}

.checkout .cards-radio-btn .radio-card .pay-img {
  width: 90px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0px auto 0 auto;
}

.checkout .cards-radio-btn .radio-card .pay-img.color_filter {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(0%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(0%) contrast(101%);
}

.checkout .cards-radio-btn .radio-card .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: relative;
}

.checkout .cards-radio-btn .radio-card .circle::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 4px;
}

.checkout .cards-radio-btn .radio-card .card-input-element {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.checkout .cards-radio-btn .radio-card .card-input {
  border: 1px solid transparent;
  padding: 20px 10px;
  background-color: #fff;
}

.checkout .cards-radio-btn .radio-card label {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.checkout .cards-radio-btn .radio-card .card-input-element:checked + .card-input {
  border: 1px solid #82b549;
}

.checkout .cards-radio-btn .radio-card .card-input-element:checked + .card-input h6 {
  color: #82b549;
}

.checkout .cards-radio-btn .radio-card .card-input-element:checked + .card-input .circle::after {
  background-color: #82b549;
}

.checkout .bankTransfer-form {
  display: none;
}

.checkout .bankTransfer-form .file-input-group .file {
  position: relative;
  font-weight: 600;
}

.checkout .bankTransfer-form .file-input-group .file__input,
.checkout .bankTransfer-form .file-input-group .file__value {
  background-color: #fff;
  border-radius: 0px;
  color: #666;
  padding: 0.375rem 1.0625rem;
  border: 1px solid #9993;
  border-radius: 15px;
}

.checkout .bankTransfer-form .file-input-group .file__input--file {
  position: absolute;
  opacity: 0;
}

.checkout .bankTransfer-form .file-input-group .file__input--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}

.checkout .bankTransfer-form .file-input-group .file__input--label:after {
  content: attr(data-text-btn);
  border-radius: 0px;
  background-color: #82b549;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  padding: 0.5375rem 1.0625rem;
  color: #fff;
  cursor: pointer;
}

.checkout .bankTransfer-form .file-input-group .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ccc;
}

.checkout .bankTransfer-form .file-input-group .file__value:hover:after {
  color: #82b549;
}

.checkout .bankTransfer-form .file-input-group .file__value:after {
  content: "X";
  cursor: pointer;
}

.checkout .bankTransfer-form .file-input-group .file__value:after:hover {
  color: #000;
}

.checkout .bankTransfer-form .file-input-group .file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #82b549;
}

.checkout .bankTransfer-form .bank-acc-btn {
  background-color: transparent;
  border: transparent;
  color: #82b549;
  font-weight: bold;
}

.checkout .copon_box {
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 20px;
}

.checkout .copon_box .butn {
  height: 50px;
}

.panel-body .table img {
  height: 100px;
}

.cart_foot {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  margin-top: 30px;
  border-radius: 20px;
}

.cart_foot .title {
  border-bottom: 1px dashed #9994;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #1b3d6d;
  font-size: 21px;
}

.cart_foot .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
  margin: 5px 0;
  background-color: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
}

.cart_foot .items h5 {
  margin: 0;
  font-size: 16px;
}

/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 991px) {
  header .info h2 {
    font-size: 30px;
    line-height: 50px;
    color: #1b1924;
  }
  .banner_half .img {
    margin: 10px 0;
  }
  .features .fet_item {
    padding: 30px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 55%;
  }
  footer .links {
    margin-top: 30px;
  }
  footer .title {
    margin-bottom: 10px;
  }
  .contact_us {
    overflow: hidden;
  }
  .contact_us .contact_form {
    margin-top: 30px;
    padding: 20px 15px;
    background-color: #fcfcfc;
  }
  .contact_us .contact_img .contact_boxes .items {
    width: 100%;
  }
}

/* ======== */
/* ======= */
/*# sourceMappingURL=styles.css.map */