@charset "utf-8";
/* **************** */
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "owl.carousel.min.css";
@import "nice-select.css";
@import "jquery-ui.css";
@import "intlTelInput.min.css";

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&display=swap");

/* ****************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}

.owl-carousel {
  direction: ltr;
}

.tooltip {
  z-index: 1100 !important;
}

i {
  font-size: inherit;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.tooltip .tooltip-arrow {
  display: none;
}

.tooltip.top {
  padding: 5px 0;
}

body {
  padding: 0 !important;
  margin: 0;
}

select {
  display: inline-block;
}

select {
  display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

iframe {
  width: 100% !important;
  border: 0 !important;
  height: 100% !important;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

a,
a:hover,
a:visited,
a:link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a {
  display: inline-block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

p {
  line-height: 1.5;
}

z {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.3;
}

.modal-open {
  overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.3;
}

.modal-backdrop.in {
  opacity: 0.9;
}

input,
select,
textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  outline: 0;
}

textarea {
  resize: none;
}

.form-control {
  height: 45px;
  line-height: 38px;
  padding-left: 10px;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: none;
  text-transform: none;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding: 0 16px;
}

.form-control::placeholder {
  color: #2b3430;
  text-transform: capitalize;
}

textarea.form-control {
  height: 170px !important;
  line-height: normal;
  padding-top: 8px !important;
}

.form-group,
.form-control {
  margin-bottom: 0;
}

.form-control:focus {
  box-shadow: none;
  color: #303030;
}

i {
  color: inherit;
  font-style: normal;
}

.toTop {
  color: #fff;
  position: fixed;
  bottom: 40px;
  left: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  z-index: 8;
  transition: 0.3s;
  background: rgb(12, 171, 168);
  box-shadow: 0px 4px 8px rgba(12, 171, 168, 0.35);
  border-radius: 3px;
  font-size: 17px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.loading img {
  width: 250px;
}

.loading h4 {
  font-weight: 500;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-mega-menu {
  position: unset;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  right: 0;
  left: auto;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: 0.3s;
  min-width: 160px;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 11;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
  padding: 0;
  border-top: 1px solid #efefef;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: 0.3s;
}

.menu-item-has-children .sub-menu li {
  display: block !important;
  margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
  display: none;
}

.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 10px;
  font-weight: normal;
  font-size: 13px;
  color: #333;
  border-radius: 0;
}

.menu-item-has-children .sub-menu li a:before {
  display: none;
}

.menu-item-has-children .sub-menu li a:hover {
  background-color: #f7f7f7;
  /* color: #fff !important;
     */
  transition: 0.3s;
}

.menu-item-has-children:after {
  font-family: "Line Awesome Free";
  content: "\f107";
  display: inline-block;
  margin-right: 7px;
  transition: 0.3s;
  font-weight: 900;
}

.menu-item-has-children:hover:after {
  transform: rotate(-180deg);
  transition: 0.3s;
}

.fancybox-button svg path {
  fill: #fff;
}

.top-head {
  background: #0caba8;
  padding: 10px 0;
}

.top-head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-head .top-info {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-head .container a {
  color: #fff;
}

.top-head p {
  color: #fff;
}

.top-head .top-info .t-social {
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.top-head .top-info .t-social a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-right: 7px;
  transition: 0.3s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .top-head .top-info .t-social .fb {
    background-color: #3B5998;
}

.top-head .top-info .t-social .tw {
    background-color: #55ACEE;
}

.top-head .top-info .t-social .gp {
    background-color: #DC4E41;
}

.top-head .top-info .t-social .ig {
    background: -webkit-linear-gradient(top, #B201BF, #C4188B);
}*/

.top-head .top-info .t-social a:hover {
  transform: scale(1.2);
  background-color: #000;
  border-color: #000;
}

.logo img {
  object-fit: contain;
  width: 200px;
}

.bot-head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.bot-head .main-menu {
  padding: 0 30px;
}

.bot-head .main-menu ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  position: static;
}

.bot-head .main-menu ul li:last-child {
  margin: 0;
}

.bot-head .main-search {
  padding: 0 20px;
  width: 500px;
}

.bot-head .main-menu ul li a {
  color: #000;
  font-weight: 500;
  padding: 41px 0;
  transition: 0.3s;
}

.bot-head .main-search .form-group {
  position: relative;
}

.bot-head .main-search .form-group .form-control {
  padding: 0 15px 0 50px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.bot-head .main-search .form-group button {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  line-height: 36px;
  padding: 0 15px;
  border: 0;
  font-size: 20px;
  color: #a0a0a0;
}

.bot-head .main-search .form-group .form-control:focus {
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  transition: 0.3s;
}

.bot-head .main-actions a {
  position: relative;
  color: #0caba8;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  padding: 38px 0;
  transition: 0.3s;
  column-gap: 10px;
}

.badgo {
  position: absolute;
  background-color: #eebc31;
  color: #fff;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff;
  font-size: 11px;
  font-family: sans-serif;
}

.bot-head .main-actions a i {
  font-size: 25px;
  vertical-align: middle;
  margin-left: 5px;
}

.menu-item-has-children.has-mega-menu .sub-menu {
  width: 100%;
  padding: 0;
}

.bot-head .main-actions a b {
  margin: -20px -8px 0 0;
}

.bot-head .main-menu ul li:hover > a,
.bot-head .main-menu ul li.current-menu-item a {
  color: #0caba8;
  transition: 0.3s;
}

.h-section .itm {
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

.h-section .itm a {
  display: block;
  height: 100%;
}

.h-section .itm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-section .owl-dots {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.owl-dots button.owl-dot {
  width: 16px;
  height: 3px;
  border-radius: 50px;
  margin: 0 3px;
  transition: 0.3s;
  background: #d9d9d9;
}

.owl-dots button.owl-dot.active {
  background: #008f8c;
  transition: 0.3s;
}

button {
  outline: none !important;
}

.bot-head .main-menu ul li .nav-tabs {
  border: 0;
}

.bot-head .main-menu ul li .nav-tabs li {
  float: none;
  margin: 0 !important;
}

.bot-head .main-menu ul li .nav-tabs li a {
  border: 0;
  padding: 10px 15px;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.bot-head .main-menu ul li .nav-tabs li.active a {
  background: -webkit-linear-gradient(left, #0caba8, #006399);
  color: #fff;
}

.bot-head .main-menu ul li .nav-tabs li a img {
  margin-left: 8px;
  width: 30px;
  height: 30px;
  object-fit: cover;
  background-color: #f7f7f7;
  border-radius: 100%;
}

.bot-head .main-menu ul li .s-tab-links {
  padding: 0;
}

.bot-head .main-menu ul li .nav-tabs li a:after {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-family: "Line Awesome Free";
  content: "\f100";
  color: #cecece;
  font-size: 17px;
  transition: 0.3s;
}

.bot-head .main-menu ul li .nav-tabs li.active a:after {
  color: #fff;
  transition: 0.3s;
}

.bot-head .main-menu ul li .tab-content {
  padding: 0;
  border-right: 1px solid #ececec;
}

.bot-head .main-menu ul li .tab-content .links-it {
  padding: 20px 10px 0;
}

.bot-head .main-menu ul li .tab-content .links-it h4 {
  font-weight: 700;
  color: #006399;
  font-size: 15px;
  margin-bottom: 15px;
}

.bot-head .main-menu ul li .tab-content .links-it ul li {
  margin-bottom: 13px !important;
}

.bot-head .main-menu ul li .tab-content .links-it ul li a {
  padding: 0;
  color: #9b9b9b;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  display: inline-block;
}

.bot-head .main-menu ul li .tab-content .links-it ul li a:before {
  width: 6px;
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  border-radius: 100%;
  background-color: #0caba8;
  transition: 0.3s;
  right: -10px;
  top: 8px;
  opacity: 0;
}

.bot-head .main-menu ul li .tab-content .links-it ul li a:hover {
  padding: 0 10px;
  transition: 0.3s;
  background: transparent;
  color: #0caba8 !important;
}

.bot-head .main-menu ul li .tab-content .links-it ul li a:hover:before {
  transition: 0.3s;
  opacity: 1;
  right: 0;
}

.bot-head .main-menu ul li .nav-tabs li a:hover:after {
  color: #000;
  transition: 0.3s;
}

.bot-head .main-menu ul li .tab-content .mega-imgs a {
  height: 135px;
  background-color: #f7f7f7;
  padding: 0;
  margin-bottom: 15px;
  transition: none;
}

.bot-head .main-menu ul li .tab-content .mega-imgs img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bot-head .main-menu ul li .tab-content .mega-imgs a:last-child {
  margin: 0;
}

.bot-head .main-menu ul li .tab-content .mega-imgs {
  padding: 20px 15px;
}

.bot-head .main-menu ul li .tab-content .mega-imgs a:hover {
  opacity: 0.8;
  transition: none;
}

.bot-head .main-menu ul li .nav-tabs li.active a:after {
  color: #fff;
  transition: 0.3s;
}

.bot-head .main-actions a:hover {
  color: #0caba8;
  transition: 0.3s;
}

.feats {
  padding: 30px 0;
  background-color: #f9f9f9;
}

.feats .block .inner .i-icon {
  position: relative;
  min-width: 110px;
  min-height: 110px;
  text-align: center;
  line-height: 100px;
  margin-left: 20px;
}

.feats .block .inner .i-icon img {
  width: 85px;
  height: 85px;
  object-fit: scale-down;
}

.feats .block .inner .i-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: rgb(1 124 191 / 11%);
  border-radius: 20px;
  width: 85px;
  height: 85px;
}

.feats .block .inner {
  display: flex;
  align-items: center;
}

.feats .block .inner .i-data h3 {
  font-weight: 500;
  color: #0caba8;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 220px;
  font-size: 17px;
}

.feats .block .inner .i-data p {
  line-height: 1.7;
  font-size: 13px;
  overflow: hidden;
  max-height: 67px;
}

.main-footer {
  background: #f9f9f9;
}

.main-footer:after {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}

.f-tp {
  padding: 50px 0;
}

.f-tp .f-item p {
  color: #000;
  line-height: 1.8;
  font-size: 13px;
  overflow: hidden;
  max-height: 136px;
  max-width: 90%;
}

.f-tp .f-item .f-inner {
  padding: 27px 15px 0;
}

.f-tp .f-item .f-inner h4 {
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}

.f-tp .f-item .f-inner li {
  margin-bottom: 7px;
}

.f-tp .f-item .f-inner li i {
  font-size: 18px;
  margin-left: 5px;
}

.f-tp .f-item .f-inner li a {
  color: #000;
  font-size: 14px;
  transition: 0.3s;
  text-transform: none;
}

.f-tp .f-item .f-inner li a:hover {
  transition: 0.3s;
  padding: 0 5px;
  color: #1db5b2;
}

.f-bt .container {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-bt .container p {
  color: #fff;
}

.log-wrap .log-img {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0;
  background: -webkit-linear-gradient(top, #0caba8, #000000) !important;
}

.log-wrap .log-data {
  padding: 80px;
  height: 100%;
  display: flex;
  align-items: center;
}

.log-wrap .log-data .data-inner {
  margin: 0 auto;
  max-width: 50%;
  float: none;
  width: 100%;
}

#canvas {
  height: 100%;
  width: 100%;
  position: absolute;
}

.log-wrap .log-img .img-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 200px;
  border-radius: 100%;
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.log-wrap .log-img .img-holder img {
  width: 50px;
  object-fit: contain;
}

.log-wrap .log-img .img-holder h4 {
  margin-top: 10px;
  font-weight: 500;
}

.log-wrap .log-data .data-inner .log-head {
  text-align: center;
  margin-bottom: 30px;
}

.log-wrap .log-data .data-inner .log-head i {
  color: #0caba8;
  font-size: 50px;
  margin: 0 0 5px;
}

.log-wrap .log-data .data-inner .log-head h4 {
  font-weight: 700;
  font-size: 22px;
}

.log-wrap .log-data .data-inner .log-head span {
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #0caba8;
}

.log-wrap .log-data .data-inner .back-btn {
  margin-bottom: 60px;
  text-align: left;
  display: none;
}

.log-wrap .log-data .data-inner .back-btn img {
  filter: brightness(0) invert(1);
}

.log-wrap .log-data .data-inner .form-group {
  position: relative;
  margin-bottom: 15px;
}

.log-wrap .log-data .data-inner .form-group div {
  display: flex;
  align-items: center;
}

.log-wrap .log-data .data-inner .form-group:last-of-type {
  margin: 0;
}

.log-wrap .log-data .data-inner .form-group .form-control {
  transition: 0.3s;
  height: 55px;
  padding: 0 50px;
  border: 0.5px solid #e3e3e3;
  border-radius: 5px;
  font-size: 15px;
}

.log-wrap .log-data .data-inner .form-group img {
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}

.iti {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 20px;
}

.iti-mobile .iti--container {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.iti__flag-container .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background: #fff;
  text-align: center;
  min-width: 80px;
  justify-content: center;
  padding: 0;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #fff;
}

.iti--separate-dial-code .iti__selected-flag .iti__flag,
.iti__arrow,
.iti__flag-box {
  display: none !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #0caba8;
  font-size: 16px;
  direction: ltr;
  margin: 0 !important;
}

.iti__country-list {
  left: 0;
  z-index: 4;
  top: 110%;
  border-radius: 5px;
  border: 0;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 26%);
}

.iti__country-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.iti__country-list::-webkit-scrollbar-track {
  background-color: #ddd;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #0caba8;
  border-radius: 15px;
}

.iti-mobile .iti__country-list {
  top: 0;
  border-radius: 0;
  box-shadow: none;
}

.iti__country {
  padding: 10px;
  direction: ltr;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.iti__dial-code {
  color: #fff !important;
  margin: 0 10px 0 0;
  background-color: #0caba8;
  display: inline-block;
  padding: 2px 10px;
  min-width: 50px;
  text-align: center;
  border-radius: 50px;
  font-size: 13px;
}

.iti__flag-container {
  position: relative;
  height: 55px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0;
}

.iti__country-name {
  margin: 0;
}

.btn {
  background: #0caba8;
  color: #fff;
  border-radius: 5px;
  border: 0;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-weight: 500;
  transition: 0.3s;
  box-shadow: 0px 4px 12px rgba(12, 171, 168, 0.24);
}

.btn:hover,
.btn:focus {
  color: #fff;
  background: #000;
}

.log-wrap .log-data .data-inner .form-group .show-pass {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  background-color: transparent;
  font-size: 20px;
  transition: 0.3s;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  z-index: 2;
}

.log-wrap .log-data .data-inner .form-group .btn {
  width: 100%;
}

.log-wrap .log-data .data-inner .form-group .log-hint {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #f3f3f3;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.log-wrap .log-data .data-inner .form-group .log-hint a {
  color: #0caba8;
  font-size: inherit;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  margin: 0 5px;
}

.log-wrap .log-data .data-inner .form-group .forget-hint {
  margin-bottom: 10px;
}

.log-wrap .log-data .data-inner .form-group .checkboxy {
  display: block;
  text-align: center;
}

.log-wrap .log-data .data-inner .form-group .checkboxy input {
  display: none;
}

.log-wrap .log-data .data-inner .form-group .checkboxy span {
  font-weight: 500;
  color: #9b9b9b;
  font-size: 13px;
  position: relative;
  padding-right: 25px;
  user-select: none;
}

.log-wrap .log-data .data-inner .form-group .checkboxy span:before {
  content: "";
  font-weight: 900;
  font-family: "Line Awesome Free";
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  position: absolute;
  right: 0;
  top: 4px;
  transition: 0.3s;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  cursor: pointer;
  content: "\f00c";
  opacity: 0.5;
}

.log-wrap
  .log-data
  .data-inner
  .form-group
  .checkboxy
  input:checked
  + span:before {
  transition: 0.3s;
  background-color: #00649a;
  color: #fff;
  border-color: #00649a;
  opacity: 1;
}

.log-wrap .log-data .data-inner .form-group .checkboxy span a {
  color: #0caba8;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  padding-bottom: 3px;
  font-size: inherit;
}

.log-wrap .log-data .data-inner .form-group .checkboxy span a:hover,
.log-wrap .log-data .data-inner .form-group p a:hover {
  border-color: #0caba8;
  transition: 0.3s;
}

.log-wrap .log-data .data-inner .log-head p {
  font-size: 16px;
  margin: 10px auto;
  line-height: 1.8;
  font-weight: 300;
  color: #fff;
}

.log-wrap .log-data .data-inner .form-group.has-verf .form-control {
  display: inline-block;
  width: 21%;
  margin: 0 0 0 18px;
  padding: 0 20px;
  text-align: center;
  font-size: 30px;
}

.log-wrap .log-data .data-inner .form-group.has-verf .form-control:last-child {
  margin: 0;
}

.log-wrap .log-data .data-inner .form-group .forget {
  color: #0caba8;
  font-size: 16px;
}

.log-wrap .log-data .data-inner .form-group.has-verf {
  display: flex;
  align-items: center;
  justify-content: center;
}

.log-wrap .log-data .data-inner .form-group.has-verf .form-control {
  width: 55px;
  padding: 0;
  text-align: center;
  font-size: 24px;
  height: 55px;
}

.f-head h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  height: 2px;
  border-radius: 50px;
  background-color: #c9c9c9;
  width: 100px;
  transform: translateX(-50%);
}

.bot-head .main-actions .actions-inner {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.bot-head .main-actions a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.owl-carousel {
  position: relative;
}

.owl-dots button.owl-dot.active span {
  background: #fff;
}

.h-section {
  padding-bottom: 30px;
}

.h-slider {
  background-color: #000;
  overflow: hidden;
  border-radius: 10px;
}

.ship-address {
  display: none;
}

.ship-address p {
  color: #1d1927;
  font-weight: 300;
}

.ship-address .form-control {
  padding: 0 0 0 30px;
  height: 40px;
  border-radius: 0;
  border: 0;
  width: 100%;
}

.ship-address .form-control span {
  display: block;
  color: #0caba8;
  font-size: 18px;
  text-align: initial;
}

.ship-address .form-control::after {
  left: 0;
  right: auto;
  border-width: 1px;
  width: 12px;
  height: 12px;
  border-color: #0caba8;
  top: 17px;
}

.ship-address .form-control .list {
  border-radius: 5px;
  width: 100%;
  border: 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
}

.ship-address .form-control .list li {
  text-align: initial;
  padding: 7px 15px;
  min-height: 0;
  line-height: normal;
}

.categories-s {
  background-color: #f9f9f9;
  padding: 30px 0;
}

.g-head {
  margin-bottom: 20px;
}

.g-head h3 {
  font-size: 25px;
}

.g-head p {
  font-weight: 300;
  color: #1d1927;
  margin-top: 5px;
}

.product-s {
  padding: 30px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}

.product-s .item {
  padding: 0 12px;
}

.product-card {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  direction: rtl;
}

.product-card .p-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 160px;
  background-color: #ebebeb;
  padding: 10px;
}

.product-card .p-img > a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.product-card .p-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.add-to-favourite {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 0;
  background-color: #fff;
  padding: 0;
}

.add-to-favourite img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
  transition: 0.3s;
}

.add-to-favourite img.filled {
  opacity: 0;
}

.add-to-favourite.active img.filled {
  opacity: 1;
}

.product-card .p-img span {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff7ec;
  border-radius: 50px;
  padding: 6px 10px;
  color: #f69502;
  font-weight: 700;
}

.product-card .p-data {
  position: relative;
  padding-top: 10px;
}

.product-card .p-data .p-revs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card .p-data .p-revs span {
  color: #7b7b7b;
}

.product-card .p-data .p-revs strong {
  display: flex;
  align-items: center;
  column-gap: 5px;
  line-height: 1;
}

.product-card .p-data .p-revs strong img {
  object-fit: contain;
  width: 15px;
  height: 15px;
}

.product-card .p-data .p-title {
  margin-bottom: 10px;
}

.product-card .p-data .p-title a {
  color: #1d1927;
  font-weight: 700;
  font-size: 16px;
  overflow: hidden;
  vertical-align: middle;
  max-height: 48px;
  min-height: 48px;
}

.product-card .p-data .p-price {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.product-card .p-data .p-price span {
  color: #0caba8;
  font-weight: 600;
  font-size: 16px;
}

.product-card .p-data .p-price span:last-child {
  color: #878787;
  font-weight: 300;
  font-size: 13px;
  text-decoration: line-through;
}

.product-card .p-data .add-to-cart {
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 100%;
  background-color: #0caba8;
  color: #fff;
  font-size: 31px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.owl-carousel {
  padding: 0;
}

.special-ads {
  padding: 30px 0;
  background-color: #f9f9f9;
}

.special-ads a {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
}

.special-ads a:hover {
  opacity: 0.9;
}

.special-ads img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  display: none;
  padding: 35px 15px 0;
}

.mobile-nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/new/wave.svg);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(0 -2px 7px rgba(0,0,0,0.2));
}

.mobile-nav a {
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #67686d;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  padding-bottom: 10px;
}

.mobile-nav a p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-top: 7px;
}

.mobile-nav a::before {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 0;
  transition: 0.3s;
  height: 3px;
  background: #0caba8;
  content: "";
}

.mobile-nav a.active::before {
  width: 100%;
}

.mobile-nav a.active img {
  filter: none;
  opacity: 1;
}

.mobile-nav a img {
  filter: brightness(0);
  opacity: 0.5;
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.mobile-nav a .badgo {
  width: 22px;
  height: 22px;
  line-height: 22px;
  z-index: 1;
  margin: -15px -15px 0 0;
}

.mobile-nav a.active {
  color: #000;
}

.mobile-nav a div {
  background: #0caba8;
  box-shadow: 0px 5px 4px 1px rgba(137, 199, 208, 0.35);
  border-radius: 51px;
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin-top: -45px;
}

.mobile-nav a div img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.mobile-nav a div i.badgo {
  width: 20px;
  height: 20px;
  top: 5px;
  background: red;
  right: 15px;
}

.category-head {
  background: rgba(137, 199, 208, 0.31);
  padding: 10px 0;
  position: relative;
  display: none;
}

.category-head .head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 50px;
}

.category-head .search-area {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: none;
  background-color: #fff;
}

.category-head .search-area .close-search {
  color: #000f;
  font-size: 16px;
}

.category-head .search-area .form-group {
  position: relative;
  min-width: 400px;
}

.category-head .search-area .form-group .form-control {
  height: 50px;
  background-color: #f6f6f6;
  border: 0;
  padding: 0 20px;
}

.category-head .search-area .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  padding: 0 15px;
  border: 0;
  font-size: 20px;
  transform: scaleX(-1);
  background: transparent;
}

.category-head .search-area.active {
  display: flex;
}

.category-head .container div:not(.search-area) {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.category-head span {
  font-size: 16px;
}

.category-head .container div:not(.search-area):nth-of-type(2) {
  flex-direction: row-reverse;
  column-gap: 20px;
}

.category-body {
  padding: 30px 0;
}

.category-body .nav-tabs {
  border: 0;
  column-gap: 7px;
  margin-bottom: 15px;
}

.category-body .nav-tabs .nav-item .nav-link {
  background: #f9f9f9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 6px 10px;
  font-size: 16px;
  color: #000;
  transition: 0.3s;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  min-width: 115px;
}

.category-body .nav-tabs .nav-item .nav-link.active {
  background-color: #0caba8;
  color: #fff;
}

.category-body .nav-tabs .nav-item .nav-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  padding: 6px;
}

.category-body .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  z-index: -1;
}

.category-sidebar .sidebar-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.category-sidebar .sidebar-head div {
  display: flex;
  column-gap: 10px;
}

.category-sidebar .sidebar-head div span {
  font-size: 16px;
}

.category-sidebar .sidebar-head button {
  color: #c52525;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
}

.category-sidebar .widget {
  margin-bottom: 7px;
  background-color: #fff;
  padding: 20px 0;
}

.category-sidebar .sidebar-body {
  background-color: #f9f9f9;
}

.category-sidebar .submit-filter {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px -12px 9px rgba(203, 203, 203, 0.25);
}

.category-sidebar .submit-filter .btn {
  width: 100%;
}

.category-sidebar .widget h4 {
  font-size: 18px;
  margin-bottom: 30px;
}

.category-sidebar .widget .sizes {
  display: flex;
  column-gap: 12px;
  row-gap: 12px;
  flex-wrap: wrap;
}

.category-sidebar .widget .sizes label input {
  display: none;
}

.category-sidebar .widget .sizes label span {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 10px;
  min-width: 80px;
  padding: 15px;
  text-align: center;
  row-gap: 10px;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
}

.category-sidebar .widget .sizes label input:checked + span {
  background-color: #0caba8;
  color: #fff;
}

.category-sidebar .widget .sizes label input:checked + span img {
  filter: brightness(0) invert(1);
}

.category-sidebar .widget .sizes label span img {
  object-fit: contain;
  width: 30px;
  margin: 0 auto;
}

.price-wrap #amount {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  border: 0;
  color: #0caba8;
  font-weight: 700;
  font-size: 16px;
}

.price-wrap .ui-widget.ui-widget-content {
  background-color: #ffe7e9;
  border: 0;
  height: 9px;
  border-radius: 50px;
}

.price-wrap .ui-widget.ui-widget-content .ui-widget-header {
  background-color: #0caba8;
}

.price-wrap .ui-widget.ui-widget-content .ui-state-default {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 11px rgba(155, 154, 154, 0.25);
  top: -8px;
  cursor: col-resize;
}

.category-sidebar .widget .order-by label {
  width: 100%;
  margin-bottom: 11px;
}

.category-sidebar .widget .order-by label input {
  display: none;
}

.category-sidebar .widget .order-by label span {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  display: block;
  padding: 20px 25px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.category-sidebar .widget .order-by label span::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  box-shadow: 0 0 0 1px #c8c8c8;
  border-radius: 2px;
  width: 22px;
  height: 22px;
  transition: 0.3s;
  border: 2px solid #fff;
}

.category-sidebar .widget .order-by label input:checked + span::before {
  box-shadow: 0 0 0 1px #0caba8;
  background-color: #0caba8;
}

.category-body .tab-content {
  background-color: #f9f9f9;
  padding: 15px;
}

.product-img {
  position: relative;
}

.product-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-img .add-to-favourite {
  left: 20px;
  top: 20px;
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.product-data h4 {
  margin-bottom: 23px;
  font-size: 22px;
  font-weight: 600;
}

.product-data .extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product-data .extra .price {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.product-data .extra .price span {
  color: #0caba8;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.product-data .extra .price span + span {
  font-weight: 400;
  font-size: 15px;
  color: #a1a1a1;
  text-decoration: line-through;
}

.number {
  border: 1px solid #f9f9f9;
  border-radius: 50px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  user-select: none;
}

.number .qtybutton {
  background: #f9f9f9;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  color: #979797;
}

.number .plus-minus-box {
  width: 36px;
  height: 36px;
  text-align: center;
  border: 0;
  background: transparent;
  font-weight: 600;
  font-size: 20px;
}

.number .qtybutton.inc {
  background: #0caba8;
  color: #fff;
}

.product-data > p {
  margin-bottom: 15px;
  color: #1d1927;
  font-weight: 300;
}

.product-data .reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  padding: 13px 20px;
}

.product-data .reviews span {
  display: flex;
  align-items: center;
  column-gap: 7px;
  font-size: 18px;
  font-weight: 500;
}

.product-data .reviews a {
  font-weight: 300;
  color: #0caba8;
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.product-data .reviews a i {
  font-size: 20px;
}

.product-options {
  padding: 30px 20px;
}

.product-data {
  border-bottom: 9px solid #f9f9f9;
  padding: 30px 20px;
}

.product-options .opt-item {
  margin-bottom: 20px;
}

.product-options .opt-item:last-of-type {
  margin: 0;
}

.product-options .opt-item h4 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

.product-options .opt-item h4 span {
  color: #878787;
  font-weight: 300;
  font-size: 16px;
}

.product-options .opt-item li {
  border: 1px solid #ffffff;
}

.product-options .opt-item li label {
  display: block;
  align-items: center;
  justify-content: space-between;
}

.product-options .opt-item li label input {
  display: none;
}

.product-options .opt-item li label span {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #1d1927;
  display: block;
  padding: 15px 20px;
  cursor: pointer;
}

.product-options .opt-item li label span::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  box-shadow: 0 0 0 1px #c8c8c8;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: 0.3s;
  border: 1px solid #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.product-options .opt-item li label span::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 0;
  background-color: #0caba8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}

.product-options .opt-item li label input:checked + span::after {
  background-color: #0caba8;
  color: #fff;
  box-shadow: 0 0 0 1px #0caba8;
  border-color: #0caba8;
  font-size: 13px;
}

.product-options .opt-item li label input[type="radio"] + span::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00c";
}

.product-options .opt-item li label span:hover::before {
  height: 25px;
  opacity: 1;
}

.product-options .opt-item li label input[type="checkbox"] + span::after {
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #f9f9f9;
}

.product-options
  .opt-item
  li
  label
  input[type="checkbox"]:checked
  + span::after {
  background-color: #0caba8;
}

.product-submit {
  /* padding: 20px; */
  /* box-shadow: 0px -12px 9px rgba(203, 203, 203, 0.25); */
  background-color: #fff;
}

.product-submit .btn {
  width: 100%;
  justify-content: center;
  font-size: 19px;
  column-gap: 20px;
  font-weight: 700;
  height: 60px;
  border-radius: 10px;
}

.product-submit .btn span {
  color: #fff;
  font-size: 18px;
  font-weight: inherit;
}

.product-wrap .category-head .head-inner a img {
  filter: brightness(0);
}

.category-head .head-inner h4{
  flex-grow: 1;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 20px;
}

.category-head .head-inner a {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.category-head .head-inner a img{
filter:brightness(0);
  }

.category-head .head-inner a  span{
font-size:10px;
  }

.category-head .head-inner a .badgo {
  left: 10px;
  transform: none;
}

.body-title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 20px 0;
}

.body-title h4 {
  font-size: 18px;
    background: #FAFAFA;
    border-radius: 5px;
    flex-grow: 1;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.body-title a{
  width: 50px;
    height: 50px;
    background: #0CABA8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-title img {
  filter: brightness(0) invert(1);
}

.body-content {
  background-color: #f9f9f9;
  padding: 20px 0;
}

.body-content li {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px 25px;
}

.body-content li:last-child {
  margin: 0;
}

.body-content li h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #696969;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 7px;
}

.body-content li h5 span {
  color: inherit;
  font-size: inherit;
}

.body-content li p {
  margin-bottom: 10px;
}

.body-title .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-products li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  width: calc(100% - 10px);
}

.cart-products li .product-block {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background: #FAFAFA;
  border: 0.5px solid #E8E8E8;
  border-radius: 8px;
  flex-wrap: wrap;
}

.cart-products li .del-btn {
  background: #0caba8;
  border-radius: 5px;
  border: 0;
  height: 138px;
  width: 70px;
  min-width: 70px;
  display: none;
  height:181px;
}

.cart-products li .del-btn img {
  filter: brightness(0) invert(1);
}

.cart-products li .product-block .p-img {
  height: 135px;
  width: 135px;
  min-width: 135px;
}

.cart-products li .product-block .p-img a {
  display: block;
  height: 100%;
  padding: 10px;
}

.cart-products li .product-block .p-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.cart-products li .product-block .p-data {
  padding: 15px;
  flex-grow: 1;
}

.cart-products li .product-block .p-data > a {
  color: #1d1927;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;

}

.cart-products li .product-block .p-data p {
  color: #696969;
  font-weight: 300;
}

.cart-products li .product-block .p-data p  i{
  font-weight: 700;
}

.cart-products li .product-block .p-data .extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-products li .product-block .p-data .extra .price {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}

.cart-products li .product-block .p-data .extra .price span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.cart-products li .product-block .p-data .extra .price span:last-child {
  color: #9C9C9C;
  font-weight: 300;
  text-decoration: line-through;
  font-size: 14px;
}

.cart-products li .product-block .number{
  background: #DAEEF0;
border-radius: 5px;
padding: 10px;
}

.cart-products li .product-block .number .qtybutton{
  background: #0caba8;
  color:#fff;
  font-size: 24px;
}

.cart-products ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 15px;
}

.cart-extra .ex-item {
  margin-bottom: 20px;
}

.cart-extra .ex-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.cart-extra .ex-item .form-group {
  position: relative;
}
.cart-extra .ex-item .form-group img {
  position: absolute;
  right: 20px;
  top: 18px;
}
.cart-extra .ex-item .form-control {
  border: 0.5px solid #D3D2D2;
  border-radius: 6px;
  height: 55px;
  padding: 0 50px;
}

.cart-extra .ex-item textarea.form-control:focus {
  height: 100px !important;
}

.cart-extra .ex-item .form-group .btn.btn-border {
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: none;
  border-radius: 5px 0 0 5px;
  background: transparent;
  color: #9B9B9B;
  border: 0;
  border-right: 1px solid #D3D2D2;
  font-weight: 700;
}

.cart-extra .ex-item .coup-preview {
  background-color: #0caba8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}

.cart-extra .ex-item .coup-preview div {
  position: relative;
  padding: 15px 30px;
  color: #fff;
}

.cart-extra .ex-item .coup-preview div::after,
.cart-extra .ex-item .coup-preview div::before {
  content: "";
  position: absolute;
  right: -8px;
  background-color: #f9f9f9;
  top: 12px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.cart-extra .ex-item .coup-preview div::after {
  top: 28px;
}

.cart-extra .ex-item .coup-preview div:last-of-type::after,
.cart-extra .ex-item .coup-preview div:last-of-type::before {
  left: -8px;
  right: auto;
}

.cart-extra .ex-item .coup-preview div:last-of-type {
  border-right: 2px solid #f9f9f9;
}

.cart-extra .ex-item .coup-preview div button {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 10px;
  height: 30px;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.cart-extra .ex-item .add-new-coup {
  color: #0caba8;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}

.cart-overview {
  margin-bottom: 25px;
}

.cart-overview h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cart-overview ul {
  background: #ffffff;
  padding: 0 20px 10px;
}

.cart-overview ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #1d1927;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}

.cart-overview ul li span {
  font-size: 18px;
  font-weight: 400;
}

.cart-overview ul li:last-child span {
  font-size: inherit;
  font-weight: inherit;
}

.cart-overview ul li:last-child {
  margin: 0 -20px;
  border: 0;
  background: #F5F5F5;
  padding: 20px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
}

.cart-submit {
  background: #ffffff;
  /* box-shadow: 0px -12px 9px rgba(203, 203, 203, 0.25); */
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.cart-submit .btn {
  width:100%;
  font-weight: 700;
  font-size: 18px;
  border-radius: 10px;
  column-gap: 15px;
}

.cart-submit .btn span{
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.cart-submit .btn.btn-border {
  background: transparent;
  color: #0caba8;
  border: 1px solid;
  box-shadow: none;
}

.ship-addresses .cart-submit .btn {
  width: 100%;
}

.ship-title {
  margin-bottom: 20px;
}

.ship-title h3 {
  font-size: 18px;
}

.ship-items li {
  width: 33.33%;
  margin-bottom: 15px;
}

.ship-items li label {
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

.ship-items li label input {
  display: none;
}

.ship-items li label .ship-block {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  z-index: 1;
}

.ship-items li label .ship-block::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00c";
  width: 22px;
  height: 22px;
  background-color: #0caba8;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 22px;
  opacity: 0;
  transition: 0.3s;
  z-index:1
}

.ship-items li label .ship-block::after {
  content: "";
  position: absolute;
  border: 1px solid #0caba8;
  border-radius: 5px;
  top: -10px;
  right: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0;
  z-index: -1;
}

.ship-items li label input:checked + .ship-block::before,
.ship-items li label input:checked + .ship-block::after {
  opacity: 1;
}

.ship-items li label .ship-block .ship-map {
  position: relative;
  height: 300px;
  background: #ffffff;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.ship-items li label .ship-block .ship-map > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ship-items li label .ship-block .ship-map .del-address {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 100%;
  background-color: #fff;
  left: 22px;
  top: 22px;
}

.ship-items > ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
  flex-wrap: wrap;
}

.ship-items li:last-child {
  width: 100%;
}

.ship-items li .btn.add-new-address {
  color: #0caba8;
  background: #ffeff0;
  border: 2px dashed #0caba8;
  border-radius: 5px;
  box-shadow: none;
}

.ship-items {
  margin: 30px 0;
}

.ship-items li label .ship-block .ship-data {
  padding: 15px;
}

.ship-items li label .ship-block .ship-data h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ship-items li label .ship-block .ship-data h4 div {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 15px;
}

.ship-items li label .ship-block .ship-data h4 a {
  color: #0caba8;
  font-size: 16px;
  font-weight: 500;
}

.ship-items li label .ship-block .ship-data p {
  font-size: 13px;
  color: #696969;
  margin-bottom: 5px;
}

.ship-items li label .ship-block .ship-data p:last-child {
  margin: 0;
}

.ship-items li label .ship-block .ship-data h4 div img {
  filter: brightness(0);
  width: 20px;
}

.ship-preview {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 0;
}

.ship-preview .sh-map {
  height: 300px;
}

.ship-preview .sh-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ship-preview .sh-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #FAFAFA;
}

.ship-preview .sh-data span {
  font-size: 16px;
  font-weight: 300;
}

.ship-form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.ship-form .form-group .form-control {
  height: 55px;
  border: 0;
  font-size: 14px;
  border-radius: 5px;
  background-color: #FAFAFA;
}

.form-select {
    background-position: left .75rem center;
}

[dir="ltr"] .form-select {
    background-position: right .75rem center;
}

.ship-form h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 25px;
}

.ship-form .form-group > img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ship-form .form-group #phone {
  padding: 0 50px;
  border-radius: 0 5px 5px 0;
}

.ship-form .form-group .iti {
  column-gap: 0;
}

.ship-form .form-group .iti .iti__flag-container {
  border: 0;
  background: #fff;
  border-radius: 5px 0 0 5px;
}

.ship-form .form-group .iti .iti__flag-container .iti__selected-flag {
  border-radius: inherit;
  background: #FAFAFA;
}

.ship-form .form-group label span {
  color: #252441;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  transition: 0.3s;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  background: #FAFAFA;
  border: 0.5px solid #D5D5D5;
}

.ship-form .form-group label input {
  display: none;
}

.ship-form .form-group label input:checked + span img {
  filter: brightness(0) invert(1);
}

.ship-form .form-group label input:checked + span {
  background-color: #0caba8;
  color: #fff;
  border-color: #0caba8;
}

.ship-form .form-group {
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
}

.ship-form {
  margin-bottom: 50px;
}

.review-order .ship-items li {
  width: 100%;
}

.ship-period {
  background: #ffffff;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 300;
}

.ship-payment .product-options {
  padding: 20px 0 5px 0;
}

.ship-payment .product-options ul li {
  border: 0;
  background: transparent;
}

.ship-payment .product-options ul {
  row-gap: 0;
}

.ship-payment .product-options ul li label {
  border: 0;
  padding: 0;
}

.ship-payment .product-options ul li label span::after {
  border-radius: 2px;
  font-size: 0 !important;
}

.ship-payment .product-options ul li label span::before {
  display: none;
}

.ship-payment .product-options ul li label span {
  display: flex;
  align-items: center;
  column-gap: 15px;background: #FAFAFA;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
}

.order-state {
  padding: 50px 0;
}

.order-state .order-icon {
  text-align: center;
  margin-bottom: 20px;
}

.order-state .order-icon h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 24px;
}

.order-state .order-info {
  padding: 20px;
  margin-bottom: 20px;
  background: #FAFAFA;
  border: 1px solid #EDEDED;
  border-radius: 5px;
}

.order-state .order-info li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.order-state .order-info li:last-child{
  margin-bottom: 0;
}

.order-state .order-info div {
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.order-state .order-info li b {
    font-size: 17px;
}

.order-state .order-review-list {
  margin-bottom: 30px;
}

.order-state .order-review-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.order-state .order-review-list ul li span {
  font-weight: 700;
  font-size: inherit;
}

.order-state .order-btns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.order-state .order-btns .btn {
  width: 100%;
  font-size: 18px;
}

.order-state .order-info li b {
  font-size: 17px;
}

.download {
  text-align: left;
  margin-bottom: 40px;
}

.download a {
  background: #FFFFFF;
  border: 0.5px solid #0CABA8;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  color: #000;
  height: 36px;
  padding: 0 16px;
  font-weight: 400;
  transition: .3s;
}

.download a i {
  color: #0CABA8;
  font-size: 22px;
}

.download a:hover {
  background: #0CABA8;
  border-color: #0CABA8;
  color: #fff;
}

.download a:hover i {
  color: inherit;
}

.order-state .order-btns .btn.btn-border {
  color: #0caba8;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid;
}

.orders-wrap .category-head {
  display: flex;background: rgba(137, 199, 208, 0.31);
}

.orders-wrap .category-head .head-inner {
  flex-wrap: wrap;
  height: auto;
}

.orders-wrap  .nav.nav-tabs {
  border: 0;
  justify-content: center;
  width: 100%;
  column-gap: 60px;
}

.orders-wrap  .nav.nav-tabs .nav-item .nav-link {
  border: 0;
  border-radius: 0;
  position: relative;
  padding: 20px 20px 15px;
  font-size: 18px;
  color: #000;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  transition: 0.3s;
}

.orders-wrap  .nav.nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  background-color: #0caba8;
  width: 0;
  transition: 0.3s;
}

.orders-wrap  .nav.nav-tabs .nav-item .nav-link.active {
  color: #0caba8;
}

.orders-wrap  .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}

.orders-wrap .tab-pane ul > li {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}

.orders-wrap .tab-pane ul > li .order-info {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
}

.orders-wrap .tab-pane ul > li .order-info div {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #0caba8;
  font-size: 16px;
}

.orders-wrap .tab-pane ul > li .order-info span {
  font-size: 16px;
  color: #0caba8;
}

.orders-wrap .tab-pane ul > li .order-review-list li b{
  font-size: 18px;
  font-weight: 700;
  color: inherit;
}

.orders-wrap .tab-pane ul > li .order-review-list li {
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}

.orders-wrap .tab-pane ul > li .order-review-list li:last-child{
  margin-bottom: 0;
}

.orders-wrap .tab-pane ul > li .order-review-list li span {
  font-weight: 500;
  color: #0caba8;
  font-size: 16px;
}

.orders-wrap .tab-pane ul > li .order-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
}

.orders-wrap .tab-pane ul > li .order-status span {
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 16px;
  display: inline-block;
  font-weight: normal;
}

.orders-wrap .tab-pane ul > li .order-status.shipping {
  background-color: #0caba8;
  color: #fff;
}

.orders-wrap .tab-pane ul > li .order-status.shipping span {
  background-color: #ffe5e8;
  color: #0caba8;
}

.orders-wrap .tab-pane ul > li .order-status.processed {
  background-color: #f69502;
  color: #fff;
}

.orders-wrap .tab-pane ul > li .order-status.processed span {
  background-color: #fff8ed;
  color: #f69502;
}

.orders-wrap .category-head {
  padding-bottom: 0;
}

.orders-wrap .tab-pane ul > li .order-status.delivered,
.orders-wrap .tab-pane ul > li .order-status.canceled {
  padding: 0 0 20px;
  font-weight: 300;
  font-size: 18px;
}

.orders-wrap .tab-pane ul > li .order-status.delivered span {
  background-color: #e9ffe9;
  color: #007900;
}

.orders-wrap .tab-pane ul > li .order-status.canceled span {
  background-color: #ffe5e8;
  color: #0caba8;
}

.orders-wrap .tab-pane ul > li .order-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.orders-wrap .tab-pane ul > li .order-btns .btn {
  width: 50%;
  box-shadow: none;
  border: 1px solid #0caba8;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.orders-wrap .tab-pane ul > li .order-btns .btn:hover {
  background-color: #0caba8;
  color: #fff;
}

.orders-wrap .tab-pane ul > li .order-btns .btn:hover img {
  filter: brightness(0) invert(1);
}

.orders-wrap .tab-pane ul > li .order-btns .btn img {
  transition: 0.3s; filter: brightness(0) invert(1);
}

.order-details .category-head {
  padding: 20px 0;
}

.order-details .category-head .btn {
  height: 40px;
  border-radius: 50px;
  padding: 0 15px;
  font-size: 13px;
  box-shadow: none;
}

.order-details .reviews-body {
  padding: 20px 0;
}

.info-wrp .order-info {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
}

.info-wrp .order-info div {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #0caba8;
  font-size: 16px;
}

.info-wrp .order-info span {
  font-size: 16px;
  color: #0caba8;
}

.info-wrp .order-review-list li {
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.info-wrp .order-review-list li span {
  font-weight: 500;
  font-size: 16px;
  color: #0caba8;
}

.info-wrp .order-review-list li b{
  font-weight: 700;
  font-size: 16px;
}

.info-wrp {
  border-radius: 5px;
  background-color: #F7F7F7;
  padding: 20px;
  margin-bottom: 20px;
}

.info-wrp .order-review-list li:last-child {
  margin: 0;
}

.info-process .p-img {
  height: 250px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.info-process .p-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-status {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-status div {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 200;
}

.p-status span {
  background-color: #ffe5e8;
  color: #0caba8;
  border-radius: 50px;
  padding: 6px 25px;
}

.info-address {
  background: #fff;
  margin-bottom: 30px;
}

.info-address h3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  }

.info-address .address-details {
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  padding: 15px;
  background-color: #fafafa;
}

.info-address .btn {
  margin-top: 15px;
}

.info-address .address-details h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.info-address .address-details img{
  width: 24px;
}

.info-address .address-details ul li {
  color: #5f5f5f;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 300;
}

.info-address .address-details ul li:last-child {
  margin: 0;
}

.info-products li {
  background: #FAFAFA;
  border: 0.5px solid #E8E8E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 13px;
}

.info-products h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
}

.info-products li .pr-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  padding: 5px;
}

.info-products li .pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.info-products li .pr-data {
  flex-grow: 1;
  padding: 0 5px;
}

.info-products li .pr-data a {
  color: #1d1927;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}

.info-products li .pr-data p {
  color: #696969;
  margin-top: 4px;
  font-weight: 300;
}

.info-products li .pr-data p  i{
  font-weight: 700;
}

.info-products li .pr-data div {
  display: flex;
  margin-top: 10px;
  flex-flow: column;
}

.info-products li .pr-data div span {
  font-weight: 700;
}

.info-products li .pr-data span:last-child {
 text-decoration: line-through;
 font-size: 13px;
 color: #9C9C9C;
 font-weight: 400;
}

.info-products {
  margin-bottom: 30px;
}

.info-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}

.info-payment div,
.info-payment span {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
}

.info-payment span i {
  background: #0caba8;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-payment span {
  color: #0caba8;
  font-size: 17px;
}

.p-progress {
  position: relative;
  height: 9px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background: #ffeff0;
}

.p-progress div {
  position: absolute;
  height: 100%;
  background-color: #0caba8;
  right: 0;
  top: 0;
}

.order-details .reviews-body .btn {
  width: 100%;
  margin-bottom: 20px;
}

.info-address .btn {
  margin-bottom: 0 !important;
}

.info-state {
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.info-state h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.info-state .btn {
  width: auto !important;
  border: 1px solid #fff;
  display: inline-flex;
  margin-bottom: 0 !important;
  background: transparent;
  box-shadow: none;
  column-gap: 10px;
  height: 50px;
}

.info-state .btn img {
  filter: brightness(0) invert(1);
}

.info-state.canceled {
  background-color: #0caba8;
}

.info-state.delivered {
  background-color: #49b549;
}

.info-products li .pr-rev {
  width: 100%;
  margin-top: 15px;
}

.info-products li .pr-rev a {
  margin: 0 0 5px !important;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #0caba8;
  color: #0caba8;
  column-gap: 10px;
}

.p-status {
  flex-wrap: wrap;
}

.p-status p {
  color: #949494;
  margin-bottom: 10px;
  width: 100%;
}

.call-delivery {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 12px 20px;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}

.call-delivery i {
  width: 58px;
  height: 58px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.call-delivery a {
  padding: 6px;
}

.order-track .info-process .p-img {
  height: 600px;
}

.overlay-s {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #0000002b;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 11;
}

.overlay-s.active {
  opacity: 0.8;
  visibility: visible;
}

.cart-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 15;
  transition: 0.3s;
  transform: translateY(-150%);  background-color: #fff;
}

.cart-modal h4 {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  padding: 15px;
}

.cart-modal h4 i {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
}

.cart-modal h4 i img {
  filter: brightness(0);
}

.cart-modal > div {
  padding: 20px;
  background-color: #fff;
}

.cart-modal p {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1d1927;
  font-size: 20px;
  font-weight: 600;
}

.cart-modal span {
  font-size: inherit;
  color: #0caba8;
}

.cart-modal div div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  width: 100%;
}

.cart-modal div div .btn {
  width: 50%;
  box-shadow: none;
}

.cart-modal div div .btn.btn-border {
  border: 1px solid #0caba8;
  background: transparent;
  color: #0caba8;
}

.cart-modal.active {
  transform: none !important;
}

.rev-action {
  margin: 20px 0;
}

.rev-action .btn {
  width: 100%;
}

.rate-modal {
  text-align: center;
}

.rate-modal .rating {
  margin-bottom: 30px;
  justify-content: center;
  flex-direction: row-reverse;
  column-gap: 10px;
}

.rate-modal .rating input {
  display: none;
}

.rate-modal .rating label {
  filter: brightness(0);
  opacity: 0.15;
  transition: 0.3s;
  width: 30px;
  height: 30px;
  transform: scale(0.9);
  cursor: pointer;
}

.rate-modal h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.rate-modal .btn {
  width: 100%;
  box-shadow: none;
  height: 50px;
}

.rate-modal .rating input:checked ~ label {
  opacity: 1;
  filter: none;
  transform: none;
}

.rate-modal .rating label img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rate-order h3 {
  font-weight: 600;
}

.rate-order .rate-modal .rating label {
  width: 45px;
  height: 45px;
  filter: none;
}

.rate-order .rate-modal .btn {
  width: 100%;
}

.rate-order .rate-modal {
  display: block;
}

.rate-order .rate-modal .rating input:checked ~ label {
  opacity: 0.1;
  transform: none;
}

.rate-order .rate-modal .rating input:checked + label {
  opacity: 1;
}

.rate-order .form-group {
  margin-bottom: 20px;
}

.rate-order .form-group .form-control {
  height: 100px !important;
}

.cart-modal .review-sending {
  text-align: center;
  max-width: 30%;
  margin: 0 auto;
  padding: 50px 20px;
}

.cart-modal .review-sending h4 {
  display: block;
  padding: 0;
}

.rate-order .rate-modal .btn[disabled] {
  opacity: 0.2;
}

.cancel-confirm .container,
.support-wrp .container,
.shipping .container,
.langs .container {
  display: block;
}

.offers-body .special-ads,
.offers-body .product-s {
  padding: 0;
  background: transparent;
}

.offers-body {
  background-color: #f9f9f9;
  padding: 30px 0;
}

.offers-body .special-ads {
  margin-bottom: 15px;
}

.offers-body .product-s .product-card {
  margin-bottom: 20px;
}

.remove-from-favourite {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 100%;
  background-color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 10px;
  top: 10px;
  font-size: 16px;
  box-shadow: 0 0 15px rgb(0 0 0 / 3%);
}

.fav-wrp .offers-body {
  display: flex;
  min-height: 400px;
  align-items: center;
}

.fav-wrp .offers-body .alert {
  margin-bottom: 0;
}

.support-wrp h3 {
  color: #1d1927;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.support-wrp ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding: 13px 0;
  color: #1d1927;
  font-size: 15px;
}

.support-wrp ul li span {
  font-size: 18px;
}

.support-wrp ul li:last-child a {
  border: 0;
  padding-bottom: 0;
}

.contact-body .form-group {
  margin-bottom: 30px;
}

.contact-body .form-group h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.contact-body .form-group .form-control {
  height: 50px;
  border: 0;
}

.contact-body .form-group div {
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.contact-body .form-group label {
  display: flex;
}

.contact-body .form-group label input {
  display: none;
}

.contact-body .form-group label span {
  padding: 10px 20px;
  min-width: 150px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}

.contact-body .form-group label input:checked + span {
  background-color: #0caba8;
  color: #fff;
}

.contact-body .form-group:last-of-type {
  margin: 0;
}

.ship-address .select-address {
  display: inline-flex !important;
  font-size: 18px !important;
  color: #0caba8 !important;
}

.ship-address .select-address i {
  font-size: 16px !important;
}

#shipAddresses {
  bottom: 0;
  top: auto;
  transform: translateY(150%);
}

.shipping h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.shipping ul li a {
  display: flex;
  align-items: center;
  column-gap: 15px;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
}

.shipping ul li:last-child a {
  border: 0;
  padding-bottom: 0;
}

.shipping ul li a h5 {
  font-size: 16px;
  font-weight: 300;
}

.shipping ul li a p {
  display: block;
  color: #757575;
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0 0;
}

.shipping ul li a div {
  display: block;
}

.search-wrapp .category-head .head-inner {
  flex-wrap: wrap;
  height: auto;
}

.search-wrapp .category-head .head-inner .form-group {
  position: relative;
  width: 100%;
  margin: 15px 0 5px;
}

.search-wrapp .category-head .head-inner .form-group .form-control {
  background: #f6f6f6;
  border-radius: 5px;
  border: 0;
  height: 50px;
  font-size: 16px;
  padding: 0 20px 0 60px;
}

.search-wrapp .category-head .head-inner .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  padding: 0 15px;
  border: 0;
  background: transparent;
  opacity: 0.5;
}

.search-wrapp .offers-body h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.search-wrapp .offers-body ul li {
  margin-bottom: 15px;
}

.search-wrapp .offers-body ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  transition: 0.3s;
}

.search-wrapp .offers-body ul li a img {
  transition: 0.3s;
}

.search-wrapp .offers-body ul li a:hover {
  color: #0caba8;
}

.search-wrapp .offers-body ul li a:hover img {
  transform: rotate(360deg);
}

.profile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.profile-head .p-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  margin-top: -60px;
  background-color: #fff;
}

.profile-head .p-img label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background-color: #eebc31;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.profile-head .p-img > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.profile-head .p-img label input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.profile-head h4 {
  font-weight: 500;
  font-size: 20px;
  margin: 10px 0 2px;
}

.profile-head p {
  color: #0caba8;
  font-size: 16px;
  font-weight: 300;
}

.profile-head > a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
}

.profile-orders {
  margin-bottom: 15px;
}

.profile-orders a {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px;
  justify-content: space-between;
}

.profile-orders a > div {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.profile-orders a h4 {
  font-size: 14px;
}

.profile-orders a strong {
  font-size: 16px;
  font-weight: normal;
}

.profile-orders a p {
  font-weight: 600;
  color: #0caba8;
  font-size: 20px;
  margin-top: 2px;
}

.profile-orders a i {
  width: 40px;
  height: 40px;
  border: 1px solid #0caba8;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0caba8;
  font-size: 25px;
}

.profile-wrp .reviews-body ul li {
  margin-bottom: 15px;
}

.profile-wrp .reviews-body ul li a {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 15px 25px;
  justify-content: space-between;
}

.profile-wrp .reviews-body ul li a span {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 16px;
}

.profile-wrp .reviews-body ul li a img {
  width: 25px;
  object-fit: scale-down;
}

.profile-wrp .reviews-body ul li a::after {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f104";
  color: #ACACAC;
  font-size: 22px;
  line-height: 1;
}

.profile-wrp .reviews-body ul li a i {
  background: #ffe6e8;
  border-radius: 50px;
  color: #0caba8;
  padding: 9px 15px;
  margin: 0 0 0 35px;
}

.setting-wrp .category-body {
  padding: 20px 12px;
  background-color: #f9f9f9;
}

.setting-wrp .form-group {
  margin-bottom: 15px;
}

.setting-wrp .form-group h4 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.setting-wrp .form-group .form-control {
  height: 50px;
  border: 0;
  padding: 0 50px;
  font-size: 15px;
}

.setting-wrp .form-group div {
  position: relative;
}

.setting-wrp .form-group > div > img {
  position: absolute;
  right: 15px;
  top: 15px;
  filter: brightness(0);
  width: 17px;
}

.setting-wrp .form-group div .btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  box-shadow: none;
  border-radius: 5px 0 0 5px;
}

.setting-wrp .form-group .form-control[type="password"] {
  font-size: 23px;
}

.setting-wrp .form-group > .btn {
  width: 100%;
  margin-top: 30px;
}

.setting-wrp .p-img {
  margin: 0 auto;
}

.setting-wrp .form-group .iti__flag-container {
  border: 0;
  background-color: #fff;
  height: 50px;
  border-radius: 5px;
}

.faqs-body {
  padding-bottom: 20px;
}

.faqs-body .f-img {
  text-align: center;
  margin-bottom: 30px;
}

.faqs-body ul li {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.faqs-body ul li h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.faqs-body ul li p {
  font-weight: 300;
  line-height: 1.7;
  font-size: 13px;
}

.static .faqs-body {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}

.static .category-body {
  padding-bottom: 20px !important;
}

.static .faqs-body h4 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.static .faqs-body p {
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 13px;
}

.static .faqs-body ul {
  padding: 15px;
}

.static .faqs-body ul li {
  padding: 0;
  margin-bottom: 10px;
  border-radius: 0;
  background: transparent;
  list-style: disc;
}

.notifs {
  margin: 0;
  z-index: 5;
}

.notifs .category-body {
  padding: 20px 12px;
  background-color: #f9f9f9;
}

.notifs .category-head {
  display: flex;
}

.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.switcher {
  width: 60px;
  height: 30px;
  overflow: hidden;
  position: relative;
}

.switcher,
.switcher .layer {
  border-radius: 100px;
}

.switcher .switcher-input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #f5f7ff;
  transition: 0.3s ease all;
  z-index: 1;
}

.switcher .knobs:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 24px;
  height: 24px;
  box-shadow: 0px 3.55168px 9.47116px rgba(0, 0, 0, 0.15),
    0px 3.55168px 1.18389px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.switcher .switcher-input:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

.switcher .switcher-input:checked:active + .knobs:before {
  margin-left: -32px;
}

.switcher .switcher-input:checked + .knobs:before {
  content: "";
  left: 32px;
}

.switcher .switcher-input:checked ~ .layer {
  background-color: #0caba8;
}

.langs span {
  position: relative;
  display: block;
  color: #1d1927;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
  cursor: pointer;
}

.langs label input {
  display: none;
}

.langs label {
  display: block;
}

.langs label:last-child span {
  border: 0;
}

.langs span::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px #c8c8c8;
  border-radius: 2px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 2px solid #fff;
  transition: 0.3s;
}

.langs input:checked + span::after {
  background-color: #0caba8;
  box-shadow: 0 0 0 1px #0caba8;
}

.cart-modal .langs {
  padding: 0;
}

.empty-cart {
  text-align: center;
  padding: 100px 0;
}

.empty-cart h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}

.empty-cart h4 img{
  width: 25px;
  object-fit: contain;
}

.empty-cart p{
  background: rgba(12, 171, 168, 0.09);
border: 1px solid #F9F9F9;
border-radius: 5px;
font-weight: 500;
color:#67686D;
padding: 15px;
}

.nice-select {
  width: 100%;
}

.nice-select span {
  display: block;
  height: 55px;
  line-height: 55px;
  text-align: initial;
}

.nice-select::after {
  left: 20px;
  right: auto;
  width: 10px;
  height: 10px;
  top: 25px;
}

.nice-select .list {
  width: 100%;
}

.nice-select .list li {
  text-align: initial;
  padding: 10px 15px;
  line-height: normal;
}

.cart-modal .product-popup-inner form {
    position: relative;
    z-index: 1;
}



/* *************** NEW NEW **************** */

.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(12 171 168 / 85%);
}

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

.log-wrap .log-data .data-inner .form-group .other-hint {
  position: relative;
  margin-bottom: 25px;
  display: block;
  text-align: center;
  z-index: 1;
}

.log-wrap .log-data .data-inner .form-group .other-hint::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 28%);
  z-index: -1;
}

.log-wrap .log-data .data-inner .form-group .other-hint p {
  text-align: center;
  display: inline-block;
  font-size: 17px;
  color: #ffffff;
  margin: 0 auto;
  padding: 5px 45px;
  background: #0caba8;
  border-radius: 50px;
}

.log-wrap .log-data .data-inner .form-group .other-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.log-wrap .log-data .data-inner .form-group .other-links a {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 17px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.log-wrap .log-data .data-inner .form-group .other-links a img {
  transform: none;
  position: unset;
  right: auto;
  top: auto;
  transition: 0.3s;
}

.log-wrap .log-data .data-inner .form-group .other-links a.apple:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.log-wrap .log-data .data-inner .form-group .other-links a.facebook:hover {
  background: #4267b2;
  color: #fff;
  border-color: #4267b2;
}
.log-wrap .log-data .data-inner .form-group .other-links a.google:hover {
  background: #db4437;
  color: #fff;
  border-color: #db4437;
}

.log-wrap .log-data .data-inner .form-group .other-links a:hover img {
  filter: brightness(0) invert(1);
}

.log-wrap .log-data .data-inner .terms {
  position: relative;
  text-align: center;
  margin-top: 80px;
}

.log-wrap .log-data .data-inner .terms a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.log-wrap .log-data .data-inner {
  position: relative;
}

.log-wrap .log-data .data-inner .log-head span,
.log-wrap .log-data .data-inner .log-head h4 {
  color: #fff;
  font-weight: 600;
}

.log-wrap .log-data .data-inner .form-group .btn {
  background: #227e7d;
}

p.resend-code {
  color: #fff;
  font-size: 15px;
}

p.resend-code span {
  color: inherit;
  font-weight: 700;
  font-size: 18px;
}

.cart-modal .methods .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-modal .methods h4 {
  background: transparent;
  padding: 0;
  display: block;
  color: #000;
  font-size: 18px;
  margin-bottom: 22px;
}

.cart-modal .methods {
  padding: 50px 25px;
  border-radius: 16px 16px 0 0;
}

div#confirmMethod {
  bottom: 0;
  top: auto;
  transform: translateY(150%);
}

.cart-modal .methods h4 span {
  vertical-align: baseline;
  font-weight: 700;
  color: inherit;
}

.cart-modal .methods a {
  margin-bottom: 20px;
  background: #f3f3f3;
  color: #000;
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 18px;
}

.cart-modal .methods a.whats {
  background: #25d366;
  color: #fff;
  margin: 0;
}

.f-bt {
  background: #525252;
}

.f-tp .f-item .social {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.f-tp .f-item .social a {
  color: #000;
  font-size: 26px;
}

.f-tp .f-item .f-inner .apps-area img {
  margin: 0;
  object-fit: contain;
  width: 100%;
}

.f-tp .f-item .f-inner .apps-area a {
  display: flex;
  height: 30px;
}

.f-tp .f-item .f-inner .apps-area {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 60%;
}

.f-tp .f-item .social img {
  width: auto;
  margin: 0;
}

.bot-head {
  background: #f5f5f5;
}

.categories-holder .inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 30px;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 5px;
}

.categories-holder .inner a {
  color: #67686d;
  font-weight: 700;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  padding: 12px 0 5px;
  white-space: nowrap;
}

.categories-holder .inner a.active,
.categories-holder .inner a:hover {
  color: #0caba8;
  border-color: #0caba8;
}

.categories-holder .inner::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

.categories-holder .inner::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 15px;
}

.categories-holder .inner::-webkit-scrollbar-thumb {
  background-color: #0caba8;
  border-radius: 15px;
}

.ads-holder {
  margin-bottom: 30px;
}

.ads-holder a {
  display: flex;
}

.ads-holder img {
  width: 100%;
  height: 100%;
}

.hero-holder {
  margin-bottom: 30px;
}

.owl-dots {
  text-align: center;
}

.owl-dots button.owl-dot.active {
  background: #008f8c;
}

.category-slick {
  margin-bottom: 30px;
  display: flex;
  /*align-items: center;*/
  overflow: hidden;
  column-gap: 25px;
}

@media(max-width:768px){
    .category-slick {
    height: 110px;
}
}

.category-slick .cat-head a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #3498db;
}

.category-slick .cat-head img {
  width: 75px;
  height: 75px;
  min-width:75px;
  margin: 0 auto;
  object-fit: contain;
}

.category-slick .cat-head h4 {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  color: inherit;
}

.category-slick .cat-body {
  flex-grow: 1;
}

.cat-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cat-item .i-img {
  background: #e2f4ff;
  border-radius: 6px;
  padding: 5px;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

.cat-item .i-img img {
  object-fit: contain;
  height: 100%;
}

.cat-item span {
  font-weight: 700;
  color: #67686d;
  font-size: 15px;
  display: block;
  margin-top: 10px;
}

.cat2 .cat-item .i-img {
  background: #ffedf2;
}

.cat2 .cat-head a {
  color: #e05880;
}

.extra-cats-holder {
  margin-bottom: 30px;
}

.extra-cats-holder .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 100%;
}

.extra-cats-holder .item img {
  width: 100%;
  position: absolute;
    inset: 0;
}

.katalog-blocks {
  background: #f5f5f5;
  padding: 30px 0;
}

.katalog-blocks .block a {
  background: #0caba8;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 9px -1px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
  text-align: center;
}

.katalog-blocks .row {
  row-gap: 30px;
  justify-content: center;
}

.katalog-blocks .block a img {
  object-fit: scale-down;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
}

.katalog-blocks .block a h4 {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.katalog-blocks .block a:hover {
  transform: translateY(-10px);
}

.gift-cards {
  padding: 30px 0;
}

.g-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.g-head h4 {
  font-weight: 700;
  font-size: 24px;
}

.btn.btn-border {
  border: 1px solid #0caba8;
  background: transparent;
  color: #0caba8;
  box-shadow: none;
}

.why-section .holder {
  background: #daeef0;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}

.why-section .holder h4 {
  color: #015958;
  font-size: 36px;
  margin-bottom: 40px;
}

.why-section .holder h4 span {
  font-size: inherit;
  font-weight: 700;
  vertical-align: baseline;
}

.why-section .holder img {
  object-fit: scale-down;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.why-section {
  margin-bottom: 60px;
}

.specia-cards {
  padding: 30px 0;
}

.global-card {
  border: 1px solid #cdedec;
  border-radius: 6px;
  overflow: hidden;
}

.global-card .g-img {
  position: relative;
  /*height: 250px;*/
  padding-top: 100%;
}

.global-card .g-img .full-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
    inset: 0;
}

.global-card .g-img .g-extra {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 0;
}

:dir(ltr) .global-card .g-img .g-extra ul li {
  display: none; /* Hide the element in LTR mode */
}

/*.global-card .g-img .g-extra ul li {*/
/*:dir(ltr) .global-card .g-img .g-extra ul li {
  background: #fff;
  border-radius: 0 50px 50px 0;
  margin-bottom: 10px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 22%);
  padding: 5px 7px;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}*/


:dir(rtl) .global-card .g-img .g-extra ul li {
  background: #fff;
  border-radius: 50px 0 0 50px;
  margin-bottom: 10px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 22%);
  padding: 5px 7px;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}


.global-card .g-img .g-extra ul li:first-child span {
  font-size: 20px;
}

.global-card .g-img .g-extra ul li span {
  color: red;
  font-size: inherit;
  vertical-align: baseline;
}

.add-to-wishlist {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 23%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
}

.global-card .g-data .data-title {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
}

.global-card .g-data .data-title a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  vertical-align: middle;
  max-width: 80%;
  max-height: 48px;
  min-height:48px;
}

.add-to-cart {
  border-radius: 5px;
  width: 30px !important;
  height: 30px !important;
  min-width:30px !important;
  min-height:30px !important;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0caba8;
  color: #fff !important;
  font-size: 21px;
}

.gift-cards .global-card .g-data .data-price {
    flex-flow: row;
    justify-content: space-between;
}

.global-card .g-data .data-desc {
  padding: 0 20px 20px;
}

.global-card .g-data .data-desc p {
  color: #525252;
  font-weight: 300;
  max-height: 41px;
  overflow: hidden;
}

.global-card .g-data .data-price {
  background: rgba(12, 171, 168, 0.18);
  padding: 20px;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

.global-card .g-data .data-price h4 {
  color: #0caba8;
  font-weight: 700;
  font-size: 19px;
}

.global-card .g-data .data-price span {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.global-card .g-data .data-price span i {
  font-weight: 300;
  font-size: 15px;
  text-decoration: line-through;
  margin: 0 10px;
}

.add-to-wishlist img {
  filter: brightness(0) opacity(0.2);
  transition: 0.3s;
}

.add-to-wishlist.active img {
  filter: none;
}

.add-to-wishlist.active {
  transform: scale(1.05);
}

.global-card .g-img .add-to-wishlist {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}

.blogs-holder .row{
  row-gap: 24px;
}

.blog-card {
  /*height: 250px;*/
  overflow: hidden;
  position: relative;filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
  border-radius: 7px;
  padding-top: 100%;
}

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;border-radius: 7px;
}

.blog-card a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.blog-card span {
  background: rgba(255, 255, 255, 0.83);
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.blogs-holder {
  padding: 30px 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #0caba8 !important;
  font-size: 16px !important;
  width: 25px;
  height: 25px;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 32%);
}

.owl-carousel .owl-nav .owl-next {
  right: -10px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -10px;
}

.owl-carousel .owl-nav .owl-next i,
.owl-carousel .owl-nav .owl-prev i {
  font-size: inherit;
  color: inherit;
}

.owl-carousel .owl-nav button.disabled {
  display: none;
}

.main-actions .logo {
  display: none;
}

.hero-holder .item a {
  width: 100%;
}

.why-section .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -65px;
  right: 0;
}

.f-tp h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.f-tp .f-item .apps-area {
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  height:45px;
}

.f-tp .f-item .terms-area {
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content:center;
}

.f-tp .f-item .terms-area a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  height: 45px;
  color: #000;
  padding: 0 12px;
  transition: 0.3s;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 13px;
}
.f-tp .f-item .terms-area a span {
  font-size: inherit;
  color: inherit;
}

.f-tp .f-item .terms-area a:hover {
  background: #000;
  color: #fff;
}

.f-tp .f-item .terms-area a:hover img {
  filter: brightness(0) invert(1);
}

.bot-head .main-search .form-group .form-control::placeholder {
  color: rgba(12, 171, 168, 0.5);
}

.bot-head .main-search .form-group .form-control {
  font-size: 15px;
  font-weight: 500;
}

.brand-item {
  border: 1px solid #3498db;
  border-radius: 8px;
  text-align: center;
}

.brand-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.brand-item a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.brands-holder {
  padding: 30px 0;
}

.f-tp .f-item .terms-area a b {
  width: 100%;
  font-size: inherit;
  color: inherit;
}

.no-head .category-slick {
  margin-bottom: 15px;
}

.cards-holder.no-head {
  margin-bottom: 20px;
}

.cat-item {
  text-align: center;
}

.maincats {
  padding-top: 20px;
  margin-bottom: 0 !important;
}

.maincats .category-slick {
  display: block;
}

.maincats .category-slick button.owl-dot {
  margin: 0;
  border-radius: 0;
  height: 2px;
}

.catsgrid .g-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.catsgrid {
  padding: 20px 0;
}

.catsgrid .cat-item .i-img {
  width: 85px;
  height: 85px;
}

.grid-view .row {
  row-gap: 24px;
}

.breadcrumb-g {
  padding: 20px 0 0;
}

.breadcrumb-g ul {
  display: flex;
  align-items: center;
}

.breadcrumb-g ul li {
  color: #3498db;
  font-weight: 600;
}

.breadcrumb-g ul li::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f104";
  margin: 0 3px;
}

.breadcrumb-g ul li:last-child::after {
  display: none;
}

.breadcrumb-g ul li a {
  color: inherit;
  font-weight: inherit;
}

.filter-btns {
  display: none;
  /*display: flex;*/
  align-items: center;
  column-gap: 10px;
}

.filter-btns button {
  width: 35px;
  height: 35px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background: transparent;
  padding: 0;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

#sortlist,
#filterlist,
.bottom-position
 {
  bottom: 0;
  top: auto;
  transform: translateY(150%);
  border-radius: 21px 21px 0 0;
  overflow: hidden;
}

.cart-modal .filterchange {
  padding: 30px;
  background-color: #f7f8f7;
}

.cart-modal .filterchange .f-head {
  margin-bottom: 23px;
}

.cart-modal .filterchange .f-head h4 {
  font-size: 23px;
  font-weight: 600;
  padding: 0;
  background: transparent;
  color: #1d1927;
}

.cart-modal .filterchange .f-head .off-modal {
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 100%;
  font-size: 23px;
  background: rgba(206, 206, 206, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-modal .filterchange .f-footer {
  margin-top: 25px;
}

.cart-modal .filterchange .f-footer .btn {
  font-size: 20px;
}

.cart-modal .filterchange .f-sort label {
  margin-bottom: 10px;
  display: block;
}

.cart-modal .filterchange .f-sort label input {
  display: none;
}

.cart-modal .filterchange .f-sort label span {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #1d1927;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}

.cart-modal .filterchange .f-sort label span::after {
  content: "";
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
  background: #fff;
}

.cart-modal .filterchange .f-sort label input:checked + span::after {
  border-color: #0caba8;
  background: #0caba8;
}

.cart-modal .filterchange .f-sort {
  display: block;
}

.cart-modal .filterchange .f-sort label input:checked + span {
  border-color: #0caba8;
  color: #0caba8;
}

.cart-modal .filterchange .f-collection,
.cart-modal .filterchange .f-collection .accordion,
.cart-modal .filterchange .f-collection .accordion .accordion-item {
  display: block;
}

.cart-modal .filterchange .f-collection .accordion .accordion-item {
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  overflow: hidden;
}

.cart-modal
  .filterchange
  .f-collection
  .accordion
  .accordion-item
  .accordion-button {
  background: transparent;
  padding: 15px 20px;
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  outline: none !important;
  box-shadow: none;
}

.cart-modal
  .filterchange
  .f-collection
  .accordion
  .accordion-item
  .accordion-button::after {
  margin: 0;
  filter: brightness(0);
}

.cart-modal
  .filterchange
  .f-collection
  .accordion
  .accordion-item
  .accordion-collapse {
  padding: 0 20px 10px;
}

.cart-modal
  .filterchange
  .f-collection
  .accordion
  .accordion-item
  .accordion-collapse
  .f-sort
  label
  span {
  display: block;
  position: relative;
}

.cart-modal
  .filterchange
  .f-collection
  .accordion
  .accordion-item
  .accordion-collapse
  .f-sort
  label
  span::after {
  position: absolute;
  left: 20px;
  top: 20px;
}

.cart-modal
  .filterchange
  .f-collection
  .accordion
  .accordion-item
  .accordion-collapse
  .f-sort
  label
  span
  i {
  color: #67686d;
  font-size: 12px;
}

.cart-modal .filterchange .f-collection .accordion .accordion-item .price-wrap {
  display: block;
}

.cart-modal
  .filterchange
  .f-collection
  .accordion
  .accordion-item
  .price-wrap
  .ui-widget.ui-widget-content {
  height: 4px;
  background-color: rgb(12 171 168 / 12%);
}

.cart-modal
  .filterchange
  .f-collection
  .accordion
  .accordion-item
  .price-wrap
  .ui-widget.ui-widget-content
  .ui-state-default {
  width: 10px;
  height: 10px;
  top: -3px;
  background: #0caba8;
}

.cart-modal
  .filterchange
  .f-collection
  .accordion
  .accordion-item
  .price-wrap
  #amount {
  color: #67686d;
  font-size: 14px;
  margin-top: 10px;
}

.cart-modal .filterchange .f-collection {
  overflow: hidden;
  overflow-y: overlay;
  padding-left: 15px;
  max-height: 400px;
}

.cart-modal .filterchange .f-collection::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.cart-modal .filterchange .f-collection::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border-radius: 15px;
}

.cart-modal .filterchange .f-collection::-webkit-scrollbar-thumb {
  background-color: #0caba8;
  border-radius: 15px;
}

.grid-view.active .global-card {
  display: flex;
}

.grid-view.active .global-card .g-img {
  width: 180px;
  min-width: 180px;
  min-height: 195px;
}

.grid-view.active .col-lg-3 {
  width: 33.33%;
}

@media(max-width:1024px){
    .grid-view.active .col-lg-3 {
    width: 50%;
}
}

@media(max-width:768px){
    .grid-view.active .col-lg-3 {
    width: 100%;
}
}

.grid-view.active .global-card .g-data .data-price {
    min-height: 100px;
}

.grid-view.active .global-card .g-data {
  min-height: 195px;
  width:100%;
}

.grid-view.active .list-view i::before {
  content: "\f009";
}

.product-img .p-features {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 7;
}

.product-img .p-features li {
  background: #fff;
  border-radius: 50px 0 0 50px;
  margin-bottom: 7px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 22%);
  padding: 5px 7px;
  font-weight: 700;
  font-size: 10px;
  display: flex;
  align-items: center;
}

.product-img .p-features li span {
  color: red;
  font-size: 20px;
  vertical-align: baseline;
  margin: 0 10px;
}

.product-img .p-actions {
  position: absolute;
  left: 20px;
  bottom: 40px;
  z-index: 7;
  display: flex;
  justify-content: center;
  flex-flow: column;
  row-gap: 7px;
}

.product-img .back-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  left: 20px;
  top: 40px;
  z-index: 7;
  padding: 11px;
}

.product-img .back-btn img {
  filter: brightness(0);
}

.product-img .p-actions button {
  width: 45px;
  height: 45px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 12px;
}

.product-img .item {
  height: 400px;
}

.product-img .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info h3 {
  color: #0caba8;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}

.product-spec {
  margin-bottom: 30px;
}

.product-spec ul {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 9px;
  padding: 15px;
  justify-content: center;
}

.product-spec ul li {
  text-align: center;
  border-left: 1px solid #dfdfdf;
  padding: 0 20px;
  width: 30%;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.product-spec ul li:last-child {
  border: 0;
}

.product-spec ul li span {
  display: block;
  color: #a0a0a0;
  margin-bottom: 5px;
}

.product-options-list .opt-item {
  margin-bottom: 30px;
}

.product-options-list .opt-item h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-options-list .opt-item ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-options-list .opt-item ul li label input {
  display: none;
}

.product-options-list .opt-item ul li label span {
  background: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 7px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  transition: 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.product-options-list .opt-item ul li label input:checked + span {
  border-color: #dc3230;
  box-shadow: 0 0 0 1px #dc3230;
  color: #dc3230;
}

.product-options-list .opt-item h4 .btn {
  height: 35px;
  min-width: auto;
  padding: 0 10px;
}

.product-options-list .opt-item ul.colors li label input:checked + span {
  border-color: #0caba8;
  box-shadow: 0 0 0 2px #0caba8;
}

.product-options-list .opt-item ul li label {
  text-align: center;
  cursor: pointer;
}

.product-options-list .opt-item ul li label b {
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.product-options-list .opt-item ul li label input:checked + span + b {
  color: #0caba8;
  font-weight: 700;
}

.product-offers {
  margin-bottom: 30px;
}

.product-offers h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.product-offers .offer-item {
  background: #f5f5f5;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-offers .offer-item .offer-right .number {
  padding: 0;
  border: 0;
  column-gap: 5px;
}

.product-offers .offer-item .offer-right {
  display: flex;
  align-items: center;
  column-gap: 20px;
  position: relative;
}

.product-offers .offer-item .offer-right .toggle-qty {
  background: #0caba8;
  border-radius: 6px;
  border: 0;
  height: 35px;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  right: 0;
  transition: 0.3s;
  z-index:2;
}

.product-offers .offer-item .offer-right .number .qtybutton {
  background: #0caba8;
  border-radius: 6px;
  font-size: 25px;
  color: #fff;
  width: 25px;
  height: 25px;
}

.product-offers .offer-item .offer-right .number .plus-minus-box {
  font-size: 25px;
  font-weight: 700;
}

.product-offers .offer-item .offer-right .toggle-qty.off {
  opacity: 0;
  visibility: hidden;
}

.product-offers .offer-item .offer-right .offer-info h5 {
  color: #0caba8;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 3px;
}

.product-offers .offer-item .offer-right .offer-info p {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.product-offers .offer-item .offer-right .offer-info p span {
  font-weight: 800;
  color: #000;
  font-size: 18px;
}

.product-offers .offer-item .offer-right .offer-info p span.old {
  color: #8e8e8e;
  font-weight: 600;
  font-size: 15px;
  text-decoration: line-through;
}

.product-offers .offer-item .offer-left {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  column-gap: 10px;
}

.product-offers .offer-item .offer-left span {
  width: 35px;
  height: 35px;
  background: linear-gradient(81.64deg, #d71818 34.46%, #e86a61 87.54%);
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
}

.product-offers .offer-item .offer-left p {
  color: #ff0000;
  font-weight: 600;
  font-size: 11px;
  margin-top: 1px;
}

.product-offers .offer-item .offer-left div {
  text-align: center;
}

.product-offers .offer-item .offer-left img {
  width: 42px;
  margin: 0 auto;
  display: block;
}

.product-tabs {
  border-bottom: 10px solid #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.product-tabs .nav-tabs {
  justify-content: center;
  margin-bottom: 30px;
  column-gap: 0;
}

.product-tabs .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  color: #67686d;
  border-bottom: 2px solid #67686d;
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
  text-align: center;
  display: block;
}

.product-tabs .nav-tabs .nav-item .nav-link.active {
  border-color: #0caba8;
  background: transparent;
  color: #0caba8;
}

.product-tabs .nav-tabs .nav-item .nav-link::before {
  display: none;
}

.product-tabs .tab-content {
  padding: 0;
  background: transparent;
}

.product-tabs .tab-content h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.product-tabs .tab-content p {
  color: #525252;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-tabs .tab-content .btn {
  display: inline-flex;
  height: 35px;
  border: 2px solid #0caba8;
  background: transparent;
  color: #0caba8;
  column-gap: 5px;
  font-weight: 600;
}

.product-groups h3 {
  color: #000;
}

.product-groups .group-body {
  display: flex;
  column-gap: 60px;
  row-gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.product-groups .group-body .g-item {
  position: relative;
  border: 0.5px solid #0caba8;
  border-radius: 6px;
}

.product-groups .group-body .g-item::after {
  content: "+";
  color: #0caba8;
  font-size: 40px;
  line-height: 0.5;
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
}

.product-groups .group-body .g-item:last-child::after {
  display: none;
}

.product-groups .group-body .g-item .i-img {
  border-radius: 6px 6px 0 0;
  height: 150px;
  position: relative;    padding-top: 100%;
}

.product-groups .group-body .g-item .i-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  position: absolute;
    inset: 0;
}

.product-groups .group-body .g-item .i-img label {
  position: absolute;
  right: -6px;
  top: -10px;
  cursor: pointer;    z-index: 1;
}

.product-groups .group-body .g-item .i-img label input {
  display: none;
}

.product-groups .group-body .g-item .i-img label span {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #0caba8;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.product-groups .group-body .g-item .i-img label span::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00c";
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  font-size: 16px;
}

.product-groups .group-body .g-item .i-img label input:checked + span::before {
  opacity: 1;
}

.product-groups .group-body .g-item .i-img label input:checked + span {
  background: #0caba8;
}

.product-groups .group-body .g-item .i-info {
  padding: 15px;
}

.product-groups .group-body .g-item .i-info h4 {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-groups .group-body .g-item .i-info b {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.product-groups .group-body .g-item .i-info p {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.product-groups .group-body .g-item .i-info p span {
  font-size: 20px;
  font-weight: 700;
  color: #0caba8;
}

.product-groups .group-body .g-item .i-info p span.old {
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  text-decoration: line-through;
}

.product-groups .group-footer {
  border: 0.5px solid #0caba8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-groups .group-footer h4 {
  color: #0caba8;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
}

.product-groups .group-footer p {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.product-groups .group-footer p span {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.product-groups .group-footer p span.old {
  font-weight: 300;
  font-size: 20px;
  color: #252525;
  text-decoration: line-through;
}

.product-groups .group-footer .btn {
  border-radius: 6px 0 0 6px;
  font-weight: 700;
  font-size: 17px;
}

.grid-view.active .gift-cards .global-card .g-img {
  width: 50%;
  min-width: 50%;
  border-radius: 6px;
  overflow: hidden;
}

.grid-view .gift-cards {
  padding: 0;
}

.grid-view.active .gift-cards .global-card .g-data {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.grid-view.active .gift-cards .global-card .g-data .data-title {
  padding-top: 58px;
  justify-content: center;
}

.grid-view.active .gift-cards .global-card .g-data .data-title a {
  font-size: 18px;
}

.faqs .accordion-item {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 10px;
}

.faqs .accordion-item .accordion-button {
  color: #1d1927;
  background: inherit;
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  box-shadow: none;
}

.faqs .accordion-item .accordion-button::after {
  margin: 0;
  filter: brightness(0);
}

.faqs .accordion-item .accordion-body {
  padding: 0 25px 20px;
}

.reasons .block {
  text-align: center;
}

.reasons .block h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0;
}

.reasons .block p {
  max-height: 42px;
  overflow: hidden;
}

.reasons .block img {
  width: 50px;
  margin: 0 auto 15px;
}

.reasons .row {
  row-gap: 30px;
}

.reasons {
  padding: 20px 0 30px;
}

.back-sys {
  background: #DAEEF0;
  border: 1px solid #F9F9F9;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
}

.ship-items > h4 {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.review-order .ship-items li .add-new-address {
    color: #0CABA8;
    font-size: 16px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.review-order .ship-items li .add-new-address i {
    width: 20px;
    height: 20px;
    background: #0CABA8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    line-height: 1;
    font-size: 21px;
    padding-bottom: 4px;
}

.product-options.phones .opt-item li label span::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 50%;
    border-radius: 50px;
    transform: translateY(-50%);
    transition: 0.3s;
    border: 1px solid #0caba8;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0;
    opacity: 1;
    background: #EBECEC;
}

.product-options.phones .opt-item li label span::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00c";
  background: transparent !important;
  border: 0;
  box-shadow: none !important;
  right: 20px;
  left: auto;
  font-size: 15px !important;
  color: #fff;
  opacity: 0;
}

.product-options.phones .opt-item li label span {padding: 15px 60px 15px 20px;border: 0;border-radius: 0;}

.product-options.phones .opt-item li label input[type="radio"]:checked + span::after {
    opacity: 1;
}

.product-options.phones .opt-item li label input:checked + span::before {
    background: #0caba8;
}

.product-options.phones .opt-item li {
    margin: 0;
}

.product-options.phones .opt-item li .add-new-address {
  margin: 20px 0 15px;
}
.product-options.phones .opt-item li .form-group {
  align-items: center;
  position: relative;
  column-gap: 15px;
  display: none;
}

.product-options.phones .opt-item li .form-group.opened{
  display: flex;
}

.product-options.phones .opt-item li .form-group img {
  position: absolute;
  right: 20px;
}

.product-options.phones .opt-item li .form-group .form-control {
  padding: 0 50px 0 20px !important;
  background: #FAFAFA;
  border-radius: 5px;
  height: 55px;
  border: 0;
  font-size: 16px;
}

.product-options.phones .opt-item li .form-group .btn{
  height: 55px;
}

.product-options.phones .opt-item li .form-group .iti {
  column-gap: 15px;
}

.product-options.phones .opt-item li .form-group .iti__flag-container {
  border: 0;
}

.product-options.phones .opt-item li .form-group .iti__flag-container .iti__selected-flag {
  background: #FAFAFA;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: url("../images/new/date.svg") no-repeat;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: url("../images/new/time.svg") no-repeat;
  left: 12px !important;
}

input[type="date"]::-webkit-calendar-picker-indicator ,
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 20px;
  cursor: pointer;
  top: 0;
  background-position: center left;
  background-size: 21px;
}

input[type="date"],
input[type="time"]{
  position: relative;
  direction: rtl;
  text-align: right;
}

.product-options.terms .opt-item .btn {
  display: inline-flex;
  font-weight: 700;
  border-width: 2px;
}

.product-options.terms .opt-item {
  text-align: left;
}

.product-options.terms .opt-item h4 {
  text-align: initial;
}

.product-options.terms ul li label span{
  border:0
}

.product-options.notes .opt-item .form-control {
  background: #FAFAFA;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  font-size: 15px;
}

.ship-payment .product-options.delivery ul li label span {
  justify-content: space-between;
}

.ship-payment .product-options.delivery ul li label span > div {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.ship-payment .product-options.delivery ul li label span h5 {
  font-size: 16px;
  font-weight: 500;
}

.ship-payment .product-options.delivery ul li label span p {
  color: #5F5F5F;
  font-size: 12px;
  font-weight: 300;
  margin-top: 4px;
}

.ship-payment .product-options.delivery ul li label span b {
  color: #0CABA8;
  font-size: 16px;
  font-weight: 700;
  padding-left: 40px;
}

.cart-modal  .whats-order {
    padding: 40px;
    margin: 0 auto;
    max-width: 28%;
}

.cart-modal .whats-order .wo-head {
    display: block;
    text-align: center;
}

.cart-modal .whats-order .wo-head h4 {
    background: transparent;
    color: #000;
    display: block;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cart-modal .whats-order .wo-head p {
    display: block;
    font-weight: normal;
    color: #67686D;
    font-size: 14px;
}

.cart-modal .whats-order .wo-body {
    display: block;
}

.cart-modal .whats-order .wo-body .form-group {
    position: relative;
    margin-bottom: 15px;
}

.cart-modal .whats-order .wo-body .form-group .form-control {
    padding: 0 50px 0 20px !important;
    background: #FAFAFA;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    height: 50px;
}

.cart-modal .whats-order .wo-body .form-group img {
    position: absolute;
    right: 20px;
}

div#whatsOrder,
div#authModal,
div#geoLocation,
div#reviewSend,
div#reOrder,
div#cancelOrder {
    background: #fff;
}

.cart-modal .whats-order .wo-body .form-group .iti__flag-container {
  border: 1px solid #EDEDED;
  width: 60px;
  min-width: 60px;
}

.cart-modal .whats-order .wo-body .form-group .iti__flag-container .iti__selected-flag {
  background: #fafafa;
  min-width: 100%;
}

.cart-modal .whats-order .wo-body .form-group .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  justify-content: center;
}

.cart-modal .whats-order .wo-body .form-group:last-child{
  margin-bottom: 0;
}

.cart-modal .whats-order .wo-head img {
  margin-bottom: 20px;
  width: 60px;
}

div#geoLocation  .whats-order .wo-head h4{
  font-weight: 600;
  line-height: 1.5;
  font-size: 17px;
}

.my-orders .category-head {
    display: none;
    padding: 25px 0;
}

.orders-wrap .tab-pane ul > li .order-inner {
  background: #F7F7F7;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
}

.cart-modal .review-sending h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 30px;
}

.info-retry {
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.info-retry span {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 8px 20px;
    color: #0CABA8;
    font-size: 16px;
    font-weight: 600;
}

.info-retry .btn {
    display: inline-flex;
    width: auto !important;
    column-gap: 10px;
    margin: 0 !important;
}

.info-retry .btn img {
    filter: brightness(0) invert(1);
}

.info-delivery {
    margin-bottom: 20px;
}

.info-delivery .inner {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background: rgba(12, 171, 168, 0.13);
    border-radius: 5px;
    padding: 20px;
    color: #0CABA8;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.info-delivery .i-btn {
    text-align: left;
}

.info-delivery .i-btn .btn {
    width: auto;
    margin: 0 auto 0 0;
    min-width: 140px;
}

.order-details .order-state {
    padding: 0;
}

.cart-modal .cancel-order {
  text-align: center;
  padding: 50px 20px;
  max-width: 25%;
  margin: 0 auto;
}

.cart-modal .cancel-order h4 {
  display: block;
  background: transparent;
  padding: 0;
  color: #000;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.order-details .cart-overview ul li {
    color: #F6173F;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 5px;
}

.order-details .cart-overview ul li span {
    color: inherit;
}

.order-details .cart-overview ul li:first-child,
.order-details .cart-overview ul li:nth-last-child(2) {
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.order-details .cart-overview ul li:nth-last-child(2){
  padding: 0;
  border: 0;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d9d9d9;
}

.order-details .cart-overview ul li:last-child {
    padding: 15px 20px;
    margin-top: 15px;
    color: #000;
}

.icons-cart {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  column-gap: 50px;
  justify-content: center;
  padding: 20px 0 0;
}

.icons-cart a {
  width: 30px;
  height: 30px;
  border: 1px solid #B3B3B3;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  background: #fff;
}

.icons-cart a img {
  filter: brightness(0) opacity(.3);
  transition: .3s;
}

.icons-cart a.active {
  background: #0CABA8;
  border-color: #0CABA8;
}

.icons-cart a.active img {
  filter: brightness(0) invert(1);
}

.icons-cart::before {
  content: '';
  height: 2px;
  width: 115px;
  background: #B3B3B3;
  position: absolute;
  left: 50%;
  top: 35px;
  z-index: -1;
  transform: translateX(-50%);
}

.product-img .images-slider, .product-img .images-slider .owl-stage, .product-img .images-slider .owl-item, .product-img .images-slider .item {
  height: 100%;
}



.product-img .images-slider .owl-stage-outer {
  height: calc(100% - 40px);
}

.product-img::backdrop {
  background: #fff;
}

.methods-body {
    padding: 30px 0;
}

.methods-form {
    margin-bottom: 30px;
}

.methods-form h4,
.methods-list h3{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.methods-form .form-control {
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    height: 100px !important;
    resize: vertical;
}

.methods-list {
    margin-bottom: 60px;
}

.methods-list .m-item {
    margin-bottom: 30px;
    background: #F3F3F3;
    border: 1px solid #CECECE;
    border-radius: 16px;
    padding: 20px;
}

.methods-list .m-item label {
    width: 100%;
}

.methods-list .m-item label span {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #25D366;
    box-shadow: 0px 4px 6px rgba(37, 211, 102, 0.42);
    border-radius: 5px;
    color: #fff;
    padding: 15px 60px 15px 20px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

.methods-list .m-item label input {
    display: none;
}

.methods-list .m-item label span::before {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-family: 'Line Awesome Free';
    content: '\f00c';
    font-size: 0;
    transition: .3s;
    right: 20px;
    top: 22px;
    color: #000;
}

.methods-list .m-item label input:checked +  span::before {
    font-size: 15px;
}

.methods-list .m-item label span i {
    font-size: 34px;
    flex-grow: 1;
    text-align: left;
}

.methods-list .m-item.mail-way label span {
    background: #56ACE0;
    box-shadow: 0px 4px 6px rgb(86 172 224 / 42%);
}

.methods-list .m-item p {
    margin: 15px 0 20px;
    color: #67686D;
    font-weight: 500;
    font-size: 12px;
}

.methods-list .m-item .form-group {
    position: relative;
}

.methods-list .m-item .form-group img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
}

.methods-list .m-item .form-group .form-control {
    border: 1px solid #EDEDED;
    border-radius: 5px;
    height: 55px;
    padding: 0 55px 0 20px !important;
    font-size: 15px;
    text-transform: none;
}

.methods-list .m-item .form-group .form-control::placeholder {
    color: #BABABA;
    text-transform: inherit;
}

.methods-list .m-item .form-group .iti__flag-container {border: 0;}

.methods-list .m-item .form-group .iti__flag-container .iti__selected-flag {
    border: 1px solid #EDEDED;
    border-radius: 5px;
}

.methods-footer {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.methods-footer .btn {
    width: 100%;
}

.categories-holder.terms-holder .inner {
    padding: 10px 0 20px;
}

.cart-products li .product-block .p-msg {
    width: 100%;
    padding: 0 15px 15px;
    display: none;
}

.cart-products li .product-block .p-msg span {
    margin-bottom: 7px;
    display: block;
}

.cart-products li .product-block .p-msg .form-control {
    height: 90px !important;
}

.cart-products li .product-block .p-data .btn {
    height: 35px;
}

.cart-modal  .cart-added {
  max-width: 44%;
  margin: 0 auto;
}

.cart-modal .cart-added > div {
  flex-wrap: wrap;
}

.cart-modal .cart-added p {
  display: block;
  text-align: center;
  width: 100%;
}

.cart-modal .confirmOrder .wo-body {
    display: flex;
    flex-wrap: wrap;
}

.cart-modal .confirmOrder .wo-body .form-group.has-btns {
    width: 100%;
    flex-flow: row;
}

.cart-modal .confirmOrder .wo-body .form-group {
    width: 58%;
    flex-flow: column;
    align-items: flex-start;
}

.cart-modal .confirmOrder .wo-body .form-group span {
    margin-bottom: 7px;
    color: #000;
}

.cart-modal .confirmOrder .wo-body .form-group input.form-control {
    padding: 0 15px !important;
}

.cart-modal .confirmOrder .wo-body .form-group:nth-of-type(2) {
    width: 35%;
}

.cart-modal .confirmOrder {
    max-width: 40%;
}

.cart-modal  .lastStep ul li {
    background: #FAFAFA;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.cart-modal  .lastStep ul li span {
    font-weight: 500;
}

.cart-modal  .lastStep ul li:last-child {
    margin: 15px 0;
    font-weight: 700;
}

.cart-modal .lastStep ul li:last-child span {
    font-weight: inherit;
}

.help-body {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}

.help-body a {
    background: #F3F3F3;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    color: #252525;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    justify-content: center;
    height: 55px;
}

.help-body a i{
  font-size: 25px;
}

.help-body .whats {
    color: #fff;
    background: #25D366;
    box-shadow: 0px 4px 6px rgba(37, 211, 102, 0.42);
}

.cart-modal .help-wrp {
    background: #fff;
}

.contact-wrap {
    padding: 30px 0;
}

.con-item {
    margin-bottom: 25px;
}

.con-item .c-head {
    margin-bottom: 10px;
}

.con-item .c-head h4 {
    color: #252525;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.con-item .c-head p {
    color: #67686D;
    font-size: 13px;
}

.con-item .c-body a {
    background: #FFFFFF;
    border: 0.5px solid #0CABA8;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #0CABA8;
}

.con-item .map-iu a {
    flex-wrap: wrap;
    padding: 15px;
    row-gap: 15px;
}

.con-item .map-iu a > img {
    width: 100%;
}

.con-item .map-iu p {
    color: #252525;
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: center;
    width: 100%;
}

.con-item .map-iu p img {
    width: 20px;
}

.con-item .c-body a i {
    font-size: 32px;
}

.con-item .c-body a.whats {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}

.notification-wrap {
    padding: 30px 0;
}

.notification-wrap h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.notification-wrap li {
    margin-bottom: 20px;
}

.notification-wrap li .inner {
    background: #F7F7F7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #f7f7f7;
    border-right: 15px solid #f7f7f7;
    column-gap: 20px;
}

.notification-wrap li .inner .i-text h4 {
    font-size: 16px;
}

.notification-wrap li > p {
    text-align: left;
    padding-top: 6px;
}

.notification-wrap li .inner .i-action span {
    background: #DAEEF0;
    border-radius: 6px;
    color: #0CABA8;
    font-weight: 700;
    padding: 9px 15px;
    display: inline-flex;
}

.notification-wrap li .inner .i-action button {
    border: 0;
    background: transparent;
    border-right: 1px solid#dfdfdf;
    padding: 0 20px 0 5px;
    display: inline-flex;
    flex-flow: column;
    row-gap: 5px;
}

.notification-wrap li .inner .i-action {
    flex-grow: 1;
    text-align: left;
}

.notification-wrap li.unread .inner {
    border-color: #0CABA8;
}

.notification-wrap li.unread .inner .i-text h4 {
    font-weight: 700;
}

.notification-wrap li .inner .i-text h4 .code,.notification-wrap li .inner .i-text h4 b {
    font-weight: 700;
    font-size: 16px;
}

#copied-success {
    position: fixed;
    background: #000;
    border-radius: 7px;
    padding: 8px 20px;
    left: 20px;
    top: 20px;
    transition: .3s opacity;
    opacity: 0;
}

#copied-success span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.search-wrap {
    padding: 30px 0;
}


.search-wrap .g-head h4 {
    font-size: 18px;
}

.empty-result {
    text-align: center;
}

.empty-result .g-head {
    margin-bottom: 50px;
}

.latest-search {
    margin-bottom: 30px;
}

.latest-search .g-head {
    margin-bottom: 15px;
}

.latest-search ul li a {
    display: block;
    padding: 6px 15px;
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
}

.latest-search ul {
    background: #F7F7F7;
    border-radius: 15px;
    padding: 10px 0;
}

.latest-search ul li a:hover {
    color: #000;
    padding: 6px 20px;
}

.search-success a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border: 0.5px solid #A7A7A7;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.search-success a img {
    width: 150px;
    height: 150px;
    min-width: 150px;
    object-fit: cover;
}

.search-success a span {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.search-success a:hover {
    background: #f7f7f7;
}

.error-wrp {
    text-align: center;
    padding: 30px 0;
}

.error-wrp h4 {
    font-weight: 700;
    color: #252525;
    font-size: 24px;
    margin: 20px 0 10px;
}

.error-wrp p {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 30px;
}

.error-wrp .btn {
    display: inline-flex;
    min-width: 150px;
}

.edit-profile .form-group {
    margin-bottom: 15px;
    position: relative;
}

.edit-profile .form-group label {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit-profile .form-group label button {
    height: 30px;
    padding: 0 10px;
    border-color: #000;
    color: #000;
}

.edit-profile .form-group label div {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.edit-profile .form-group label button.danger {
    border-color: #FF0505;
    color: #FF0505;
}

.edit-profile .form-group .form-control {
    background: #F7F7F7;
    border-radius: 5px;
    border: 0;
    height: 50px;
    font-size: 14px;
    padding: 0 50px 0 20px;
}

.edit-profile .form-group .form-control#phone {
    padding: 0 50px 0 20px !important;
}

.edit-profile .form-group div {
    position: relative;
    display: flex;
    align-items: center;
}

.edit-profile .form-group img {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 20px;
    height: 20px;
}

.edit-profile .form-group #date {
    padding: 0 20px;
}

.edit-profile .form-group .form-control .list li {
    width: 100%;
    margin: 0;
}

.edit-profile .form-group.phones {
    display: none;    column-gap: 15px;
}

.edit-profile .form-group.phones.opened {
    display: flex;
}

.add-new-address {
    color: #0CABA8 !important;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    margin: 5px 0 25px;
}

.add-new-address i {
    width: 20px;
    height: 20px;
    background: #0CABA8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    line-height: 1;
    font-size: 21px;
    padding-bottom: 4px;
}

.edit-profile .form-group .iti__flag-container {
    border: 0;
}

.edit-profile .form-group .iti__flag-container .iti__selected-flag {
    border-radius: 5px;
    background: #f7f7f7;
}

.iti__country-list li {
    width: 100%;
    margin: 0;
}

.edit-profile .ship-addres h4 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.edit-profile .ship-addres li {
    width: 100%;
}

.edit-profile .form-group.has-btns .btn {
    width: 100%;
    font-size: 18px;
}

.cart-modal .saved-success {
    text-align: center;
    padding: 40px;
    max-width: 35%;
    margin: 0 auto;
}

.cart-modal .saved-success h5 {
    margin: 20px 0 50px;
}

.terms-details .g-head {
    display: block;
    padding: 30px 0 0;
}

.terms-details .g-head img {
    width: 100px;
    margin: 0 auto 40px;
    display: block;
}

.terms-details .g-head h4 {
    font-size: 19px;
}

.desc p {
    font-size: 15px;
    line-height: 2;
}

.about .g-head img {
    width: 300px;
}

.cards-holder.no-head.about {
    padding-top: 50px;
    text-align: justify;
}

.favourites .categories-holder.terms-holder {
    padding: 0 0 30px;
}

.favourites .row {
    row-gap: 20px;
}

.global-card .g-img .remove-from-favourite {
    background: #f00;
}

.global-card .g-img .remove-from-favourite img {
    filter: brightness(0) invert(1);
}

.loyality-body .nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
    border: 0;
    column-gap: 30px;
}

.loyality-body .nav-tabs .nav-item .nav-link {
    color: #252525;
    font-weight: 500;
    font-size: 17px;
    border: 0;
    border-bottom: 2px solid transparent;
    transition: .3s;
}

.loyality-body .nav-tabs .nav-item .nav-link.active {
    color: #0CABA8;
    border-color: #0CABA8;
}

.loyality-body {
    padding: 30px 0;
}

h3.p-numbers {
    text-align: center;
    margin-bottom: 30px;
    color: #0CABA8;
    font-size: 32px;
    font-weight: 300;
}

h3.p-numbers b {
    color: inherit;
    font-size: inherit;
    vertical-align: baseline;
    font-weight: 700;
}

.points {
    margin-bottom: 30px;
}

.points .block {
    border: 0.5px solid #0CABA8;
    border-radius: 9px;
    overflow: hidden;
    min-height: 176px;
}

.points .block h4 {
    background: linear-gradient(94.87deg, #9BE4E3 10.36%, #0CABA8 93.55%);
    text-align: center;
    padding: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.points .block h4 b {
    color: inherit;
    font-size: 32px;
    font-weight: 700;
}

.points .block > div {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.points .block div span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 11px;
}

.points .block div button {
    border: 0.5px solid #0CABA8;
    border-radius: 3px;
    color: #0CABA8;
    font-size: 13px;
    padding: 7px 15px;
    background-color: transparent;
}

.points .block div .tube {
    background: #f9f9f9;
    height: 2px;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 5px;
}

.points .block div .tube .progress {
    height: 100%;
    background: #a1a1a1;
}

.points .row {
    row-gap: 24px;
}

.points .block.red{
    border-color: #E05880
}

.points .block.red h4 {
    background: linear-gradient(97.35deg, #E05880 36.02%, #A3294D 97.76%);
}

.points .block.blue{
    border-color: #56ACE0
}

.points .block.blue h4 {
background: linear-gradient(93.51deg, #56ACE0 15.84%, #1177B5 69.09%);}

.points .block.orange{
    border-color: #F59139
}

.points .block.orange h4 {
background: linear-gradient(94.22deg, #F7AC6B -0.79%, #F59139 94.94%);
}

.points .block.grey{
    border-color: #C7C7C7;
}

.points .block.grey h4 {
background: linear-gradient(98.18deg, #8C8C8C 43.72%, #716767 95.39%);}



.points .block div span i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 171, 168, 0.25);
    border-radius: 100%;
    color: #0CABA8;
}

.points .block > div span div {
    flex-grow: 1;
    color: #0CABA8;
}

.points .block.red div button{
    color:#E05880;
    border-color:#E05880;
}

.points .block.red div span i{
    color:#E05880;
 background:rgb(224 88 128 / 0.25);
}

.points .block.red > div span div{
     color:#E05880
}

.points .block.blue div button{
    color:#56ACE0;
    border-color:#56ACE0;
}

.points .block.blue div span i{
    color:#56ACE0;
    background:rgb(86 172 224 / 0.25)
}

.points .block.blue > div span div{
     color:#56ACE0
}

.points .block.orange div button{
    color:#F59139;
    border-color:#F59139;
}

.points .block.orange > div span div{
     color:#F59139
}

.points .block.orange div span i{
    color:#F59139;
    background:rgb(245 145 57 / 25%);
}

.points .block.grey div button{
    color:#A1A1A1;
    border-color:#A1A1A1;
}

.points .block.grey > div span div{
     color:#A1A1A1
}

.points .block.grey div span i{
    color:#A1A1A1;
    background:rgb(161 161 161 / 0.25);
}

.check-terms {
    text-align: center;
    margin-top: 40px;
}

.check-terms a {
    border: 1.5px solid #252525;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.04));
    border-radius: 5px;
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    padding: 0 30px;
}

.check-terms  a img {
    filter: brightness(0);
}

.used-points ul li {
    background: #F7F7F7;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px;
}

.used-points ul li h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.used-points ul li div {
    border: 1px solid #0CABA8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px;
}

.used-points ul li div span {
    flex-grow: 1;
    text-align: center;
    color: #0CABA8;
    font-size: 18px;
}

.used-points ul li div button {
    border: 0;
    background: transparent;
    padding: 0 10px;
}

.used-points ul li p {
    color: #252525;
    text-align: left;
    margin-top: 4px;
}

.used-points ul li div button p {
    font-size: 12px;
    margin: 0;
    text-align: inherit;
}

.discount-code {
    border: 1px solid #0CABA8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px;
    margin: 20px 0 100px;
}

.discount-code span {
    text-align: center;
    color: #0CABA8;
    font-size: 18px;
}

.discount-code button {
    border: 0;
    background: transparent;
    padding: 0 10px;
    border-right: 1px solid #0caba8;
}

.redem .order-btns {
    flex-wrap: initial;
    column-gap: 20px;
    row-gap: 20px;
}

.catalog-cards .global-card .g-data .data-download {
    padding: 0 20px 20px;
}

.catalog-cards .global-card .g-data .data-download a {
    color: #3FBBBA;
    font-size: 15px;
}

.catalog-cards .global-card .g-data .data-title a {
    color: #0D0800;
    font-weight: 700;
}

.catalog-cards .global-card .g-data .data-download a i {
    font-size: 22px;
}

.catalog-cards .global-card .g-img .add-to-wishlist {
    bottom: -15px;
}

.catalog-cards .row{
  row-gap: 24px;
}


.cato-viewer .viewer-body {
    padding: 30px 0;
}

.cato-viewer .vw-head {
    display: flex;
    background: #F9F9F9;
    border: 0.5px solid #CECECE;
    border-radius: 6px;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-bottom: 30px;
}

.cato-viewer .vw-head button {
    border: 0;
    background: transparent;
}

.cato-viewer .vw-head div {
    display: flex;
    column-gap: 15px;
}

.cato-viewer .vw-head button img {
    width: 19px;
}

.cato-viewer  .item {
    display: flex;
    align-items: center;
    row-gap: 40px;
    flex-wrap: wrap;
}

.cato-viewer  .item .item-child {
    width: 25%;
    text-align: center;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.cato-viewer  .item .item-child a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cato-viewer  .item .item-child h4 {
    font-weight: 600;
    font-size: 17px;
}

.cato-viewer  .item .item-child img {
    width: 100px;
    margin: 0 auto 20px;
    object-fit: contain;
}

.cato-viewer .owl-carousel .owl-nav .owl-prev,.cato-viewer .owl-carousel .owl-nav .owl-next {
    transform: translateX(-50%);
    top: -71px;
    width: auto;
    height: auto;
    box-shadow: none;
    background: transparent !important;
    left: 50%;
}

.cato-viewer .owl-carousel .owl-nav .owl-prev {
    left: 30vw;
}

.cato-viewer .owl-carousel .owl-nav .owl-next {
    transform: scaleX(-1) translateX(-50%);
    left: auto;
    right: 30vw;
    top: -72px;
}

.cato-viewer .owl-carousel .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    left: 50%;
    top: -81px;
    transform: translateX(-50%);
    background: #FFFFFF;
    border: 0.5px solid #CACACA;
    border-radius: 3px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    column-gap: 3px;
}

.cato-viewer .owl-carousel .owl-dots .owl-dot {
    counter-increment: slides-num;
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.cato-viewer .owl-carousel .owl-dots .owl-dot.active::after {
    content:counter(slides-num) " / ";
    letter-spacing: 3px;
    color: #ACACAC;
    font-weight: 700;
    font-size: 16px;
}

.cato-viewer .owl-carousel .owl-dots::after {
    content: counter(slides-num);
    color: #ACACAC;
    font-weight: 700;
    font-size: 16px;
}

.product-img .p-actions .add-favorite img {
    filter: brightness(0) opacity(.3);
}

.product-img .p-actions .add-favorite.active img {
    filter: none;
}

.product-img.product-img .cap {
    background: rgba(255, 255, 255, 0.83);
    border-radius: 3px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 30px;
}

.product-img.product-img .cap h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-img.product-img .cap span {
    color: #FC5623;
    font-weight: 700;
    font-size: 15px;
}

.product-img {
    margin-bottom: 30px;
}

.product-info h4 {
    font-size: 25px;
    font-weight: 700;
}

.product-info .description-body {
    margin-bottom: 30px;
}

.product-info .description-body p {
    line-height: 2;
    font-size: 15px;
}

.product-info .description-body img {
    width: 100%;
    margin: 20px 0;
}

.global-card .g-data .data-price {
  flex-flow: column;
  align-items: flex-start;
  gap: 7px;
  /*min-height:132px;*/
}

.global-card .g-data .data-desc {
    max-height: 41px;
    min-height:41px;
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 20px;
}
.global-card {
  position: relative;
}

.global-card > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.add-to-cart {
  position: relative;
  z-index: 2;
}

#appendGiftCard .pay-items li {
    padding: 0;
}

#appendGiftCard .pay-items li label {
    display: block;
    width: 100%;
}

#appendGiftCard .pay-items li label span {
    display: flex;
    align-items: center;
    column-gap: 15px;
    background: #FAFAFA;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
}

#appendGiftCard .pay-items li label input {
    display: none;
}

#appendGiftCard .pay-items li label span::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 50%;
    box-shadow: 0 0 0 1px #c8c8c8;
    border-radius: 5px;
    transform: translateY(-50%);
    transition: 0.3s;
    border: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}


#appendGiftCard .pay-items li label input:checked + span::after {
    background-color: #0caba8;
    color: #fff;
    box-shadow: 0 0 0 1px #0caba8;
    border-color: #0caba8;
}

/*.extra-cats-holder .item a {*/
/*  width: 282px;*/
/*  height: 200px;*/
/*  background: #fff;*/
/*  padding: 15px;*/
/*}*/
/*.extra-cats-holder .owl-carousel .owl-item{*/
/*  margin-right: 26px !important;*/
/*  margin-left: 1px !important;*/
/*}*/

p {
    text-align: justify;
}

.cat-item span {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}


.f-tp h4 {
    text-align: center;
}

.f-tp .f-item .social {
    justify-content: center;
}

.custom-map-control-button {
    background: #0caba8;
    color: #fff;
    border-radius: 5px;
    border: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-weight: 500;
    transition: 0.3s;
    box-shadow: 0px 4px 12px rgba(12, 171, 168, 0.24);
    left: 20px !important;
    bottom: 120px;
    top: auto !important;
}

@media(min-width:1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width:90%;
    }
}

@media(min-width:1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width:90%;
    }
    .why-section .holder img {
    width: 150px;
    height: 150px;
}
}

.new-ads a,.new-ads a img {
    width: 100%;
}

.append_user {
    position: absolute;
}

.blog-card img {
    position: absolute;
    inset: 0;
}

.why-section a {
    position: relative;
    padding-top: 100%;
    height: 150px;
    width: 100%;
    /*background: #fff;*/
}

.why-section img {
    position: absolute;
    inset: 0;
}

.product-groups .group-body .g-item {
    width: calc(33% - 60px);
}

.log-wrap .log-data .data-inner .form-group.has-verf {
  flex-direction: row-reverse;
  gap: 20px;
}

.log-wrap .log-data .data-inner .form-group.has-verf .form-control {
  margin: 0;
}

.f-tp .f-item .social img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.grid-view.active .global-card .g-img {
    padding: 0;
    min-height: 250px;
    height: 250px;
}

.grid-view.active .global-card .g-img img.full-img {
    position: unset;
    padding: 10px;
}
.product-img .item iframe {
  height: 400px !important;
}

/* ****** NEW 6-8-2023 ****** */

.cart-modal .product-popup-inner {
  overflow: hidden;
  padding: 30px;
  overflow-y: auto;
  max-height: 1000px;
}

.cart-modal .product-popup-inner div {
  display: block;
}

.cart-modal .product-popup-inner .opt-item h4 .btn {
  width: auto;
}

.cart-modal .product-popup-inner > .btn {
  width: 100%;
  font-weight: 700;
  font-size: 17px;
}

.cart-modal .product-popup-inner .offer-item {
  display: flex;
}

.cart-modal .product-popup-inner .offer-item .offer-right,
.cart-modal .product-popup-inner .offer-item .offer-left {
  width: auto;
}

.product-offers .offer-item .offer-left span {
  min-width: 35px;
}

.cart-modal
.product-popup-inner
.product-offers
.offer-item
.offer-right
.offer-info
p
span {
  white-space: nowrap;
}


.filter-btns a {
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 14px !important;
    padding: 6px 10px;
    display: 6px 10px;
}

.log-wrap .log-data .data-inner .form-group div {
    position: unset;
}

.iti__country-list {
    width: 100%;
}

.log-wrap .log-data .data-inner .form-group div,
.ship-form .form-group .iti .iti__flag-container{
    position: unset;
}


/* ******************** LANG EN ***************** */

/* [dir="ltr"] */


[dir="ltr"] .bot-head .main-search .form-group .form-control {
  padding: 0 50px 0 15px;
}

[dir="ltr"] .bot-head .main-search .form-group button {
  right: 0;
  left: auto;
  transform: none;
}

[dir="ltr"] .top-head .top-info .t-social {
  margin: 0 0 0 30px;
}

[dir="ltr"] .top-head .top-info .t-social a {
  margin: 0 0 0 7px;
}

[dir="ltr"] .bot-head .main-menu ul li {
  margin: 0 30px 0 0;
}

[dir="ltr"] .bot-head .main-search .form-group .form-control {
  padding: 0 50px 0 15px;
}

[dir="ltr"] .bot-head .main-search .form-group button {
  right: 0;
  left: auto;
  transform: none;
}

[dir="ltr"] .top-head .top-info .t-social {
  margin: 0 0 0 30px;
}

[dir="ltr"] .top-head .top-info .t-social a {
  margin: 0 0 0 7px;
}

[dir="ltr"] .bot-head .main-menu ul li {
  margin: 0 30px 0 0;
}

[dir="ltr"] .ship-form .form-group #phone {
  padding: 0 86px 0 50px !important;
}

[dir="ltr"] .ship-form .form-group > img {
  left: 20px;
  right: auto;
}

[dir="ltr"] .cart-extra .ex-item .form-group .btn.btn-border {
  right: 0;
  left: auto;
  border: 0;
  border-left: 1px solid #f9f9f9;
  border-radius: 0 5px 5px 0;
}

[dir="ltr"] .category-head .head-inner a img {
  transform: scaleX(-1);
}

[dir="ltr"] .category-body .nav-tabs .nav-item .nav-link::before,
[dir="ltr"] .product-card .p-img span {
  left: 10px;
  right: auto;
}

[dir="ltr"] .add-to-favourite,
[dir="ltr"] .remove-from-favourite {
  right: 10px;
  left: auto;
}

[dir="ltr"] .product-card {
  direction: ltr;
}

[dir="ltr"] .product-card .p-data .add-to-cart {
  right: 0;
  left: auto;
}

[dir="ltr"] .category-sidebar .widget .order-by label span::before {
  right: 25px;
  left: auto;
}

[dir="ltr"] .h-section .owl-dots {
  right: 30px;
  left: auto;
}

[dir="ltr"] .cat-item img {
  left: -50px;
  right: auto;
}

[dir="ltr"] .cat-item span {
  right: 20px;
  left: auto;
}

[dir="ltr"] .feats .block .inner .i-icon {
  margin: 0 20px 0 0;
}

[dir="ltr"] .log-wrap .log-img {
  left: auto;
  right: 0;
}

[dir="ltr"] .log-wrap .log-data .data-inner .form-group #phone {
  padding: 0 86px 0 50px !important;
}

[dir="ltr"] .log-wrap .log-data .data-inner .form-group img {
  left: 20px;
  right: auto;
}

[dir="ltr"] .log-wrap .log-data .data-inner .form-group .show-pass {
  right: 0;
  left: auto;
}

[dir="ltr"] .profile-orders a i {
  transform: scaleX(-1);
}

[dir="ltr"] .p-progress div {
  left: 0;
  right: auto;
}

[dir="ltr"] .number {
  flex-direction: row-reverse;
}

[dir="ltr"] .product-data .reviews a i {
  transform: scaleX(-1);
}

[dir="ltr"] .product-options .opt-item li label span::before {
  left: 0;
  right: auto;
}

[dir="ltr"] .product-options .opt-item li label span::after,
[dir="ltr"] .product-img .add-to-favourite {
  right: 20px;
  left: auto;
}

[dir="ltr"] .profile-head .p-img label {
  left: auto;
  right: 0;
}

[dir="ltr"] .profile-wrp .reviews-body ul li a::after {
  right: 15px;
  left: auto;
  transform: scaleX(-1) translateY(-50%);
}

[dir="ltr"] .profile-wrp .reviews-body ul li a i {
  margin: 0 35px 0 0;
}

[dir="ltr"] .setting-wrp .form-group > div > img {
  left: 15px;
  right: auto;
}

[dir="ltr"] .setting-wrp .form-group #phone {
  padding: 0 86px 0 50px !important;
}

[dir="ltr"] .setting-wrp .form-group div .btn {
  right: 0;
  left: auto;
  border-radius: 0 5px 5px 0;
}

[dir="ltr"] .nice-select::after {
  right: 20px;
  left: auto;
}

[dir="ltr"] .bot-head .main-actions a .badge {
    left: 62px !important;
    right: auto !important;
}

[dir="ltr"] .global-card .g-img .g-extra {
    left: 0;
    right: auto;
}

[dir="ltr"] .global-card .g-img .add-to-wishlist {
    left: auto;
    right: 20px;
}

[dir="ltr"] * {
    direction: ltr;
}

[dir="ltr"] .owl-carousel.owl-rtl .owl-stage,[dir="ltr"] .owl-stage-outer{
    direction: ltr;
}

[dir="ltr"] .floatwhats {
    left: auto;
    right: 43px;
}

[dir="ltr"] .product-offers .offer-item .offer-right .toggle-qty {
    left: 0;
    right: auto;
}

[dir="ltr"] .breadcrumb-g ul li::after {
    transform: scaleX(-1);
    display: inline-block;
    vertical-align: middle;
}

[dir="ltr"] .cart-modal .filterchange .f-collection .accordion .accordion-item .accordion-collapse .f-sort label span::after {
    left: auto;
    right: 20px;
}

[dir="ltr"] .langs span::after {
    left: auto;
    right: 15px;
}

[dir="ltr"] .product-img .p-actions {
    right: 20px;
    left: auto;
}

[dir="ltr"] .product-spec ul li {
    border: 0;
    border-right: 1px solid #dfdfdf;
}

[dir="ltr"] .iti.iti--allow-dropdown.iti--separate-dial-code {
    flex-flow: row;
}

[dir="ltr"] .log-wrap .log-data .data-inner .form-group img {
    left: 120px;
}

[dir="ltr"] .iti.iti--allow-dropdown.iti--separate-dial-code {
    flex-flow: row;
}

[dir="ltr"] .log-wrap .log-data .data-inner .form-group img {
    left: 120px;
}

[dir="ltr"] .iti__country-list {
    width: 100%;
}

[dir="ltr"] .ship-form .form-group .iti + img {
    left: 117px;
}

[dir="ltr"] .ship-form .form-group #phone {
    padding: 0 50px 0 86px !important;
}

[dir="ltr"] .product-options.phones .opt-item li label span {
    padding: 15px 20px 15px 60px;
}

[dir="ltr"] .product-options .opt-item li label span::before {
    left: 20px;
}

[dir="ltr"] .product-options.phones .opt-item li .form-group .iti__flag-container {
    position: unset;
}

[dir="ltr"] .product-options.phones .opt-item li .form-group .form-control {
    padding: 0 20px 0 50px !important;
}

[dir="ltr"] .product-options.phones .opt-item li .form-group .iti + img {
    left: 115px;
    right: auto;
}

[dir="ltr"] .form-select {
    text-align: initial !important;
}
