﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

ul, ol {
    padding: 0;
    margin: 0;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
        color: #922f81;
    }

    a:focus {
        outline: none;
    }

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

p {
    color: #000;
}

table {
    width: 100%;
}

th, td {
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
}
/*----------- header css start here ---------------*/
header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 100%;
}

.header-top {
    float: left;
    width: 100%;
}

.top-menu {
    float: right;
    width: auto;
    width: 100%;
}

.top-meni-inner {
    float: right;
}

.serch-bar {
    float: left;
    position: relative;
    margin-right: 0;
    width: 40%;
}

.top-right {
    float: right;
    width: 40%;
}

.serch-bar .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 0px solid #000;
    border-radius: 0;
    color: #000;
    padding: 0 0 0 40px;
    height: 18px;
    width: 100%;
    font-size: 13px;
    margin: 11px 0 0 0;
    font-weight: 500;
}

.serch-bar .form-control:focus {
    outline: none;
    box-shadow: none;
}

.serch-bar .btn {
    padding: 0;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-size: cover;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    bottom: 6px;
    left: 5px;
    border: 0;
}

.serch-bar .btn:hover {
    background-color: transparent;
}

ul.login {
    float: right;
    list-style: none;
    margin: 7px 0 0 0;
}

.top-menu a {
    font-size: 13px;
}

.fixed-header .header-bottom {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.header-bottom {
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
    background-color: rgba(255,255,255,1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    margin: -29px 0 0 0;
}

.logo {
    float: left;
    /* max-width: 138px; */
    width: 20%;
    text-align: center;
    padding-top: 10px;
    position: relative;
}

.logo svg,.logo img {
    width: 221px;
    height: auto;
}

header.sticky.fixed-header .logo {
    position: fixed;
    width: 60px;
    z-index: 9;
    top: -4px;
}

.menu {
    float: right;
    width: 100%;
}

.nav {
    width: 100%;
    margin: 8px 0 0 0;
}

.navication.accordion-menu {
    float: left;
    width: 100%;
}

.navication.accordion-menu .left-menu, .navication.accordion-menu .right-menu {
    width: 40%;
    float: left;
}

.navication.accordion-menu .right-menu {
    float: right;
}

.navication.accordion-menu .left-menu {
    text-align: right;
}

.nav ul {
    margin: auto;
}

.menuicon, .closebtn {
    display: none;
}

.serch-bar, .top-right {
    border-bottom: 1px solid rgba(0,0,0,1);
    height: 34px;
    position: relative;
}

.top-right-inner {
    float: right;
    margin: 8px 0 0 0;
}

nav {
    margin: 17px 0 0 0;
    float: left;
}

nav li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0px;
    padding-bottom: 6px;
    width: 49%;
}

nav li.active a {
    color: #584d4d;
}

nav li a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

nav li li a {
    font-size: 12px;
}

.left-menu a {
    margin-right: 30px;
}

.right-menu a {
    margin-left: 30px;
}

.menu-right {
    float: left;
    margin: 0px 0px 0 0;
    font-size: 12px;
}

.menu-right img {
    width: 20px;
}

.menu-right .flaticon-like:before, .menu-right .flaticon-add-to-cart:before {
    font-size: 20px;
    color: #161616;
    vertical-align: middle;
    margin-right: 3px;
}

.menu-right li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0 0 0 30px;
    text-transform: uppercase;
}

.cart {
    width: 16px;
    height: 16px;
    display: block;
    vertical-align: middle;
}

.cart img {
    max-width: 100%;
    vertical-align: middle;
    margin: -11px 0 0 0px;
}

.cart-no {
    position: absolute;
    top: 9px;
    left: 9px;
    text-align: center;
    font-size: 11px;
    color: #000000;
    font-weight: 600;
}

.menu-right form {
    position: absolute;
    top: -16px;
    right: -16px;
}

.menu-right input[type="text"] {
    height: 20px;
    font-size: 16px;
    display: inline-block;
    font-family: "Lato";
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    width: 0px;
    position: absolute;
    padding-right: 25px;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    height: 30px;
    border-radius: 40px;
    text-align: center;
}

.menu-right input[type="text"]:focus:hover {
    border: 1px solid #BBB;
}

.menu-right input[type="text"]:focus {
    width: 300px;
    z-index: 1;
    border: 1px solid #BBB;
    cursor: text;
    background-color: #fff;
    top: 20px;
}

.menu-right input[type="submit"] {
    height: 16px;
    width: 16px;
    display: inline-block;
    color: red;
    float: right;
    text-indent: -10000px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    cursor: pointer;
    transition: opacity .4s ease;
    background-color: transparent;
}

.menu-right input[type="submit"]:focus {
    outline: none;
}

.top-links {
    color: #fff;
    background-color: #790063;
    font-size: 12px;
    padding: 4px 0 2px;
}

.top-links a {
    color: #fff;
}

.top-link-list li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}

.top-link-list li select {
    background-color: transparent;
    color: #fff;
    border: 0;
    margin-right: 20px;
}

.top-link-list li select option {
    color: #000;
}

.top-link-list li select:focus {
    outline: none;
}

.top-link-left a {
    margin-right: 10px;
}

.top-link-left a i {
    margin-right: 3px;
}

body::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-weight: 500;
}

body::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-weight: 500;
}

body:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-weight: 500;
}

body:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-weight: 500;
}

nav li:hover ul.submenuItems {
    display: block !important;
}

ul.submenuItems {
    width: 230px;
    position: absolute;
    background-color: #fff;
    padding: 20px;
    text-align: left;
    display: none;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

ul.submenuItems li {
    margin: 0;
    display: block;
}

header.sticky.fixed-header .menu-right {
    position: fixed;
    top: 6px;
    z-index: 9;
    width: 150px;
    right: 0;
}

.menu-right li:hover .shopping-cart {
    opacity: 1;
    visibility: visible;
}

.shopping-cart {
    margin: 0 0;
    float: right;
    background: #fff;
    width: 320px;
    position: absolute;
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    right: -10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    font-weight: 700;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart .shopping-cart-items {
    padding-top: 15px;
    max-height: 300px;
    /*overflow-y: scroll;*/
}

.shopping-cart .shopping-cart-items li {
    margin: 0;
    margin-bottom: 18px;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
}

.shopping-cart .shopping-cart-items li:last-child {
    margin-bottom: 0;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    max-width: 60px;
    width: 60px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 0;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #790063;
    margin-right: 0;
    font-weight: 700;
    display: block;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
    font-size: 11px;
}


.shopping-cart-header .badge {
    font-size: 11px;
}

.cart-icon {
    color: #737373;
    font-size: 18px;
    margin-right: 7px;
    float: left;
    font-family: 'FontAwesome';
}

.shopping-cart .btn {
    text-align: center;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    border-radius: 0;
    font-size: 13px;
    margin: 15px 0 0 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.shopping-cart .btn:hover {
    background: #000;
}

.top-link-list li:hover .user-login {
    opacity: 1;
    visibility: visible;
}

ul.user-login {
    position: absolute;
    width: 180px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    right: 0;
    text-align: left;
    padding: 15px 20px 5px;
    margin: 0 15px 0 0;
    opacity: 0;
    visibility: hidden;
}

.user-login li {
    display: block;
    margin: 0 0 10px 0;
}

.user-login li a {
    color: #000;
    display: block;
}

/*----------- header css and here ---------------*/

/*-------------- banner css start here -----------------*/
.banner-slider {
    position: relative;
    width: 100%;
    clear: both;
}

.mainSlider .slick-next, .mainSlider .slick-prev {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.6;
    z-index: 1;
    outline: none;
    display: none;
}

.mainSlider img {
    width: 100%;
}

ul.slick-dots {
    text-align: center;
    position: absolute;
    width: auto;
    right: 10px;
    bottom: 30px;
    left: 0;
}

ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    text-indent: -99px;
    overflow: hidden;
    margin: 0 7px;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

ul.slick-dots li.slick-active {
    background-color: #000;
}

.slick-prev, .slick-next {
    background-color: #790063;
    line-height: 24px;
    border: 1px solid #fff;
    font-size: 20px;
}

.icon-prev:before {
    content: '\2039';
}
.icon-next:before {
    content: '\203a';
}
.icon-next:before, .icon-prev:before {
    color: #fff;
    font-size: 30px;
}
.banner-slider .mainSlider {
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}

.mainSlider .slick-prev, .mainSlider .slick-next {
    background: #790063 !important;
    line-height: 24px !important;
    border: 1px solid #fff !important;
    left:70px;
}
.mainSlider .slick-next {
    right:70px;
    left:inherit;
}
    /*----------- and ----------------*/
    .info {
        padding: 20px 0;
        background-color: #d8d3d7;
    }

.info h4 {
    font-size: 12px;
    color: #790063;
    margin-bottom: 5px;
}

.info p {
    margin: 0;
    font-size: 12px;
    line-height: normal;
}

.heading {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.heading span {
    color: #9f026a;
}

.featured-section {
    padding: 30px 0 35px;
}

.product-box {
    text-align: center;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    overflow: hidden;
}
.gal_box {
    overflow:hidden;
}
.product-box:hover {
    border-bottom: 3px solid #790063;
    box-shadow: 0px 0 15px rgba(0,0,0,0.10);
}

.product-box h5 {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.product-box p, .product-box h4 {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}

.product-box h4 {
    color: #790063;
}

.featured:focus, .featured .slick-slide:focus {
    outline: none;
    border: 0;
}

.featured button:focus {
    outline: none
}

.featured .slick-prev, .featured .slick-next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 1;
}

.featured .slick-prev:hover, .featured .slick-next:hover {
    background-color: #790063;
}

.featured .slick-next {
    right: 0;
}

.featured .slick-prev img, .featured .slick-next img {
    width: 30px;
}

.spice-story {
    border-top: 0px solid #c5c5c5;
    padding: 20px 0 5px;
}

.s-prodcut {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.s-prodcut:hover img {
    transform: scale(1.1);
}

.s-prodcut img {
    transition: 3s;
    transform: scale(1);
width: 100%;
}

.product-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(121, 0, 99,0.49);
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-caption small {
    float: right;
    text-transform: uppercase;
    text-decoration: underline;
}

.custom-packaging {
    padding: 50px 0 45px;
}

.custom-packaging h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #790063;
}

.custom-packaging p {
    max-width: 83%;
    margin: auto;
    margin-bottom: 25px;
}

.custom-packaging .heading {
    margin-bottom: 36px;
}

.border-box {
    position: relative;
}

.border-box:after, .border-box:before {
    position: absolute;
    width: 1px;
    height: 100%;
    content: '';
    background-image: url(../images/border.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.border-box:before {
    left: inherit;
    right: 0;
}

.company-profile {
    background-color: #efefef;
    background-image: url(../images/profile-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 400px;
}

.company-profile .heading {
    margin-bottom: 30px;
}

.company-profile p, .order p {
    font-size: 13px;
    line-height: 25px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 26px;
}
.order p {
    max-width: 100%;
}
.company-profile a {
    color: #790063;
}

.title {
    text-align: center;
}

.title p {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

.process {
    padding: 60px 0;
    background-image: url(../images/prosess-bg.png);
    background-repeat: no-repeat;
    background-position: 0 20px;
    background-size: 260px;
}

.accordion .btn-link.collapsed:after, .accordion .btn-link:after {
    content: "+";
    position: absolute;
    right: 0px;
    top: 0;
    background-repeat: no-repeat;
    font-size: 20px;
}

.accordion .btn-link:after {
    content: '-';
}

.accordion .card:last-of-type {
    margin-bottom: 0;
}

.process img {
    max-width: 90%;
    margin-left: auto;
}

.accordion .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid #9b9b9b;
}

.accordion .btn-link, .ac-container label {
    padding: 0;
    width: 100%;
    text-decoration: none;
    color: #9f026a;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    letter-spacing: 1px;
    background-color: transparent;
    border: 0;
}

.accordion .btn-link:hover {
    text-decoration: none;
    color: #000;
    background-color: transparent;
}

.accordion .card {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin-bottom: 30px;
}

.accordion .card-body {
    padding: 20px 0 0;
}

.process .heading {
    margin-bottom: 40px;
}

.card-body.scoll {
    max-height: 1140PX;
    overflow: auto;
}


/* Label */
.ac-container {
    max-width: 100%;
    border-top: none;
}

.ac-container label {
    font-size: 14px;
    border-bottom: 1px solid #9b9b9b;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.ac-container {
    width: 100%;
    margin: 10px auto;
}

.ac-container input {
    display: none;
}

/* Contents */
.ac-container article {
    overflow: hidden;
    height: 0;
    transition: 0.6s;
}

.ac-container article p {
    font-size: 12px;
}

.ac-container input:checked ~ article {
    height: 70px;
    padding-top: 15px;
}

.ac-container input:checked ~ label:after, .ac-container label:after {
    content: "-";
    position: absolute;
    right: 0px;
    top: 0;
    background-repeat: no-repeat;
    font-size: 20px;
}

.ac-container label:after {
    content: '+';
}

.ac-container div {
    margin-bottom: 20px;
}



.call-back {
    background-color: #efefef;
    padding: 50px 0;
}

.call-back .heading {
    margin-bottom: 40px;
}

.form-control {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding: 0;
    color: #000;
    font-size: 12px;
}

.form-control:focus {
    background-color: transparent;
    outline: none;
}

.call-back .form-group {
    margin-bottom: 30px;
}

.call-back .btn {
    margin-top: 20px;
}

.btn {
    background-color: #790063;
    color: #fff;
    border: 1px solid #790063;
    border-radius: 0;
    padding: .375rem 40px;
    text-transform: uppercase;
    font-size: 14px;
}

.btn:hover {
    color: #fff;
    background-color: #9f026a;
    border-color: #9f026a;
}

.btn:focus {
    outline: none;
}

.testimonials {
    text-align: center;
}

.testimonials .slick-arrow, .order .slick-arrow {
    position: absolute;
    top: 12px;
    background-color: transparent;
    border: 0;
    width: 26px;
    left: 0;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.testimonials .slick-arrow img, .order .slick-arrow img {
    width: 100%;
}

.testimonials .slick-arrow.slick-next {
    right: 0;
    left: inherit;
}

.slick-slide {
    outline: none
}

.testimonials p {
    max-width: 80%;
    margin: auto;
}

.testimonials span {
    color: #790063;
    margin-top: 40px;
    display: inline-block;
}

.order-guidelines {
    padding: 50px 0;
}

.order-guidelines .heading {
    margin-bottom: 50px;
}

.order-guidelines h4 {
    text-transform: uppercase;
    color: #790063;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 50px;
    letter-spacing: 1px;
}

.order .slick-arrow {
    bottom: -150px;
    left: inherit;
    right: 0;
    top: inherit;
    width: 26px;
}

.order .slick-arrow:hover {
    opacity: 0.5;
}

.order .slick-arrow.slick-prev {
    right: 50px;
}



footer {
    background-color: #dbbad4;
    padding: 0px 0 0;
}

footer h4 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 60px;
    text-transform: uppercase;
}

.footer-social h4 {
    margin: 30px 0 10px 0;
}

footer .form-control {
    text-align: center;
    font-size: 12px;
    max-width: 86%;
    margin: auto;
    margin-top: 40px;
}

footer .btn {
    margin-top: 20px;
}

footer form {
    text-align: center;
}

.footer-mid ul {
    list-style: none;
}

.footer-mid ul li {
    display: block;
    margin-bottom: 8px;
}

.footer-mid ul li a {
    color: #000;
    display: block;
}

.pay {
    max-width: 120px;
}

footer p a {
    color: #9f026a;
    text-decoration: underline;
}

.certified img {
    display: inline-block;
    margin: auto;
    max-width: 95px;
}

.footer-mid {
    border-left: 1px solid rgba(255,255,255,0.28);
    border-right: 1px solid rgba(255,255,255,0.28);
    padding-bottom: 50px;
}

.footer-social {
    margin-top: 0px;
}

.footer-social li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social li a {
    font-size: 24px;
}

.copy-right {
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid rgba(255,255,255,0.28);
}

.copy-right a {
    color: #000;
}

.copy-right p {
    margin: 0;
    font-size: 12px;
}

.breadcrumb-bar {
    padding: 10px 0;
    clear: both;
}

.breadcrumb-bar .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb-item.active {
    color: #000;
}


/*--- product list page css start here ---*/

.filter-bar h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #790063;
    margin-bottom: 30px;
}

.filter-bar h3 a {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: underline;
    color: #790063;
}

.filter-bar .accordion .btn-link {
    color: #000;
}

.filter-bar .accordion .card-header {
    border-color: #ddd39b;
}

.checkbox input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0;
    box-shadow: none;
    border: 0;
    color: #9f026a;
    width: 14px;
    height: 14px;
    border: 1px solid #9e005d;
    border-radius: 2px;
    /*-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;*/
}

.checkbox input[type="checkbox"]:focus {
    outline: none
}

.checkbox label {
    line-height: normal;
    vertical-align: top;
}

section.products-list {
    padding: 50px 0;
}

.filter-right select {
    width: 200px;
    display: inline-block;
    margin-left: 5px;
    padding: 0;
    height: 17px;
    text-transform: uppercase;
}
.filter-bar.filterlists {
    position: sticky;
    top: 0;
}
.filter-right span {
    color: #790063;
    text-transform: uppercase;
    vertical-align: top;
}

.filter-bar .accordion .card {
    margin-bottom: 30px;
}
/*.scoll{
    max-height:330px;
    overflow:auto;
}*/
.short-bar {
    margin-bottom: 15px;
}

.product-hover {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(121,0, 99,1);
    margin-right: 0px;
    width: 100%;
    color: #fff;
    padding: 5px;
    text-align: left;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
    height: 100%;
    display: none;
    overflow: auto;
    overflow-x: hidden;
}

.product-hover ul li {
    width: 62%;
}

.products-list .product-box:hover .gal_box {
    position: absolute;
    top: 7px;
    z-index: 99;
    width: 100px;
    right: 7px;
}
/*.products-list .col-md-4:nth-child(3n) .product-box .product-hover{
    margin-right: -15px;
    margin-left: 0px;
    left:inherit;
    right:100%;

}*/
.product-hover h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

.product-hover ul {
    padding-left: 16px;
    margin-bottom: 10px;
}

.product-hover ul li, .product-hover p {
    color: #fff;
    line-height: normal;
    margin-bottom: 5px;
    font-size: 11px;
}

p.code, .product-hover p span {
    color: #ff90eb;
}

p.add-order-info {
    margin-bottom: 0;
    color: #ff90eb;
    margin-top: 16px;
}

.products-list .product-box {
    box-shadow: none;
    border: 3px solid #fff;
    overflow: hidden;
    min-height: 350px;
    margin-bottom: 20px;
}

.products-list .product-box:hover {
    border: 3px solid #790063;
}

.products-list .product-box:hover .product-hover {
    border: 3px solid #790063;
    display: block;
    border-right: 0;
}

.product-hover th {
    text-transform: uppercase;
}

.product-hover th, .product-hover td {
    padding: 0;
    font-weight: 500;
    font-size: 10px;
}

.product-hover td {
    border: 0;
    font-weight: 400;
}

.product-hover select {
    height: 20px;
    color: #fff;
    border-color: #fff;
    font-size: 12px;
}

.product-hover .btn {
    padding: 3px 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 11px;
    background-color: #fff;
    color: #e200b8;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

.product-hover .btn:hover {
    background-color: #9f026a;
    color: #fff;
    border-color: #9f026a;
}

.product-hover .btn.btn-line {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.product-hover .btn.btn-line:hover {
    background-color: #9f026a;
    color: #fff;
    border-color: #9f026a;
}

.product-hover small {
    display: block;
    font-size: 9px;
}

.product-hover small span {
    color: #ff90eb;
}

.product-hover table {
    margin-top: 10px;
}

.btn-more {
    margin-top: 40px;
}

.hover-icon a {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #790063;
    color: #790063;
    border-radius: 50%;
    line-height: 22px;
    margin-bottom: 10px;
    margin: 3px 0 0 0;
}

.hover-icon {
    position: absolute;
    display: none;
    right: 0;
    z-index: 999;
    margin: 0 5px 0 0;
}

.product-box:hover .hover-icon {
    display: block
}

.gal_box img {
    transition: 0.5s;
    transform: scale(1);
}

.product-box:hover img {
    transform: scale(1.1);
}

/* --- login page css start here --- */
.login-section {
    clear: both;
    margin: 70px 0 30px;
    padding-top: 30px;
}

.user-section {
    padding: 50px 0;
    background-color: #f8f8f8;
    clear: both;
}

.create-box {
    text-align: center;
}

.create-box span {
    color: #790063;
}

.create-box .heading {
    margin-bottom: 20px;
}

.create-box .btn {
    margin-top: 50px;
}

.login-box {
    position: relative;
}

.login-box:after {
    position: absolute;
    width: 1px;
    height: 113%;
    content: '';
    background-image: url(../images/border.png);
    left: 0;
    top: -20px;
    background-size: cover;
}

.login-section .form-group {
    margin-bottom: 50px;
}

.login-box {
    padding-top: 0px;
    padding-bottom: 40px;
}

span.star {
    position: absolute;
    color: #790063;
    top: 10px;
}

.login-section .form-control {
    padding-left: 7px;
    /*text-transform: uppercase;*/
}

.pink {
    color: #790063;
}

.registration-section {
    background-image: url(../images/rag-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.registration-section .title p {
    margin-bottom: 50px;
}

.registration-section .user-section {
    background-color: rgba(255,255,255,0.9);
}

.login-part {
    margin: 30px 0 0 0;
    text-align: center;
}

.or {
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
}

.or:after, .or:before {
    position: absolute;
    width: 46%;
    height: 1px;
    content: '';
    top: 11px;
    left: 0;
    background-color: #000;
}

.or:before {
    left: inherit;
    right: 0;
}


/* --- Product detail page css start here --*/
.product-detail {
    margin-top: 30px;
}

.productinfo .heading {
    text-align: left;
    margin-bottom: 0;
}

.productinfo .heading sub {
    font-size: 16px;
    color: #790063;
    bottom: 2px;
}

.product-title {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.product-title p {
    color: #000;
    margin: 0;
}

.productinfo h2 {
    color: #790063;
    margin: 10px 0 0;
    font-size: 28px;
}

.productinfo h2 sub {
    font-size: 14px;
    bottom: 2px;
    color: #000;
}

.productinfo h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 15px 0;
}

.productinfo h4 span {
    color: #2e7d03;
}

.productinfo ul {
    padding-left: 15px;
}

.productinfo li {
    margin-bottom: 8px;
}

.productinfo li span {
    width: 60px;
    display: inline-block;
}

.productinfo h5 {
    font-size: 14px;
    margin: 20px 0 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.productinfo small {
    color: #790063;
    font-size: 11px;
}

.productinfo table {
    width: 75%;
    margin-top: 15px;
}

.productinfo table, .productinfo th, .productinfo td {
    border: 0;
}

.productinfo th {
    text-transform: uppercase;
}

.productinfo th, .productinfo td {
    padding: 2px 0;
}

.productinfo .form-control {
    height: 18px;
}

.productinfo .btn-part {
    margin-top: 20px;
}

.productinfo .btn-part .btn-line {
    color: #790063;
    background-color: transparent;
    border: 1px solid #790063;
}

.productinfo .btn-part .btn-line:hover {
    background-color: #9f026a;
    color: #fff;
}

.product-dis h3 {
    font-size: 16px;
    letter-spacing: 1px;
}

.product-dis-title {
    border-bottom: 1px solid rgba(0,0,0,0.27);
    margin-bottom: 20px;
}

.product-dis-title h3 {
    color: #790063;
    text-transform: uppercase;
}

.product-des-inner h3 {
    margin: 0px 0 20px 0;
}

.product-des-inner h3 span {
    text-decoration: underline;
    text-transform: uppercase;
}

.product-des-inner li {
    list-style: none;
    width: 46%;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom:10px;
}

.product-des-inner li img {
    width: 28px;
    position: absolute;
    left: 0;
    top: -2px;
}

.available-packaging {
    padding: 80px 0;
    text-align: center;
}

.available-packaging p {
    text-align: center;
    width: 71%;
    margin: auto;
    margin-top: 20px;
}

.more-spices {
    padding: 50px 0;
}

.more-spices .product-box:hover {
    box-shadow: none;
}

.available-packaging .heading {
    margin-bottom: 30px;
}

.product-dis {
    border-bottom: 1px solid rgba(0,0,0,0.27);
    padding-bottom: 60px;
    margin:30px 0 0 0;
}

.product-hover select:focus {
    color: #fff;
}

.product-code {
    color: #790063;
}
.make-enquiry button.close {
    position: absolute;
    right: -20px;
    color: #fff;
    opacity: 1;
    font-weight: 300;
    font-size: 41px;
    top: -30px;
}
.make-enquiry .product-heading {
    font-size: 18px;
}
/* Sweet Alert*/

.swal-text {
    text-align: center;
    color: #000;
    font-weight: 500;
}

.swal-button {
    background-color: #9f026a !important;
}

.swal-modal {
    width: 410px;
}

.swal-title {
    color: #9f026a !important;
    padding: 10px 0 0 !important;
}

.swal-footer {
    text-align: center !important;
    margin-top: 5px !important;
}

.swal-icon:first-child {
    margin-top: 15px !important;
}

.cursor-pointer {
    cursor: pointer;
}
.make-enquiry .modal-dialog {
    max-width: 640px;
}

.make-enquiry .btn.btn-enquiry {
    color: #fff !important;
}
.star-reviews i {
    font-size: 20px;
    color: #790063;
    margin-right: 5px;
}

.modal-review p {
    margin-top: 10px;
}

.modal-review .col-md-12 span {
    color: #bbb;
    font-weight: 300;
}

.row.repter-row {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.modal-review .modal-body {
    max-height: 610px;
    overflow: auto;
}

/*.product-box.product-mobile {
    height: 820px;
}*/

/* --- wishlist page css start here --- */
.wishlist {
    padding: 50px 0 60px 0;
}

.wishlist-table {
    margin-top: 60px;
}

.wishlist-product {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.wishlist-table th, .wishlist-table td {
    border: 1px solid #ebebeb;
    padding: 5px 10px;
}

td.bl-0 {
    border-left: 0 !important;
}

.br-0 {
    border-right: 0 !important;
}

.shopping-btn {
    position: absolute;
    right: 15px;
    top: 0px;
}

.total-table h4 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 25px;
}

.coupon-code .form-control {
    border-radius: 0;
    border: 1px solid #000;
    padding: 0 10px;
    height: 35px;
}

.coupon-code .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
}

.total-table {
    padding: 60px 0 10px 0;
}

.fa_icon_cart span {
    display: block;
    /* font-size: 14px; */
    margin-bottom: 10px;
}

    .fa_icon_cart span i {
        width: 25px;
    }

.btn-sec {
    margin-top: 50px;
}

.total-table th {
    font-weight: 600;
}

.total-table th, .total-table td {
    text-align: right;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
}

.need-assistan {
    border-right: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
    text-align: center;
}

.coupon-code .btn-sec .btn {
    background-color: #000;
}

.coupon-code .btn-sec .btn:hover {
    background-color: #790063;
}
/*span.gram {
    display: inline-block;
    width: 40px;
}
span.price {
    display: inline-block;
    width: 80px;
}*/
.whhit-sp {
    white-space: nowrap;
}

.whhit-sp a {
    margin: 0 5px;
    font-size: 14px;
}

.product-hover input {
    width: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.product-hover input:focus, .number input:focus {
    outline: none;
}

.product-hover .number {
    text-align: right;
    margin-right: 20px;
}

.number span {
    font-size: 18px;
    cursor: pointer;
    margin: 0px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.number input {
    width: 50px;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border: 1px solid #c1c1c1;
}

/*--- content page css start here ---*/
.page-url {
    position: sticky;
    top: 50px;
}

.page-url ul {
    position: relative;
}

.page-url ul:after {
    position: absolute;
    right: 0;
    width: 1px;
    height: 130%;
    top: -20px;
    background-color: #000;
    content: '';
}

.page-url li {
    list-style: none
}

.page-url li a {
    padding-left: 27px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.page-url li.active a {
    color: #790063;
}

.page-url li a:after {
    background-color: #790063;
    width: 20px;
    height: 1px;
    content: '';
    top: 7px;
    left: 0;
    position: absolute;
}

.content-page {
    padding: 50px 0 50px;
}

.content-page-body h2, .content-page-body h1, .content-page-body h3 {
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.content-page-body h4, .content-page-body h5 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.content-page-body p, .content-page-body ol, .content-page-body ul {
    margin-bottom: 30px;
    line-height: 24px;
}

.content-page-body ol, .content-page-body ul {
    padding-left: 30px;
    line-height: 20px;
}

.content-page-body ol li, .content-page-body ul li {
    margin-bottom: 5px;
}

section .content-page {
    padding: 50px 0 50px 0;
}

.content-page .heading {
    margin-bottom: 50px;
}
/* --- wishlist page css start here --- */
.wishlist {
    padding: 50px 0 60px 0;
}

.wishlist-table {
    margin-top: 80px;
}

.wishlist-product {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.wishlist-table th, .wishlist-table td {
    border: 1px solid #bdbdbd;
    padding: 5px 10px;
}

td.bl-0 {
    border-left: 0 !important;
}

.br-0 {
    border-right: 0 !important;
}

.shopping-btn {
    position: absolute;
    right: 15px;
    top: 25px;
}

.total-table h4 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 25px;
}

.coupon-code .form-control {
    border-radius: 0;
    border: 1px solid #000;
    padding: 0 10px;
    height: 35px;
}

.coupon-code .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
}

.total-table {
    padding: 60px 0 10px 0;
}

.fa_icon_cart span {
    display: block;
    /* font-size: 14px; */
    margin-bottom: 10px;
}

.fa_icon_cart span i {
    width: 25px;
}

.btn-sec {
    margin-top: 50px;
}

.total-table th {
    font-weight: 600;
}

.total-table th, .total-table td {
    text-align: right;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
}

.need-assistan {
    border-right: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
    text-align: center;
}

.coupon-code .btn-sec .btn, .btn-black {
    background-color: #000;
    margin-top: 9px;
    border-color: #000;
}

.coupon-code .btn-sec .btn:hover {
    background-color: #790063;
    border-color: #790063;
}
/*
span.gram {
    display: inline-block;
    width: 40px;
}
span.price {
    display: inline-block;
    width: 80px;
}
    */
span.qty {
    display: inline-block;
    width: 80px;
}

.whhit-sp {
    white-space: nowrap;
}

.whhit-sp a {
    margin: 0 5px;
    font-size: 14px;
}

span.more-info {
    position: absolute;
    display: block;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
    margin: -3px 0 0 0;
}

.add_remark:hover span.more-info {
    display: block;
}

span.more-info h4 {
    font-size: 14px;
}

/*--- my account page css start here --- */

.myacccount-title {
    text-align: center;
    margin: 40px 0 40px 0;
}

.myacccount-title ul {
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 40px;
    overflow: hidden;
}

.myacccount-title li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid rgba(0,0,0,0.2);
    float: left;
    text-transform: uppercase;
}

.myacccount-title li:last-child {
    border-right: 0;
}

.myacccount-title li a {
    display: block;
    padding: 10px 40px;
}

.myacccount-title li.active a, .myacccount-title li a:hover {
    background-color: #52364d;
    color: #fff;
}

.delete-btn {
    background-color: #52364d;
    border-color: #52364d;
}

.delete-btn:hover {
    background-color: #7d6c7b;
    border-color: #7d6c7b;
}

.myaccount-body {
    border-top: 2px solid rgba(121, 0, 99,1);
    padding: 20px 0 0;
    max-width: 88%;
    margin: auto;
}

.myaccount-body .form-control, .checkout .form-control {
    color: #000;
    height: 35px;
}

.myaccount-body .form-control:disabled, .myaccount-body .form-control[readonly] {
    background-color: transparent;
    cursor: not-allowed;
}

.myaccount-body label {
    margin-bottom: 0px;
    display: block;
}

.myaccount-body .form-group {
    margin-bottom: 40px;
}

a.edit-btn {
    text-decoration: underline;
}

section.myaccount-page {
    padding-bottom: 60px;
}

.address-box h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.address-box p {
    margin-bottom: 5px;
}

.address-box .btn {
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 15px;
}

.address-box {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 15px;
}

.address-add {
    padding-bottom: 30px;
    display: none;
}

.address-add.address-open {
    display: block;
}

.order-filter .btn {
    padding: 3px 10px;
    font-size: 12px;
}

.order-filter .form-control {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0;
}

.order-list .myaccount-body {
    max-width: 93%;
}

.order-list .wishlist-table {
    margin-top: 30px;
}

.color-red {
    color: #ff0000;
}

.color-green {
    color: #02b700;
}



/*--- checkout page css start here --- */
.checkout h3 {
    font-size: 18px;
    margin: 0 0 30px 0;
    position: relative;
}

.checkout h3:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 110px;
    height: 1px;
    background-color: #000;
}

.checkout .total-table th, .checkout .total-table td {
    width: 50%;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 20px;
}

.checkout .total-table th {
    text-align: left;
}

.checkout .btn-sec {
    margin-top: 30px;
}

.radio {
    margin: 0 0 10px 0;
}

.radio:last-child {
    margin: 0 0 0px 0;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 1px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #790063;
    box-shadow: inset 0 0 0 3px #f4f4f4;
    border-color: #790063;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #790063;
}

.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.order-button-payment .radio-purple + .msg + .checkmark {
    background-color: #790063;
}

.btnPaypal {
    height: 35px;
    border: 0;
}

.checkout label {
    margin: 0;
    text-transform: uppercase;
}

.biling-info:after {
    position: absolute;
    width: 1px;
    height: 110%;
    background-color: #000;
    right: 0;
    top: -30px;
    content: '';
}

.ship-def-add {
    margin-top: 20px;
}

.answer {
    display: none;
}

input.coupon_question {
    position: absolute;
    right: 30px;
    width: 30px;
    height: 18px;
}

.address-modal .modal-dialog {
    max-width: 920px;
}

.modal-header {
    padding: 6px 1rem;
}

.input-group-text {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: transparent;
    padding: 0 30px 0 0;
}

.custom-order h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.image-input {
    text-align: center;
}

.image-input input {
    display: none;
}

.image-input label {
    display: block;
    color: #b1b1b1;
    background: #e4e4e4;
    padding: 25px 0;
    cursor: pointer;
}

.image-input label i {
    font-size: 60px;
    margin-right: 0.3rem;
    display: block;
}

.image-input label:hover i {
    animation: shake 0.35s;
}

.image-input img {
    max-width: 100%;
    /* display: none; */
    position: absolute;
    left: 15px;
    top: 0;
}

.image-input span {
    display: none;
    text-align: center;
    cursor: pointer;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(.5);
    transform: translate(0,0)scale(.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(1);
    transform: translate(0,0)scale(1);
}

.filtermobile {
    display: none;
}

.product-mobile-remove {
    display: none;
}
.table-bottom {
    padding-top: 10px;
    padding-bottom: 7px;
    color: #790063;
}
.amont-table .col-md-3, .amont-table .col-md-2 {
    border-bottom: 1px solid #790063;
    
}
.wishlist-table h4 {
    font-size: 18px;
    color: #790063;
    margin-bottom:10px;
}
.no-inc {
    width: 40px !important;
    display: inline-block;
    padding: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 18px;
}
.bg-pkt .wishlist-product {
    background-color: #eceaec;
    padding: 8px 14px;
    line-height: 20px;
    border: 1px solid #e0e0e0;
    width: 49%;
    display: inline-block;
}

.product-box h5 {
    color: #ab026a;
    margin-bottom: 8px;
}

.spice-story-page {
    border: 0;
    padding-bottom: 50px;
}

section.spice-story-page .product-caption {
    background-color: rgba(0,0,0,0.25);
    height: 100%;
}

section.spice-story-page .product-caption span {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    text-shadow: 0 0 8px rgba(0,0,0,1);
    font-weight: 600;
}

.spice-story-page h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.spice-story-page p {
    margin-bottom: 10px;
}

.spice-story-page .read {
    font-size: 12px;
    padding: 0;
    font-weight: 600;
    color: #790063;
    display: block;
}

section.spice-story-page .s-prodcut {
    margin: 0;
}

.spice-story-page .col-md-12 {
    margin-bottom: 40px;
}

.all-products {
    padding: 50px 0;
}

.product-info h2, .product-info h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.product-info p {
    line-height: 22px;
}

.title-all {
    padding: 50px 0 50px;
}

.box-bb {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 40px;
}

.spices-product-list {
    position: sticky;
    top: 40px;
}

.spices-product-list li {
    list-style: none;
    margin: 7px 0;
    position: relative;
    padding-left: 30px;
}

.spices-product-list li:after {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #000;
    content: '';
    left: 0;
    top: 8px;
}

.spices-product-list:after {
    position: absolute;
    width: 1px;
    height: 103%;
    background-color: rgba(0,0,0,0.2);
    content: '';
    right: -15px;
    top: -15px;
}

section.product-info {
    padding: 50px 0 0px;
}

section.product-info p {
    line-height: 22px;
    text-align: justify;
}

section.product-info .heading {
    margin-bottom: 20px;
}

.product-info h4 {
    font-weight: 500;
    font-size: 18px;
}

section.custom-packaging.product-benefit h4 {
    font-size: 16px;
}

section.custom-packaging.product-benefit p {
    max-width: 100%;
    line-height: 22px;
}
::-webkit-scrollbar-track {
    background-color: #d0d0d0;
    border-radius: 20px;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #000;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #761c66;
    border-radius: 10px;
}
.product-slider-img {
    overflow: auto;
    max-height: 400px;
}

.enquiry {
    font-size: 12px;
    margin: 7px 0 0 0;
    vertical-align: middle;
    text-decoration: underline;
}

    .enquiry .sepreter {
        margin: 0 5px;
    }
.product-box .product-hover h5 {
    color: #ffffff;
    margin-bottom: 2px;
    max-width: 68%;
}

.auto-login-page .modal-body {
padding:40px;
}
.auto-login-page .nav {
display: inline-block;
width: 80%;
margin: auto;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 40px;
overflow:hidden;
margin-bottom: 20px;
}
.auto-login-page li {
display: inline-block;
margin: 0;
border: 0;
float: left;
width: 50%;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6;
}
.auto-login-page .nav-tabs .nav-item.show .nav-link, .auto-login-page .nav-tabs .nav-link.active {
color: #fff;
background-color: #52364d;
border-color: #52364d;
border-radius:0;
position:relative;
}
.auto-login-page .nav-link.active:after {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #52364d;
border-width: 10px;
margin-left: -10px;
}
.auto-login-page .tab-content {
min-height: 250px;
}
ul.slick-dots li button {
    font-size: 0;
    background-color: transparent;
    border: 0;
}
    /*----------- responsive css start here ---------------------*/
    @media only screen and (max-width:1284px) {
        .container {
            max-width: 1176px;
        }

        .serch-bar, .top-right {
            width: 38%;
        }

        .logo {
            width: 24%;
        }

        .product-hover ul li, .product-hover p {
            font-size: 10px;
        }

        .product-hover {
            padding: 10px;
        }

            .product-hover .btn {
                margin: 15px 0;
            }

            .product-hover h5 {
                font-size: 13px;
                margin-bottom: 3px;
            }

        p.add-order-info {
            margin-top: 18px;
        }

        .product-hover .btn {
            padding: 5px 0;
            font-size: 10px;
        }

        .product-hover th, .product-hover td {
            font-size: 10px;
        }

        .product-hover select {
            font-size: 8px;
            height: 16px;
        }

        .top-links, .info h4, .info p {
            font-size: 10px;
        }

        .company-profile p {
            font-size: 14px;
            line-height: 22px;
        }

        .order-guidelines h4 {
            margin-top: 20px;
        }

        .order .slick-arrow {
            bottom: -30px;
        }
    }

    @media only screen and (max-width:1174px) {
        .spice-story {
            padding: 30px 0 5px;
        }

        .custom-packaging .heading {
            margin-bottom: 25px;
        }

        .custom-packaging .heading {
            margin-bottom: 25px;
        }

        .custom-packaging .heading {
            margin-bottom: 25px;
        }

        .process {
            background-size: 160px;
            padding: 40px 0;
        }

        .call-back .btn {
            margin-top: 0px;
        }

        .featured-section {
            padding: 40px 0 35px;
        }

        .products-list .product-box:hover .gal_box {
            width: 74px;
        }

        .product-hover th, .product-hover td {
            padding: 2px 0;
        }

        .products-list .product-box {
            min-height: 250px;
        }

        .top-links, .info h4, .info p {
            font-size: 9px;
        }

        .top-link-left a {
            margin-right: 4px;
        }

        section.products-list {
            padding: 40px 0;
        }

        .btn {
            padding: .375rem 12px;
        }

        .coupon-code .btn {
            letter-spacing: 0.2px;
        }

        .total-table h4, .checkout h3 {
            font-size: 16px;
            letter-spacing: 0;
        }

        .total-table th, .total-table td {
            font-size: 13px;
        }

        .coupon-code .btn-sec .btn, .btn-black {
            margin-top: 0;
        }

        .checkout .btn-sec .col-md-6.text-left.align-self-end {
            overflow: hidden;
        }
    }

    @media only screen and (max-width:969px) {
        .heading {
            font-size: 22px;
        }

        .logo svg,.logo img {
            width: 144px;
        }

        nav li {
            margin: 0 0px;
        }

        ul.slick-dots {
            bottom: 20px;
        }

        .logo img {
            width: 110px;
        }

        .top-right-inner {
            margin: 7px 0 0 0;
        }

        .serch-bar, .top-right {
            height: 30px;
        }

            .serch-bar .form-control {
                margin: 7px 0 0 0;
            }

        .header-bottom {
            margin: -22px 0 0 0;
        }

        .top-link-left a {
            margin-right: 4px;
            height: 24px;
            width: 24px;
            line-height: 24px;
            overflow: hidden;
            display: inline-block;
            border-radius: 50%;
            border: 1px solid #fff;
            text-align: center;
        }

            .top-link-left a i {
                margin-right: 0;
                font-size: 12px;
            }

        .top-link-list li select {
            margin-right: 5px;
        }

        .filter-bar h3 {
            font-size: 16px;
            letter-spacing: 0px;
        }

            .filter-bar h3 a {
                font-size: 12px;
            }

        section.products-list {
            padding: 30px 0;
        }

        .products-list .product-box:hover .gal_box {
            width: 60px;
        }

        .product-hover ul {
            padding-left: 5px;
        }

        .product-hover {
            padding: 5px;
        }

        .products-list .product-box {
            min-height: 210px;
        }

        footer .btn {
            margin-top: 10px;
            padding: 7px 15px;
        }

        footer h4 {
            margin-top: 40px;
        }

        .footer-mid {
            padding-bottom: 30px;
        }

        .wishlist {
            padding: 30px 0 40px 0;
        }

        .wishlist-table {
            margin-top: 50px;
        }

        .shopping-btn {
            top: 0;
        }

        .company-profile p {
            font-size: 12px;
            line-height: 18px;
            max-width: 100%;
            margin-bottom: 15px;
        }

        .company-profile .heading {
            margin-bottom: 10px;
            font-size: 20px;
        }

        .ac-container input:checked ~ article {
            padding-top: 5px;
        }

        .ac-container div {
            margin-bottom: 10px;
        }

        .order .slick-arrow {
            width: 22px;
        }

        .order-guidelines h4 {
            font-size: 18px;
            margin-bottom: 10px
        }

        .order-guidelines .heading {
            margin-bottom: 30px;
        }

        .order-filter .btn {
            padding: 3px 4px;
        }

        .myacccount-title li a {
            padding: 10px 30px;
        }

        .myacccount-title {
            margin: 30px 0 20px 0;
        }

        .image-input label {
            padding: 5px 0;
        }

        .login-section .form-group {
            margin-bottom: 30px;
        }

        .registration-section .title p {
            margin-bottom: 30px;
        }

        .title p {
            font-size: 13px;
        }

        .user-section {
            padding: 30px 0;
        }

        .product-dis {
            padding-bottom: 20px;
        }

        .available-packaging {
            padding: 40px 0;
        }

        .productinfo h2 {
            font-size: 22px;
        }

        .btn {
            font-size: 12px;
        }

        .address-box {
            padding: 10px;
        }

        .order-button-payment {
            margin-bottom: 15px;
        }

        .myaccount-body .form-control, .checkout .form-control {
            height: 25px;
        }

        .total-table {
            padding: 20px 0 10px 0;
        }

        .biling-info:after {
            height: 103%;
            top: -10px;
        }
    }

    @media only screen and (max-width:767px) {
.auto-login-page .nav{
    width: 100%;
}
.auto-login-page .modal-body {
    padding: 15px;
}
.mainSlider .slick-prev, .mainSlider .slick-next{
left: 5px;
}
.mainSlider .slick-next {
    right: 5px;
    left: inherit;
}

.product-box .product-hover h5 {
    max-width: 100%;
}
        .h3, h3 {
            font-size: 22px;
        }
        .make-enquiry button.close {
            right:0;
        }
            .spices-product-list li {
            padding-left:10px;
        }
        .spices-product-list li:after {
            width:7px;
        }
        .navication.accordion-menu .left-menu, .navication.accordion-menu .right-menu {
            width: 100%;
        }
        .right-menu a {
            margin: 0;
        }
        .left-menu a {
            margin-right: 0;
        }
        .navication.accordion-menu .left-menu {
            text-align: left;
        }
        nav li a {
            font-size: 15px;
        }
        header.sticky.fixed-header {
            position: fixed;
            background-color: #fff;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
            padding: 0 0 7px 0;
            z-index: 999;
        }
        header.sticky.fixed-header .serch-bar {
            display: none;
        }

        header.sticky.fixed-header .menu-right {
            position: fixed;
            top: 9px;
            width: 140px;
        }

        .dropdown-li {
            position: relative;
            width: 100%;
            display: block;
        }

        .dropdown-li:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 20px;
            height: 22px;
            background-image: url(../images/menu-arrow.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 12px;
        }

        .menu-btn {
            background-image: url(../images/menu.png);
            background-repeat: no-repeat;
            background-position: center center;
            width: 30px;
            height: 30px;
            display: block;
            background-size: cover;
        }

        .menuicon, .closebtn {
            display: block;
        }

        .sidemenu {
            position: fixed;
            background-color: #fff;
            overflow: auto;
            width: 280px;
            padding-top: 0px;
            left: -280px;
            top: 0;
            transition: 0.5s;
            z-index: 9999999;
            height: 100%;
            margin: 0;
            padding-top: 20px;
        }

        .logo img {
            width: 60px;
        }

        .menu-right li {
            margin: 0 0 0 10px;
        }

        .menu-right {
            margin: 7px 0px 0 0px;
        }

        .menu-right a {
            font-size: 12px;
        }

        .cart-no {
            top: 10px;
            left: 8px;
            font-size: 10px;
        }

        .menu-right .flaticon-heart::before {
            font-size: 24px;
        }

        .menu-right a, .login a {
            font-size: 12px;
        }

        ul.login {
            margin: 7px 0 0 0;
        }

        .serch-bar, .top-right {
            height: 38px;
        }

        .serch-bar .form-control {
            margin: 9px 0 0 0;
        }

        .top-right-inner {
            margin: 9px 0 0 0;
        }

        .menu {
            position: absolute;
            top: 44px;
            z-index: 99;
            width: auto;
        }


        .header-top {
            position: relative;
        }

        .serch-bar, .top-right {
            border: 0;
        }

        .serch-bar {
            width: 100%;
            position: absolute;
            top: 63px;
            left: 0;
            border: 1px solid rgba(0,0,0,0.2);
            height: 35px;
            border-radius: 25px;
        }

        .banner-slider {
            top: 0px;
        }

        .top-right {
            width: 46%;
        }

        .logo {
            margin-left: 43px;
        }

        .closebtn {
            position: absolute;
            right: 4px;
            top: -10px;
            font-size: 30px;
        }

        .header-bottom {
            padding: 0;
            border: 0;
        }

        .overlay {
            position: fixed;
            background-color: rgba(0, 0, 0,0.3);
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: none;
        }

        .fixed-header .header-bottom {
            position: inherit;
        }

        .nav ul {
            margin: 0;
            width: 100%;
        }

        nav li {
            margin: 0 20px;
            display: block;
            padding-bottom: 20px;
        }

        ul.slick-dots {
            bottom: 0px;
        }

        ul.slick-dots li {
            width: 7px;
            height: 7px;
            margin: 0 4px;
        }

        .header-top, .header-bottom, .logo {
            float: none;
        }

        .logo {
            display: inline-block;
        }

        header.sticky.fixed-header .logo {
            position: inherit;
            top: 0;
        }

        ul.top-link-list {
            margin: 5px 0 0 0;
        }

        .logo svg,.logo img {
            width: 144px;
            height: auto;
        }

        .header-bottom {
            margin: 9px 0 50px 0;
            border-top: 1px solid #ebebeb;
        }

        header {
            padding-bottom: 5px;
        }

        .shopping-cart {
            right: 0px;
        }

        .shopping-cart.shopping-wishlist {
            right: -50px;
        }

        footer {
            text-align: center;
        }

        footer h4 {
            margin-bottom: 15px;
            margin-top: 30px;
            font-size: 16px;
        }

        .footer-mid {
            padding-bottom: 0;
        }

        footer .form-control {
            max-width: 100%;
            margin-top: 20px;
        }

        footer .btn {
            margin-top: 0;
        }

        .heading, .order-guidelines h4 {
            font-size: 18px;
        }

        .custom-packaging h4 {
            font-size: 16px;
        }

        .company-profile p {
            font-size: 12px;
            line-height: 20px;
            max-width: 100%;
            margin: 0 0 20px 0;
            text-align: justify;
            text-align-last: center;
        }

        .company-profile .heading {
            margin-bottom: 10px;
            margin-top: 20px;
        }

        .company-profile a {
            margin-bottom: 20px;
            display: inline-block;
        }

        .company-profile {
            background-size: 190px;
        }

        .custom-packaging {
            padding: 20px 0 15px;
        }

        .custom-packaging p {
            max-width: 100%;
            margin: auto;
            margin-bottom: 10px;
        }

        .custom-packaging .heading {
            margin-bottom: 10px;
        }

        .border-box:before {
            display: none;
        }

        .spice-story .pl-0 {
            padding-left: 15px !important;
        }

        .spice-story .row .p-0 {
            padding: 0 15px !important;
        }

        .ac-container input:checked ~ article {
            height: 90px;
            padding-top: 15px;
        }

        .order .slick-arrow {
            width: 20px;
            bottom: -25px;
        }

        .order-guidelines .heading {
            margin-bottom: 20px;
        }

        .testimonials .slick-arrow, .order .slick-arrow {
            width: 22px;
        }

        .testimonials p {
            max-width: 86%;
        }

        .testimonials span {
            margin-top: 20px;
        }

        .call-back .heading {
            margin-bottom: 20px;
            margin-top: 40px;
        }

        .call-back .btn {
            margin-top: 0;
        }

        .call-back {
            padding: 0px 0 40px 0;
        }

        .process {
            background-size: 160px;
        }

        .process img {
            max-width: 100%;
        }

        .process {
            padding: 40px 0;
        }

        .process .heading {
            margin-bottom: 20px;
        }

        .spice-story {
            padding: 20px 0 5px;
        }

        .featured-section {
            padding: 40px 0 30px;
        }

        .info .pr-0 {
            padding-right: 15px !important;
        }

        .info .pl-0 {
            padding-left: 15px !important;
        }

        .info .col-3.pr-0 {
            padding-right: 0px !important;
        }

        .info ul.slick-dots {
            bottom: -10px;
        }

        .serch-bar .btn {
            left: 12px;
        }

        .mobile-hide {
            display: none;
        }

        .info img {
            width: 50px;
            max-width: none;
        }
        .products-list .product-box {
            min-height: 210px;
            overflow: inherit;
        }
        .product-hover ul {
            padding-left: 3px;
            margin-bottom: 0;
        }
        .products-list .product-box:hover {
            border: 1px solid rgba(0,0,0,0);
        }
        .product-hover ul li {
            width: 100%;
        }
        .hover-icon {
            right: 15px;
        }
        .filter-bar {
            position: fixed;
            top: 100%;
            background-color: #fff;
            visibility: hidden;
            z-index: 999;
            padding: 20px 20px 0 20px;
            transition: 0.8s;
        }
        .filtermobile {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            z-index: 999;
            display: block;
        }

        .filtermobile .btn.filterToggler {
            width: 100%;
            background-color: #000;
            border-color: #000;
        }
        .filter-bar.open {
            top: 0;
            opacity: 1;
            visibility: visible;
            height: 100%;
        }

        .filter-bar h3 {
            margin-bottom: 10px;
            font-size: 18px;
        }

        .filter-bar .accordion {
            overflow: auto;
            height: 80%;
        }

        section.products-list {
            padding: 20px 0;
        }

        .filter-right {
            background-color: #fbfbfb;
            text-align: center !important;
            padding: 10px 0;
            border: 1px solid #eaeaea;
        }

        .wishlist-table th, .wishlist-table td {
            white-space: nowrap;
        }

        .total-table {
            padding: 30px 0 10px 0;
        }

        .total-table h4 {
            margin-bottom: 15px;
        }

        .btn-sec {
            margin-top: 20px;
        }

        .need-assistan {
            margin: 30px 0 0 0;
            background-color: rgba(0,0,0,0.1);
            padding: 20px 0;
            border: 0;
        }

        .checkout small {
            display: block;
            margin: 12px 0 0 0;
            text-align: center;
            width: 100%;
        }

        .total-table h4, .checkout h3 {
            font-size: 14px;
            letter-spacing: 0;
        }

        input.coupon_question {
            right: 12px;
        }

        .checkout .btn-sec {
            margin-top: 25px;
        }

        .checkout .btn-sec .btn-sec {
            margin-bottom: 15px;
        }

        .shopping-cart {
            width: 300px;
        }

        .products-list .product-box:hover .product-hover {
            z-index: 999;
        }

        .product-mobile .product-hover {
            position: fixed;
            width: 90%;
            display: block;
            z-index: 99999;
            padding: 10px;
            margin: auto;
            left: 0;
            right: 0;
            top: 40px;
            height: 87%;
        }

        .product-mobile:after {
            position: fixed;
            content: '';
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,0.6);
            width: 100%;
            height: 100%;
            z-index: 99;
        }

        .product-mobile .product-mobile-remove {
            display: block;
            position: absolute;
            right: 11px;
            top: 4px;
            font-size: 16px;
            font-weight: 400;
        }

        .product-hover .number input {
            width: 40px;
        }

        .product-dis {
            margin-top: 30px;
        }

        .myacccount-title li a {
            padding: 10px 0;
        }

        .myacccount-title li {
            width: 50%;
        }

        .myacccount-title ul {
            border-radius: 20px;
        }

        .myacccount-title li:nth-child(2n) {
            border-right: 0;
        }

        .order-filter .form-control {
            margin-bottom: 10px;
        }

        .shopping-btn {
            display: none;
        }

        .wishlist-table {
            margin-top: 10px;
        }

        .wishlist {
            padding: 20px 0 20px 0;
        }

        .user-section {
            padding: 30px 20px;
        }

        .login-box::after {
            display: none;
        }

        .login-box {
            margin-top: 40px;
        }

        .create-box .btn {
            margin-top: 0px;
        }

        .wishlist td span .form-control {
            width: 220px;
        }

        .product-thum {
            width: 98px;
            max-width: inherit;
        }

        .order-custem-12 {
            -ms-flex-order: 12;
            order: 12;
        }

        .coupon-code {
            margin: 0 0 20px 0;
        }

        .productinfo {
            margin-top: 20px;
        }

        .product-des-inner li {
            width: 100%;
            margin: 0 0 10px 0;
        }

        .product-des-inner li img {
            top: -4px;
        }

        .featured .slick-prev img, .featured .slick-next img {
            width: 20px;
        }

        .breadcrumb-bar .breadcrumb {
            font-size: 10px;
        }

        .product-detail {
            margin-top: 20px;
        }

        .productinfo h4 {
            letter-spacing: 1px;
        }

        .productinfo table {
            width: 100%;
        }

        .product-des-inner h3 {
            font-size: 14px;
        }

        .product-dis-title {
            margin-bottom: 10px;
        }

        section.myaccount-page {
            padding-bottom: 30px;
        }

        .myacccount-title {
            margin: 20px 0;
        }

        .myaccount-body .form-group {
            margin-bottom: 25px;
        }

        .myaccount-body {
            max-width: 100%;
        }

        .address-add {
            padding-bottom: 0;
        }

        .content-page .heading {
            margin-bottom: 30px;
        }

        .content-page {
            padding: 30px 0 30px;
        }

        .page-url ul:after {
            height: 100%;
            top: 0;
        }

        .biling-info:after {
            display: none;
        }

        .col-md-10.ml-auto.mr-auto {
            padding: 0;
            text-align: justify;
            text-align-last: center;
        }

        .page-url {
            position: inherit;
            top: inherit;
        }

        .page-url ul {
            position: relative;
            box-shadow: 0 0 5px rgba(0, 0, 0,0.3);
            display: block;
            width: 100%;
            float: left;
            border-radius: 20px;
            text-align: center;
            margin-bottom: 20px;
        }

        .page-url li {
            width: 100%;
            float: left;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

        .page-url li a {
            padding-left: 0;
            position: relative;
            margin-bottom: 0;
            display: block;
            font-size: 11px;
            padding: 8px 0;
        }

        .page-url ul::after, .page-url li a::after {
            display: none;
        }

        .page-url li:last-child {
            border-bottom: 0;
        }
        .title-all {
            padding: 30px 0 10px;
        }
        .spice-story-page .col-md-12 {
            margin-bottom: 30px;
        }
        .box-bb {
            padding-bottom: 30px;
        }
        .spice-story-page h4 {
               margin-top: 15px;
        }
        .spice-story-page {
            border: 0;
            padding-bottom: 0px;
        }
        section.product-info {
            padding: 30px 0 0px;
        }
        section.custom-packaging.product-benefit h4 {
            font-size: 16px;
            margin-top: 15px;
        }
        .bg-pkt .wishlist-product {
            width: 100%;
            display: block;
        }
        .enquiry {
            margin: 18px 0 10px 0;
            line-height: 24px;
            text-align: center;
            background-color: #eaeaea;
            padding: 5px 20px;
            width: 100%;
        }
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
    /* Ajax Loading Modal*/
.loadingmodal {
    position: fixed;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loadingcenter {
    z-index: 1000;
    margin: 300px auto;
    /* padding: 10px; */
    width: 0px;
    background-color: darkgrey;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    bottom: 91px;
    vertical-align: middle;
    right: 22px;
    background-color: #00a93f;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 10px;
    z-index: 100;
}

.float i {
    font-size: 37px;
    margin: 0;
    vertical-align: middle;
}

/*quick search*/
.quick_search {
    position: absolute;
    top: 38px;
    /*right: 0px;*/
    width: 300px;
    background: #fff;
    box-shadow: 1px 1px 10px #e0e0e0;
    z-index: 9999999;
    padding: 10px;
    min-height: 100px;
    max-height: 410px;
    overflow-x: hidden;
    padding-right: 0px;
}

.quick_search .item {
    height: 68px;
    overflow: hidden;
    margin-bottom: 8px;
}

.quick_search h5 {
    font-size: 12px;
    color: black;
    margin-bottom: 0px;
}

    /* Sweet Alert*/
.swal-text{
    text-align:center;
    color:#000;
    font-weight:500;
}

/*.swal-icon {
    height:50px;
}*/
.swal-button {
    background-color: #9f026a!important;
}
.swal-modal {
    width: 410px;
}

.swal-title {
    color: #9f026a !important;
    padding:10px 0 0!important;
}
.swal-footer {
    text-align: center!important;
    margin-top:5px!important;
}

.swal-icon:first-child {
    margin-top: 15px!important;
}