* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Monsieur+La+Doulaise&display=swap');
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'GothamRoundedBold';
    src: url('GothamRoundedBold.otf');
    src: url('GothamRoundedBold.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamRoundedBook';
    src: url('GothamRoundedBook.otf');
    src: url('GothamRoundedBook.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('GothamRoundedMedium.otf');
    src: url('GothamRoundedMedium.ttf') format('truetype');
}

body {
    overflow-x: hidden;
    font-family: 'GothamRoundedBook' !important;
}

.menu {
    top: 0px;
    width: 100%;
    height: 100px;
    background-color: rgb(255 255 255 / 90%);
    position: fixed;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
}

.light-menu {
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    background-color: rgba(4, 180, 49, 0.6);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#menu-center {
    width: 83%;
    height: 100px;
    float: left;
    margin-right: 2%;
}

.logo {
    float: left;
    width: 15%;
    margin-top: 3px;
}

.social_media_icons {
    width: 100%;
    float: right;
    text-align: right;
}

.socialmediaicon {
    width: 27px;
    height: auto;
}

.logoimg {
    float: left;
    width: auto;
    margin-left: 20px;
}

#menu-center ul {
    margin: 0 0 0 0;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
    text-align: center;
    width: 90%;
    margin-left: 5%;
}

#menu-center ul li a {
    font-size: 17px;
    padding: 8px 5px;
    color: rgb(7, 7, 7);
    padding-bottom: 7px;
}

.socialnav_ul {
    width: 70%;
    float: right;
    float: right !important;
    text-align: right !important;
    margin-top: 0px;
}

.li_borderr {
    border-right: 1px solid rgb(7, 7, 7);
}

#menu-center ul li span {
    padding: 8px 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

#menu-center ul li {
    list-style: none;
    margin: 0 0 0 -4px;
    display: inline;
}

#menu-center ul li a:hover {
    color: #b8635f !important;
    text-decoration: none;
    padding: 8px 5px;
}

#menu-center ul li span:hover {
    font-size: 14px;
    color: #fbee7c !important;
    text-decoration: none;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 8px 5px;
}

a {
    font-size: 14px;
    color: black;
    text-decoration: none;
}

.sub_menu_ul {
    cursor: pointer;
    width: 100%;
    float: left;
    position: fixed;
    display: none;
    top: 100px;
    margin-top: 0 !important;
    padding-top: 10px;
    padding-bottom: 8px;
    left: 0;
    background-color: rgb(255 255 255 / 90%);
    text-align: left !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 22% !important;
}

.sub_menu_li {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 5px;
    background-color: #f3cecc;
    font-size: 15px !important;
}

.ourcollection_menu:hover .sub_menu_ul {
    display: block;
}

.hamclick {
    display: none;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #9b7c46;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.sidemenu {
    width: 280px;
    position: fixed;
    height: 100vH;
    z-index: 99;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
}

#mobmenu {
    background-color: rgb(0 0 0 / 84%);
    position: fixed;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99;
    right: -250px;
    top: 0px;
    width: 250px;
    height: 100vH;
}

.mmenuul {
    list-style: none;
    margin-top: 30%;
}

.mmenuul li {
    list-style: none;
    display: block;
    line-height: 1.9;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    font-size: 15px;
}

.mmenuul li a {
    display: block;
    line-height: 1.9;
    color: #ffffff;
    font-size: 15px;
}

.mobilemenucross {
    cursor: pointer;
    position: absolute;
    right: 10%;
    top: 5%;
    font-size: 23px;
    color: #ffffff;
}

.menu_li {
    padding-left: 15px;
    padding-right: 15px;
    text-transform: capitalize;
    font-size: 17px;
    padding-bottom: 4px;
}

.menu_li a {
    font-size: 17px;
}

.collapsed {
    color: #ffffff !important;
    background-color: transparent;
    border: none;
}

.sub_menu_li_mob {
    margin-left: 0;
    width: 100%;
    border-bottom: none !important;
}

.profile_div {
    background-color: rgb(255 255 255 / 90%);
    width: 300px;
    float: right;
    position: fixed;
    right: 2%;
    padding-top: 15px;
    display: none;
}

.user_name_navbar:hover .profile_div {
    display: block;
}

.user_logo {
    width: 100%;
    float: left;
}

.profile_edit {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.user_icon {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.change_pass {
    float: left;
    padding: 5px 10px;
    border: 1px solid rgb(7, 7, 7);
    margin-left: 5px;
    cursor: pointer;
    font-size: 17px !important;
}

.wishlist_button {
    float: right;
    padding: 5px 10px;
    border: 1px solid rgb(7, 7, 7);
    margin-right: 5px;
    cursor: pointer;
    font-size: 17px !important;
}

.change_password_div {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 9999;
    background-color: rgb(0 0 0 / 89%);
    height: 100vH;
    transition: all 0.5s linear;
}

.change_password_form {
    padding: 30px;
    max-width: 320px;
    width: 100% !important;
    background-color: #f3cecc;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: -1px -1px 4px 3px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    border: 2px solid #000;
    margin-top: 2%;
    position: relative;
}


/* banner style */

#banner_slider,
.banner_slider,
#aboutus,
#ourcollection,
#contactus,
#currency_converter {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
}

.banner_slider {
    margin-top: 100px;
}

.banner_img {
    width: 100%;
}

.nextArrowBtn {
    position: absolute;
    width: 30px;
    height: auto;
    top: 40%;
    right: 1%;
    z-index: 99;
}

.prevArrowBtn {
    position: absolute;
    width: 30px;
    height: auto;
    top: 40%;
    left: 1%;
    z-index: 99;
}


/* about us  */

#aboutus {
    padding-top: 117px;
}

.headingg {
    letter-spacing: 2px;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: -22px;
    float: left;
    background-color: #ffffff;
    width: 35%;
    margin-left: 32.5%;
}

.aboutus_div {
    text-align: center;
    border: 1px solid #b8635f;
    border-bottom: none;
    width: 90%;
    margin-left: 5%;
}

.ab_top_img {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.ab_left {
    width: 50%;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 30px;
}

.ab_sub_div {
    display: flex;
}

.ab_right {
    width: 50%;
    position: relative;
    padding-bottom: 30px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
}

.ab_content {
    font-size: 17px;
    text-align: justify;
}

.know_more_btn {
    background-color: #b8635f;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 5px 10px;
    border: none;
    box-shadow: none;
}

.ab_bottom_banner {
    width: 100%;
    float: left;
}


/* our collection */

.oc_headingg {
    width: auto;
    margin-top: 0;
    background-color: transparent;
    width: 100%;
    margin-left: 0;
    text-align: center;
}

#ourcollection {
    padding-bottom: 30px;
    background-image: url(../images/oc_bg.jpg);
    padding-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prod_category_div {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
}

.prod_category_div_home {
    padding-left: 5%;
    padding-right: 5%;
}

.prod_category {
    cursor: pointer;
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    float: left;
    position: relative;
    border: 1px solid #b8635f;
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.prod_category_home {
    width: 27%;
    margin-left: 3%;
    margin-right: 3%;
}

.category {
    width: 100%;
    text-align: center;
    border: 1px solid #9b9999;
    border-top: none;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prod_img {
    width: 100%;
}


/* contact us */

.cu_headingg {
    margin-top: 70px;
    width: 100%;
    margin-left: 0;
    text-align: center;
}

.watermark_div {
    position: relative;
    background-color: #f3cecc;
    width: 50%;
    float: left;
    background-image: url(../images/watermark.png);
    background-position: center;
    background-repeat: no-repeat;
}

.cu_main {
    width: 100%;
    float: left;
    position: relative;
    clear: both;
}

.cu_left {
    width: 100%;
    float: left;
    position: relative;
    /* border-right: 1px solid #b8635f; */
    text-align: center;
    height: 470px;
}

.cu_left::before {
    content: ' ';
    position: absolute;
    right: 0;
    height: 70%;
    top: 15%;
    background: #b8635f;
    width: 1px;
}

.cu_mid {
    width: 40%;
    float: left;
    position: relative;
    text-align: center;
}

.cu_right {
    width: 50%;
    float: left;
    position: relative;
    /* border-left: 1px solid #b8635f; */
    text-align: center;
    height: 470px;
    background-color: #f3ceccc2;
}

.cu_sub_head {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    height: 70px;
    letter-spacing: 1px;
    padding-top: 30px;
    border-bottom: 1px solid #b8635f;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
}

.cu_content {
    font-size: 17px;
    width: 80%;
    margin-left: 10%;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
}

.cu_content_phn_no {
    background-color: #404041;
    color: #f3cecc;
    width: 56%;
    margin-left: 22%;
    font-size: 30px;
    padding: 10px;
}

.cu_input {
    background-color: #ceb1b0;
    padding: 5px;
    width: 60%;
    margin-bottom: 5px;
    border: 0;
    margin-left: 10%;
    margin-right: 10%;
}

.submit_btn {
    background-color: #b8635f;
    border: 0;
    margin-left: 34%;
    margin-right: 34%;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    padding: 5px 15px;
    border-radius: 10px;
}


/* currency converter */

.currency {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.currency select {
    background: transparent;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%20000002%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .2em top 50%, 0 0;
    background-size: .50em auto, 100%;
    border: 0;
    padding-right: 20px;
    font-size: 21px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.currency input {
    border: 0;
    background: transparent;
    font-size: 21px;
    text-align: right;
}

.middle {
    color: #f59300;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle button {
    background-color: #fff;
    border: 2px solid #ecf0f1;
    border-radius: 50%;
    cursor: pointer;
    color: #f59300;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    transform: rotate(90deg);
}

.middle button:active {
    transform: rotate(90deg) scale(0.9);
}

.middle .rate {
    background-color: #fff;
    border: 2px solid #ecf0f1;
    border-radius: 50px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    margin: 30px 15px 30px 25px;
}

select:focus,
input:focus,
button:focus {
    outline: 0;
}

#currency_converter {
    background-color: #404041;
    padding-top: 30px;
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    padding-bottom: 30px;
}

.cc_heading {
    color: #ffffff;
    width: 100%;
    margin-left: 0;
    text-align: center;
}

.cc_text {
    float: left;
    font-size: 18px;
    color: #ffffff;
    width: 65%;
    margin-left: 17.5%;
    text-align: center;
    margin-top: 25px;
    padding: 20px 5px;
    border: 1.5px solid #ffffff;
}

.cc_input_field {
    width: 77px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
}

.result_field {
    border: 1px solid #ffffff;
    font-size: 35px;
    width: 147px;
    margin-top: -30px;
    background-color: transparent;
    border: none;
    color: #ffffff;
}

#footerr {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    z-index: 999;
}

.footer_left {
    float: left;
    margin-left: 10px;
    width: 65%;
    margin-bottom: 0;
}

.footer_right {
    float: right;
    margin-right: 10px;
    width: 30%;
    margin-bottom: 0;
    text-align: right;
}

.for_mobile_new_line {
    display: none;
}


/* necklaces page */

.hidden_submit_to_cart {
    display: none;
}

.sorting_form {
    float: right;
    position: relative;
    clear: both;
    margin-right: 50px;
}

.filter_drop_down {
    border: 1px solid #d3776f;
}

.filter_drop_down option {
    border: 1px solid #d3776f;
}

.product_hover:hover .prod_img {
    transform: scale(1.1);
    transition: all 1s linear;
}

.prod_img {
    z-index: 99;
}

.product_hover:hover {
    box-shadow: 1px 1px 10px 1px #00000044;
}

.product_image_div {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.options {
    position: absolute;
    width: 30px;
    top: 45%;
    right: 5px;
    z-index: 99;
}

.options_icons {
    width: 100%;
    float: left;
    margin-bottom: 3px;
}

.prod_details_div {
    width: 100%;
    padding: 5px;
    padding-top: 0;
    position: relative;
    float: left;
    border-left: 1px solid #404041;
    border-right: 1px solid #404041;
}

.prod_details_line {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 3px;
}

.prod_details_line_left {
    width: 30%;
    float: left;
    position: relative;
    text-align: center;
    font-weight: 600;
}

.prod_details_line_right {
    width: 70%;
    float: left;
    position: relative;
    text-align: center;
}

.rate_span {
    position: absolute;
    right: 0;
}

.p_rate {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.p_code {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.social_share_icons {
    width: 23px;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}

.social_share {
    margin-left: 10px;
    position: relative;
    float: left;
    margin-top: 3px;
}

.p_share_btn {
    margin-top: 3px;
    color: #000 !important;
}

.available {
    background-color: #d3776f;
    border-radius: 10px;
    margin-bottom: 0;
    color: #000;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 10px;
    font-size: 12px;
}

.sold_out {
    background-color: #ce2727;
    border-radius: 10px;
    margin-bottom: 0;
    color: #ffffff;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 10px;
    font-size: 12px;
}

.prod_title {
    text-transform: capitalize;
    height: 60px;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    background-color: #d3776f;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

.fb-share-button {
    position: relative;
    float: left;
}

.neckpiece_head {
    background-color: transparent;
    margin-top: 10px;
    width: 100% !important;
    text-align: center !important;
    margin-left: 0 !important;
}

.main_div_necklaces {
    padding-bottom: 70%;
}


/* view product page */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.desk_share {
    display: block;
}

.mobile_share {
    display: none;
}

.main_div {
    padding-top: 120px;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    background-image: url(../images/oc_bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}

.view_prod_slider {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 14%;
    padding-right: 14%;
}

.view_prod_right_details {
    width: 50%;
    float: right;
    padding-left: 0%;
    padding-right: 10%;
}

.view_product_title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.view_product_rate {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.view_prod_head {
    font-size: 18px;
    font-weight: 600;
}

.view_product_description {
    font-size: 15px;
}

.view_product_share_icons {
    width: 20px;
    margin-left: 15px;
}

.view_prod_add_to_cart {
    padding: 10px;
    background-color: #d3776f;
    border-radius: 10px;
    border: none;
    color: #ffffff;
}

.view_prod_buy_now {
    padding: 10px;
    background-color: #d3776f;
    border-radius: 10px;
    border: none;
    color: #ffffff;
}

.product_navigation {
    color: #000000 !important;
    text-decoration: none;
}

.share_view_prod_div {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.share_view_prod_ico {
    float: left;
    position: relative;
}

.view_prod_share {
    float: left;
    margin: 0;
}

.review_div {
    width: 100%;
    float: left;
    position: relative;
}

#change_pas {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 9999;
    background-color: rgb(0 0 0 / 89%);
    height: 100vH;
    transition: all 0.5s linear;
    display: none;
}

#enqform {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 9999;
    background-color: rgb(0 0 0 / 89%);
    height: 100vH;
    transition: all 0.5s linear;
    display: none;
}

#configform {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 9999;
    background-color: rgb(0 0 0 / 89%);
    height: 100vH;
    transition: all 0.5s linear;
    display: none;
}

.enqcontainer {
    padding: 30px;
    max-width: 320px;
    width: 100% !important;
    background-color: #f3cecc;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: -1px -1px 4px 3px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    border: 2px solid #000;
    margin-top: 2%;
    position: relative;
}

.enqcontainer1 {
    margin-top: 10%;
}

.sub_cp {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #d3776f;
    padding: 5px 0px;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 15px;
}

.enqformbtn {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #d3776f;
    padding: 5px 0px;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 15px;
}

.enqcontainer h1 {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.inputt {
    height: 30px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0.25rem !important;
}

.review_head {
    margin-left: 5%;
    margin-top: 30px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.rev_que_div {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 7%;
}

.ques_ul {
    width: 100%;
    float: left;
    position: relative;
}

.ques_li {
    font-size: 15px;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.answer_li {
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.answer_ul {
    list-style: none;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 2%;
}

.answer_ul .answer_li:before {
    content: '';
    position: absolute;
    border-right: 2px solid #00000057;
    border-bottom: 2px solid #00000057;
    width: 10px;
    height: 10px;
    top: calc(50% - 4px);
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
}

.reply_btn {
    background-color: transparent !important;
    border: none;
    color: #0000009f !important;
    margin-left: 10px;
    font-size: 14px !important;
}

.add_review_btn {
    float: left;
    padding: 5px 10px;
}

.submit_review {
    background-color: #d3776f;
    color: #ffffff;
    float: left;
    position: relative;
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
}

.hide_see_more_btn {
    display: none !important;
}


/* cart page */

.main_div_cart {
    width: 100%;
    float: left;
    position: relative;
    clear: both;
    padding-left: 10%;
    padding-right: 10%;
    background-image: url(../images/watermark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 110px;
    padding-bottom: 70px;
}

.cart_div {
    width: 100%;
    float: left;
    position: relative;
    background-color: #f3ceccc2;
    margin-top: 50px;
    padding-bottom: 50px;
}

.cart_table {
    width: 100%;
    float: left;
    position: relative;
}

.cart_prod_img {
    width: 20%;
    float: left;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart_prod_title {
    width: 30%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart_prod_price {
    width: 20%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart_prod_quantity {
    width: 10%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart_prod_total {
    width: 20%;
    float: left;
    padding-left: 5%;
    padding-right: 15%;
    position: relative;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart_prod_image {
    width: auto;
    float: left;
    height: 110px;
}

.cart_prod_quan_input {
    width: 50%;
    float: left;
    text-align: center;
    margin-left: 25%;
}

.cart_table tr {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    float: left;
}

.cart_table tr:after {
    background: #404041;
    position: absolute;
    content: '';
    height: 1px;
    right: 5%;
    width: 90%;
    bottom: 0;
}

.cart_table td {
    height: 140px
}

.total_cart_row {
    height: 60px;
}

.cart_td_right_border:after {
    background: #404041;
    position: absolute;
    content: '';
    width: 1px;
    right: 0;
    height: 90%;
    bottom: 5%;
}

.remove_btn_div {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.remove_btn_cart {
    padding: 5px 10px;
    background-color: #404041;
    color: #ffffff;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
}

.buy_now_cart_div {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.buy_now_cart {
    position: relative;
    text-align: center;
    padding: 5px 10px;
    border: none;
    background-color: #404041;
    color: #ffffff;
    margin-top: 25px;
}


/* login page */

#login_section {
    margin-top: 100px;
    clear: both;
    float: left;
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
    width: 100%;
}

.login_main_div {
    background-color: #f3ceccc2;
    width: 50%;
    margin-left: 25%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    position: relative;
}

.input_div {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

#login_form {
    float: left;
    position: relative;
    width: 100%;
}

.login_input {
    background-color: transparent;
    width: 60%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #404041;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
}

.login_submit_btn {
    padding: 5px 10px;
    background-color: #404041;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    cursor: pointer;
}

.reradisclaimerbtn {
    cursor: pointer;
}

.modal {
    background-color: rgb(0 0 0 / 89%);
}

.modal-dialog {
    background-color: #ffffff;
    max-width: 80%;
    margin-left: 10%;
    padding: 5%;
}

.head_div {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.ab_mob_img {
    display: none;
}

@media (max-width: 1281px) {
    #menu-center ul {
        margin-left: 2%;
        width: 96%;
    }
    .sub_menu_ul {
        padding-left: 19% !important;
    }
}

@media (max-width: 1227px) {
    .cu_right,
    .cu_left,
    .cu_mid {
        height: 540px;
    }
}

@media (max-width: 1200px) {
    .menu_li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cu_sub_head {
        height: 100px;
    }
    .cart_prod_img {
        padding-left: 8%;
        padding-right: 8%;
        width: 25%;
    }
    .cart_prod_title {
        padding-left: 2%;
        padding-right: 2%;
    }
    .cart_prod_price {
        width: 15%;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width: 1159px) {
    .cc_text {
        width: 70%;
        margin-left: 15%;
    }
    .sub_menu_ul {
        padding-left: 17% !important;
    }
}

@media (max-width: 1125px) {
    .menu_li {
        padding-left: 4px !important;
        padding-right: 4px !important;
        font-size: 13px !important;
    }
    .result_field {
        margin-right: 0;
        width: 147px;
    }
}

@media (max-width: 1094px) {
    .result_field {
        float: none;
    }
    .cc_text {
        width: 100%;
        margin-left: 0;
        float: none;
        margin-top: 30px;
    }
    .sub_menu_ul {
        padding-left: 14% !important;
    }
}

@media (max-width: 1024px) {
    .hamclick {
        cursor: pointer;
        display: block;
        float: right;
        right: 20px;
        top: 20px;
        position: fixed;
        z-index: 9;
    }
    #menu-center {
        display: none;
    }
    .logoimg {
        width: 100px;
    }
    .menu {
        height: 86px;
    }
    .banner_slider {
        margin-top: 86px;
    }
    .prod_category_home {
        width: 27%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media (max-width: 1078px) {
    .cu_content_phn_no {
        width: 70%;
        margin-left: 15%;
    }
}

@media (max-width: 1000px) {
    .cu_content_phn_no {
        width: 70%;
        margin-left: 15%;
    }
    .headingg {
        width: 42%;
        margin-left: 29%;
    }
}

@media (max-width: 991px) {
    .cu_content_phn_no {
        font-size: 31px;
    }
}

@media (max-width: 956px) {
    .result_field {
        margin-right: 0;
        width: 147px;
    }
    .login_input {
        width: 80%;
    }
}

@media (max-width: 946px) {
    .prod_category_home {
        width: 30%;
        margin-left: 1.51%;
        margin-right: 1.52%;
    }
    .ab_heading {
        width: 50%;
        margin-left: 25%;
    }
}

@media (max-width: 991px) {
    .cu_content_phn_no {
        font-size: 29px;
    }
}

@media (max-width: 918px) {
    .prod_category {
        width: 30%;
        margin-left: 1.51%;
        margin-right: 1.52%;
    }
}

@media (max-width: 868px) {
    .cart_prod_total {
        width: 10%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .cart_prod_quantity {
        width: 15%;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width: 838px) {
    .cu_content_phn_no {
        width: 76%;
        margin-left: 12%;
    }
}

@media (max-width: 775px) {
    .hidden_mob_eq {
        display: none;
        position: relative;
        float: left;
    }
}

@media (max-width: 767px) {
    .ab_sub_div {
        display: block;
    }
    .ab_left,
    .ab_right,
    .cu_right,
    .cu_left,
    .cu_mid,
    .watermark_div {
        width: 100%;
    }
    .cu_right,
    .cu_left,
    .cu_mid {
        height: auto;
        border: 0;
    }
    .cu_content_phn_no {
        width: 50%;
        margin-left: 25%;
    }
    .cu_right {
        padding-bottom: 30px;
        background-color: #f3cecc;
    }
    .watermark_div {
        background-image: none;
        background-color: #f3cecc;
    }
    /* .cu_main{  background-color: #f3cecc;    background-image: url(../images/watermark.png);    background-position: center; background-repeat: no-repeat;} */
    .cu_input {
        width: 50%;
        margin-left: 10%;
        margin-right: 10%;
        height: 40px;
    }
    .submit_btn {
        width: 30%;
        margin-left: 35%;
        height: 40px;
    }
    .cu_sub_head {
        border-top: 1px solid #b8635f;
        border-bottom: 0;
        height: auto;
    }
    .mob_hidden_head {
        display: none;
    }
    .top_mobile_cu_content {
        margin-top: 30px;
    }
    .category {
        height: 65px;
    }
    .for_mobile_new_line {
        display: block;
    }
    .cc_text {
        width: 60%;
        margin-left: 20%;
        text-align: right;
        float: left;
    }
    .result_field,
    .cc_input_field {
        margin-top: 10px;
    }
    .result_field {
        text-align: right;
    }
    .login_main_div {
        width: 70%;
        margin-left: 15%;
    }
    .desk_share {
        display: none;
    }
    .mobile_share {
        display: block;
    }
    .view_prod_slider,
    .view_prod_right_details {
        width: 100%;
        position: relative !important;
    }
    .view_prod_right_details {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 717px) {
    .ab_heading {
        width: 70%;
        margin-left: 15%;
    }
}

@media (max-width: 675px) {
    .prod_details_line_rate,
    .prod_details_line_rate {
        width: 100%;
    }
    .rate_span {
        display: none;
    }
}

@media (max-width: 640px) {
    .enqcontainer {
        margin-top: 15%;
    }
    #configmain {
        width: 95%;
    }
    .configsli .cli {
        padding: 5px 0px;
    }
    .specificationsli {
        line-height: 1.5;
    }
    #location_advantages {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin: 0px;
        padding-bottom: 40px;
    }
    .locationadvantagessection {
        height: auto;
        padding: 2px;
        width: 100%;
    }
    .enqfrm {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
        float: left;
        height: 30px;
        margin-bottom: 20px;
    }
    .footer_left {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer_right {
        float: left;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        margin-left: 10px;
    }
    .ab_mob_img {
        display: block;
    }
    .ab_desk_img {
        display: none;
    }
    .main_div_cart {
        padding-left: 2%;
        padding-right: 2%;
    }
    .hvr-sweep-to-left:before {
        background: none;
        content: none;
        display: none;
    }
    .mobile_share {
        margin-left: 2% !important;
        width: 13% !important;
        float: left;
    }
    .mobile_avai {
        width: 83%;
    }
    .available,
    .sold_out {
        margin-right: 0;
    }
}

@media (max-width: 515px) {
    .prod_category {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .prod_details_line_left {
        width: 30%;
    }
    .prod_details_line_right {
        width: 70%;
    }
    .rate_span {
        display: block;
    }
}

@media (max-width: 568px) {
    .cc_text {
        width: 70%;
        margin-left: 12%;
    }
    .login_main_div {
        width: 90%;
        margin-left: 5%;
    }
    .login_submit_btn {
        padding: 5px 15px;
    }
    .cart_prod_quan_input {
        width: 80%;
        margin-left: 10%;
    }
    .wishlist_title,
    .wishlist_add_to_cart {
        width: 37.5%;
    }
    .ab_heading {
        width: 50%;
        margin-left: 25%;
        margin-top: -45px;
    }
}

@media (max-width: 533px) {
    .ab_heading {
        width: 45%;
        margin-left: 27.5%;
    }
    .cart_prod_image {
        width: 100%;
        height: auto;
    }
    .cart_prod_img {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (max-width: 490px) {
    .cu_input {
        width: 70%;
    }
    .submit_btn {
        width: 40%;
        margin-left: 30%;
    }
    .cc_text {
        width: 80%;
        margin-left: 10%;
    }
    .cart_table_head_row th {
        font-size: 13px;
    }
    .cart_table_product_row td {
        font-size: 13px;
    }
    .remove_btn_cart {
        font-size: 13px;
    }
    .cart_table td {
        height: 122px;
    }
}

@media (max-width: 462px) {
    .ab_heading {
        width: 52%;
        margin-left: 24%;
    }
}

@media (max-width: 456px) {
    .cu_content_phn_no {
        width: 60%;
        margin-left: 20%;
    }
    .options {
        top: 35%;
        width: 25px;
    }
}

@media (max-width:451px) {
    .prod_details_line_rate {
        width: 100%;
    }
    .rate_span {
        display: none;
    }
}

@media (max-width: 427px) {
    .cc_text {
        width: 90%;
        margin-left: 5%;
    }
    .ab_top_img {
        width: 80%;
        margin-left: 10%;
    }
    .cart_prod_price {
        width: 13%;
    }
    .cart_prod_quantity {
        width: 20%;
    }
}

@media (max-width: 415px) {
    .ab_heading {
        width: 55%;
        margin-left: 22.5%;
    }
}

@media (max-width: 380px) {
    .cu_content_phn_no {
        width: 70%;
        margin-left: 15%;
    }
    .cc_text {
        width: 98%;
        margin-left: -2%;
    }
}

@media (max-width: 378px) {
    .ab_heading {
        width: 62%;
        margin-left: 19%;
    }
}

@media (max-width: 362px) {
    .cu_content_phn_no {
        width: 70%;
        margin-left: 15%;
    }
    .cc_text {
        width: 98%;
        margin-left: 1%;
    }
    .main_div_cart {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 344px) {
    .ab_heading {
        width: 65%;
        margin-left: 17.5%;
    }
    .prod_category {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .mobile_share {
        margin-left: 2% !important;
        width: 8% !important;
        float: left;
    }
    .mobile_avai {
        width: 88%;
    }
    .available,
    .sold_out {
        margin-right: 0;
    }
}

@media (max-width: 325px) {
    .mob_scroll_div {
        position: relative;
        overflow-x: scroll;
        float: left;
        width: 100%;
    }
    .cart_table {
        overflow-x: scroll;
        width: 410px;
    }
    .cart_prod_img,
    .cart_prod_title {
        width: 100px;
    }
    .cart_prod_price,
    .cart_prod_total,
    .cart_prod_quantity {
        width: 70px;
    }
    .cart_table tr {
        width: 410px;
    }
    .wishlist_title,
    .wishlist_add_to_cart {
        width: 150px;
    }
}

@media (max-width: 320px) {
    .cu_content_phn_no {
        width: 80%;
        margin-left: 10%;
    }
}

@media (max-width: 289px) {
    .ab_heading {
        width: 75%;
        margin-left: 12.5%;
    }
}

.hidden_li {
    display: none !important;
}