/* ----------------------------------------------------------------------------------- */
/* General */
/* ----------------------------------------------------------------------------------- */


@import url('http://fonts.cdnfonts.com/css/gill-sans-nova');



@font-face {
    font-family: GillSansNovaMedium;
    src: url('/front/fonts/GillSansNovaMedium.tff');
}

@font-face {
    font-family: MontserratRegular;
    src: url('/front/fonts/Montserrat-Regular.tff');
}

.body-style
{
     font-family: 'Gill Sans Nova', sans-serif;
     padding-top: 3%;
     text-align: justify!important;
     padding-left: 3%;
     padding-right: 3%;
     /* padding-bottom: 3%; */
}

.title-style
{
    font-family: 'Gill Sans Nova', sans-serif;
}

.parafont{
 font-family: 'Gill Sans Nova', sans-serif;
}

/* Upper Header */
.icon
{
    color: #9c843a;
    margin-left: 5px;
    cursor: pointer;
    font-size:20px
}

.h5{
    color:black;
}

.bi-search
{
    display: flex;
    margin-top: -10px;
}

.wishlist .fa-heart
{
    color: #9c843a;
}

.wishlist span
{
    color: #9c843a;
}

.logo-header
{
    padding: 0 !important;
}

.logo-header .helpful-links ul li
{
    margin-top: 0!important;
}

.icofont-cart
{
    color: #9c843a !important;
    font-size: 25px !important;
}

.cart-quantity
{
    padding-left: -5%;
    background-color: transparent !important;
    color: #9c843a !important;
    font-size: 15px !important;
}

/* Header */
.logo img{
    width: 440px;
}

/* Menu */
#mainmenu
{
    width: 90%;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    list-style-type: none;
}

.menu-item
{
    width: 28%;
    float: left;
    text-align: center;
    cursor: pointer;
    border-top: solid 3px #c7b56f;
}

.menu-item a{
    font-family: 'Overlock', sans-serif;
}

.menu-item a:hover
{
    color: #c7b56f;
}

.menu-item-text
{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.dropmenu
{
    position: absolute;
    z-index: 1000;
    display: none;
    background: rgba(255, 255, 255, 0.9);
}

.sub-menu 
{
    width: 28%;
}

ul
{
    list-style-type: none;
}

ul > li:hover > .dropmenu 
{
    display: block;
}

.sub-menu-item-head
{
    margin-top: 25px;   
}

.sub-menu-item
{
    width: 100%;
    height: 50px;
    /*margin-top: 25px;*/
}

.sub-menu-item:hover
{
    cursor: pointer;
    background: #c7b56f;
}

.sub-menu-item > a
{
    display: inline-block;
    padding-top: 15px;
}

.sub-menu-item:hover > a
{
    color: white;
}

.sub-menu-item:hover > a:hover
{
    color: white !important;
}

.mega-menu
{
    width: 55%;
    height: 300px;
    z-index: 1000;
    position: absolute;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}


@media only screen and (max-width: 600px) {
    .mega-menu
    {
        width: 70% !important;
        height: unset;
        z-index: 1000;
        position: absolute;
        display: none;
        background: rgba(255, 255, 255, 0.9);
        overflow: auto;
        height: 350px; 
        /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    }
  }

@media only screen and (max-width: 600px){

    .mega-menu-child{
        display: none;
        overflow: none;
        height: auto !important;
        width: 150px;
    }
}

.mega-menu-child
    {
        display: none;
        overflow: auto;
        height: 350px;
        width: 180px;
    }
/* width */
::-webkit-scrollbar {
    width: auto;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #AFA75F;
    border-radius: 10px;
  }

  @media only screen and (max-width: 600px) {
    .submenu-right
    {
        height:60%;
        
    }   
  }
.submenu-right, .submenu-left 
{
    float: left;
}

.subchildmenu-right
{
    float: right;
}

ul > li:hover > .mega-menu
{
    display: block;
}

.submenu-left > li:hover > .mega-menu-submenu
{
    display: block;
}

.mega-menu-child-head
{
    margin-top: 40px;
    font-weight: bold;
}

.mega-menu-item, .mega-menu-head
{
    height: 50px;   
}

.mega-menu-child-item
{
    height: 40px !important;
}

.mega-menu-head-first{
    margin-top: 25px;
}



.mega-menu-item:hover
{
    cursor: pointer;
    background: #c7b56f;
}

.mega-menu-item:active
{
    background: #c7b56f;
}

.mega-menu-item > a
{
    display: inline-block;
    padding-top: 15px;
}

.mega-menu-item:hover > a
{
    color: white !important;
}

.mega-menu-child > li
{
    background: none !important;
}

.mega-menu-child > .mega-menu-item,  .mega-menu-child > .mega-menu-child-head
{
    /*text-align: left;*/
}

.mega-menu-child > li:hover > a
{
    color: #c7b56f !important;
}

.mega-menu-item-active
{
    background: #c7b56f !important;
}

.mega-menu-item-active-a
{
    color: white !important;
}

/* Search part*/
.search-container
{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: none;
}

.search-container .container .row
{
    padding-bottom: 25px !important;
}

.close-search-icon
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.close-search-icon i 
{
    font-size: 30px;
    padding-top: 10px;
    color: #c7b56f;
    cursor: pointer;
}

.profilearea span
{
    color: #9c843a !important;
}

.profile-dropdown .profile-links a
{
    color: #143250 !important;
}
/* ----------------------------------------------------------------------------------- */
/* Footer section */
/* ----------------------------------------------------------------------------------- */
.bottomtotop-social-fb i{
    bottom: 120px !important;
    transform: rotate(0deg);
}

.bottomtotop-social-insta i{
    bottom: 190px !important;
}

/* ----------------------------------------------------------------------------------- */
/* Index section */
/* ----------------------------------------------------------------------------------- */
/* Slider */

/*
.slider-content > .layer-1
{
    width: 40%;
    height: 100px;
    background: rgba(255,255,255,0.3);
}
*/
.slider-content > .layer-1
{
    width: 30%;
    height: 100px;
    background: rgba(255,255,255,0.3);
}
@media only screen and (max-width: 600px){
.slider-content > .layer-1
{
    width: 40%;
    height: 100px;
    background: unset;
}
}

.slider-content > .layer-3   
{
    margin-top: -55px;
}

.slider-content > .layer-3 > .mybtn1   
{
    border-radius: 0px !important;
}

/* ----------------------------------------------------------------------------------- */
/* General Product Features section */
/* ----------------------------------------------------------------------------------- */
/* Product Item Card */
.product-item-card:hover .model-img
{
    display: block !important;
}

.product-item-card:hover .thumb-img
{
    display: none !important;
}

.model-img
{
    display: none;
}

/* Paging */
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b29f56;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #c7b56f;
    border-color: #c7b56f;
}

/* ----------------------------------------------------------------------------------- */
/* Collection section */
/* ----------------------------------------------------------------------------------- */
.jewellery-collection {
    padding-top: 45px;
}

/* Desktop */
@media (min-width: 769px)
{
    .jewellery-collection img
    {
        height: 460px;
    }
}
/* Mobile */
@media (max-width: 768px)
{
    .jewellery-collection img
    {
        height: auto;
    }
}
.subcollection-heading-line{
    width: 23%;
    height: 3px;
    background: #958854;
}

#jewellery-collection-img > #main-img > img
{
    width: 100%;
}

@media(min-width: 845px)
{
    .jewellery-collection p
    {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .right-collection-details
    {
        margin-right: 95px;
    }

    .products
    {
        margin-top: 25px;
    }
}

@media(max-width: 844px)
{
    .jewellery-collection p
    {
        margin-top: 35px;
    }

    .jewellery-collection img
    {
        margin-top: 15px;
        margin-bottom: 15px;

        width: 520px;
        height: auto;
    }
}

/* ----------------------------------------------------------------------------------- */
/* Home section */
/* ----------------------------------------------------------------------------------- */
.category-item img
{
    cursor: pointer;
}


.category-item:hover .category-card-img-1
{
    display: none;
}

.category-item:hover .category-title-left, .category-item:hover .category-title-right
{
    color: black;
}

.category-card-img-2
{
    display: none;
}

.category-item:hover .category-card-img-2
{
    display: block;
}

.category-title-left
{
    position: absolute;
    /* right: 16px; */
    left: 5%;
    color: white;
}

.category-title-right
{
    position: absolute;
    /* right: 32px; */
    right: 5%;
    color: white;
}

@media (max-width: 1199px)
{
    .category-title-left
    {
        right: 2%;
    }

    .category-title-right
    {
        right: 5%;
    }
}

@media (max-width: 768px)
{
    .category-title-left
    {
        right: 9%;
    }

    .category-title-right
    {
        right: 6%;
    }
}

@media (max-width:991px)
{
    .category-item img
    {
        height: auto;
    }
}

/* ----------------------------------------------------------------------------------- */
/* Shop section */
/* ----------------------------------------------------------------------------------- */
#main-shop-collection-details-section
{
    margin-top: 45px;
}

.shopcollection-heading-line
{
    width: 7%;
    height: 3px;
    background: #958854;
}

/* ----------------------------------------------------------------------------------- */
/* About us section */
/* ----------------------------------------------------------------------------------- */

/* Our Story Page */
#ourstory-main-img
{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Our Team Page */
.team-member-card
{
    background-color: #f3f3f3;
    margin-top: 60px;
}

.team-details
{
    padding-left: 30px;
    padding-right: 30px;
}

.team-details h3{
    margin-top: 35px;
    font-size: 19px;
    font-weight: bold;
}

.mx-ourteam
{
    margin-right: 1.1rem !important;
}

.mx-ourteam
{
    margin-left: 1.2rem !important;
}

@media(min-width:768px)
{
    .team-member-card
    {
        max-width: 30%;
        margin-bottom: 40px;

    }
}

/* ----------------------------------------------------------------------------------- */
/* Footer section */
/* ----------------------------------------------------------------------------------- */

.footer
{
    padding: 0 !important;
    overflow: visible !important;
}

.footer .copy-bg
{
    margin-top: 0 !important;
}

.copy-bg .content p
{
    padding-top: 8px;
}