.btn-pink {
  background-color: #f195b2;
  color: #fff;
  padding: 8px 30px;
}
.btn-pink:hover {
  color: #fff;
  background-color: #ea9db6;
}
@font-face {
  font-family: 'Choco';
  src: url('../fonts/Choco.eot');
  src: url('../fonts/Choco.eot?#iefix') format('embedded-opentype'), url('../fonts/Choco.woff2') format('woff2'), url('../fonts/Choco.woff') format('woff'), url('../fonts/Choco.ttf') format('truetype'), url('../fonts/Choco.svg#Choco') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'comixno2clm_bold-webfont';
  src: url('../fonts/comixno2clm_bold-webfont.woff2') format('woff2'), url('../fonts/comixno2clm_bold-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'comixno2clm_medium-webfont';
  src: url('../fonts/comixno2clm_medium-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ganclm_bold-webfont';
  src: url('../fonts/ganclm_bold-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'yehudaclm-light-webfont';
  src: url('../fonts/yehudaclm-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'yehudaclm-bold-webfont';
  src: url('../fonts/yehudaclm-bold-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Matka';
  src: url('../fonts/Matka/TsMatka-Bold.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'hillel';
  src: url('../fonts/hillel/hillelclm-medium-webfont.woff') format('woff');
}
@font-face {
  font-family: 'anka';
  src: url('../fonts/anka/ankaclm-bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'GveretLevin';
  src: url('../fonts/GveretLevinAlefAlefAlef-Regular.woff') format('woff');
}
.pad_bot_30 {
  padding-bottom: 30px;
}
.btn_circle {
  border-radius: 20px;
}
.width_50 {
  width: calc(50% - 20px);
}
.btn_outline {
  border: 1px solid;
  padding: 6px 22px;
  display: inline-block;
  border-radius: 20px;
}
.btn_c {
  background-color: transparent;
}
.modal-header {
  direction: ltr;
}
.modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
.btn_tur {
  transition: 0.5s all;
  border-color: #009688;
  color: #009688;
}
.btn_tur:hover {
  background-color: #009688;
  color: #fff;
}
a {
  text-decoration: none;
  color: #009688;
}
a:hover {
  color: #48c5b9;
}
.btn_pink {
  transition: 0.5s all;
  border-color: #ea9db6;
  color: #ea9db6;
}
.btn_pink:hover {
  background-color: #ea9db6;
  color: #fff;
}
.mar_top_30 {
  margin-top: 30px;
}
.no_radius {
  border-radius: 0;
}
.clearfix {
  clear: both;
}
.was-validate .invalid-feedback {
  display: block;
}
.zindex_2 {
  z-index: 2;
}
.price::after {
  content: ' ₪';
  float: left;
  padding-right: 2px;
}
sup {
  top: 0;
}
select.form-control[multiple],
select.form-control[size] {
  height: 300px !important;
}
select.form-control[multiple] option,
select.form-control[size] option {
  height: 40px;
  border-bottom: 1px solid #eae1e1;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.btn-style-five {
  position: relative;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 17px 34px;
  display: inline-block;
  border-radius: 50px;
  color: #ffffff;
  box-shadow: 0px 10px 10px 2px rgba(69, 220, 133, 0.15);
  background-image: -ms-linear-gradient(left, #17da9b 0%, #88e066 100%);
  background-image: -moz-linear-gradient(left, #17da9b 0%, #88e066 100%);
  background-image: -o-linear-gradient(left, #17da9b 0%, #88e066 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17da9b), color-stop(100, #88e066));
  background-image: -webkit-linear-gradient(left, #17da9b 0%, #88e066 100%);
  background-image: linear-gradient(to right, #17da9b 0%, #88e066 100%);
}
.btn-style-five:hover {
  color: #fff;
  text-decoration: none;
  background-image: -ms-linear-gradient(left, #88e066 0%, #17da9b 100%);
  background-image: -moz-linear-gradient(left, #88e066 0%, #17da9b 100%);
  background-image: -o-linear-gradient(left, #88e066 0%, #17da9b 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #88e066), color-stop(100, #17da9b));
  background-image: -webkit-linear-gradient(left, #88e066 0%, #17da9b 100%);
  background-image: linear-gradient(to right, #88e066 0%, #17da9b 100%);
}
.breadcrumb {
  width: 100%;
  background-color: transparent;
  color: #65a53f;
  font-weight: normal;
  font-size: 13px;
  padding-bottom: 0;
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #727e86;
  content: ">";
}
.breadcrumb li a {
  text-decoration: none;
  color: #727e86;
  font-weight: normal;
  font-size: 13px;
}
.show-on-scroll {
  opacity: 0;
}
.show-on-scroll.is-visible {
  opacity: 1;
}
.angle {
  position: relative;
}
.angle .inner_angle {
  position: relative;
  z-index: 3;
}
.angle .angle_deg {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  top: -1px;
}
.angle .angle_deg svg {
  display: block;
  width: calc((100% + 1.3px));
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 75px;
  transform: translateX(-50%) rotateY(180deg);
}
.angle .angle_deg svg path {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
[type=email],
[type=file],
[type=number],
[type=password],
[type=tel] {
  text-align: right;
  direction: rtl;
}
.form-control.disabled {
  background-color: #f3ecec;
  opacity: 0.6;
}
.form-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-check label {
  padding-right: 20px;
  position: relative;
  top: -11px;
  cursor: pointer;
}
.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-check input:checked ~ .mark {
  border: 0;
}
.form-check input:checked ~ .mark:after {
  display: block;
}
.form-check .mark {
  position: absolute;
  top: 0;
  right: 15px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid;
}
.form-check .mark:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: -5px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox label::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.req label::after {
  content: '*';
  color: red;
  padding-right: 4px;
}
.alert {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
}
.alert p {
  margin-bottom: 0;
}
.alert.alert-data {
  background-color: #f3e8eb;
  border-color: #decbd1;
  color: #6c6668;
}
.btnBlue {
  background-image: url(/media/images/bgButton.png);
  background-size: contain;
  color: #23324e;
  font-weight: normal;
  font-size: 18px;
  font-family: 'FbTrampolina-Light';
  padding: 0 20px;
  height: 43px;
  background-repeat: no-repeat;
  text-align: center;
  display: inline-block;
  line-height: 39px;
  text-decoration: none;
}
.nav-pills .nav-link {
  color: #3a5b52;
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link .nav-pills .show > .nav-link {
  background-color: #1dc9b7;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .65rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-sm {
  padding: .25rem .5rem;
}
.btn.btn-edit {
  color: #68cc6c;
}
.btn.btn-edit:hover {
  color: #65bf68;
}
.btn.btn-round {
  border-radius: 5px;
}
.btn-arrow {
  background-color: #eaeaea;
  height: 60px;
  width: 60px;
  position: relative;
}
.btn-arrow::before {
  content: '';
  transform: rotate(147deg);
  height: 20px;
  left: 23px;
  border: solid transparent;
  border-width: 0 1px 1px 0;
  background-color: #221f1f;
  display: inline-block;
  top: 22px;
  position: absolute;
  transition: 0.4s all;
}
.btn-arrow::after {
  content: '';
  transform: rotate(35deg);
  height: 20px;
  left: 35px;
  border: solid transparent;
  border-width: 0 1px 1px 0;
  background-color: #221f1f;
  display: inline-block;
  position: absolute;
  top: 22px;
  transition: 0.4s all;
}
.btn.btn-danger {
  color: #fff;
}
.btn.btn-turkiz {
  background-color: #1dc9b7;
  border-color: #1dc9b7;
  color: #fff;
}
.btn.btn-turkiz:hover {
  color: #fff;
  background-color: #18a899;
  border-color: #179c8e;
}
.btn.btn-turkiz.active {
  background-color: #1c6e67;
  border-color: #1c6660;
}
.btn-add {
  background: #e1e3ec;
  color: #959cb6;
}
.btn-add:hover {
  background: #2c77f4;
  color: #fff;
}
.btn-primary {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #fff;
}
.btn-primary:hover {
  background-color: #384ad7;
  border-color: #2e40d4;
}
.btn-dark {
  background-color: #282a3c;
  border-color: #282a3c;
  color: #fff;
}
.btn-dark:hover {
  background-color: #191a25;
  border-color: #14151d;
}
.btn.btn-del {
  color: #607D8B;
}
.btn.btn-del i {
  font-size: 14px;
}
.btn.btn-del:hover,
.btn.btn-del:focus {
  color: #7c9fb0;
}
button:focus {
  box-shadow: none;
  outline: none;
}
.btn-icon {
  color: #93a2dd;
}
.btn-icon:hover {
  color: #2c77f4;
}
.hide_desktop {
  display: none;
}
.hide_mobile {
  display: block;
}
.help-block {
  color: #dd9292;
  font-size: 12px;
}
.table_like {
  display: table;
  width: 100%;
}
.table_like .cell {
  display: table-cell;
}
.box-stat {
  border-radius: .25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}
.box-stat.bg-warning,
.box-stat .bg-warning > a {
  color: #1f2d3d!important;
}
.box-stat > .inner {
  padding: 10px;
}
.box-stat h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
  white-space: nowrap;
}
.box-stat p {
  font-size: 1rem;
}
.box-stat .icon {
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}
.box-stat .icon > i {
  font-size: 60px;
  position: absolute;
  left: 15px;
  top: 5px;
  transition: all .3s linear;
}
.box-stat:hover .icon > i {
  font-size: 75px;
}
.table.no_header_border thead th {
  border: 0;
}
.table td {
  vertical-align: middle;
  padding: 5px 0.75rem;
}
.table td.option {
  width: 20px;
}
.card .close {
  position: fixed;
  z-index: 99;
}
.card form label {
  font-size: 14px;
  font-weight: 500;
}
.card-turkiz {
  border: 0;
}
.card-turkiz .card-header {
  background-color: #6ab4a8;
  border: 0;
}
.card-turkiz .card-header h3 {
  color: #fff;
  font-weight: 400;
}
.dataTables_wrapper table.dataTable thead th {
  border-bottom: 1px solid #a3a7ac;
  vertical-align: middle;
  padding: 12px 18px;
  white-space: nowrap;
}
.dataTables_wrapper table.dataTable tbody td {
  vertical-align: middle;
}
.dataTables_wrapper table.dataTable tbody td .slider-checkbox .label::before {
  top: -9px;
}
.dataTables_wrapper table.dataTable tbody td .slider-checkbox .label::after {
  top: -12px;
}
.dataTables_wrapper table.dataTable.no-footer {
  border-bottom: 1px solid #e2dcdc;
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate {
  float: left;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button {
  color: #595d6e !important;
  border: 0!important;
  outline: 0!important;
  border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current,
.dataTables_wrapper .dataTables_paginate span .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
  background: #2c77f4;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background: #f0f3ff;
  border-radius: 0;
  display: inline-block;
  color: #93a2dd !important;
  font-weight: 500;
  border: 0  !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover:not(.disabled),
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover:not(.disabled) {
  background: #2c77f4;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  color: #93a2dd !important;
  background: #f0f3ff;
  opacity: 0.3;
}
.dataTables_wrapper .dataTables_info {
  float: right;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_filter input {
  margin-right: 10px;
  padding: 6px;
  color: #595d6e;
  border: 1px solid #e2e5ec;
}
.dataTables_wrapper .dataTables_length select {
  color: #595d6e;
  border-color: #e2e5ec;
  padding: .65rem 1rem;
  margin: 0 5px;
}
.form-row .slider-checkbox {
  margin: 35px 10px;
}
.form-row textarea {
  min-height: 100px;
}
.slider-checkbox {
  position: relative;
  margin: auto;
}
.slider-checkbox input {
  margin: 0px;
  margin-top: 1px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 20px;
}
.slider-checkbox input:checked + .label:before {
  background-color: #569aa0;
  content: "";
  padding-left: 6px;
}
.slider-checkbox input:checked + .label:after {
  right: 15px;
}
.slider-checkbox.danger input:checked + .label:before {
  background-color: #d98686;
}
.slider-checkbox.warning input:checked + .label:before {
  background-color: #FF9800;
}
.slider-checkbox.success input:checked + .label:before {
  background-color: #63be66;
}
.slider-checkbox .label {
  position: relative;
  margin-bottom: 0;
  display: table-cell;
  padding: 0;
  padding-right: 40px;
  cursor: pointer;
  white-space: nowrap;
}
.slider-checkbox .label::before,
.slider-checkbox .label::after {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: background-color 0.3s, left 0.3s;
}
.slider-checkbox .label::before {
  content: "";
  color: #fff;
  box-sizing: border-box;
  padding-right: 23px;
  font-size: 12px;
  line-height: 20px;
  background-color: #888;
  right: 0px;
  top: 0px;
  height: 16px;
  width: 34px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slider-checkbox .label::after {
  content: "";
  letter-spacing: 20px;
  background: #fff;
  right: -2px;
  top: -3px;
  height: 22px;
  width: 22px;
  box-shadow: 0 0 1px 0px #1f1f1f;
}
.xe-widget {
  position: relative;
  background: #68b828;
  overflow: hidden;
}
.xe-widget.xe-counter-block .xe-background {
  position: absolute;
  left: -10%;
  bottom: -15%;
  color: #fff;
  font-size: 150px;
  zoom: 1;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
}
.xe-widget.xe-counter-block .xe-upper {
  background: #68b828;
  padding: 28px;
  line-height: 1;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin: 0;
  border-spacing: 0;
  border: 0;
}
.xe-widget.xe-counter-block .xe-upper .xe-icon {
  text-align: center;
  padding: 18px 18px 18px 0;
}
.xe-widget.xe-counter-block .xe-upper .xe-icon i {
  background: #68b828;
  font-size: 32px;
  color: #fff;
}
.xe-widget.xe-counter-block .xe-upper .xe-label {
  display: table-cell;
  vertical-align: middle;
  padding: 18px;
}
.xe-widget.xe-counter-block .xe-upper .xe-label .num {
  display: block;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
}
.xe-widget.xe-counter-block .xe-upper .xe-label span {
  display: block;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.xe-widget.xe-counter-block.xe-counter-block-purple {
  background: #7c38bc;
}
.xe-widget.xe-counter-block.xe-counter-block-purple .xe-upper {
  background: #7c38bc;
}
.xe-widget.xe-counter-block.xe-counter-block-purple .xe-upper .xe-icon i {
  background-color: #7c38bc;
  color: #fff;
}
.xe-widget.xe-counter-block.xe-counter-block-purple .xe-upper .xe-label .num {
  color: #fff;
}
.xe-widget.xe-counter-block.xe-counter-block-purple .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}
.xe-widget.xe-counter-block.xe-counter-block-purple .xe-lower strong {
  color: #fff;
}
.xe-widget.xe-counter-block .xe-lower {
  padding: 15px 30px;
}
.xe-widget.xe-counter-block .xe-lower .border {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.xe-widget.xe-counter-block .xe-lower a {
  font-size: 30px;
  color: #fff;
}
.xe-widget.xe-counter-block .xe-lower span,
.xe-widget.xe-counter-block .xe-lower strong {
  font-size: 15px;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.xe-widget.xe-counter-block .xe-lower strong {
  color: #fff;
}
.font-brand {
  color: #5d78ff!important;
}
.font-danger {
  color: #fd397a!important;
}
.font-success {
  color: #0abb87!important;
}
.font-warning {
  color: #ffb822!important;
}
/** TIMELINE **/
.timeline {
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  right: 9rem;
  width: .214rem;
  top: 5px;
  bottom: 5px;
  height: calc((100% - 5px));
  background-color: #e7e9f5;
}
.timeline .timeline-items .timeline-item {
  display: table;
  position: relative;
  margin-bottom: 1.75rem;
}
.timeline .timeline-items .timeline-item .timeline-item-time {
  display: table-cell;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
  position: absolute;
  padding-top: .18rem;
  color: #74788d;
}
.timeline .timeline-items .timeline-item .timeline-item-time span {
  font-size: 14px;
  color: rgba(116, 120, 141, 0.8);
}
.timeline .timeline-items .timeline-item .timeline-item-cricle {
  border-radius: 50%;
  border: .89rem solid #fff;
  z-index: 1;
  top: .2rem;
  right: 8.3rem;
  position: relative;
}
.timeline .timeline-items .timeline-item .timeline-item-cricle > i {
  font-size: 1.78rem;
  top: -0.93rem;
  right: -0.57rem;
  position: absolute;
}
.timeline .timeline-items .timeline-item .timeline-item-text {
  display: table-cell;
  vertical-align: top;
  font-size: 15px;
  padding: .35rem 10rem 0 0;
  color: #74788d;
}
.scrollbar::-webkit-scrollbar {
  width: 0.3em;
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #4f6b82;
  outline: 1px solid slategrey;
}
/* marquee like */
/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_wrap.str_active {
  background: #f1f1f1;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
/* Move it (define the animation) */
@-moz-keyframes movingText {
  0% {
    -moz-transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%);
  }
}
@-webkit-keyframes movingText {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
@keyframes movingText {
  0% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
  
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
  
    transform: translateX(100%);
  }
}
@media screen and (max-width: 960px) {
  .hide_desktop {
    display: block;
  }
  .hide_mobile {
    display: none !important;
  }
  .container {
    max-width: 100%;
  }
}
body {
  padding: 0;
  margin: 0;
  direction: rtl;
  background-color: #fff2f5;
  font-family: 'Assistant', sans-serif;
  overflow-x: hidden;
  font-size: 19px;
  color: #555;
  /* PAGE_ABOUT      */

  /************************/

  /****************************/

  /*  SEARCH PAGE
    /****************************/

}
body .hasSwiper .swiper-button {
  top: 42%;
}
body .hasSwiper .swiper-button.prev {
  right: 30px;
}
body.page_about #container {
  position: relative;
}
body.page_about #container::before {
  content: '';
  background: url(../images/cupcake_trans.png);
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-size: 56%;
  opacity: 0.1;
  background-attachment: fixed;
}
body.page_about #container .page {
  padding-top: 135px;
}
body.page_about #container .page section .title_section {
  text-align: center;
  display: block;
}
body.page_about #container .page section .title_section::before {
  display: none;
}
body.page_about #container .page section .title_section h1 {
  display: inline-block;
  position: relative;
}
body.page_about #container .page section .title_section h1::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 30%;
  background-color: #facbdf;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
body.page_about #container .page section .info {
  background: rgba(33, 150, 243, 0.3);
  padding: 20px;
  border-radius: 20px;
  font-weight: 600;
  color: #55484e;
  margin-bottom: 60px;
}
body.page_about #container .page section.us .info {
  background: rgba(249, 199, 221, 0.5);
  margin-top: 50px;
}
body .swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(50%);
  position: absolute;
  top: 50%;
  z-index: 10;
  outline: none;
  transition: all 0.5s ease;
}
body .swiper-button.swiper-button-disabled {
  opacity: 0;
}
body .swiper-button.next {
  transform: translateX(-50%);
  left: 30px;
}
body .swiper-slide {
  height: 225px;
  display: flex;
  width: 262px;
}
body .swiper-slide .prodBox {
  width: 100%;
}
body .swiper-slide .prodBox a .wrap_pic {
  border: 0 !important;
}
body .search_page .wrap_head {
  background-image: url('../images/bg_search.jpg');
}
body .search_page .title {
  color: #52707f;
  font-weight: normal;
  font-size: 2.5rem;
  margin: 20px 0 25px;
  position: relative;
  display: inline-block;
}
body .search_page .title::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 30%;
  background-color: #facbdf;
  bottom: 0;
  left: 0;
}
body .search_page .card {
  border: 0;
  background-color: #f7e8eb;
  padding: 20px;
  flex-direction: row;
}
body .search_page .no_result {
  color: #534c4c;
  font-weight: normal;
  font-size: 20px;
  border-right: 6px solid #d5719e;
  padding-right: 15px;
}
body .search_page mark {
  -webkit-appearance: none;
  color: #fff;
  padding: 0px 6px;
  background-color: #ff91a4;
  border-radius: 4px;
}
body .search_page .move_to {
  margin: 10px 0;
}
body .search_page .move_to a {
  text-decoration: none;
  color: #1d67a0;
  font-weight: normal;
  font-size: 18px;
}
body .search_page ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body .search_page ul li {
  padding-bottom: 25px;
  position: relative;
}
body .search_page ul li a:not(.more) {
  text-decoration: none;
  color: #ee549f;
  font-weight: normal;
  font-size: 20px;
}
body .search_page ul li .img {
  float: right;
  margin-left: 20px;
}
body .search_page ul li .img img {
  border-radius: 10px;
  width: 140px;
  object-fit: cover;
  height: 120px;
  transition: 0.6s all;
}
body .search_page ul li .img img:hover {
  transform: scale(1.1);
}
body .search_page ul li .infos {
  font-size: 18px;
}
.btn_circle {
  border-radius: 20px;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/**********************************/
.col_4 {
  width: 24% !important;
}
.pad010 {
  padding: 0 10px;
}
/**********************************/
.move_to a.heart {
  transition: 0.4s all;
  margin-right: 20px;
  color: #89858a;
  text-decoration: none;
  font-size: 20px;
}
.move_to a.heart::before {
  content: '\f08a';
  transition: 0.4s all;
  font-family: FontAwesome;
}
.move_to a.heart:hover::before,
.move_to a.heart.clicked::before {
  content: '\f004';
  color: #f96763;
}
/************************/
/*  MODAL               */
/************************/
.modal-footer {
  border-top: 0;
}
.modal-footer button {
  background-color: transparent;
}
.modal-header {
  border-bottom: 0;
}
.modal-content {
  background-color: #fff6ff;
}
.modal-content .form-control {
  border: 0;
  background-color: #ecdce0;
}
.fancybox-caption span.title_p,
.fancybox-caption span.title_p,
.fancybox-caption span,
.fancybox-caption span {
  display: block;
  color: #eaafe5;
  font-weight: bold;
  font-size: 23px;
}
.fancybox-caption div.prod_price,
.fancybox-caption div.prod_price {
  color: #959ba0;
  font-size: 20px;
}
#container {
  /* HEADER               */

  /* SLIDER               */

  /* SEARCH      */

  /* CATEGORIES      */

  /* PRODUCTS      */

  /* PAGE               */

  /* BLOG               */

  /* RECOMENDS               */

  /* POST PAGE               */

  /* FOOTER               */

  /************************/

}
#container.menuOpen .menuCover {
  width: calc(100% - 300px);
}
#container header {
  position: fixed;
  height: 100px;
  background-color: #fff;
  width: 100%;
  z-index: 99;
}
#container header #menu {
  position: relative;
  z-index: 4;
  top: 3rem;
}
#container header #menu ul.navbar {
  padding: 0;
  margin: 0;
  list-style-type: none;
  flex-direction: row;
  justify-content: initial;
}
#container header #menu ul.navbar li {
  position: relative;
}
#container header #menu ul.navbar li a {
  display: block;
  text-decoration: none;
  color: #555555;
  font-weight: normal;
  font-size: 20px;
  padding: 0 15px;
  transition: 0.4s all;
}
#container header #menu ul.navbar li a + div {
  position: absolute;
  left: 0;
  top: 5px;
}
#container header #menu ul.navbar li a:hover {
  color: #f778b6;
}
#container header #menu ul.navbar li:hover ul {
  opacity: 1;
  max-height: 500px;
  overflow: visible;
}
#container header #menu ul.navbar li.active a {
  color: #f778b6;
}
#container header #menu ul.navbar li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  top: 40px;
  padding: 5px;
  width: 410px;
  height: auto;
  background: #fff  none repeat scroll 0 0;
  border-color: #ccc;
  border-radius: 0 0 15px 15px;
  border-width: 0 1px 1px;
  display: inline-block;
  max-height: 0px;
  right: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#container header #menu ul.navbar li > ul li {
  float: right;
  width: 100px;
  height: 105px;
  border-top: none;
  padding: 3px;
}
#container header #menu ul.navbar li > ul li .box_cat {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
}
#container header #menu ul.navbar li > ul li .box_cat .pic {
  width: 100%;
  height: 100px;
  background-size: cover;
  transition: 0.4s all;
}
#container header #menu ul.navbar li > ul li .box_cat .title {
  position: absolute;
  bottom: 2px;
  z-index: 1;
}
#container header #menu ul.navbar li > ul li .box_cat .title a {
  font-size: 16px;
  color: #fff;
}
#container header #menu ul.navbar li > ul li .box_cat::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background-image: linear-gradient(0deg, #000000 0%, transparent 100%);
  border-radius: 0 0 5px 5px;
}
#container header #menu ul.navbar li > ul li .box_cat:hover .pic {
  transform: scale(1.1);
}
#container header .menuBtn {
  width: 50px;
  height: 50px;
  left: 10px;
  bottom: 0;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: none;
  height: 40px;
  position: absolute;
  top: 9px;
  width: 40px;
  z-index: 9999;
}
#container header .menuBtn span {
  background: #777070   none repeat scroll 0 0;
  border-radius: 10px;
  display: block;
  height: 4px;
  margin: 0 auto;
  transition: all 0.5s ease 0s;
  width: 70%;
}
#container header .menuBtn span:nth-child(1) {
  margin-top: 8px;
}
#container header .menuBtn span:nth-child(2) {
  margin-bottom: 5px;
  margin-top: 5px;
}
#container header .menuBtn span:nth-child(3) {
  margin-bottom: 0;
}
#container header .logo {
  position: relative;
  z-index: 4;
  top: 10px;
  right: 10px;
}
#container header .left_data {
  position: absolute;
  left: 0;
  top: 0;
}
#container header .left_data ul.list_left {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
#container header .left_data ul.list_left li {
  padding: 10px 20px;
}
#container header .left_data ul.list_left li a i {
  color: #c9afb5;
  font-size: 20px;
}
#container header .left_data ul.list_left li .cart i {
  font-size: 23px;
}
#container header .left_data ul.list_left li .call_us {
  position: relative;
  z-index: 4;
}
#container header .left_data ul.list_left li .call_us a {
  text-decoration: none;
  color: #555555;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  display: block;
  text-align: left;
  padding-left: 40px;
}
#container header .left_data ul.list_left li .call_us a i {
  position: absolute;
  left: 0;
  font-size: 35px;
  top: 6px;
}
#container header .left_data ul.list_left li .call_us a .top {
  font-weight: bold;
  font-size: 18px;
}
#container header::after {
  content: '';
  background-image: url('/media/images/headerdesign.png');
  position: absolute;
  top: 97px;
  width: 100%;
  background-repeat: repeat-x;
  height: 49px;
  left: 0;
  z-index: 3;
}
#container .top_title {
  position: absolute;
  top: 25vh;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  text-shadow: -1px 1px #494343;
}
#container .top_title h1 {
  font-size: 45px;
}
#container .breadcrumb {
  background-color: transparent;
  color: #c5bec1;
  padding-top: 0;
  justify-content: center;
}
#container .breadcrumb > li {
  display: inline-block;
  font-size: 14px;
}
#container .breadcrumb > li a {
  color: #f1bdd6;
  text-decoration: none;
  font-size: 14px;
}
#container .breadcrumb > li a:hover {
  text-decoration: underline;
}
#container .breadcrumb > li + li::before {
  content: '>';
  padding: 0 5px;
  color: #dcbdcb;
}
#container .wrap_head {
  background-size: cover;
  position: relative;
  height: 215px;
  background-position: center;
  display: table;
  width: 100%;
  top: 90px;
  padding-top: 60px;
  margin-bottom: 110px;
  background-image: url('../images/bg_cats.jpg');
}
#container .wrap_head::before {
  content: '';
  background-color: rgba(75, 57, 57, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#container .wrap_head .page_title {
  z-index: 1;
  position: relative;
}
#container .wrap_head .page_title h1 {
  color: #f3ede4;
  text-shadow: 0px 1px black;
  text-align: center;
}
#container #slider {
  width: 100%;
  position: relative;
  direction: rtl;
  padding-top: 100px;
}
#container #slider .owl-nav {
  display: none;
}
#container #slider .owl-dots {
  text-align: center;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 25px;
}
#container #slider .owl-dots .owl-dot {
  background: #facbdf;
  border-radius: 1rem;
  opacity: 1;
  height: 10px;
  width: 10px;
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border: 0;
  margin: 0 5px;
}
#container #slider .owl-dots .owl-dot.active {
  background: #156cb4;
  width: 20px;
}
#container #slider .owl-stage-outer {
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -3px;
  width: 100%;
}
#container #slider .owl-stage-outer .owl-stage {
  height: 100%;
}
#container #slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  float: right;
}
#container #slider .item {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}
#container #slider .item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6c6b6b;
  opacity: 0.4;
}
#container #slider .owl-item.active {
  /* transform: scale(1.2);*/

}
#container #slider .owl-item {
  transform: scale(1);
  transition: 0.9s all;
}
#container #slider img {
  height: 300px;
}
#container section {
  position: relative;
  /* NEW SITE              */

  /* MOST SALE            */

  /* ABOUT                */

  /* SEO INDEX PAGE       */

  /* CATEGORIES      */

  /* POSTS      */

  /************************/

}
#container section .title_section {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  color: #52707f;
  font-size: 30px;
  display: inline-block;
}
#container section .title_section::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 30%;
  background-color: #facbdf;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
#container section#newSite {
  position: relative;
  padding: 50px 0 120px;
  min-height: 300px;
  box-shadow: inset 0 20px 20px -13px rgba(0, 0, 0, 0.8);
  background-attachment: fixed;
  background-color: #d1e7e5;
  background-image: url(../images/bgStripes4.jpg);
}
#container section#newSite::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35px;
  box-shadow: inset 0px -20px 20px -13px rgba(0, 0, 0, 0.8);
}
#container section#solides {
  padding: 50px 0 120px;
}
#container section#solides::before {
  content: '';
  background-color: red;
}
#container section#about {
  text-align: center;
  background-image: url(/media/images/bg_about.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 40px;
  font-size: 22px;
}
#container section#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#container section#about .wrap {
  background: rgba(121, 85, 72, 0.4);
  padding: 25px;
  margin-bottom: 20px;
  color: #fffeff;
  text-shadow: -1px 1px #000000;
  border-radius: 20px;
  position: relative;
}
#container section#about .wrap .btn {
  position: relative;
}
#container section#spicals ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#container section#spicals ul li {
  width: 20%;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#container section#spicals ul li .box_sp {
  position: relative;
}
#container section#spicals ul li .box_sp img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#container section#spicals ul li .box_sp a {
  display: block;
  height: 250px;
  color: #555;
}
#container section#spicals ul li .box_sp a::before {
  content: '';
  background-color: rgba(246, 201, 221, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#container section#spicals ul li .box_sp a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#container section#spicals ul li .box_sp a:hover::after {
  background-color: rgba(124, 200, 196, 0.8);
  opacity: 1;
}
#container section#spicals ul li .box_sp a:hover button.more,
#container section#spicals ul li .box_sp a.click button.more {
  opacity: 1;
}
#container section#spicals ul li .box_sp a:hover .wrapIn,
#container section#spicals ul li .box_sp a.click .wrapIn {
  opacity: 1;
}
#container section#spicals ul li .box_sp button.more {
  background-color: transparent;
  z-index: 1;
  border: 0;
  opacity: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.85);
  margin: 20px auto;
  color: #555;
  text-shadow: none;
  border-radius: 15px;
  padding: 9px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#container section#spicals ul li .box_sp .wrapIn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  padding: 10px;
  z-index: 1;
}
#container section#spicals ul li .box_sp .wrapIn .info {
  text-align: center;
  height: 100%;
  font-size: 20px;
  padding: 10px 20px;
  color: #fff;
  text-shadow: 0 0 5px black;
  border: 1px dashed #fff;
}
#container section#spicals ul li .box_sp .wrapIn .info h3 {
  padding: 0;
  margin: 0 0 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
}
#container section#cat_home::before {
  content: '';
  height: 16px;
  top: -18px;
  position: absolute;
  width: 100%;
  background-image: url(/media/images/bg_swirl.png);
}
#container section#posts {
  padding: 50px 0 200px;
  position: relative;
  background-image: url(/media/images/bgWood.jpg);
  background-attachment: fixed;
  box-shadow: inset 0 20px 20px -13px rgba(0, 0, 0, 0.8);
}
#container ul.posts {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#container ul.posts li .post {
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}
#container ul.posts li .post .info {
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
#container ul.posts li .post .info span {
  padding: 0 6px;
  color: #5a4850;
  font-size: 17px;
}
#container ul.posts li .post .info span i {
  color: #275c84;
}
#container ul.posts li .post .info span i.fa-heart {
  font-size: 15px;
  color: #ce83a5;
}
#container ul.posts li .post .post_img {
  background-size: cover;
  height: 400px;
  background-position: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#container ul.posts li .post .post_img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
#container ul.posts li .post .post_info {
  position: absolute;
  bottom: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  margin: 15px;
  left: 0;
  right: 0;
}
#container ul.posts li .post .post_info .post_title a {
  text-decoration: none;
  color: #333333;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  display: block;
}
#container ul.posts li .post .post_info .post_desc {
  font-size: 18px;
}
#container ul.posts li .post:hover .post_img {
  transform: translateY(-20px);
}
#container .more_posts h3 {
  padding: 20px;
  margin: 0;
  color: #166eb5;
  font-weight: 500;
  font-size: 23px;
  text-align: center;
}
#container .more_posts ul.posts li {
  width: 100%;
  padding: 0;
}
#container .more_posts ul.posts li .post {
  margin-bottom: 30px;
  margin-top: 0;
}
#container .search_section {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
#container .search_section input {
  position: fixed;
  top: 10%;
  width: 50%;
  margin: auto;
  left: 0;
  right: 0;
  height: 50px;
  padding: 10px;
  font-size: 20px;
  border: 0;
  border-radius: 4px;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#container .search_section .show_res {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
  top: calc((30% + 52px));
}
#container .search_section .show_res .search_area {
  position: absolute;
  background: #fff;
  z-index: 13;
  width: 100%;
  padding-top: 10px;
  border-radius: 0 0 5px 5px;
  outline: 0;
  left: 0;
}
#container .search_section .show_res .search_area .title {
  color: #2074b7;
  font-weight: 500;
  font-size: 18px;
  padding: 0 10px;
}
#container .search_section .show_res .search_area ul {
  padding: 0;
  margin: 0 5px 0;
  list-style-type: none;
}
#container .search_section .show_res .search_area ul li {
  padding: 3px 10px 3px;
}
#container .search_section .show_res .search_area ul li a {
  color: #af6969;
  text-decoration: none;
  font-size: 15px;
  display: block;
}
#container .search_section.open {
  opacity: 1;
  visibility: visible;
}
#container .search_section.open input {
  top: 30%;
}
#container #categories {
  min-height: 300px;
  padding: 50px 20px;
  position: relative;
}
#container #categories > .container {
  padding: 0;
}
#container #categories.info {
  min-height: auto;
}
#container #categories .content {
  font-size: 20px;
}
#container #categories .content img {
  border: 1px solid #d8d0d4;
  margin: 2px;
  width: 32%;
  float: right;
  display: block;
  max-width: 100%;
  height: auto;
}
#container #categories .catsProds {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  flex-flow: row wrap;
}
#container #categories .catsProds div.itemC.withOver .catBox .wrapPic {
  border: 0;
  padding: 0;
  border-radius: 4px 4px 0 0;
}
#container #categories .catsProds div.itemC.withOver .catBox .wrapPic .pic {
  border-radius: 0 ;
}
#container #categories .catsProds div.itemC.withOver .catBox .wrapPic .pic .overlay-bg {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#container #categories .catsProds div.itemC.withOver .catBox .wrapPic:hover .pic .overlay-bg {
  bottom: 0;
  height: 3px;
}
#container #categories .catsProds div.itemC.withOver .catBox .desc {
  margin: 0;
  border-radius: 0;
}
#container #categories .catsProds div.itemC {
  width: 300px;
  margin: 0 5px;
}
#container #categories .catsProds div.itemC .catBox {
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
#container #categories .catsProds div.itemC .catBox .wrapPic {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#container #categories .catsProds div.itemC .catBox .wrapPic .pic {
  width: 100%;
  height: 150px;
  position: relative;
  padding: 4px;
  margin: auto;
  opacity: 0.7;
  background-position: center;
  transition: all 0.5s ease-in-out;
  background-size: cover;
  border-radius: 10px;
  transform: scale(1);
}
#container #categories .catsProds div.itemC .catBox .wrapPic::before {
  content: '';
  position: absolute;
  border-radius: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
  transition: 0.8s all;
  z-index: 1;
  bottom: 10px;
  background-color: rgba(237, 199, 227, 0.5);
}
#container #categories .catsProds div.itemC .catBox .desc {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff !important;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 1.1;
}
#container #categories .catsProds div.itemC .catBox .desc .title {
  color: #ffffff;
  font-weight: 500;
  font-size: 33px;
  text-shadow: -1px 1px 2px #000000;
  transition: 0.8s all;
  z-index: 2;
}
#container #categories .catsProds div.itemC .catBox:hover .pic {
  opacity: 1;
  transform: scale(1.1);
}
#container #categories .catsProds div.itemC .catBox:hover .pic::before {
  background-color: rgba(152, 144, 144, 0.6);
}
#container #categories .catsProds div.itemC .catBox:hover .desc .title {
  color: #ffd3f5;
}
#container #categories .catsProds div.itemC .catBox:hover .desc .info {
  color: #fff;
}
#container #cats_page #categories {
  padding: 0;
}
#container .products {
  margin-top: 20px;
}
#container .products .filter_products {
  background-color: #ffe4ea;
  margin: 20px 0;
  padding: 10px;
  color: #5a4850;
}
#container .products .filter_products a {
  margin: 0 10px;
}
#container .products .filter_products a.btn_pink.active {
  background-color: #ea9db6;
  color: #fff;
}
#container .products .filter_products .view {
  float: left;
}
#container .products .filter_products .view a {
  margin: 0 4px;
  color: #eba1b9;
}
#container .products .filter_products .view a i {
  font-size: 35px;
  padding-top: 6px;
}
#container .products .filter_products .view a:hover,
#container .products .filter_products .view a.active {
  color: #ee4c9b;
}
#container .products .prodBox {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.9s all;
}
#container .products .prodBox a {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  width: 100%;
  display: block;
}
#container .products .prodBox.swiper-slide a .wrap_pic {
  border: 0;
}
#container .products .prodBox .wrap_pic {
  transition: all 1s ease-in-out;
}
#container .products .prodBox .wrap_pic .pic {
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: all 0.6s ease-in-out;
}
#container .products .prodBox .wrap_pic:hover::before {
  background-color: transparent;
}
#container .products .prodBox .wrap_pic:hover .pic {
  transform: scale(1.1) rotate(6deg);
}
#container .products .prodBox .desc {
  display: none;
}
#container .products .prodBox .prod_info {
  background-color: rgba(255, 255, 255, 0.8);
  width: 90%;
  position: absolute;
  bottom: 10px;
  min-height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
#container .products .prodBox .prod_info .prod_name {
  font-size: 20px;
}
#container .products .prodBox .prod_info .price_inner {
  display: none;
}
#container .products .prodBox .prod_info .price_inner .pprice {
  display: inline-block;
  color: #0b67a3;
  font-size: 17px;
  opacity: 0;
  visibility: hidden;
}
#container .products .prodBox .prod_price {
  font-size: 18px;
  background-color: #ee4c9b;
  position: absolute;
  color: #fff;
  left: -2px;
  top: 20px;
  padding: 5px 10px;
  box-shadow: 2px 1px 6px 0px black;
  border-radius: 0 5px 5px 0;
}
#container .products .btn_c {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 30px;
}
#container .prodIndex.listed .prodBox {
  border-radius: 0;
  width: 49% !important;
}
#container .prodIndex.listed .prodBox .wrap_pic {
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
}
#container .prodIndex.listed .prodBox .desc {
  display: block;
  font-size: 18px;
  margin-top: 12px;
}
#container .prodIndex.listed .prodBox .prod_info {
  width: 60%;
  padding-right: 20px;
  display: block;
  top: 0;
  background-color: transparent;
  right: 40%;
  text-align: right;
}
#container .prodIndex.listed .prodBox .prod_info .prod_name {
  color: #ef529f;
  font-weight: 600;
}
#container .prodIndex.listed .prodBox .prod_info .price_inner {
  display: block;
}
#container .prodIndex.listed .prodBox .prod_info .price_inner .pprice {
  opacity: 1;
  visibility: visible;
}
#container .prodIndex.listed .prodBox .prod_price {
  display: none;
}
#container .prodIndex .cat_prods {
  height: 100%;
}
#container .prod_page .prodBox {
  direction: ltr;
}
#container .prod_page .prodBox a .wrap_pic {
  position: relative;
  border: 4px solid #fff;
  border-radius: 20px;
}
#container .prod_page .prodBox a .wrap_pic .pic img {
  width: 100%;
  border-radius: 20px;
}
#container .prod_page .prodBox a .wrap_pic .pic::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px;
  border-radius: 0 0 20px 20px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
#container .prod_page .prodBox a .wrap_pic .big {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#container .prod_page .prodBox a .wrap_pic .number {
  position: absolute;
  bottom: 25px;
  color: #fff;
  right: 35px;
}
#container .prod_page .prodBox .prod_data {
  text-align: right;
  direction: rtl;
}
#container .prod_page .prodBox .prod_data .desc {
  font-size: 22px;
}
#container .prod_page .prodBox .prod_data .desc p {
  background-color: #f2dce1;
  padding: 10px;
  border-right: 4px solid #b8a9ad;
  font-size: 18px;
  width: 65%;
  margin-top: 20px;
}
#container .prod_page .prodBox .prod_info .prod_price {
  margin-top: 20px;
}
#container .prod_page .prodBox .prod_info .prod_price label {
  font-weight: bold;
  color: #555;
}
#container .prod_page .wrap_similar {
  background-color: #f6e2e6;
  color: #775656;
  padding-bottom: 130px;
}
#container .prod_page .wrap_similar .product_similar {
  padding: 0 30px;
  position: relative;
  text-align: center;
}
#container .prod_page .wrap_similar .product_similar h2 {
  padding: 20px 0;
}
#container .prod_page .wrap_similar .product_similar .wrap_box {
  justify-content: center;
}
#container .prod_page .wrap_similar .product_similar .wrap_box .prodBox a .wrap_pic {
  border: 0;
}
#container .prod_page .wrap_similar .product_similar .wrap_box .prodBox a .wrap_pic .pic {
  height: 200px;
  border: 0;
}
#container .prod_page .wrap_similar .product_similar .wrap_box .prodBox .prod_info .prod_price {
  color: #fff;
}
#container .page {
  padding-bottom: 180px;
}
#container #blog_page .container {
  padding-top: 25px;
}
#container #blog_page .tags_side {
  margin-top: 20px;
  border-left: 3px solid #5a4850;
  padding-left: 20px;
}
#container #blog_page .tags_side a {
  text-decoration: none;
  color: #333333;
  font-weight: normal;
  font-size: 18px;
  background-color: transparent;
  padding: 10px;
}
#container #blog_page .tags_side a:hover,
#container #blog_page .tags_side a.active {
  color: #2aa7a0;
}
#container #contact .form-control {
  border: 0;
  background-color: #ecdce0;
}
#container #contact .checkbox {
  font-size: 18px;
}
#container #contact .checkbox label {
  cursor: pointer;
  padding-right: 25px;
  position: relative;
  margin-top: 3px;
}
#container #contact .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  right: 0;
  top: 4px;
  margin-right: 0px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 2px;
}
#container #contact .checkbox input {
  display: none;
}
#container #contact .checkbox input:checked + label::before {
  border-color: #9575cd;
  background-color: #9575cd;
}
#container #contact .checkbox input:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #fff;
  top: 4px;
  right: 2px;
  position: absolute;
  border-color: transparent;
  background-color: transparent;
}
#container #recomends {
  background-color: #f2dde6;
  padding-bottom: 180px;
}
#container #recomends .wrap_recomends .boxes .wrapBox {
  width: 50%;
  padding: 10px;
  float: right;
}
#container #recomends .wrap_recomends .boxes .wrapBox .box {
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 0px 20px 20px;
  border-radius: 10px;
  color: #555555;
  font-weight: normal;
  font-size: 18px;
}
#container #recomends .wrap_recomends .boxes .wrapBox .box .name {
  color: #0c6caa;
  font-weight: 500;
  font-size: 18px;
}
#container #recomends .wrap_recomends .boxes .wrapBox .box .notes {
  position: relative;
  padding: 15px;
}
#container #recomends .wrap_recomends .boxes .wrapBox .box .notes::before {
  content: "\f10e";
  position: absolute;
  font-family: 'FontAwesome';
  right: -20px;
  top: -28px;
  font-size: 30px;
  color: #8b707b;
}
#container #recomends .wrap_recomends .boxes::after {
  content: '';
  display: block;
  clear: both;
}
#container #post_page .container {
  padding-top: 20px;
}
#container #post_page .newsletter {
  background: rgba(211, 217, 220, 0.5);
  padding: 20px;
  position: relative;
}
#container #post_page .newsletter::before {
  position: absolute;
  left: 5px;
  right: 5px;
  /*content: '';*/

  border: 2px solid #c7c0c3;
  bottom: 5px;
  top: 5px;
}
#container #post_page .newsletter h2 {
  padding: 0 0 10px;
  margin: 0;
  color: #333333;
  font-weight: normal;
  font-size: 25px;
}
#container #post_page .newsletter .sub {
  color: #847979;
}
#container #post_page .newsletter .wrap_input {
  margin: 10px 0;
}
#container #post_page .newsletter .wrap_input input {
  border-radius: 0;
}
#container #post_page .newsletter button {
  width: 100%;
  font-size: 18px;
  background-color: #efc9da;
}
#container #post_page .author {
  color: #969292;
  font-size: 15px;
  font-style: italic;
}
#container #post_page .author span {
  font-size: 13px;
}
#container #post_page .body_post {
  color: #333333;
  font-weight: normal;
  font-size: 19px;
  padding-left: 20px;
  margin: 20px 0;
}
#container #post_page .body_post .wrapPostImage {
  position: relative;
  margin: 15px 0;
}
#container #post_page .body_post .wrapPostImage::before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  border: 2px solid #fff;
}
#container #post_page .body_post img {
  width: 100%;
}
#container #post_page .body_post .tags {
  margin-bottom: 20px;
}
#container #post_page .body_post .tags a {
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  border-radius: 2px;
  background-color: #2bbbad ;
}
#container #post_page .body_post .tags a:hover {
  background-color: #40cabc ;
}
#container #post_page .comments {
  position: relative;
  margin-top: 50px;
}
#container #post_page .comments .icon {
  position: absolute;
  left: 10px;
  top: 13px;
  cursor: pointer;
  color: #afaaaa;
}
#container #post_page .comments .icon.clicked {
  color: #f197c3;
}
#container #post_page .comments h3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 0;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
}
#container #post_page .comments .add_comment textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
#container #post_page .comments .add_comment .btn {
  font-size: 18px;
  background-color: #7cc8c4;
}
#container #post_page .comments .show_comments {
  padding: 20px 0;
}
#container #post_page .comments .show_comments ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#container #post_page .comments .show_comments ul li {
  margin: 20px 0 30px;
}
#container #post_page .comments .show_comments ul li .comment .title {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}
#container #post_page .comments .show_comments ul li .comment .title .date {
  display: block;
  color: #e47eb0;
  font-weight: normal;
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 6px;
}
#container #post_page .comments .show_comments ul li .comment .content {
  color: #333333;
  font-weight: normal;
  font-size: 16px;
}
#container footer {
  background-color: #5b4950;
}
#container footer::before {
  background-image: url(../images/footer_netifim2.png);
  background-repeat: repeat-x;
  content: '';
  height: 195px;
  right: 0;
  left: 0;
  margin-top: -145px;
  position: absolute;
}
#container footer .inner_foot {
  padding: 80px 0px 50px 0px;
}
#container footer .footer_links h4 {
  padding: 0 0 10px;
  margin: 0 0 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
#container footer .footer_links h4::before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #f195b2;
}
#container footer .footer_links .network {
  margin-top: 20px;
}
#container footer .footer_links .network ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#container footer .footer_links .network ul li {
  display: inline-block;
  margin-left: 10px;
}
#container footer .footer_links .network ul li a {
  display: inline-block;
  text-align: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #7b7b7c;
  font-size: 16.92px;
  line-height: 35px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}
#container footer .footer_links .network ul li:hover a {
  color: #f195b2;
  border-color: #f195b2;
}
#container footer .footer_links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#container footer .footer_links ul li {
  margin-bottom: 5px;
}
#container footer .footer_links ul li a {
  text-decoration: none;
  color: #a8a8a8;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .28px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}
#container footer .footer_links ul li:hover a {
  color: #f195b2;
}
#container footer .bottom .copyrights_fot {
  overflow: hidden;
  border-top: 1px solid #7c706c;
  padding: 32px 0px 30px 0px;
}
#container footer .bottom .copyrights_fot .build_by,
#container footer .bottom .copyrights_fot .copyrights {
  font-size: 14px;
  color: #c3baba;
  float: right;
}
#container footer .bottom .copyrights_fot .build_by a,
#container footer .bottom .copyrights_fot .copyrights a {
  text-decoration: none;
  color: #c3baba;
  font-weight: bold;
  font-size: 14px;
}
#container footer .bottom .copyrights_fot .copyrights {
  float: left;
}
#container .goToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 10000;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ee7560;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
#container .goToTop i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ee7560;
  z-index: 10001;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .col-lg-2 {
    width: 20%;
  }
}
@media screen and (max-width: 992px) {
  /**********************************/
  .col_4 {
    width: 32% !important;
  }
  /**********************************/
  #container.menuOpen #menu {
    top: 0px;
  }
  #container header .menuBtn {
    display: block;
  }
  #container header #menu {
    background-color: #ffd9ea;
    padding-right: 0px;
    overflow: auto;
    right: 0;
    position: fixed;
    top: 0;
    top: -100%;
    bottom: 0;
    height: 100%;
    display: block;
    width: 100%;
    z-index: 999;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
  }
  #container header #menu ul.navbar {
    flex-direction: column;
    overflow-x: hidden;
    margin-top: 20vh;
  }
  #container header #menu ul.navbar li {
    line-height: 50px;
    width: 100%;
    text-align: center;
  }
  #container header #menu ul.navbar li.open > ul {
    position: static;
    color: #fff;
    max-height: 300px;
    opacity: 1;
    background: transparent;
  }
  #container header #menu ul.navbar li:hover > ul {
    display: none;
  }
  #container header #menu ul.navbar li ul {
    background-color: transparent;
  }
  #container header #menu ul.navbar li ul li {
    width: 100%;
    height: 40px;
    line-height: 20px;
    position: relative;
  }
  #container header #menu ul.navbar li ul li .box_cat::after {
    display: none;
  }
  #container header #menu ul.navbar li ul li .box_cat .title {
    position: relative;
  }
  #container header #menu ul.navbar li ul li .box_cat .title a {
    color: #555;
  }
  #container header #menu ul.navbar li ul li .pic {
    display: none;
  }
  #container header .left_data ul.list_left li .search {
    font-size: 0;
  }
  #container header .left_data ul.list_left li .call_us a .top,
  #container header .left_data ul.list_left li .call_us a .bot {
    display: none;
  }
  #container header .left_data ul.list_left li .call_us a i {
    position: absolute;
    left: 40px;
    font-size: 23px;
    top: 0;
  }
  #container .search_section input {
    width: 80%;
  }
  #container section#spicals ul li {
    width: calc(100% / 2);
  }
  #container section#about {
    background-attachment: initial;
    padding: 40px 10px 10px;
  }
  #container #categories .catsProds div.itemC {
    width: calc(135px + 1vw);
  }
  #container #categories .catsProds div.itemC .catBox .desc .title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .col_4 {
    width: 49% !important;
  }
  #container .wrap_head {
    height: 180px;
  }
  #container .products .filter_products a.btn_pink {
    padding: 6px 13px;
  }
  #container .products .filter_products a {
    margin: 0 0px;
    font-size: 14px;
  }
  #container .products .filter_products span {
    display: none;
  }
  #container .products .filter_products .view a i {
    font-size: 20px;
    padding-top: 9px;
  }
  #container .products .prodIndex.listed .prodBox {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  body.page_about #container .page section.us .info {
    margin-top: 0;
  }
  body.page_about #container .logo img {
    height: 100px;
  }
  #container .logo img {
    height: 100px;
  }
}
