@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap);

.logo img,
header {
    -webkit-transition: .2s ease-in-out
}

.socialIcons a,
.topbar i,
.topbar span,
.topbar strong {
    display: inline-block
}

.navigation li a,
a {
    text-decoration: none
}

body,
html {
    font-size: 13px;
    scroll-behavior: inherit
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding-top: 111px;
    color: #373435
}

@media(min-width:1440px) {

    body,
    html {
        font-size: 14px
    }
}

ul {
    margin: 0;
    padding: 0
}

:root {
    --borderColor: #BCBCBC;
    --white: #ffffff;
    --black: #000000;
    --lightGray: #FFFDF8;
    --gray: #7B7B7B;
    --gold: #E1C562;
    --darkGray: #373435;
    --playfair: 'Playfair Display', serif
}

.cartIcon a,
p {
    color: var(--darkGray)
}

header {
    transition: .2s ease-in-out;
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0
}

.fixedHeader {
    box-shadow: 0 2px 5px #ccc
}

.fixedHeader .logo img {
    max-width: 200px;
    /*max-width: 150px;*/
    height: auto
}

.logo img {
    transition: .2s ease-in-out
}

.topbar {
    border-bottom: 1px solid var(--borderColor);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.fixedHeader .topbar {
    height: 0;
    overflow: hidden
}

.topbar i {
    color: #7b7b7b
}

.topbar>div {
    flex: 1 1 auto;
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid var(--borderColor)
}

@media(min-width:1300px) {
    .topbar>div {
        padding: 5px 15px
    }
}

.socialIcons a {
    vertical-align: middle;
    margin-right: 10px;
    height: 12px;
    overflow: hidden;
    color: var(--gold)
}

.socialIcons a:last-child {
    margin-right: 0
}

.socialIcons a img {
    width: auto;
    height: 24px;
    display: block;
    opacity: 0
}

.socialIcons a.fb {
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/facebook.svg) left top/auto 24px no-repeat
}

.twit {
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/twitter.svg) left top/auto 24px no-repeat
}

.youTube {
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/youtube.svg) left top/auto 24px no-repeat
}

.insta {
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/insta.svg) left top/auto 24px no-repeat
}

.topbar .selectDropdown {
    border: none;
    box-shadow: none;
    padding: 0 20px 0 0;
    -webkit-appearance: none;
    font-size: 14px
}

.select_container {
    position: relative
}

.select_container i {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none
}

.location {
    display: flex;
    flex-wrap: wrap
}

.location>div {
    padding-left: 9px
}

.loginBar {
    background: #c5c4c4
}

.loginBar a,
.loginBar span {
    color: var(--darkGray);
    padding: 0 5px;
    text-decoration: none;
    display: inline-block
}

.loginBar a:hover {
    color: var(--black)
}

.logo {
    order: 2;
    margin: 0 20px;
    width: 160px;
    /*width: 155px*/
}

.logo a,
.navigation li ul li {
    display: block
}

.logo a img {
    width: 100%;
    height: auto
}

.leftNav {
    order: 1
}

.rightNav {
    order: 3
}

.cartIcon,
.mobCartIcon {
    color: var(--gray);
    padding: 0 15px;
    position: relative
}

.cartIcon {
    order: 5;
    font-size: 1.2rem
}

.mobCartIcon {
    font-size: 1.5rem;
    margin-right: 5px
}

.cartIcon span,
.mobCartIcon span {
    text-align: center;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    background: #000;
    top: -8px;
    right: 8px;
    color: var(--white);
    font-size: 11px
}

.search {
    order: 4;
    font-size: 1.2rem;
    color: var(--gray);
    padding: 0 10px;
    cursor: pointer
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    text-align: center
}

.navigation ul ul {
    text-align: left
}

.navigation li {
    display: inline-block;
    position: relative
}

.navigation li div {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    padding-top: 20px
}

.loginPopup,
.menuBtn,
.mobHeader {
    display: none
}

.loginSocial img {
    height: 15px;
    width: auto
}

.mainPopup {
    padding: 30px !important;
    width: 500px
}

.eventPopup {
    width: 800px
}

.mainPopup input.field {
    font-size: 1.1rem;
    width: 100%;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--borderColor)
}

.mainPopup input.field:focus {
    outline: 0
}

.loginBox {
    padding: 20px;
    border: 1px solid var(--gold)
}

.loginBox input[type=submit] {
    background: var(--gold);
    color: var(--white);
    padding: 8px 30px;
    color: var(--black);
    font-weight: 600;
    font-size: 1.2rem;
    border: none;
    outline: 0
}

.loginBox input[type=submit]:hover {
    background: var(--black);
    color: var(--white)
}

.loginBox h4 {
    font-family: var(--playfair)
}

.loginSocial .socialBtn {
    border: 1px solid var(--borderColor);
    padding: 10px;
    min-width: 120px;
    text-align: center
}

.loginSocial a {
    display: inline-block;
    color: var(--black)
}

.fbButton {
    margin-right: 15px
}

.loginSocial a:hover {
    background: var(--darkGray);
    color: var(--white);
    font-weight: 600
}

.loginSocial .socialBtn img {
    margin-right: 10px
}

.navigation li ul {
    overflow: hidden;
    min-width: 200px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px var(--gray)
}

.navigation li a {
    display: block;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--darkGray);
    transition: .2s ease-in-out;
    text-transform: uppercase
}

@media(min-width:1360px) {
    .navigation li a {
        padding: 0 25px
    }
}

.navigation li ul li a {
    padding: 10px 15px;
    color: var(--darkGray)
}

.navigation li ul li a:hover {
    background: var(--gold);
    color: var(--black)
}

.subMenu::after {
    content: "\f282";
    display: none;
    font-family: bootstrap-icons;
    color: var(--black);
    position: absolute;
    right: 0;
    top: 0
}

.closeBtn,
.searchCloseBtn:hover,
.searchNew input {
    color: var(--lightGray)
}

.closeBtn {
    font-size: 2.2rem;
    position: relative;
    margin-bottom: 5px;
    display: none;
}

.searchContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 99;
    background: #e1c562;
    padding: 0;
    display: none
}

.searchContainer::-webkit-scrollbar {
    width: 5px
}

.searchContainer::-webkit-scrollbar-track {
    background: #f1f1f1
}

.searchContainer::-webkit-scrollbar-thumb {
    background: #e1c562
}

.searchContainer::-webkit-scrollbar-thumb:hover {
    background: #555
}

.searchNew {
    position: relative;
    padding-left: 40px;
    z-index: 1000
}

.searchNew input {
    height: 50px;
    width: 100%;
    text-indent: 25px;
    border: 0 solid var(--darkGray);
    background: #e1c562;
    border-bottom: 2px solid #fff;
    line-height: 40px;
    font-size: 16px;
    padding: 8px 9px
}

.searchNew input:focus {
    background: #e1c562;
    border-bottom: 2px solid #fff;
    outline: 0
}

.searchNew .fa-search {
    position: absolute;
    top: 20px;
    left: 16px
}

.searchNew button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: var(--gold);
    color: var(--black);
    font-weight: 700
}

.searchNew button:hover {
    background: var(--lightGray)
}

.searchCloseBtn {
    color: var(--gold);
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    height: 32px;
    margin: 30px auto 0 1px
}

.rightContent {
    display: flex;
    align-items: center
}

.mobSearch {
    font-size: 1.5rem;
    margin-right: 20px
}

.newRegistration a {
    color: var(--darkGray);
    font-weight: 600
}

.newRegistration button {
    padding: 10px 15px;
    border: none;
    background: var(--gold)
}

@media(min-width:992px) {
    .socialIcons a.fb:hover {
        background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/facebook.svg) left bottom/auto 24px no-repeat
    }

    .twit:hover {
        background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/twitter.svg) left bottom/auto 24px no-repeat
    }

    .youTube:hover {
        background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/youtube.svg) left bottom/auto 24px no-repeat
    }

    .insta:hover {
        background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/insta.svg) left bottom/auto 24px no-repeat
    }

    .navigation li:hover div {
        display: block
    }

    .navigation li:hover a {
        color: var(--gold)
    }

    .navigation li:hover li a {
        color: var(--darkGray)
    }

    .mobTopLinks {
        display: none
    }
}

@media(max-width:1215px) {

    .socialIcons a,
    .socialIcons a:last-child {
        margin-right: 5px
    }

    .socialIcons a {
        margin-left: 5px
    }

    .navigation li a {
        padding: 0 9px
    }
}

@media(max-width:991px) {

    .navigation,
    .navigation ul ul {
        text-align: center
    }

    .location select,
    .mobTopLinks,
    .navigation li ul li a {
        color: var(--gold)
    }

    .mobCartIcon span {
        top: -3px
    }

    .cartIcon,
    .deskLogo,
    .search,
    .topbar {
        display: none
    }

    .location,
    .mallTiming i,
    .mallTiming span,
    .mallTiming strong,
    .menuBtn,
    .menuBtn span,
    .mobTopLinks,
    .navigation li {
        display: block
    }

    .loginBar a {
        font-weight: 700
    }

    body {
        padding-top: 85px
    }

    .navigation li div {
        position: relative;
        top: inherit;
        padding-top: 0
    }

    .subMenu::after {
        display: inline-block;
        color: var(--white);
        right: 15px;
        top: 8px
    }

    .mobTopLinks>div {
        border-bottom: 1px solid #1c1703;
        padding: 10px
    }

    .menuBtn {
        width: 30px
    }

    .menuBtn span {
        float: right;
        height: 2px;
        margin-bottom: 7px;
        width: 100%;
        background: var(--darkGray)
    }

    .menuBtn span:nth-child(2) {
        width: 80%
    }

    .menuBtn span:last-child {
        width: 90%;
        margin-bottom: 0
    }

    .mobHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px
    }

    .mobLogo {
        display: block;
        max-width: 180px;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .mobLogo img {
        max-width: 200px;
        width: 190px;
        height: auto
    }

    .fixedHeader .mobLogo {
        max-width: 130px
    }

    .logo {
        order: 1;
        margin: 0 15px
    }

    .leftNav {
        order: 2
    }

    .rightNav {
        order: 3
    }

    .search {
        order: 4
    }

    .navigation {
        display: block;
        position: fixed;
        width: 300px;
        height: 100%;
        overflow: auto;
        z-index: 9999;
        top: 0;
        right: -300px;
        background: var(--black);
        padding-top: 0;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .location select {
        background: 0 0;
        border: none;
        padding: 5px 20px 0 0;
        text-align: center
    }

    .location select:focus {
        background: 0 0;
        box-shadow: none;
        color: var(--gold)
    }

    .select_container i {
        right: 8px;
        top: 5px
    }

    .navigation li a {
        padding: 10px 9px;
        color: var(--lightGray)
    }

    .navigation li ul {
        box-shadow: none;
        border-radius: 0;
        background: #222
    }


    .closeBtn {
        display: block;
    }
}

@media(max-width:576px) {
    .searchContainer {
        padding: .5rem
    }

    .navigation {
        width: 100%;
        right: -100%
    }
}

@media (max-width:991.98px) {
    .searchCloseBtn {
        padding-left: 20px
    }

    .socialIcons a {
        height: 20px
    }
}