@import url(https://fonts.googleapis.com/css?family=Pontano+Sans:400,300,500,600);


body {

    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #505050;
    font-family: "Pontano Sans", Helvetica, Arial, sans-serif;
    /*font-family: "Rubik",Helvetica,Arial,sans-serif;*/
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    overflow-x: hidden;
    overflow-y: auto

    /*font-family: "Pontano Sans", Helvetica, Arial, sans-serif;*/
    /*font-size: 16px;*/
    /*font-weight: normal;*/
    /*line-height: 1.5;*/
    /*color: #606060;*/
    /*background-color: #fff;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto*/
}

.frameone {
    border-style: solid;
    border-width: 5px;
    border-color: gray;
    border-radius: 5px;
}

.index_h2_a_style {
    text-decoration: none !important;
    color: #555 !important;
}

.index_album_sub_title {
    text-decoration: none !important;
    color: #555 !important;
    font-size: 16px;
}

.responsive_menu_category_full {
    color: #606060;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
}

.responsive_menu_category_mobile {
    text-decoration: none;
    color: #606060;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
}


.pagination2:after, .pagination2:before {
    content: "";
    display: table;
}

.pagination2:after {
    clear: both;
}

.pagination2__wrapper {
    /*background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(17%, white), color-stop(83%, white), to(rgba(255, 255, 255, 0)));*/
    /*background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 17%, white 83%, rgba(255, 255, 255, 0) 100%);*/
    height: 50px;
    /*left: 50%;*/
    /*position: absolute;*/
    text-align: center;
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    /*top: 50%;*/
    /*width: 700px;*/
}

.pagination2__wrapper:before, .pagination2__wrapper:after {
    /*background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(17%, rgba(0, 0, 0, 0.1)), color-stop(83%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));*/
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);*/
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.pagination2__wrapper:before {
    top: -1px;
}

.pagination2__wrapper:after {
    bottom: -1px;
}

@-webkit-keyframes hoverAnimation {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes hoverAnimation {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.pagination2 {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination2 li {
    display: block;
    float: left;
    padding: 5px;
}

.pagination2 li:first-child {
    border: none;
}

.pagination2 .button_link,
.pagination2 span {
    background: none;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    /*min-width: 40px;*/
    padding: 0;
}

.pagination2 .button_link {
    outline: none;
    position: relative;
    -webkit-transition: all 170ms linear;
    transition: all 170ms linear;
}

.pagination2 .button_link:before {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 170ms linear;
    transition: all 170ms linear;
    top: 50%;
    width: 0;
}

.pagination2 .button_link:hover:not(.active) {
    color: black;
    /*color: white;*/
}

.pagination2 .button_link:hover:not(.active):before {
    -webkit-animation: hoverAnimation 510ms linear forwards;
    animation: hoverAnimation 510ms linear forwards;
    height: 40px;
    width: 40px;
}

.pagination2 .button_link.active {
    background: rgba(0, 0, 0, 0.1);
    color: black;
}

.pagination2 .prev,
.pagination2 .next {
    font-size: 14px;
}


.footer_color {
    color: #333 !important;
}

.category_box_background {
    background-color: #f5f5f5;
}

.category_box_text {
    white-space: nowrap;
    text-decoration: none;
    color: #333;
}

.general_bg_color {
    background-color: white;
}

.general_bg_color_2 {
    background-color: #ccc;
}

.general_color {
    color: #333;
}


.banner_size {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .banner_size {
        width: 100%;
        min-height: 292px;
    }
}

@media (min-width: 992px) {
    .banner_size {
        width: 100%;
        min-height: 292px;
    }
}

@media (min-width: 1280px) {
    .banner_size {
        width: 100%;
        min-height: 292px;
    }
}


.warning {
    -webkit-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    background: rgba(76, 76, 76, 1);
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(12%, rgba(89, 89, 89, 1)), color-stop(25%, rgba(102, 102, 102, 1)), color-stop(39%, rgba(71, 71, 71, 1)), color-stop(50%, rgba(44, 44, 44, 1)), color-stop(51%, rgba(0, 0, 0, 1)), color-stop(60%, rgba(17, 17, 17, 1)), color-stop(76%, rgba(43, 43, 43, 1)), color-stop(91%, rgba(28, 28, 28, 1)), color-stop(100%, rgba(19, 19, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #e0e0e0;
    padding: 8px;
    margin: 8px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-variant: normal;
    text-align: justify;
}

.frametwo {
    -webkit-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #e0e0e0;
    padding: 8px;
    margin: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-variant: normal;
    text-align: justify;
}

.titleframe {
    -webkit-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #e0e0e0;
    padding: 8px;
    margin: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-variant: normal;
    text-align: justify;
}

.packtext {
    border: 0px solid #e0e0e0;
    padding: 8px;
    margin: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-variant: normal;
    text-align: justify;
}

.framethree {
    background-color: lightblue;
    width: 200px;
    padding: 25px;
    border: 25px solid navy;
}

.first-div {
    width: 50%;
    float: left;
    height: 170px;
}

.second-div {
    width: 50%;
    float: right;
    height: 170px;
}

.full-div {
    width: 100%;
    float: right;
}

.slide {
    height: 300px !important;

    width: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.absolute {
    position: absolute !important;
}

.hero-slider {
    width: 100%;
    overflow: hidden;
}

.hero-slider .slide {
    display: block;
    width: 100%;
    height: 790px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slider .slide > .container {
    position: relative;
    display: table;
    width: 100% !important;
    max-width: 1170px !important;
    height: 100%;
}

.hero-slider .slide h1, .hero-slider .slide h2, .hero-slider .slide h3, .hero-slider .slide h4, .hero-slider .slide h5, .hero-slider .slide h6, .hero-slider .slide p,
.hero-slider .slide .h1, .hero-slider .slide .h2, .hero-slider .slide .h3, .hero-slider .slide .h4, .hero-slider .slide .h5, .hero-slider .slide .h6 {
    display: block;
    margin-bottom: 0;
}

.hero-slider .owl-carousel .owl-controls .owl-nav .owl-prev, .hero-slider .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.hero-slider .owl-carousel .owl-controls .owl-nav .owl-prev:before, .hero-slider .owl-carousel .owl-controls .owl-nav .owl-next:before {
    line-height: 80px;
}

.hero-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -120px;
}

.hero-slider .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -120px;
}

.hero-slider:hover .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 30px;
}

.hero-slider:hover .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 30px;
}

.hero-slider .slider-layer {
    position: absolute;
}

.hero-slider .owl-item .from-top, .hero-slider .owl-item .from-bottom,
.hero-slider .owl-item .from-left, .hero-slider .owl-item .from-right,
.hero-slider .owl-item .scale-up, .hero-slider .owl-item .scale-down {
    opacity: 0;
    -webkit-transition: all 0.5s 0.3s ease-in-out;
    -o-transition: all 0.5s 0.3s ease-in-out;
    transition: all 0.5s 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hero-slider .owl-item .from-top {
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
}

.hero-slider .owl-item .from-bottom {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -o-transform: translateY(45px);
    transform: translateY(45px);
}

.hero-slider .owl-item .from-left {
    -webkit-transform: translateX(-45px);
    -moz-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    -o-transform: translateX(-45px);
    transform: translateX(-45px);
}

.hero-slider .owl-item .from-right {
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    -ms-transform: translateX(45px);
    -o-transform: translateX(45px);
    transform: translateX(45px);
}

.hero-slider .owl-item .scale-up {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.hero-slider .owl-item .scale-down {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.hero-slider .owl-item .delay-1 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hero-slider .owl-item .delay-2 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.hero-slider .owl-item .delay-3 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.hero-slider .owl-item .delay-4 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.hero-slider .owl-item.active .from-top, .hero-slider .owl-item.active .from-bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.hero-slider .owl-item.active .from-left, .hero-slider .owl-item.active .from-right {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.hero-slider .owl-item.active .scale-up, .hero-slider .owl-item.active .scale-down {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 768px) {
    .hero-slider .slide {
        height: 510px;
    }

    .hero-slider .owl-carousel .owl-controls .owl-nav {
        display: none !important;
    }
}


.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.count-input {
    position: relative;
    width: 91px;
    margin: 10px 0;
}

.count-input input {
    width: 100%;
    height: 36px;
    border: 2px solid #ededed;
    border-radius: 4px;
    background: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.count-input input:focus {
    outline: none;
}

.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #606060;
    font-weight: 300;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    top: 0;
    right: 0;
}

.count-input .incr-btn:first-child {
    right: auto;
    left: 0;
}

.shop-item .shop-thumbnail .item-link {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.link-text {
    text-decoration: none;
    color: #754d00;
}

.link-text:hover {
    color: #754d00;
    text-decoration: underline;
}

.shop-item .shop-thumbnail {
    transition: all 0.3s ease-in-out;
}

.shop-item:hover .shop-thumbnail {
    -webkit-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.shop-thumbnail2 > img {
    display: block;
    width: auto;
    margin: auto;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.shop-thumbnail2 {
    transition: all 0.3s ease-in-out;
}

.shop-thumbnail2:hover {
    -webkit-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.shop-thumbnail3 > img {
    display: block;
    width: auto;
    margin: auto;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.shop-thumbnail3 {
    transition: all 0.5s ease-in-out;
}

.shop-thumbnail3:hover {
    -webkit-box-shadow: 2px 2px 25px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 25px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 25px -5px rgba(0, 0, 0, 0.75);
    transition: all 0.5s ease-in-out;
}


.shop-item:hover .shop-thumbnail > img {
    /*  opacity: .9;*/
}


/* PRELOADER CSS */
.page-loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
}

.page-loader-txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
}

/* SPINNER ANIMATION */
.page-loader-spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


.HighlightEditRow {
    background-color: #AAFFCC;
}

.drag_controls {
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
}

.drag_controls_bg {
    background-color: #eee;
}

@keyframes flash_blink {
    0% {
        background-color: rgba(238, 238, 238, 1)
    }
    50% {
        background-color: rgba(180, 180, 180, 0.5)
    }
    100% {
        background-color: rgba(255, 238, 238, 1)
    }
}

@-webkit-keyframes flash_blink {
    0% {
        background-color: rgba(238, 238, 238, 1)
    }
    50% {
        background-color: rgba(180, 180, 180, 0.5)
    }
    100% {
        background-color: rgba(238, 238, 238, 1)
    }
}

.flash_blink_row {

    /*padding: 15px 15px 15px 15px;*/
    /*text-align:center;*/
    /*margin-bottom: 4px;*/
    /*font-size: 24px;*/
    /*border-radius: 5px;*/
    /*-moz-transition: all 0.5s ease-in-out;*/
    /*-webkit-transition: all 0.5s ease-in-out;*/
    /*-o-transition: all 0.5s ease-in-out;*/
    /*-ms-transition: all 0.5s ease-in-out;*/
    /*transition: all 0.5s ease-in-out;*/
    -moz-animation: flash_blink normal 0.7s infinite ease-in-out;
    /* Firefox */
    -webkit-animation: flash_blink normal 0.7s infinite ease-in-out;
    /* Webkit */
    -ms-animation: flash_blink normal 0.7s infinite ease-in-out;
    /* IE */
    animation: flash_blink normal 0.7s infinite ease-in-out;
    /* Opera */
}

.purchase-box {
    background-color: #eee;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.index-search-bar {
    background-color: #eee;
}

.top-nav-container {
    height: auto;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #dbdbdb;
    background-color: white;
}


.light-mode {
    background-color: #ffffff;
    color: #000000;
}

.dark-mode {
    background-color: #2c3e50;
    color: #ecf0f1;
}

.dark-light-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-light-svg {
    width: 24px;
    height: 24px;
}

.dark-light-switch-div {
    display: table-cell;
    transition: all .3s;
    width: 50px;
    /*border-right: 2px solid #ffffff;*/
    /*background-color: #f5f5f5;*/
    /*color: #606060;*/
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
}

.carousel-wrap-bg {
    background-color: #f6f6f6;
}


/* Tools */

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.spinner-content {
    text-align: center;
    color: white;
}

.spinner-content .spinner-border {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
}

.suggestion-card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.suggestion-card:hover {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.tip-box {
    background: #f0f8ff;
    border-left: 4px solid #0066cc;
    padding: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .order-mobile-first {
        order: -1;
    }
}
