/*************************************
*
* Global
*
*************************************/
html {
  font-size: 16px;
}
:root {
  --rpp-color-accent1: 23, 34, 114;
  --rpp-color-accent2: 65, 64, 66;
  --rpp-blue: #0d6efd;
  --rpp-indigo: #6610f2;
  --rpp-purple: #6f42c1;
  --rpp-pink: #d63384;
  --rpp-red: #dc3545;
  --rpp-orange: #fd7e14;
  --rpp-yellow: #ffc107;
  --rpp-green: #198754;
  --rpp-green-hover: #198754;
  --rpp-green-light: #ebf6dc;
  --rpp-teal: #94ce47;
  --rpp-cyan: #0dcaf0;
  --rpp-white: 255, 255, 255;
  --rpp-gray: #6c757d;
  --rpp-gray-dark: #343a40;
  --rpp-primary: #0d6efd;
  --rpp-secondary: #6c757d;
  --rpp-success: #198754;
  --rpp-info: #0dcaf0;
  --rpp-warning: #ffc107;
  --rpp-danger: #dc3545;
  --rpp-light: #f8f9fa;
  --rpp-dark: #212529;
  --rpp-dark2: #383c47;
  --rpp-dark3: #31343e;
  --rpp-black: 0, 0, 0;
  --rpp-transition: all 0.3s ease-in-out;
  --rpp-transition2: all 300ms;
  --rpp-transition3: all 400ms;
  --rpp-transition4: transform 0.4s ease-in-out;
  --rpp-font: "iransans", "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial",
    sans-serif;
  --rpp-border-radius: 0.25rem;
  --rpp-larg-box-shadow: 0 5px 25px rgba(160, 178, 200, 0.2);
  --rpp-larg-box-shadow2: 0 12px 35px rgb(160 178 200 / 15%);
  --rpp-larg-box-shadow-reverse: 0 5px 25px rgba(160, 178, 200, 0.2);
  --rpp-small-box-shadow: 0 2px 10px rgba(160, 178, 200, 0.2);
  --rpp-border-color: #d3d3d3;
  --rpp-input-color: #f3f6f9;
  --rpp-body-color: #494d5a;
  --rpp-gray-light: #f3f6f9;
  --rpp-gray-light-hover: #e9eef4;
  --rpp-gray-light2: #a2aab2;
  --rpp-gray-light3: #f7fafc;
  --rpp-gray-light4: #fbfcfd;
}
body {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
[class^="icon-"],
[class*=" icon-"] {
  width: auto;
  height: auto;
  line-height: inherit;
}
.size-33 {
  flex: 0 33.33%;
  width: 33.33%;
}
.thumbnail {
  border-color: var(--rpp-border-color);
  box-shadow: none;
  padding: 0.25rem;
  line-height: 1.5;
  transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
  -o-transition: var(--rpp-transition);
  -ms-transition: var(--rpp-transition);
  -webkit-transition: var(--rpp-transition);
}
.fa-fw {
  text-align: center;
  width: auto;
  height: auto;
  line-height: inherit;
}
@media only all and (min-width: 90rem) and (max-width: 99.99rem) {
  .g-container {
    width: 86rem;
  }
}
/*************************************
*
* Buttons & inputs
*
*************************************/
form,
.formResponsive .formHorizontal .rsform-block {
  margin: 0;
}
.formResponsive .formHorizontal .formControls {
  padding: 0;
  margin: 0;
}
.formResponsive .formHorizontal .formControlLabel,
label,
body .form-horizontal .control-label,
#comments-form label,
#comments-report-form label {
  padding: 0;
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: auto;
  float: none;
}
.formResponsive .formBody {
  float: none;
  line-height: 1;
  font-size: 0.75rem;
}
strong.formRequired {
  margin: 0 0.25rem;
  color: var(--rpp-red);
}
.form-horizontal .controls,
.dir-rtl .form-horizontal .controls {
  margin: 0;
}
.btn.active,
.btn:active,
.btn:focus,
.btn:hover,
.btn,
.hikabtn {
  transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
  -o-transition: var(--rpp-transition);
  -ms-transition: var(--rpp-transition);
  -webkit-transition: var(--rpp-transition);
}
.btn,
.hikabtn,
#comments-form .btn,
#comments-report-form .btn,
.formResponsive input[type="button"],
.formResponsive button[type="button"],
.formResponsive input[type="submit"],
.formResponsive button[type="submit"],
.formResponsive input[type="reset"],
.formResponsive button[type="reset"],
.edit.item-page .btn-toolbar .btn,
.pager.pagenav a,
p.readmore .btn,
.contact .form-actions .btn,
#contact-form .controls .btn-primary.validate,
.profile .btn,
.login .btn,
.logout .btn,
.registration .btn,
.profile-edit .btn,
.remind .btn,
.reset .btn,
.search #searchForm .btn,
.finder #searchForm .btn,
.search #search-form .btn,
.finder #search-form .btn {
  border: none;
  padding: 0 1rem;
  font-size: 1rem;
  border-radius: 0;
  line-height: 2.5rem;
  font-weight: normal;
  box-sizing: border-box;
  box-shadow: none;
  text-shadow: none;
  font-family: var(--rpp-font);
  background: rgb(var(--rpp-color-accent1));
  color: rgb(var(--rpp-white));
  letter-spacing: 0;
}
.btn:hover,
.hikabtn:hover,
#comments-form .btn:hover,
#comments-report-form .btn:hover,
.formResponsive input[type="button"]:hover,
.formResponsive button[type="button"]:hover,
.formResponsive input[type="submit"]:hover,
.formResponsive button[type="submit"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive button[type="reset"]:hover,
.edit.item-page .btn-toolbar .btn:hover,
.pager.pagenav a:hover,
p.readmore .btn:hover,
.contact .form-actions .btn:hover,
#contact-form .controls .btn-primary.validate:hover,
.profile .btn:hover,
.login .btn:hover,
.logout .btn:hover,
.registration .btn:hover,
.profile-edit .btn:hover,
.remind .btn:hover,
.reset .btn:hover,
.search #searchForm .btn:hover,
.finder #searchForm .btn:hover,
.search #search-form .btn:hover,
.finder #search-form .btn:hover {
  background: rgb(var(--rpp-color-accent2));
  color: rgb(var(--rpp-white));
  border-color: rgb(var(--rpp-color-accent2));
  box-shadow: none;
}
.btn.active,
.btn:active,
.btn:focus {
  box-shadow: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select[multiple],
select[size],
select,
select,
input[type="file"],
.uneditable-input,
#comments-form input,
#comments-report-form input,
#comments-form textarea,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
  border: 1px solid var(--rpp-border-color);
  padding: 0 1rem;
  font-size: 1rem;
  border-radius: 0;
  line-height: 1.5;
  background: rgb(var(--rpp-white));
  box-sizing: border-box;
  height: 2.5rem;
  margin: 0;
  font-family: var(--rpp-font);
  color: var(--rpp-body-color);
  box-shadow: none;
}
select,
.formResponsive input,
.formResponsive textarea,
.formResponsive select {
  width: 100%;
}
textarea,
#comments-form textarea,
.formResponsive textarea {
  height: 70px;
  padding: 0.5rem 1rem;
}
#comments-form input.selected,
#comments-report-form input.selected,
#comments-form textarea.selected {
  box-shadow: rgba(var(--rpp-color-accent1), 0.5);
  border-color: rgb(var(--rpp-color-accent1));
  background: var(--rpp-input-color) !important;
  color: var(--rpp-body-color);
}
/* .btn-success,.hikabtn{
	background:var(--rpp-blue);
	color:rgb(var(--rpp-white))
}
.btn-success:hover,.hikabtn:hover{
	background:var(--rpp-blue-hover);
	color:rgb(var(--rpp-white))
} */
.btn-dark {
  background: var(--rpp-dark2);
  color: rgb(var(--rpp-white));
}
.btn-dark:hover {
  background: var(--rpp-dark);
}
.btn-outline-secondary,
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary.vex-last,
#member-profile a.btn {
  background: none;
  border-color: var(--rpp-secondary);
  color: var(--rpp-secondary);
}
.btn-outline-secondary:hover,
.vex.vex-theme-default
  .vex-dialog-button.vex-dialog-button-primary.vex-last:hover,
#member-profile a.btn:hover {
  background: var(--rpp-secondary);
  color: rgb(var(--rpp-white));
}
.btn .far,
.btn .fab {
  margin-left: 0.5rem;
}
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary.vex-first,
.btn.btn-primary {
  background: rgb(var(--rpp-color-accent1));
  color: rgb(var(--rpp-white));
}
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary.vex-first,
.btn.btn-primary:hover {
  background: var(--rpp-dark3);
  color: rgb(var(--rpp-white));
  border-color: var(--rpp-dark3);
}
.vex.vex-theme-default .vex-dialog-button {
  letter-spacing: 0;
  font-family: var(--rpp-font) !important;
  letter-spacing: 0 !important;
}
p.readmore .btn {
  background: var(--rpp-blue);
}
p.readmore .btn:hover {
  background: var(--rpp-blue-hover);
}
.whatsapp.btn {
  background: #eef7ee; /*TO DO: رنگبندی سفارشی*/
  color: #4caf50; /*TO DO: رنگبندی سفارشی*/
}
.whatsapp.btn:hover {
  background: #4caf50; /*TO DO: رنگبندی سفارشی*/
  color: #fff; /*TO DO: رنگبندی سفارشی*/
}
.telegram.btn {
  background: #e7f5fc; /*TO DO: رنگبندی سفارشی*/
  color: #039be5; /*TO DO: رنگبندی سفارشی*/
}
.telegram.btn:hover {
  background: #039be5; /*TO DO: رنگبندی سفارشی*/
  color: #fff; /*TO DO: رنگبندی سفارشی*/
}
.instagram.btn {
  background: linear-gradient(
    315deg,
    #fa697c 0%,
    #fa9f6f 100%
  ); /*TO DO: رنگبندی سفارشی*/
}
.instagram.btn:hover {
  background: linear-gradient(
    -315deg,
    #fa697c 0%,
    #fa9f6f 100%
  ); /*TO DO: رنگبندی سفارشی*/
}
.readmore .btn .fa {
  display: none;
}
/*************************************
*
* Radio and checkbox Style
*
*************************************/
.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none !important;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.75rem 0 0;
  position: relative;
  border: 1px solid var(--rpp-border-color);
  float: left;
  background: var(--rpp-input-color);
  border-radius: 0.25rem;
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="checkbox"]:before,
input[type="radio"]:before {
  content: " ";
  font-family: "Font Awesome 5 Pro";
  background: none;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  color: rgb(var(--rpp-white));
  line-height: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  text-align: center;
}
input[type="radio"]:before {
  content: " ";
  border-radius: 50%;
  background: var(--rpp-input-color);
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  content: "\f00c";
  background-color: rgb(var(--rpp-color-accent1));
  border-color: rgb(var(--rpp-color-accent1));
}
input[type="radio"]:checked:before {
  content: " ";
  background-color: rgb(var(--rpp-white));
  border-color: rgb(var(--rpp-color-accent1));
  border: 5px solid rgb(var(--rpp-color-accent1));
}
body .formResponsive input[type="radio"],
body .formResponsive input[type="checkbox"] {
  padding: 0;
}
body.dir-rtl .radio,
body.dir-rtl .checkbox {
  padding-left: 0;
  padding-right: 0;
}
body.dir-rtl .component-content fieldset.only label,
body.dir-rtl .component-content fieldset.phrases label {
  margin: 0 0 0 0.75rem;
}
body.dir-rtl input[type="checkbox"],
body.dir-rtl input[type="radio"] {
  margin-right: 0;
  margin-left: 0.75rem;
  float: right;
}
/*************************************
*
* RTL Form
*
*************************************/
body.dir-rtl .formResponsive .formRow [class*="formSpan"] {
  float: right;
  margin-right: 2.127659574468085%;
  margin-left: 0;
}
body.dir-rtl .formResponsive .formRow [class*="formSpan"]:first-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .formResponsive .formHorizontal input[type="checkbox"],
  .formResponsive .formHorizontal input[type="radio"] {
    border: none !important;
  }
  .formResponsive .formHorizontal .formControlLabel,
  .form-horizontal .control-label {
    float: none;
    margin: 0;
  }
  body.dir-rtl .formResponsive .formRow [class*="formSpan"] {
    margin-right: 0;
  }
}
/*************************************
*
* Padding & margin
*
*************************************/
.g-content,
.moduletable,
.widget,
#g-footer .g-content {
  margin: 0.5rem;
  padding: 0;
}
.moduletable[class*="box"],
.widget[class*="box"],
.g-content-array .g-content,
.g-logo,
#g-offcanvas .g-content,
.g-content-array,
.g-flushed .platform-content,
.platform-content,
#g-footer .g-content-array .g-content {
  margin: 0;
  padding: 0;
}
#g-header .g-content {
  margin: 0;
}
.rpp-nav,
.rpp-copyright,
.rpp-menu {
  margin: auto 0;
}
#g-top .g-container > .g-grid,
#g-navigation .g-container > .g-grid,
#g-header .g-container > .g-grid {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.g-content-array .g-array-item-details,
.g-content-array .g-array-item-text,
.g-content-array .g-array-item-read-more {
  margin: 0;
}
.view-product.layout-show .rpp-main .g-content > .platform-content {
  background: none;
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
ul {
  margin: 0 0 0 1.5rem;
}
.dir-rtl ul {
  margin-left: 0;
  margin-right: 1.5rem;
}
.morecontent {
  display: none;
}
.morelink {
  margin-bottom: 0.75rem;
}
.contact-page .item-page,
.contact-page .moduletable.form-frm {
  min-height: 29rem;
}
#g-bottom {
  margin-top: 1rem;
}
.moduletable.google-map {
  line-height: 0;
}
.rpp-home #g-features,
.rpp-home #g-above {
  padding: 2.5rem 0;
}
.rpp-home #g-above {
  padding-bottom: 6rem;
}
.rpp-home .moduletable {
  text-align: center;
}
body p {
  margin: 0.5rem 0;
}
@media screen and (max-width: 979px) {
  .g-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #g-top .g-container > .g-grid,
  #g-navigation .g-container > .g-grid,
  #g-header .g-container > .g-grid,
  .g-content,
  .moduletable,
  .widget,
  .rpp-home .g-content,
  #g-bottom .g-content,
  #g-copyright .g-content {
    margin-right: 0;
    margin-left: 0;
  }
  .g-content,
  .moduletable,
  .widget,
  #g-footer .g-content,
  .rpp-home .g-content,
  #g-bottom .g-content,
  #g-copyright .g-content {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
/*************************************
*
* Background
*
*************************************/
#g-intro,
#g-utility,
#g-above,
#g-page-surround,
#g-testimonials,
#g-footer,
#g-expanded,
#g-header,
#g-header,
#g-features,
#g-mainbar,
#g-sidebar,
#g-aside,
#g-menu,
#g-navigation {
  padding: 0;
  color: inherit;
  background: none;
}
#g-top {
  background: #a7a9ac;
  line-height: 0;
  color: rgb(var(--rpp-white));
}
#g-navigation {
  background: rgb(var(--rpp-white));
}
#g-header {
  background: rgb(var(--rpp-white));
}
#g-copyright {
  background: rgb(var(--rpp-color-accent1));
  color: rgb(var(--rpp-white));
}
#g-footer {
  background: #bcbec0;
  color: #414042;
  font-size: 0.875rem;
  padding: 3rem 0;
  text-align: right;
}
.rpp-home #g-features,
.rpp-home #g-above {
  background: #f1f2f2;
}
.moduletable.bg-white,
.hikashop_module.bg-white,
.formResponsive.bg-white {
  background: rgb(var(--rpp-white));
}
.moduletable.rpp-shadow,
.hikashop_module.rpp-shadow,
.formResponsive.rpp-shadow {
  box-shadow: var(--rpp-larg-box-shadow);
}
.moduletable.rpp-rounded,
.hikashop_module.rpp-rounded,
.formResponsive.rpp-rounded {
  border-radius: var(--rpp-border-radius);
}
.moduletable.p-1rem {
  padding: 1rem;
}
.moduletable.rpp-shadow .hikashop_module {
  box-shadow: none;
}
#g-testimonials a,
#g-testimonials a:hover {
  color: inherit;
}
.rpp-menu {
  background: #414042;
  border-radius: 1rem;
}
@media screen and (max-width: 979px) {
  #g-header {
    padding: 0.5rem 0;
    margin-bottom: 0.75rem;
    z-index: 12;
    background: #a7a9ac;
    line-height: 0;
    color: rgb(var(--rpp-white));
  }
  .rpp-header {
    line-height: 0;
    text-align: left;
  }
  .rpp-header > .g-content {
    display: inline-block;
    box-sizing: border-box;
  }
  .rpp-header > .g-content > .platform-content {
    float: left;
    position: relative;
  }
  .rpp-header > .g-content > .platform-content:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 1rem 0;
    border-right: 1px solid rgb(var(--rpp-white));
  }
  .rpp-header > .g-content > .platform-content:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    float: right;
    width: calc(100% - 8rem);
  }
}
/*************************************
*
* Transition & Animation
*
*************************************/
a:active,
a:focus,
a:hover,
a:link,
a:visited,
.cart-button:hover,
.product-slider .hikashop_subcontainer {
  text-decoration: none;
  transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
  -o-transition: var(--rpp-transition);
  -ms-transition: var(--rpp-transition);
  -webkit-transition: var(--rpp-transition);
}
.animate-img .rpp-img,
.featured_listings_image,
.blog .item-image {
  overflow: hidden;
}
.animate-img .rpp-img img,
.featured_listings_image img,
.blog .item-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.animate-img .rpp-block:hover .rpp-img img,
.featured_listings:hover .featured_listings_image img,
.blog .item:hover .item-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/*************************************
*
* Titles
*
*************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  line-height: 2;
  font-weight: bold;
}
h1 {
  font-size: 1.7rem;
}
h2 {
  font-size: 1.4rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
.g-content-array .g-item-title,
.g-title,
h1,
legend,
.signinup form fieldset > p,
.signinup .g-title,
.formResponsive h2 {
  display: block;
  margin: 0 auto;
  color: #4d4d4d;
  font-weight: bold;
  border-bottom: 2px solid #808285;
  position: relative;
  margin: 0 auto 2.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0 0 0.5rem;
}
.g-content-array .g-item-title:after,
.g-title:after,
h1:after,
.signinup form fieldset > p:after,
.signinup .g-title:after,
.formResponsive h2:after {
  content: " ";
  width: 130px;
  border-bottom: 2px solid rgb(var(--rpp-color-accent1));
  position: absolute;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
}
.rpp-home .g-title,
.rpp-home .g-item-title {
  max-width: 380px;
}
.rpp-home .g-title:after {
  left: 0;
}
.contact-page h1 {
  font-size: 1.125rem;
}
.rpp-custom-text .custom,
.hikashop_product_description_main,
[itemprop="articleBody"],
.category-desc {
  text-align: justify;
  font-size: 0.875rem;
}
.rpp-after {
  margin: 1rem auto 0;
}

/*************************************
*
* Table
*
*************************************/
table {
  border: none;
  font-size: 0.75rem;
}
.table thead th,
th,
.table tbody tr td,
td,
.table th,
.table td {
  border: none;
  border-bottom: 1px solid var(--rpp-border-color);
  border-top: 0;
  line-height: 1.5rem;
  background: none !important;
  vertical-align: middle;
  text-align: inherit;
  padding: 1rem;
}
.table thead th,
th {
  background: var(--rpp-border-color) !important;
  font-weight: 500;
  color: var(--rpp-body-color);
  font-size: 0.875rem;
}
.table thead th *,
th *,
td {
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.table tbody tr td,
td {
  font-size: 0.813rem;
  font-weight: 400;
  color: var(--rpp-gray);
}
@media screen and (max-width: 979px) {
  .table tbody tr td,
  td {
    font-size: 0.75rem;
  }
  .table thead th,
  th,
  .table tbody tr td,
  td,
  .table th,
  .table td {
    padding: 0.5rem;
  }
}
/*************************************
*
* Joom menu
*
*************************************/
.moduletable .nav.menu,
.moduletable .mostread,
.moduletable .latestnews,
.moduletable .archive-module,
.moduletable .relateditems,
.moduletable .categories-module,
.moduletable .category-module,
.moduletable .latestusers,
.moduletable .unstyled {
  padding: 0;
  margin: 0;
  border: none;
}
/****************************************
*
*  OWL Carusal
*
*****************************************/
.owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 2.25rem;
  height: 4.5rem;
  line-height: 4.5rem;
  background: rgba(var(--rpp-white), 0.7);
  color: rgb(var(--rpp-color-accent1));
  text-align: center;
  position: absolute;
  top: 50%;
  margin: -2.25rem 0 0;
  border-radius: 0;
  font-size: 50px !important;
  opacity: 1;
  font-weight: 100;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: rgb(var(--rpp-color-accent1));
  color: rgb(var(--rpp-white));
}
.owl-carousel .owl-nav .owl-prev {
  right: 0;
}
.owl-carousel .owl-nav .owl-next {
  left: 0;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
}
.owl-carousel .owl-nav .owl-next:before {
  content: "\f104";
}
/*************************************
*
* Column
*
*************************************/
.moduletable.column .module-content {
  margin: -0.813rem;
}
.categories-list.column,
.column ul,
.bannergroup.column,
.moduletable.column .category-module {
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}
.categories-list.column > div,
.moduletable.column li,
.footer-menu .column ul li,
.bannergroup.column > .banneritem {
  box-sizing: border-box;
  padding: 0.813rem;
  border: none;
  margin: 0;
}
.moduletable.cols-2 ul > li,
.footer-menu .cols-2 ul li {
  width: calc(100% / 2);
  flex: 0 calc(100% / 2);
}
.moduletable.cols-3 ul > li {
  width: calc(100% / 3);
  flex: 0 calc(100% / 3);
}
.moduletable.cols-4 ul > li {
  width: calc(100% / 4);
  flex: 0 calc(100% / 4);
}
.moduletable.cols-5 ul > li {
  width: calc(100% / 5);
  flex: 0 calc(100% / 5);
}
.moduletable.cols-6 ul > li {
  width: calc(100% / 6);
  flex: 0 calc(100% / 6);
}
.moduletable.cols-7 ul > li {
  width: calc(100% / 7);
  flex: 0 calc(100% / 7);
}
.moduletable.cols-8 ul > li {
  width: calc(100% / 8);
  flex: 0 calc(100% / 8);
}

@media only all and (max-width: 979px) {
  .categories-list.column > div,
  .moduletable.column li,
  .footer-menu .column ul li,
  .bannergroup.column > .banneritem {
    width: 100% !important;
    flex: 0 100% !important;
    float: none;
  }
}
/*************************************
*
* Nav tab
*
*************************************/
.nav-tabs > li > a,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  padding: 0;
  margin: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: inherit;
  border-radius: 0;
  color: inherit;
}
.nav-tabs > li {
  margin: 0;
}
/*************************************
*
* Top Phone
*
*************************************/
.moduletable.top-phone {
  text-align: left;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 2px;
}
.moduletable.top-phone a {
  color: inherit;
}
.moduletable.top-phone a .far {
  margin-right: 0.625rem;
  font-size: 1rem;
  line-height: inherit;
}
.moduletable.top-phone a:hover {
  color: rgba(var(--rpp-color-accent1)) !important;
}
@media screen and (max-width: 979px) {
  #g-navigation {
    padding: 0.5rem 0;
  }
  .rpp-nav.nav-b {
    width: auto;
    position: absolute;
    left: 1rem;
    top: 0;
    padding: 0.5rem 0;
  }
}
/*************************************
*
* Top menu
*
*************************************/
.moduletable.top-menu ul {
  margin: 0;
  list-style: none;
  font-size: 0.875rem;
}
.moduletable.top-menu ul li {
  display: inline-block;
  margin-left: 1rem;
}
.moduletable.top-menu ul li a {
  color: var(--rpp-body-color);
}
.moduletable.top-menu ul li:hover a,
.moduletable.top-menu ul li.active a {
  color: rgba(var(--rpp-color-accent1));
}
@media screen and (max-width: 979px) {
}
/*************************************
*
* Logo Block
*
*************************************/
.g-logo.g-logo-helium img,
.g-logo.g-logo-helium svg {
  max-height: 78px;
  margin: 0;
}
@media screen and (max-width: 979px) {
  .g-logo.g-logo-helium img,
  .g-logo.g-logo-helium svg {
    margin: 0 auto;
  }
}

/*************************************
*
* Search Block
*
*************************************/
.moduletable.search {
}
.form-search > .finder {
  border-bottom: 1px solid #6d6e71;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.search .search-query {
  padding: 0;
  font-size: 0.75rem;
  background: none;
  width: calc(100% - 1.875rem);
  border: none;
  height: 1.875rem;
  float: right;
}
.search .search-query:hover,
.search .search-query:focus {
  box-shadow: none;
}
.search .btn {
  display: block;
}
.search .finder .btn.search,
.search button.button {
  background: none !important;
  padding: 0;
  border: none;
  overflow: hidden;
  float: right;
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  float: left;
  color: rgb(var(--rpp-color-accent1)) !important;
}
.search .finder .btn.search:before,
.search button.button:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  display: block;
}
.mod-rppfinderpro-search .rpp_searchparts_exit {
  background: var(--rpp-red);
  color: rgb(var(--rpp-white));
  text-indent: 0;
  left: 0;
  top: 0;
  border-color: var(--rpp-red);
  text-align: center;
  font-size: 0.875rem;
  border-radius: 0;
  width: 3rem;
  height: 3rem;
  padding: 0;
  line-height: 3rem;
}
.mod-rppfinderpro-search .rpp_searchparts {
  background: rgb(var(--rpp-white));
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 22rem;
  max-height: 22rem;
  border: 1px solid var(--rpp-border-color);
  padding: 1rem 0;
  top: 3rem;
}
.mod-rppfinderpro-search .rpp_searchparts.leftpos {
  left: 0;
}
.mod-rppfinderpro-search .rpp_searchparts .rpp_searchpart {
  padding: 0 1rem;
  border-left: 1px solid var(--rpp-border-color);
  width: calc(100% / 3);
  float: right;
}
.mod-rppfinderpro-search .rpp_searchparts .rpp_searchpart_title {
  display: block;
  margin: 0 auto 1rem;
  border-bottom: 1px solid var(--rpp-border-color);
  color: var(--rpp-body-color);
  background: none;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  line-height: 2rem;
}
.mod-rppfinderpro-search .rpp_searchparts .rpp_searchpart_title:after {
  display: none;
}
.mod-rppfinderpro-search .rpp_searchparts .rpp_searchpart_title span {
  background: none;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  display: block;
}
.mod-rppfinderpro-search .rpp_searchparts .rpp_searchpart_body {
  margin: 1rem 0;
  display: inline-block;
  width: 100%;
}
.mod-rppfinderpro-search
  .rpp_searchparts
  .rpp_searchpart_body
  .rpp_search_item {
  font-size: 0.875rem;
  line-height: 1.4rem;
  color: var(--rpp-body-color);
  min-height: 4rem;
  margin: 0 0 1rem;
  clear: both;
  text-align: right;
}
.thumbnail {
  border-color: var(--rpp-border-color);
  border-radius: 0;
}
.mod-rppfinderpro-search
  .rpp_searchparts
  .rpp_searchpart_body
  .rpp_search_item_image {
  float: right;
  margin-left: 0.75rem;
}
.mod-rppfinderpro-search
  .rpp_searchparts
  .rpp_searchpart_body
  .rpp_search_item
  a {
  color: inherit;
}
.mod-rppfinderpro-search
  .rpp_searchparts
  .rpp_searchpart_body
  .rpp_search_item_more {
  text-align: center;
}
@media screen and (max-width: 979px) {
  .activeSearch #g-header {
    z-index: 100002;
  }
  .moduletable.search {
    padding-right: 0;
    border-right: none;
    margin: 0;
  }
  .mod-rppfinderpro-search .rpp_searchparts .rpp_searchpart {
    width: 100%;
    padding: 1rem;
  }
  .mod-rppfinderpro-search .rpp_searchparts {
    padding: 0;
    border: none;
  }
  .form-search > .finder {
    border: none;
    margin: 0.5rem 0;
  }
  .search .search-query,
  .search .finder .btn.search,
  .search button.button {
    background: rgb(var(--rpp-white)) !important;
    color: #000 !important;
    height: 2rem;
    line-height: 2rem;
  }
  .search .search-query {
    width: calc(100% - 2rem);
    padding: 0 0.5rem;
  }
}
/*************************************
*
* Cart shopping & Login btn
*
*************************************/
.rpp-nav.rpp-left {
  line-height: 0;
  text-align: left;
}
.rpp-nav.rpp-left > .g-content {
  display: inline-block;
  box-sizing: border-box;
}
.rpp-nav.rpp-left > .g-content > .platform-content {
  float: left;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid var(--rpp-border-color);
}
.rpp-nav.rpp-left > .g-content > .platform-content:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.cart-button,
.user-menu .rpp-open {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.875rem;
  height: 1.875rem;
  min-width: 2rem;
  text-align: center;
  display: inline-block;
  color: rgba(var(--rpp-color-accent1));
  transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
  -o-transition: var(--rpp-transition);
  -ms-transition: var(--rpp-transition);
  -webkit-transition: var(--rpp-transition);
  cursor: pointer;
}
.cart-button:before,
.user-menu .rpp-open .far {
  line-height: inherit;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.25rem;
}
.user-menu .rpp-open:before {
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.5rem;
}
.cart-button .cart-title {
  font-size: 0.75rem;
  display: none;
}
.cart-button {
  position: relative;
}
.cart-button:hover,
.user-menu .rpp-open:hover {
  color: #000;
}
.cart-total {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  background: rgba(var(--rpp-color-accent1));
  color: rgb(var(--rpp-white));
  position: absolute;
  top: -0.25rem;
  right: 0;
  border-radius: 1rem;
  font-size: 1rem;
}
.moduletable.ajax-cart.active {
  position: relative;
}
.user-menu .rpp-open > span {
  margin-right: 0.5rem;
}
#hikashop_cart_module div.hikashop_cart_dropdown_content,
.moduletable.ajax-cart.active .rpp-empty {
  box-shadow: var(--rpp-larg-box-shadow2);
  color: var(--rpp-dark);
  border-radius: 0.25rem;
  background: rgb(var(--rpp-white));
  border: none;
  padding: 1rem;
  width: 22rem;
  left: 0;
  top: 65px;
  display: block;
  visibility: visible;
  text-align: right;
  position: absolute;
}
.moduletable.ajax-cart.active .rpp-empty {
  text-align: center;
  padding: 2rem 0;
}
#hikashop_cart_module div.hikashop_cart_dropdown_content {
  top: 1rem;
}
.ajax-cart.active .rpp-empty .rpp-text {
  color: var(--rpp-body-color);
  margin: 0 0 0.25rem;
  display: block;
  line-height: 1.5rem;
  font-weight: bold;
  font-size: 0.875rem;
}
.ajax-cart.active .rpp-empty .rpp-text .far {
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  color: var(--rpp-gray-light);
  font-size: 4rem;
  display: block;
  font-weight: 300;
  margin: 0 auto 0.75rem;
  overflow: hidden;
  background-size: 6.25rem;
}
.ajax-cart.active .rpp-empty .sub-text {
  color: var(--rpp-gray-light2);
  display: block;
  line-height: 2rem;
}
.hikashop_cart table {
  border: none;
}
#hikashop_cart_module .hikashop_cart thead th {
  display: none;
}
#hikashop_cart_module .hikashop_cart table,
#hikashop_cart_module .hikashop_cart tbody,
#hikashop_cart_module .hikashop_cart tr,
#hikashop_cart_module .hikashop_cart td,
#hikashop_cart_module .hikashop_cart tfoot {
  display: block;
}
#hikashop_cart_module .hikashop_cart td {
  float: right;
  line-height: 2rem;
  padding: 0;
  border: none;
}
#hikashop_cart_module .hikashop_cart tr {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid var(--rpp-border-color);
}
#hikashop_cart_module .hikashop_cart_module_product_name_value {
  font-weight: bold;
  color: var(--rpp-dark);
}
#hikashop_cart_module .hikashop_cart_module_product_name_value a {
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.25rem;
  display: block;
  max-width: 10rem;
}
#hikashop_cart_module .hikashop_cart_module_product_name_value a:hover {
  color: var(--rpp-light);
}
#hikashop_cart_module .hikashop_cart_module_product_delete_value {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  color: var(--rpp-light);
}
#hikashop_cart_module .hikashop_cart_module_product_image {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
#hikashop_cart_module .hikashop_cart tfoot tr {
  background: rgba(var(--rpp-color-accent1), 0.1);
  color: rgba(var(--rpp-color-accent1));
  font-weight: bold;
  padding: 1rem;
  margin: 0 0 1.5rem;
}
#hikashop_cart_module .hikashop_cart tfoot tr td {
  font-weight: bold;
  font-size: 0.875rem;
  border: none;
}
#hikashop_cart_module .hikashop_cart .hikashop_cart_module_product_total_value {
  float: left;
}
#hikashop_cart_module .hikabtn {
  width: 100%;
  margin: 1rem 0 0;
  color: rgb(var(--rpp-white)) !important;
}
.ajax-cart
  #hikashop_cart_module
  .hikashop_cart
  td.hikashop_cart_module_product_quantity_value {
  float: left;
  margin: 0 0 0 2rem;
  line-height: 2rem;
}
.ajax-cart input.hikashop_product_quantity_field {
  box-shadow: var(--rpp-small-box-shadow);
  border: 1px solid var(--rpp-border-color);
}
.ajax-cart .hikashop_product_price_full {
  line-height: inherit;
}
.hikashop_cart_module_product_delete_value a {
  color: var(--rpp-red) !important;
}
@media screen and (max-width: 979px) {
  /**cart**/
  .openCart #g-navigation {
    z-index: 100002;
  }
  .moduletable.ajax-cart .sb-content {
    max-height: calc(100% - 50px) !important;
  }
  .moduletable.ajax-cart.active .hikashop_cart_title:before {
    right: 1rem;
  }
  .hikashop_cart table {
    display: block;
    overflow: auto;
  }
  .moduletable.ajax-cart .hikashop_cart_dropdown_container table td {
    opacity: 1;
    line-height: 1.5rem;
  }
  .moduletable.ajax-cart
    .hikashop_cart_dropdown_container
    table
    .hikashop_cart_module_product_image {
    position: relative;
    right: auto;
  }
  .moduletable.ajax-cart.active .hikashop_cart_dropdown_container {
    display: block !important;
  }
  .moduletable.rpp-products-title {
    border: none;
  }
  .moduletable.rpp-products-title .rpp-products {
    top: auto;
  }

  .moduletable.ajax-cart .hikashop_cart_value .hikashop_product_price_full {
    line-height: 1.5rem;
    font-size: 0.75rem;
    color: var(--rpp-gray-light2);
  }
  .cart-button,
  .user-menu .rpp-open {
    width: 3rem;
    padding: 0;
    min-width: auto;
    height: 3rem;
    line-height: 3rem;
    color: rgba(var(--rpp-color-accent1)) !important;
  }
  .cart-button .cart-title {
    display: none;
  }
  .cart-button:before,
  .user-menu .rpp-open:before {
    margin: 0;
    float: none;
    width: auto;
  }
  .user-menu .rpp-open .far {
    margin: 0;
  }
  .cart-total {
    top: 0.25rem;
  }
}
@media screen and (max-width: 424px) {
  #hikashop_cart_module div.hikashop_cart_dropdown_content,
  .moduletable.ajax-cart.active .rpp-empty {
    width: 18.75rem;
  }
}
/*************************************
*
* Main menu
*
*************************************/
#g-header a {
  color: inherit;
}
.g-main-nav ul,
#g-mobilemenu-container ul {
  margin: 0;
  text-align: center;
}
.g-main-nav .g-toplevel > li {
  box-sizing: border-box;
  text-align: center;
  line-height: inherit;
  margin: 0 4rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container,
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0;
  white-space: normal;
  overflow-wrap: unset;
  word-wrap: unset;
  word-break: unset;
  text-transform: uppercase;
  color: rgba(var(--rpp-white)) !important;
  line-height: 2.5rem;
  border-bottom: 2px solid transparent;
  transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
  -o-transition: var(--rpp-transition);
  -ms-transition: var(--rpp-transition);
  -webkit-transition: var(--rpp-transition);
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 0.875rem;
}
.g-main-nav .g-toplevel > li.active > .g-menu-item-container,
.g-main-nav .g-toplevel > li.g-selected > .g-menu-item-container {
  color: rgba(var(--rpp-white)) !important;
  border-bottom-color: rgba(var(--rpp-color-accent1));
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator,
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  width: auto;
  height: auto;
  line-height: inherit;
  opacity: 1;
  content: "\f107";
  padding: 0 0.5rem 0 0;
}
.g-main-nav .g-standard > .g-dropdown,
.g-main-nav .g-fullwidth > .g-dropdown {
  margin: 0;
  background: rgb(var(--rpp-white));
  border-radius: 0.25rem;
  box-shadow: 0 12px 35px rgb(160 178 200 / 15%);
}
.g-main-nav .g-standard .g-dropdown.g-dropdown-right {
  left: auto;
  right: 0;
}
.dir-rtl .g-main-nav .g-standard .g-dropdown {
  float: right;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-main-nav .g-toplevel > li {
    margin-left: 0.25rem;
  }
  .g-main-nav .g-toplevel > li > .g-menu-item-container,
  .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 0.875rem;
  }
}
@media only all and (min-width: 75rem) and (max-width: 99.99rem) {
  .g-main-nav .g-toplevel > li {
    margin-left: 1rem;
  }
}
/*************************************
*
* Mobile menu
*
*************************************/
.g-offcanvas-toggle {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: rgb(var(--rpp-white));
  border: 1px solid rgb(var(--rpp-white));
  background: none;
  border-radius: 0;
  font-size: 0.875rem;
  left: 1rem;
  top: 0.5rem;
}
.g-offcanvas-toggle:hover {
  background: var(--rpp-secondary);
  color: rgb(var(--rpp-white));
}
.g-offcanvas-right .g-offcanvas-toggle {
  left: inherit;
  right: 1rem;
}
/*************************************
*
* Mobile Main Menu
*
*************************************/
#g-page-surround {
  transform: none !important;
}
#g-offcanvas {
  z-index: 1000001;
  display: block;
  transition: var(--rpp-transition4);
  -webkit-transition: var(--rpp-transition4);
  -moz-transition: var(--rpp-transition4);
  -ms-transition: var(--rpp-transition4);
}
.g-offcanvas-open #g-offcanvas {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.dir-rtl.g-offcanvas-right #g-offcanvas {
  text-align: right;
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas,
.g-offcanvas-open .dir-ltr.g-offcanvas-left #g-offcanvas {
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
  right: 0;
}
.g-offcanvas-open body:before {
  content: " ";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  z-index: 9999;
}
#g-mobilemenu-container {
  margin: 0;
  padding: 0.5rem 0 0;
}
#g-mobilemenu-container .g-toplevel > li.g-parent {
  position: relative !important;
}
#g-mobilemenu-container .g-toplevel > li > a,
#g-offcanvas .moduletable .nav li > a,
#g-offcanvas .moduletable .nav.menu li > a {
  border-bottom: 1px solid var(--rpp-border-color);
}
#g-mobilemenu-container .g-sublevel li > a,
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  border-bottom: 0;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container,
#g-offcanvas .moduletable .nav li a,
#g-offcanvas .moduletable .nav.menu li a {
  padding: 0 1rem;
  line-height: 2.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  color: var(--rpp-body-color);
  display: block;
}
#g-offcanvas
  #g-mobilemenu-container
  ul.g-sublevel
  > li
  > .g-menu-item-container {
  padding-right: 4.375rem;
}
#g-offcanvas
  #g-mobilemenu-container
  ul
  > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active,
#g-offcanvas .moduletable .nav li.active,
#g-offcanvas .moduletable .nav.menu li.active,
#g-offcanvas
  #g-mobilemenu-container
  ul
  > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover,
#g-offcanvas #g-mobilemenu-container ul > li.g-selected,
#g-offcanvas
  #g-mobilemenu-container
  ul
  > li.g-menu-item-link-parent
  > .g-menu-item-container
  > .g-menu-parent-indicator:hover,
#g-mobilemenu-container
  .g-toplevel
  .g-dropdown
  .g-block:first-child
  .g-go-back {
  background: rgba(var(--rpp-color-accent1), 0.2);
}
#g-offcanvas
  #g-mobilemenu-container
  ul
  > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active
  > .g-menu-item-container,
#g-offcanvas
  #g-mobilemenu-container
  ul
  > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover
  > .g-menu-item-container,
#g-offcanvas .moduletable .nav li.active a,
#g-offcanvas .moduletable .nav.menu li.active a,
#g-offcanvas #g-mobilemenu-container ul > li.g-selected > a {
  color: rgb(var(--rpp-color-accent1));
}
#g-offcanvas
  #g-mobilemenu-container
  ul
  > li.g-menu-item-link-parent
  > .g-menu-item-container
  > .g-menu-parent-indicator,
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator,
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block .g-go-back {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  position: absolute;
  top: 0;
  margin: 0;
  right: auto;
  left: 0;
  font-size: 1.5rem;
  font-weight: normal;
}
#g-mobilemenu-container
  .g-toplevel
  .g-dropdown
  .g-block:first-child
  .g-go-back {
  display: inline-block;
  position: absolute !important;
  left: 0;
  top: 0;
}

#g-offcanvas
  #g-mobilemenu-container
  .g-toplevel
  .g-dropdown
  .g-block
  .g-go-back
  > .g-menu-item-container {
  padding: 0;
  line-height: inherit;
  color: rgb(var(--rpp-color-accent1));
}
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after,
.g-go-back a:before {
  content: "\f107";
  opacity: 1;
  width: 1rem;
  height: 1rem;
  color: var(--rpp-gray);
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  background: var(--rpp-gray-light3);
  font-size: 0.875rem;
  border-radius: 50%;
}
.g-go-back a:before {
  content: "\f106";
  opacity: 1;
  color: rgb(var(--rpp-color-accent1));
  background: rgba(var(--rpp-color-accent1), 0.2);
}
#g-mobilemenu-container .g-toplevel .g-dropdown {
  position: unset;
  left: auto;
  right: auto;
  z-index: 1;
  height: 0;
  display: none;
  -webkit-transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
  transition: var(--rpp-transition);
}
#g-mobilemenu-container .g-toplevel li.g-selected > .g-dropdown.g-active {
  height: 100%;
  display: block;
}
#g-mobilemenu-container
  .g-toplevel.g-slide-out
  > .g-menu-item
  > .g-menu-item-container,
#g-mobilemenu-container
  .g-toplevel.g-slide-out
  > .g-go-back
  > .g-menu-item-container,
#g-mobilemenu-container
  .g-sublevel.g-slide-out
  > .g-menu-item
  > .g-menu-item-container,
#g-mobilemenu-container
  .g-sublevel.g-slide-out
  > .g-go-back
  > .g-menu-item-container,
#g-mobilemenu-container .g-toplevel .g-dropdown,
#g-mobilemenu-container .g-toplevel .g-dropdown.g-active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#g-mobilemenu-container .g-sublevel {
  height: 100% !important;
}
.mobile-logo {
  padding: 1rem;
  border-bottom: 1px solid var(--rpp-border-color);
}
@media only all and (max-width: 979px) {
  .mobile-menu-logo {
    padding: 1rem;
  }
  .mobile-menu-logo .g-logo.g-logo-helium img,
  .mobile-menu-logo .g-logo.g-logo-helium svg {
    max-height: 4.375rem;
    max-width: 13.125rem;
  }
}

/*************************************
*
* Contact Time
*
*************************************/
.moduletable.rpp-footer-info {
  line-height: 0;
}
.moduletable.rpp-footer-info .custom {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.5;
}
.rpp-footer-info .rpp-right {
  float: right;
  color: rgb(var(--rpp-color-accent1));
}
.rpp-footer-info .rpp-left {
  float: left;
}
.rpp-footer-info a {
  color: inherit;
}
.rpp-footer-info a:hover {
  color: rgb(var(--rpp-white));
}
.rpp-footer-info a .far {
  margin-right: 0.5rem;
  color: rgb(var(--rpp-color-accent1));
}
@media screen and (max-width: 767px) {
  .rpp-footer-info .rpp-right {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .rpp-footer-info .rpp-left,
  .rpp-footer-info {
    text-align: center;
    float: none;
  }
  .rpp-footer-info .rpp-left {
    margin: 0.25rem 0;
  }
}
/*************************************
*
* Services
*
*************************************/
.moduletable.rpp-services {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2;
}
.rpp-services .far {
  font-size: 2rem;
  margin-left: 1rem;
  color: rgb(var(--rpp-color-accent1));
  float: right;
  font-weight: 300;
}
.rpp-services span {
  line-height: inherit;
}
.rpp-services .rpp-content {
  display: inline-block;
  margin: 1rem 0;
}
.rpp-services a {
  color: inherit;
}
.rpp-services a:hover {
  color: rgb(var(--rpp-color-accent1));
}
@media screen and (max-width: 979px) {
  .moduletable.rpp-services {
    padding-left: 0;
  }
}
/****************************************
*
* Social Media
*
*****************************************/
.g-social {
  line-height: 0;
}
.g-social a {
  padding: 0;
  display: inline-block;
  line-height: 1.25rem;
  margin-left: 1.25rem;
  font-size: 1.063rem;
  color: rgb(var(--rpp-white));
}
/*************************************
*
* Footer & Copyright
*
*************************************/
#g-footer,
#g-copyright {
  font-size: 0.875rem;
  line-height: 2;
}
#g-footer a,
#g-copyright a {
  color: inherit;
}
#g-footer a:hover {
  color: rgb(var(--rpp-color-accent1));
}
#g-copyright a:hover {
  color: rgb(var(--rpp-white), 0.3);
}
#g-footer p,
#g-copyright p,
#g-footer li,
#g-copyright li {
  margin: 0;
}
#g-footer .moduletable {
  text-align: unset;
}
#g-footer .g-content-array .g-item-title,
#g-footer .g-title {
  min-width: 70%;
  margin: 0 0 20px;
  padding: 0;
  text-align: unset;
}
#g-footer .g-content-array .g-item-title:after,
#g-footer .g-title:after {
  width: 50%;
  margin: 0;
  left: 0;
  right: auto;
}
#g-footer ul {
  margin: 0;
  list-style: none;
  display: block;
}
#g-footer ul li {
  padding-right: 1.25rem;
  position: relative;
}
#g-footer ul li:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  color: rgb(var(--rpp-white));
  position: absolute;
  right: 0;
  top: 0;
}
#g-footer .btn {
  color: rgb(var(--rpp-white));
  line-height: 3rem;
}
#g-copyright p {
  margin: 0;
}
.g-social .fa {
  font-family: FontAwesome;
  font-weight: 400;
}
.footer-social .g-social {
  text-align: left;
}
.moduletable.footer-nemad {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 0;
  height: 2.5rem;
  border: 2px solid rgba(var(--rpp-white), 0.1);
  border-radius: 2rem;
  padding: 0 1rem;
}
#g-footer .footer-nemad .g-title {
  font-size: 0.8rem;
  line-height: 2.25rem;
  margin: 0;
  float: right;
}
.moduletable.footer-nemad .custom {
  float: left;
  margin: -1.25rem 0 0;
}
.rpp-footer.footer-logo {
  /*margin:auto 0*/
}
.rpp-footer .g-logo.g-logo-helium img,
.rpp-footer .g-logo.g-logo-helium svg {
  max-height: 58px;
}
.footer-social {
  margin: -8.75rem 0 0;
}
.footer-social .g-social {
  border-top: 2px solid rgb(var(--rpp-color-accent1));
  padding: 10px 0 0;
  display: inline-block;
  position: relative;
  min-width: 170px;
  text-align: Center;
}
.footer-social .g-social:after {
  content: " ";
  position: absolute;
  right: 0;
  top: -2px;
  border-bottom: 2px solid rgb(var(--rpp-white));
  width: 50%;
}
#g-footer .footer-social .g-social a {
  margin: 0 0.5rem;
  color: rgb(var(--rpp-color-accent1));
}
#g-footer .footer-social .g-social a:hover {
  color: rgb(var(--rpp-color-accent2));
}
.rpp-to-top.rpp-footer {
  position: relative;
}
#g-footer .g-totop {
  padding: 0;
  position: absolute;
  left: 0;
}
#g-totop {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  background: #414042;
  color: rgb(var(--rpp-white)) !important;
  text-align: center;
  display: inline-block;
  font-size: 2.5rem;
}
#g-totop .fa {
  font-weight: 300;
}
#g-totop:hover {
  background: rgb(var(--rpp-color-accent1));
}
@media screen and (max-width: 767px) {
  .footer-social .g-social,
  .moduletable.footer-nemad {
    text-align: center;
  }
}
@media screen and (max-width: 979px) {
  .rpp-footer {
    margin: 1rem 0;
  }

  .footer-social,
  #g-footer .footer-social .g-content {
    margin: 0;
  }
  #g-copyright {
    padding-bottom: 4.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  body .rpp-footer {
    flex: 0 50%;
    width: 50%;
  }
}
/*************************************
*
* Breadcrumb
*
*************************************/
.moduletable .breadcrumb,
.rpp-bradcrumbs ul {
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  list-style: none;
}
.rpp-bradcrumbs ul li {
  display: inline-block;
}
.moduletable .breadcrumb span.divider {
  position: relative;
  vertical-align: top;
  width: auto;
  height: auto;
  line-height: 1.5;
  margin-left: 0.5rem;
  padding: 0;
  margin: 0 0.25rem;
}
.moduletable .breadcrumb span.divider.icon-location,
.rpphikaproductcat li:first-child:before {
  margin: 0 0 0 0.5rem;
}
.moduletable .breadcrumb span.divider:before,
.rpphikaproductcat li:after,
.rpphikaproductcat li:first-child:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  position: unset;
}
.rpphikaproductcat li:after {
  float: left;
  margin: 0 0.25rem;
}
.moduletable .breadcrumb span.divider.icon-location:before,
.rpphikaproductcat li:first-child:before {
  content: "\f015";
}
.breadcrumb > .active,
.breadcrumb > li > .divider {
  color: inherit;
}
.rpphikaproductcat li:last-child:after {
  display: none;
}
/*************************************
*
* Welcome
*
*************************************/
.moduletable.rpp-welcome .title {
  color: inherit;
  font-weight: bold;
  line-height: 3;
  font-size: 1rem;
  display: inline-block;
}
.moduletable.rpp-welcome .hikawelcom {
  margin: 0;
  list-style: none;
  float: left;
}
.moduletable.user-menu {
  position: relative;
}
.user-menu .hikawelcom {
  background: rgb(var(--rpp-white));
  box-shadow: var(--rpp-larg-box-shadow);
  border-radius: 0.5rem;
  font-size: 0.75rem;
  line-height: 2rem;
  text-align: right;
  padding: 1rem;
  width: 12.5rem;
  position: absolute;
  left: 0;
  top: 3rem;
  display: none;
  transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
  -o-transition: var(--rpp-transition);
  -ms-transition: var(--rpp-transition);
  -webkit-transition: var(--rpp-transition);
}
.user-menu.active .hikawelcom {
  display: block;
}
.user-menu .hikawelcom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-menu .hikawelcom ul li {
  margin: 0 -1rem;
}
.user-menu .hikawelcom ul li a {
  padding: 0.25rem 1rem;
  display: block;
  color: inherit;
  border-top: 1px solid var(--rpp-border-color);
}
.user-menu .hikawelcom ul li:hover a {
  background: var(--rpp-border-color);
}
.user-menu .hikawelcom .far {
  font-size: 1rem;
  margin-left: 0.5rem;
  font-weight: 300;
  line-height: inherit;
}
.moduletable.welcome-sidebar {
  padding: 1rem;
  border-radius: 0.25rem 0.25rem 0 0;
  color: var(--rpp-body-color);
  font-size: 0.875rem;
  z-index: 1;
  position: relative;
  border-bottom: 1px solid var(--rpp-border-color);
}
.welcome-sidebar .hikawelcom .title {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 3rem;
  font-weight: 500;
  position: relative;
  font-size: 1rem;
}
.welcome-sidebar .hikawelcom .title .far {
  font-size: 3rem;
  font-weight: 200;
  color: var(--rpp-gray-light2);
  margin-left: 0.5rem;
  float: right;
  position: relative;
}
.welcome-sidebar .hikawelcom ul {
  margin: 0 1.5rem 0 0;
  border-right: 1px solid var(--rpp-gray-light2);
  list-style: none;
}
.welcome-sidebar a {
  color: inherit;
  display: block;
  position: relative;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}
.welcome-sidebar a:before {
  content: " ";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: var(--rpp-gray-light2);
  position: absolute;
  right: -0.25rem;
  top: 50%;
  margin: -0.25rem 0 0;
}
/*************************************
*
* Filters
*
*************************************/
.sidebar-filters .hikashop_filter_module {
  box-shadow: var(--rpp-larg-box-shadow);
}
.hikashop_filter_module .hikashop_filter_main {
  border-bottom: 1px solid var(--rpp-border-color);
  position: relative;
}
.hikashop_filter_module .filter_values_container {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  display: inline-block;
}
.sidebar-filters .noUi-target {
  display: none;
}
.hikashop_filter_module .hikashop_filter_main,
.sidebar-filters .hikashop_filter_module [class*="hikashop_reset_button_"] {
  width: 100% !important;
  float: none !important;
  min-height: auto !important;
}
.hikashop_filter_module .hikashop_filter_title {
  color: var(--rpp-body-color);
  padding: 1rem;
  padding-left: 0;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
}
/* .sidebar-filters .hikashop_filter_module .hikashop_filter_title:after {
    content: "\f107";
    font-family:'Font Awesome 5 Pro';
    background: var(--rpp-gray-light3);
    color:var(--rpp-gray-light2);
	transition: var(--rpp-transition);
    -moz-transition: var(--rpp-transition);
    -o-transition: var(--rpp-transition);
    -ms-transition: var(--rpp-transition);
    -webkit-transition: var(--rpp-transition);
	    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    float: left;
	position:absolute;
	left:1rem
}
.sidebar-filters .hikashop_filter_module .active .hikashop_filter_title:after,.sidebar-filters .hikashop_filter_module .filter_active .hikashop_filter_title:after {
   background: rgba(var(--rpp-color-accent1) , 0.2);
    color: rgba(var(--rpp-color-accent1));
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} */
.hikashop_filter_module .hikashop_filter_checkbox label {
  font-size: 0.875rem;
  line-height: 1.2;
  color: var(--rpp-body-color);
  margin: 0 0 0.75rem;
}
.hikashop_filter_module .hikashop_filter_checkbox label + a {
  float: left;
  margin: -24px 0 0;
}
.hikashop_filter_module .filter_active {
  border-bottom: 1px solid var(--rpp-border-color);
}
.sidebar-filters .hikashop_filter_module .active .filter_values_container,
.hikashop_filter_module .hikabtn,
.hikashop_filter_module [class*="hikashop_reset_button_"],
.hikashop_filter_module .filter_active .filter_values_container,
.sortFilter-sidebar .hikashop_filter_module .filter_values_container,
.sidebar-filters .hikashop_filter_main.active .noUi-target {
  display: block;
}
.sort-filter .hikashop_filter_module .hikashop_filter_title {
  background: none;
  padding: 0.25rem 0;
  border: none;
  font-size: 1rem;
  float: right;
  margin-left: 2rem;
}
.sort-filter .hikashop_filter_module .hikashop_filter_title:after,
.sortFilter-sidebar .hikashop_filter_module .hikashop_filter_title,
.sort-filter .hikashop_filter_checkbox input[type="radio"],
.hikashop_filter_module br {
  display: none;
}
.sort-filter .hikashop_filter_module .filter_values_container {
  display: inline-block;
  width: auto;
  float: right;
  padding: 0;
}
.sort-filter .hikashop_filter_checkbox label {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid var(--rpp-border-color);
  margin: 0;
  padding: 0.25rem 1rem;
  transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
  -o-transition: var(--rpp-transition);
  -ms-transition: var(--rpp-transition);
  -webkit-transition: var(--rpp-transition);
}
.sort-filter .hikashop_filter_checkbox label:hover {
  background: var(--rpp-border-color);
}
.sort-filter .hikashop_filter_checkbox {
  display: inline-block;
  margin-left: 1rem;
}
.sort-filter .hikabtn {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 1rem;
  border: 1px solid;
}
.sort-filter .hikashop_filter_module .filter_active {
  border-bottom: none;
}
.sort-filter .hikashop_filter_module .hikashop_filter_checkbox label + a {
  margin: 0;
  line-height: 2;
  margin-right: 0.25rem;
}
.sortFilter-sidebar .hikashop_filter_module .filter_values_container {
  border: none;
}
@media screen and (max-width: 979px) {
  .sort-filter .hikashop_filter_module {
    padding: 1rem;
  }
  .sort-filter .hikashop_filter_module .hikashop_filter_title,
  .sort-filter .hikashop_filter_module .filter_values_container {
    float: none;
    margin: 0 0 0.5rem;
    display: block;
  }
  .sort-filter.active .hikashop_filter_checkbox {
    display: block;
    margin: 0;
    padding: 0.25rem 0;
    border-bottom: 1px solid var(--rpp-border-color);
    min-width: 100%;
    position: relative;
  }
  .sort-filter .hikashop_filter_checkbox input[type="radio"] {
    display: inline-block;
    margin: 0.5rem 0 0 0.5rem;
  }
  .sort-filter .hikashop_filter_checkbox label {
    border: none;
    padding: 0;
    line-height: 2rem;
  }
}
/*************************************
*
* Price Filters
*
*************************************/
.hikashop_filter_module .hikashop_filter_main > div > div {
  width: 100% !important;
}
.noUi-target {
  margin: 0 auto !important;
  direction: rtl;
  width: 100% !important;
  border: none;
  box-shadow: none;
  height: auto;
  padding: 3rem 1.25rem 1.5rem;
  border-top: 1px solid var(--rpp-border-color);
  background: none;
  border-radius: 0;
}
.noUi-connects {
  border-radius: 0.25rem;
  height: 0.5rem;
}
.noUi-tooltip {
  -webkit-transform: none;
  transform: none;
  left: auto;
  right: 0;
  bottom: 1.5rem;
  background: rgb(var(--rpp-white));
  padding: 0.25rem 0;
  border-radius: 0.25rem;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: none;
  transform: none;
  left: auto;
  right: 0;
  bottom: 1.5rem;
  background: rgb(var(--rpp-white));
  padding: 0;
  border-radius: 0.25rem;
  border: none;
}
.noUi-horizontal .noUi-origin:last-child .noUi-tooltip {
  left: 0;
  right: auto;
}
.noUi-connect {
  background: rgb(var(--rpp-color-accent1));
}
.noUi-horizontal .noUi-handle {
  width: 2.5rem;
  height: 1.5rem;
  left: -1.25rem;
  top: -0.5rem;
  line-height: 1.5rem;
  border-color: var(--rpp-border-color);
  box-shadow: var(--rpp-small-box-shadow);
  border-radius: 0.25rem;
}
.noUi-handle:after,
.noUi-handle:before {
  background: var(--rpp-border-color);
  left: 1.25rem;
  top: 0.25rem;
}
.noUi-handle:after {
  left: 1rem;
}
.noUi-base,
.noUi-connects {
  width: calc(100% - 2rem);
  margin: 0 auto;
}
/*************************************
*
* Cateory Listing
*
*************************************/
[class*="hkc-md-"],
[class*="hkc-sm-"] {
  padding: 0.5rem;
}
.hikashop_subcategories {
  margin: 1rem -0.5rem;
}
.hikashop_category .hikashop_container {
  padding: 2rem 0.75rem;
  font-size: 0.75rem;
  background: rgb(var(--rpp-white));
  border: none;
  margin: 0.5rem;
  box-shadow: var(--rpp-small-box-shadow);
  color: var(--rpp-body-color);
}
.hikashop_category:hover {
  color: rgb(var(--rpp-color-accent1));
}
.hikashop_category .hikashop_category_image {
  margin: 0 auto 0.75rem;
}
.view-category .hikashop_submodules {
  margin-top: 1rem;
}
@media screen and (max-width: 979px) {
  .layout-listing .hikashop_category {
    width: calc(100% / 2);
  }
}
/*************************************
*
* Category slider
*
*************************************/
.category-slider .hikashop_category .hikashop_container {
  padding: 0;
  position: relative;
}
.category-slider .hikashop_category_name {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  max-height: unset;
  overflow: unset;
  display: block;
  min-width: 10rem;
}
.category-slider .hikashop_category_name a {
  color: rgb(var(--rpp-white));
  display: block;
  padding: 9.5rem 1rem 1rem;
  height: 100%;
  font-size: 1.2rem;
  position: relative;
  background: var(--rpp-body-color);
}
.category-slider .hikashop_category_name a:before {
  content: " ";
  position: absolute;
  top: 1rem;
  width: 8rem;
  height: 8rem;
  background: url(../images/patterns/icons.svg#XMLID_1_) no-repeat center;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0.3;
}
.category-slider .hikashop_category .hikashop_category_image {
  margin: 0;
}
.category-slider .hk-row-fluid {
  margin: 0 -5px;
}
/*************************************
*
* Product Listing
*
*************************************/
.hikashop_product {
  border: 1px solid var(--rpp-border-color);
  position: relative;
  z-index: 2;
  padding: 1rem 1rem 0;
  margin: 0 0 -1px -1px;
  transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
  -o-transition: var(--rpp-transition);
  -ms-transition: var(--rpp-transition);
  -webkit-transition: var(--rpp-transition);
}
.hikashop_product:hover {
  box-shadow: var(--rpp-larg-box-shadow);
}
.hikashop_product * {
  text-align: right !important;
}
.hikashop_product br,
.hikashop_category br {
  display: none;
}
span.hikashop_product_name,
span.hikashop_category_name {
  line-height: 2.5rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.875rem;
  text-align: right;
  color: inherit;
  margin: 0;
}
span.hikashop_product_name a,
span.hikashop_category_name a {
  color: inherit;
}
span.hikashop_product_name a:hover,
span.hikashop_category_name a:hover,
.hikashop_product:hover span.hikashop_product_name,
.hikashop_category:hover span.hikashop_category_name {
  color: rgb(var(--rpp-color-accent1));
}
.hikashop_product_image,
.hikashop_category_image {
  margin: 0 0 1rem;
  height: auto !important;
}
.hikashop_product_image .hikashop_product_image_subdiv {
  max-width: 100%;
}
.hikashop_subcontainer > div > label,
.hikashop_subcontainer .rpp-content > label {
  font-size: 0.813rem;
  margin: 1rem -1rem 0;
  padding: 0.5rem;
  border-top: 1px solid var(--rpp-border-color);
  line-height: 1.25rem;
  -webkit-transition: var(--rpp-transition);
  -o-transition: var(--rpp-transition);
  transition: var(--rpp-transition);
}

.hikashop_product_code_list {
  font-size: 0.75rem;
  font-weight: normal;
  color: var(--rpp-gray-light2);
}
.product-slider .hikashop_subcontainer * {
  color: rgb(var(--rpp-white)) !important;
}
.product-slider .hikashop_products_listing {
  padding: 0;
  margin: -0.813rem;
  box-shadow: none;
  background: none;
}
.product-slider .hikashop_product {
  border: none;
  padding: 0.813rem;
}
.product-slider .hikashop_product:hover {
  box-shadow: none;
}
.product-slider .hikashop_product_image {
  margin: 0;
}
.product-slider .hikashop_product_name a {
  display: block;
  padding: 0 1.25rem 0 3.75rem;
}
.product-slider .hikashop_product_name a:after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  line-height: 2.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.25rem;
  height: 2.5rem;
  background: rgb(var(--rpp-color-accent1));
  color: rgb(var(--rpp-white));
  text-align: center;
}
.product-slider .rpp-content {
  background: #414042;
}
.product-slider .rpp-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgb(var(--rpp-white));
  height: 2.5rem;
  overflow: hidden;
  transition: var(--rpp-transition);
  -webkit-transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
  -ms-transition: var(--rpp-transition);
}
.product-slider .hikashop_subcontainer {
  position: relative;
}
.product-slider .hikashop_subcontainer:hover .rpp-content {
  bottom: 0;
  height: 100%;
  background: rgb(var(--rpp-color-accent1));
  color: rgb(var(--rpp-white));
  padding: 2.5rem 1.25rem;
}
.product-slider .hikashop_subcontainer:hover .hikashop_product_name a {
  padding: 0;
}
/*************************************
*
* Product price
*
*************************************/
.hikashop_product_price_main {
  float: left;
  line-height: 0;
}
.hikashop_product_price_full {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(var(--rpp-color-accent1));
  font-weight: bold;
  display: block;
}
.hikashop_product_price_full span {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
.hikashop_product_price_before_discount {
  font-size: 0.75rem;
  font-weight: normal;
  color: var(--rpp-gray-light2);
}

/*************************************
*
* Product page
*
*************************************/
.hikashop_product_page .hk-row-fluid,
.hikashop_product_bottom_part,
.hikashop_product_top_part {
  background: rgb(var(--rpp-white));
  box-shadow: var(--rpp-larg-box-shadow);
  margin-bottom: 1rem;
  position: relative;
}
.hikashop_product_page .hk-row-fluid [class*="hkc-md-"] {
  padding: 1rem;
}
.hikashop_product_right_part {
  background: var(--rpp-gray-light4);
  border-right: 1px solid var(--rpp-border-color);
}
.hikashop_product_page br {
  display: none;
}
#hikashop_main_image {
  margin: 0 auto !important;
}
#hikashop_image_main_thumb_div {
  height: auto !important;
}
#hikashop_main_image_div {
  margin: 0 0 1rem;
}
.hikashop_small_image_div {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.hikashop_small_image_div > a {
  width: calc(100% / 5 - 0.5rem);
  margin: 0.25rem;
  box-shadow: none;
  float: right;
  border: 1px solid var(--rpp-border-color);
  padding: 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
}
img.hikashop_child_image {
  margin: 0 auto;
  height: auto;
}
.hikashop_product_page .hikacart {
  width: 100%;
}
.hikashop_product_page .hikashop_product_quantity_main {
  position: relative;
}
.hikashop_product_page .hikabtn.hikawishlist {
  position: absolute;
  right: 0;
  top: 0;
}
.hikashop_product_top_part {
  line-height: 0;
  margin: 0;
}
.hikashop_product_top_part h1 {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 2rem;
  margin: 0;
}
.hikashop_product_top_part h1 span {
  float: right;
  margin: 0 0 0 1rem;
}
.hikashop_product_code_main {
  font-size: 1rem;
  font-weight: normal;
}
.hikashop_product_page .hikashop_product_price_main,
.hikashop_product_page .hikashop_product_vote_mini,
.hikashop_product_characteristics {
  margin-bottom: 1rem;
}
@media screen and (max-width: 979px) {
  .hikashop_product_page .hikacart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    padding: 0.5rem 1rem;
    z-index: 999;
  }
}
/*************************************
*
* Product page Tabs	
*
*************************************/
#hikashop_tabs_div .hikashop_tabs_ul,
.nav.nav-tabs {
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--rpp-border-color);
}
.hikashop_tabs_ul li,
.nav.nav-tabs li {
  border: none;
  border-bottom: 1px solid transparent !important;
  font-size: 0.875rem;
  padding: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  font-weight: normal;
  float: right;
  background: rgb(var(--rpp-white));
  cursor: pointer;
}
.hikashop_tabs_ul li.hikashop_tabs_li_selected,
.hikashop_tabs_ul li:hover,
.nav.nav-tabs li:hover,
.nav.nav-tabs li.active {
  color: rgb(var(--rpp-color-accent1));
  border-bottom-color: rgb(var(--rpp-color-accent1)) !important;
}
.hikashop_tabs_ul li:before {
  content: "\f0ca";
  float: right;
  margin-left: 0.5rem;
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
}
.hikashop_tabs_ul #hikashop_show_tabular_description_li:before {
  content: "\f15b";
}
.hikashop_tabs_ul #hikashop_show_tabular_jcomments_li:before {
  content: "\f075";
}
.hikashop_tabs_content {
  padding: 1rem;
  border: none;
  border-radius: 0;
  background: none;
}
.hikashop_tabs_content .hikashop_product_weight_main,
.hikashop_tabs_content .hikashop_product_width_main,
.hikashop_tabs_content .hikashop_product_length_main,
.hikashop_tabs_content .hikashop_product_height_main {
  width: 100%;
  display: table;
}
.hikashop_tabs_content
  .hikashop_product_custom_info_main_table
  tr:nth-child(2n),
.hikashop_tabs_content .hikashop_product_width_main,
.hikashop_tabs_content .hikashop_product_height_main {
  background: var(--rpp-gray-light4);
}
.hikashop_tabs_content .hikashop_product_custom_info_main_table,
.hikashop_tabs_content .hikashop_product_custom_info_main_table td,
.hikashop_tabs_content .hikashop_product_custom_info_main_table th {
  border: none;
}
.hikashop_tabs_content .hikashop_product_dimensions {
  display: table-row;
}
.hikashop_tabs_content .hikashop_product_custom_info_main_table td,
.hikashop_tabs_content .hikashop_product_custom_info_main_table th,
.hikashop_tabs_content .hikashop_product_dimensions span {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--rpp-gray-light);
  color: var(--rpp-body-color);
  display: table-cell;
}
.hikashop_tabs_content .hikashop_product_custom_info_main_table td.key,
.hikashop_tabs_content .hikashop_product_dimensions span.key {
  font-weight: bold;
  background: none;
  width: 35%;
}

#hikashop_show_tabular_jcomments {
  padding: 0;
}
.hikashop_product_url_manufacture {
  font-weight: bold;
  margin: 1rem;
}
@media screen and (max-width: 979px) {
  .hikashop_tabs_content {
    padding: 1rem;
  }
  #hikashop_tabs_div .hikashop_tabs_ul {
    border: none;
  }
  .hikashop_tabs_ul li {
    border-bottom-color: var(--rpp-border-color) !important;
    display: block;
    padding: 0.5rem;
    width: calc(100% / 3);
    padding: 1rem 0.5rem;
  }
}
/*************************************
*
* Hikawishlist & Hikacart
*
*************************************/
.hikabtn.hikawishlist {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0;
  border: 1px solid var(--rpp-red);
  color: var(--rpp-red);
  background: rgb(var(--rpp-white));
  font-size: 1.1rem;
}
.hikabtn.hikawishlist:hover {
  background: var(--rpp-red);
  border-color: var(--rpp-red);
}
.hikabtn.hikawishlist:before {
  content: "\f004";
  font-family: "Font Awesome 5 Pro";
}
.hikabtn.hikawishlist > span {
  display: none;
}
a.hikacart {
  background: rgb(var(--rpp-color-accent1));
  border-color: rgb(var(--rpp-color-accent1));
}
a.hikacart:hover {
  background: rgb(var(--rpp-color-accent2));
  border-color: rgb(var(--rpp-color-accent2));
}
/*************************************
*
* Hika rate Star
*
*************************************/
.hk-rating {
  display: inline-block;
  line-height: 0;
}
.hikashop_product_vote_mini {
  float: right;
  line-height: 0;
}
.hikashop_vote_stars .hk-rate-star {
  background: none !important;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0.125rem;
  font-size: 1rem;
  border: none;
  color: rgb(var(--rpp-color-accent1)) !important;
}
.hikashop_vote_stars .hk-rate-star:before {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
}
.hikashop_vote_stars .hk-rate-star.state-hover:before,
.hikashop_vote_stars .hk-rate-star.state-full:before {
  font-weight: 900;
}
/*************************************
*
* Quantity div
*
*************************************/
.hikashop_product_quantity_div.hikashop_product_quantity_change_div_leftright {
  padding: 0.25rem;
  border-radius: 0.25rem;
  background: rgb(var(--rpp-white));
  border: 1px solid var(--rpp-border-color);
  float: left;
  margin: 0 0 1rem;
  line-height: 0;
}
input.hikashop_product_quantity_field {
  height: 1.625rem;
  width: 3.125rem !important;
  text-align: center;
  color: var(--rpp-body-color);
  font-size: 0.813rem;
  background: none;
  margin: 0 0.25rem;
}
.input-prepend > .add-on,
.input-append > .add-on {
  width: 1.75rem;
  height: 1.625rem;
  line-height: 1.625rem;
  border: none;
  background: rgb(var(--rpp-white));
  padding: 0;
  text-align: center;
  color: rgb(var(--rpp-color-accent1));
  border-radius: 0.25rem !important;
  margin: 0 !important;
  font-size: 1.25rem;
  box-shadow: var(--rpp-small-box-shadow);
}
.hikashop_product_page input.hikashop_product_quantity_field {
  border: none;
}
/*************************************
*
* Characteristics block
*
*************************************/
#hikashop_product_characteristics {
  clear: both;
}
#hikashop_product_characteristics table,
#hikashop_product_characteristics tbody,
#hikashop_product_characteristics td,
#hikashop_product_characteristics tr {
  border: none;
  padding: 0;
  display: block;
}
.hikashop_product_characteristics_table tr td:first-child {
  font-weight: 500;
  font-size: 0.875rem;
}
/*************************************
*
* Wizard
*
*************************************/
.hikashop_wizardbar {
  background: none;
  border: none;
  margin: 0 0 1rem;
  padding: 1rem;
  box-shadow: none;
  border-bottom: 1px solid var(--rpp-border-color);
}
.hikashop_wizardbar ul {
  margin: 0 !important;
}
.hikashop_wizardbar ul li .hikashop_chevron {
  display: none;
}
.hikashop_wizardbar ul li {
  float: right;
  width: calc(100% / 4);
  padding: 3.75rem 0.25rem 0.25rem !important;
  box-sizing: border-box;
  text-align: center;
  background: none;
  border: none;
  color: var(--rpp-gray-light2);
  font-size: 0.75rem;
  position: relative;
  height: auto;
  border-radius: 0 !important;
  line-height: 1.5rem;
}
.hikashop_wizardbar ul li.hikashop_cart_step_current {
  color: rgb(var(--rpp-color-accent1));
  background: none;
}
.hikashop_wizardbar ul li:before {
  content: "\f290";
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: "Font Awesome 5 Pro";
  line-height: 3.125rem;
  font-size: 2rem;
  font-weight: 300;
}
.hikashop_wizardbar ul li:nth-child(2):before {
  content: "\f007";
}
.hikashop_wizardbar ul li:nth-child(3):before {
  content: "\f277";
}
.hikashop_wizardbar ul li:nth-child(4):before {
  content: "\f09d";
}
.hikashop_wizardbar ul li:nth-child(5):before {
  content: "\f316";
}
.hikashop_wizardbar ul li .hkbadge {
  background: none;
  margin: 0 0 0 0.25rem;
  padding: 0;
  color: inherit;
  box-shadow: none;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  min-width: auto;
}
.hikashop_wizardbar ul li.hikashop_cart_step_finished a,
.hikashop_wizardbar ul li a,
.hikashop_wizardbar ul li.hikashop_cart_step_finished {
  color: inherit;
  background: none;
}
.hikashop_wizardbar ul li.hikashop_cart_step_finished:hover {
  background: none;
}
@media screen and (max-width: 979px) {
  .hikashop_wizardbar {
    padding: 1rem 0;
  }
  .hikashop_wizardbar ul li {
    font-size: 0.75rem;
    line-height: 1;
  }
  .hikashop_wizardbar ul li:before {
    width: 2rem;
  }
  .hikashop_wizardbar ul li .hkbadge {
    display: block;
  }
}
/*************************************
*
* Checkout address
*
*************************************/
.hika_address_field .hkform-horizontal,
.hikashop_address_edition {
  display: flex;
  flex-flow: row wrap;
  margin: -0.5rem;
}
.hika_address_field .hkform-horizontal .hkform-group,
.hikashop_address_edition > dl.hika_options {
  flex: 0 calc(25% - 1rem);
  width: calc(25% - 1rem);
  margin: 0.5rem;
}
.hika_address_field
  .hkform-horizontal
  .hkform-group.hikashop_checkout_address_same {
  flex: 0 100%;
  width: 100%;
}

.hika_address_field .hkform-horizontal .hkcontrol-label {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  text-align: left;
  display: block;
  padding: 0;
  float: none;
}
.hika_address_field .hkform-horizontal [class*="hkc-sm-"] {
  display: block;
  padding: 0;
  width: 100%;
  float: none;
}
.hikabtn.hikashop_checkout_address_cancel_button {
  margin: 0 1rem;
  background: none;
  border: 1px solid rgb(var(--rpp-color-accent1));
  color: rgb(var(--rpp-color-accent1));
}
.hikabtn.hikashop_checkout_address_cancel_button:hover {
  background: rgb(var(--rpp-color-accent1));
  color: rgb(var(--rpp-white));
}
body.dir-rtl .hika_address_field .hkform-horizontal .hkcontrol-label {
  text-align: right;
}
/*************************************
*
* Checkout process
*
*************************************/
#hikashop_checkout_form #hikashop_checkout,
#hikashop_checkout_form .rpp-checkout-side {
  background: rgb(var(--rpp-white));
  box-shadow: var(--rpp-larg-box-shadow);
  border-radius: 0.25rem;
  border: none;
  margin: 0;
}
#hikashop_checkout_form .rpp-checkout-side .checkout-side-container {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  line-height: inherit;
  border-radius: 0;
  min-height: 100px;
}
.hikashop_checkout_buttons {
  padding: 1.2rem 1.2rem 2.5rem;
  margin: 0;
  border-top: 1px solid var(--rpp-border-color);
}
.hikashop_checkout_buttons .buttons_right {
  float: left;
}
.hikashop_checkout_buttons .hikabtn {
  min-width: 11.875rem;
}
.hikashop_checkout_cart table tr.margin + tr,
.hikashop_checkout_cart table tr.margin + tr + tr,
.hikashop_checkout_cart table tr.margin + tr + tr + tr {
  display: block;
  max-width: 23.125rem;
  margin: 0 1.5rem;
  border: 1px solid var(--rpp-border-color);
  border-top: 0;
}
.hikashop_checkout_cart table tr.margin + tr {
  margin-top: 1.5rem;
  box-shadow: var(--rpp-small-box-shadow);
  border-top: 1px solid var(--rpp-border-color);
  border-bottom: 0;
}
.hikashop_checkout_cart table tr.margin + tr td,
.hikashop_checkout_cart table tr.margin + tr + tr td,
.hikashop_checkout_cart table tr.margin + tr + tr + tr td {
  border: none !important;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  font-size: 0.8rem;
  color: inherit;
}
.hikashop_checkout_cart table .hikashop_cart_subtotal_value,
.hikashop_checkout_cart table .hikashop_cart_shipping_value,
.hikashop_checkout_cart table .hikashop_cart_total_value {
  font-weight: bold;
  float: left;
}
.hikashop_checkout_cart table .hikashop_cart_empty_footer {
  padding: 0 !important;
}
.hikashop_checkout_cart table tr.margin + tr + tr + tr {
  background: var(--rpp-green-light);
  padding: 1.5rem 0;
  color: var(--rpp-teal);
  font-weight: bold;
  box-shadow: var(--rpp-larg-box-shadow);
}
.hikashop_checkout_coupon,
.hikashop_checkout_status {
  padding: 1.5rem;
  font-size: 0.75rem;
}
.hikashop_checkout_coupon {
  border-bottom: 1px solid var(--rpp-border-color);
}
input.hikashop_checkout_coupon_field {
  width: calc(100% - 6.25rem);
}
button.hikabtn_checkout_coupon_add {
  min-width: unset;
  width: auto;
  margin-right: 0.75rem;
}
.hikashop_cart_product_quantity_refresh a,
.hikashop_cart_product_quantity_delete a,
.hikashop_cart_product_quantity_refresh + a[href="#delete"] {
  line-height: 2.25rem;
  width: 2.25rem;
  display: inline-block;
  border: 1px solid;
  color: var(--rpp-teal);
  margin: 0 0.25rem;
  text-align: center;
  border-radius: 0.25rem;
  height: 2.25rem;
}
.hikashop_cart_product_quantity_delete a,
.hikashop_cart_product_quantity_refresh + a[href="#delete"] {
  color: var(--rpp-red);
}
.hikashop_cart_product_quantity_refresh a:hover {
  background: var(--rpp-teal);
  color: rgb(var(--rpp-white));
}
.hikashop_cart_product_quantity_delete a:hover {
  color: rgb(var(--rpp-white));
  background: var(--rpp-red);
}
body #hikabtn_checkout_next,
body li.checkout-side-item button#hikabtn_checkout_next {
  border-radius: 0.5rem;
  background: #5cb85c /* TO DO*/;
  border-color: #5cb85c /* TO DO*/;
  color: rgb(var(--rpp-white));
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.25rem;
  padding: 0.25rem 1rem;
}
body #hikabtn_checkout_next:hover,
body li.checkout-side-item button#hikabtn_checkout_next:hover {
  background-color: #449d44;
  border-color: #398439;
}
@media screen and (max-width: 1199px) {
  .hikashop_checkout_cart {
    background: var(--rpp-gray-light3);
    border-radius: 0.25rem;
    border: 1px solid var(--rpp-border-color);
    padding: 1rem;
  }
  .hikashop_checkout_cart table tr,
  .hikashop_checkout_cart table tr.margin + tr,
  .hikashop_checkout_cart table tr.margin + tr + tr,
  .hikashop_checkout_cart table tr.margin + tr + tr + tr {
    border: 1px solid var(--rpp-border-color);
    background: rgb(var(--rpp-white));
    margin: 0 0 1rem;
  }
  .hikashop_checkout_cart table tr.margin + tr,
  .hikashop_checkout_cart table tr.margin + tr + tr,
  .hikashop_checkout_cart table tr.margin + tr + tr + tr {
    width: 100%;
    display: inline-block;
    margin: 0;
    border-top: 0;
  }
  .hikashop_checkout_cart table tr.margin + tr + tr + tr {
    padding: 0;
  }
  .hikashop_checkout_cart table tr.margin + tr {
    border-top: 1px solid var(--rpp-border-color);
  }
  .hikashop_checkout_cart table tbody td {
    color: var(--rpp-gray);
    padding: 1rem !important;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .hikashop_checkout_cart table td:before {
    position: unset;
    padding: 0;
    float: left;
    font-weight: inherit;
    margin-left: 0.25rem;
  }
  .dir-rtl .hikashop_checkout_cart table td:before {
    float: right;
    left: auto;
  }
  .hikashop_checkout_cart table td p {
    margin: 0;
  }
  .hikashop_checkout_cart .hikashop_cart_product_name {
    font-weight: bold;
  }
  .hikashop_checkout_cart .hikashop_cart_product_name a {
    color: inherit;
  }
  .hikashop_checkout_cart .hikashop_product_quantity_field {
    margin: 0px 0.125rem !important;
  }
  .hikashop_checkout_cart td.hikashop_cart_product_name_value {
    width: 100%;
  }
  .hikashop_checkout_cart table tbody .hikashop_cart_total_value {
    background: var(--rpp-green-light) !important;
    padding: 1.5rem !important;
    color: var(--rpp-teal);
    font-weight: bold;
    box-shadow: var(--rpp-larg-box-shadow);
  }
  .hikashop_checkout_cart span.hikashop_checkout_cart_subtotal,
  .hikashop_checkout_cart span.hikashop_checkout_cart_shipping,
  .hikashop_checkout_cart span.hikashop_checkout_cart_final_total,
  .hikashop_checkout_cart span.hikashop_checkout_cart_coupon,
  .hikashop_checkout_cart span.hikashop_checkout_cart_additional,
  .hikashop_checkout_cart span.hikashop_checkout_cart_taxes,
  .hikashop_checkout_cart span.hikashop_checkout_cart_payment,
  .hikashop_checkout_cart span.hikashop_checkout_cart_final_total {
    float: left;
    font-size: 0.85rem;
    padding: 0;
  }
  .hikashop_checkout_buttons {
    padding: 1rem;
    margin: 0;
  }
  .hikashop_checkout_buttons .buttons_right {
    float: none;
  }
  .hikashop_checkout_buttons .hikabtn_checkout_next {
    min-width: 100%;
  }
  .hikashop_product_quantity_div.hikashop_product_quantity_change_div_leftright {
    float: right;
    clear: right;
  }
  .hikashop_cart_product_quantity_value .hikashop_product_quantity_field,
  .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh,
  .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete,
  .hikashop_cart_product_quantity_refresh,
  .hikashop_cart_product_quantity_delete,
  .hikashop_cart_product_quantity_refresh + a[href="#delete"],
  .hikashop_product_quantity_div.hikashop_product_quantity_change_div_leftright {
    margin: 0.5rem 0 0;
  }

  .dir-rtl
    .hikashop_cart_product_quantity_value
    .hikashop_product_quantity_field,
  .dir-rtl
    .hikashop_cart_product_quantity_value
    .hikashop_cart_product_quantity_refresh,
  .dir-rtl
    .hikashop_cart_product_quantity_value
    .hikashop_cart_product_quantity_delete,
  .dir-rtl .hikashop_cart_product_quantity_refresh,
  .dir-rtl .hikashop_cart_product_quantity_delete,
  .dir-rtl .hikashop_cart_product_quantity_refresh + a[href="#delete"] {
    float: right;
  }
}
/*************************************
*
* Checkout payment
*
*************************************/
.hikashop_checkout_page .hikashop_checkout_address,
.hikashop_checkout_page .hikashop_checkout_shipping,
.hikashop_checkout_page .hikashop_checkout_payment,
.hikashop_checkout_page .hikashop_checkout_fields {
  padding: 1rem;
  border-bottom: 1px solid var(--rpp-border-color);
  color: var(--rpp-body-color);
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.hikashop_checkout_page .hikashop_checkout_fields {
  border-bottom: 0;
}
.hika_address_element .hika_edit input[type="radio"],
.hikashop_shipping_methods_table td .hikashop_checkout_shipping_radio,
.hikashop_payment_methods_table td .hikashop_checkout_payment_radio {
  float: right;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin: -0.5rem 0 0;
}
.hikashop_checkout_page td,
.hika_address_element,
.hikashop_checkout_order_shipping_carnumber_type_line .hkradio {
  background: rgb(var(--rpp-white));
  border-radius: 0.25rem;
  border: 1px solid var(--rpp-border-color) !important;
}
.hika_address_element {
  padding: 1rem 2.875rem 1rem 6rem;
  position: relative;
  margin: 0 0 1rem;
}
.hika_address_element .hika_edit {
  background: none;
}
.hika_edit a {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  display: inline-block;
}
.hika_address_element .hika_edit a {
  position: absolute;
  left: 1rem;
  top: 50%;
  margin: -1.5rem 0 0;
}
.hika_address_element .hika_edit a:last-child {
  left: 3.75rem;
}
.hika_edit a .fas {
  display: block;
  border-radius: 0.25rem;
  border: 1px solid;
  line-height: inherit;
}
.hika_edit a .fas.fa-pen {
  color: var(--rpp-teal);
}
.hika_edit a .fas.fa-trash {
  color: var(--rpp-red);
}
.hika_address_field.hikashop_checkout_shipping_address_block {
  position: relative;
}
.hikashop_checkout_page .hikashop_checkout_address_new_button {
  float: left;
}
.hikashop_checkout_page table,
.hikashop_checkout_page tbody,
.hikashop_checkout_page tr,
.hikashop_checkout_page td {
  border: none;
  display: block;
}
.hikashop_checkout_page .hikashop_checkout_cart table {
  display: table;
}
.hikashop_checkout_page .hikashop_checkout_cart tbody {
  display: table-row-group;
}
.hikashop_checkout_page .hikashop_checkout_cart tr {
  display: table-row;
}
.hikashop_checkout_page .hikashop_checkout_cart td {
  display: table-cell;
}
.hikashop_checkout_page .hikashop_checkout_address table,
.hikashop_checkout_page .hikashop_checkout_shipping table,
.hikashop_checkout_page .hikashop_checkout_payment table {
  margin: -0.75rem;
}
.hikashop_checkout_page .hikashop_checkout_address tr,
.hikashop_checkout_page .hikashop_checkout_shipping tr,
.hikashop_checkout_page .hikashop_checkout_payment tr,
.hikashop_checkout_page .hikashop_checkout_fields tr,
.hikashop_checkout_order_shipping_carnumber_type_line .hkradio {
  width: calc(100% / 4);
  padding: 0.75rem;
  float: right;
}
.hikashop_checkout_page .hikashop_checkout_address table tbody,
.hikashop_checkout_page .hikashop_checkout_shipping table tbody,
.hikashop_checkout_page .hikashop_checkout_payment table tbody {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.hikashop_checkout_page td label + span,
.hikashop_shipping_methods_table td *,
.hikashop_payment_methods_table td * {
  color: var(--rpp-gray-light2);
}
.hikashop_checkout_page td label *,
.hikashop_shipping_methods_table td label,
.hikashop_payment_methods_table td label {
  color: var(--rpp-gray);
}
.hikashop_shipping_methods_table td,
.hikashop_payment_methods_table td {
  position: relative;
  padding-right: 3.75rem !important;
}
.hikashop_checkout_page td p {
  margin: 0;
}
.hikashop_checkout_order_shipping_carnumber_type_line .hkcontrol-label + div {
  width: 100%;
  padding: 0;
  margin: -0.75rem;
  box-sizing: border-box;
}
.hikashop_checkout_order_shipping_carnumber_type_line .hkradio {
  width: calc(100% / 4 - 1.5rem);
  padding: 1rem;
  margin: 0.75rem;
}
@media screen and (max-width: 979px) {
  .hikashop_checkout_page [class*="hkc-md-"],
  .hikashop_checkout_page [class*="hkc-sm-"] {
    padding: 0;
  }
  .hikashop_checkout_page .hikashop_checkout_address legend {
    margin-right: -1rem;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
  .hika_address_element {
    padding-left: 1rem;
    padding-bottom: 4.375rem;
    width: 100%;
  }
  .hika_address_element .hika_edit a {
    top: auto;
    bottom: 1rem;
    margin: 0;
  }
  .hikashop_checkout_page .hikashop_checkout_address_new_button {
    float: left;
    position: unset;
    left: auto;
    top: auto;
  }
  .hikashop_checkout_page table,
  .hikashop_checkout_order_shipping_carnumber_type_line .hkcontrol-label + div,
  .hikashop_checkout_page .hikashop_checkout_address table,
  .hikashop_checkout_page .hikashop_checkout_shipping table,
  .hikashop_checkout_page .hikashop_checkout_payment table {
    margin: 0;
  }
  .hikashop_checkout_page tr,
  .hikashop_checkout_order_shipping_carnumber_type_line .hkradio,
  .hikashop_checkout_order_shipping_carnumber_type_line .hkradio,
  .hikashop_checkout_page .hikashop_checkout_address tr,
  .hikashop_checkout_page .hikashop_checkout_shipping tr,
  .hikashop_checkout_page .hikashop_checkout_payment tr,
  .hikashop_checkout_page .hikashop_checkout_fields tr {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0 0 1.5rem;
  }
  .hikashop_checkout_page tr:last-child,
  .hikashop_checkout_order_shipping_carnumber_type_line .hkradio:last-child {
    margin-bottom: 0;
  }
  .hikashop_checkout_order_shipping_carnumber_type_line .hkradio {
    padding: 1rem;
  }
  .hikashop_checkout_page .hikashop_checkout_cart td {
    display: inline-block;
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid var(--rpp-border-color) !important;
  }
  .hikashop_checkout_page .hikashop_checkout_cart tr {
    display: block;
  }
  .hikashop_checkout_page .control-group {
    font-size: 0.75rem;
  }
}
/*************************************
*
* Hikashop panel
*
*************************************/
.layout-cpanel
  .rpp-mainbar
  > #g-mainbar
  > .g-grid:nth-child(2)
  .platform-content
  > [class*="span"] {
  line-height: 0;
}
/* .layout-cpanel #g-container-main, 
.com_rppusers #g-container-main, 
.view-paymentform #g-container-main, 
.view-checkout #g-container-main, 
.view-cart #g-container-main, 
.view-address #g-container-main, 
.view-order #g-container-main,
.layout-compare #g-container-main{
	background: #f6f6f6;
	padding:2rem 0
} */
.layout-cpanel #g-header,
.layout-compare #g-header,
.view-paymentform #g-header,
.com_rppusers #g-header,
.view-checkout #g-header,
.view-cart #g-header,
.view-address #g-header,
.view-order #g-header {
  margin: 0;
}
#hikashop_cpanel_main {
  line-height: 2;
}
.hikashop_cpanel_main .cpanel_info,
#hikashop_order_listing,
#hikashop_address_listing,
#hikashopcpanel,
#hikashop_banktransfer_end,
#hikashop_order_main,
#hikashop_carts_listing,
#rppshowcart,
.profile,
.well,
.hikashop_compare_page,
.view-paymentform
  #g-mainbar
  > .g-grid
  > .g-block
  > .g-content
  > .platform-content,
.view-cart #g-mainbar > .g-grid > .g-block > .g-content > .platform-content {
  color: #231f20;
  font-size: 0.875rem;
  line-height: 2rem;
  margin: 0 auto 2rem;
  padding: 1.5rem;
}
#rpppayment .cpanel_info,
#hikashop_order_listing,
#hikashop_address_listing,
#hikashop_cpanel_main .cpanel_info,
#hikashopcpanel,
#hikashop_banktransfer_end,
#hikashop_order_main,
#hikashop_carts_listing,
.moduletable.c-profile-menu,
.hikashop_cpanel_main .cpanel_info,
#rppshowcart,
.profile,
.well,
.hikashop_compare_page,
.view-paymentform
  #g-mainbar
  > .g-grid
  > .g-block
  > .g-content
  > .platform-content,
.view-cart #g-mainbar > .g-grid > .g-block > .g-content > .platform-content {
  background: #fff;
  border: 1px solid var(--rpp-border-color);
  border-radius: 0;
}
#hikashopcpanel {
  padding: 1rem;
}
.hikashop_cpanel_main a,
#hikashop_order_listing a {
  color: inherit;
}
.hikashop_cpanel_title,
.hikashop_header_title,
#hikashop_address_form_header_iframe,
#hikashop_address_listing h3,
.view-order legend,
.hika_cpanel_main_data_title,
legend,
.profile legend,
.view-paymentform
  #g-mainbar
  > .g-grid
  > .g-block
  > .g-content
  > .platform-content
  h1,
#paymentFrm {
  display: block;
  padding: 0 0 1rem;
  color: #000;
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: bold;
  border: none;
  float: none;
  margin: 0 0 1rem;
  background: none;
  position: relative;
}
#hikashop_address_listing .hikashop_address_edition h3 {
  margin: 1rem;
  width: 100%;
}
.hikashop_cpanel_title:after,
.hikashop_header_title:after,
#hikashop_address_form_header_iframe:after,
#hikashop_address_listing h3:after,
.view-order legend:after,
.hika_cpanel_main_data_title:after,
legend:after,
.view-paymentform
  #g-mainbar
  > .g-grid
  > .g-block
  > .g-content
  > .platform-content
  h1:after {
  content: "";
  background-color: rgb(var(--rpp-color-accent1));
  margin-top: 8px;
  height: 2px;
  width: 70px;
  border-radius: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hikashop_cpanel_main .g-title:before,
.com_hikashop legend:before,
#hikashop_order_main .hikashop_header_title h1:before,
.hikashop_order_main_table legend:before,
.hikashop_header_title h1:before,
.view-paymentform
  #g-mainbar
  > .g-grid
  > .g-block
  > .g-content
  > .platform-content
  h1:before {
  display: none;
}
.hikashop_header_title h1 {
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  border: none;
}

.hikashop_cpanel_main table {
  border: none;
}
.hikashop_cpanel_main th,
#hikashop_order_listing th {
  padding: 0 0 30px;
  color: #231f20;
  font-weight: normal;
  font-size: 0.75rem;
  border: none;
  border-bottom: 1px solid #a7a9ac;
  background: none !important;
}
.hikashop_cpanel_main
  th:not(:first-child)
  .hikashop_cpanel_main
  .hikashop_cart_name_title,
#hikashop_order_listing th:not(:first-child) {
  min-width: 150px;
  text-align: center;
}
.hikashop_cpanel_main th:last-child {
  min-width: auto;
}
.hikashop_cpanel_main tbody td,
#hikashop_order_listing tbody td {
  padding: 70px 10px;
  text-align: center;
  color: #58595b;
  font-size: 0.8rem;
  background: none !important;
  border: none !important;
  line-height: 30px;
}
#addresses tbody td {
  padding: 20px 10px;
}

.hikashop_cpanel_main td.hikashop_cart_name {
  width: 330px;
  min-width: 330px;
  padding-left: 90px;
}
.hikashop_cpanel_main p,
.view-order p {
  margin: 0;
}
.hikashop_cpanel_main tbody tr,
#hikashop_order_listing tbody tr {
  border: none;
}
.hikashop_cpanel_main tbody tr.row-even,
.hikashop_cpanel_main tbody tr.row-even + tr,
#hikashop_order_listing tbody tr:nth-child(2n),
#addresses tbody tr:nth-child(2n) {
  background: rgba(244, 244, 244, 0.8);
}
.hikashop_cpanel_main td.hikashop_show_cart_form_checkbox {
  text-align: center;
}
.hikashop_cpanel_main td.hikashop_show_cart_form_checkbox input {
  margin: 0;
}
.hikashop_cpanel_main .hikashop_cart_product_image {
  margin: 0 auto 30px;
}
.hikashop_cpanel_main .hikashop_cart_product_name,
.hikashop_order_product_name {
  display: block;
  color: #231f20;
  text-align: justify;
}
.hikashop_cpanel_main .hikashop_order_product_custom_item_fields,
.hikashop_order_product_extra {
  color: #58595b;
  display: inline;
  text-align: right;
}
.com_hikashop [for="item_information"] {
  color: #231f20;
  font-weight: bold;
  font-size: 0.9rem;
  display: inline;
}
.hikashop_cpanel_main tfoot {
  border-top: 1px solid #d1d3d4;
}
.hikashop_cpanel_main tfoot td {
  color: #231f20;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px;
}
.hikashop_cpanel_main tfoot td:not(:first-child) {
  text-align: center;
}
.fa-remove {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 10px;
  color: #fff;
  background: #cb002d;
  text-align: center;
}
.hikashop_cpanel_main .hikashopcpanel,
#hikashop_order_main,
#hikashop_address_listing,
#hikashop_order_listing {
  position: relative;
}
#hikashop_new_address_popup {
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.view-order .hika_toolbar,
#hikashop_address_listing .hika_toolbar,
#hikashop_order_listing .hika_toolbar {
  left: 0;
  top: 0;
}

.hikashop_cpanel_main .hkdropdown.hikabtn,
.hikashop_cpanel_main #hikashop_share_cart {
  display: none !important;
}
.hikashop_cpanel_main #hikashop_share_cart + .hikabtn,
.hikabtn_order_action {
  background: #3d9b35;
  border-color: #3d9b35;
  color: #fff !important;
  display: inline-block;
}
.hikashop_cpanel_main #hikashop_share_cart + .hikabtn:hover,
.hikabtn_order_action:hover {
  background: #2f7028;
  border-color: #2f7028;
}
.hikashop_cpanel_main .status_avalable {
  color: #3d9b35;
  font-weight: bold;
}
.hikashop_search_zone {
  margin: 0 0 40px;
}
.hikashop_search_block {
  margin: 0 auto 10px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.hikashop_search_block .btn {
  float: left;
  margin: 0 20px 0 0;
}
.hikashop_search_block #hikashop_search {
  float: right;
  width: calc(100% - 300px);
}
.tab-content .hikashop_search_block #hikashop_search {
  width: calc(100% - 140px);
}
.hikashop_order_item_item_information div {
  display: inline;
}
@media screen and (max-width: 979px) {
  .hikashop_cpanel_mini_report .hikashop_cpanel_content_body {
    margin: -0.5rem;
  }
  .hikashop_cpanel_mini_report .hikashop_cpanel_content_body .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 calc(50% - 1rem);
    -moz-flex: 0 calc(50% - 1rem);
    -ms-flex: 0 calc(50% - 1rem);
    flex: 0 calc(50% - 1rem);
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
  .order_status_count {
    margin-bottom: 5px;
  }
  .hikashop_cpanel_content_body .cpanel_button {
    text-align: right;
  }
  .hikashop_cpanel_content_body .cpanel_button .btn {
    min-width: 120px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .hikashop_cpanel_main .hikashopcpanel,
  #hikashop_order_main {
    padding-top: 60px;
  }
  .hika_toolbar,
  #hikashop_new_address_popup {
    left: auto;
    position: relative;
    top: auto;
    margin: 0 0 20px;
  }
  .hikashop_search_block #hikashop_search,
  .tab-content .hikashop_search_block #hikashop_search {
    height: auto;
    float: none;
    margin: 0 auto 10px;
    width: 100%;
  }
  .hikashop_search_block .btn {
    margin: 5px 10px 0 0;
    min-width: 110px;
  }
  .hikashop_cpanel_mini_report .hikashop_cpanel_content_body .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 calc(50% - 1rem);
    -moz-flex: 0 calc(50% - 1rem);
    -ms-flex: 0 calc(50% - 1rem);
    flex: 0 calc(50% - 1rem);
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  #hikashop_cart_product_listing {
    display: block;
    overflow: auto;
  }
}
/*************************************
*
* Hikashop Cpanel Mini Report
*
*************************************/
.hikashop_cpanel_main .hikashop_cpanel_content_body {
  margin: -0.75rem;
}
.hikashop_cpanel_main .order_status {
  background: #f7fafc;
  border-radius: 0.25rem;
  padding: 1.25rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
  color: var(--rpp-gray);
  margin: 0.75rem;
  flex: 0 calc(100% / 6 - 1.5rem);
  width: calc(100% / 6 - 1.5rem);
}
.hikashop_cpanel_main .order_status .order_status_count {
  color: var(--rpp-body-color);
  line-height: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 2rem;
  position: relative;
}
.hikashop_cpanel_main .order_status .order_status_count:before {
  content: "\f290";
  font-family: "Font Awesome 5 Pro";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: var(--rpp-gray);
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
}
.hikashop_cpanel_main .order_status_created .order_status_count:before {
  content: "\f290";
}
.hikashop_cpanel_main .order_status_pending .order_status_count:before {
  content: "\f07a";
}
.hikashop_cpanel_main .order_status_confirmed .order_status_count:before {
  content: "\f2f7";
}
.hikashop_cpanel_main .order_status_cancelled .order_status_count:before {
  content: "\f410";
}
.hikashop_cpanel_main .order_status_refunded .order_status_count:before {
  content: "\f09d";
}
.hikashop_cpanel_main .order_status_shipped .order_status_count:before {
  content: "\f48b";
}
/*************************************
*
* Hikashop Cpanel cart
*
*************************************/
.hk-card {
  border-radius: 0;
  line-height: 1.75rem;
}
.hk-card.hk-card-order {
  margin-bottom: 1.5rem;
}
.hk-card-header,
.hk-card.hk-card-order .hk-card-body {
  border-radius: 0;
  padding: 0.5rem 1rem;
}
.hk-card .hika_cpanel_value {
  color: rgb(var(--rpp-color-accent1));
}
.hk-card-order span.order-label {
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  margin: 0;
}
.hkdropdown-menu {
  padding: 0;
  border-radius: 0;
}
.hkdropdown-menu > li > a {
  font-size: 0.75rem;
  padding: 0.5rem 1.25rem;
}
ul.hkdropdown-menu.hkdropdown-menu-right li {
  float: none;
}
.hkdropdown .hikabtn {
  line-height: 1.75rem;
}
.hika_cpanel_product .hikashop_product_variant_subname {
  font-size: 0.75rem;
  color: #666;
  display: block;
}
.hika_cpanel_product_price {
  display: inline-block;
}
.hika_cpanel_product_price .hika_cpanel_product_price_amount {
  font-weight: bold;
  color: rgb(var(--rpp-color-accent1));
}
.hika_cpanel_order_methods {
  margin: auto;
  text-align: right;
  background: #f5f5f5;
  color: #333;
  border-top: 1px solid #ddd;
  padding: 0.5rem 1rem;
}
.hika_cpanel_order_methods dt,
.hika_cpanel_order_methods dd {
  display: inline-block;
  font-weight: 500;
  margin: 0 0 0 0.25rem;
  line-height: 1.75rem;
  font-size: 0.75rem;
}
.hika_cpanel_order_methods dd {
  font-weight: bold;
  padding-left: 0.5rem;
  border-left: 1px solid #ededed;
}
.hika_cpanel_order_methods dd:last-child {
  padding-left: 0;
  border-left: 0;
}
.hk-card > .hk-row-fluid {
}
.hk-card .hk-list-group-item {
  padding: 1rem;
}
.hk-card [class*="hkc-md-"] {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.hikashop_order_sort select,
.hikashop_order_sort .chzn-container {
  min-width: 170px;
}
.dir-rtl .hika_cpanel_order_action {
  text-align: left;
}
.dir-rtl .hika_cpanel_product_price > span {
  float: right;
  margin-left: 0.5rem;
}
.dir-rtl .hkdropdown-menu > li > a,
.dir-rtl .hkdropdown-menu {
  text-align: right;
}
.dir-rtl .hk-card-order .hika_cpanel_product_image_link,
.dir-rtl .hk-card-order .hika_order_product_image_link {
  margin-right: 0;
  margin-left: 0.5rem;
}
@media screen and (max-width: 979px) {
  .hk-card-order .hika_cpanel_order_status,
  .hika_order_status {
    text-align: right;
    width: auto;
  }
  .dir-rtl .hika_cpanel_order_action,
  .hika_order_action,
  .hika_order_more {
    float: left !important;
    width: auto;
    margin-right: 1rem;
  }
  .hk-card-order [class*="hkc-sm-"] {
    padding: 0;
  }
}
/*************************************
*
* Hikashop Cpanel Compare
*
*************************************/
table.hikashop_no_border td,
table.hikashop_no_border td:hover {
  border: none;
  padding: 0;
}
.hikashop_header_buttons .hikashop_no_border td a > span {
  float: left;
  line-height: inherit;
  margin: 0 0.25rem 0 0;
}
.hikashop_compare_table #hikashop_compare_tr_name {
  font-size: 1rem;
  line-height: 2rem;
  color: var(--rpp-body-color);
}
.hikashop_compare_table #hikashop_compare_tr_name * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.hikashop_compare_table #hikashop_compare_tr_name a:hover {
  color: rgb(var(--rpp-color-accent1));
}
.hikashop_compare_table
  [id*="hikashop_compare_tr_cf_"]
  .hikashop_compare_custom_first_column {
  min-width: 170px;
  font-weight: bold;
  color: #000;
}
.hikashop_compare_table #hikashop_compare_tr_cart td {
  position: relative;
  height: 200px;
  text-align: center;
  vertical-align: top;
}
.hikashop_compare_table #hikashop_compare_tr_cart td .hikacart {
  position: absolute;
  right: 0;
  bottom: 1rem;
  margin: 0 auto;
  left: 0;
  max-width: 130px;
}
/*************************************
*
* Hikashop Cpanel Wishlist
*
*************************************/
div.hika_toolbar .hikabtn span.hk-icon,
div.hika_toolbar .hikabtn [class*="fa-stack-"] {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0.25rem 0 0;
  position: unset;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  display: inline-block;
  float: left;
}
span.btnIcon.hk-icon i {
  vertical-align: middle;
  font-weight: 300;
}
.header + .hika_toolbar {
  margin: 0 0 1rem;
}
.hika_toolbar .hikabtn,
.hikashop_header_buttons .hikashop_no_border td a {
  min-width: 135px;
  margin: 0 0.5rem 0 0;
  color: #fff !important;
}
.hika_toolbar .hikabtn > a {
  color: inherit !important;
}
.hikashop_cart_name_value .fas,
.hikashop_cart_delete_value .fas {
  font-weight: 400;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  margin-left: 0.5rem;
  border: 1px solid;
  border-radius: 0.25rem;
  transition: var(--rpp-transition);
  -webkit-transition: var(--rpp-transition);
  -moz-transition: var(--rpp-transition);
}
.hikashop_cart_delete_value .fas {
  color: red;
}
.hikashop_cart_delete_value a:hover .fas {
  color: #fff;
  background: red;
}
table#hikashop_cart_product_listing thead tr th {
  display: none;
}
table#hikashop_cart_product_listing,
table#hikashop_cart_product_listing > tbody,
table#hikashop_cart_product_listing > tfoot,
table#hikashop_cart_product_listing > tfoot > tr,
table#hikashop_cart_product_listing > tbody > tr,
table#hikashop_cart_product_listing > tbody > tr > td {
  display: block;
  padding: 0.25rem 0;
  border: none;
  color: var(--rpp-body-color);
  text-align: inherit !important;
  clear: both;
  position: relative;
  font-size: 0.75rem;
  min-height: auto;
}
table#hikashop_cart_product_listing > tfoot {
  width: 50%;
  padding-left: 0.5rem;
}
table#hikashop_cart_product_listing > tbody {
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin: 0.5rem -0.5rem;
}
table#hikashop_cart_product_listing > tbody > tr {
  border: 1px solid #ededed;
  padding: 1rem;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  width: calc(50% - 1rem);
  flex: 0 calc(50% - 1rem);
  margin: 0.5rem;
}
table#hikashop_cart_product_listing > tfoot > tr,
table#hikashop_cart_product_listing
  > tbody
  > [class*="hika_show_cart_total_text_"] {
  width: 100%;
  flex: 0 100%;
  border: 1px solid #94ce47;
  background: rgba(148, 206, 71, 0.1);
  box-shadow: 0 1px 1px rgba(148, 206, 71, 0.5);
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
}
table#hikashop_cart_product_listing > tfoot > tr td {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  border: none;
}
table#hikashop_cart_product_listing td:before,
#hikashop_show_cart_form table.hikashop_cart_products td:before {
  content: attr(data-title);
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  line-height: inherit;
  box-sizing: border-box;
  background: none;
  float: right;
  color: #000;
  padding: 0 !important;
  font-size: inherit;
  font-weight: bold;
  margin-left: 0.5rem;
}
table#hikashop_cart_product_listing p {
  margin: 0;
}

table#hikashop_cart_product_listing td.hika_delete {
  position: absolute;
  left: 1rem;
  top: 0.65rem;
  padding: 0;
}
table#hikashop_cart_product_listing td.rppcartpq:before,
table#hikashop_cart_product_listing td.hika_delete:before,
table#hikashop_cart_product_listing td.hikashop_cart_name:before {
  display: none;
}
table#hikashop_cart_product_listing .hikashop_cart_product_image_div {
  width: 140px;
  height: 140px;
  margin: 0 0 0.5rem;
  background: #f6f6f6;
  border: 1px solid #ededed;
  padding: 0.5rem;
}
.hikashop_cart_products .hikashop_cart_product_name {
  font-size: 1rem;
  font-weight: bold;
}
.hikashop_cart_products .hikashop_cart_product_name a {
  color: inherit;
}
table#hikashop_cart_product_listing
  > tbody
  > tr
  > td.hikashop_show_cart_form_checkbox {
  border-bottom: 1px solid #ededed;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
table#hikashop_cart_product_listing
  > tbody
  > tr
  > td.hikashop_show_cart_form_checkbox
  input {
  margin: 0;
  float: none;
}
body .hikashop_cart_products .hikashop_product_quantity_field {
  width: 76px;
}
@media screen and (max-width: 979px) {
  table#hikashop_cart_product_listing > tbody {
    margin: 0;
  }
  table#hikashop_cart_product_listing > tbody > tr {
    width: 100%;
    flex: 0 100%;
    margin: 0 0 1rem;
  }
  table#hikashop_cart_product_listing > tfoot,
  #hikashop_show_cart_form table tfoot,
  #hikashop_show_cart_form table tfoot tr {
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
    display: block;
  }
  #hikashop_show_cart_form table tfoot td {
    display: table-cell;
  }
  .header + .hika_toolbar {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .hika_toolbar .hika_toolbar_btn {
    margin: -0.5rem;
    float: none !important;
  }
  .hika_toolbar .hikabtn {
    margin: 0.5rem;
    width: calc(50% - 1rem);
    min-width: auto;
    float: right;
  }
  .hika_toolbar > div > a,
  .hika_toolbar > div > .hkdropdown {
    margin-left: 0.5rem;
  }
}
/*************************************
*
* Hikashop Address Form
*
*************************************/
#hikashop_address_form td {
  border: none;
  padding: 10px 0;
}
#hikashop_address_form .button {
  float: left;
}
body .hikashop_user_address {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.hika_edit > a .fas {
  border: 1px solid;
  border-radius: 0.25rem;
  display: block;
  font-weight: 400;
  line-height: inherit;
}
.hika_edit > a .fas.fa-trash {
  color: red;
}
.hika_edit > a .fas.fa-trash {
}
.hika_edit > a img {
  margin: 0 0 0 5px;
}
dl.hika_options.large > dt,
dl.hika_options.large > dd,
#hikashop_address_form dt,
#hikashop_address_form dd {
  width: 100%;
  margin: 0;
  padding: 0;
}
dl.hika_options,
dl.hika_suboptions,
#hikashop_address_listing table tbody tr {
  margin: 20px 0 0;
}
dl.hika_options > dt {
  float: right;
  clear: right;
  padding: 0;
}
dl.hika_options > dd {
  padding: 0;
  margin-left: 0;
  margin-right: 150px;
}
#hikashop_user_addresses_default {
  display: flex;
  flex-flow: row wrap;
  margin: -0.5rem -0.5rem 1rem;
}
#hikashop_user_addresses_default dl.hika_options {
  flex: 0 calc(50% - 1rem);
  width: calc(50% - 1rem);
  margin: 0.5rem;
}
#hikashop_user_addresses_show .hikabtn {
  display: inline-block;
  min-width: 170px;
}
#hikashop_user_addresses_show .hikabtn img {
  display: none;
}
#hikashop_address_listing table tbody tr td {
  text-align: right;
  width: 100% !important;
  border: none;
  padding: 0;
}
.hikashop_address_edition > div,
.hikabtn.hikashop_checkout_address_cancel_button {
  margin: 2.25rem 0.5rem 0;
  float: none !important;
}
.hikashop_user_address > div {
  float: none !important;
}
#hikashop_messages_error ul {
  margin: 0;
  list-style: none;
}
div.hikashop_messages {
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  margin: 4px 10px;
  border-radius: 4px;
}
.hikashop_messages.hikashop_error {
  background-color: rgb(230, 192, 192);
  color: rgb(204, 0, 0);
  border-color: rgb(222, 122, 123);
}
.hikashop_user_address .hk-label {
  margin-left: 5px;
}
#hikashop_address_form_span_iframe {
  margin: 20px auto;
}
#hikashop_address_form_span_iframe table tr {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px;
}
#hikashop_address_form_span_iframe table td {
  float: right;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  border: none;
  direction: rtl;
}
#hikashop_user_addresses_show .hk-row-fluid {
  margin: 0 -0.5rem;
}
#hikashop_user_addresses_show [class*="hkc-md-"] {
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  #hikashop_user_addresses_show .hikabtn {
    display: block;
    margin: 20px auto 0;
    float: none;
  }
  .hikashop_address_edition > div {
    float: none !important;
    margin: 0;
  }
  #hikashop_user_addresses_default {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
  }
  #hikashop_user_addresses_default dl.hika_options {
    flex: 0 100%;
    width: 100%;
    margin: 0.5rem 0;
  }
}

/*************************************
*
* Hikashop Cpanel Profile
*
*************************************/
.hikashop_cpanel_user_info .hikashop_cpanel_content_body .g-grid,
.profile .g-grid {
  border-bottom: 1px solid var(--rpp-border-color);
}
.hikashop_cpanel_user_info .gantry-width-block,
.hikashop_cpanel_user_info .g-block,
.profile .g-grid .g-block {
  border-left: 1px solid var(--rpp-border-color);
  padding: 1rem 0;
}
.hikashop_cpanel_user_info .gantry-width-block:nth-child(2n),
.hikashop_cpanel_user_info .g-block:nth-child(2n),
.profile .g-grid .g-block:nth-child(2n) {
  border-left: 0;
  padding-right: 1rem;
}
.hikashop_cpanel_user_info .hikashop_cpanel_content_body .g-grid:last-child {
  border-bottom: 0;
}
.hikashop_cpanel_label,
.profile dl.dl-horizontal dt,
.component-content #users-profile-core dt,
.component-content #users-profile-custom dt,
#hikashop_address_listing dt {
  color: var(--rpp-body-color);
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#hikashop_user_addresses_default dt {
  line-height: 35px;
}

.component-content #users-profile-core dt,
.component-content #users-profile-custom dt {
  width: 50%;
}
.hikashop_cpanel_value,
.order_status_title,
.component-content #users-profile-core dd,
.component-content #users-profile-custom dd,
#hikashop_address_listing dd,
.profile dl.dl-horizontal dd,
#hikashop_address_listing dd {
  color: #939393;
  line-height: 20px;
  font-size: var(--rpp-medium-font);
  margin: 0;
  padding: 0;
}
.cpanel_info .rpp-buttons {
  padding: 1rem 1rem 0;
  border-top: 1px solid var(--rpp-border-color);
  line-height: 24px;
  text-align: center;
  float: none;
  margin: 0;
}
.cpanel_info .rpp-buttons .btn,
.cpanel_info .rpp-buttons button {
  color: rgb(var(--rpp-color-accent1));
  font-size: 0.75rem;
  border: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px dashed;
  padding: 0;
  line-height: inherit;
  display: inline-block;
  font-family: inherit;
}
.cpanel_info .rpp-buttons .btn:hover,
.cpanel_info .rpp-buttons button:hover {
  color: #000;
}
.cpanel_info .rpp-buttons .btn:before,
.cpanel_info .rpp-buttons button:before {
  content: "\f044";
  font-family: "Font Awesome 5 Pro";
  float: right;
  margin-left: 8px;
}
@media screen and (max-width: 979px) {
  .hikashop_cpanel_user_info .hikashop_cpanel_content_body .g-grid,
  .profile .g-grid {
    border: none;
  }
  .hikashop_cpanel_user_info .gantry-width-block:nth-child(2n),
  .hikashop_cpanel_user_info .g-block:nth-child(2n),
  .profile .g-grid .g-block:nth-child(2n),
  .hikashop_cpanel_user_info .gantry-width-block,
  .hikashop_cpanel_user_info .g-block,
  .profile .g-grid .g-block {
    padding: 1rem 0;
    border: none;
    border-bottom: 1px solid var(--rpp-border-color);
  }
  .dir-rtl dl.hika_options.large > dt {
    text-align: right !important;
  }
}
/*************************************
*
* Hikashop Order Form
*
*************************************/
#htmlfieldset_billing legend,
#htmlfieldset_shipping legend {
  margin-bottom: 20px;
}
#htmlfieldset_products tbody tr {
  border-bottom: 1px solid #d1d3d4;
}
.hikashop_order_main_table tr:last-child td p {
  float: left;
}
.hikashop_order_main_table tr td {
  padding: 1rem 0;
}
.hikashop_order_main_table tr td table tr td {
  padding: 1rem;
}
.hikashop_order_main_table tr td .hikabtn {
  margin-right: 1rem;
}
.hikashop_order_product_extra {
  font-size: 0.75rem;
}
.hikashop_order_main_table label,
.hikashop_order_main_table .feild_name {
  display: inline;
  min-width: 75px;
  color: #231f20;
  font-size: inherit;
}
.hikashop_search_zone .hikabtn {
  display: inline-block;
  margin: 0 10px 0 0;
  min-width: 130px;
}
.hikashop_search_zone .hikabtn-default,
#hikashop_order_listing .hikabtn-default {
  min-width: 60px;
  font-size: 20px;
  display: inline-block;
  line-height: 26px;
}
.hikashop_order_left_part {
  float: none;
}
.tab-content #hikashop_order_listing .hika_toolbar,
.hikashop_order_sort > br {
  display: none;
}
.hika_order_shipping_address .hika_order_shipping_address_title {
  display: inline-block;
}
.hkdropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hkdropdown-menu-right {
  left: auto;
  right: 0;
}
.hkdropdown.open > .hkdropdown-menu {
  display: block;
}
.hika_order_product_name {
  display: block;
  font-size: 0.8rem;
  line-height: 20px;
}
.hikashop_order_sort {
  line-height: 36px;
}
#hikashop_order_listing select#filter_order_range,
#hikashop_order_listing select#filter_order_status,
.hikashop_order_sort .chzn-container {
  width: auto;
  margin: 0 10px;
}
#hikashop_vote_listing span.hikashop_sort_listing_comment,
#hikashop_order_main .hikashop_order_right_part,
#hikashop_order_main .hikashop_order_left_part {
  float: right !important;
}

#hikashop_order_main .hikashop_order_left_part {
  clear: right;
}
body.dir-rtl #hikashop_order_listing .hikashop_search_block,
body.dir-rtl #hikashop_order_listing select#filter_order_range,
body.dir-rtl #hikashop_order_listing select#filter_order_status {
  float: left;
}
@media screen and (max-width: 1199px) {
  table.hikashop_order_main_table tbody tbody,
  table.hikashop_order_main_table tbody tbody tr {
    display: block;
  }
  table.hikashop_order_main_table tbody tbody td {
    min-width: 50%;
    float: right;
  }
  fieldset#htmlfieldset_billing {
    margin-right: 0;
  }
  table.hikashop_order_main_table
    fieldset#htmlfieldset_products
    table
    tbody
    tr.row0
    td,
  table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr,
  table.hikashop_order_main_table tbody fieldset.adminform tbody tr.row1 td {
    border-bottom: 1px solid #d1d3d4 !important;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  #hikashop_order_main fieldset#htmlfieldset_products table tbody tr td:before,
  #htmlfieldset_products tr td.key label,
  .view-order #hikashop_order_listing table td:before {
    color: #000;
    font-size: 0.85rem;
    font-weight: bold;
    text-align: right;
    display: block;
    float: right;
    width: 30%;
    left: auto;
    right: 0;
    top: 10px;
  }
  fieldset#htmlfieldset_products label {
    font-weight: inherit;
  }
  #htmlfieldset_products tr {
    position: relative;
  }
  #htmlfieldset_products tr td.key {
    float: right;
    border: none !important;
    width: 20%;
    min-width: auto;
  }
  #htmlfieldset_products tr td.key + td {
    min-width: 80%;
  }
  #htmlfieldset_products tr td.key label {
    width: 100%;
  }
  #hikashop_order_main
    fieldset#htmlfieldset_products
    table
    tbody
    tr
    td.key:before {
    display: none;
  }
  .hikashop_order_product_extra {
    float: left;
    width: 80%;
  }
  .view-order #hikashop_order_listing table#hikashop_order_listing tbody > tr {
    border-color: #d1d3d4;
    margin-top: 20px;
  }
  .view-order #hikashop_order_listing tbody td {
    padding: 10px 30% 10px 10px;
    border-bottom: 1px solid #d1d3d4 !important;
    position: relative;
    text-align: right;
  }
  .view-order #hikashop_order_listing .hikabtn {
    margin: 0 auto;
    min-width: auto;
  }
  .hikashop_search_zone .hikabtn-default,
  #hikashop_order_listing .hikabtn-default {
    line-height: 26px;
  }
  .hikashop_cpanel_main tbody td,
  #hikashop_order_listing tbody td {
    padding: 10px;
  }
  .hikashop_cpanel_main tbody td:not(:first-child),
  #hikashop_order_listing tbody td:not(:first-child) {
    min-width: 140px;
  }
  .hikashop_cpanel_main td.hikashop_cart_name {
    width: 100%;
  }
  .hikashop_cpanel_main #hikashop_cart_product_listing td {
    position: relative;
    padding: 10px 30% 10px 10px;
    border: 1px solid #d1d3d4 !important;
    margin: 0 0 -1px;
  }
  .hika_toolbar.toolbar div.hkdropdown,
  .hika_toolbar.toolbar a.hikabtn {
    width: auto;
    height: auto;
    float: left;
  }
  .hika_toolbar,
  #hikashop_new_address_popup {
    left: 0;
  }
  .tab-content #wishlist .hika_toolbar.toolbar {
    right: 0;
    top: -20px;
  }
  .tab-content #wishlist {
    padding-top: 40px;
    position: relative;
  }
  .hikashop_cpanel_main .hikashop_cart_product_image {
    margin: 0 0 30px;
  }
  .hikashop_cpanel_main #hikashop_cart_product_listing tr {
    margin: 20px 0;
  }
  .hikashop_cpanel_main tbody tr.row-even + tr {
    background: none;
  }
  .hikashop_cpanel_main .row-even,
  .hikashop_cpanel_main .row-odd {
    padding: 0;
    width: 100%;
  }
  .hk-card-order .hika_cpanel_price {
    text-align: right !important;
  }
  .dir-rtl
    table.hikashop_order_main_table
    fieldset#htmlfieldset_products
    table
    tbody
    tr
    td {
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .view-order .hikabtn {
    min-width: 140px;
  }
  .hkdropdown .hikabtn {
    min-width: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #hikashop_order_main fieldset#htmlfieldset_products table tbody tr td:before {
    width: 50%;
  }
  #hikashop_order_main
    fieldset#htmlfieldset_products
    table
    tbody
    tr
    .hikashop_order_item_name_value:before,
  .hikashop_cpanel_main
    #hikashop_cart_product_listing
    .hikashop_cart_name:before,
  .hikashop_cpanel_main
    #hikashop_cart_product_listing
    .hikashop_cart_description:before {
    width: 100%;
    border-bottom: 1px solid #d1d3d4;
    margin: 0 auto 20px;
  }
  .hikashop_cpanel_main
    #hikashop_cart_product_listing
    .hikashop_cart_name:before,
  .hikashop_cpanel_main
    #hikashop_cart_product_listing
    .hikashop_cart_description:before {
    padding-bottom: 10px;
  }
  #hikashop_order_main
    fieldset#htmlfieldset_products
    table
    tbody
    tr
    td.key
    + td:before,
  #hikashop_cart_product_listing
    .hikashop_cart_description
    [for="item_information"] {
    display: none;
  }
  .hikashop_order_product_extra {
    width: 100%;
  }
  #hikashop_show_cart_form .table thead tr th {
    display: none;
  }
  #htmlfieldset_products tr td.key {
    width: 50%;
  }
  #htmlfieldset_products tr td.key + td {
    min-width: 50%;
  }

  table.hikashop_order_main_table tbody tbody td {
    min-width: 100%;
    padding: 0;
  }
  #htmlfieldset_products td {
    padding: 10px;
  }
  .hikashop_cpanel_main
    #hikashop_cart_product_listing
    td.hikashop_show_cart_form_checkbox {
    height: 40px;
    padding: 10px;
  }
  .hikashop_cpanel_main #hikashop_cart_product_listing td {
    padding-right: 60%;
  }
  .hikashop_cpanel_main #hikashop_cart_product_listing .hikashop_cart_name,
  .hikashop_cpanel_main
    #hikashop_cart_product_listing
    .hikashop_cart_description {
    padding: 60px 10px 10px;
  }
  .hikashop_order_main_table tr:last-child td p {
    text-align: center !important;
    float: none;
  }
  .view-order #hikashop_order_listing tbody td {
    padding-right: 40%;
  }
  .view-order #hikashop_order_listing table td:before {
    width: 40%;
    font-size: 0.8rem;
  }
  .hika_toolbar.toolbar div.hkdropdown,
  .hika_toolbar.toolbar a.hikabtn {
    float: left;
    width: calc(50% - 10px);
    min-width: auto;
  }
  .hika_toolbar.toolbar a.hikabtn:last-child {
    margin: 0;
  }
  .hikashop_cpanel_main #hikashop_share_cart + .hikabtn {
    width: 100%;
    margin: 0 0 20px;
  }
  .hika_toolbar.toolbar div.hkdropdown(2n),
  .hika_toolbar.toolbar a.hikabtn:nth-child(2n) {
    margin: 0;
  }
  .hikashop_cpanel_main .hikashop_cart_product_image {
    margin: 0 auto 30px;
  }
  #hikashop_order_listing select#filter_order_range,
  #hikashop_order_listing select#filter_order_status {
    width: 100%;
    margin: 0 0 10px;
  }
}

/*************************************
*
* Products Compare
*
*************************************/
#hikashop_compare_zone {
  margin: 0 -0.5rem;
}
#hikashop_compare_zone ul {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
}
#hikashop_compare_zone ul li {
  padding: 1rem;
  box-shadow: var(--rpp-larg-box-shadow);
  font-size: 0.75rem;
  text-align: center;
  position: relative;
  width: calc(100% / 5);
  float: right;
  margin: 0.5rem;
}
#hikashop_compare_zone .compare-image {
  margin: 0 auto 1rem;
}
.remove-compare {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background: var(--rpp-red);
  color: rgb(var(--rpp-white)) !important;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.compare-button {
  margin: 0.5rem 0.5rem 1rem;
}
@media screen and (max-width: 979px) {
  #hikashop_compare_zone {
    margin-left: -1rem;
  }
}
/*************************************
*
* Compare Page
*
*************************************/
.hikashop_compare_page {
  background: rgb(var(--rpp-white));
  border-radius: 0.25rem;
  box-shadow: var(--rpp-larg-box-shadow);
}
.hikashop_compare_page .hikashop_no_border td:hover,
.hikashop_compare_page .hikashop_no_border td {
  border: none;
}
.hikashop_compare_page .hikashop_compare_table h2 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  display: block;
  padding: 0.25rem;
  box-sizing: border-box;
  text-align: center;
  text-shadow: none;
}
.hikashop_compare_page .hikashop_compare_table {
  width: 100%;
  border: none;
}
.hikashop_compare_page .hikashop_product_price_main {
  float: none;
  margin: 0;
}
.hikashop_compare_page .hikashop_product_price_full span {
  margin: 0 0 0 0.5rem;
}
.hikashop_compare_page .hikawishlist {
  display: inline-block;
  clear: both;
  text-align: center;
  margin: 0 auto 0;
}
.hikashop_compare_page .hikashop_compare_table label {
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.hikashop_compare_page form {
  margin: 0;
}
.hikashop_compare_page form .hikacart {
  float: left;
}
.hikashop_compare_page .hikashop_header_buttons,
.hikashop_compare_page
  .hikashop_compare_table
  td.hikashop_compare_cart_prod_column {
  display: none;
}
#hikashop_compare_tr_cart {
  display: none;
}
.hikashop_compare_page .hikashop_product_code_main {
  border: none;
}
.hikashop_compare_img_prod_column {
  text-align: center;
}
.hikashop_compare_page .hikashop_product_custom_name,
.hikashop_compare_page .hikashop_compare_table td {
  min-width: 8rem;
}
.hikashop_compare_page .hikashop_compare_table td {
  border: 1px solid var(--rpp-border-color);
}
.hikashop_compare_page .hikashop_compare_custom_first_column {
  font-weight: bold;
  font-size: 0.875rem;
}
.hikashop_compare_page .hikashop_product_main_image_thumb {
  height: auto !important;
}
@media screen and (max-width: 979px) {
  .hikashop_compare_page .hikashop_compare_table {
    display: block;
    overflow: auto;
  }
  .hikashop_compare_page .hikashop_product_custom_name {
    margin-right: 0;
  }
}
@media screen and (min-width: 979px) and (max-width: 1279px) {
  .hikashop_compare_page form .hikacart {
    float: none;
  }
  body.dir-rtl .hikashop_compare_page .hikashop_product_quantity_div {
    float: none;
    margin: 0 0 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
}
/*************************************
*
* Pagination
*
*************************************/
.hikashop_subcategories_pagination,
.hikashop_orders_footer {
  text-align: center;
}
.pagination {
  margin: 1.5rem auto;
  font-size: 0.75rem;
}
.blog .pagination {
  display: block;
  padding: 0;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0.75rem;
}
.pagination .pagenav,
.pagination .counter + ul li span,
.pagination .counter + ul li a,
.pagination [class*="pagenav_"] {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 0.25rem;
  float: none;
  margin: 0 0.25rem;
  color: var(--rpp-gray-light2);
  background: var(--rpp-gray-light3);
  border: none;
  font-size: 0.75rem;
  padding: 0;
}
.pagination .pagenav_previous_chevron,
.pagination .pagenav_next_chevron {
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  background: rgba(var(--rpp-color-accent1), 0.1);
  color: rgba(var(--rpp-color-accent1));
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: 0.375rem;
}
.pagination .pagenav:hover,
.pagination span.pagenav,
.pagination .counter + ul li span {
  background: rgba(var(--rpp-color-accent1), 0.1);
  color: rgba(var(--rpp-color-accent1));
}
.pagination .limit,
.hikashop_results_counter,
.pagination .counter,
.pagination .pagenav_start_chevron,
.pagination .pagenav_end_chevron {
  display: none;
}
.pagination .pagenav_previous_chevron + span.pagenav.pagenav_text,
.pagination .pagenav_next_chevron + span.pagenav.pagenav_text,
.pagination .pagenav.hikashop_next_link,
.pagination .pagenav + span.pagenav.pagenav_text,
.pagination a.pagenav.hikashop_previous_link {
  background: none;
  width: auto;
}
.pagination .pagenav_previous_chevron:before,
.pagination .pagenav_next_chevron:before {
  content: "\f105";
  font-family: FontAwesome, sans-serif;
  display: block;
}
.pagination .pagenav_next_chevron:before {
  content: "\f104";
}
/*************************************
*
* Jc Comment
*
*************************************/
#jc {
  background: rgb(var(--rpp-white));
}
#jc * {
  color: var(--rpp-body-color);
}
#comments-form p,
#comments-form #comments-form-buttons,
#comments-form #comments-form-error,
#comments-form #comments-form-captcha-holder,
#comments-form,
#comments-form p,
#comments-report-form,
#comments-report-form p,
#comments-form span,
#comments-form .counter,
#comments .comment-author,
#comments .author-homepage,
#comments .author-email {
  font-family: var(--rpp-font);
}
#comments a:active,
#comments a:focus,
#comments a:hover {
  color: rgb(var(--rpp-color-accent1)) !important;
}
#jc span {
  border: none;
  font-weight: inherit;
  display: block;
  color: inherit;
  padding: 0;
  margin: 0;
}
#comments-form textarea,
#comments-form .grippie {
  max-width: 100% !important;
  width: 100%;
}
#comments-form {
  margin: -0.5rem;
}
#comments-form .g-block {
  padding: 0.5rem;
}
#comments-form p,
#comments-form #comments-form-buttons,
#comments-form #comments-form-error,
#comments-form #comments-form-captcha-holder {
  margin: 0 !important;
}
#comments-form input,
#comments-report-form input,
#comments-form textarea {
  padding: 0 1rem !important;
  width: 100%;
}
#comments-form textarea {
  padding: 0.5rem 1rem !important;
}
#comments-form .btn,
#comments-report-form .btn {
  color: rgb(var(--rpp-white));
  display: block;
  float: none;
  margin: 0;
  padding: 0.688rem 1rem !important;
  min-width: 8rem;
}
#comments-form .btn:hover,
#comments-report-form .btn:hover,
#comments a.btn:active,
#comments a.btn:focus,
#comments a.btn:hover {
  color: rgb(var(--rpp-white)) !important;
}
#comments-form #comments-form-buttons {
  padding: 0.5rem;
}
#comments-form-send {
  text-align: left;
}
#comments-form-send .btn {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
#comments-form-cancel .btn {
  background: none;
  border-color: var(--rpp-secondary);
  color: var(--rpp-secondary);
  display: inline-block;
}
#comments-form-cancel .btn:hover {
  background: var(--rpp-secondary) !important;
  color: rgb(var(--rpp-white)) !important;
}
#jc .comment-anchor {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  float: right;
  margin-left: 1rem;
  text-align: center;
  background: var(--rpp-light);
  border-radius: 0.25rem;
  color: var(--rpp-gray-light2);
}
#jc .comment-author {
  font-weight: bold;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
#jc .comment-date,
#jc .comment-email {
  color: var(--rpp-body-color);
  font-size: 0.7rem;
  line-height: 1.5rem;
  background: none;
  padding: 0;
  display: block;
}
#comments .comments-list {
  margin: 0;
}
#comments > .comments-list {
  margin: 1rem;
}
#comments-list-footer {
  margin: 0 1rem !important;
}
#comments .even,
#comments .odd {
  color: inherit;
  margin-bottom: 1rem;
}
#jc .rbox {
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
}
#jc .rbox .rpp-user-box {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 1rem;
}
#comments .rbox .comment-body {
  padding: 1.5rem;
  background: var(--rpp-gray-light4);
  border: 1px solid var(--rpp-border-color);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: var(--rpp-body-color);
  clear: both;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}
#comments .comments-buttons,
#comments .refresh {
  height: auto;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0;
  background: none !important;
  margin: 0;
}
#comments .comments-buttons a,
#comments .refresh a {
  color: inherit;
}
#comments-inline-edit {
  background: none;
  border: 1px solid var(--rpp-border-color);
  border-radius: 0.25rem;
  margin: 0;
}
#jc span.comments-vote a {
  width: 1.5rem;
  height: 2rem;
  line-height: 2rem;
  float: left;
  background: none;
  color: var(--rpp-body-color);
  text-align: center;
  margin: 0 0.5rem 0 0;
}
#jc span.comments-vote .vote-good {
  color: var(--rpp-green) !important;
}
#jc span.comments-vote .vote-poor {
  color: var(--rpp-red) !important;
  margin: 0;
}
#jc .comments-vote .vote-good:before,
#jc .comments-vote .vote-poor:before {
  display: block;
  font-size: 1.25rem;
  font-family: "Font Awesome 5 Pro";
}
#jc .comments-vote a.vote-good:before {
  content: "\f164";
}
#jc .comments-vote a.vote-poor:before {
  content: "\f165";
}
#jc .comments-vote div.vote-good,
#jc .comments-vote div.vote-poor {
  float: left;
  margin: 0 0.75rem 0 0;
  line-height: 2rem;
}
#jc .comments-vote div.vote-good span,
#jc .comments-vote div.vote-poor span {
  float: right;
}
#jc span.comments-vote {
  width: auto;
  height: auto;
}
.dir-rtl #jc span {
  text-align: right;
}
#comments-footer {
  display: none;
}
#comments-form-message {
  width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  margin: 0 0 1rem;
}
@media only all and (max-width: 979px) {
  #comments-form-send {
    text-align: right;
  }
}
/*************************************
*
* Article info
*
*************************************/
dl.article-info {
  line-height: 1.5rem;
  font-size: 0.75rem;
  color: var(--rpp-gray-light2);
  margin: 0;
}
/*************************************
*
* Article
*
*************************************/
[itemprop="articleBody"] .fa,
[itemprop="articleBody"] .far {
  margin-left: 0.5rem;
  font-size: 1rem;
}

/*************************************
*
* Blog
*
*************************************/
.blog .items-row,
.item-page .items-row {
  margin-bottom: 0;
  padding-bottom: 0;
}
.moduletable.rpp-blog .category-module li {
  padding: 0.813rem;
}
.blog .item,
.rpp-blog .rpp-block {
  position: relative;
}
.item-image {
  float: none !important;
  margin: 0 0 1.5rem !important;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.row-fluid [class*="span"] [class*="column-"] {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.introtext,
.blog .readmore .btn {
  margin: 0;
  text-align: justify;
}
.blog .item-image,
.rpp-blog .rpp-img {
  margin: 0 auto !important;
  float: none !important;
}
.blog .item .page-header,
.rpp-blog .mod-articles-category-title {
  font-size: 0.875rem;
  margin: -1.25rem 0 0;
  font-weight: normal;
  color: #fff !important;
  line-height: 2.5rem;

  background: rgb(var(--rpp-color-accent1));
  padding: 0 1.25rem;
  max-width: 80%;
}
.blog .item .page-header a,
.rpp-blog .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.blog .item .page-header * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.blog .item:hover .page-header,
.rpp-blog .rpp-block:hover .mod-articles-category-title {
  background: rgb(var(--rpp-color-accent2));
}
.blog .item .rpp-content,
.rpp-blog .rpp-content {
  text-align: justify;
  font-size: 0.875rem;
  color: #808080;
  background: rgb(var(--rpp-white));
  margin: -1.25rem 0 0;
  max-width: calc(100% - 2rem);
  position: relative;
  z-index: 2;
}
.rpp-blog .mod-articles-category-introtext,
.blog .introtext {
  padding: 1.25rem;
  margin: 0;
  min-height: 130px;
}
.rpp-blog .mod-articles-category-readmore,
.blog .readmore {
  position: absolute;
  left: -2rem;
  bottom: 0;
}
.blog .readmore .btn,
.rpp-blog .readmore {
  width: 2rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #414042;
  color: rgb(var(--rpp-white)) !important;
  text-align: center;
  margin: 0;
  font-size: 1.625rem;
}
.blog .readmore .btn:hover,
.rpp-blog .readmore:hover {
  color: rgb(var(--rpp-white));
  background: rgb(var(--rpp-color-accent1));
}

body.dir-rtl .item-image {
  float: right;
  margin-right: 0;
  margin-left: 1.5rem;
}
body.dir-rtl .row-fluid [class*="span"] {
  float: right;
  margin-left: 0;
  margin-right: 2%;
}
body.dir-rtl .row-fluid [class*="span"]:first-child {
  margin-right: 0;
}
body.dir-rtl [class*="cols-"] [class*="column-"] {
  float: right;
}
@media screen and (max-width: 979px) {
  .rpp-blog .mod-articles-category-title {
    padding: 0 2rem 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .item-image {
    float: none !important;
    margin: 0 0 1.5rem !important;
    text-align: center;
  }
  .blog .item {
    max-width: 370px;
    margin: 0 auto !important;
    float: none !important;
  }
  .blog .item .rpp-content {
    width: 100%;
  }
  body.dir-rtl .row-fluid [class*="span"] {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  body.dir-rtl .row-fluid [class*="span"] {
    margin-right: 2%;
  }
  body.dir-rtl .row-fluid [class*="span"]:first-child {
    margin-right: 0;
  }
}
/*************************************
*
*  Cataloge page
*
*************************************/
.blog.cataloge-page .item {
  padding: 1rem;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.blog.cataloge-page .item-image {
  float: right;
  margin: 0 0 0 1rem;
}
.blog.cataloge-page .item .rpp-content {
  padding: 0;
  margin: 1.25rem 0;
  display: inline-block;
  width: calc(100% - 80px);
  box-sizing: border-box;
}
.blog.cataloge-page .readmore {
  float: left;
  margin: 0;
}
.blog.cataloge-page .readmore .btn {
  margin: 0;
}
.blog.cataloge-page .page-header [itemprop="name"] {
  height: auto;
  margin: 0;
  line-height: 2.25rem;
}
.blog.cataloge-page .item .page-header {
  float: right;
}
@media only all and (max-width: 979px) {
  .blog.cataloge-page .item .rpp-content {
    margin: 0;
  }
  .blog.cataloge-page .readmore {
    float: none;
  }
}
/*************************************
*
* Sidebar items
*
*************************************/
.moduletable.sidebar-box {
  margin-bottom: 1rem;
}
.moduletable.sidebar-box ul,
.moduletable.sidebar-box .category-module {
  margin: 0;
  border: none;
  list-style: none;
  padding: 1rem;
  display: block;
  box-shadow: var(--rpp-larg-box-shadow);
}
.moduletable.sidebar-box ul li {
  font-size: 0.875rem;
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--rpp-border-color);
  color: var(--rpp-body-color);
  margin: 0;
}
.moduletable.sidebar-box ul li a {
  color: inherit;
}
.moduletable.sidebar-box ul li:hover a,
.moduletable.sidebar-box ul li.active a,
.moduletable.sidebar-box ul li.current a {
  color: rgb(var(--rpp-color-accent1));
}
/*************************************
*
* Search page
*
*************************************/
.search #searchForm,
.search .search-results {
  background: rgb(var(--rpp-white));
  border-radius: 0.25rem;
  box-shadow: var(--rpp-larg-box-shadow);
}
.search #searchForm input.inputbox {
  padding: 0;
  font-size: 0.75rem;
  background: none;
  height: 2.25rem;
  border: none;
  float: right;
}
.search #searchForm .btn {
  background: none;
  padding: 0;
  border: none;
  overflow: hidden;
  color: var(--rpp-body-color);
  float: left;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}
.search .btn-toolbar > .btn-group:first-child {
  width: calc(100% - 2rem);
}
.search .btn-toolbar > .btn-group + .btn-group {
  width: 2rem;
  margin: 0;
}
.com_search .search.g-grid {
  margin: 0 -0.75rem;
  font-size: 0.875rem;
}
.com_search .search.g-grid > .g-block {
  padding: 0 0.75rem;
}
.search .btn-toolbar {
  margin: 0;
  border-bottom: 1px solid var(--rpp-border-color);
}
.search .g-title {
  margin: 0;
}
.search #searchForm {
  margin-bottom: 1.5rem;
}
#searchForm .rpp-content,
.search .btn-toolbar,
.search .searchintro,
.search .form-limit,
.search .counter {
  padding: 1rem;
}
.search .form-limit,
.search .form-limit * {
  float: right;
  margin-left: 0.5rem;
}
.search .counter {
  float: left;
}
.search .form-limit #limit {
  width: auto;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
}
.search .search-results {
  padding: 0.75rem;
}
.search .result-title {
  color: var(--rpp-body-color);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  margin: 0 0 1rem;
}
.search .result-title a {
  color: inherit;
}
.search .result-category {
  color: var(--rpp-gray-light2);
  background: var(--rpp-border-color);
  line-height: 2rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  min-width: 5rem;
  text-align: center;
  display: inline-block;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.search .search-results .g-block {
  padding: 0.75rem;
}
.search .search-results .g-block .rpp-block {
  background: var(--rpp-gray-light3);
  padding: 1rem;
  border-radius: 0.25rem;
  min-height: 12rem;
}
.search .search-results .result-image {
  float: left;
  width: 3rem;
}
.search .result-text {
  color: var(--rpp-gray-light2);
  font-size: 0.75rem;
}
.search .search-results .g-block .rpp-block:hover a {
  color: rgb(var(--rpp-color-accent1));
}
/*************************************
*
* Mobile Filter title
*
*************************************/
@media screen and (max-width: 979px) {
  .layout-listing .rpp-content-top {
    line-height: 0;
  }
  .layout-listing .rpp-content-top .g-content {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .layout-listing .rpp-content-top .g-content > .platform-content {
    float: right;
    width: 50%;
    padding: 0 0.25rem;
  }
  .moduletable.popupFilters {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .popupFilters .rpp-open,
  .popupFilters .g-title {
    line-height: 2.5rem;
    background: none;
    border: 1px solid var(--rpp-secondary);
    color: var(--rpp-secondary);
    font-size: 0.75rem;
    width: auto;
    text-align: right;
    height: 2.5rem;
    padding: 0 1rem;
    border-radius: 0.25rem;
    font-weight: 500;
  }
  .popupFilters .g-title:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0c9";
    border: none;
    background: none;
    width: auto;
    height: auto;
    position: unset;
    margin: 0;
    float: right;
  }
  .sortFilter-sidebar .g-title:before {
    content: "\f885";
  }
  .popupFilters .rpp-open .fa,
  .popupFilters .rpp-open .far,
  .popupFilters .g-title:before {
    margin-left: 0.25rem;
    font-weight: 400;
  }
  .popupFilters .module-content,
  .mod-rppfinderpro-search .rpp_searchparts {
    transform-origin: center center;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgb(var(--rpp-white));
    right: -100%;
    -webkit-transition: var(--rpp-transition3);
    -o-transition: var(--rpp-transition3);
    transition: var(--rpp-transition3);
    z-index: 100002;
  }
  .popupFilters.active .module-content,
  .mod-rppfinderpro-search .rpp_searchparts {
    right: 0;
  }
  .rpp-pupop-title {
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--rpp-body-color);
    line-height: 2.25rem;
    padding: 1.5rem 1rem;
    position: relative;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    box-shadow: var(--rpp-small-box-shadow);
    background: rgb(var(--rpp-white));
    text-align: right;
  }
  .rpp-pupop-title:before {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 2.5rem;
    top: 1.5rem;
    background: var(--rpp-gray-light3);
    display: block;
    right: 0;
    border-radius: 0.25rem 0 0 0.25rem;
  }
  .rpp-pupop-title .comeback {
    line-height: 2.25rem;
    cursor: pointer;
    font-size: 0.75rem;
    background: none;
    color: var(--rpp-secondary);
    border: 1px solid var(--rpp-secondary);
    border-radius: 0.25rem;
    text-align: center;
    padding: 0 1rem;
    font-weight: 300;
    width: auto;
    height: auto;
    text-indent: unset;
    position: unset;
    left: auto;
    top: auto;
  }
  .rpp-pupop-title .comeback:hover {
    background: var(--rpp-secondary);
    color: rgb(var(--rpp-white));
  }
  .rpp-pupop-title .comeback,
  .rpp-pupop-title .comeback .fa {
    float: left;
  }
  .rpp-pupop-title .comeback .fa {
    margin-right: 0.25rem;
    display: none;
  }
}
/*************************************
*
* Error Page
*
*************************************/
.g-error #g-main {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.g-error h1 {
  font-weight: bold;
  margin: 1.5rem 0;
}
@media screen and (max-width: 979px) {
  .g-error #g-page-surround {
    min-height: 100vh;
  }
}
/*************************************
*
* Signup & sign in
*
*************************************/
.signinup,
.com_users #g-mainbar {
  max-width: 33.75rem;
  margin: 4rem auto;
  font-size: 0.875rem;
  position: relative;
}
.signinup form {
  background: rgb(var(--rpp-white));
  box-shadow: var(--rpp-larg-box-shadow);
  background-clip: border-box;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 0 0 1.5rem;
  border: none;
  position: relative;
}
.signinup form fieldset > p {
  margin: 0 0 1rem;
}
.signinup .control-group {
  margin: 0 1.5rem 0.75rem;
}
.signinup button {
  width: 100%;
}
.page-logo {
  text-align: center;
  margin: 0 0 1rem;
}
.page-logo img {
  max-height: 2.5rem;
}
.signinup .rpp-before {
  margin: 1.5rem 1rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.125rem;
}
.signinup .cancel-btn .far,
.signinup .cancel-btn .fa {
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  color: rgb(var(--rpp-color-accent1));
  background: rgba(var(--rpp-color-accent1), 0.2);
  border-radius: 50%;
  margin-right: 0.25rem;
  float: left;
}
.login #remember {
  margin-left: 0;
  margin-right: 0.5rem;
}
.login + div .nav.nav-tabs {
  border: none;
}
.login + div .nav.nav-tabs li {
  display: block;
  padding: 0.25rem 0;
  border: none !important;
  float: none;
}
/*************************************
*
* Edit profile
*
*************************************/
.profile dl.dl-horizontal {
  margin: 0;
  padding: 0;
}
.profile dl.dl-horizontal dt,
#hikashop_address_listing dt {
  color: var(--rpp-body-color);
  line-height: 1.5rem;
  padding: 0;
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: normal;
}
.profile dl.dl-horizontal dt {
  width: 50%;
}
.profile dl.dl-horizontal dd,
#hikashop_address_listing dd {
  color: var(--rpp-gray-light2);
  line-height: 1.5rem;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.profile .btn-toolbar,
.profile .btn-toolbar .btn-group,
.profile .btn-toolbar .btn-group .btn {
  margin: 0;
}
.profile .btn-toolbar {
  float: left;
  margin: 0.75rem 1rem -5rem;
  position: relative;
  z-index: 1;
}
.profile fieldset {
  clear: both;
}
.dir-rtl .dl-horizontal dt {
  text-align: right;
}
.profile-edit {
  max-width: 33.75rem;
  margin: 0 auto;
}
.profile-edit legend {
  margin-bottom: 1rem;
}
#member-profile .btn {
  margin: 00.25rem;
  width: calc(50% - 0.5rem);
  float: right;
  min-width: auto;
}
body .profile-edit .control-group {
  margin: 0 0 1rem;
}
.profile-edit .control-group .controls {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
/*************************************
*
* Cpanel menu side
*
*************************************/
.c-profile-aside .g-title {
  background: none;
  padding-right: 4rem;
  position: relative;
}
.c-profile-aside .g-title:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  color: rgb(var(--rpp-color-accent1));
  background: none;
  font-size: 1.75rem;
  font-weight: 300;
  margin: 0;
}
.c-profile-aside ul,
.moduletable.c-profile-aside .nav.menu {
  list-style: none;
  padding: 1rem;
  border: none;
  display: block;
  margin: 0;
}
.c-profile-aside ul li,
.c-profile-aside ul.nav li,
.moduletable.c-profile-aside .nav.menu li {
  padding: 0.5rem 0;
  border: none;
}
.c-profile-aside ul li a {
  background: none;
  text-align: unset;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--rpp-body-color);
  padding: 0;
  margin: 0;
  font-family: inherit;
}
.c-profile-aside ul li:hover a,
.c-profile-aside ul li.active a,
.c-profile-aside ul li.current a {
  color: rgb(var(--rpp-color-accent1));
  background: none;
}
.c-profile-aside ul li a:before {
  width: 1.5rem;
  height: 1.5rem;
  float: right;
  margin: 0 0 0 1rem !important;
  display: inline-block;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Font Awesome 5 Pro";
}
@media screen and (max-width: 767px) {
  .c-profile-aside ul.menurpp {
    display: none;
  }
  .c-profile-aside .g-title {
    cursor: pointer;
  }
}
/*************************************
*
* Flip clock
*
*************************************/
.flipclock-block {
  display: block;
  line-height: 0;
  color: var(--rpp-body-color);
  border-top: 2px solid rgb(var(--rpp-color-accent1));
}
.flip-clock-wrapper:before {
  content: "\f017";
  font-family: "Font Awesome 5 Pro";
  float: right;
  margin-left: 0.25rem;
  line-height: 1.5rem;
}
body .flipclock_title {
  margin: 0 auto 2.5rem;
}
body .flipclock_title a {
  font-size: 0.75rem;
  display: block;
  background: var(--rpp-gray-light2);
  border-radius: 0;
  line-height: 1.5rem;
  color: inherit;
}
body .flip-clock-wrapper {
  text-align: right;
  margin: 0.25rem 0 0;
  width: auto;
  display: inline-block;
  font-family: inherit;
}
body .flip-clock-wrapper .flip {
  box-shadow: none;
}
body .flip-clock-wrapper ul {
  width: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
  background: none;
  border-radius: 0;
}
body .flip-clock-wrapper ul:last-child {
  margin-right: 0;
}
body .flip-clock-wrapper a {
  color: var(--rpp-body-color);
  line-height: 1.5rem;
  background: inherit;
}
body .flip-clock-wrapper ul li a div div.inn {
  background: rgb(var(--rpp-white));
  border-radius: 0;
  color: var(--rpp-body-color);
  text-shadow: none;
  font-size: inherit;
  font-size: 0.75rem;
}
body .flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .flip-clock-divider {
  width: 0.25rem;
  height: 1.5rem;
  margin: 0;
}
body .flip-clock-divider.days {
  margin: 0;
}
body .flip-clock-dot {
  background: var(--rpp-body-color);
  width: 0.125rem;
  height: 0.125rem;
  box-shadow: none;
  left: 0;
  margin: 0 auto;
  right: 0;
}
body .flip-clock-dot.top {
  top: 0.875rem;
}
body .flip-clock-dot.bottom {
  bottom: 0.75rem;
}
body .flip-clock-divider .flip-clock-label {
  top: -1.5rem;
  right: -1.5rem !important;
  color: var(--rpp-gray);
  text-shadow: none;
  font-size: 0.75rem;
  min-width: 1.5rem;
  text-align: center !important;
  font-weight: 500;
  line-height: 0.875rem;
  display: none;
}
body .flip-clock-divider.days .flip-clock-label {
  right: -3.5rem !important;
}
body .flip-clock-wrapper ul li a div div.inn {
  font-size: 0.75rem;
  text-shadow: none;
  font-weight: normal;
}
/*************************************
*
* Badge
*
*************************************/
.rppbadge {
  font-size: 0.75rem;
  line-height: 1.375rem;
  padding: 0 0.5rem;
  border-radius: 4px;
  color: rgb(var(--rpp-white));
  background: var(--rpp-red);
  display: inline-block;
}
.hikashop_badge_bottomright_div {
  right: 0 !important;
  top: 0 !important;
  bottom: unset !important;
}
/*************************************
*
* Overflow Scroll
*
*************************************/
@media screen and (max-width: 979px) {
  .rpp-services .g-grid,
  .moduletable.rpp-blog .category-module,
  .moduletable.rpp-bradcrumbs ul,
  .moduletable.rpp-services .category-module,
  .moduletable.product-slider .hk-row-fluid {
    max-width: 100%;
    display: flex;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  .rpp-services .g-grid .g-block,
  .brand-slider .hk-row-fluid .hikashop_category,
  .rpp-blog .category-module li,
  .moduletable.rpp-services .category-module li,
  .moduletable.product-slider .hk-row-fluid .hikashop_product {
    width: 18rem;
    min-width: 18rem;
  }
  .rpp-bradcrumbs ul li {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
}
/*************************************
*
* Footer fixed menu
*
*************************************/
.moduletable.footer-fix-menu {
  line-height: 0;
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: url(../images/patterns/footer-bg.svg) no-repeat center;
  background-size: cover;
}
.footer-fix-menu ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.footer-fix-menu ul li {
  width: calc(100% / 5);
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  color: var(--rpp-body-color);
  font-size: 0.75rem;
  line-height: 2rem;
  float: right;
}
#g-copyright .footer-fix-menu ul li {
  margin: 0;
}
.footer-fix-menu ul li a {
  color: inherit !important;
  display: block;
  line-height: 1.5rem;
}
.footer-fix-menu ul li.current a,
.footer-fix-menu ul li.active a,
.footer-fix-menu ul li:hover a {
  color: inherit;
}
.footer-fix-menu ul li .far {
  display: block;
  line-height: inherit;
  font-size: 1rem;
}
.footer-fix-menu ul li a.fa-phone-alt {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  color: rgb(var(--rpp-white)) !important;
  background: var(--rpp-blue);
  margin: 0 auto;
  position: relative;
  bottom: 1rem;
}
.footer-fix-menu ul li a.fa-phone-alt:hover {
  background: var(--rpp-blue-hover);
  color: rgb(var(--rpp-white)) !important;
}
.g-block.footer-e {
  margin-top: -6rem;
}
@media screen and (max-width: 979px) {
  .g-block.footer-e {
    margin-top: -3rem;
  }
}
.hikashop_product_top_part h1 span.hikashop_product_variant_subname {
  margin: 0;
  float: unset;
}
.notifyjs-metro-base .title, .notifyjs-metro-lite-base .title {
    min-height: 25px;
}