:root {
    --bgColor: #f9f9f9;
    --whiteColor: #ffffff;
    --blueColor: #25233c;
    --greyColor: #e7e7e7;
    --greyColor2: #333333;
    --greyColor3: #666666;
    --greyColor4: #d3d3d3;
    --greyColor5: #f5f5f5;
    --greyColor6: #adadad;
    --greyColor7: #c9c9c9;
    --greyColor8: #818181;
    --greyColor9: #e0e0e0;
    --greyColor10: #fcfcfc;
    --blackColor1: #111111;
    --yellowColor: #ffd600;
    --sidebarW: 335px;
    --shadow: 0 0 21px rgb(0 0 0 / 3%);
    --user-width: 100px;
}

/*cart page*/
.cs-header .mob {
    display: none;
}

.top-nav {
    background: var(--greyColor3);
    padding: 10px 0px;
    width: 100%;
    display: inline-block;
}

.top-nav .top-left {
    font-size: 14px;
    color: #fff;
}

.top-nav .top-left ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.top-nav .top-left ul li {
    font-size: 14px;
    color: #fff;
    padding: 0 11px 0 11px;
    border-left: #807f7f solid 1px;
    float: left;
    position: relative;
}

.top-nav .top-left ul li:first-child {
    border: none;
    padding-left: 0px;
}

.top-nav .top-left ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.top-nav .top-left ul li a:hover {
    color: #ffd600;
}

.top-nav .register-btn a {
    color: #000 !important;
    border-radius: 3px;
    background: #ffd600 !important;
    padding: 5px 10px !important;
    font-weight: 700 !important;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
}

.top-nav .top-left ul.desktop li a i {
    color: #ffd600;
    padding-right: 7px;
    font-size: 15px;
}

.top-nav .fa {
    font-size: 14px;
}

.top-nav .top-left ul.mobile {
    display: none;
    list-style-type: none;
}

.top-nav .top-left ul.mobile li {
    font-size: 14px;
    color: #fff;
    padding: 0 11px 0 35px;
    border-left: #807f7f solid 1px;
    float: left;
    position: relative;
}

.top-nav .top-left ul.mobile li:first-child {
    border: none;
    padding-left: 25px;
    padding-right: 20px;
}

.top-nav .top-left ul.mobile li:first-child:nth-child(1)::before {
    content: "\f0d1";
    font: normal normal normal 15px/1 FontAwesome;
    position: absolute;
    left: 0;
    color: #ffd600;
}

.top-nav .top-left ul.mobile li:first-child:nth-child(1) a::before {
    content: "\f107";
    font: normal normal normal 15px/1 FontAwesome;
    position: absolute;
    right: 0;
    color: #ffd600;
}

.top-nav .top-left ul.mobile li:first-child:nth-child(1) a::after {
    content: none;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li:nth-child(1)::before {
    content: "\f0d1";
    font: normal normal normal 15px/1 FontAwesome;
    position: absolute;
    left: 6px;
    color: #ffd600;
    top: 5px;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li:nth-child(2)::before {
    content: "\f021";
    font: normal normal normal 15px/1 FontAwesome;
    position: absolute;
    left: 6px;
    color: #ffd600;
    top: 5px;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li:nth-child(3)::before {
    content: "\f25d";
    font: normal normal normal 15px/1 FontAwesome;
    position: absolute;
    left: 6px;
    color: #ffd600;
    top: 5px;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu {
    min-width: 141px;
    list-style-type: none;
    background: rgba(0, 0, 0, .9);
    top: 24px;
    padding: 0;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu {
    list-style-type: none;
    margin: 0;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 13px;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li:first-child a {
    margin: 0;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li a {
    font-size: 12px;
    padding: 7px 6px 7px 28px;
    border-bottom: #444343 solid 1px;
    display: inline-block;
    width: 100%;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li a::before {
    content: none;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li:nth-child(1) a::before {
    content: none;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li:nth-child(2) a::before {
    content: none;
}

.top-nav .top-left ul.mobile li ul.dropdown-menu li:nth-child(3) a::before {
    content: none;
}

.top-nav .top-left ul.mobile li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.top-nav .top-left ul.mobile li a:hover {
    color: #ffd600;
}

.top-nav .top-right {
    font-size: 14px;
    color: #fff;
}

.top-nav .top-right ul {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
}

.top-nav .top-right ul li {
    font-size: 14px;
    color: #fff;
    padding: 0 11px;
    border-left: #807f7f solid 1px;
    float: left;
    position: relative;
    line-height: 29px;
}

.top-nav .top-right ul li a img {
    width: 20px;
    border-radius: 3px;
    margin-right: 8px;
    margin-top: -1px;
}

.top-nav .top-right ul li:nth-child(2) a::before {
    content: "\f107";
    font: normal normal normal 17px/1 FontAwesome;
    position: absolute;
    display: none;
    right: 10px;
    color: #ffd600;
}

.top-nav .top-right ul li .dropdown-toggle::after {
    content: inherit;
    border: none;
}

.top-nav .top-right ul li:nth-child(3) a::before {
    content: "\f107";
    font: normal normal normal 17px/1 FontAwesome;
    position: absolute;
    right: 10px;
    color: #ffd600;
}

.top-nav .top-right ul li:first-child {
    border-left: none;
    padding-left: 0;
    padding-right: 11px;
}

.top-nav .top-right ul li:first-child a {
    margin: 0 3px;
}

.top-nav .top-right ul li a {
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
}

.top-nav .top-right ul li.social-links-cs a {
    margin: 0 4px;
}

#termsModal .modal-dialog {
    padding: 0 17px;
}

.top-nav .top-right ul li a:hover {
    color: #ffd600;
}

.top-nav .top-right ul li ul.dropdown-menu {
    min-width: 92px;
    list-style-type: none;
    background: #25233c;
    top: 24px;
    padding: 0;
}

.top-nav .top-right ul li ul.dropdown-menu {
    list-style-type: none;
    margin: 0;
}

.top-nav .top-right ul li ul.dropdown-menu li {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 13px;
}

.top-nav .top-right ul li ul.dropdown-menu li:first-child a {
    margin: 0;
}

.top-nav .top-right ul li ul.dropdown-menu li a {
    font-size: 12px;
    padding: 12px 6px;
    border-bottom: #25233c solid 1px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.top-nav .top-right ul li ul.dropdown-menu li a i {
    padding-right: 5px;
}

.top-nav .top-right ul li ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

.top-nav .top-right ul li ul.dropdown-menu li a::before {
    content: none;
}

.top-nav .top-right ul li ul.dropdown-menu li a img {
    width: 19px;
    margin-right: 4px;
    margin-top: -1px;
    border-radius: 2px;
    height: 14px;
    border: 1px solid #fff;
}

.top-nav .top-right ul li:last-child ul.dropdown-menu {
    min-width: 90px;
    max-width: 90px;
    left: -3px;
}

.logo-search {
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}

.search-header .search-header {
    float: left;
    padding-left: 8px;
    height: 44px;
    width: 100%;
}

.search-header .search-header input[type="search"] {
    font-size: 13px;
    color: #6f7479;
    padding: 12px 15px 12px 10px;
    border: none;
    width: 80%;
    margin-top: 4px;
}

.search-header .search-header button[type="submit"] {
    width: 38px;
    height: 38px;
    background: #ffd600;
    border-radius: 50px;
    border: none;
    position: relative;
    float: right;
    margin: 3px 3px 0 0;
    outline: none;
    transition: all 400ms ease-in-out;
}

.search-header .search-header button[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.search-header .search-header input[type="search"]:focus {
    outline: none;
}

.logo-search .cart {
    font-size: 13px;
    color: #5c5c5c;
}

.logo-search .cart ul.cartUlDesk {
    list-style-type: none;
    padding-top: 0;
    float: right;
    margin: 0;
    padding: 0;
}

.logo-search .cart ul.cartUlDesk li {
    font-size: 13px;
    color: #5c5c5c;
    padding: 0px;
    margin: 0 4px;
    display: inline-block;
    position: relative;
    width: 90px;
}

.logo-search .cart ul.cartUlDesk li:first-child {
    padding-left: 0;
}

.logo-search .cart ul.cartUlDesk li:last-child {
    padding-right: 0;
}

.logo-search .cart ul.cartUlDesk li a {
    font-size: 13px;
    color: #5c5c5c;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.logo-search .cart ul.cartUlDesk li a span {
    margin-bottom: 6px;
    display: block;
    text-align: center;
}

.logo-search .cart ul.cartUlDesk li a span.txtName {
    margin: 0;
    display: block;
    text-align: center;
    padding: 2px 4px;
    transition: all 400ms ease-in-out;
    border-radius: 3px;
    font-size: 12px;
}

.logo-search .cart ul.cartUlDesk li a:hover span.txtName {
    margin: 0;
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.logo-search .cart ul.cartUlDesk li a img {
    filter: contrast(0%) brightness(0%);
    transition: all 400ms ease-in-out;
}

.logo-search .cart ul.cartUlDesk li a:hover img {
    filter: contrast(100%) brightness(100%);
}

.catagorySec .catagorySecBox .cataMenu ul li a::before {
    position: absolute;
    left: 14px;
}

.cartUlDesk li a .gj_count_sw {
    display: inline-block !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    padding: 0px !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    background: #ffd600;
    color: #000;
    position: absolute;
    top: -6px;
    font-size: 11px;
    right: 24px !important;
    border-radius: 5px;
}

.search-header .search-header {
    float: left;
    padding-left: 8px;
    height: 44px;
    width: 100%;
}

.search-header .search-header button[type="submit"] {
    width: 38px;
    height: 38px;
    background: #ffd600;
    border-radius: 50px;
    border: none;
    position: relative;
    float: right;
    margin: 3px 3px 0 0;
    outline: none;
    transition: all 400ms ease-in-out;
}

a.logo img {
    position: relative;
    display: inline-block;
    width: auto;
    height: 65px;
    max-width: 100%;
    margin: 0px 0px;
    transition: all 400ms ease-in-out;
}

/* .logo.gj_logo_div:hover a.logo img {
    height: 54px;
    transition: all 400ms ease-in-out;
} */

.gj_header .row {
    margin: 0 -15px !important;
}

.search-header .searchBox {
    border-radius: 50px;
    border: #dddddd solid 1px;
    padding-left: 11px;
    max-width: 480px;
    width: 100%;
    display: inline-block;
    margin-top: 8px;
    position: relative;
    background-color: #fff;
}

a.btn.btn-primary.open-menu.btnResponsive {
    display: none;
}

ul.cartUlMobil,
header .dropdown-toggle::after {
    display: none;
}

header .logo.loxiloz a {
    display: inline-block;
}

.top-nav .top-right ul li.switcher {
    padding: 0;
}

/*breadcrumb css*/
.breadcrumb-outer {
    background-color: #e9ecef;
    border-radius: 0;
}

.breadcrumb-outer nav ol {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-outer nav ol li a {
    color: #212529;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

section.cart-summary {
    padding: 90px 0;
}

.cart-summary .product-wrap {
    padding: 30px 10px;
}


.cart-summary .product-outer .product-details {
    padding-left: 10px;
}

.cart-summary .col-md-5.riagg {
    padding-left: 0px;
}

.cart-summary .summary-outer {
    padding: 30px 20px;
}



.product-wrap {
    border: 1px solid var(--greyColor4);
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.product-outer {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--greyColor4);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.product-outer .product-image {
    width: 160px;
}

.product-outer .product-image figure {
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.product-outer .product-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-outer .product-details {
    width: calc(100% - 160px);
    padding-left: 20px;
}

.product-outer .product-details p {
    margin: 0;
    font-weight: 500;
}

.product-outer .product-details p span {
    font-weight: 400;
}

.Deliver-address-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e0e0e0;
    padding: 7px;
    border-radius: 5px;
}

h4.product-title.sm {
    margin-top: 20px;
    margin-bottom: 15px;
    color: var(--blueColor);
}

.product-outer .Deliver-address-price button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--greyColor3);
    border-radius: 5px;
    padding: 5px 15px !important;
    border: 1px solid var(--greyColor7);
    width: 100%;
    background-color: var(--whiteColor);
    height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none !important;
    padding-right: 34px !important;
    background-image: url(../images/down-arrow2.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    width: 170px;
    text-align: left;
}

.save-remove ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.save-remove ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--blueColor);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    white-space: nowrap;
}

.save-remove ul li a i {
    margin-right: 5px;
}

.save-remove ul>li:not(:last-child) {
    margin-right: 30px;
}

.save-remove ul li a:hover {
    color: var(--yellowColor);
}

.product-wrap>h4 {
    border-bottom: 2px solid var(--blueColor);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.summary-outer {
    border: 1px solid var(--greyColor4);
    background-color: #fff;
    padding: 30px;
}

table.summary-table {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

table.summary-table tr td {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--blueColor);
}

table.summary-table tr td:last-child {
    text-align: right;
}

table.summary-table tr:last-child td {
    font-size: 21px;
    line-height: 42px;
    padding-top: 20px !important;
    font-weight: 500;
}

footer.footer {
    padding: 0;
    background-color: var(--blueColor);
}

.footer-top {
    padding: 30px 0 60px 0;
}

footer.footer h2 {
    font-size: 23px;
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 0;
    margin-bottom: 22px;
}

footer.footer ul {
    padding: 0;
    margin: 0;
}

footer.footer ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 0;
    margin-bottom: 10px;
}

.footer-top img.ad-img {
    width: 100%;
    max-width: 420px;
}

.footer-top .about p {
    color: #fff;
    margin: 20px 0;
}

.footer-top .about p a {
    color: #ffd600;
}

footer.footer .about ul {
    display: flex;
    flex-wrap: wrap;
}

footer.footer .about ul.app-Store li:not(:last-child) {
    margin-right: 30px;
}

footer.footer .about ul.app-Store li a {
    margin: 20px 0 0 0 !important;
}

footer.footer div.copyright {
    padding: 15px 0;
    border-top: 1px solid var(--yellowColor);
}

footer ul.social-links li:not(:last-child) {
    margin-right: 15px;
}

label.terms-conditions-label {
    position: relative;
    padding-left: 30px;
}

label.terms-conditions-label input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

label.terms-conditions-label input+span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 0;
    border: 1px solid var(--greyColor6);
}

label.terms-conditions-label input:checked+span:before {
    border-color: var(--blueColor);
}

label.terms-conditions-label input:checked+span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 14px;
    height: 8px;
    border-radius: 0;
    border-width: 0 0 2px 2px;
    display: inline-block;
    border-style: solid;
    transform: rotate(-37deg);
}

label.terms-conditions-label a {
    color: var(--blueColor);
}

label.terms-conditions-label i {
    color: #ffd600;
}

.payment-menthod {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid var(--greyColor4);
    background-color: #fff;
}

.payment-menthod ul.select-method {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.payment-menthod ul.select-method li {
    margin: 5px 0;
    position: relative;
}

.payment-menthod ul.select-method li input[type="radio"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.payment-menthod ul.select-method li label {
    margin: 0;
    border: 2px solid #e0e0e0;
    padding: 4px 8px;
    border-radius: 4px;
    color: var(--blueColor);
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.payment-menthod ul.select-method li label img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    object-position: center;
    margin-right: 8px;
    /*  filter: invert(1) !important;*/
}

.payment-menthod ul.select-method li input:checked+label {
    border-color: 2px solid var(--blueColor);
}

.payment-menthod ul.select-method li input:checked+label:after {
    width: 30px;
    height: 30px;
    background-color: var(--blueColor);
    display: inline-block;
    position: absolute;
    right: -9px;
    top: -10px;
    content: "";
    border-radius: 50%;
}

.payment-menthod ul.select-method li input:checked+label:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 9px;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    border-style: solid;
    display: inline-block;
    right: -1px;
    top: -2px;
    z-index: 1;
    transform: rotate(-45deg);
}

.payment-menthod form label {
    margin-bottom: 0 !important;
}

.payment-menthod form {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.payment-menthod form .btn1.blue {
    margin-top: 5px;
}

.product-wrap.saved-item>div:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.product-wrap.saved-item h4.product-title.sm {
    margin-top: 0;
}

h4.product-title.sm a {
    color: inherit;
}

.save-remove {
    margin-top: 10px;
}

.product-outer .product-details p span.discount {
    text-decoration: line-through;
    color: #a7a5a5;
}

.product-outer .product-details table.summary-table {
    margin-top: 12px;
}

.product-outer .product-details table.summary-table tr:last-child td {
    font-size: 16px;
    line-height: 30px;
    padding-top: 0 !important;
}

.price-select {
    margin: 10px 0;
}

.price-select ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
}

.price-select ul li {
    margin-right: 0;
}

.price-select ul li+li {
    margin-top: 10px;
}

.price-select ul li span {
    padding-right: 10px;
    min-width: 135px;
    display: inline-block;
    font-weight: 500;
}

.price-select ul li input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.price-select ul li label {
    position: relative;
    padding-left: 20px;
    margin: 0;
    cursor: pointer;
}

.price-select ul li label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
}

.price-select ul li input:checked~label:before {
    border-color: var(--blueColor);
}

.price-select ul li input:checked~label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    width: 8px;
    height: 8px;
    display: inline-block;
    background: var(--blueColor);
    border-radius: 50%;
}

.product-outer .product-details p.product-price {
    font-weight: 600;
    margin: 5px 0;
    color: var(--blueColor);
}

.product-outer .product-details .product-des {
    margin: 2px 0;
    display: inline-block;
    width: 100%;
}

section.cart-summary.checkout .product-outer h4.product-title.sm,
section.cart-summary.checkout .product-outer .product-details table.summary-table {
    margin-top: 0 !important;
}

.payment-menthod ul.select-method li {
    width: 100%;
    margin: 0;
    margin-top: 20px;
}

.add-Coupon {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.add-Coupon .input-btn.form-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.add-Coupon .input-btn.form-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.add-Coupon .input-btn.form-group a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.quantity {
    position: relative;
    display: flex;
    align-items: center;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 38px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0 5px;
    margin: 0;
    border: 1px solid var(--greyColor4);
    order: 2;
    text-align: center;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    order: 3;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    width: 40px;
    border: 1px solid var(--greyColor4);
}

.quantity-button.quantity-up {
    border-left: none;
}

.quantity-button.quantity-down {
    order: 1;
    border-right: none;
}

section.cart-summary.checkout .price-select ul li label:before,
section.cart-summary.checkout .price-select ul li label:after {
    display: none;
}

section.cart-summary.checkout .price-select ul li label {
    padding-left: 0;
}

footer .cs-links {
    margin-top: 30px;
}

.logo-search .cart ul.cartUlDesk li .dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
    transform: unset !important;
    top: 100% !important;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

section.cart-summary.checkout .product-outer .product-details .product-des {
    margin: 6px 0 2px 0;
    display: inline-block;
    width: 100%;
}

.select-cards {
    background: var(--greyColor9);
    padding: 20px;
    border-radius: 4px;
    margin-top: 10px;
    display: none;
}

.select-cards .cvv-code {
    display: none;
}

.blue.hover-yellow:hover {
    background-color: var(--yellowColor);
    border-color: var(--yellowColor);
    color: var(--whiteColor);
}

.cvv-code input[type="text"] {
    width: 80px;
}

.select-cards span.division:after {
    content: "";
    width: 100%;
    height: 0;
    border-top: 1px solid var(--blueColor);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.select-cards span.division {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    color: var(--blueColor);
}

.select-cards span.division span {
    display: inline-block;
    background: #e0e0e0;
    z-index: 1;
    position: relative;
    padding: 0 7px;
}

.select-cards a.blue {
    width: 100%;
    text-align: center;
}

h4.product-title.sm a:hover {
    color: var(--yellowColor);
}

.Deliver-address-price .dropdown-menu ul {
    padding: 0px 10px 0 10px;
    margin: 0;
}

/* .Deliver-address-price .dropdown-menu ul li {
    padding: 0;
    background-color: transparent !important;
} */

.Deliver-address-price .dropdown-menu ul a li {
    margin-top: 10px;
    color: var(--blueColor);
    font-size: 16px;
    font-weight: 500;
}

.Deliver-address-price .dropdown-menu ul a li.gj_sele_addr1 {
    color: var(--blueColor);
    font-weight: 700;
   
}

/* .Deliver-address-price .dropdown-menu ul li a:not(.blue) {
    color: var(--blueColor);
    font-size: 16px;
    font-weight: 500;
} */

.Deliver-address-price .dropdown-menu ul a.hover-yellow li {
    padding: 8px 6px;
    /* width: 100%; */
}

.shipping-add span {
    display: block;
}

section.cart-summary.checkout .product-outer .product-details .product-des.shipping-add {
    margin-top: 29px;
}

/*compare page css start here*/
.cs-pad-sec {
    padding: 80px 0;
}

.compare-tbl-outer {
    margin-top: 30px;
    display: block;
    overflow-x: auto;
    border-radius: 15px;
    border: 1px solid var(--greyColor4);
}

.compare-tbl-outer .table-comapre-list {
    background-color: #fff;
    margin: 0;
}

.compare-tbl-outer .table-comapre-list tr th,
.compare-tbl-outer .table-comapre-list tr td {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.compare-tbl-outer .table-comapre-list tr th {
    background-color: #e9ecef;
    color: var(--blueColor);
    white-space: nowrap;
    border-bottom: 1px solid #dee2e6;
    width: 240px;
    border-top: none;
    vertical-align: top;
}

.compare-tbl-outer .table-comapre-list thead tr td {
    border-top: none;
}

.compare-tbl-outer .table-comapre-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.compare-tbl-outer .table-comapre-list tr td:nth-of-type(even) {
    /*background-color: #ccc;*/
}

.compare-tbl-outer .table-comapre-list h4.sm.title a {
    color: inherit;
    margin: 20px 0 10px 0;
    display: inline-block;
}

.compare-tbl-outer .table-comapre-list h4.sm.title a:hover {
    color: var(--yellowColor);
}

.compare-tbl-outer .table-comapre-list li.product-img-cs a {
    width: 100%;
    display: inline-block;
    position: relative;
    max-width: 250px;
    min-width: 200px;
}

.compare-tbl-outer .table-comapre-list li.product-img-cs a figure {
    width: 100%;
    display: block;
    padding-bottom: 100%;
    margin: 0;

}

.compare-tbl-outer .table-comapre-list li.product-img-cs a img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.compare-tbl-outer .table-comapre-list span {
    font-weight: 600;
}

/*compare page css end here*/

/*my account page css start here*/
.cover-img-profile {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
    position: relative;
}

.cover-img-profile label.edit-profile {
    position: absolute;
    right: 20px;
    top: 20px;
    color: var(--blueColor);
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.cover-img-profile .profile-outer {
    padding: 20px 25px 25px 25px;
    background-color: var(--whiteColor);
    border-radius: 10px;
    margin: 100px 0 -70px 0;
    box-shadow: var(--shadow);
}

.cover-img-profile .profile-outer .user-img {
    width: 200px;
}

.cover-img-profile .user-details {
    width: calc(100% - 200px);
    padding-left: 30px;
}

.cover-img-profile .profile-outer .user-img figure {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--blueColor);
    margin: 0;
}

.cover-img-profile .profile-outer .user-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cover-img-profile .user-details h4.sm {
    margin: 16px 0;
    color: var(--blueColor);
}

.cover-img-profile .user-details h4.sm i,
.cover-img-profile .user-details h5.sm i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.cover-img-profile .user-details h5.sm {
    font-weight: 500;
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.cover-img-profile .user-details h5.sm+h5 {}

.cover-img-profile i.fas.fa-phone {
    transform: scaleX(-1);
}

.compare-sec .mb-20 {
    margin-bottom: 20px;
}

.compare-sec .other-information {
    box-shadow: var(--shadow);
}

.compare-sec .other-information,
section.compare-sec .other-information .tab-pane {
    margin: 0;
}

section.compare-sec .other-information .nav-tabs li a {
    padding: 5px 20px;
}

section.compare-sec .other-information .nav-tabs li {
    margin-bottom: 10px;
}

div#Personal {
    margin-top: 30px;
}

section.compare-sec .payments-details.zones-outer {
    background-color: #f9f9f9;
    padding: 25px;
    width: 100%;
    margin-top: 30px;
}

section.compare-sec .zones-details .btns-outer a {
    margin-right: 15px;
    margin-top: 10px;
}

section.compare-sec .zones-details .inline-checkbox {
    margin-top: 10px;
}

section.compare-sec .mt-20 {
    margin-top: 20px;
}

.cs-account-outer {
    margin-top: 30px;
}

.remove-Address-cs .modal-dialog.modal-sm {
    width: 420px;
    margin: 1.75rem auto;
    max-width: calc(100% - 20px);
}

.remove-Address-cs .modal-header {
    padding: 0;
    border: none;
}

.remove-Address-cs .modal-header .close {
    position: absolute;
    right: 5px;
    top: 6px;
    padding: 0;
    margin: 0;
    z-index: 99;
}

.remove-Address-cs .modal-body {
    text-align: center;
    padding: 40px;
}

.remove-Address-cs .modal-body figure img {
    width: 50px;
}

.remove-Address-cs a.btn1+a {
    margin-left: 10px;
}

/*my account page css end here*/
.add-edit-address .modal-header,
.compare-modal-cs .modal-header {
    border: none;
    padding-bottom: 0;
}

section.compare-sec.cs-pad-sec .text-details-outer {
    margin-bottom: 10px;
}

section.compare-sec.cs-pad-sec .text-details-outer h6 {
    margin-bottom: 0;
}

.compare-modal-cs .modal-dialog {
    max-width: calc(100% - 20px);
    width: 530px;
}

.compare-modal-cs ul {
    display: block;
    padding: 0;
    margin: 0;
}

.compare-modal-cs ul figure {
    margin: 0;
}

.compare-modal-cs ul figure img {
    width: 100%;
    max-width: 100%;
}

.compare-modal-cs ul {
    margin-bottom: 20px;
}

.compare-modal-cs ul h4.sm.title {
    margin-bottom: 10px;
    margin-top: 20px;
}

.compare-modal-cs ul .compare-modal-cs ul {
    margin-bottom: 30px;
}

.compare-modal-cs ul p.price {
    padding: 0;
    margin-bottom: 10px;
}

.compare-modal-cs ul p.rating {
    color: #daa520;
    margin: 0;
}

.compare-modal-cs .compare-btn,
.compare-modal-cs ul.compare-product {

    display: none;
}

.navMain .navBar ul li:first-child a::before {
    font-size: 18px;
}

.navMain .navBar ul li:nth-child(4) a::before {
    font-size: 18px;
}

.navMain .navBar ul li:nth-child(3) a::before {
    top: 19px;
    font-size: 13px;
}

.navMain .navBar ul li:nth-child(5) a::before {
    top: 18px;
    font-size: 14px;
}

.vendor_login_signup form .form-group .meter_wrapper_Reg {
    bottom: -16px;
}

.vendor_login_signup form .form-group .meter_wrapper_Reg span {
    font-size: 13px;
    font-weight: 500;
}

.vendor_login_signup form .form-group .error {
    font-size: 13px;
    font-weight: 500;
}

body.modal-open .modal-backdrop.fade.show {
    display: block;
}
body .modal-backdrop.fade.show {
    display: none;
}
.search-header .header_search_box {
    z-index: 9;
    border-radius: 4px;
    padding: 0;
}
.search-header .header_search_box .search-header {
    padding-left: 0;
}
.search-header .header_search_box .search-header input[type="search"] {
    padding: 12px 10px 12px 15px;
    width: 90%;
}
.search-header .header_search_box .predictiveSearch {
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
    background: #fff;
    box-shadow: 1px 3px 3px -1px rgb(0 0 0 / 32%);
    border-radius: 0 0 4px 4px;
}
.search-header .header_search_box .predictiveSearch a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    transition: 0.5s;
}
.search-header .header_search_box .predictiveSearch a:hover {
    background: #66666638;
    transition: 0.5s;
}
.search-header .header_search_box .predictiveSearch a img {
    width: 35px;
    flex: 0 0 35px;
    height: 36px;
    object-fit: contain;
    margin-right: 11px;
}
.search-header .header_search_box .predictiveSearch a p {
    margin: 0;
    font-size: 1.14286em;
    font-weight: 400;
    color: #222222;
}
.search-header .header_search_box .search-header button[type="submit"] {
    border-radius: 4px;
}
.logo.gj_logo_div a.logo {
    width: fit-content;
    display: inline-block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    display: none !important;
}
.upload-btn-wrapper .imagesBox {
    width: 100px;
    height: 100px;
    position: relative;
    padding: 0;
    margin-left: 35px;
}
.ImagesUploadSection .imagesBox img {
    padding: 2px;
    border: 1px solid #c9c9c9;
    max-width: 100px;
    height: 100px;
}
.ImagesUploadSection .imagesBox .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    opacity: 1;
}
.ImagesUploadSection .imagesBox .close:is(:hover, :focus) {
    opacity: 1;
}
.ImagesUploadSection .imagesBox .close i {
    font-size: 13px;
    color: #222222;
    padding: 0px;
}