@charset "utf-8";
/* **************** */
@import "fonts.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "line-awesome.css";
@import "jquery.fancybox.min.css";
@import "owl.carousel.min.css";
@import "aos.css";
@import "nice-select.css";
@import "jquery.rateyo.min.css";
@import "jquery-ui.css";
@import "intlTelInput.min.css";

/* ****************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: capitalize;
  font-family: c-rg;
  color: #373737;
  font-size: 14px;
}

.owl-carousel {
  direction: ltr;
}

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

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

.tooltip.in {
  opacity: 1;
}

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

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

body {
  padding: 0;
  margin: 0;
}

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;
}

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

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

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

::selection {
  background-color: #a0be1f;
  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.7;
}

.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 {
  border: 1px solid #dfdfdf;
  border-bottom: 1px solid #a0be1f;
  -webkit-box-shadow: 0 1px 0 0 #a0be1f;
  box-shadow: 0 1px 0 0 #a0be1f;
  color: #303030;
}

.row {
  margin-bottom: 0;
}

.col-xs-12 {
  padding: 0;
}

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

.toTop {
  background-color: #a0be1f;
  color: #fff;
  position: fixed;
  bottom: 100px;
  right: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  z-index: 35;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  font-size: 16px;
}

.toTop:hover {
  background-color: #373737;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

#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%);
}

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

.menu-item-has-children .sub-menu {
  position: absolute;
  right: 0;
  left: auto;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.3s;
  min-width: 200px;
  border-radius: 10px;
  /* overflow: hidden;
    */
  background-color: #ffffff;
  z-index: 11;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all 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: 15px;
  font-weight: normal;
  font-size: 13px;
  color: #7d7d7d;
  border-radius: 0;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  transition: all 0.3s;
}

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

.menu-item-has-children .sub-menu li:hover > a {
  color: #a0be1f;
  transition: all 0.3s;
}

.menu-item-has-children:after {
  font-family: "Line Awesome Free";
  content: "\f107";
  display: inline-block;
  margin-right: 5px;
  transition: all 0.3s;
  font-weight: 900;
  vertical-align: middle;
  font-size: 11px;
}

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

.btn {
  position: relative;
  z-index: 1;
  height: 45px;
  line-height: 45px;
  padding: 0 50px;
  background-color: #a0be1f;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s;
}

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

.top-head {
  background-color: #813970;
}

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

.top-head .tr-extra,
.top-head .tl-extra {
  flex-grow: 1;
}

.top-head .tl-extra {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-head .tr-extra ul li {
  display: inline-block;
  margin-left: 30px;
}

.top-head .tr-extra ul li a {
  color: #fff;
  padding: 18px 0;
  transition: all 0.3s;
}

.top-head .tr-extra ul li i {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.top-head .tr-extra ul li:after {
  content: "|";
  color: rgb(255 255 255 / 36%);
  margin: 0 10px;
  display: none;
}

.top-head .tr-extra ul li:last-child:after {
  display: none;
}

.top-head .tl-extra > ul {
  margin-right: 30px;
}

.top-head .tl-extra a {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
  transition: all 0.3s;
}

.top-head .tl-extra .sub-menu {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.top-head .tr-extra ul li a:hover,
.top-head .tl-extra li:hover > a,
.top-head .tl-extra a:hover {
  color: #a0be1f !important;
  transition: all 0.3s;
}

.top-head .tl-extra .menu-item-has-children:hover:after {
  color: #a0be1f;
  transition: all 0.3s;
}

.bottom-head {
  background-color: #fcfcfc;
}

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

.bottom-head .main-menu {
  flex-grow: 1;
  text-align: center;
}

.bottom-head .main-menu li {
  display: inline-block;
  margin: 0 20px;
}

.bottom-head .main-menu > ul > li > a {
  color: #444444;
  padding: 40px 0;
  transition: all 0.3s;
  position: relative;
}

.top-head .tl-extra .menu-item-has-children:after {
  color: #fff;
}

.bottom-head .main-menu > ul > li .sub-menu {
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-top: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  text-align: initial;
}

.bottom-head .main-menu > ul > li:hover > a {
  color: #813970;
  transition: all 0.3s;
}

.bottom-head .main-menu > ul > li.menu-item-has-children:hover:after {
  color: #a0be1f;
}

.bottom-head .bl-extra {
  display: flex;
  align-items: center;
}

.bottom-head .bl-extra .op-search {
  /* transform: scaleX(-1);
    */
  /* width: 35px;
    */
  /* height: 35px;
    */
  /* line-height: 35px;
    */
  /* text-align: center;
    */
  /* padding: 0;
    */
  /* border-radius: 100%;
    */
  /* border: 0;
    */
  /* background-color: #fff;
    */
  /* color: #000;
    */
  /* margin-left: 15px;
    */
}

.bottom-head .bl-extra a {
  display: inline-flex;
  align-items: center;
  color: #813970;
  font-size: 21px;
  position: relative;
}

.bottom-head .bl-extra > a > i {
  /* width: 35px;
    */
  /* height: 35px;
    */
  /* line-height: 35px;
    */
  /* background-color: #FFE5E1;
    */
  /* text-align: center;
    */
  /* border-radius: 100%;
    */
  /* color: #a0be1f;
    */
  /* font-size: 21px;
    */
  /* margin-left: 10px;
    */
}

.bottom-head .bl-extra .cart-data {
  overflow: hidden;
}

.bottom-head .bl-extra .cart-data h4 {
  font-size: 15px;
}

.bottom-head .bl-extra .cart-data span {
  color: #a0be1f;
  font-family: "b-bd";
}

.mob-head {
  display: none;
}

.mob-head .m-top {
  padding: 20px 0;
}

.mob-head .m-top .logo {
  display: inline-block;
}

.mob-head .m-top form {
  position: relative;
  padding-right: 35px;
}

.mob-head .m-top .logo img {
  object-fit: scale-down;
}

.mob-head .m-top form .form-control {
  min-width: 160px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  height: 40px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 0 15px 0 35px;
}

.mob-head .m-top form .btn {
  position: absolute;
  left: 0;
  top: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mob-head .m-mid {
  display: table;
  width: 100%;
}

.mob-head .m-mid a {
  display: table-cell;
  width: 1%;
  text-align: center;
  font-size: 13px;
  padding: 10px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.19);
  background-color: #a0be1f;
  color: #fff;
  transition: all 0.3s;
}

.mob-head .m-mid a i {
  margin-left: 5px;
  font-size: 16px;
}

.mob-head .m-mid a:focus,
.mob-head .m-mid a:hover {
  background-color: #333333;
  color: #fff;
  transition: all 0.3s;
}

.main-sticky {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 99;
  width: 280px;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.11);
  transition: all 0.3s;
  transform: translateX(-150%);
}

.main-sticky .nav-tabs {
  border: 0;
  display: table;
  width: 100%;
}

.main-sticky .nav-tabs li {
  display: table-cell;
  float: none;
  width: 1%;
  margin: 0;
}

.main-sticky .nav-tabs li a {
  border: 0 !important;
  display: block;
  text-align: center;
  padding: 10px;
  color: #2e2e2e;
  font-size: 14px;
  border-radius: 0;
  transition: all 0.3s;
  margin: 0;
  border-width: 1px 0 1px 1px !important;
  border-color: #efefef !important;
  border-style: solid !important;
}

.main-sticky .nav-tabs li.active a {
  border-color: #a0be1f !important;
  background-color: #a0be1f;
  color: #fff;
}

.main-sticky .nav-tabs li a i {
  margin-left: 5px;
}

.main-sticky .tab-content li a {
  display: block;
  color: #2e2e2e;
  font-size: 13px;
  padding: 12px;
  border-bottom: 1px solid #efefef !important;
  position: relative;
  transition: all 0.3s;
  border-right: 3px solid transparent;
}

.main-sticky .tab-content li a:after {
  float: left;
}

.main-sticky .tab-content li .sub-menu {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}

.main-sticky .tab-content li:hover .sub-menu {
  height: auto;
}

.main-sticky .tab-content li .sub-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.main-sticky .tab-content li .sub-menu li:hover .sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.main-sticky .tab-content li .sub-menu li a {
  padding: 12px 20px;
  background-color: #f7f7f7;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a {
  padding: 12px 30px;
  background-color: #ffffff;
  color: #2e2e2e !important;
  border-color: transparent;
  border-bottom-color: #efefef;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a img {
  width: 20px;
  height: 23px;
  object-fit: scale-down;
  margin-left: 7px;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a:hover {
  border-color: #a0be1f;
  color: #a0be1f !important;
}

.main-sticky .tab-content ul {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100vh;
}

.main-sticky .tab-content ul::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.main-sticky .tab-content ul::-webkit-scrollbar-track {
  background-color: #ddd;
}

.main-sticky .tab-content ul::-webkit-scrollbar-thumb {
  background-color: #a0be1f;
}

.main-sticky .tab-content li a img {
  width: 15px;
  height: 15px;
  margin-left: 7px;
  object-fit: scale-down;
}

.main-sticky .tab-content li a .badgo {
  position: relative;
  top: auto;
  right: auto;
  float: left;
}

.main-sticky .tab-content li a:hover {
  color: #a0be1f;
  right: auto;
  transition: all 0.3s;
  border-color: #a0be1f;
}

.main-sticky .off-menu {
  margin: 20px;
  padding: 0;
  border: 0;
  line-height: normal;
  background-color: transparent;
  font-size: 17px;
  font-weight: normal;
}

.main-sticky.active {
  transform: none;
  transition: all 0.3s;
}

html.off:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 98;
  transition: all 0.3s;
}

.main-sticky .menu-item-has-children:after {
  position: absolute;
  top: 11px;
  left: 10px;
}

.bottom-head .logo img {
  object-fit: cover;
  /* width: 205px;
    */
}

.top-head .tr-extra ul li:after {
  transform: none !important;
}

.top-head .tr-extra ul .menu-item-has-children > a:after {
  font-family: "Line Awesome Free";
  content: "\f107";
  display: inline-block;
  margin-right: 5px;
  transition: all 0.3s;
  font-weight: 900;
  font-size: 11px;
  vertical-align: bottom;
}

.top-head .tr-extra ul .menu-item-has-children:hover a:after {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.top-head .tr-extra ul .menu-item-has-children .sub-menu li a {
  color: #7d7d7d;
  padding: 15px !important;
  border-bottom: 1px solid #f1f1f1;
}

.top-head .tr-extra ul .menu-item-has-children:hover {
  color: #a0be1f;
  transition: all 0.3s;
}

.bottom-head .bl-extra .notification-menu .menu-item-has-children > a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  color: #a0be1f;
  font-size: 12px;
  position: relative;
  display: block;
}

.bottom-head .bl-extra .notification-menu .menu-item-has-children a:after {
  display: none;
}

.bottom-head .bl-extra .notification-menu .menu-item-has-children a .badgo {
  /* background-color: #fff;
    */
  /* color: #a0be1f;
    */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  right: -10px;
  top: -5px;
}

.bottom-head .bl-extra .notification-menu {
  vertical-align: -webkit-baseline-middle;
}

.bottom-head .bl-extra .notification-menu .menu-item-has-children .sub-menu {
  min-width: 300px;
  left: 0;
  right: auto;
  border-radius: 5px;
  /* overflow: hidden;
    */
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner {
  border-radius: 5px;
  overflow: hidden;
  text-align: initial;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu:before {
  content: "";
  position: absolute;
  left: 12px;
  top: -5px;
  border-bottom: 5px solid #fff;
  border-top: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  .menu-top {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px;
  line-height: normal;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  .menu-top
  h4 {
  display: inline-block;
  font-size: 15px;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  .menu-top
  a {
  float: left;
  color: #afafaf;
  border: 0;
  padding: 0;
  line-height: normal;
  font-size: 14px;
  transition: all 0.3s;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  ul {
  display: block;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  ul
  li
  a {
  padding: 15px;
  border-top: 1px solid #e9e9e9;
  background-color: #fcfcfc;
  transition: all 0.3s;
  line-height: normal;
  position: relative;
  border-radius: 0;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  ul
  li
  a
  img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  float: right;
  margin-left: 12px;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  ul
  li
  a
  .a_user {
  overflow: hidden;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  ul
  li
  a
  .a_user
  h3 {
  color: #a8a8a8;
  font-size: 15px;
  transition: all 0.3s;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  ul
  li
  a
  .a_user
  span {
  color: #bfbfbf;
  font-size: 11px;
  margin: 5px 0;
  display: inline-block;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  ul
  li
  a
  .a_user
  p {
  overflow: hidden;
  max-height: 40px;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  ul
  li
  a
  .a_user
  b {
  color: #bfbfbf;
  font-weight: normal;
  font-size: 10px;
  position: absolute;
  left: 15px;
  top: 30px;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  ul
  li
  a:hover {
  background-color: #fff;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  ul
  li
  a:hover
  .a_user
  h3 {
  color: #a0be1f;
  transition: all 0.3s;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  .menu-content {
  overflow: hidden;
  overflow-y: auto;
  max-height: 300px;
  scrollbar-color: #a0be1f #ddd;
  scrollbar-width: thin;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  .menu-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  .menu-content::-webkit-scrollbar-track {
  background-color: #ddd;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  .menu-content::-webkit-scrollbar-thumb {
  background-color: #a0be1f;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  .menu-top
  a:hover {
  color: #a0be1f !important;
  transition: all 0.3s;
  background: transparent;
}

.bottom-head .bl-extra .notification-menu .menu-item-has-children:after {
  display: none;
}

.badgo {
  position: absolute;
  right: -10px;
  top: -8px;
  width: 17px;
  height: 17px;
  background-color: #813970;
  text-align: center;
  line-height: 17px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  box-shadow: 0 0 0 2px #fff;
}

.bottom-head .bl-extra .notification-menu {
  margin: 0 10px 0 20px;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  .menu-top
  a
  i {
}

.bottom-head .bl-extra .notification-menu .menu-item-has-children > a i {
  font-size: 21px;
}

.bottom-head
  .bl-extra
  .notification-menu
  .menu-item-has-children
  .sub-menu
  .menu-inner
  .menu-top
  a
  i {
  font-size: 21px;
}

.mob-head .m-mid a {
  position: relative;
}

.mob-head .m-mid a .badgo {
  top: -12px;
  background-color: #fff;
  color: #a0be1f;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 15px rgb(0 0 0 / 22%);
}

.all {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}

.all .slider {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

.all .slider .owl-nav,
.all .slider .owl-dots {
  display: none;
}

.all .slider:hover .left {
  visibility: visible;
  opacity: 1;
  left: 20px;
}

.all .slider:hover .right {
  visibility: visible;
  opacity: 1;
  right: 20px;
}

.all .slider .item-box {
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative;
  background-size: cover;
  background-color: #f4f4f4;
  border-radius: 10px;
}

.all .slider .item-box:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
}

.all .slider .left {
  position: absolute;
  z-index: 1;
  top: 167px;
  left: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: left ease 0.25s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url(http://svgshare.com/i/2V9.svg) top left;
}

.all .slider .left:hover {
  visibility: visible;
  opacity: 1;
  left: 20px;
  background: url(http://svgshare.com/i/2UW.svg) top left;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.all .slider .left.nonl {
  left: -20px;
  opacity: 0;
  visibility: hidden;
}

.all .slider .right {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 167px;
  right: -20px;
  width: 40px;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  transition: right ease 0.25s;
  background: url(http://svgshare.com/i/2V9.svg) top left;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.all .slider .right:hover {
  visibility: visible;
  opacity: 1;
  right: 20px;
  background: url(http://svgshare.com/i/2UW.svg) top left;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.all .slider .right.nonr {
  right: -20px;
  opacity: 0;
  visibility: hidden;
}

.all .slider-two {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
}

.all .slider-two .owl-nav,
.all .slider-two .owl-dots {
  display: none;
}

.all .slider-two:hover .left-t {
  visibility: visible;
  opacity: 1;
  left: 20px;
}

.all .slider-two:hover .right-t {
  visibility: visible;
  opacity: 1;
  right: 20px;
}

.all .slider-two .item {
  transition: all ease 0.25s;
  height: 75px;
  border: solid 2px transparent;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 5px;
}

.all .slider-two .item.active {
  border: solid 2px #a0be1f;
}

.all .slider-two .owl-stage {
  padding: 20px 0;
}

.all .slider-two .left-t {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 38px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  width: 35px;
  height: 35px;
  left: -40px;
  background-color: #2b2b2b;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
}

.all .slider-two .left-t:hover {
  background-color: #a0be1f;
}

.all .slider-two .left-t.nonl-t {
  left: -40px;
  opacity: 0;
  visibility: hidden;
}

.all .slider-two .right-t {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 38px;
  right: -40px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  width: 35px;
  height: 35px;
  background-color: #2b2b2b;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
}

.all .slider-two .right-t:hover {
  background-color: #a0be1f;
}

.all .slider-two .right-t.nonr-t {
  right: -40px;
  opacity: 0;
  visibility: hidden;
}

.all .offer-badge {
  position: absolute;
  left: 0;
  top: 0;
}

.all .offer-badge span {
  left: 7px;
}

.all .slider .item-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.all .slider-two .item img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.top-head .tr-extra ul .menu-item-has-children .sub-menu li:last-child a {
  border: 0;
}

.menu-item-has-children .sub-menu li:last-child a {
  border: 0;
}

.bottom-head .main-menu > ul > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 4px;
  background-color: #813970;
  width: 0;
  transition: all 0.3s;
}

.bottom-head .main-menu > ul > li:hover a:after {
  width: 100%;
  transition: all 0.3s;
}

.bottom-head .main-menu > ul > li .sub-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
}

.bottom-head .main-menu > ul > li .sub-menu .menu-item-has-children .sub-menu {
  left: auto;
  transform: none;
  right: 109%;
  top: 0;
}

.bottom-head
  .main-menu
  > ul
  > li
  .sub-menu
  .menu-item-has-children:hover
  .sub-menu {
  opacity: 1;
  visibility: visible;
  right: 100%;
}

.menu-item-has-children .sub-menu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background-color: #a0be1f;
  right: 0;
  display: inline-block;
  transition: all 0.3s;
}

.menu-item-has-children .sub-menu li:hover > a:before {
  height: 20px;
  transition: all 0.3s;
}

.bottom-head .main-menu > ul > li .sub-menu .menu-item-has-children > a:after {
  content: "";
  font-family: "Line Awesome Free";
  content: "\f104";
  transition: all 0.3s;
  font-weight: 900;
  vertical-align: middle;
  font-size: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: auto;
}

.bottom-head
  .main-menu
  > ul
  > li
  .sub-menu
  .menu-item-has-children
  .sub-menu
  .menu-item-has-children
  .sub-menu {
  opacity: 0;
  visibility: hidden;
  right: 109%;
}

.bottom-head
  .main-menu
  > ul
  > li
  .sub-menu
  .menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  .sub-menu {
  opacity: 1;
  visibility: visible;
  right: 100%;
}

.top-head .tr-extra ul li .sub-menu {
  min-width: 150px;
}

.bottom-head .bl-extra a:after {
  content: "";
  margin: 0 22px;
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #813970;
}

.bottom-head .bl-extra > a:last-child:after {
  display: none;
}

.top-head .tl-extra .t-social a {
  font-size: 19px;
  margin: 0 7px;
}

.heros .item {
  height: 500px;
  position: relative;
  direction: rtl;
}

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

.heros .item .h-cap {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 16%;
}

.heros .item .h-cap p {
  color: #813970;
  margin-bottom: 20px;
}

.heros .item .h-cap h3 {
  color: #813970;
  font-family: "c-bd";
  margin-bottom: 20px;
}

.btn:hover,
.btn:focus {
  background-color: #fff;
  color: #a0be1f;
  transition: all 0.3s;
  border-color: #a0be1f;
}

.heros .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16%;
}

.heros .owl-dots .owl-dot {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 50px;
  margin: 9px 0;
  display: block;
  transition: all 0.3s;
}

.heros .owl-dots .owl-dot.active {
  width: 35px;
  transition: all 0.3s;
}

.hero-widgets {
  background-color: #fcfcfc;
  padding: 70px 0;
}

.hero-widgets .container {
  margin-top: -135px;
  position: relative;
  z-index: 7;
  padding: 0;
}

.hero-widgets .block {
  padding: 7px 15px;
}

.hero-widgets .block a {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 25px 30px;
  transition: all 0.3s;
}

.hero-widgets .block img {
  width: 90px;
  height: 90px;
  object-fit: scale-down;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  margin: 0 auto 15px;
}

.hero-widgets .block h4 {
  color: #813970;
  font-size: 14px;
}

.hero-widgets .block a:hover {
  box-shadow: 0 45px 90px rgb(160 190 31 / 30%);
  transition: all 0.3s;
  transform: scale(0.95);
}

.products {
  padding: 50px 0;
  background-color: #fcfcfc;
}

.g-head span {
  color: #a0be1f;
  margin-bottom: 5px;
  display: block;
}

.g-head h3 {
  color: #7d7d7d;
}

.g-head:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/place-head.svg);
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}

.g-head {
  text-align: center;
  margin-bottom: 70px;
}

.products .item {
  padding: 0 15px;
  direction: rtl;
}

.product-card .p-img {
  height: 300px;
  background-color: #f4f4f4;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

/* .product-card .p-img a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
*/
.product-card .p-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.3s;
}

.product-card .p-data {
  text-align: center;
  padding: 20px 0 0;
}

.product-card .p-data a {
  color: #2d2d2d;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  max-width: 100%;
  white-space: nowrap;
  transition: all 0.3s;
}

.product-card .p-data p span {
  color: #813970;
  margin: 0 5px;
  font-size: 15px;
}

.product-card .p-data .old-price {
  color: #b9b9b9;
  text-decoration: line-through;
  font-size: 13px;
}

.product-card .p-inner:hover .p-data a {
  color: #813970;
  transition: all 0.3s;
}

.product-card .p-inner:hover .p-img img {
  transform: scale(1.08);
}

.products .owl-nav {
  text-align: center;
  margin-top: 50px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #a0be1f !important;
  line-height: 50px;
  padding: 0;
  margin: 0 10px;
  background-color: #fff !important;
  transition: all 0.3s;
  color: #a0be1f !important;
  font-size: 16px !important;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  transition: all 0.3s;
  background-color: #a0be1f !important;
  color: #fff !important;
}

.services {
  background-position: center;
  background-size: cover;
  padding: 70px 0;
}

.services .g-head:before {
  filter: grayscale(1);
}

.services .g-head h3 {
  color: #fff;
}

.services .block {
  padding: 15px;
}

.services .block .inner {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  height: 370px;
}

.services .block .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.services .block .inner .i-cap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.services .block .inner .i-cap span {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #a0be1f;
  border-radius: 50px 0 0 50px;
  padding: 15px 70px 15px 30px;
  text-align: center;
}

.services .block .inner .i-cap p {
  color: #fff;
  padding: 0 70px;
  line-height: 2;
  overflow: hidden;
  max-height: 80px;
  margin: 15px 0 20px;
}

.services .block .inner .i-cap .btn {
  color: #000;
  background-color: #fff;
  margin: 0 70px 0 0;
}

.services .block .inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 38%);
  z-index: 1;
}

.services .block:nth-of-type(2) .inner .i-cap span {
  background-color: #813970;
}

.services .block .inner:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}

.best-sels {
  padding: 70px 0;
  background-color: #fcfcfc;
}

.best-sels .nav-tabs {
  border: 0;
  text-align: center;
  margin-bottom: 50px;
}

.best-sels .nav-tabs li {
  float: none;
  margin: 0 15px;
  display: inline-block;
}

.best-sels .nav-tabs li a {
  color: #000;
  border: 0 !important;
  background-color: transparent;
  border-radius: 15px;
  padding: 10px 15px;
  transition: all 0.3s;
}

.best-sels .nav-tabs li.active a {
  background-color: #a0be1f;
  color: #fff;
  transition: all 0.3s;
}

.product-card .p-img > span {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 7px 15px;
  transition: all 0.3s;
  font-size: 13px;
}

.product-card .p-inner:hover .p-img > span {
  box-shadow: 0 0 15px rgb(0 0 0 / 9%);
  transition: all 0.3s;
}

.g-more {
  text-align: center;
  margin-top: 70px;
}

.g-more .btn {
  padding: 0 70px;
}

.ex-prods {
  padding: 30px 0 70px;
  background-color: #fcfcfc;
}

.ex-prods .block {
  padding: 7px 15px;
}

.ex-prods .block .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s;
}

.ex-prods .block .inner .ex-cap {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0 30px;
  width: 100%;
}

.ex-prods .block .inner {
  position: relative;
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
}

.ex-prods .block .inner .ex-cap h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.ex-prods .block .inner .ex-cap p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 15px;
}

.ex-prods .block .inner:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}

.acces {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.acces span {
  color: #fff;
}

.acces h3 {
  color: #fff;
  font-size: 30px;
  margin: 10px 0 30px;
}

.acces p {
  color: #fff;
  max-width: 40%;
  line-height: 2;
  margin-bottom: 40px;
}

.acces .btn {
  background-color: #fff;
  color: #000;
}

.blogs {
  padding: 70px 0;
  background-color: #fcfcfc;
}

.blogs .g-head {
  text-align: inherit;
}

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

.blogs .g-head a {
  color: #813970;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: all 0.3s;
}

.blogs .g-head:before {
  left: auto;
  right: 8%;
  transform: translateY(-50%);
}

.blogs .g-head a:hover {
  border-bottom-color: #813970;
  transition: all 0.3s;
}

.blogs .item {
  direction: rtl;
  padding: 15px;
}

.blog-card {
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  transition: all 0.3s;
}

.blog-card .b-img {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.blog-card .b-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-card .b-img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card:hover .b-img img {
  transform: scale(1.1);
  transition: all 0.3s;
}

.blog-card .b-data {
  padding: 20px;
}

.blog-card .b-data .title {
  color: #813970;
  overflow: hidden;
  vertical-align: middle;
  max-height: 44px;
  line-height: 1.5;
}

.blog-card .b-data p {
  color: #cecece;
  overflow: hidden;
  max-height: 67px;
  font-size: 13px;
  margin: 15px 0 20px;
}

.blog-card .b-data span {
}

.blog-card .b-data p a {
  color: #a0be1f;
}

.blog-card .b-data p b {
  font-weight: normal;
  color: inherit;
  float: left;
}

.blog-card .b-data p:last-child {
  margin: 0;
}

.blog-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
  transition: all 0.3s;
  border-color: transparent;
}

.blogs .g-body {
  padding-right: 8%;
}

.blogs .owl-nav {
  text-align: right;
  margin-top: -31px;
  z-index: 9;
  position: relative;
  background-color: #fcfcfc;
  width: 35%;
  float: right;
}

.blogs .owl-stage-outer {
  /*    overflow-x: auto;*/
  padding: 0 0 70px 20px;
}

.blogs .owl-stage-outer::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.blogs .owl-stage-outer::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 50px;
}

.blogs .owl-stage-outer::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #a0be1f;
}

.blogs .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  right: 17%;
  z-index: 9;
  bottom: -8px;
}

.blogs .owl-dots .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 5px;
  color: #813970;
}

.blogs .owl-dots:after {
  content: counter(slides-num);
  color: #813970;
}

.blogs .owl-dots .owl-dot.active:before {
  content: counter(slides-num) " / ";
  position: absolute;
  min-width: 40px;
  right: 0;
  top: 0;
}

.testominals {
  padding: 30px 0 70px;
  background-color: #fcfcfc;
  text-align: center;
}

.testominals .item {
  direction: rtl;
}

.testominals .item p {
  color: #888888;
  margin: 0 auto;
  max-width: 80%;
  line-height: 1.9;
  margin-bottom: 40px;
  position: relative;
}

.testominals .item h4 {
  color: #404040;
  font-family: "c-bd";
  font-size: 16px;
  margin-bottom: 5px;
}

.testominals .item span {
  color: #a0be1f;
  font-size: 12px;
}

.testominals .item p:before,
.testominals .item p:after {
  content: '"';
  font-size: 74px;
  position: absolute;
  color: #000;
  right: -30px;
  top: 0;
  line-height: 0.7;
}

.testominals .item p:after {
  left: -30px;
  right: auto;
}

.testominals .owl-nav button.owl-next,
.testominals .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testominals .owl-nav button.owl-prev {
  left: -20px;
}

.testominals .owl-nav button.owl-next {
  right: -20px;
}

.partners {
  padding: 70px 0;
  background-color: #fcfcfc;
}

.partners .itm {
  padding: 0 15px;
}

.partners .itm img {
  width: 100%;
  height: 100px;
  object-fit: scale-down;
}

.partners .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.partners .owl-dots button.owl-dot {
  width: 12px;
  background-color: rgb(0 0 0 / 15%);
  height: 12px;
  border-radius: 100%;
  margin: 0 5px;
  transition: all 0.3s;
}

.partners .owl-dots button.owl-dot.active {
  background-color: #a0be1f;
  transition: all 0.3s;
  transform: scale(1.1);
}

.footer-top {
  position: relative;
  background-color: #fcfcfc;
  padding-top: 70px;
}

.footer-top .newsletter {
  border-radius: 25px 150px 0 150px;
  padding: 70px;
  background-color: #a0be1f;
  overflow: hidden;
  z-index: 1;
}

.footer-top .newsletter .nw-head {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.footer-top .newsletter .nw-head i {
  color: #fff;
  font-size: 60px;
  margin-left: 10px;
}

.footer-top .newsletter .nw-head h4 {
  color: #fff;
  font-family: "c-bd";
  font-size: 15px;
  margin-bottom: 5px;
}

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

.footer-top .newsletter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #a0be1f, #813970);
  opacity: 0.4;
  z-index: -1;
}

.footer-top .newsletter .form-group {
  position: relative;
}

.footer-top .newsletter .form-group button {
  position: absolute;
  left: 35px;
  top: -4px;
  height: 45px;
  border: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  font-size: 25px;
  line-height: 45px;
  transition: all 0.3s;
}

.footer-top .newsletter .form-group .form-control {
  border: 2px solid #fff;
  border-radius: 50px 0 0 50px;
  background-color: transparent;
  color: #fff;
  padding: 0 15px 0 75px;
  font-size: 15px;
  transition: all 0.3s;
}

.footer-top .newsletter .form-group .form-control::placeholder {
  color: inherit;
}

.footer-top .newsletter .form-group button:hover {
  left: 25px;
  transition: all 0.3s;
}

.footer-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  background-color: #f3f3f3;
  height: 100%;
  border-radius: 0 190px 0 0;
}

.footer-top .f-item {
  padding: 0 20px;
}

.footer-top .f-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: #c4c4c4;
}

.footer-top .f-item:last-of-type:after {
  display: none;
}

.footer-top .f-item h4 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

.footer-top .f-item ul li {
  width: 50%;
  margin-bottom: 10px;
}

.footer-top .f-item ul li a {
  color: #a8a8a8;
  transition: all 0.3s;
}

.footer-top .f-item ul li a:hover {
  color: #a0be1f;
  padding: 0 5px;
}

.footer-top .f-item .social-s a {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 100%;
  line-height: 27px;
  color: #7d7d7d;
  margin: 0 10px;
  font-size: 18px;
  border: 1px solid transparent;
  transition: all 0.3s;
  display: inline-block;
}

.footer-top .f-item .info-s li {
  width: 100%;
  color: #a8a8a8;
}

.footer-top .f-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.footer-top .f-item .social-s {
  text-align: center;
  margin-top: 20px;
}

.footer-top .f-item .social-s a:hover {
  color: #a0be1f;
  border-color: #a0be1f;
  transition: all 0.3s;
  transform: translateY(-5px);
}

.footer-top .f-item .info-s {
  display: block;
}

.footer-bottom {
  background-color: #e4e4e4;
  padding: 10px 0;
}

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

.footer-bottom .container p {
  flex-grow: 1;
}

.footer-bottom .container > img {
  width: 200px;
  height: 50px;
  object-fit: contain;
}

.footer-bottom p span {
  font-family: "c-bd";
  color: #a0be1f;
}

.product-card .p-img .p-actions {
  position: absolute;
  width: 40px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 7;
}

.product-card .p-img .p-actions a {
  height: 40px;
  line-height: 32px;
  width: 40px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  text-align: center;
  background-color: #fff;
  color: #8d8d8d;
  display: inline-block;
  margin: 20px 0;
  transition: all 0.3s;
  opacity: 0;
  font-size: 19px;
}

.product-card .p-inner:hover .p-img .p-actions a {
  opacity: 1;
  margin: 5px 0;
  transition: all 0.3s;
}

.product-card .p-inner:hover .p-img .p-actions {
  /* left: 10px; */
  /* transition: all .3s; */
  /* transform: scale(1) translateY(-50%); */
}

.product-card .p-img .p-actions a:hover {
  border-color: #a0be1f;
  color: #a0be1f;
  transition: all 0.3s;
}

body {
  padding: 0 !important;
}

#search_pop .modal-dialog {
  margin: 200px auto;
}

#search_pop .modal-dialog button.close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  text-shadow: none;
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  line-height: 40px;
}

.modal-content {
  border-radius: 15px;
}

#search_pop .modal-dialog .modal-body {
  padding: 50px;
  /* padding: 70px 150px; */
}

#search_pop .modal-dialog .modal-body .form-group {
  position: relative;
}

#search_pop .modal-dialog .modal-body .form-group .form-control {
  border: 0;
  border-bottom: 2px solid #dfdfdf;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: none;
}

#search_pop .modal-dialog .modal-body .form-group .form-control:focus {
  border-bottom-color: #a0be1f;
  transition: all 0.3s;
}

#search_pop .modal-dialog .modal-body .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 25px;
  color: #000;
  transform: scaleX(-1);
}

.modal-dialog {
  margin: 100px auto;
}

.modal-header {
  text-align: center;
  padding: 30px;
  border: 0;
}

.modal-header h4 {
  color: #a0be1f;
  font-size: 20px;
}

.modal-header button.close {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-shadow: none;
  opacity: 1 !important;
  background-color: #f4f4f4;
  border-radius: 100%;
  font-size: 13px;
}

.form-wrapo .form-group {
  padding: 0 30px 20px;
  position: relative;
}

.form-wrapo .form-group .form-control {
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
}

.form-wrapo .form-group h4 {
  color: #7d7d7d;
  font-size: 16px;
  margin-bottom: 15px;
}

.form-wrapo .form-group > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-wrapo .form-group label {
  margin: 0;
  font-weight: normal;
}

.form-wrapo .form-group label span {
  display: inline-block;
  cursor: pointer;
  color: #7d7d7d;
}

.form-wrapo .form-group label span:before {
  content: "\f14a";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 21px;
  vertical-align: middle;
  margin-left: 10px;
  color: #eaeaea;
  transition: all 0.3s;
}

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

.form-wrapo .form-group label input:checked + span:before {
  color: #a0be1f;
  transition: all 0.3s;
}

.form-wrapo .form-group > div a {
  color: #7d7d7d;
}

.form-wrapo .form-group.has-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-wrapo .form-group.has-btns .btn {
  width: 48%;
  border-radius: 5px;
  border: 1px solid;
}

.form-wrapo .form-group.has-btns .btn-border {
  border-color: #cecece;
  background-color: transparent;
  color: #cecece;
}

.form-wrapo .form-group p {
  text-align: center;
  margin: 20px 0;
  color: #813970;
}

.form-wrapo .form-group p a {
  color: inherit;
}

.form-wrapo .form-group .form-control::placeholder {
  color: #cecece;
  font-size: 13px;
}

.form-wrapo .form-group .form-control:focus {
  border-color: #a0be1f;
  transition: all 0.3s;
}

.form-wrapo .form-group > div a:hover {
  color: #a0be1f;
  transition: all 0.3s;
}

.form-wrapo .form-group.has-btns .btn-border:hover {
  border-color: #a0be1f;
  transition: all 0.3s;
  color: #a0be1f;
}

.form-wrapo .form-group .show-pass {
  position: absolute;
  left: 35px;
  top: 8px;
  border: 0;
  padding: 0 10px;
  background: transparent;
  font-size: 18px;
  color: #b7b7b7;
}

.form-wrapo .form-group .btn.btn-reg {
  width: 100%;
}

.form-wrapo h5 {
  padding: 0 30px;
  color: #7d7d7d;
  font-size: 16px;
  text-align: center;
  margin: 20px 0 50px;
  line-height: 1.8;
}

#forget_pop .form-wrapo .form-group.has-btns,
#verify_pop .form-wrapo .form-group.has-btns,
#editPass_pop .form-wrapo .form-group.has-btns {
  justify-content: center;
  padding: 20px 30px 50px;
}

#forget_pop .form-wrapo .form-group.has-btns .btn,
#verify_pop .form-wrapo .form-group.has-btns .btn,
#editPass_pop .form-wrapo .form-group.has-btns .btn {
  width: 50%;
}
