.common-home #content {
    color: #868686;
}

.common-home #content h2 {
    font-size: 1.0em
}

.category-detail {
    color: #868686;
}

.h1 {
    font-size: 2em;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
    text-align: center;
}

.category-detail {
    font-size: 1.0em;
    color: #868686;
    text-align: justify;
}

.category-detail h1,
.category-detail h2 {
    font-size: 1.0em;
    color: #868686;
    text-align: center;
}

.btn {
    background: #ebc800;
    font-size: 12px;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    text-transform: uppercase;
    transition: 0.4s;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1rem 1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn.btn-link {
    background: none;
    padding: 0 15px 0 0;
    box-shadow: none;
    margin-top: 0;
    line-height: 1em;
    height: 1em;
}

/*
.btn:not(.btn-link):before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    opacity: 0;
    background-image: -webkit-linear-gradient(0deg, #d19e4a 0%, #f7dc7f 100%);
    transition: 0.3s;
    z-index: -1;
}

*/
.btn:not(.btn-link):hover {
    background: #ffe238;
}

/*
.btn:hover:before {
    left: 0;
    opacity: 1;
}*/

.forgotten {
    display: block;
    margin-top: 5px;
}

.form-group {
    padding: 5px 0;
}

.list-group {
    list-style: none;
    padding: 5px;
    margin: 30px 0 0 0;
    border: 1px solid #e5e5e5;
}

.list-group li {
    display: block;
    margin: 0;
}

.list-group li a {
    display: block;
    padding: 3px 15px;
}

input.form-control {
    border-radius: 0;
    padding: 1rem 2rem;
    height: 35px;
}

table.history {
    margin: 15px 0;
}

table.history td {
    border: 1px solid #d19e4a;
    background: #f7dc7f;
    padding: 5px;
}

table.history tr:first-of-type td {
    background: #d19e4a;
    border: 1px solid #f7dc7f;
    color: #fff;
}

.text-left {
    text-align: left;
}

.bonuses {
    margin-left: 5px;
    padding-left: 5px;
    font-size: 14px;
}

.back-popup {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0;
    transition: 0.5s;
}

.popfade .back-popup {
    opacity: 1;
    top: 0;
}

.popup {
    position: fixed;
    text-align: center;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 201;
    transition: 0.5s;
    transition-delay: 0s;
}

.popfade .popup {
    top: 0;
    transition-delay: 0.1s;
}

.popup:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
}

.popup .modal {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    background: #fff;
    width: 600px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.back-popup2 {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0;
    transition: 0.5s;
}

.popfade2 .back-popup2 {
    opacity: 1;
    top: 0;
}

.popup2 {
    position: fixed;
    text-align: center;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 201;
    transition: 0.5s;
    transition-delay: 0s;
}

.popfade2 .popup2 {
    top: 0;
    transition-delay: 0.1s;
}

.popup2:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
}

.popup2 .modal {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    background: #fff;
    width: 600px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
}

.radio {
    cursor: pointer;
}

label input[type=radio] + img {
    cursor: pointer;
}

.bonus {
    position: relative;
    padding-top: 30px;
    cursor: pointer;
    display: block;
}

.bonus:hover {
    text-decoration: none;
}

.bonus img {
    width: 100%;
}

.bonus:before {
    content: '';
    display: none;
    position: absolute;
    width: 260px;
    height: 260px;
    left: calc(50% - 130px);
    top: calc(50% - 130px);
    border-radius: 200px;
    border: 10px solid #ebc800;
    z-index: -1;
    transform: rotate3d(0, 0, 0, 180deg);
    transition: 0.3s;
}

.bonus:hover:before {
    transform: rotate3d(1, 0.5, 0.5, 180deg);
    border: 10px solid #ffe238;
}

.bonus h2 {
    font-size: 16px;
}

.bonus .price {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.bonus .bonus-popup-info {
    display: none;
}

.bonus-categories ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.bonus-categories ul li {
    display: inline-block;
    margin: 5px;
}

.bonus-categories ul li a {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e2bc57;
    background: #ebc800;
    transition: 0.3s;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.bonus-categories ul li a:hover,
.bonus-categories ul li.active a {
    text-decoration: none;
    border: 1px solid #d7bc23;
    background: #ffe238;
}

.alert {
    background-image: -webkit-linear-gradient(0deg, #f7dc7f 0%, #d19e4a 100%);
    padding: 15px;
    margin: 15px 0;
}

.cabin-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cabin-menu li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.cabin-menu li i {
    color: #ebc800;
}

.cabin-menu li a {
    font-weight: bold;
}

.menu-nav {
    width: 100%;
}

@media (min-width: 1200px) {
    ul.categories-menu li {
        margin: 15px 3px !important;
    }
}

ul.categories-menu li a {
    font-size: 0.8em;
}

.menu-nav.fixed {
    left: 0;
    width: calc(100% - 250px);
}

.nocart .menu-nav.fixed {
    width: 100%;
    left: 0;
}

.nocart .menu-nav {
    width: 100%;
}

.tooltip {
    display: none !important;
}


.owl-buttons{
    top:-240px;
    position: absolute;
}
/*
     FILE ARCHIVED ON 06:02:19 Feb 09, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:15:13 Dec 22, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 88.695
  exclusion.robots: 0.096
  exclusion.robots.policy: 0.087
  cdx.remote: 0.064
  esindex: 0.01
  LoadShardBlock: 53.462 (3)
  PetaboxLoader3.datanode: 77.372 (4)
  load_resource: 112.879
  PetaboxLoader3.resolve: 84.617
*/