body {
  font-size: 100%;
}
body.font-size-1-25x {
  zoom: 125%;
}
body.font-size-1-50x {
  zoom: 150%;
}

:root {
  --main-color: $mainColor;
  --sec-color: $hoverColor;
  --third-color: $secundaryColor;
  --dark-color: $darkColor;
  --main-font-family: $main-font-family;
}

body {
  position: relative;
  background: #FFF;
  color: #191919;
  font-family: "League Spartan", sans-serif;
}

a {
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover {
  color: #B48D31;
}

.module-edit-box {
  z-index: 98;
}

.module-edit-box .inner {
  z-index: 99;
}

.module-edit-mode .modules-box a.admin-empty-module-link {
  z-index: 100;
}

.module-edit-mode .modules-box {
  position: relative;
  z-index: 100;
}

cms_module, cms_module2 {
  border-color: #2487fc !important;
  background: #2487fc !important;
  background: -moz-linear-gradient(-45deg, #2487fc 0%, #8e15f6 100%) !important;
  background: -webkit-linear-gradient(-45deg, #2487fc 0%, #8e15f6 100%) !important;
  background: linear-gradient(135deg, #2487fc 0%, #8e15f6 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2487fc", endColorstr="#8e15f6",GradientType=1 ) !important;
  color: #FFF !important;
  padding: 5px 10px;
  display: block;
  margin: 30px 0;
  text-align: center;
  font-weight: 500;
}

::selection {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  background: rgba(22, 0, 134, 0.3);
}

::-moz-selection {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  background: rgba(22, 0, 134, 0.3);
}

body main ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #d5d5d5 !important;
}
body main ::-moz-placeholder { /* Firefox 19+ */
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #d5d5d5 !important;
}
body main :-ms-input-placeholder { /* IE 10+ */
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #d5d5d5 !important;
}
body main :-moz-placeholder { /* Firefox 18- */
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #d5d5d5 !important;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

.modal .close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(/site/assets/img/close.svg) no-repeat center;
  width: 22px;
  height: 22px;
  display: block;
  background-size: 22px;
  cursor: pointer;
  z-index: 999999;
  opacity: 1;
}

.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal .modal-body {
  padding: 15px 0;
}

.modal .modal-body .add-review-body h1 {
  font-size: 30px;
  color: #EE9821;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 30px 0 30px 0;
}

.modal .modal-body .add-review-body h1 span {
  color: #000000;
}

.modal-backdrop {
  background: rgba(0, 161, 226, 0.5);
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 748px;
  }
}
iframe.fancybox-login-iframe {
  max-width: 500px;
  width: 100%;
  height: 100%;
  max-height: 434px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.invisible {
  visibility: hidden !important;
  display: none !important;
}

/*HTML CONTENT*/
body.cke_editable {
  background: #FFF;
}

.cke_editable .ckeditor-grid-system-kp {
  display: block;
  position: relative;
  width: 100%;
}

.main-html-content,
.html-content,
.cke_editable {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
.main-html-content h1, .main-html-content h2, .main-html-content h3, .main-html-content h4, .main-html-content h5, .main-html-content h6,
.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
  font-family: "League Spartan", sans-serif;
  font-weight: bold;
  margin: 0 0 30px 0;
  padding: 0;
}
.main-html-content p,
.html-content p,
.cke_editable p {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
  padding: 0;
  margin: 0 0 30px 0;
}
.main-html-content strong,
.html-content strong,
.cke_editable strong {
  font-weight: 900;
}
.main-html-content a,
.html-content a,
.cke_editable a {
  color: #B48D31;
  font-weight: bold;
  text-decoration: none;
}
.main-html-content a:hover,
.html-content a:hover,
.cke_editable a:hover {
  text-decoration: underline;
}
.main-html-content a:hover,
.html-content a:hover,
.cke_editable a:hover {
  color: #005c32;
}
.main-html-content blockquote,
.html-content blockquote,
.cke_editable blockquote {
  display: block;
  position: relative;
  width: 100%;
  background: #fcfaf7;
  padding: 50px 65px;
  margin: 45px 0 120px 0;
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
.main-html-content blockquote p:last-child,
.html-content blockquote p:last-child,
.cke_editable blockquote p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-html-content blockquote:before, .main-html-content blockquote:after,
.html-content blockquote:before,
.html-content blockquote:after,
.cke_editable blockquote:before,
.cke_editable blockquote:after {
  content: " ";
  display: block;
  width: 92.46px;
  height: 76.23px;
  position: absolute;
  background: transparent url(/site/assets/images/blockquote.svg) no-repeat center;
  background-size: 92.46px;
}
.main-html-content blockquote:before,
.html-content blockquote:before,
.cke_editable blockquote:before {
  left: 50px;
  top: -41px;
}
.main-html-content blockquote:after,
.html-content blockquote:after,
.cke_editable blockquote:after {
  right: 50px;
  bottom: -41px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.main-html-content img,
.html-content img,
.cke_editable img {
  max-width: 100%;
  height: auto !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.main-html-content hr,
.html-content hr,
.cke_editable hr {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 2px solid #9d9d9d;
  background: transparent;
}
.main-html-content img[style*="float:left"], .main-html-content img[style*="float: left"],
.html-content img[style*="float:left"],
.html-content img[style*="float: left"],
.cke_editable img[style*="float:left"],
.cke_editable img[style*="float: left"] {
  margin-right: 15px !important;
  margin-bottom: 15px !important;
}
.main-html-content img[style*="float:right"], .main-html-content img[style*="float: right"],
.html-content img[style*="float:right"],
.html-content img[style*="float: right"],
.cke_editable img[style*="float:right"],
.cke_editable img[style*="float: right"] {
  margin-left: 15px !important;
  margin-bottom: 15px !important;
}
.main-html-content .clearfix,
.html-content .clearfix,
.cke_editable .clearfix {
  display: block;
  width: 100%;
  clear: both;
}
.main-html-content a.content-image img,
.html-content a.content-image img,
.cke_editable a.content-image img {
  position: relative;
  max-width: 100%;
  height: auto !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main-html-content iframe,
.main-html-content div[style="position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;"],
.html-content iframe,
.html-content div[style="position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;"],
.cke_editable iframe,
.cke_editable div[style="position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;"] {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  position: relative;
}
.main-html-content ul,
.html-content ul,
.cke_editable ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 20px;
  list-style: none;
}
.main-html-content ul li,
.html-content ul li,
.cke_editable ul li {
  display: block;
  width: 100%;
  padding: 0 0 13px 18px;
  position: relative;
}
.main-html-content ul li:before,
.html-content ul li:before,
.cke_editable ul li:before {
  content: "- ";
  font-weight: 700;
  color: #B48D31;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
}
.main-html-content a.content-img-auto-gen,
.html-content a.content-img-auto-gen,
.cke_editable a.content-img-auto-gen {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.main-html-content a.content-img-auto-gen img,
.html-content a.content-img-auto-gen img,
.cke_editable a.content-img-auto-gen img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.main-html-content .content_block_module,
.html-content .content_block_module,
.cke_editable .content_block_module {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.main-html-content .content_block_module .gallery-content-block h4.content-blocks-title,
.html-content .content_block_module .gallery-content-block h4.content-blocks-title,
.cke_editable .content_block_module .gallery-content-block h4.content-blocks-title {
  padding: 0 0 12px 0;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block {
  margin-left: -2px;
  margin-right: -2px;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox {
  display: block;
  position: relative;
  width: 100%;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox img,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox img,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox img {
  min-width: 100%;
  max-width: 100%;
}
.main-html-content .card-kp,
.html-content .card-kp,
.cke_editable .card-kp {
  background: #FFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main-html-content .card-kp .card-body,
.html-content .card-kp .card-body,
.cke_editable .card-kp .card-body {
  padding: 33px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6D6E70;
}
.main-html-content .card-kp .card-body h4,
.html-content .card-kp .card-body h4,
.cke_editable .card-kp .card-body h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #474849;
  padding: 14px 0 33px 0;
  margin: 0;
}
.main-html-content .btn-primary, .main-html-content .btn-success,
.html-content .btn-primary,
.html-content .btn-success,
.cke_editable .btn-primary,
.cke_editable .btn-success {
  border-radius: 20px;
  background: #B48D31;
  border-color: #B48D31;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 12px 50px 12px 50px;
}
.main-html-content .btn-primary:hover, .main-html-content .btn-success:hover,
.html-content .btn-primary:hover,
.html-content .btn-success:hover,
.cke_editable .btn-primary:hover,
.cke_editable .btn-success:hover {
  background: #005c32;
  border-color: #005c32;
  color: #FFF;
}
.main-html-content .btn-secondary,
.html-content .btn-secondary,
.cke_editable .btn-secondary {
  background: transparent;
  border: 1px solid #B48D31;
  color: #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 30px 8px;
}
.main-html-content .btn-secondary:hover,
.html-content .btn-secondary:hover,
.cke_editable .btn-secondary:hover {
  background: #B48D31;
  color: #FFF;
  border-color: #B48D31;
}
.main-html-content .btn-success,
.html-content .btn-success,
.cke_editable .btn-success {
  background: #4caf50;
  border-color: #4caf50;
  color: #FFF;
}
.main-html-content .btn-default,
.html-content .btn-default,
.cke_editable .btn-default {
  border-radius: 20px;
  background: #FFF;
  border-color: #FFF;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 12px 30px 12px 30px;
}
.main-html-content .btn-default:hover,
.html-content .btn-default:hover,
.cke_editable .btn-default:hover {
  background: #005c32;
  border-color: #005c32;
  color: #FFF;
}
.main-html-content .btn-outline,
.html-content .btn-outline,
.cke_editable .btn-outline {
  background: #FFF;
  border: 1px solid #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #b48d31;
  padding: 10px 30px 8px;
}
.main-html-content .btn-outline:hover,
.html-content .btn-outline:hover,
.cke_editable .btn-outline:hover {
  background: #B48D31;
  border-color: #B48D31;
  color: #FFF;
}
.main-html-content table.default thead tr td, .main-html-content table.table thead tr td,
.html-content table.default thead tr td,
.html-content table.table thead tr td,
.cke_editable table.default thead tr td,
.cke_editable table.table thead tr td {
  background: #FCFAF7;
  border: 1px solid rgba(180, 141, 49, 0.1);
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  text-align: left;
  color: #333;
  padding: 15px 20px;
}
.main-html-content table.default tbody tr td, .main-html-content table.table tbody tr td,
.html-content table.default tbody tr td,
.html-content table.table tbody tr td,
.cke_editable table.default tbody tr td,
.cke_editable table.table tbody tr td {
  background: #FFF;
  border: 1px solid rgba(180, 141, 49, 0.1);
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #333;
  padding: 15px 20px;
}
.main-html-content table.table-striped thead tr:nth-child(even) td,
.html-content table.table-striped thead tr:nth-child(even) td,
.cke_editable table.table-striped thead tr:nth-child(even) td {
  border: 1px solid rgba(180, 141, 49, 0.5);
}
.main-html-content table.table-striped thead tr td,
.html-content table.table-striped thead tr td,
.cke_editable table.table-striped thead tr td {
  border: 1px solid rgba(180, 141, 49, 0.5);
}
.main-html-content table.table-striped tbody tr:nth-child(even) td,
.html-content table.table-striped tbody tr:nth-child(even) td,
.cke_editable table.table-striped tbody tr:nth-child(even) td {
  background: #FCFAF7 !important;
  --bs-table-bg-type: #FCFAF7;
  border: 1px solid rgba(180, 141, 49, 0.5);
}
.main-html-content table.table-striped tbody tr td,
.html-content table.table-striped tbody tr td,
.cke_editable table.table-striped tbody tr td {
  --bs-table-bg-type: #FFF;
  background: #FFF !important;
  border: 1px solid rgba(180, 141, 49, 0.5);
}
.main-html-content table.table-bordered thead tr:nth-child(even) td,
.html-content table.table-bordered thead tr:nth-child(even) td,
.cke_editable table.table-bordered thead tr:nth-child(even) td {
  border: 1px solid rgba(180, 141, 49, 0.5);
}
.main-html-content table.table-bordered thead tr td,
.html-content table.table-bordered thead tr td,
.cke_editable table.table-bordered thead tr td {
  border: 1px solid rgba(180, 141, 49, 0.5);
}
.main-html-content table.table-bordered tbody tr td,
.html-content table.table-bordered tbody tr td,
.cke_editable table.table-bordered tbody tr td {
  border: 1px solid rgba(180, 141, 49, 0.5);
}
.main-html-content table.table-dark thead tr td,
.html-content table.table-dark thead tr td,
.cke_editable table.table-dark thead tr td {
  background: #333;
  --bs-table-bg-type: #333;
  border: 1px solid #666;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #FFF;
  padding: 15px 20px;
}
.main-html-content table.table-dark tbody tr:nth-child(even) td,
.html-content table.table-dark tbody tr:nth-child(even) td,
.cke_editable table.table-dark tbody tr:nth-child(even) td {
  background: #333;
  --bs-table-bg-type: #333;
  border: 1px solid #666;
}
.main-html-content table.table-dark tbody tr td,
.html-content table.table-dark tbody tr td,
.cke_editable table.table-dark tbody tr td {
  background: #333;
  --bs-table-bg-type: #333;
  border: 1px solid #666;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #FFF;
  padding: 15px 20px;
}
.main-html-content img,
.html-content img,
.cke_editable img {
  margin: 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu ul {
  margin-bottom: 0px;
}

#cssmenu {
  display: block;
  position: relative;
  width: 100%;
  padding: 23px 30px;
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#cssmenu ul ul {
  display: none;
}

.align-right {
  float: right;
}

#cssmenu > ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6d6e70;
  margin: 0 0 15px;
  padding-right: 15px;
}
#cssmenu > ul > li > a.active {
  color: #B48D31;
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #B48D31;
  background: #FFF;
}

#cssmenu > ul > li.open > a {
  border-bottom: 1px solid rgba(234, 234, 234, 0.3);
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: none !important;
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #FFF !important;
}

.holder::before {
  content: "";
  display: none;
}

li.has-sub.open a .holder::before {
  border-top-color: #FFF;
  border-left-color: #FFF;
}

li.has-sub a:hover .holder::before {
  border-top-color: #FFF;
  border-left-color: #FFF;
}

#cssmenu ul ul {
  margin-bottom: 12px;
}

#cssmenu ul ul li a {
  display: block;
  position: relative;
  width: 100%;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6D6E70;
  padding: 10px 0 10px 20px;
}
#cssmenu ul ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6d6e70;
  position: absolute;
  left: 0;
  top: 9px;
  font-style: normal;
  font-size: 12px;
}
#cssmenu ul ul li a.active {
  color: #B48D31;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  color: #B48D31;
}

#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
  padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid rgba(234, 234, 234, 0.3);
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: " ";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

li.has-sub a:hover .holder::before {
  border-top-color: #7acaa7;
  border-left-color: #7acaa7;
}

.main-html-content .btgrid {
  margin-bottom: 30px;
}

.main-html-content .btgrid .btgrid {
  margin-bottom: 0;
}

.main-html-content .btgrid .content {
  height: 100%;
}

table tr:last-child td {
  border: none;
}

.cke_editable .btn-secondary {
  border: 3px solid #000;
  color: #000;
}

.login-logo img {
  width: 100%;
  margin-bottom: 0 !important;
}

section.body-sign .form-control {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

section.body-sign .btn-primary {
  padding: 10px 30px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #5E24E2;
  border-color: #5E24E2;
}

.category-cover {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 32px;
  margin-bottom: 15px;
}
.category-cover:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #191919;
  opacity: 0.1;
}

.store-product-body {
  margin-bottom: 48px;
}

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