::selection {
  background: #000000;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #000000;
  /* Gecko Browsers */
  color: #ffffff;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5c5c5c !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #5c5c5c !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #5c5c5c !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #5c5c5c !important;
}
input[type=text]::-webkit-input-placeholder {
  color: #5c5c5c !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: #000000 1px solid;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
html {
  height: 100%;
}
html body {
  height: 100%;
  background: url(../images/bg.png) repeat;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  word-break: break-word;
  font-weight: 300;
}
strong {
  font-weight: 400;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
.bg-white {
  background-color: #ffffff;
}
.alert {
  z-index: 9999 !important;
}
.its_custom {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
/*--------------------------------------------------------
Loader
---------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 99999;
}
.ajax-loading,
.ajax-loading-text {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding-top: 20%;
  top: 0;
}
.ajax-loading .progress-circle-indeterminate,
.ajax-loading-text .progress-circle-indeterminate {
  background: url(../../assets/images/progress-circle-master.svg) no-repeat top left;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 100px auto auto auto;
}
.ajax-loading-inline {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  color: #000000;
}
.ajax-loading-inline div {
  font-size: 18px;
  color: #ffffff;
}
.ajax-loading-inline .progress-circle-indeterminate {
  background: url(../../assets/images/progress-circle-master.svg) no-repeat top left;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 100px auto auto auto;
}
/*--------------------------------------------------------
Typography
---------------------------------------------------------*/
h1 {
  letter-spacing: 2px;
}
.text-main-2 {
  color: #525252;
}
.text-shadow {
  text-shadow: 2px 2px 10px #525252;
}
.font-line-through {
  text-decoration: line-through;
}
label {
  margin-bottom: 0;
  line-height: 34px;
}
.lh-20 {
  line-height: 20px !important;
}
.text-underline {
  text-decoration: underline;
}
/*--------------------------------------------------------
Anchor
---------------------------------------------------------*/
a {
  text-decoration: none;
  position: relative;
  outline: none;
  color: #525252;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.active,
a:hover,
a:active,
a:focus {
  outline: none;
  color: #000000;
}
[data-href] {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer !important;
}
.open-img {
  cursor: pointer;
}
/*--------------------------------------------------------
Buttons
---------------------------------------------------------*/
.btn {
  border-radius: 0;
  padding: 10px 20px;
  font-family: 'Oswald', sans-serif;
  outline: none;
}
.btn.wide-1 {
  padding: 10px 30px;
}
.btn.wide-2 {
  padding: 10px 40px;
}
.btn.btn-main-1 {
  color: #ffffff;
  background-color: #000000;
  border-color: #525252;
}
.btn.btn-main-1.active,
.btn.btn-main-1:hover,
.btn.btn-main-1:active,
.btn.btn-main-1:focus {
  color: #000000;
  background-color: #525252;
  border-color: #000000;
}
.btn.btn-main-2 {
  color: #000000;
  background-color: #525252;
  border-color: #000000;
}
.btn.btn-main-2.active,
.btn.btn-main-2:hover,
.btn.btn-main-2:active,
.btn.btn-main-2:focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #525252;
}
/*--------------------------------------------------------
Form Elements
---------------------------------------------------------*/
.select2-container--default .select2-selection--single {
  height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
/*--------------------------------------------------------
NAVBAR
---------------------------------------------------------*/
.navbar {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11) !important;
}
.navbar.navbar-expand-lg .brand-logo {
  height: 50px;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar.navbar-expand-lg .navbar-nav .nav-link:active,
.navbar.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar.navbar-expand-lg .navbar-nav .nav-link:focus {
  color: #000000;
  text-decoration: underline;
}
@media only screen and (min-width: 991px) {
  .navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navbar .link-shopping-cart {
  position: relative;
}
.navbar .link-shopping-cart .badge {
  position: absolute;
  top: 0;
  right: -10px;
  background-color: #B6002D;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  width: 22px;
  height: 22px;
  padding-top: 5px;
  text-align: center;
}
/*--------------------------------------------------------
Wrapper
---------------------------------------------------------*/
#main-wrapper {
  position: relative;
  min-height: calc(100vh - 76px);
  padding-top: 76px;
  background-image: url("../images/bg-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#main-wrapper .content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
#main-wrapper .content-wrapper .grid-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #main-wrapper .content-wrapper .grid-item {
    padding-top: 0;
    text-align: center;
  }
}
#main-wrapper .content-wrapper .grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease 0s;
  filter: none;
}
#main-wrapper .content-wrapper .grid-item img:hover {
  transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
}
@media only screen and (max-width: 767px) {
  #main-wrapper .content-wrapper .grid-item img {
    position: relative;
  }
}
#main-wrapper .content-wrapper .grid-item .grid-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  text-shadow: 2px 2px 10px #525252;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
}
#main-wrapper .content-wrapper .grid-item .grid-title .grid-sub-title {
  color: #525252;
  font-size: 16px;
  text-shadow: none;
  letter-spacing: 1px;
}
/*--------------------------------------------------------
BOTTOM
---------------------------------------------------------*/
.bottom-bar {
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.11) !important;
  -moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.11) !important;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.11) !important;
  font-size: 14px;
  padding: 10px 20px;
}
.bottom-bar .payment-brands i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  opacity: 0.7 !important;
}
.bottom-bar .payment-brands i:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}
.bottom-bar #footer-navbar {
  clear: both;
  display: inline-block;
  margin-bottom: 0;
}
.bottom-bar #footer-navbar li {
  float: left;
}
@media only screen and (max-width: 400px) {
  .bottom-bar #footer-navbar li {
    float: none;
  }
}
.bottom-bar #footer-navbar li:before {
  display: inline-block;
  content: "";
  padding-left: 10px;
}
@media only screen and (max-width: 400px) {
  .bottom-bar #footer-navbar li:before {
    padding-left: 0;
  }
}
.bottom-bar #footer-navbar li:not(:last-child):after {
  display: inline-block;
  content: "\00a0 ";
  padding-right: 5px;
  border-right: 1px solid #525252;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
  -moz-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  opacity: 0.5 !important;
  @op- 50;
}
@media only screen and (max-width: 400px) {
  .bottom-bar #footer-navbar li:not(:last-child):after {
    content: "";
    padding-right: 0;
  }
}
@media only screen and (max-width: 400px) {
  .bottom-bar #footer-navbar li:last-child {
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------
DATERANGE PICKER
---------------------------------------------------------*/
.date-picker-wrapper {
  z-index: 1051;
}
.date-picker-wrapper .date-range-length-tip {
  background-color: #000000;
  color: #ffffff;
}
.date-picker-wrapper .date-range-length-tip:after {
  border-top-color: #000000;
}
/*--------------------------------------------------------
BOTTOM
---------------------------------------------------------*/
.card-header > a {
  display: block;
  position: relative;
}
.card-header > a:after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: 'Font Awesome\ 5 Free';
  position: absolute;
  right: 0;
  font-weight: 900;
}
.card-header > a[aria-expanded="true"]:after {
  content: "\f077";
  /* fa-chevron-up */
  font-family: 'Font Awesome\ 5 Free';
}
.payment-icon {
  width: 30px;
  height: auto;
}
/*# sourceMappingURL=Base.css.map */