::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

/* ::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(
        top,
        #eeeeee 0%,
        #eeeeee 30%,
        #eeeeee 1%,
        #eeeeee 40%
    );
} */

/* Handle on hover */

/* ::-webkit-scrollbar-thumb:hover {
    background: #eeeeee;
} */

.heig-scr::-webkit-scrollbar {
    width: 0px!important;
}

/* Track */

.heig-scr::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */

.heig-scr::-webkit-scrollbar-thumb {
    background: rgb(158, 218, 226);
}
::-webkit-scrollbar-thumb {
    background: rgb(158, 218, 226);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(39, 203, 224);
}


/* Handle on hover */

.heig-scr::-webkit-scrollbar-thumb:hover {
    background: rgb(117, 117, 117);
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

hr {
    margin: 1rem 0;
    color: #cccccc30;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}

textarea.input100 {
    min-height: 139px;
    padding-top: 19px;
    padding-bottom: 15px;
}

a {
    text-decoration: none !important;
}

.categories-div {
    width: 11% !important;
    padding: 5px !important;
    text-align: center;
    border: 0px solid #e3e0e0;
}

/* Sidebar*/
.purchase-description {
    font-size: 0.75rem;
    color: #584d4d;
}

.bg-red-eh {
    background-color: #ffd6d6;
    border-radius: 10px;
    text-transform: capitalize;
}

.dot-cup {
    text-transform: uppercase;
    border: 1px dashed crimson;
    padding: 4px 1.25rem;
    border-radius: 1.875rem;
    margin: 0 0.9375rem;
    font-weight: 600;
    color: crimson;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.07)!important;
}

.dropdown
    .dropdown-toggle[data-bs-toggle="dropdown"].show:not(
        [data-hover="dropdown"]
    )
    + .dropdown-menu {
    transform: scaleY(1) !important;
    opacity: 1;
    visibility: visible;
}

.dropdown
    .dropdown-toggle[data-bs-toggle="dropdown"]:not([data-hover="dropdown"])
    + .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px) !important;
    transition: all 0.15s ease-in;
}

.dropdown-menu.show {
    display: block;
}

ul.dropdown-menu-user-account {
    right: -50px !important;
    left: auto !important;
    top: 100% !important;
}

.register-sign-in-dropdown-inner .register {
    border-top: 2px solid #ebebeb;
    padding: 10px 0;
}

.register-sign-in-dropdown-inner {
    min-width: 220px;
    text-align: center;
    font-size: 12px;
    padding-left: 21px;
    padding-right: 21px;
}
.hamburger.desktop-fj{
    margin-left: 5px;
}

.register-sign-in-dropdown-inner p {
    margin: 0;
}

.register-sign-in-dropdown-inner .sign-in-action {
    padding: 10px 0;
}

.sign-in-button {
    color: #333e48;
    background-color: rgba(12, 23, 52, 1);
    border-color: rgba(12, 23, 52, 1);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.25em 0.5em;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    font-weight: 600;
}

.dropdown-menu {
    border-width: 2px 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: none !important;
    top: 100% !important;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 12.5rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.875rem;
    color: #333e48;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    box-shadow: 0 0.125rem 0.312rem rgb(0 0 0 / 28%);
}

.navbar-search button,
.navbar-search .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    padding: 0.34em 1rem;
    color: #333e48;
}

.off-canvas-wrapper #page {
    overflow: hidden;
}

.top-bar-v3 {
    background-color: #0c15f0;
}

.top-bar-v3 .additional-links-label {
    font-size: 13px;
    line-height: 1.3;
    right: 100%;
    min-width: 120px;
    top: 5px;
}

.top-bar-v3 .additional-links-label::after {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid #66afe9;
    margin-left: 17px;
}

.top-bar-v3 .additional-links {
    font-size: 14px;
    bottom: -1px;
    margin-right: 20px;
}

.top-bar-v3 .additional-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
}

.top-bar-v3 .additional-item-link {
    line-height: 2.15;
    padding: 4px 16px;
}

.top-bar-v3 .additional-item-link img {
    border-radius: 50%;
    border: 1px solid #e7eaf3;
}

.top-bar-v3 .additional-item-link img + .additional-item-label {
    margin-left: 12px;
}

.top-bar-v3 .additional-item + .additional-item {
    color: #fff;
    background-color: #333e48;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.top-bar-v3 .additional-item + .additional-item a {
    color: #fff;
}

.float-start {
    float: left !important;
}

.top-bar .nav-inline .menu-item {
    font-size: 0.929em;
}

.top-bar-v3 .nav-inline .menu-item + .menu-item:before {
    color: #073882;
}

.top-bar .nav-inline > .menu-item + .menu-item:before {
    content: "|";
    color: #ddd;
    display: inline-block;
    margin: 0 1em;
}

.top-bar-v3 .nav > li > a {
    padding: 0.85em 0;
}

.top-bar .nav > li > a {
    padding: 0.58em 0;
    display: inline-block;
}

.top-bar-v3 .menu-item.customer-support + .customer-support {
    margin-left: 30px;
}

.float-end {
    float: right !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.top-bar .nav-inline .menu-item {
    font-size: 0.929em;
}

.top-bar-v3 .nav > li > a {
    padding: 0.85em 0;
}

.top-bar .nav > li > a {
    padding: 0.58em 0;
    display: inline-block;
}

.top-bar .nav-inline .menu-item > a i {
    margin-right: 6px;
    font-size: 1rem;
}

.header-v9 {
    box-shadow: 0 4px 5.88px 0.12px rgb(0 0 0 / 12%);
}

.header-v8,
.header-v9 {
    border-bottom: 1px solid #ddd;
}

.header-v9 .masthead .header-logo-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: auto;
    justify-content: flex-start;
}

.header-logo-link {
    display: block;
}

.screen-reader-text,
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.navbar-search .input-group {
    height: 41px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-search .input-group > div {
    height: 100%;
}

.navbar-search .input-search-field {
    display: flex;
    flex-grow: 1;
    flex-basis: 0%;
}

.header-v9 .navbar-search .input-group .form-control {
    border-color: #073882;
}

.navbar-search .input-group > div {
    height: 100%;
}

.navbar-search .search-categories {
    background-color: #fff;
}

.navbar-search .input-group-addon {
    border-left-width: 0;
}

.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.header-v9 .masthead .secondary-nav-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.header-v9 .secondary-nav {
    position: relative;
}

.secondary-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 3.214em;
}

.secondary-nav > .menu-item {
    display: inline-block;
}

.header-icon {
    margin-left: 2.714em;
}

.header-v9 .electro-header-v9-navbar .navbar-nav {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: row;
    justify-content: center;
}

.header-v9 .electro-header-v9-navbar .navbar-nav > .menu-item:not(:last-child) {
    margin-right: 1.5rem;
}

.header-v9 .electro-header-v9-navbar .navbar-nav > .menu-item {
    padding: 1.1rem 0;
}

.header-v9 .electro-header-v9-navbar .navbar-nav > .menu-item > a {
    font-size: 0.9rem !important;
    display: flex;
    align-items: center;
}

a:hover {
    color: #29323a;
}

/* header */
.rply-logo {
    font-size: 30px !important;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff !important;
}

.bg-darkbl {
    background-color: rgba(25, 73, 201, 1) !important;
    border-color: rgba(48, 91, 206, 1);
    color: rgba(255, 255, 255, 1);
    /* height: 85px; */
}

.footer-call-us {
    margin-bottom: 3em;
}

.footer-call-us .call-us-icon {
    padding-right: 20px;
}

.footer-call-us .call-us-icon .fas {
    font-size: 4.643em;
}

.footer-call-us .call-us-text {
    font-weight: 200;
    font-size: 0.929em;
    display: block;
    line-height: 1.429em;
}

.footer-call-us .call-us-number {
    font-size: 1.571em;
    display: block;
    line-height: 1.429em;
}

.footer-contact > div:last-child {
    margin-bottom: 0;
}

.footer-social-icons .social-icons {
    margin-bottom: 0;
}

.footer-social-icons .social-icons > li {
    display: inline-block;
}

.footer-social-icons .social-icons > li + li a {
    margin-top: 6px;
    margin-left: 26px;
}

.float-start {
    float: left !important;
}

.copyright-bar a {
    font-weight: 700;
}

.footer-newsletter {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    background-color: #03fae5;
    color: rgba(255, 255, 255, 1);
}

.footer-newsletter .newsletter-title {
    display: inline-block;
    font-size: 1.429em;
    margin-right: 25px;
    line-height: 2.429em;
    margin-bottom: 0;
    color: black;
    font-weight: 200;
}

.footer-newsletter .newsletter-marketing-text {
    margin-left: 25px;
    font-size: 1.071em;
    color: #1d0af0;
}

.copyright-bar {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    line-height: 3em;
    background-color: #eaeaea;
    padding: 0.1em 0;
}

.footer-social-icons .social-icons a {
    color: #7c7c7c;
    font-size: 1.571em;
}

.footer-social-icons .social-icons > li + li {
    margin-left: 0;
    margin-top: 0;
}

.footer-09 {
    font-family: "Poppins", Arial, sans-serif;
    /* background: #2a1a5e;
    background: -moz-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #2a1a5e), color-stop(100%, #5126a7));
    background: -webkit-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
    background: -o-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
    background: -ms-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
    background: linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a1a5e', endColorstr='#5126a7', GradientType=1); */
}

.footer-09 .footer-heading {
    color: rgb(12, 1, 1);
    font-size: 22px;
    margin-bottom: 10px;
}

.footer-09 .block-23 ul li {
    color: rgb(12, 1, 1);
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-24 a.img {
    width: 100%;
    height: 100px;
    display: block;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.footer-09 .footer-heading .icon {
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
    height: 40px;
    display: block;
    color: rgb(51, 62, 72);
    border: 1px solid rgb(51, 62, 72);
    background: none;
}

.footer-09 ul.list-unstyled li a {
    color: rgb(12, 1, 1);
}

.block-23 ul li,
.block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-21 .text .heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.block-23 ul li .fas {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
}

.block-23 ul li .fas,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.footer-09 .subscribe-form .form-group .submit {
    color: rgb(0, 0, 0) !important;
    display: block;
    width: 70px;
    /* height: 45px; */
    font-size: 16px;
    background: #ffffff !important;
    border: none;
    border-radius: 0;
}

.ftro9 {
    font-size: 42px;
    text-transform: uppercase;
}

.ftryy65 {
    color: #0c1734;
    padding: 12px 4px;
}

.ht45 {
    font-size: 25px;
    display: table-footer-group !important;
}

.rounded-left {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
}

.rounded-right {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

.footer-09 .subscribe-form .form-group input {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 2px solid #fff !important;
    outline: none !important;
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 16px;
    border-radius: 0;
}

.footer-09 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

.footer-09 a {
    color: rgb(51, 62, 72);
}

.block-21 .text .heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.block-21 .img {
    display: block;
    height: 80px;
    width: 80px;
}

.mddlfooter {
    justify-content: left;
    padding: 0.5rem;
    border-top: 1px solid #eeeeee;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    align-items: center;
    display: flex;
    box-sizing: border-box;
}

.proccedbtn-mdl {
    background: #113a5d;
    padding: 0.5em;
}

.proccedbtn-mdl:hover {
    background: #113a5d;
}

.cartmodalpop.modal {
    top: 0px;
    left: inherit;
    right: 0px;
}

.modal-content {
    border-radius: 0px !important;
}

.cartmodalpop .modal-dialog {
    max-width: 300px;
    float: right;
}

.modal-dialog-scrollable {
    height: calc(100% - 0.5rem);
    margin: 0px !important;
}

.line-seall {
    content: "";
    height: 3px;
    background: #113a5d;
    display: inline-block;
    width: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bhrkogumm:hover {
    transform: scale(1.1);
}

.bhrkogumm {
    overflow: hidden;
    transition: all 1s;
}

.cat-k-namesma {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100;
    float: left;
    font-size: 13px;
}

.left-cupp {
    border-top-right-radius: 0px;
    border-top-left-radius: 8px;
    background-color: rgb(27, 50, 128);
    height: 100px;
    border-bottom-left-radius: 8px;
}

.left-cupp-md0 {
    background-color: rgb(27, 50, 128);
}

.left-cupp-md1 {
    background-color: rgb(132 0 14);
}

.left-cupp-md2 {
    background-color: rgb(46 60 2);
}

.left-cupp-md3 {
    background-color: rgb(142 70 152);
}

.left-cupp-md4 {
    background-color: rgb(27, 50, 128);
}

.left-cupp-md5 {
    background-color: rgb(132 0 14);
}

.right-cupp {
    border-top-right-radius: 8px;
    border: 1px solid rgb(27, 50, 128);
    height: 100px;
    border-bottom-right-radius: 8px;
}

.bbfgded {
    border-top: 2px dashed #1b3280;
    border-bottom: 2px dashed #1b3280;
}

.left-cupp1 {
    border-top-right-radius: 0px;
    border-top-left-radius: 8px;
    background-color: rgb(46 60 2);
    height: 100px;
    border-bottom-left-radius: 8px;
}

.left-cupp1-md {
    background-color: rgb(46 60 2);
    height: 100px;
}

.right-cupp1 {
    border-top-right-radius: 8px;
    border: 1px solid rgb(46 60 2);
    height: 100px;
    border-bottom-right-radius: 8px;
}

.left-cupp2 {
    border-top-right-radius: 0px;
    border-top-left-radius: 8px;
    background-color: rgb(132 0 14);
    height: 100px;
    border-bottom-left-radius: 8px;
}

.left-cupp2-md {
    background-color: rgb(132 0 14);
}

.right-cupp2 {
    border-top-right-radius: 8px;
    border: 1px solid rgb(132 0 14);
    height: 100px;
    border-bottom-right-radius: 8px;
}

.left-cupp3 {
    border-top-right-radius: 0px;
    border-top-left-radius: 8px;
    background-color: rgb(142 70 152);
    height: 100px;
    border-bottom-left-radius: 8px;
}

.left-cupp3-md {
    background-color: rgb(142 70 152);
}

.right-cupp3 {
    border-top-right-radius: 8px;
    border: 1px solid rgb(142 70 152);
    height: 100px;
    border-bottom-right-radius: 8px;
}

.modakk-code-priny {
    background: #ffffff21;
    border: 1px dashed #fff;
    height: 75px;
}

.mdllbtnn {
    background: #fff;
    border: 0;
    padding: 1em 2.5em;
}

.gumsharess {
    background: #fff;
    border: 1px solid #fff;
    color: #113a5d;
    padding: 0;
    float: right;
}

.form-control1-1 {
    display: block;
    height: auto;
    padding: 9px 13px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    /* font-family: 'Font Awesome 5 Free'; */
    border: 1px solid #585b4d;
    height: 52px;
}

.qttty {
    background: #fff !important;
    border: 0px solid #585b4d !important;
    border-radius: 50px !important;
    height: 27px !important;
    overflow: hidden;
}

.social .fbtn {
    text-align: center;
    line-height: 18px;
    padding: 2px 8px;
    line-height: 18px;
}

.social .fa {
    padding: 15px 0px;
}

.clipboard {
    cursor: pointer;
    position: relative;
    top: 0;
}

.social .fa {
    padding: 15px 0px;
}

.facebook {
    border: 1px solid #3b5998;
    color: #3b5998 !important;
}

.twitter {
    border: 1px solid #55acee;
    color: #55acee !important;
}

.fixed-cart {
    position: fixed;
    bottom:70px;
    right: 16px;
    z-index: 9999;
}

.cart-f {
    height: 45px;
    width: 45px;
    background: #0f12f0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    padding: 13px;
    border-radius: 50px;
}

.lblCartCount {
    font-size: 11px;
    background: #000 !important;
    color: #fff;
    padding: 0.8px 3px;
    margin-left: 15px;
    position: absolute;
    top: -5px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50px !important;
    width: 21px;
    height: 21px;
    text-align: center;
    padding: 5px 0 !important;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: transparent !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8% !important;
}

.cart-ing {
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
}

.pinterest {
    border: 1px solid #113a5d;
    color: #113a5d !important;
}

.header-v9 .electro-header-v9-navbar .navbar-nav > .menu-item > a i {
    font-size: 0.8rem;
    margin-right: 0.5rem;
}

a {
    color: #333e48 !important;
    text-decoration: none;
}

.ec {
    display: inline-block;
    font: normal normal normal 14px/1 font-electro;
    font-size: inherit;
    text-rendering: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px !important;
}

.insta {
    border: 1px solid #ad3678;
    color: #ad3678 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

input[type="file"]::file-selector-button {
    border: 2px solid #6c5ce7;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    background-color: #a29bfe;
    transition: 1s;
}

input[type="file"]::file-selector-button:hover {
    background-color: #81ecec;
    border: 2px solid #00cec9;
}

.camera_input {
    background: transparent;
    z-index: 2;
    position: relative;
    opacity: 0;
}

.camera {
    position: absolute;
    left: 75px;
    z-index: 0;
    font-size: 25px;
    color: #575757;
    background: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 1.5;
}

.file-field1 {
    margin-left: 60%;
    position: relative;
    margin-top: -30px;
}

.buffer {
    background-color: #323b43;
}

/* .share-button.sharer {
    height: 20px;
} */

.share-button.sharer .social.active.top {
    transform: scale(1) translateY(-10px);
}

.share-button.sharer .social.active {
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}

.share-button.sharer .social.top {
    margin-top: -23px;
    transform-origin: 0 0 0;
}

.share-button.sharer .social {
    margin-right: 0px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    float: right;
}

.gumshare {
    background: #fff;
    border: 0;
    color: #113a5d;
}

.abotbs-txt {
    font-size: 58px;
    color: #113a5d !important;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    margin-top: 2em;
}

.abotbs-txts {
    font-size: 52px;
    color: #113a5d !important;
    letter-spacing: 5.2px;
    text-transform: uppercase;
}

.abt-cntnt {
    letter-spacing: 1px;
    line-height: 1.7em;
}

.abotbs {
    height: 350px;
    background: #ffffff;
}

.heig-scr {
    height: 300px;
    overflow-y: auto;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}

#accordion .panel:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    position: absolute;
    top: 25px;
    left: 18px;
}

#accordion .panel:last-child:before {
    display: none;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 6px 30px 6px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #113a5d;
    border: 1px solid #113a5d;
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}

#accordion .panel-body {
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 1px;
}

.btn-ban-hg {
    background: #113a5d;
    padding: 10px 29px;
    display: inline-block;
    color: #fff;
    border: 2px solid #113a5d;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-ban-hg:hover {
    background: #113a5d;
    padding: 10px 29px;
    display: inline-block;
    color: #fff;
    border: 2px solid #113a5d;
}

.txt-bark {
    font-size: 24px;
    margin-top: 30px;
    color: #5f6155 !important;
}

.txt-bark1 {
    font-size: 24px;
    margin-top: 30px;
    color: #fff !important;
}

.line-tt {
    content: "";
    height: 7px;
    background: #113a5d;
    display: inline-block;
    width: 71px;
    margin-right: 11px;
    margin-bottom: 10px;
}

.text-biIg {
    font-size: 60px;
    line-height: 1.1;
    font-family: "Dancing Script";
    color: #113a5d;
    margin-bottom: 0em;
}

.text-biIg1 {
    font-size: 60px;
    line-height: 1.1;
    font-family: "Dancing Script";
    color: #fff;
    margin-bottom: 0em;
}

.payment-container {
    padding: 0 0 32px;
    background: #dedede;
}

.footer-content__p {
    margin: 0;
}

.footer-content__payment-img {
    margin-right: 10px;
    width: 50px;
    height: 28px;
    display: inline-block;
}

.img-loader__wrapper__wrapper {
    height: 100%;
}

.img-loader__wrapper {
    height: 100%;
    position: relative;
}

.img-loader__img--shown {
    opacity: 1;
}

.img-loader__img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease-in-out;
    max-width: 100%;
    max-height: 100%;
}

.img-loader__placeholder {
    background-color: #f2f2f2;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.img-loader__img--hidden {
    opacity: 0;
}

.contact100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 88%);
}

.wrap-contact100 {
    /* width: 1120px;
background: #fff; */
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.contact100-more {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px 0px 15px;
}

.contact100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 76%);
}

.contact100-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.contact100-form-title {
    width: 100%;
    display: block;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 33px;
}

.label-input100 {
    color: #555555;
    line-height: 1.5;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 55px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 10px 25px;
    margin-top: 15px;
    margin-bottom: 0;
}

.validate-input {
    position: relative;
}

.rs1-wrap-input100 {
    width: 50% !important;
}

.rs2-wrap-input100 {
    width: 50% !important;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 0px solid #e6e6e6;
}

.input100 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #113a5d;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 200px;
    height: 50px;
    border-radius: 2px;
    background: #113a5d;
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    border: none;
}

.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 23px;
}

.size1 {
    width: 355px;
    max-width: 100%;
}

.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-b-47 {
    padding-bottom: 47px;
}

.txt1 {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.6;
    color: #999999;
}

.p-r-25 {
    padding-right: 25px;
}

.lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lnr-map-marker:before {
    content: "\e833";
}

.lnr-phone-handset:before {
    content: "\e830";
}

.lnr-envelope:before {
    content: "\e818";
}

.size2 {
    width: calc(100% - 43px);
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.dis-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.txt3 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.6;
    color: #113a5d;
}

/*=====r css====*/

.bread-crem,
.bread-crem a,
.bread-crem a:hover {
    font-size: 12px;
    color: #454545;
    font-weight: 300;
    text-transform: uppercase;
}

.dispercnnt {
    border: 1px solid #113a5d;
    font-size: 28px;
    color: #113a5d;
}

.smallbrandupr {
    text-decoration: underline 1px #000;
    font-size: 15px;
    text-underline-position: under;
    font-weight: 600;
    color: #000 !important;
    text-decoration-style: double;
}

.itemritside {
    background-image: url(images/bg-01.jpg);
    background-size: cover;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    background-color: #fffffff2;
    background-blend-mode: overlay;
}

.fassas-yellow {
    color: #ffa115;
    font-size: 10px;
}

.add2bagbtnicon {
    float: right;
    font-size: 20px;
    margin-left: 10px;
}

.add2bagbtn {
    border-radius: 0px;
    background: #585b4d;
    padding: 0.6em 0.5em;
    display: inline-block;
    color: #ffff;
    border: 0;
    font-size: 14px;
}

.add2favbtn {
    border-radius: 0px;
    background: #fffefe;
    padding: 0.6em 0.5em;
    display: inline-block;
    color: #585b4d;
    border: 1px solid #585b4d;
    font-size: 14px;
}

.buttonload {
    background-color: #04aa6d00;
    border: none;
    color: #828282;
    padding: 12px 16px;
    font-size: 50px /* Set a font size */;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: 30%;
    z-index: 99;
    width: 100%;
}

.form-control2 {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 13px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    border: 1px solid #ccc;
}

.pink-color {
    color: #113a5d;
}

.info-pt {
    font-size: 10px;
    position: relative;
    z-index: 99;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

.sub-total {
    line-height: 2.7;
}

.cart-subtotal {
    float: right;
}

.sidebgdonta {
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    background-color: #fff;
    background-blend-mode: overlay;
}

.btn-pink,
.btn-pink:active {
    background: #113a5d;
    border: 0px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.5rem 2.5rem;
    border-radius: 0.313rem;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

.checkout-btn {
    border: 1px solid #113a5d;
    padding: 10px 15px !important;
    border-radius: 5px;
    margin-top: 15px;
    color: #fff !important;
    background: #113a5d;
    display: inline-block;
    width: 100%;
    line-height: initial;
}

.fasu {
    color: #113a5d;
    font-size: 13px;
}

.form-check-input:checked {
    background-color: #113a5d;
    border-color: #113a5d;
}

.list-cart-page .product-quantity {
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    text-align: center;
    margin: 0 1rem;
}

.quantity-2 {
    max-width: 90px;
    height: 24px;
    border: none;
}

.quantity,
.quantity span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.quantity {
    background: var(--bg-gray);
    border: 1px solid var(--border-color);
    height: 34px;
    max-width: 95px;
    border-radius: 2px;
    margin: 3px;
}

.far {
    color: #073882;
}

.quantity-2 span {
    width: 24px;
    -webkit-box-flex: 0;
    flex: 0 0 24px;
    max-width: 24px;
    background-color: #fff;
}

.mrp-cut {
    color: #c7c7c7;
    text-decoration: line-through;
    font-size: 18px;
}

.quantity span {
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    max-width: 20px !important;
    -webkit-box-flex: 0;
    flex: 0 0 25px;
    width: 25px;
    height: 100%;
    font-size: 0.7rem;
    color: var(--txt-gray);
}

.quantity input {
    background: #eef8ff;
    color: var(--bg-white-inverse);
    border: none;
    text-align: center;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    min-width: 35px;
}

.quantity input:focus-visible {
    outline: 0px;
    outline-offset: 0px;
}

.modal-confirm {
    color: #434e65;
    width: 525px;
}

.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    background: #47c9a2;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: transparent;
    border: 0px;
}

.modal-confirm .close:hover {
    opacity: 0.8;
}

.modal-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}

.modal-confirm .icon-box i {
    font-size: 64px;
    margin: -4px 0 0 -4px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #eeb711 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}

.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}

.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.atrangi {
    /* background-color: #FFFEFE !important; */
    /* background: linear-gradient(#c5ff00, #113a5d); */
    background: #ededed;
    color: #000;
}

.favorite-active {
    padding: 5px;
    background: #ffffff;
    text-align: center;
    color: #d31414;
    border: 1px solid red;
}

.favorite-active2 {
    padding: 5px;
    background: #ffffff;
    text-align: center;
    color: #d31414;
}

.login-div {
    margin-bottom: 15px;
}

.login-btn {
    background: #113a5d;
    padding: 8px 15px;
    margin: 10px;
    width: 50%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}

.login-btn:hover,
.login-btn.active {
    background: #0572b9;
    color: #fff;
    box-shadow: 0px 6px 8px rgb(0 0 0 / 12%);
}

.or-div {
    align-items: center;
    display: flex;
    margin: 15px 0;
}

.dotted-l {
    border-bottom: 1px dashed #9d9d9d;
    width: 50%;
    display: inline-block;
    margin: 0 10px;
}

.orange-text.orange-text {
    color: #113a5d;
    text-decoration: underline;
}

.froget-ps {
    font-size: 13px;
    color: #8f8f8f;
}

.froget-ps:hover {
    font-size: 13px;
    color: #000;
    text-decoration: underline !important;
}

.bg-color {
    background: #f3f3f3;
}

.bg-blue-c {
    background: #0572b9;
}

.bedlogbtn {
    background: #113a5d;
    padding: 5px 25px;
    border: 1px solid #113a5d;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}

.image-list-cart {
    width: 20%;
    display: inline-block;
}

.cart-product-name {
    width: 30%;
    display: inline-block;
}

.cart-qunatity {
    width: 20%;
    display: inline-block;
}

.cart-price {
    width: 15%;
    display: inline-block;
}

.delet-cart {
    width: 10%;
    display: inline-block;
}

.selected-product {
    border-bottom: 1px solid #dee2e6;
}

.white-text {
    color: #000;
    line-height: 1.7;
}

.white-text:hover {
    color: #000;
}

.f4ramcnterol {
    border-radius: 5em;
    padding: 0.7em 2em;
}

.dobk-text {
    background: -webkit-linear-gradient(0deg, #3d2490, #ec1336, #ec352c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img-wrap-brand {
    height: 131px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.trand-div-first {
    width: 25%;
    float: left;
    display: inline-block;
    /*height: 393px;*/
}

.trand-div-first .card,
.trand-div .card {
    border-radius: 0px;
}

.trand-div {
    width: 100%;
    float: left;
    /*height: 393px;*/
}

.bg-darkb3 {
    background-color: #dedede !important;
}

footer ul {
    padding-left: 0;
}

.bg-darkftr {
    background-color: #ededed !important;
}

#header {
    transition: all 0.5s;
    z-index: 997;
    /*box-shadow: 0px 1px 25px #8f8f8f;*/
    background: rgb(255 255 255 / 0%);
}

.ft-w {
    font-weight: 400 !important;
}

.green-t {
    color: #113a5d;
}

.hedlogbtn {
    padding: 5px 15px;
    color: #fff !important;
    margin-left: 0px;
    white-space: nowrap;
    background: #113a5d;
    margin-top: 5px;
    border-radius: 5px;
}

.hedlogbtn:hover {
    color: #fff;
    background: #113a5d;
}

.cart-ing {
    color: #113a5d;
}

.hedlogbtnname {
    padding: 5px 10px;
    border: 1px solid #113a5d;
    color: #fff;
    margin-left: 10px;
    background: #113a5d;
    margin-top: 4px;
    font-size: 15px;
}

.hedlogbtnname:hover {
    border: 1px solid #113a5d;
    color: #fff;
    background: #113a5d;
}

.pdi-btn {
    padding: 0.6em 0.8em;
}

.dropdown-menu {
    min-width: 15rem;
    font-size: 16px;
}

.funfgfr {
    margin-right: 5px;
    color: #113a5d;
}

.dropdown-item {
    padding: 0.3rem 1rem;
    color: #424242;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}

.locstore {
    font-size: 66px;
    align-items: center;
    color: #113a5d;
}

.fonttty {
    font-size: 15px;
}

.rotate {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.hid-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-wrap {
    height: 200px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 1rem 0;
    overflow: hidden;
    width: auto;
    flex-direction: column-reverse;
}

.img-wrap1 {
    height: 150px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    overflow: hidden;
    width: auto;
    padding: 1rem 0;
}

.oval-container {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oval {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    position: relative;
}

.oval .separator-text {
    position: relative;
    display: inline-block;
}

.or {
    width: 16px;
    height: 13px;
    font-size: 15px;
    color: #113a5d;
    text-align: center;
}

.btn:hover {
    color: #113a5d;
}

.locamodalpop.modal {
    top: 45px;
    left: inherit;
    right: 25px;
}

.locamodalpop .modal-content {
    border-radius: 0 !important;
}

.search-btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background-color: transparent !important;
    border-color: #fff !important;
    color: #113a5d !important;
    height: 50px;
    padding: 0.9em 2.7em !important;
    position: absolute;
    right: 2px;
    top: 1px;
    border: 1px;
}

.fark {
    font-size: 30px;
    color: #113a5d;
}

.farkhe {
    color: #7a7a7a;
    font-size: 12px;
}

.get-app {
    float: left;
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    margin-right: 5px;
}

.max-height {
    max-height: 406px;
    height: 406px;
    overflow: hidden;
    border-radius: 10px;
}

.color-black {
    color: #000;
}

.weight--semibold {
    font-weight: 500 !important;
    font-family: "Dancing Script";
}

.brand-names {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    line-height: 22px;
    list-style: none;
    padding: 0;
    text-align: justify;
}

.brand-names > .brand-names__item {
    margin-right: 20px;
}

/* ------------------------------------------------- */

.badge {
    background-color: #000;
}

.card-product-grid .info-wrap {
    padding: 1rem 1.2rem;
    overflow: hidden;
    text-align: center;
    height: 145px;
}

.price {
    color: #113a5d;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.price-old {
    color: #c0c0c0;
    margin-left: 8px;
    font-size: 19px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-decoration: line-through;
}

.discount-percentage {
    font-size: 12px;
    font-size: 12px;
    margin-left: 5px;
}

.delivery-date {
    font-size: 14px;
    margin-top: 5px;
}

.text-desk {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins";
    text-transform: capitalize;
    text-align: center;
}

.text-muted-font {
    color: #6c757d !important;
    font-size: 10px;
}

.text-desk a {
    color: #000;
}

.card-product-grid .topbar {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    z-index: 10;
    text-align: left;
    padding: 0px;
}

.offer-ic {
    width: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
}

figure:hover .icon-product-div {
    opacity: 1;
}

.icon-product-div {
    position: relative;
    right: -20px;
    opacity: 0;
    transition: all 0.5s;
}

.icon-product {
    padding: 5px;
    background: #fff;
    color: #113a5d;
    text-align: center;
}

.icon-product:disabled {
    background: #fff;
    color: #ccc;
}

.product-rating-div {
    /* padding: 5px;*/
    background: #fff;
    color: #ffc107;
    text-align: center;
    float: left;
}

.product-like-div {
    padding: 5px;
    background: #fff;
    text-align: center;
    color: #c11919;
}

.review-icon {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #fff;
    padding: 10px;
    z-index: 9;
}

.offer {
    border-radius: 10px !important;
    overflow: hidden;
    background: #4eb92d;
    padding: 10px;
    position: relative;
    background: url(/images/bg-gr.png), #4eb92d;
    background-blend-mode: overlay;
    height: 245px;
    display: flex;
}

.card-title-3 {
    padding: 0px 2px 0px 12px;
    font-size: 32px;
    font-weight: 800;
    color: #000;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.offer-text {
    width: 60%;
    float: left;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}

.card {
    border: 0px;
}

.card-title-1 {
    font-size: 30px;
    font-weight: 600;
    padding: 20px 2px 0px 12px;
    color: #ffc825;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}

.card-title-2 {
    padding: 0px 2px 0px 12px;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.card-title-2-text {
    color: #fff;
    padding: 0 15px;
}

.offer1 {
    border-radius: 10px !important;
    overflow: hidden;
    background: #4eb92d;
    padding: 10px;
    position: relative;
    background: url(/images/bg-gr.png), #f37022;
    background-blend-mode: overlay;
    height: 245px;
    display: flex;
}

.section-header h3 {
    font-size: 24px;
    color: #858585;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: "Dancing Script";
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff !important;
}

.bottom-arrow {
    bottom: -40px !important;
}

.section-header h1 {
    font-size: 34px;
    color: #000;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.carousel-item {
    cursor: pointer;
}

.max-height img {
    width: 100%;
}

section {
    overflow: hidden;
}

.height-m img {
    width: 100%;
}

.height-m {
    max-height: 191px;
    height: 191px;
    overflow: hidden;
    border-radius: 10px;
}

.top-font {
    font-weight: 700;
    position: relative;
    font-family: "Dancing Script";
}

.carousel-caption {
    text-align: left !important;
    top: 80px;
    right: 50% !important;
    left: 7% !important;
}

.shop-button,
.shop-button:hover,
.shop-button:focus {
    background: #113a5d;
    padding: 8px 20px;
    border-radius: 28px;
    display: inline-block;
    color: #fff;
    border: 0;
}

.text-banner {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
}

.height-m img {
    width: 100%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.text-banner1 {
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    color: #000;
    text-align: center;
}

.copyright {
    text-align: center;
    padding-bottom: 10px;
    font-size: 13px;
}

.send-feedback {
    border: 1px solid;
    padding: 2px 5px;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
}

.credits {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.footer-links ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.bg-darkb2 {
    background-color: #051834 !important;
}

.fasa2 {
    color: #113a5d !important;
    margin: 0px 10px 0 0;
}

.fasa {
    color: #113a5d !important;
    margin: 0px 10px;
    font-size: 28px;
}

.fasigh {
    color: #113a5d !important;
    font-size: 16px;
}

.text-lit {
    color: #fff !important;
    background: #b7b7b7;
    padding: 8px;
    border-radius: 10em;
    margin: 0 0px 0 15px;
    display: inline-block;
}

.mrp-cut {
    color: #c7c7c7;
    text-decoration: line-through;
    font-size: 18px;
}

.text-lit:hover {
    background: #113a5d;
}

.form-ctrl-round {
    /* border-radius: 5em; */
    padding: 0.75rem 0.75rem;
}

/* .form-ctrl-round {
border-radius: 5em;
padding: 0.375rem 0.75rem;
} */

.thumbnails img {
    max-width: 110px;
}

.mainphoto img {
    /* min-width: 400px; */
    max-width: 100%;
}

.zoom_01 {
    border: 1px solid red;
}

img.data-zoom {
    border: 4px solid black;
}

.mainphoto img[src] {
    border: 3px solid #000;
}

/*==========*/

.demo-trigger {
    display: inline-block;
    cursor: zoom-in;
}

.detail {
    position: relative;
    float: left;
}

/*=========*/

.outl-bsg {
    position: absolute;
    bottom: 0 !important;
}

.list-cart-page .product-quantity {
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    text-align: center;
    margin: 0 1rem;
}

.quantity-2 {
    max-width: 90px;
    height: 24px;
    border: none;
}

.quantity,
.quantity span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.far {
    color: #073882;
}

.quantity span {
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    max-width: 32px;
    -webkit-box-flex: 0;
    flex: 0 0 32px;
    width: 32px;
    height: 100%;
    font-size: 0.7rem;
    color: var(--txt-gray);
}

.fasu {
    color: #fff !important;
    font-size: 13px !important;
}

.size-button {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 15px;
    border: 1px solid #ccc;
    color: #000;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    float: left;
    margin: 0 5px 0 0;
}

.buttonload {
    background-color: #04aa6d00;
    border: none;
    color: #828282;
    padding: 12px 16px;
    font-size: 50px /* Set a font size */;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 40%;
    z-index: 99;
}

.size-button-active {
    border: 1px solid red;
}

.faslli {
    margin: 0 1px;
    color: #113a5d;
    background-color: #f5f2f4;
    padding: 6px 9px;
    border-radius: 3px;
}

.cross-icon {
    position: absolute;
    right: 0;
    color: #000;
    background-color: #ccc;
    font-size: 20px;
    padding: 2px;
    border-radius: 50%;
}

.file-box {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 0.25rem;
}

.size-button:hover,
.size-button:focus,
.size-button:active {
    border: 1px solid red;
}

#ui-id-1 {
    z-index: 1100;
}

.modal-show {
    display: block !important;
}

.color-box {
    width: 25px;
    height: 25px;
    border: 1px solid #d1d1d1;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.color-box-active {
    border: 2px solid #000;
    transform: scale(1.2);
}

/* -------------------------------- */

.mag {
    margin: 0 auto;
    float: none;
}

.mag img {
    max-width: 100%;
}

.magnify {
    position: relative;
    cursor: none;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 250px;
    height: 250px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.bg-rangle:after {
    content: url("images/image.png");
    display: inline-block;
    position: absolute;
}

.btn-kart,
.btn-kart:active {
    background: #113a5d;
    border: 0px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.5rem 1.5rem;
    border-radius: 0.313rem;
    text-transform: uppercase !important;
}

.small-heading {
    text-align: center;
    margin: 0 1rem;
}

.quantity-2 {
    max-width: 90px;
    height: 24px;
    border: none;
}

.quantity,
.quantity span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.quantity span {
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    max-width: 27px;
    -webkit-box-flex: 0;
    flex: 0 0 32px;
    width: 27px;
    height: 100%;
    font-size: 0.7rem;
    color: var(--txt-gray);
    background: #113a5d;
    color: #fff !important;
}

.favorite-icon {
    position: absolute;
    bottom: 70px;
    right: 0;
    color: #fff;
    padding: 10px;
    z-index: 9;
}

/*.icon-product-div {
    position: absolute;
    right: 0px;
    top: 100px;
}*/

.favorite-iconp {
    position: absolute;
    bottom: 51px;
    right: -10px;
    color: #fff;
    padding: 10px;
    z-index: 9;
}

.product-like-divs {
    padding: 5px;
    background: #fff;
    text-align: center;
    color: #fff;
}

.favorite-icon-n {
    float: left;
}

/* .favorite-active {
color: #d31414;
} */

.favorite-active {
    padding: 5px;
    background: #ffffff;
    text-align: center;
    color: #d31414;
    border: 1px solid red;
}

.bg-rangle:after {
    content: url("images/image.png");
    display: inline-block;
    position: absolute;
}

.small-heading {
    margin-bottom: 0;
    letter-spacing: 1px;
    padding-top: 20px;
}

.bottom-heading {
    font-size: 35px;
}

.bttn {
    position: relative;
    z-index: 99;
    float: left;
    border-radius: 50px;
    height: 27px;
    padding: 0 10px;
    background: #113a5d;
}

.titllee {
    text-transform: uppercase;
    color: #454545;
    font-weight: 300;
    margin-left: 9px;
}

.item-name-view {
    color: #191919;
    font-weight: 400;
    text-transform: capitalize;
}

.home-bc {
    color: #878787;
    text-transform: uppercase;
}

.fassa {
    color: #b00755;
    font-size: 13px;
}

.brands {
    border-left: 1px solid #e8e8e8;
}

.mrp-cut {
    color: #c7c7c7;
    text-decoration: line-through;
    font-size: 18px;
}

.demo-trigger {
    display: inline-block;
    cursor: zoom-in;
}

.detail {
    position: relative;
    float: left;
}

.bg-l {
    background: #ededed;
}

#add_address {
    cursor: pointer;
}

.remove-cart-btn {
    background: #cccccc;
    border: 0px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
}

.remove-cart-btn:hover,
.remove-cart-btn:active {
    color: #fff;
    background-color: #113a5d;
    box-shadow: none;
}

.subtotal,
.order-modifier {
    border-bottom: 1px solid #dee2e6;
}

.decrease {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.increase {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.cart-trash {
    background: transparent;
    color: #ccc;
}

.item-info a {
    color: #000;
}

.cart-sec {
    background: #f3f3f3;
}

.img-zoom-container {
    height: 50%;
    display: flex;
    justify-content: center;
}

.fassas {
    color: #b00755;
    font-size: 20px;
}

.fassas-yellow {
    color: #ffc107;
    font-size: 15px;
    margin-top: 5px;
}

.fase {
    font-size: 35px !important;
}

.fassas0 {
    color: #129bc5;
    font-size: 20px;
}

.fassas1 {
    color: #5a68bd;
    font-size: 20px;
}

.fassas2 {
    color: #5c0b71;
    font-size: 20px;
}

.fassas3 {
    color: #b00755;
    font-size: 20px;
}

.color-vari {
    border-radius: 50px;
    border: 2px solid #37b456;
}

.ssw-review-count {
    color: #212121;
    font-size: 14px;
}

.ssw-review-counts {
    color: #212121;
    font-size: 20px;
}

.info-pt {
    font-size: 10px;
    position: relative;
    z-index: 99;
}

.majestic-tabs .nav-link.active,
.majestic-tabs .nav-item.show .nav-link {
    border-bottom-color: #c12978;
}

.pink-color {
    color: #113a5d;
}

.img-style-low {
    height: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sale-div {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 70px;
    background: #cc0868;
    border-radius: 50%;
    text-align: center;
    line-height: 2.9;
    font-size: 25px;
    color: #fff;
    left: 0;
}

.green-t {
    color: #113a5d;
}

.btn-pink,
.btn-pink:active,
.btn-pink:hover {
    background: #113a5d;
    border: 0px;
    color: #fff !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 15px;
    border-radius: 0.313rem;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

.btn-pink:disabled {
    background: #9b5a78;
}

.search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 12px 20px;
}

.cart-subtotal {
    float: right;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

.sub-total {
    line-height: 2.7;
}

.minus {
    float: left;
    margin-right: 10px;
    border: none;
    font-size: 30px;
}

.plus {
    float: left;
    margin-left: 0;
    border: none;
    font-size: 25px;
    line-height: 2;
}

.item-qty {
    padding-left: 8px;
}

.item-info {
    padding-left: 20px;
}

.input-fild {
    padding: 10px 10px !important;
    width: 35%;
    float: left;
}

/*==== r css  end====*/
.dropdown-toggle, .dropdown-toggle .fa-user {
   color: #000!important;
}
#product_search_mobile.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 10px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body {
    background-color: #fff;
}

.t-products {
    border-radius: 3px;
}

.processor {
    background-color: #fff;
    margin-top: 5px;
    border-bottom: 1px solid #eee;
}

.brand {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.type {
    background-color: #fff;
}

.product {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.about span {
    color: #113a5d;
    font-size: 16px;
}

.cart-button button,
.cart-button a {
    font-size: 12px;
    color: #fff;
    background-color: #113a5d;
    height: 38px;
}

.cart-button button:focus,
button:active {
    color: #fff;
    /* background-color: #113a5d; */
    box-shadow: none;
}

.product_fav i {
    line-height: 40px;
    color: #113a5d;
    font-size: 15px;
}

.product_fav {
    display: inline-block;
    width: 36px;
    height: 39px;
    background: #ffffff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 11%;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_fav:hover {
    background: #113a5d;
}

.product_fav:hover i {
    color: #fff;
}

.about {
    margin-top: 12px;
}

.off {
    position: absolute;
    left: 65%;
    top: 6%;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 8px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.bg-sale {
    background: #1d229f !important;
}

.banner-bg {
    background-image: url(images/banner.jpg);
    background-size: cover;
}

.oval-container {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oval {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    position: relative;
}

.oval .separator-text {
    position: relative;
    display: inline-block;
}

.pac-container {
    z-index: 1099 !important;
}

.bhrkogumm {
    overflow: hidden;
    transition: all 2s;
}

.bhrkogumm:hover {
    transform: scale(1.1);
}

.location-hidden-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    color: #000;
    font-weight: 500;
    margin-left: 10px;
}

.address:hover {
    background-color: #e9e9e9fa;
}

.or {
    width: 16px;
    height: 13px;
    font-size: 15px;
    color: #113a5d;
    text-align: center;
}

.btn:hover {
    color: #113a5d;
}

.locamodalpop.modal {
    top: 45px;
    left: inherit;
    right: 25px;
}

.locamodalpop .modal-content {
    border-radius: 0 !important;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.profile-ic {
    display: none;
}

.profile-ics {
    display: none;
}

.offer-product-top {
    background-color: #113a5d;
    width: 60px;
    height: 30px;
    align-items: center;
    display: flex;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    font-size: 11px;
    border-radius: 5px;
    align-content: space-around;
    justify-content: center;
    font-family: "Poppins";
}

.howeer-on .product:hover {
    box-shadow: 0 0 10px 0 rgb(255 255 255);
    z-index: 1;
    transition: z-index 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    background: #fff;
}

#product_search.form-control {
    padding: 0.5rem 1rem;
    border-radius: 50px;
}

.addr-deleverd {
    display: flex;
    margin-top: 10px;
    color: #6c6c6c;
    font-size: 15px;
}

.delever-text {
    margin-right: 10px;
    font-weight: 500;
    color: #000;
}

.cart-bt {
    float: right;
}

.buttonding {
    background: #113a5d !important;
    color: #fff !important;
    display: inline-flex !important;
}

.filter-div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 14px;
}

.filter-div a {
    color: #8b8b8b;
}

.filter-div a:hover {
    color: #000;
}

.close {
    background: #fff;
    border: 0;
    font-size: 30px;
    position: absolute;
    right: 0;
}
.dblopdoo {
    display: block;
}
.dblopdoom {
    display: none;
}
.show-om-desk {
    display: block;
}
    .show-om-mobile {
    display: none;
}

@media (max-width: 479px) {
    .hamburger.desktop-fj{
        margin-left: 0;
    }
    .sidebar-nav {
        z-index: 999999;
        background-color: #fff;
    }

    .location-hidden-text {
        max-width: 160px;
        float: left;
        margin-left: 0px;
    }
    .categories-div img {
        display: none;
    }
    .categories-div {
        width: 125px !important;
    }

    .addr-deleverd {
        display: inline-block;
        float: right;
        width: 90%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .mobile {
        display: inline-block !important;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .sidebar-nav {
        z-index: 999999;
        background-color: #fff;
    }
    .hamburger .desktop-fj{
        margin-left: 0;
    }
    .locamodalpop .modal-dialog {
        max-width: 460px;
        margin: 1.75rem 0;
        float: right;
    }
}

@media all and (max-width: 767px) {
    .sidebar-nav {
        z-index: 999999;
        background-color: #fff;
    }
    .hamburger.desktop-fj{
        margin-left: -50px;
    }
    .cart-only-mob{
        display: block;
    }

    /* .wid-logo{
        margin-left: -360px;
    } */

    /* #product_search_mobile.form-control {
        width:50%;
    } */
    .sm-noned {
        display: none;
    }
    .dblopdoom {
        display: block;
    }
    .show-om-desk {
        display: none;
    }
    .show-om-mobile {
        display: block;
    }

.footer-newsletter .newsletter-marketing-text{
    display: table-cell;
    color: #000;
    font-size: 15px;
    font-weight: 300 !important;
}

    #product_search.form-control {
    padding: 0.5rem 1rem;
    border-radius: 5px !important;
}
    .dblopdoo {
        display: none;
    }
    .section-header h1 {
        font-size: 22px;
    }
    .categories-div img {
        display: none;
    }
    .categories-div {
        width: 125px !important;
    }
    .rotate {
        transform: rotate(0deg);
        /* Legacy vendor prefixes that you probably don't need... */
        /* Safari */
        -webkit-transform: rotate(0deg);
        /* Firefox */
        -moz-transform: rotate(0deg);
        /* IE */
        -ms-transform: rotate(0deg);
        /* Opera */
        -o-transform: rotate(0deg);
        /* Internet Explorer */
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    }

    .cart-qunatity {
        width: 30%;
        display: inline-block;
    }

    .image-list-cart {
        width: 40%;
        display: inline-block;
    }

    .cart-price {
        width: 55%;
        display: inline-block;
    }

    .cart-product-name {
        width: 50%;
        display: inline-block;
    }

    .heig-scr {
        height: 200;
        overflow-y: auto;
    }

    .trand-div-first {
        width: 100%;
    }

    .trand-div {
        width: 100%;
    }

    .product-mobile {
        width: 50% !important;
    }

    .cateogary-mobile {
        width: 33.3% !important;
    }

    .send-feedback {
        display: inline-block;
        margin-top: 10px;
    }

    .locamodalpop.modal {
        top: auto;
        left: auto;
        right: auto;
    }

    .fixed-top {
        position: inherit !important;
    }

    .categories-div {
        width: 20% !important;
        padding: 5px !important;
        text-align: center;
        border: 0px solid #e3e0e0;
    }

    .carousel-caption {
        top: 30px;
        right: 7% !important;
    }

    .text-biIg1 {
        font-size: 30px;
    }

    .form-ctrl-round {
        padding: 0.5rem 0.75rem;
    }

    .search-btn {
        padding: 0.5em 0.7em !important;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        height: 40px;
    }

    .profile-ic {
        display: inline-block;
        text-align: center;
        font-size: 15px;
        color: #113a5d;
        padding: 5px;
    }

    .profile-ics {
        display: inline-block;
        text-align: center;
        font-size: 15px;
        color: #113a5d;
        padding: 5px;
    }

    .col-mobile {
        width: 25%;
    }

    .mobile {
        display: inline-block !important;
    }

    .desktop {
        display: none !important;
    }

    .bg-rangle:after {
        display: none;
    }

    .banner-bg {
        background-image: url(images/banner-mb.jpg);
        background-size: cover;
    }

    #header {
        height: auto;
    }

    .fixed-top {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        z-index: inherit;
    }

    .text-biIg {
        font-size: 30px;
    }

    .txt-bark {
        font-size: 17px;
    }

    .line-tt {
        content: "";
        height: 7px;
        background: #ee5833;
        display: inline-block;
        width: 20px;
        margin-right: 11px;
        margin-bottom: 10px;
    }

    .location-hidden-text {
        max-width: 160px;
        float: left;
    }

    /* .hid-text {
        width: 230px;
    } */

    .price {
        font-size: 20px;
    }

    .price-old {
        font-size: 12px;
    }

    .text-desk {
        font-size: 15px;
    }

    .addr-deleverd {
        display: inline-block;
        /* width: 65%;
        float: right;*/
    }

    .delever-text {
        float: left;
    }

    .to-d {
        float: left;
    }
}

@media (min-width: 768px) {
  
    .sidebar-nav {
        z-index: 999999;
        background-color: #fff;
    }
    
    .hedlogbtnname {
        font-size: 12px;
        padding: 5px 10px;
    }
    
   

    .deliv {
        font-size: 12px;
    }

    .location-hidden-text {
        max-width: 135px;
    }

   

    .search-btn {
        height: 40px;
        padding: 0.5em 0.7em !important;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
    }

    .form-ctrl-round {
        padding: 0.48rem 0.7rem;
    }

    .carousel-caption {
        top: 0;
        left: 7% !important;
    }

    .txt-bark {
        font-size: 15px;
        margin-top: 10px;
    }

    .txt-bark1 {
        font-size: 15px;
        margin-top: 10px;
    }

    .btn-ban-hg {
        padding: 6px 20px;
        font-size: 14px;
    }

    .text-biIg {
        font-size: 35px;
    }

    .text-biIg1 {
        font-size: 35px;
    }

    .price {
        font-size: 16px;
    }

    .price-old {
        font-size: 12px;
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    .sidebar-nav {
        z-index: 999999;
        background-color: #fff;
    }
    .price {
        font-size: 20px;
    }

    .cart-only-mob{
        display: block !important;
    }

    .price-old {
        font-size: 12px;
    }

    .hedlogbtnname {
        font-size: 15px;
    }

    .deliv {
        font-size: 1rem;
    }

    .location-hidden-text {
        max-width: 200px;
    }

    .wid-logo {
        width: 170px;
    }

    .search-btn {
        height: 40px;
        padding: 0.5em 0.7em !important;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
    }

    .form-ctrl-round {
        padding: 0.75rem 0.75rem;
    }

    .text-biIg {
        font-size: 60px;
    }

    .text-biIg1 {
        font-size: 60px;
    }

    .txt-bark {
        font-size: 24px;
        margin-top: 30px;
    }

    .txt-bark1 {
        font-size: 24px;
        margin-top: 30px;
    }

    .btn-ban-hg {
        padding: 10px 29px;
        font-size: 16px;
    }

    .carousel-caption {
        top: 80px;
    }
}

/* Image */
#masthead {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #2bd3e8;
}
@media screen and (max-width: 576px) {
    .sidebar-nav {
        z-index: 999999;
        background-color: #fff;
    }
    #sidebar-wrapper{height: 60px !important;}
    .categories-div {
        width: 120px !important;
    }
    .hamburger.desktop-fj{
        margin-left: 10px;
    }
    .cart-only-mob{
        display: block!important;
    }

    
}

@media (max-width: 1200px)
{  
    #masthead {
       height: 90px;
    }

  
    form>.header-icons{
        margin-right: 277px;
    }

     /* #masthead {
        margin-top: -18px
    } */
   
        
}

@media (max-width: 760px)
{
    /* #product_search_mobile.form-control {
        margin-left: 141px;
        margin-top: -44px;
        width: 78%;
    } */

    .cart-only-mob{
        display: block;
    }
}
@media (max-width: 992px)
{  
    #masthead {
       /* height: 100px; */
       /* height: 76px; */
    }

    

  
    form>.header-icons{
        margin-right: 277px;
    }

     /* #masthead {
        margin-top: -18px
    } */
    .wid-logo {
        /* margin-left: -500px; */
        /* margin-left: -523px; */
    }
        
    /* #product_search_mobile.form-control {
        margin-left: 141px;
        margin-top: -44px;
        width: 78%;
    } */
}

