@charset "utf-8";

/* CSS Document */

#landscape {
    display: none;
}

.modal {
    display: none;
}

.footer-left {
    float: left;
    font-size: 0.85em;
    position: fixed;
    bottom: 10px;
    left: 10px;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
}

.footer-left span {
    width: 300px;
    display: none;
    font-size: 0.85em;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-shadow: 1px 1px 1px #000000;
}

.footer-right {
    float: right;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: right;
    font-size: 0.85em;
    text-shadow: 1px 1px 1px #000000;
    width: 25%;
}

.footer-right a {
    color: #fff;
    font-size: 0.85em;
    text-shadow: 1px 1px 1px #000000;
}

.footer-info {
    display: inline-block;
    z-index: 5;
    position: fixed;
    bottom: 9px;
    left: 50%;
    margin-left: -11px;
}

.footer-info:hover .footer-info__container {
    max-height: 160px;
    width: 300px;
    padding-left: 5px;
    margin-left: -147px;
    border-radius: 12px;
    background: #222;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    color: #fff;
    text-align: center;
}

.footer-info__container {
    overflow: hidden;
    padding-left: 5px;
    margin-left: 3px;
    max-height: 16px;
    width: 16px;
    color: #eee;
    background: #444;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .3s ease-in-out;
}

.footer-info__icon {
    display: inline-block;
    width: 16px;
    font-family: serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer-info__content {
    max-height: 160px;
    width: 280px
}


/* Action style */

.action {
    font-family: Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 1em;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: .25em;
    cursor: pointer;
    color: #fff;
    border: none;
    background: none;
}

.action:focus {
    outline: none;
}

.action--left {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.action--right {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}

.action--button {
    color: rgb(200, 0, 0);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    background-color: rgba(239, 181, 19, 0.73);
    border-radius: 10px;
    border: 1px solid #fefefe;
    margin: 20px;
    padding: 10px;
}

.action--button:hover {
    color: #000;
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    background-color: rgb(200, 200, 50, 0.4);
    color: #333;
    border-radius: 5px;
    border: 1px solid #fefefe;
    /*  text-shadow: 1px 1px 1px #fff;  */
    box-shadow: 1px 1px 4px #ccc;
}

.action--button:disabled {
    color: #000;
    cursor: not-allowed;
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    background-color: rgba(216, 57, 9, 0.473);
    color: #333;
    border-radius: 5px;
    border: 1px solid #fefefe;
    /*  text-shadow: 1px 1px 1px #fff;  */
}

.no-touch .action--button:hover {
    color: #333;
    outline: none;
}

.text-hidden {
    /*  position: absolute;
    top: 200%;*/
}

.slide__title {
    text-align: center;
    margin: 100px;
    font-size: 2.75em;
    font-weight: 700;
    font-family: 'Georgia', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    z-index: 999;
    text-align: center;
    background: transparent;
    color: #fff;
    text-shadow: 1px 1px 2px #000000;
}

.category_img {
    text-align: center;
    margin: 100px;
}

.category_img img {
    margin: 15px;
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 200px;
}

#lang-bar {
    display: none;
    float: right;
    z-index: 999999;
    top: 48px;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    border-bottom-left-radius: 15px;
    padding-right: 40px;
}

#lang-bar ul {
    list-style-type: none;
    line-height: 40px;
}


/*#lang-bar ul li a {
    color:#fff;
    
}*/

#g-genlix-box {
    height: 100% !important;
}

.inner-cont {
    height: 100% !important;
}

.owl-carousel {
    margin-top: 15%;
}

.owl-theme .owl-controls .owl-nav div {
    position: absolute;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 5px;
    opacity: 0.7;
    background: #000;
    margin-top: -10px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: 5px;
    opacity: 0.7;
    background: #000;
    margin-top: -10px;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 10px;
}


/* Modal Content/Box */

.modal-content {
    background-color: rgba(33, 33, 33, 0.9);
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    padding: 10px;
    border-radius: 10px;
    width: 50%;
    /* Could be more or less, depending on screen size */
}


/* The Close Button (x) */

.close {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}


/* Add Zoom Animation */

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* Overwrite default styles of hr */

hr {
    background-color: #ccc;
    border: 0 none;
    color: #eee;
    height: 1px;
    margin-bottom: 25px;
}

.gallery-item {
    border: 2px solid #ccc;
    width: 100%;
}

.img-one {
    width: 500px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.img-two {
    width: 250px;
    margin-right: -5px;
    margin-left: -5px;
}

.img-top {
    width: 100%;
    float: left;
    padding: 5px;
    margin-top: 0px;
    margin-right: 5px;
}

.img-bottom {
    width: 100%;
    float: left;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.section-text {
    line-height: 40px;
    text-align: justify;
}

.section-header {
    text-align: center;
    margin: 30px;
    font-size: 1.75em;
    font-weight: 700;
    position: relative;
    z-index: 999;
    text-align: center;
    background: transparent;
    color: #000;
    /*  text-shadow: 1px 1px 1px #fff;  */
}

.section-form {
    width: 50%;
    padding: 10px;
    margin-left: 25%;
    margin-right: 25%;
}

.modal-form {
    width: 100%;
    padding: 10px;
}

.section-content {
    margin: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 10px;
    max-width: 70%;
    margin-left: 15%;
}

.section-content ul {
    text-align: left;
}

.cart-form {
    width: 90%;
    padding: 10px;
    margin-left: 5%;
    margin-right: 5%;
}

.user-cart {
    width: 50%;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px;
}

.user-order {
    width: 25%;
    color: #fff;
    float: left;
    padding: 10px;
}

.user-checkout {
    width: 25%;
    color: #fff;
    float: left;
    padding: 10px;
}

.content-box {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    clear: both;
    padding: 30px;
    border-radius: 10px;
    float: left;
    margin-bottom: 10px;
}

.cart-box {
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    display: block;
    clear: both;
    padding: 10px;
    border-radius: 10px;
    float: left;
    margin-bottom: 10px;
}

.cart-billing,
.cart-shipping,
.cart-payment,
.order-total-items,
.order-sub-total {
    margin-bottom: 5px;
    height: auto !important;
    display: block;
    position: relative;
    width: 100%;
}

.order-total {
    margin-top: 5px;
    height: auto !important;
    display: block;
    position: relative;
    width: 100%;
}

.subtotal-title,
.subtotal-value,
.total-title,
.total-value,
.promo-title,
.promo-value,
.shipping-title,
.shipping-value {
    color: #fff;
    float: left;
    width: 50%;
}

.subtotal-value,
.total-value,
.promo-value,
.shipping-value {
    width: 50%;
    text-align: right;
}

.cart-details {}

.cart-title {
    margin: 10px;
    width: 100%;
}

.cart-quantity {
    width: 20%;
    float: left;
    line-height: 32px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.cart-space {
    width: 10%;
    float: left;
    line-height: 32px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.cart-subtotal,
.cart-remove,
.cart-price {
    width: 20%;
    float: left;
    line-height: 32px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.cart-image {
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    margin-right: 10px;
}

.quantity-field {
    width: 100px;
}

.product-frame {
    width: 100%;
    height: auto;
}

.hide {
    display: none;
}

.cart-code {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

input.transparent-input {
    border: none !important;
    color: #fff;
}

.transparent-input {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #ccc;
    color: #fff;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}

.transparent-input-sm {
    line-height: 20px;
}

input.transparent-input {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid #ccc !important;
}

#menu {
    margin: 20px;
    background: transparent;
}

.responsive {
    width: 100% !important;
}

.slide-left {
    -webkit-animation: moveFromLeft .9s ease both;
    animation: moveFromLeft .9s ease both;
}

.slide-right {
    -webkit-animation: moveFromRight .9s ease both;
    animation: moveFromRight .9s ease both;
}

.btn-down {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: 30px;
    position: absolute;
    border: none;
    background: transparent;
    color: #fff;
    z-index: 9991;
}

.btn-up {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 80px;
    position: absolute;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    z-index: 9991;
}

.btn-right {
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    right: 30px;
    position: absolute;
    border: none;
    background: transparent;
    color: #fff;
    z-index: 9991;
}

.btn-left {
    width: 50px;
    height: 50px;
    left: 30px;
    margin-top: -25px;
    top: 50%;
    position: absolute;
    border: none;
    background: transparent;
    color: #fff;
    z-index: 9991;
}

.btn-zoom {
    width: 40px;
    height: 40px;
    right: 10%;
    margin-right: -20px;
    margin-right: -20px;
    top: 50%;
    opacity: 0.5;
    position: absolute;
    border-radius: 100%;
    background: transparent;
    background: rgba(233, 230, 240, 0.2);
    color: #fff;
    z-index: 1001;
}

.btn-form {
    width: 100%;
    height: 40px;
    position: relative;
    border-radius: 10px;
    background: rgba(200, 0, 0, 0.8);
    color: #fff;
    z-index: 1001;
}

#nav-wrap-outer {
    background: rgba(0, 0, 0, 0) repeat scroll center bottom;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
    border: medium none;
    margin: 0;
    outline: medium none;
    padding: 0;
}

#nav-wrap {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    font: 12px "opensans-bold", sans-serif;
    left: 0;
    letter-spacing: 2.5px;
    margin: 0 auto;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 100;
}

.opaque {
    background-color: #333;
}

#nav-wrap>a.mobile-btn {
    display: none;
}

ul#nav {
    min-height: 48px;
    text-align: center;
    width: auto;
}

ul#nav li {
    display: inline-block;
    height: 48px;
    list-style: outside none none;
    position: relative;
    line-height: 2.5em;
    overflow: visible;
    margin: 0px 0px 0px 20px;
}

ul#nav li a {
    color: #fff;
    display: inline-block;
    line-height: 32px;
    padding: 8px 13px;
    text-align: left;
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s;
}

ul#nav li a:hover {
    color: #ccc;
    display: inline-block;
    line-height: 32px;
    /*   padding: 8px 13px; */
    text-align: left;
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s;
}

ul#nav li a:active {
    background-color: transparent !important;
}

ul#nav li.current a {
    color: #ffff00;
}


/* Section 1 */

.bg_img {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #ddd, #eee);
    opacity: .1;
}

.bg_premium {
    background: no-repeat;
    background: url('../images/sital/category/premium.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_scented {
    background: no-repeat;
    background: url('../images/sital/category/scented.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_masala {
    background: no-repeat;
    background: url('../images/sital/category/masala.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_combo {
    background: no-repeat;
    background: url('../images/sital/category/combo.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_dhoop {
    background: no-repeat;
    background: url('../images/sital/category/dhoop.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_prods {
    background: no-repeat;
    background: url('../images/sital/category/premium.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_contact {
    background: no-repeat;
    background: url('../images/contact.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_login {
    background: no-repeat;
    background: url('../images/login.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_logout {
    background: no-repeat;
    background: url('../images/login.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_register {
    background: no-repeat;
    background: url('../images/register.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_forgot {
    background: no-repeat;
    background: url('../images/forgot.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_buynow {
    background: no-repeat;
    background: url('../images/cart.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_cart {
    background: no-repeat;
    background: url('../images/cart.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_myaccount {
    background: no-repeat;
    background: url('../images/myaccount.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_policy {
    background: no-repeat;
    background: url('../images/policy.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg_terms {
    background: no-repeat;
    background: url('../images/terms.jpg') no-repeat scroll 100% 100%;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.section-1-left {
    float: left;
    width: 30%;
    height: 100%;
    left: -30%;
}

.left-text {
    position: relative;
    float: left;
    width: 100%;
    top: 50%;
    margin-top: -25%;
}

.section-1-right {
    float: right;
    width: 20%;
    height: 100%;
    right: -20%;
}

.right-text {
    position: relative;
    float: right;
    width: 100%;
    top: 50%;
    margin-top: -100%;
}


/* Section 2 */

.g-genlix-s2-bg {
    background: no-repeat;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.wrapper {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    overflow-y: scroll;
    max-height: 100%;
    z-index: 999;
    width: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.section-overlay {
    /*  overflow-y: scroll;
    max-height: 100%;
    z-index: 999;
    width: 100%;
    overflow-x: hidden;*/
}

.section-2-content {
    opacity: 1;
}

.logo {
    position: absolute;
    top: 55px;
    left: 60px;
    z-index: 9990;
}

.header-icons {
    position: relative;
    top: 25px;
    right: 120px;
    z-index: 10000;
    float: right;
}

.pro-slider {
    z-index: 9991;
}

.qty-li {
    width: 20%;
    float: left;
    list-style: none;
}

.qty-ul {
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
}

.qty-li-minus,
.qty-li-plus {
    width: 15%;
    float: left;
    list-style: none;
    font-size: 1em;
    text-align: center;
}

.qty-li-value {
    width: 20%;
    float: left;
    list-style: none;
    font-size: 1em;
    text-align: center;
}

.qty-li-addtocart {
    width: 50%;
    float: left;
    list-style: none;
    text-align: center;
}

.qty-li-display {
    width: 100%;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #fefefe;
    text-align: center;
    color: #fff;
}

.buynow,
.meta,
.price {
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    float: left;
}

.meta {
    min-height: 70px;
    overflow: hidden;
    text-align: center;
}

.price {
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: 'Georgia', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    font-size: 1.25em;
    text-align: center;
}

#cart,
#alert {
    display: none;
    z-index: 99999;
}


/* Grid items */

.grid__sizer,
.grid__item {
    position: relative;
    float: left;
    width: 25%;
    padding: .75em;
}

.element-item {
    color: #333;
    display: inline-block;
    max-width: 25%;
    overflow: hidden;
    height: auto !important;
    padding: 10px;
    width: 100%;
}

.name {
    display: none;
}

.product-image {
    max-width: 100%;
    height: auto !important;
    text-align: center;
}

.grid__item_box {
    padding: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid ccc;
    border-radius: 10px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}

.no-touch .grid__sizer,
.no-touch .grid__item {
    padding: .75em .75em 1.25em;
}

.grid--loading .grid__item {
    visibility: hidden;
}

.grid__item--size-a {
    width: 40%;
}


/* Product meta */

.meta {
    position: relative;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.meta__brand {
    font-size: .85em;
    font-weight: bold;
    display: block;
    color: #595b64;
}

.meta__title {
    font-size: .95em;
    font-weight: bold;
    margin: 0;
    padding: .4em 0 .1em;
    font-size: 14px;
}

.meta__price {
    font-size: .95em;
    font-weight: bold;
    position: relative;
    color: #595b64;
}

.meta__mrp {
    font-size: .95em;
    font-weight: normal;
    position: relative;
    color: #7e808d;
    text-decoration: line-through;
}


/* Add to cart button */

.action--buy {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    border: 1px solid #fefefe;
}

.action--buy:hover {
    color: #000;
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    background-color: rgb(200, 0, 0);
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fefefe;
}

.no-touch .action--buy {
    opacity: 1;
}

.no-touch .grid__item:hover .action--buy {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.margin-2 {
    margin: 2px;
}

.bar {
    margin: 10px;
    text-align: center;
}

.cart {
    font-size: 1.5em;
    /*   overflow: hidden;  */
    overflow: visible;
    cursor: pointer;
    color: #fff;
    border: none;
    background: transparent;
    z-index: 9998;
    right: 20px;
}

.no-touch .cart:focus,
.no-touch .cart:hover {
    color: #ccc;
    outline: none;
}

.cart--animate .cart__icon {
    -webkit-animation: cartAnim .4s forwards;
    animation: cartAnim .4s forwards;
}

.btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

@-webkit-keyframes cartAnim {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cartAnim {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.cart__count {
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    position: fixed;
    width: 20px;
    height: 20px;
    /*  margin: -35px 0px 0px 12px;*/
    margin: 0 -10px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: rgb(200, 0, 0);
}

.cart--animate .cart__count {
    -webkit-animation: countAnim .4s forwards;
    animation: countAnim .4s forwards;
}

@-webkit-keyframes countAnim {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes countAnim {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeAnim {
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeAnim {
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}


/* Tooltip arrow */

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
}

.slider__item:hover .overlay {
    opacity: 1;
}


/* The icon inside the overlay is positioned in the middle vertically and horizontally */

.overlay-icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 1px 1px 1px #333;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-box {
    width: 50%;
    padding: 0% 10% 0% 10%;
    float: left;
    text-align: center;
}

.desc-box {
    width: 50%;
    padding: 0% 10% 0% 10%;
    float: right;
    padding-top: 50px;
}

.desc-box {
    float: right;
}

.desc-box>.price>.meta__price {
    color: #fff;
}

.desc-box>.price>.meta__mrp {
    color: #ddd;
}

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

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

.home_btn {
    width: 300px;
   /* height: 120px;*/
    max-height:120px;
    overflow:hidden;
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    /* font-family: 'Georgia', Tahoma, Geneva, Verdana, sans-serif; */
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    /* transition: 1s ease;*/
}

.lang--item {
    width: 100%;
    cursor: pointer;
}

.lang--item:hover a {
    color: #ccc;
}

.menu--button {
    font-size: 1em;
}

.menu--button:hover {}

.mobile {
    list-style-type: none;
    line-height: 25px;
    margin-left: 100px;
    margin-right: 10px;
}

.mobile2 {
    top: 30px;
    width: 100%;
    list-style-type: none;
    line-height: 25px;
    margin-right: 10px;
    text-align: right;
    position: absolute;
}

.mobile-li {
    width: 30px;
    text-align: center;
}

.mobile-li-mya {
    width: 50%;
    text-align: right;
    overflow: visible;
}

.mobile-li-so {
    width: 30px;
    text-align: right;
}

.mobile-li-lang {
    width: 75px;
    text-align: right;
}

#curLang {
    font-size: 10px;
}

.mobile-div {
    background: #333;
}

#order_confirmation_div {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.order-details {
    width: 100%;
    display: block;
    float: left;
}

.order-ref {
    padding: 10px;
    width: 15%;
    float: left;
    overflow: visible;
}

.order-title {
    padding: 10px;
    width: 20%;
    float: left;
    overflow: visible;
}

.order-payment {
    padding: 10px;
    width: 15%;
    float: left;
    overflow: visible;
}

.order-price {
    padding: 10px;
    float: left;
    width: 10%;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: visible;
}

.order-time {
    padding: 10px;
    width: 20%;
    float: left;
    overflow: visible;
}

.order-action {
    padding: 10px;
    width: 20%;
    float: left;
    overflow: visible;
}

.order--button {
    font-size: 1em;
}

.order--button:hover {}

.order-download--button {
    font-size: 1em;
}

.order-download--button:hover {}

.order-confirmation-div {
    width: 1000px;
    overflow: auto;
    color: #000;
    background: #fff;
}