body {
    font-family: 'Roboto', sans-serif;
}

.navigation {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.navigation .brand {
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
    z-index: 2;
    margin: 5px 0 0 0;
    position: relative;
}

.navigation .brand:after {
    content: '';
    position: absolute;
    right: 17px;
    top: 5px;
    background: url(../images/logo_border.png) no-repeat;
    width: 1px;
    height: 61px;
}

.navigation .brand a,
.navigation .brand a:visited {
    color: #fff;
    text-decoration: none;
}

.navigation nav {
    margin-top: 20px;
}

.navigation nav ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.navigation nav ul li {
    float: left;
    position: relative;
    border-width: 1px;
    border-right: 1px solid #3f4143;
    padding: 0 12px;
}

.navigation nav ul li:last-child {
    border: none;
}

.navigation nav ul li a,
.navigation nav ul li a:visited {
    display: block;
    line-height: 15px;
    color: #3f4143;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
}

.navigation nav ul li a:hover {
    background: none;
    color: #b31408;
    text-decoration: none;
    outline: none;
}

.navigation nav ul li a:visited:hover {
    background: none;
}

.navigation nav ul li a:not(:only-child):after,
.navigation nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

.navigation nav ul li.active a {
    color: #b31408;
    position: relative;
}

.navigation .nav-mobile {
    display: none;
    position: absolute;
    top: 24px;
    right: 10px;
    background: #fff;
    height: 45px;
    width: 50px;
    border-radius: 10px;
}

.navigation #nav-toggle {
    position: absolute;
    left: 8px;
    top: 19px;
    cursor: pointer;
    padding: 0;
}

.navigation #nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

.navigation #nav-toggle span:before {
    top: -8px;
}

.navigation #nav-toggle span:after {
    bottom: -8px;
}

.navigation #nav-toggle.active span {
    background-color: transparent;
}

.navigation #nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

.navigation #nav-toggle.active span:before {
    transform: rotate(45deg);
}

.navigation #nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.navigation .nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #f6f6f6;
    top: 45px;
}

.navigation nav ul li ul li {
    min-width: 250px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.navigation nav ul li ul li a {
    color: #000 !important;
    border: none !important;
}

.header_bg {
    padding: 25px 0;
}

.navbar-fixed-top {
    z-index: 100 !important
}

.main_slider .slick-prev {
    border: 1.5px solid #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    left: 40px;
    top: 45%;
    z-index: 2;
}

.main_slider .slick-next {
    border: 1.5px solid #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    right: 40px;
    top: 45%;
    z-index: 2;
}

.main_slider {
    margin-top: 135px;
}

.main_slider img {
    width: 100%;
}

.main_slider .slick-slide {
    position: relative;
}

.main_slider .slick-prev::before {
    content: "\f104";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #000000;
    font-size: 40px;
}

.main_slider .slick-next::before {
    content: "\f105";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #000000;
    font-size: 40px;
}

.main_slider .slick-next:hover:before {
    color: #b31408;
}

.main_slider .slick-prev:hover:before {
    color: #b31408;
}

.main_slider .carousel-caption {
    left: 0;
    width: 100%;
    text-shadow: none;
    text-align: left;
    bottom: 30%;
}

.main_slider .banner_info {
    margin-top: 300px;
    padding: 0;
}

.main_slider .banner_info h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #545454;
}

.main_slider .banner_info h2 span {
    display: block;
    color: #b31408;
}

.main_slider .banner_info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.main_slider .banner_info p span {
    display: block;
}

.main_slider .banner_info a {
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    background: #b31408;
    padding: 0 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    outline: none;
}

.main_slider .banner_info a.phone {
    background: none;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    padding: 0;
}

.main_slider {
    padding: 0;
}

.main_menu .navbar-nav>li:last-child {
    border: none;
}

.main_slider .slick-dots {
    bottom: 35px;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
}

.main_slider .slick-dots li {
    margin: 0 8px;
}

.main_slider .slick-dots li button::before {
    font-family: inherit;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: white;
    /* background: url(../images/main_slider_normal.png); */
    opacity: 1;
    font-size: 0;
} 

.main_slider .slick-dots li a.active {
    width: 30px;
    height: 5px;
}

.main_slider .slick-dots .slick-active button::before {
    /* background: url(../images/main_slider_active.png); */
    background-color: #da8c28;
}

.main_slider .banner_info h3 {
    text-transform: uppercase;
    color: #ffc600;
    font-size: 25px;
    font-weight: 700;
}

.last_pointer {
    position: fixed;
    right: 25px;
    bottom: 25px;
}

.last_pointer .fa {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    line-height: 65px;
    text-align: center;
    background: #fff;
    font-size: 30px;
    color: #b31408;
}

.last_pointer a {
    color: #b31408;
    text-decoration: none;
    outline: none;
}

.on .header_info {
    z-index: 10;
}

.hdrtop {
    padding: 5px 0;
    background: #d09249;
}

.hdrtops {
    padding: 0;
    float: right;
    text-align: right;
}

.hdrtops ul {
    padding: 0;
    margin: 0;
}

.hdrtops ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.hdrtops ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    border-right: 1px solid #fff;
    height: 12px;
}

.hdrtops ul li:last-child:after {
    border: none;
}

.hdrtops ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.hdr_srch {
    margin-top: 30px;
    float: right;
    padding: 0;
    text-align: right;
}

.hdr_srch .form-control {
    color: #4d4a4a;
    box-shadow: none;
    font-size: 20px;
    font-weight: 300;
    border: none;
    background: #f2f2f2;
}

.hdr_srch ::placeholder {
    color: #4d4a4a;
    font-size: 14px;
    font-weight: 400;
}

.hdr_srch .submit {
    background: #d09249;
    color: #fff;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.hdr_srch .form-inline {
    padding: 0;
}

.bnrsldrb {
    padding: 0;
}

.hdrmnuc {
    padding: 0;
}

.hdrsmnub {
    padding: 0;
    border-top: 1px solid #ddd;
}

.mnuctgry {}

.mnuctgry ul {
    padding: 10px 0;
    margin: 0 0 0 0;
    float: right;
}

.mnuctgry ul li {
    list-style: none;
    float: none;
    display: inline-block;
    border-right: 1px solid #8a8a8a;
    line-height: 12px;
    padding: 0 10px;
}

.mnuctgry ul li:last-child {
    border: none;
}

.mnuctgry ul li a {
    text-decoration: none;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
}

.chkout {
    padding: 0;
}

.chkout ul {
    padding: 0;
    margin: 5px 0 0 0;
    float: right;
}

.chkout ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.chkout ul li:last-child {
    padding-right: 0;
}

.chkout ul li:first-child {
    padding-left: 0;
}

.chkout ul li button {
    border: none;
}

.chkout ul li button.account {
    background: url(../images/account_icon.png) no-repeat;
    width: 20px;
    height: 24px;
}

.chkout ul li button.notification {
    background: url(../images/bell_icon.png) no-repeat;
    width: 24px;
    height: 25px;
}

.chkout ul li button.wishlist {
    background: url(../images/wishlist_icon.png) no-repeat;
    width: 28px;
    height: 25px;
}

.chkout ul li button.mycart {
    background: url(../images/mycart_icon.png) no-repeat;
    width: 18px;
    height: 25px;
}

.newarvlsb {
    background: #f8f5f5;
    padding: 70px 0;
}

.newarvlsb h2 {
    text-align: center;
    color: #5f5f5f;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.newarvlsb ul {
    padding: 0;
    margin: 0;
}

.newarvlsb ul li {
    list-style: none;
    padding: 5px;
}

.newarvlsb ul li .newarvlsbs {
    background: #fff;
    border-radius: 10px;
    padding: 30px 0 0 0;
    border: 1px solid #d3d3d3;
}

.newarvlsb ul li .newarvlsbs_img {
    text-align: center;
    overflow: hidden;
    aspect-ratio: 1/1;

}

.newarvlsb ul li .newarvlsbs_info {
    padding: 0 30px;
}

.newarvlsb ul li .newarvlsbs_info h3 {
    color: #e39531;
    font-size: 20px;
    font-weight: 700;
    height: 46px;
}

.newarvlsb ul li .newarvlsbs_info p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

.newarvlsb ul li .newarvlsbs_info h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.newarvlsb ul li .newarvlsbs_info h4 .fa {
    margin-right: 5px;
}

.newarvlsb ul li .newarvlsbs_info h5 {
    color: #9b9b9b;
}

.newarvlsb ul li .newarvlsbs_info h5 button {
    background: #4eb815;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.newarvlsb ul li .newarvlsbs_info h5 .fa {
    font-size: 12px;
    margin-left: 5px;
}

.newarvlsb ul li .footer {
    padding: 0;
}

.newarvlsb ul li .addtocart {
    padding: 0;
}

.newarvlsb ul li .addtocart button {
    background: #d09249;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 10px 45px;
    border-bottom-left-radius: 5px;
}

.newarvlsb ul li .wishlist {
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

.newarvlsb ul li .wishlist button.wishlist {
    background: url(../images/wishlist_icon.png) no-repeat;
    width: 28px;
    height: 25px;
    border: none;
}

.indxcatgry {
    background: #d09249;
    padding: 85px 0;
}

.indxcatgry h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0;
}

.indxcatgry ul {
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
}

.indxcatgry ul li {
    float: none;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
}

.indxcatgry ul li .indxcatgrys {
    background: #fff;
    border-radius: 10px;
    min-width: 225px;
    min-height: 250px;
    padding: 40px 0;
}

.indxcatgry ul li .indxcatgrys h4 {
    color: #5f5f5f;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    min-height: 50px;
}

.bstslrsb {
    background: #f8f5f5;
    padding: 70px 0;
}

.bstslrsb h2 {
    text-align: center;
    color: #5f5f5f;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
}

.bstslrsb ul {
    padding: 0;
    margin: 0;
}

.bstslrsb ul li {
    list-style: none;
    padding: 5px;
}

.bstslrsb ul li .bstslrsbs {
    background: #fff;
    border-radius: 10px;
    padding: 30px 0 0 0;
    border: 1px solid #d3d3d3;
}

.bstslrsb ul li .bstslrsbs_img {
    text-align: center;
}

.bstslrsb ul li .bstslrsbs_info {
    padding: 0 30px;
}

.bstslrsb ul li .bstslrsbs_info h3 {
    color: #e39531;
    font-size: 20px;
    font-weight: 700;
}

.bstslrsb ul li .bstslrsbs_info p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

.bstslrsb ul li .bstslrsbs_info h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.bstslrsb ul li .bstslrsbs_info h4 .fa {
    margin-right: 5px;
}

.bstslrsb ul li .bstslrsbs_info h5 {
    color: #9b9b9b;
}

.bstslrsb ul li .bstslrsbs_info h5 button {
    background: #4eb815;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.bstslrsb ul li .bstslrsbs_info h5 .fa {
    font-size: 12px;
    margin-left: 5px;
}

.bstslrsb ul li .footer {
    padding: 0;
}

.bstslrsb ul li .addtocart {
    padding: 0;
}

.bstslrsb ul li .addtocart button {
    background: #d09249;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 10px 45px;
    border-bottom-left-radius: 5px;
}

.bstslrsb ul li .wishlist {
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

.bstslrsb ul li .wishlist button.wishlist {
    background: url(../images/wishlist_icon.png) no-repeat;
    width: 28px;
    height: 25px;
    border: none;
}

.motto {
    background: #fff;
    padding: 75px 0 50px 0;
}

.motto ul {
    text-align: center;
}

.motto ul li {
    float: none;
    display: inline-block;
    padding: 30px 80px;
    background: url(../images/motto_line.png) no-repeat right;
}

.motto ul li .mottos {}

.motto ul li .mottos p {
    color: #343434;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.motto ul li:last-child {
    background: none;
}

.ftrbl {
    background: #d09249;
    padding: 55px 0 0 0;
}

.ftrbl ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
}

.ftrbl ul li {
    list-style: none;
    padding: 0;
}

.ftrbl ul li .ftrbls {}

.ftrbl ul li .ftrbls p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.ftrbl ul li .ftrbls img {
    margin-bottom: 20px;
}

.ftrbl ul li .ftrbls ul {
    border: none;
}

.ftrbl ul li .ftrbls li {
    margin: 10px 0;
}

.ftrbl ul li .ftrbls li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.ftrbl ul li .ftrbls h5 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.ftrbl ul li:first-child {
    padding-right: 30px;
}

.subftrb {
    text-align: center;
    padding: 10px 0;
}

.subftrb ul {
    padding: 0;
    margin: 0;
    border: none;
}

.subftrb ul li {
    list-style: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 10px !important;
    line-height: 16px;
}

.subftrb ul li:last-child {
    border: none;
    padding: 0;
}

.subftrb ul li:first-child {
    padding: 0;
}

.subftrb ul li a {
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

.socfix {
    position: fixed;
    right: 0;
    bottom: 35%;
    z-index: 100;
}

.socfix ul {
    padding: 0;
    margin: 0;
}

.socfix ul li {
    list-style: none;
    padding: 3px 0;
}

.socfix ul li .fa {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    background: #000000;
    color: #fff;
    font-size: 20px;
}

#customerlogin .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#customerlogin .modal-content {
    border-radius: 0;
    background: #f8f5f5;
}

#customerlogin .modal-body {
    text-align: center;
}

#customerlogin .modal-body h3 {
    color: #3f4143;
    font-size: 28px;
}

#customerlogin .modal-header {
    border: none;
}

.customer_log .form-control {
    background: #fff;
    border: none;
    color: #000000;
    height: 55px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #c2c2c2;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
}

.customer_log .form-group {
    padding: 10px;
    margin: 0;
}

.customer_log .form-control.submit {
    font-weight: 700;
    background: #d09249;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 20px;
    height: auto;
    position: relative;
    border: none;
}

.customer_log ::placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

#customerlogin .close {
    font-size: 30px;
}

.innerbnr {
    padding: 0;
    margin-top: 147px;
}

.innerbnr img {
    width: 100%;
}

.innerbnr .carousel-caption {
    text-shadow: none;
}

.innerbnr .carousel-caption h2 {
    font-size: 40px;
    color: #fff;
}

.brdcrmb {}

.brdcrmb .breadcrumb {
    background: none;
    margin: 0;
    padding: 8px 0;
}

.brdcrmb .breadcrumb li {}

.brdcrmb .breadcrumb li a {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.brdcrmb .breadcrumb li.active a {
    color: #d09249;
}

.prdtb {
    padding: 0 0 50px 0;
}

.prdtfltr {
    float: right;
    padding: 0;
}

.prdtfltr .form-control {
    height: inherit;
}

.prdtfltr .input-group {
    width: 100%;
    position: relative;
    line-height: 0;
}

.prdtfltr .input-group-addon {
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    width: 100%;
}

.prdtfltr .input-group-addon .fa-chevron-right {
    position: absolute;
    left: 17px;
    top: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}

.prdtfltr .input-group-addon.w100p {
    width: 100%;
    padding: 0;
}

.prdtfltr .input-group-addon .fa-caret-down {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #d09249;
    font-size: 20px;
}

.prdtfltr .input-group .form-control:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.prdtfltr select {
    color: rgba(51, 51, 51, .5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 700;
}

.catgryaccorb {
    padding: 0;
}

.catgryaccorbs {
    padding: 0;
}

.catgryaccorbs .panel-title>a:before {
    content: "";
    background: url(../images/category_arrow_up.png);
    position: absolute;
    right: -8px;
    top: 5px;
    width: 15px;
    height: 8px;
}

.catgryaccorbs .panel-title>a.collapsed:before {
    content: "";
    background: url(../images/category_arrow_down.png);
    position: absolute;
    top: 5px;
    right: -8px;
}

.catgryaccorbs .panel-title>a:hover,
.catgryaccorbs .panel-title>a:active,
.catgryaccorbs .panel-title>a:focus {
    text-decoration: none;
}

.catgryaccorbs .panel-title {
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.catgryaccorbs .panel-body {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.catgryaccorbs .panel-heading {
    background: none;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 10px 15px;
}

.catgryaccorbs .panel-default {
    border: none;
    box-shadow: none;
}

.catgryaccorbs .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #cccccc !important;
}

.catgryaccorbs .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    color: #4d4a4a;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
}

.catgryaccorbs .panel-title a {
    display: block;
}

.catgryaccorbs .panel-title a.collapsed {
    color: #2c2c2c;
}

.catgrylst {
    padding-right: 0;
}

.catgrylst ul {
    padding: 0;
    margin: 0 0 40px 0;
}

.catgrylst ul li {
    list-style: none;
    padding: 5px;
}

.catgrylst ul li .catgrylsts {
    background: #fff;
    border-radius: 10px;
    padding: 30px 0 0 0;
    border: 1px solid #d3d3d3;
}

.catgrylst ul li .catgrylsts_img {
    text-align: center;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.catgrylst ul li .catgrylsts_info {
    padding: 0 30px;
}

.catgrylsts_info>a:hover {
    text-decoration: none !important;
}

.newarvlsbs_info>a:hover {
    text-decoration: none !important;
}

.bstslrsbs_info>a:hover {
    text-decoration: none !important;
}

.catgrylst ul li .catgrylsts_info h3 {
    color: #e39531;
    font-size: 20px;
    font-weight: 700;
    min-height: 66px;
}

.catgrylst ul li .catgrylsts_info p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

.catgrylst ul li .catgrylsts_info h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.catgrylst ul li .catgrylsts_info h4 .fa {
    margin-right: 5px;
}

.catgrylst ul li .catgrylsts_info h5 {
    color: #9b9b9b;
}

.catgrylst ul li .catgrylsts_info h5 button {
    background: #4eb815;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.catgrylst ul li .catgrylsts_info h5 .fa {
    font-size: 12px;
    margin-left: 5px;
}

.catgrylst ul li .footer {
    padding: 0;
}

.catgrylst ul li .addtocart {
    padding: 0;
}

.catgrylst ul li .addtocart button {
    background: #d09249;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 10px 45px;
    border-bottom-left-radius: 5px;
}

.catgrylst ul li .wishlist {
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

.catgrylst ul li .wishlist button.wishlist {
    background: url(../images/wishlist_icon.png) no-repeat;
    width: 28px;
    height: 25px;
    border: none;
}

.catgryaccorbs .panel-group .panel-heading+.panel-collapse>.panel-body nav {
    padding: 0;
}

.catgryaccorbs .panel-group .panel-heading+.panel-collapse>.panel-body .nav-list {
    padding: 0;
    margin: 0;
}

.catgryaccorbs .panel-group .panel-heading+.panel-collapse>.panel-body .nav-list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 15px;
}

.catgryaccorbs .panel-group .panel-heading+.panel-collapse>.panel-body .nav-list li a {
    display: block;
    color: #5f5f5f;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
}

.catgryaccorbs .panel-group .panel-heading+.panel-collapse>.panel-body .nav-dropdown {
    padding: 0;
}

.catgryaccorbs .panel-group .panel-heading+.panel-collapse>.panel-body .nav-dropdown li {
    list-style: none;
}

.catgryaccorbs .panel-group .panel-heading+.panel-collapse>.panel-body .nav-dropdown li a {
    font-weight: 300;
}

.catgryaccorb h3 {
    font-size: 20px;
    font-weight: 700;
    color: #5f5f5f;
    margin-top: 0;
    border-bottom: 1px solid #d09249;
    padding-bottom: 10px;
}

.catgryaccorbs .panel-group .panel-heading+.panel-collapse>.panel-body .nav-dropdown li {
    border: none;
}

.catgryaccorbs .panel-group .panel-heading+.panel-collapse>.panel-body .nav-list li a .fa-chevron-down::before {
    content: "";
    background: url(../images/category_arrow_normal.png);
    position: absolute;
    right: 6px;
    top: 11px;
    width: 15px;
    height: 8px;
}

.prdtfltr .form-group {
    padding: 0;
}

.sgleprdtd {
    padding: 50px 0;
}

.sgleprdtd_img {
    text-align: center;
    border: 1px solid #cacaca;
    padding: 50px 0;
    position: relative;
}

.sgleprdtd_img .wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
}

.sgleprdtd_img .wishlist button.wishlist {
    background: url(../images/wishlist_icon.png) no-repeat;
    width: 28px;
    height: 25px;
    border: none;
}

.sgleprdtd_info {
    padding: 39px 50px;
    border-bottom: 1px solid #cacaca;
}

.sgleprdtd_info h3 {
    color: #e39531;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.sgleprdtd_info h5 {
    color: #9b9b9b;
}

.sgleprdtd_info h5 button {
    background: #4eb815;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.sgleprdtd_info ul {
    padding: 0;
    margin: 0;
}

.sgleprdtd_info ul li {
    list-style: none;
    color: #272727;
    font-size: 21px;
    font-weight: 500;
    display: inline-block;
    border-right: 2px solid #272727;
    line-height: 15px;
    padding: 0 5px;
}

.sgleprdtd_info ul li:first-child {
    color: #e39531;
    padding-left: 0;
}

.sgleprdtd_info ul li:last-child {
    border: none;
}

.sgleprdtd_info .nav-tabs {
    border: none;
    padding: 20px 0;
}

.sgleprdtd_info .nav-tabs>li {
    position: relative;
    border: none;
}

.sgleprdtd_info .nav-tabs>li>a {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 8px 15px;
}

.sgleprdtd_info .nav-tabs>li.active>a,
.sgleprdtd_info .nav-tabs>li.active>a:focus,
.sgleprdtd_info .nav-tabs>li.active>a:hover {
    background: #000000;
    border: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
}

.sgleprdtd_info .nav>li>a:hover {
    background: none;
    box-shadow: none;
    border: none;
    border: 1px solid #c9c9c9;
}

.sgleprdtd_info .tab-content {
    margin-bottom: 30px;
}

.sgleprdtd_info .tab-content p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.sgleprdtd_info .tab-content p span {
    color: #a1a1a1;
}

.sgleprdtd_info .tab-content h4 {
    color: #000000;
    font-size: 42px;
    font-weight: 700;
}

.sgleprdtd_info .tab-content h4 .fa {
    margin-right: 5px;
}

.sgleprdtd_info .tab-content h4 span {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 400;
}

.sgleprdtd_info button.addtocart {
    background: #d09249;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    padding: 15px 70px;
    margin: 20px 0;
    position: inherit;
}

.sgleprdtd_info .form-group {
    padding: 0;
    position: relative;
}

.sgleprdtd_info .form-control {
    color: #4d4a4a;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    height: 60px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding-left: 100px;
}

.sgleprdtd_info button.check {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #d09249;
    font-weight: 500;
    background: none;
    border: none;
}

.sgleprdtd_info img {
    position: absolute;
    left: 12px;
    top: 14px;
}

.sgleprdtincrd {
    padding: 0;
}

.sgleprdtincrd ul {
    padding: 30px 0;
    margin: 0;
}

.sgleprdtincrd ul li {
    list-style: none;
    color: #272727;
    font-size: 21px;
    font-weight: 500;
    display: inline-block;
    border-right: 2px solid #272727;
    line-height: 15px;
    padding: 0 5px;
}

.ck-content-box ul li {
    list-style: auto;
    color: black;
    font-size: 21px;
    font-weight: 500;
    display: block;
    border-right: none;
    line-height: 15px;
    padding: 0 5px;
}

.sgleprdtincrd ul li:first-child {
    color: #e39531;
    padding-left: 0;
}


.sgleprdtincrd ul li:last-child {
    border: none;
}

.sgleprdtincrd .nav-tabs {
    border: none;
    padding-top: 0;
}

.sgleprdtincrd .nav-tabs>li {
    position: relative;
    border: none;
    padding: 0;
    text-align: center;
}

.sgleprdtincrd .nav-tabs>li>a {
    color: #696969;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    padding: 15px 15px;
    min-width: 195px;
    margin: 0;
}

.sgleprdtincrd .nav-tabs>li.active>a,
.sgleprdtincrd .nav-tabs>li.active>a:focus,
.sgleprdtincrd .nav-tabs>li.active>a:hover {
    background: #d09249;
    border: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
}

.sgleprdtincrd .nav>li>a:hover {
    background: none;
    box-shadow: none;
    border: none;
    border: 1px solid #c9c9c9;
}









.sgleprdtautpol {
    padding: 0;
}

.sgleprdtautpol ul {
    padding: 30px 0 0 0;
    margin: 0;
}

.sgleprdtautpol ul li {
    list-style: none;
    display: inline-block;
    color: #272727;
    font-size: 21px;
    font-weight: 500;
    margin-right: 50px;
}

.sgleprdtautpol ul li img {
    margin-right: 10px;
}

.sglesmlrpedt {
    background: #f8f5f5;
    padding: 70px 0;
    overflow: hidden;
}

.sglesmlrpedt h2 {
    text-align: center;
    color: #5f5f5f;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}

.similar_product .similar_products {
    background: #fff;
    border-radius: 10px;
    padding: 30px 0 0 0;
    border: 1px solid #d3d3d3;
}

.similar_product .similar_products_img {
    text-align: center;
}

.similar_product .similar_products_img img {
    display: inline-block;
}

.similar_product .similar_products_info {
    padding: 0 30px;
}

.similar_product .similar_products_info h3 {
    color: #e39531;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
}

.similar_product .similar_products_info p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

.similar_product .similar_products_info h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.similar_product .similar_products_info h4 .fa {
    margin-right: 5px;
}

.similar_product .similar_products_info h5 {
    color: #9b9b9b;
}

.similar_product .similar_products_info h5 button {
    background: #4eb815;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.similar_product .similar_products_info h5 .fa {
    font-size: 12px;
    margin-left: 5px;
}

.similar_product .footer {
    padding: 0;
}

.similar_product .addtocart {
    padding: 0;
}

.similar_product .addtocart button {
    background: #d09249;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 10px 45px;
    border-bottom-left-radius: 5px;
}

.similar_product .wishlist {
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

.similar_product .wishlist button.wishlist {
    background: url(../images/wishlist_icon.png) no-repeat;
    width: 28px;
    height: 25px;
    border: none;
}

.similar_product .slick-slide {
    padding: 0 10px;
}

.prdtrevw {
    background: #f8f5f5;
    padding-bottom: 50px;
}

.prdtrevw h2 {
    color: #5f5f5f;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
}

.prdtrevw h5 {
    color: #9b9b9b;
}

.prdtrevw button.writrrev {
    background: #d09249;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 15px 50px;
    border-radius: 10px;
}

.prdtrevw h5 button {
    background: #4eb815;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.prdtrevw h5 .fa {
    font-size: 12px;
    margin-left: 5px;
}

.prdtrevw ul {
    padding: 0;
    margin: 0 0 30px 0;
}

.prdtrevw ul li {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #dfdcdc;
}

.prdtrevw ul li .prdtrevws {}

.prdtrevw ul li .prdtrevws h6 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.prdtrevw ul li .prdtrevws h6 span {
    color: #818181;
    font-size: 14px;
}

.prdtrevw ul li .prdtrevws p {
    color: #686767;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.prdtrevw a {
    color: #191919;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

#notification .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#notification .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 50px;
}

#notification .modal-body {
    text-align: center;
}

#notification .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 20px;
}

#notification .modal-header {
    border: none;
}

.notifications ul {
    padding: 0;
    margin: 0;
}

.notifications ul li {
    list-style: none;
    margin-bottom: 20px;
}

.notifications ul li .notificationss {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 30px;
}

.notifications ul li .notifications_info {
    text-align: left;
    padding-left: 35px;
}

.notifications ul li .notifications_info h3 {
    color: #e39531;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.notifications ul li .notifications_info p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

.notifications ul li .notifications_info h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.notifications ul li .notifications_info h4 .fa {
    margin-right: 5px;
}

.notifications ul li .notifications_info h5 {
    color: #9b9b9b;
}

.notifications ul li .notifications_info h5 button {
    background: #4eb815;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.notifications ul li .notifications_info h5 .fa {
    font-size: 12px;
    margin-left: 5px;
}

.notifications ul li .notifications_img {
    text-align: center;
    padding: 0;
}

.notifications ul li .footer {
    padding: 0;
}

.notifications ul li .addtocart {
    padding: 0;
}

.notifications ul li .addtocart button {
    background: #d09249;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 10px 45px;
    border-bottom-left-radius: 5px;
}

.notifications ul li .wishlist {
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

.notifications ul li .wishlist button.wishlist {
    background: url(../images/wishlist_icon.png) no-repeat;
    width: 28px;
    height: 25px;
    border: none;
}

#notification .close {
    font-size: 30px;
}

#wishlist .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#wishlist .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 50px;
}

#wishlist .modal-body {
    text-align: center;
}

#wishlist .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 20px;
}

#wishlist .modal-header {
    border: none;
}

.wishlist ul {
    padding: 0;
    margin: 0;
}

.wishlist ul li {
    list-style: none;
    margin-bottom: 20px;
}

.wishlist ul li .wishlists {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 30px;
}

.wishlist ul li .wishlists_info {
    text-align: left;
    padding-left: 35px;
}

.wishlist ul li .wishlists_info h3 {
    color: #e39531;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.wishlist ul li .wishlists_info p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

.wishlist ul li .wishlists_info h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.wishlist ul li .wishlists_info h4 .fa {
    margin-right: 5px;
}

.wishlist ul li .wishlists_info h5 {
    color: #9b9b9b;
}

.wishlist ul li .wishlists_info h5 button {
    background: #4eb815;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.wishlist ul li .wishlists_info h5 .fa {
    font-size: 12px;
    margin-left: 5px;
}

.wishlist ul li .wishlists_img {
    text-align: center;
    padding: 0;
}

.wishlist ul li .footer {
    padding: 0;
}

.wishlist ul li .addtocart {
    padding: 0;
}

.wishlist ul li .addtocart button {
    background: #d09249;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 10px 45px;
    border-bottom-left-radius: 5px;
}

.wishlist ul li .wishlist {
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

.wishlist ul li .wishlist button.wishlist {
    background: url(../images/wishlist_icon.png) no-repeat;
    width: 28px;
    height: 25px;
    border: none;
}

#wishlist .close {
    font-size: 30px;
}

#mycart .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#mycart .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#mycart .modal-body {
    text-align: center;
}

#mycart .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 20px;
}

#mycart .modal-header {
    border: none;
}


.right-modal .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

.right-modal .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

.right-modal .modal-body {
    text-align: center;
}

.right-modal .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 20px;
}

.right-modal .modal-header {
    border: none;
}

.mycart ul {
    padding: 0;
    margin: 0;
}

.mycart ul li {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.mycart ul li .mycarts {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.mycart ul li button.delete {
    background: url(../images/delete_icon.png) no-repeat;
    width: 24px;
    height: 31px;
    border: none;
    position: absolute;
    right: 20px;
    top: 22px;
}

.mycart ul li .mycarts_info {
    text-align: left;
    padding-left: 35px;
}

.mycart ul li .mycarts_info h3 {
    color: #e39531;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.mycart ul li .mycarts_info p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

.mycart ul li .mycarts_info h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.mycart ul li .mycarts_info h4 .fa {
    margin-right: 5px;
}

.mycart ul li .mycarts_info h5 {
    color: #9b9b9b;
}

.mycart ul li .mycarts_info h5 button {
    background: #4eb815;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.mycart ul li .mycarts_info h5 .fa {
    font-size: 12px;
    margin-left: 5px;
}

.mycart ul li .mycarts_img {
    text-align: center;
    padding: 0;
}

.mycart ul li .footer {
    padding: 0;
    text-align: left;
    margin-top: 20px;
}

.mycart ul li .footer p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

.mycart ul li .footer p span {
    float: right;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.mycart ul li .footer p .fa {
    margin-right: 5px;
}

.mycart ul li .addtocart {
    padding: 0;
}

.mycart ul li .addtocart button {
    background: #d09249;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 10px 45px;
    border-bottom-left-radius: 5px;
}

.mycart ul li .wishlist {
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

.mycart ul li .wishlist button.wishlist {
    background: url(../images/wishlist_icon.png) no-repeat;
    width: 28px;
    height: 25px;
    border: none;
}

#mycart .close {
    font-size: 30px;
}

.mycart .checkpin {
    margin-bottom: 20px;
    padding: 0;
}

.mycart .checkpin .form-group {
    padding: 0;
    position: relative;
}

.mycart .checkpin .form-control {
    color: #4d4a4a;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    height: 60px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding-left: 100px;
}

.mycart .checkpin button.check {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #d09249;
    font-weight: 500;
    background: none;
    border: none;
}

.mycart .checkpin img {
    position: absolute;
    left: 12px;
    top: 14px;
}

.mycart .pricedet {
    text-align: left;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    padding: 20px;
}

.mycart .pricedet ul {
    padding: 0;
    margin: 0;
}

.mycart .pricedet ul li {
    list-style: none;
    color: #393939;
    font-size: 22px;
    font-weight: 400;
}

.mycart .pricedet ul li span {
    float: right;
}

.mycart .pricedet ul li .fa {
    color: #000000;
    font-size: 22px;
    margin-right: 5px;
}

#mycart .modal-content button.proceed {
    position: absolute;
    width: 100%;
    left: 0;
    background: #d09249;
    color: #fff;
    text-align: center;
    bottom: 0;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

.mycart .pricedet ul li:last-child {
    font-weight: 700;
}

.mycart .pricedet h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

#delivery_det .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#delivery_det .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#delivery_det .modal-body {
    text-align: center;
}

#delivery_det .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 20px;
}

#delivery_det .modal-header {
    border: none;
}

#delivery_det .close {
    font-size: 30px;
}

.delivery_det ul {
    padding: 0;
    margin: 0;
}

.delivery_det ul li {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.delivery_det ul li .mycarts {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.delivery_det ul li button.delete {
    background: url(../images/delete_icon.png) no-repeat;
    width: 24px;
    height: 31px;
    border: none;
    position: absolute;
    right: 20px;
    top: 22px;
}

.delivery_det ul li .mycarts_info {
    text-align: left;
    padding-left: 35px;
}

.delivery_det ul li .mycarts_info h3 {
    color: #e39531;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.delivery_det ul li .mycarts_info p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

.delivery_det ul li .mycarts_info h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.delivery_det ul li .mycarts_info h4 .fa {
    margin-right: 5px;
}

.delivery_det ul li .mycarts_info h5 {
    color: #9b9b9b;
}

.delivery_det ul li .mycarts_info h5 button {
    background: #4eb815;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.delivery_det ul li .mycarts_info h5 .fa {
    font-size: 12px;
    margin-left: 5px;
}

.delivery_det ul li .mycarts_img {
    text-align: center;
    padding: 0;
}

.delivery_det ul li .footer {
    padding: 0;
    text-align: left;
    margin-top: 20px;
}

.delivery_det ul li .footer p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

.delivery_det ul li .footer p span {
    float: right;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.delivery_det ul li .footer p .fa {
    margin-right: 5px;
}

.delivery_det ul li .addtocart {
    padding: 0;
}

.delivery_det ul li .addtocart button {
    background: #d09249;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 10px 45px;
    border-bottom-left-radius: 5px;
}

.delivery_det ul li .wishlist {
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

.delivery_det ul li .wishlist button.wishlist {
    background: url(../images/wishlist_icon.png) no-repeat;
    width: 28px;
    height: 25px;
    border: none;
}

#delivery_det .close {
    font-size: 30px;
}

.delivery_det .delivery {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.delivery_det .delivery button.details {
    background: #d09249;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    padding: 20px 0;
    width: 100%;
    margin-top: 20px;
}

.delivery_det .delivery img {
    position: absolute;
    left: 12px;
    top: 14px;
}

.delivery_det .pricedet {
    text-align: left;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    padding: 20px;
}

.delivery_det .pricedet ul {
    padding: 0;
    margin: 0;
}

.delivery_det .pricedet ul li {
    list-style: none;
    color: #393939;
    font-size: 22px;
    font-weight: 400;
}

.delivery_det .pricedet ul li span {
    float: right;
}

.delivery_det .pricedet ul li .fa {
    color: #000000;
    font-size: 22px;
    margin-right: 5px;
}

.delivery_det .pricedet ul li:last-child {
    font-weight: 700;
}

.delivery_det .pricedet h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.delivery_det .delivery .form-group p {
    color: #030303;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding-left: 90px;
    position: relative;
}

.delivery_det .delivery .form-group p span {
    display: block;
    color: #6d6d6d;
    font-weight: 400;
}

.delivery_det .delivery button.check {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #d09249;
    font-weight: 500;
    background: none;
    border: none;
}

#delivery_det .modal-content button.proceed {
    position: absolute;
    width: 100%;
    left: 0;
    background: #d09249;
    color: #fff;
    text-align: center;
    bottom: 0;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

#cartaddress .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#cartaddress .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#cartaddress .modal-body {
    text-align: center;
}

#cartaddress .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 20px;
}

#cartaddress .modal-header {
    border: none;
}

#cartaddress .close {
    font-size: 30px;
}

.cartaddress {}

.cartaddress .cartaddresss {
    text-align: left;
    padding: 0;
}

.cartaddress .cartaddresss .form-group {
    padding: 0;
    position: relative;
    margin-bottom: 10px;
}

.cartaddress .cartaddresss .form-control {
    color: #4d4a4a;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    height: 60px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}

.cartaddress .cartaddresss .form-control.txt_area {
    height: 175px;
}

.cartaddress .cartaddresss h4 {
    color: #3f4143;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0;
}

.cartaddress .cartaddresss h4 button.autodetect {
    float: right;
    background: #d09249;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
}

.cartaddress .cartaddresss h4.contact {
    margin-top: 30px !important;
}

#cartaddress .modal-content button.proceed {
    position: absolute;
    width: 100%;
    left: 0;
    background: #d09249;
    color: #fff;
    text-align: center;
    bottom: 0;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

#add_address .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#add_address .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#add_address .modal-body {
    text-align: center;
}

#add_address .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 20px;
}

#add_address .modal-header {
    border: none;
}

#add_address .close {
    font-size: 30px;
}

#add_address .modal-content button.proceed {
    position: absolute;
    width: 100%;
    left: 0;
    background: #d09249;
    color: #fff;
    text-align: center;
    bottom: 0;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

.delivery_det .delivery .form-group p.cardaddress {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 400;
}

#new_address .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#new_address .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#new_address .modal-body {
    text-align: center;
}

#new_address .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 20px;
}

#new_address .modal-header {
    border: none;
}

#new_address .close {
    font-size: 30px;
}

#new_address .modal-content button.send {
    position: absolute;
    width: 100%;
    left: 0;
    background: #d09249;
    color: #fff;
    text-align: center;
    bottom: 0;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

.cartaddress .cartaddresss h5 {
    color: #d09249;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
}

.cartaddress .cartaddresss hr {
    border-top: 1px solid #cecece;
}

#add_new_address .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#add_new_address .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#add_new_address .modal-body {
    text-align: center;
}

#add_new_address .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 20px;
}

#add_new_address .modal-header {
    border: none;
}

#add_new_address .close {
    font-size: 30px;
}

#add_new_address .modal-content button.proceed {
    position: absolute;
    width: 100%;
    left: 0;
    background: #d09249;
    color: #fff;
    text-align: center;
    bottom: 0;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

#otpverify .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#otpverify .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#otpverify .modal-body {
    text-align: center;
}

#otpverify .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 0;
}

#otpverify .modal-header {
    border: none;
}

#otpverify .close {
    font-size: 30px;
}

#otpverify .customer_log {
    text-align: center;
}

#otpverify .customer_log .form-group {
    display: inline-block;
}

#otpverify .customer_log .checkbox {
    margin-right: 5px;
    display: inline-block;
}

#otpverify .customer_log p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

#otpverify .modal-body p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}


#otpverified .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#otpverified .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#otpverified .modal-body {
    text-align: center;
}

#otpverified .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 0;
}

#otpverified .modal-header {
    border: none;
}

#otpverified .close {
    font-size: 30px;
}

#otpverified .customer_log {
    text-align: center;
}

#otpverified .customer_log .form-group {
    display: inline-block;
}

#otpverified .customer_log .checkbox {
    margin-right: 5px;
    display: inline-block;
}

#otpverified .customer_log p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

#otpverified .modal-body p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}

#corporaterlogin .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#corporaterlogin .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#corporaterlogin .modal-body {
    text-align: center;
}

#corporaterlogin .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 0;
}

#corporaterlogin .modal-header {
    border: none;
}

#corporaterlogin .close {
    font-size: 30px;
}

#corporaterlogin .customer_log {
    text-align: center;
}

#corporaterlogin .customer_log .form-group {
    float: none;
    display: inline-block;
}

#corotpverify .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#corotpverify .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#corotpverify .modal-body {
    text-align: center;
}

#corotpverify .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 0;
}

#corotpverify .modal-header {
    border: none;
}

#corotpverify .close {
    font-size: 30px;
}

#corotpverify .customer_log {
    text-align: center;
}

#corotpverify .customer_log .form-group {
    display: inline-block;
}

#corotpverify .customer_log .checkbox {
    margin-right: 5px;
    display: inline-block;
}

#corotpverify .customer_log p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

#corotpverify .modal-body p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}

#corotpverified .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#corotpverified .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#corotpverified .modal-body {
    text-align: center;
}

#corotpverified .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 0;
}

#corotpverified .modal-header {
    border: none;
}

#corotpverified .close {
    font-size: 30px;
}

#corotpverified .customer_log {
    text-align: center;
}

#corotpverified .customer_log .form-group {
    display: inline-block;
}

#corotpverified .customer_log .checkbox {
    margin-right: 5px;
    display: inline-block;
}

#corotpverified .customer_log p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

#corotpverified .modal-body p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}


#corporatereg .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#corporatereg .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#corporatereg .modal-body {
    text-align: center;
}

#corporatereg .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 20px;
}

#corporatereg .modal-header {
    border: none;
}

#corporatereg .close {
    font-size: 30px;
}

.corporatereg {}

.corporatereg .corporateregs {
    text-align: left;
    padding: 0;
}

.corporatereg .corporateregs .form-group {
    padding: 0;
    position: relative;
    margin-bottom: 10px;
}

.corporatereg .corporateregs .form-control {
    color: #4d4a4a;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    height: 60px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}

.corporatereg .corporateregs .form-control.txt_area {
    height: 175px;
}

#corporatereg .modal-content button.proceed {
    position: absolute;
    width: 100%;
    left: 0;
    background: #d09249;
    color: #fff;
    text-align: center;
    bottom: 0;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

.corporatereg .corporateregs hr {
    border-top: 1px solid #cecece;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

.corporatereg .corporateregs label {
    position: absolute;
    right: 7px;
    top: 8px;
    background: #d09249;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

.corporatereg .corporateregs .file_upload {
    display: none;
}

#corporatethank .modal-dialog {
    margin-top: 10%;
}

#corporatethank .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#corporatethank .modal-body {
    text-align: center;
    padding-top: 100px;
}

#corporatethank .modal-body>h3 {
    color: #949494;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 40px;
}

#corporatethank .modal-body>h3 span {
    display: block;
}

#corporatethank .modal-body>h3 span.black {
    color: #363333;
}

#corporatethank .modal-header {
    border: none;
}

#corporatethank .close {
    font-size: 30px;
}

#corporatethank .modal-content button {
    background: #d09249;
    color: #fff;
    text-align: center;
    padding: 10px 60px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    display: inline-block;
    width: auto;
    position: static;
    border-radius: 10px;
}

#signup .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#signup .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 50px;
}

#signup .modal-body {
    text-align: center;
}

#signup .modal-body h3 {
    color: #3f4143;
    font-size: 28px;
}

#signup .modal-header {
    border: none;
}

.customer_sign .form-control {
    background: #fff;
    border: none;
    color: #000000;
    height: 55px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #c2c2c2;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
}

.customer_sign .form-group {
    padding: 10px;
    margin: 0;
}

.customer_sign .form-control.submit {
    font-weight: 700;
    background: #d09249;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 20px;
    height: auto;
    position: relative;
    border: none;
}

.customer_sign ::placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

#signup .close {
    font-size: 30px;
}

#signup .customer_sign {
    padding-top: 30px;
}


#signupotpverify .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#signupotpverify .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#signupotpverify .modal-body {
    text-align: center;
}

#signupotpverify .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 0;
}

#signupotpverify .modal-header {
    border: none;
}

#signupotpverify .close {
    font-size: 30px;
}

#signupotpverify .customer_log {
    text-align: center;
}

#signupotpverify .customer_log .form-group {
    display: inline-block;
}

#signupotpverify .customer_log .checkbox {
    margin-right: 5px;
    display: inline-block;
}

#signupotpverify .customer_log p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

#signupotpverify .modal-body p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}


#signupotpverified .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#signupotpverified .modal-content {
    border-radius: 0;
    background: #f8f5f5;
    padding-bottom: 120px;
    position: relative;
}

#signupotpverified .modal-body {
    text-align: center;
}

#signupotpverified .modal-body>h3 {
    color: #3f4143;
    font-size: 28px;
    margin-bottom: 0;
}

#signupotpverified .modal-header {
    border: none;
}

#signupotpverified .close {
    font-size: 30px;
}

#signupotpverified .customer_log {
    text-align: center;
}

#signupotpverified .customer_log .form-group {
    display: inline-block;
}

#signupotpverified .customer_log .checkbox {
    margin-right: 5px;
    display: inline-block;
}

#signupotpverified .customer_log p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

#signupotpverified .modal-body p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}

.delivery_det .delivery hr {
    border-top: 1px solid #d4d6d6;
}

.delivery_det .delivery .form-group p input {
    appearance: none;
    position: relative;
}

.delivery_det .delivery .form-group p .deli_option {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 25px;
    background: #ebebeb;
    border-radius: 50%;
    cursor: pointer;
}

.delivery_det .delivery .form-group p .deli_option.active {
    background: #d09249;
}

.mtacntb {
    background: #fbfafa;
    padding: 70px 0;
}

.mtacntb .nav-tabs {
    border: none;
    text-align: left;
    padding: 0;
    background: #fff;
}

.mtacntb .nav-tabs>li {
    float: none;
    position: relative;
    margin-bottom: 3px;
}

.mtacntb .nav-tabs>li>a {
    color: #3f4143;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
}

.mtacntb .nav-tabs>li>a span {
    display: block;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
}

.mtacntb .nav-tabs>li.active>a,
.mtacntb .nav-tabs>li.active>a:focus,
.mtacntb .nav-tabs>li.active>a:hover {
    color: #fff;
    border: none;
    box-shadow: none;
    border: 1px solid transparent;
    background: #d09249;
}

.mtacntb .nav-tabs>li.active>a span {
    color: #fff;
}

.mtacntb .nav-tabs>li>a span .fa {
    color: #d0d0d0;
    position: absolute;
    right: 30px;
    top: 23%;
    font-size: 35px;
}

.mtacntb .nav>li>a:hover {
    background: none;
    box-shadow: none;
    border: none;
    border: 1px solid transparent;
}

.mtacntb .tab-content {}

.mtacntb .tab-content .editprofile {}

.mtacntb .tab-content .editprofile .form-group {
    padding: 0;
    position: relative;
    margin-bottom: 10px;
}

.mtacntb .tab-content .editprofile .form-control {
    color: #4d4a4a;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    height: 65px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}

.mtacntb .tab-content .editprofile .file_upload {
    display: none;
}

.mtacntb .tab-content .editprofile label {
    font-size: 30px;
    color: #3f4143;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    float: right;
}

.mtacntb .tab-content .editprofile .submit {
    background: #d09249;
    color: #fff;
    border: none;
    padding: 10px 65px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    margin-top: 25px;
}

.mtacntb .tab-content .editprofile .form-checkc {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #8a8a8a;
}

.mtacntb .tab-content .editprofile .form-checkc input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.mtacntb .tab-content .editprofile .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.mtacntb .tab-content .editprofile .form-checkc:hover input~.checkmark {
    background-color: #ccc;
}

.mtacntb .tab-content .editprofile .form-checkc input:checked~.checkmark {
    background-color: #d09249;
}

.mtacntb .tab-content .editprofile .form-checkc:after {
    content: "";
    position: absolute;
    display: none;
}

.mtacntb .tab-content .editprofile .form-checkc input:checked~.checkmark:after {
    display: block;
}

.mtacntb .tab-content .editprofile .form-checkc .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.modal-content.myorder {
    box-shadow: none;
    border: none;
    padding: 0;
    padding-bottom: 120px;
}

.modal-dialog.myorder {
    margin-top: 0 !important;
}

.delivery_det.myorder {
    padding: 0;
}

.modal-body.myorder {
    padding: 0;
}

.modal-content button.proceed {
    position: absolute;
    width: 100%;
    left: 0;
    background: #d09249;
    color: #fff;
    text-align: center;
    bottom: 0;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

.modal-content.mywishlist {
    box-shadow: none;
    border: none;
    padding: 0;
}

.modal-dialog.mywishlist {
    margin-top: 0 !important;
    padding: 0;
}

.delivery_det.mywishlist {
    padding: 0;
}

.modal-body.mywishlist {
    padding: 0;
}

.mtacntb .tab-content .helpandsupport {
    padding: 0;
}

.mtacntb .tab-content .helpandsupport ul {
    padding: 0;
    margin: 0;
}

.mtacntb .tab-content .helpandsupport ul li {
    list-style: none;
    border: 1px solid #e0dddd;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 10px;
}

.mtacntb .tab-content .helpandsupport ul li .helpandsupports {
    padding: 30px;
}

.mtacntb .tab-content .helpandsupport ul li .helpandsupports p {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

.mtacntb .tab-content .helpandsupport ul li .helpandsupports h6 {
    color: 3313131;
    font-size: 16px;
    font-weight: 700;
}

.mtacntb .tab-content .helpandsupport ul li .helpandsupports h6 .fa {
    margin-right: 5px;
    color: #d38856;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 3px solid #d38856;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}

.mtacntb .tab-content .helpandsupport ul li .helpandsupports p .fa-whatsapp {
    position: absolute;
    right: 0;
    top: 0;
    color: #51c85d;
    font-size: 50px;
}

.mtacntb .tab-content .helpandsupport ul li .helpandsupports a {
    text-align: center;
    display: block;
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.mtacntb .tab-content .myreviews {
    padding: 0;
    text-align: center;
}

.mtacntb .tab-content .myreviews ul {
    padding: 0;
    margin: 0;
}

.mtacntb .tab-content .myreviews ul li {
    list-style: none;
    border: 1px solid #e0dddd;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 10px;
}

.mtacntb .tab-content .myreviews ul li .myreviewss {
    padding: 30px;
}

.mtacntb .tab-content .myreviews ul li .myreviewss p {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    text-align: left;
}

.mtacntb .tab-content .myreviews ul li .myreviewss_img {
    padding: 0;
}

.mtacntb .tab-content .myreviews ul li .myreviewss_info {
    text-align: left;
}

.mtacntb .tab-content .myreviews ul li .myreviewss_info h3 {
    color: #313131;
    font-weight: 700;
    font-size: 16px;
}

.mtacntb .tab-content .myreviews a {
    color: #d09249;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

#full-stars-example {}

#full-stars-example .rating-group {
    display: inline-flex;
}

#full-stars-example .rating__icon {
    pointer-events: none;
}

#full-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

#full-stars-example .rating__icon--star {
    color: #ffd200;
}

#full-stars-example .rating__icon--none {
    color: #eee;
}

#full-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
    color: #ffd200;
}

#full-stars-example .rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
}

.modal-content.myaddress {
    box-shadow: none;
    border: none;
    padding: 0;
}

.modal-dialog.myaddress {
    margin-top: 0 !important;
    padding: 0;
}

.delivery_det.myaddress {
    padding: 0;
}

.modal-body.myaddress {
    padding: 0;
}

.delivery_det .delivery button.check {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #d09249;
    font-weight: 500;
    background: none;
    border: none;
}

.delivery_det.myaddress {
    padding: 0;
}

.glmrprvcyb {
    padding: 75px 0 50px 0;
}

.glmrprvcyb p {
    color: #3f4143;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.glmrprvcyb h3 {
    margin-bottom: 20px;
}

.glmrprvcyb ul {}

.glmrprvcyb ul li {
    color: #3f4143;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.glmrprvcyb ul li b {
    font-weight: 600;
}

.glmrprvcyb ul.listnone {
    list-style: none;
}

.glmrshpplcyb {
    padding: 75px 0 50px 0;
}

.glmrshpplcyb h3 {
    margin-bottom: 30px;
}

.glmrshpplcyb p {
    color: #3f4143;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.glmrshpplcyb ul {}

.glmrshpplcyb ul li {
    color: #3f4143;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.glmrshpplcyb ul li b {
    font-weight: 600;
}

.glmrshpplcyb ul.listnone {
    list-style: none;
}

/* About Us */
.glmrmrkstry {
    background: #f8f5f5;
    padding: 75px 0 50px 0;
}

.glmrmrkstry h2 {
    color: #5f5f5f;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
}

.glmrmrkstry h2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 15px;
}

.glmrmrkstry p {
    color: #3f4143;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.glmrmrkstry ul {
    text-align: center;
    margin-top: 50px;
}

.glmrmrkstry ul li {
    float: none;
    display: inline-block;
    padding: 0 80px;
    background: url(../images/story_line.png) no-repeat right;
}

.glmrmrkstry ul li .glmrmrkstrys {}

.glmrmrkstry ul li .glmrmrkstrys p {
    color: #343434;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.glmrmrkstry ul li:last-child {
    background: none;
}

.vismisb {
    padding: 0;
    background: #f8f5f5;
}

.vismis ul li .vismiss.mission {
    background: #ff9f08;
}

.vismis ul li:first-child .vismiss {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.vismis ul li:last-child .vismiss {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 100px;
    padding-right: 386px;
}

.vismis ul li:first-child {
    padding-left: 0;
}

.vismis ul li:last-child {
    padding-right: 0;
}

.vismis {
    padding: 0;
    z-index: 2;
}

.vismis ul {
    padding: 0;
    margin: 0;
}

.vismis ul li {
    list-style: none;
    padding: 0 7px;
}

.vismis ul li .vismiss {
    background: #d09249;
    border-radius: 100px;
    padding: 70px 115px 70px 378px;
    position: relative;
    min-height: 393px;
}

.vismis ul li .vismiss h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

.vismis ul li .vismiss p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    min-height: 80px;
}

.vismis ul li .vismiss p span {
    display: block;
}

.vismis ul li .vismiss_abs {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.vismis ul li .vismiss_abs span {
    background: #ff9f08;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 12px;
    display: inline-block;
    width: 360px;
}

.vismis ul li .vismiss h3 img {
    border-right: 1px solid #fff;
    margin-right: 30px;
    padding-right: 20px;
}

.qltyactn {
    background: url(../images/quality_bg.jpg);
    padding: 85px 0;
}

.qltyactn h2 {
    color: #5f5f5f;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.qltyactn h2 img {
    margin-right: 18px;
    vertical-align: inherit;
}

.qltyactn p {
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.qltyactn ul {
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
}

.qltyactn ul li {
    float: none;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
}

.qltyactn ul li .qltyactns {
    background: #fff;
    border-radius: 10px;
    min-width: 225px;
    min-height: 250px;
    padding: 40px 0;
}

.qltyactn ul li .qltyactns h4 {
    color: #5f5f5f;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
}

.watwdb {
    padding: 100px 0;
}

.watwdbs {}

.watwdbs h2 {
    color: #5f5f5f;
    font-size: 40px;
    font-weight: 700;
    margin-top: 82px;
    margin-bottom: 30px;
}

.watwdbs h2 img {
    margin-right: 20px;
    vertical-align: inherit;
}

.what_slider {}

.what_slider .slick-dots {
    text-align: left;
    bottom: -40px;
}

.what_slider .slick-dots li button::before {
    color: #a3a3a3;
    font-size: 20px;
    opacity: 1;
}

.what_slider .slick-dots li.slick-active button::before {
    color: #d09249;
}

.watwdbs p {
    color: #3f4143;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.watwdbs:first-child {
    padding-left: 0;
    float: right;
}

.watwdbs:last-child {
    padding-left: 0;
}

.atnctyb {
    background: #f8f5f5;
    padding: 90px 0;
    text-align: center;
}

.atnctyb p {
    color: #3f4143;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.atnctyb h2 {
    color: #5f5f5f;
    font-size: 40px;
    font-weight: 700;
}

.atnctyb h2 img {
    margin-right: 16px;
    vertical-align: inherit;
    position: relative;
    top: 8px;
}

.orhpycstmrb {
    text-align: center;
    padding: 70px 0;
    background: url(../images/happy_customer_bg.jpg);
}

.orhpycstmrb h2 {
    color: #5f5f5f;
    font-size: 40px;
    font-weight: 700;
}

.orhpycstmrb h2 img {
    margin-right: 18px;
    vertical-align: inherit;
}

.customer_slider {
    margin-top: 50px;
}

.customer_slider .slick-dots {
    text-align: center;
    bottom: -40px;
}

.customer_slider .slick-dots li button::before {
    color: #a3a3a3;
    font-size: 20px;
    opacity: 1;
}

.customer_slider .slick-dots li.slick-active button::before {
    color: #d09249;
}

.customer_slider img {
    display: inline-block;
}

.customer_slider h3 {
    color: #d09249;
    font-size: 22px;
    font-weight: 400;
}

.customer_slider p {
    color: #3f4143;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.customer_slider .customer_info {
    background: #fff;
}

.customer_slider .slick-prev {
    text-align: center;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 2;
}

.customer_slider .slick-next {
    text-align: center;
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 2;
}

.customer_slider .slick-prev::before {
    content: "\f104";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #7e7e7e;
    font-size: 40px;
}

.customer_slider .slick-next::before {
    content: "\f105";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #7e7e7e;
    font-size: 40px;
}

.customer_slider .slick-next:hover:before {
    color: #7e7e7e;
}

.customer_slider .slick-prev:hover:before {
    color: #7e7e7e;
}

.customer_slider .item {
    margin: 0 10px;
}

.prdtrevw_review {
    padding: 0;
}

.prdtrevw_review .form-control {
    background: #fff;
    border: none;
    color: #000000;
    height: 55px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #c2c2c2;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
}

.prdtrevw_review .form-control.submit {
    font-weight: 700;
    background: #d09249;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 20px;
    height: auto;
    position: relative;
    border: none;
}

.prdtrevw_review form {
    margin-top: 20px;
}

.prdtrevw_review .panel {
    background: none;
    box-shadow: none;
}

.prdtrevw_review .panel-default {
    border: none;
}

.prdtrevw_review .panel-default>.panel-heading {
    background: none;
    padding: 0;
}

.prdtrevw_review .panel-title {
    background: #d09249;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
}

.prdtrevw_review .panel-title a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 60px;
    display: inline-block;
}

.prdtrevw_review .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #fff;
}

.mycarts_info .number {
    margin-top: 30px;
}

.mycarts_info .minus,
.mycarts_info .plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 3px;
    cursor: pointer;
}

.mycarts_info input {
    height: 24px;
    width: 50px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.hidden_cont {
    padding: 0;
}

.prdtrevw button.readall {
    background: none;
    border: none;
    color: #191919;
    font-size: 16px;
}

.catgryaccorb h3.price {
    margin-top: 50px;
}

.catgryaccorbs .form-checkc {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #8a8a8a;
}

.catgryaccorbs .form-checkc input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.catgryaccorbs .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

.catgryaccorbs .form-checkc:hover input~.checkmark {
    background-color: #ccc;
}

.catgryaccorbs .form-checkc input:checked~.checkmark {
    background-color: #d09249;
}

.catgryaccorbs .form-checkc:after {
    content: "";
    position: absolute;
    display: none;
}

.catgryaccorbs .form-checkc input:checked~.checkmark:after {
    display: block;
}

.catgryaccorbs .form-checkc .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.catgryaccorbs .form-group {
    padding: 0;
}

.catgryaccorbs .form-group .form-check {
    padding: 0;
}

#customersignup .modal-dialog {
    margin: inherit;
    position: absolute;
    right: 0;
}

#customersignup .modal-content {
    border-radius: 0;
    background: #f8f5f5;
}

#customersignup .modal-body {
    text-align: center;
}

#customersignup .modal-body h3 {
    color: #3f4143;
    font-size: 28px;
}

#customersignup .modal-header {
    border: none;
}

.customer_log .form-control {
    background: #fff;
    border: none;
    color: #000000;
    height: 55px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #c2c2c2;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
}

.customer_log .form-group {
    padding: 10px;
    margin: 0;
}

.customer_log .form-control.submit {
    font-weight: 700;
    background: #d09249;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 20px;
    height: auto;
    position: relative;
    border: none;
}

.customer_log ::placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

#customersignup .close {
    font-size: 30px;
}

.newarvlsb ul li .newarvlsbs_img .column {
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.newarvlsb ul li .newarvlsbs_img figure a {
    display: flex;
    justify-content: center;
}

.newarvlsb ul li .newarvlsbs_img .column img {
    display: block;
    width: 100%;
}

.newarvlsb ul li .newarvlsbs_img .column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.newarvlsb ul li .newarvlsbs_img .column#zoomIn:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.bstslrsb ul li .newarvlsbs_img {
    text-align: center;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.bstslrsb ul li .newarvlsbs_img .column {
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.bstslrsb ul li .newarvlsbs_img figure a {
    display: flex;
    justify-content: center;
}

.bstslrsb ul li .newarvlsbs_img .column img {
    display: block;
    width: 100%;
}

.bstslrsb ul li .newarvlsbs_img .column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.bstslrsb ul li .newarvlsbs_img .column#zoomIn:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.catgrylst ul li .catgrylsts_img {
    text-align: center;
}

.catgrylst ul li .catgrylsts_img .column {
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.catgrylst ul li .catgrylsts_img figure a {
    display: flex;
    justify-content: center;
}

.catgrylst ul li .catgrylsts_img .column img {
    display: block;
    width: 100%;
}

.catgrylst ul li .catgrylsts_img .column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.catgrylst ul li .catgrylsts_img .column#zoomIn:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.similar_product .similar_products_img {
    text-align: center;
}

.similar_product .similar_products_img .column {
    display: inline-block;
    text-align: center;
    padding: 0;
}

.similar_product .similar_products_img figure {}

.similar_product .similar_products_img .column img {
    display: block;
    width: 100%;
}

.similar_product .similar_products_img .column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.similar_product .similar_products_img .column#zoomIn:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.catgrylst ul li .catgrylsts_img {
    text-align: center;
}

.catgrylst ul li .catgrylsts_img .column {
    display: inline-block;
    text-align: center;
    padding: 0;
}

.catgrylst ul li .catgrylsts_img figure {}

.catgrylst ul li .catgrylsts_img .column img {
    display: block;
    width: 100%;
}

.catgrylst ul li .catgrylsts_img .column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.catgrylst ul li .catgrylsts_img .column#zoomIn:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.delivery_det ul li .mycarts_img {
    text-align: center;
}

.delivery_det ul li .mycarts_img .column {
    display: inline-block;
    text-align: center;
    padding: 0;
}

.delivery_det ul li .mycarts_img figure {}

.delivery_det ul li .mycarts_img .column img {
    display: block;
    width: 100%;
}

.delivery_det ul li .mycarts_img .column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.delivery_det ul li .mycarts_img .column#zoomIn:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.wishlist ul li .wishlists_img {
    text-align: center;
}

.wishlist ul li .wishlists_img .column {
    display: inline-block;
    text-align: center;
    padding: 0;
}

.wishlist ul li .wishlists_img figure {}

.wishlist ul li .wishlists_img .column img {
    display: block;
    width: 100%;
}

.wishlist ul li .wishlists_img .column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.wishlist ul li .wishlists_img .column#zoomIn:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.myreviews ul li .myreviewss_img {
    text-align: center;
}

.myreviews ul li .myreviewss_img .column {
    display: inline-block;
    text-align: center;
    padding: 0;
}

.myreviews ul li .myreviewss_img figure {}

.myreviews ul li .myreviewss_img .column img {
    display: block;
    width: 100%;
}

.myreviews ul li .myreviewss_img .column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.myreviews ul li .myreviewss_img .column#zoomIn:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.mtacntb .tab-content .editprofile label img {
    width: 50px;
}

.btn-primary {
    background-color: #d38856 !important;
    color: white !important;
}


.rating {

    border: none;

}

.rating>label {
    color: #90A0A3;
    float: right;
}

.rating>label:before {
    margin: 5px;
    font-size: 2em;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}

.rating>input {
    display: none;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #F79426;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FECE31;
}

.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
} 

.vismiss.ndjh {background-color: #d09249;padding: 30px; margin-bottom: 20px; border-radius: 0; text-align: left;color: #fff; border-radius: 10px;min-height: 323px;}
.vismiss.ndjh h3 {font-size: 24px;font-weight: 700;color: #fff; margin-bottom: 15px;display: flex;align-items: center;border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-bottom: 10px;}
.vismiss.ndjh h3 img {margin-right: 10px; }
.vismiss.ndjh p {font-size: 18px;color: #fff; line-height: 36px;}
.qltyactn ul li .qltyactns img{width: 100px;}
.qltyactn ul li .qltyactns{min-height: 269px;}