.logo-layout {
    position: absolute;
    height: 73px;
    margin-top: -27px;
    object-fit: contain;
}

.navbar-mega-nav li {
    list-style-type: none;
}

.navbar-nav li {
    list-style-type: none;
}

.top-search {
    /* z-index: 9999; */
    width: 400px !important;
}

.navbar-collapse {
    margin-left: 67px;
    margin-top: -35px;
}

.top-search .select-category {
    border-left: 1px solid #cc06e8 !important;
    border-top: 1px solid #cc06e8 !important;
    border-bottom: 1px solid #cc06e8 !important;
    border-right: unset !important;
    height: 35px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: inset 0 1px 2px transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* offer */

.adfav {
    position: absolute;
    top: 4%;
    margin-left: 142px;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.offer .shopping-cart {
    background-color: #c12626;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 4px 0 0 0;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.offer .add-fav {
    background-color: #c12626;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 4px 0 0 0;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.product-image-wrapper:hover .adfav {
    visibility: visible;
    cursor: pointer;
}

.offer .add-fav :hover {
    color: red;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #f9f9f9;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.offer .shopping-cart :hover {
    color: red;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #f9f9f9;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.offer .productinfo {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ce2020;
}

.offer img {
    width: 250px;
    height: 200px;
}

/* latest products */

.latest-products h1,
.card-title,
a,
.latest-products #toast {
    font-family: "Roboto", sans-serif;
}

.latest-products h1 {
    color: #5c7cfa;
}

.latest-products .card {
    box-shadow: 0px 15px 35px -5px rgba(50, 88, 130, 0.32);
    border-radius: 15px;
    transition: transform 0.2s;
}

.latest-products .card-body {
    padding: 10px;
    margin-top: -50px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.latest-products .heart {
    color: #989898;
    margin-top: 15px;
    margin-left: 230px;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

.latest-products .heart-active {
    color: #c50707;
}

.latest-products .heart:hover {
    color: red;
    background-color: #f9f9f9;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.latest-products center {
    margin-top: 16px;
}

/* .latest-products .card-body a {
    visibility: hidden;
} */

.latest-products .card:hover > .card-body {
    margin-top: -0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.latest-products .card:hover {
    transform: scale(1.02);
}

.latest-products .card:hover > .card-body > a {
    visibility: visible;
}

.latest-products .first-image {
    width: 100%;
    height: 300px;
    object-fit: contain;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.latest-products .cart,
.wish {
    padding: 5px;
    width: 50px;
    height: 50px;
    margin-left: -24px;
    margin-top: 0px;
    margin-right: 3px;
    background-color: #fff;
    color: #5c7cfa;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    -ms-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-products .wish {
    color: #c50707;
}

#toast,
#toast-cart {
    padding: 10px;
    padding-left: 5px;
    position: fixed;
    width: 230px;
    height: 50px;
    top: 0;
    left: 80%;
    transform: translate(-50%);
    background-color: #eff2ff;
    color: #76777e;
    padding: 1px;
    border-radius: 8px;
    text-align: center;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    -ms-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

#toast.show,
#toast-cart.show {
    visibility: visible;
    animation: fadeInOut 3s;
}

@keyframes fadeInOut {
    5%,
    95% {
        opacity: 1;
        top: 50px;
    }
    15%,
    85% {
        opacity: 1;
        top: 30px;
    }
}

/* details */

.product-grid {
    font-family: Raleway, sans-serif;
    text-align: center;
    padding: 0 0 72px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (max-width: 360px) {
    .product-grid {
        width: 300px;
    }
    .offer .next_arrow {
        right: unset;
        margin-left: 287px;
    }
    .latest .next_arrow {
        right: unset;
        margin-left: 287px;
    }
}

@media (max-width: 375px) {
    .product-grid {
        width: 300px;
    }
    .offer .next_arrow {
        right: unset;
        margin-left: 287px;
    }
    .latest .next_arrow {
        right: unset;
        margin-left: 287px;
    }
    .category .next_arrow {
        right: unset;
        margin-left: 287px;
    }
    .category .item-category {
        width: 200px !important;
    }
    .category .item-category .cat-img {
        margin-left: 33px;
    }
    .card-for-all {
        margin: 0 15px;
    }
    .card-for-all .card {
        margin-bottom: 10px;
    }
}

@media (max-width: 412px) {
    .product-grid {
        width: 300px;
    }
    .offer .next_arrow {
        right: unset;
        margin-left: 332px;
    }
    .offer .product-grid {
        margin-left: 20px;
    }
    .latest .next_arrow {
        right: unset;
        margin-left: 300px;
    }
    .latest .card {
        margin: 0 0 0 20px;
    }
    .category .next_arrow {
        right: unset;
        margin-left: 287px;
    }
    .category .item-category {
        width: 200px !important;
    }
    .category .item-category .cat-img {
        margin-left: 33px;
    }
    .shop {
        margin-left: 9px;
    }
    .card-for-all {
        margin: 0 10px;
    }
    .card-for-all .card {
        margin-bottom: 10px;
    }
    .card-for-all .card-header {
        text-align: center;
    }
    .card-for-all .col-md-6 {
        width: 50%;
    }
    .fresh-shoveler {
        padding: 0 0 !important;
    }
}
.all-img {
    padding: 25px;
}
#loadMore {
    margin-top: 24px;
}
.product-grid .product-image {
    position: relative;
    transition: all 0.3s ease 0s;
}

.product-grid .product-image a {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.product-grid .pic-1 {
    opacity: 1;
    transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-1 {
    opacity: 1;
}

.product-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-2 {
    opacity: 1;
}

.product-grid .social {
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .social {
    opacity: 1;
    top: 50%;
}

.product-grid .social li {
    display: inline-block;
}

.product-grid .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0 2px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.product-grid .social li a:hover {
    color: #fff;
    background-color: #ef5777;
}

.product-grid .social li a:after,
.product-grid .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.product-grid .social li a:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}

.product-grid .social li a:hover:after,
.product-grid .social li a:hover:before {
    opacity: 1;
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
    color: #fff;
    background-color: #ef5777;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.product-grid .product-discount-label {
    background-color: #333;
    left: auto;
    right: 0;
}

.product-grid .rating {
    color: #ffd200;
    font-size: 12px;
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: -1;
}

.product-grid .rating li.disable {
    color: rgba(0, 0, 0, 0.2);
}

.product-grid .product-content {
    background-color: #fff;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    z-index: 1;
    transition: all 0.3s;
}

.product-grid:hover .product-content {
    bottom: 0;
}

.product-grid .title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}

.product-grid .title a {
    color: #828282;
}

.product-grid .title a:hover,
.product-grid:hover .title a {
    color: #ef5777;
}

.product-grid .price {
    color: #333;
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    text-align: center;
    transition: all 0.3s;
}

.product-grid .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block;
}

.product-grid .add-to-cart {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

@media only screen and (max-width: 990px) {
    .product-grid {
        margin-bottom: 30px;
    }
}

.adverte {
    width: 100%;
    height: 200px;
}

.add-img-three {
    width: 400px;
    height: 300px;
}

/* recently */

.demo {
    padding: 45px 0;
}

.product-grid2 {
    font-family: "Open Sans", sans-serif;
    position: relative;
}

.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative;
}

.product-grid2 .product-image2 a {
    display: block;
}

.product-grid2 .product-image2 img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.product-image2 .pic-1 {
    opacity: 1;
    transition: all 0.5s;
}

.product-grid2:hover .product-image2 .pic-1 {
    opacity: 0;
}

.product-image2 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.product-grid2:hover .product-image2 .pic-2 {
    opacity: 1;
}

.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1;
}

.product-grid2 .social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(100px);
    transition: all 0.5s;
}

.product-grid2:hover .social li {
    transform: translateX(0);
}

.product-grid2:hover .social li:nth-child(2) {
    transition-delay: 0.15s;
}

.product-grid2:hover .social li:nth-child(3) {
    transition-delay: 0.25s;
}

.product-grid2 .social li a {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}

.product-grid2 .social li a:hover {
    color: #fff;
    background-color: #3498db;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.product-grid2 .social li a:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}

.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
    opacity: 1;
}

.product-grid2 .add-to-cart {
    color: #fff;
    background-color: #404040;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all 0.3s;
}

.product-grid2 .add-to-cart:hover {
    background-color: #3498db;
    text-decoration: none;
}

.product-grid2:hover .add-to-cart {
    bottom: 0;
}

.product-grid2 .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s;
}

.product-grid2:hover .product-new-label {
    opacity: 0;
}

.product-grid2 .product-content {
    padding: 20px 10px;
    text-align: center;
}

.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px;
}

.product-grid2 .title a {
    color: #303030;
}

.product-grid2 .title a:hover {
    color: #3498db;
}

.product-grid2 .price {
    color: #303030;
    font-size: 15px;
}

@media screen and (max-width: 990px) {
    .product-grid2 {
        margin-bottom: 30px;
    }
}

/* shop */

.product-grid3 {
    font-family: Roboto, sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.product-grid3:before {
    content: "";
    height: 81%;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.product-grid3:hover:before {
    opacity: 1;
    height: 100%;
}

.product-grid3 .product-image3 {
    position: relative;
}

.product-grid3 .product-image3 a {
    display: block;
}

.product-grid3 .product-image3 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-grid3 .pic-1 {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.product-grid3:hover .pic-1 {
    opacity: 0;
}

.product-grid3 .pic-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

.product-grid3:hover .pic-2 {
    opacity: 1;
}

.product-grid3 .social {
    width: 120px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -23px;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.product-grid3:hover .social {
    opacity: 1;
    transform: scale(1);
}

.product-grid3:hover .product-discount-label,
.product-grid3:hover .product-new-label,
.product-grid3:hover .title {
    opacity: 0;
}

.product-grid3 .social li {
    display: inline-block;
}

.product-grid3 .social li a {
    color: #e67e22;
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin: 0 2px;
    display: block;
    transition: all 0.3s ease 0s;
}

.product-grid3 .social li a:hover {
    background: #e67e22;
    color: #fff;
}

/* .home-offer .social li {
    display: inline-block;
}

.home-offer .social li a {
    color: #e67e22;
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin: 0 2px;
    display: block;
    transition: all 0.3s ease 0s;
}

.home-offer .social li a:hover {
    background: #e67e22;
    color: #fff;
} */

.product-grid3 .product-discount-label,
.product-grid3 .product-new-label {
    background-color: #e67e22;
    color: #fff;
    font-size: 17px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.3s;
}

.product-grid3 .product-content {
    z-index: -1;
    padding: 15px;
    text-align: left;
}

.product-grid3 .title {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all 0.3s ease 0s;
}

.product-grid3 .title a {
    color: #414141;
}

.product-grid3 .price {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-right: 2px;
    display: inline-block;
}

.product-grid3 .price span {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    display: inline-block;
    margin-top: -2px;
}

.product-grid3 .rating {
    padding: 0;
    margin: -22px 0 0;
    list-style: none;
    text-align: right;
    display: block;
}

.product-grid3 .rating li {
    color: #ffd200;
    font-size: 13px;
    display: inline-block;
}

.product-grid3 .rating li.disable {
    color: #dcdcdc;
}

@media only screen and (max-width: 1200px) {
    .product-grid3 .rating {
        margin: 0;
    }
}

@media only screen and (max-width: 990px) {
    .product-grid3 {
        margin-bottom: 30px;
    }
    .product-grid3 .rating {
        margin: -22px 0 0;
    }
}

@media only screen and (max-width: 359px) {
    .product-grid3 .rating {
        margin: 0;
    }
}

@media screen {
    [data-simplebar] {
        position: relative;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }
    .simplebar-wrapper {
        overflow: hidden;
        width: inherit;
        height: inherit;
        max-width: inherit;
        max-height: inherit;
    }
    .simplebar-mask {
        direction: inherit;
        position: absolute;
        overflow: hidden;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: auto !important;
        height: auto !important;
        z-index: 0;
    }
    .simplebar-offset {
        direction: inherit !important;
        box-sizing: inherit !important;
        resize: none !important;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        margin: 0;
        -webkit-overflow-scrolling: touch;
    }
    .simplebar-content-wrapper {
        direction: inherit;
        box-sizing: border-box !important;
        position: relative;
        display: block;
        height: 100%;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .simplebar-content-wrapper::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .simplebar-content:after,
    .simplebar-content:before {
        content: " ";
        display: table;
    }
    .simplebar-placeholder {
        max-height: 100%;
        max-width: 100%;
        width: 100%;
        pointer-events: none;
    }
    .simplebar-height-auto-observer-wrapper {
        box-sizing: inherit !important;
        height: 100%;
        width: 100%;
        max-width: 1px;
        position: relative;
        float: left;
        max-height: 1px;
        overflow: hidden;
        z-index: -1;
        padding: 0;
        margin: 0;
        pointer-events: none;
        flex-grow: inherit;
        flex-shrink: 0;
        flex-basis: 0;
    }
    .simplebar-height-auto-observer {
        box-sizing: inherit;
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 1000%;
        width: 1000%;
        min-height: 1px;
        min-width: 1px;
        overflow: hidden;
        pointer-events: none;
        z-index: -1;
    }
    .simplebar-track {
        z-index: 1;
        position: absolute;
        right: 0;
        bottom: 0;
        pointer-events: none;
        overflow: hidden;
    }
    .simplebar-scrollbar {
        position: absolute;
        left: 0;
        right: 0;
        min-height: 10px;
    }
    .simplebar-scrollbar:before {
        position: absolute;
        content: "";
        background: #000;
        border-radius: 7px;
        left: 2px;
        right: 2px;
        opacity: 0;
        transition: opacity 0.2s linear;
    }
    .simplebar-scrollbar.simplebar-visible:before {
        opacity: 0.5;
        transition: opacity 0s linear;
    }
    .simplebar-track.simplebar-vertical {
        top: 0;
        width: 11px;
    }
    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px;
    }
    .simplebar-track.simplebar-horizontal {
        left: 0;
        height: 11px;
    }
    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px;
    }
    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto;
    }
}

/* services */

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.section-head {
    margin-bottom: 60px;
}

.section-head h4 {
    position: relative;
    padding: 0;
    color: #f91942;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head h4:before {
    content: "";
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f;
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: "";
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #f91942;
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover {
    background: #f91942;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
    /* color: #fff; */
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #f91942;
    width: 100px;
    height: 100px;
    padding: 5px;
    line-height: 96px;
    border-radius: 50px;
}

.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.2);
    color: #f91942;
}

.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #f91942;
}

.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #f91942;
}

.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #f91942;
}

.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #f91942;
}

.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #f91942;
}

.item p {
    font-size: 15px;
    line-height: 26px;
}

.item h6 {
    margin-bottom: 1px;
    color: #2f2f2f;
}

.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skills {
    padding-top: 0px;
}

.skills .prog-item {
    margin-bottom: 25px;
}

.skills .prog-item:last-child {
    margin-bottom: 0;
}

.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}

.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

/* upgarade your kitchen */

.cookware-dining img {
    height: 230px;
    width: 100%;
}

.cookware-dining .card {
    height: 100%;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 14%);
}

.cookware-dining .bi {
    text-align: right;
    padding-right: 10px;
    font-size: 26px;
    cursor: pointer;
    color: red;
}

.cookware-dining .btn {
    padding: 5px 25px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .cookware-dining img {
        height: 100%;
    }
    .cookware-dining .card-body {
        text-align: center;
    }
    .card-for-all .card-body {
        text-align: center;
    }
}

/* category */

.item-category {
    width: 150px;
    margin-left: 5px;
    height: 150px;
    padding: 5px;
    /* box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
    border: 5px solid rgba(0, 0, 0, 0.07); */
    /*border-radius: 10px;
    background: linear-gradient(0deg, white, #fff);*/
}

/*.glowing::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(
        45deg,
        #e8f74d,
        #ff6600d9,
        #00ff66,
        #13ff13,
        #ad27ad,
        #bd2681,
        #6512b9,
        #ff3300de,
        #5aabde
    );
    background-size: 400%;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    z-index: -1;
    animation: glower 20s linear infinite;
}*/

@keyframes glower {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.item-category img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid green;
    padding: 1px;
    object-fit: contain;
}

/* loginsecurily */

.login-securely {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    height: 47%;
}

.login-securely img {
    cursor: pointer;
}
.google-adssss img {
    height: 220px;
    object-fit: cover;
}

/* fruits and vege */

.fruits-veg h3 {
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fruits-veg a {
    text-decoration: none;
}

.fruits-veg .gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0;
}

.fruits-veg .content {
    width: 23.5%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}

.fruits-veg .content:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
    transform: translate(0px, -8px);
    transition: 0.6s;
}

.fruits-veg img {
    width: 250px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.fruits-veg p {
    text-align: center;
    color: #b2bec3;
    padding: 0 8px;
}

.fruits-veg h6 {
    font-size: 26px;
    text-align: center;
    color: #222f3e;
    margin: 0;
}

.fruits-veg ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fruits-veg li {
    padding: 5px;
    list-style: none;
}

.fruits-veg .fa {
    color: #ff9f43;
    font-size: 26px;
    transition: 0.4s;
}

.fruits-veg .fa:hover {
    transform: scale(1.3);
    transition: 0.6s;
}

.fruits-veg button {
    text-align: center;
    font-size: 22px;
    color: #fff;
    width: 100%;
    padding: 15px;
    border: 0px;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fruits-veg .buy-1 {
    background-color: #2183a2;
}

.fruits-veg .buy-2 {
    background-color: #3b3e6e;
}

.fruits-veg .buy-3 {
    background-color: #0b0b0b;
}

.fruits-veg .buy-4 {
    background-color: #373f50;
}

@media (max-width: 1000px) {
    .fruits-veg .content {
        width: 46%;
    }
}

@media (max-width: 750px) {
    .fruits-veg .content {
        width: 100%;
    }
}

.btn-margin-top {
    margin-top: -33px !important;
}

/*! CSS Used from: https://cartzilla.createx.studio/vendor/tiny-slider/dist/tiny-slider.css ; media=screen */

@media screen {
    .tns-outer {
        padding: 0 !important;
    }
    .tns-outer [aria-controls] {
        cursor: pointer;
    }
    .tns-slider {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    .tns-slider > .tns-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tns-horizontal.tns-subpixel {
        white-space: nowrap;
    }
    .tns-horizontal.tns-subpixel > .tns-item {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }
    .tns-gallery {
        position: relative;
        left: 0;
        min-height: 1px;
    }
    .tns-gallery > .tns-item {
        position: absolute;
        left: -100%;
        -webkit-transition: transform 0s, opacity 0s;
        -moz-transition: transform 0s, opacity 0s;
        transition: transform 0s, opacity 0s;
    }
    .tns-gallery > .tns-slide-active {
        position: relative;
        left: auto !important;
    }
    .tns-visually-hidden {
        position: absolute;
        left: -10000em;
    }
    .tns-fadeIn {
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 0;
    }
    .tns-normal {
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: -1;
    }
}

/* fas-clearence */

.card-for-all .card {
    flex-wrap: wrap;
    flex: initial;
}

/* .cookware-dining .card {
    box-shadow: 0px 15px 35px -5px rgb(50 88 130 / 32%);
    border-radius: 15px;
    transition: transform 0.2s;
} */

.card-for-all .card-header {
    background-color: unset !important;
    border-bottom: unset !important;
    text-align: center;
}

.card-for-all .card-header h6 {
    color: #000;
    font-weight: 700;
}

.card-for-all .card img {
    width: 184px !important;
    height: 110px !important;
    object-fit: cover;
}

.card-for-all .card-title-font {
    font-size: 12px !important;
}

.card-for-all .card-title-img {
    margin: 4px 0px 20px 0px;
}

/*! CSS Used from: https://cartzilla.createx.studio/css/theme.min.css ; media=screen */

@media screen {
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
    h6 {
        margin-top: 0;
        margin-bottom: 0.75rem;
        font-weight: 500;
        line-height: 1.2;
        color: #373f50;
    }
    h6 {
        font-size: 1.0625rem;
    }
    ul {
        padding-left: 2rem;
    }
    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    ul ul {
        margin-bottom: 0;
    }
    small {
        font-size: 0.8em;
    }
    a {
        color: #fe696a;
        text-decoration: none;
    }
    a:hover {
        color: #fe3638;
        text-decoration: none;
    }
    img {
        vertical-align: middle;
    }
    button {
        border-radius: 0;
    }
    button:focus:not(:focus-visible) {
        outline: 0;
    }
    input,
    button,
    select {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
    button,
    select {
        text-transform: none;
    }
    select {
        word-wrap: normal;
    }
    select:disabled {
        opacity: 1;
    }
    button,
    [type="button"] {
        -webkit-appearance: button;
    }
    ::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }
    .lead {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .container {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.9375rem);
        padding-left: var(--bs-gutter-x, 0.9375rem);
        margin-right: auto;
        margin-left: auto;
    }
    @media (min-width: 360px) {
        .container {
            max-width: 100%;
        }
    }
    @media (min-width: 500px) {
        .container {
            max-width: 100%;
        }
    }
    @media (min-width: 768px) {
        .container {
            max-width: 100%;
        }
    }
    @media (min-width: 992px) {
        .container {
            max-width: 100%;
        }
    }
    @media (min-width: 1280px) {
        .container {
            max-width: 1260px;
        }
    }
    .form-control {
        display: block;
        width: 100%;
        /* padding: 0.625rem 1rem; */
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.5;
        color: #4b566b;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #dae1e7;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.3125rem;
        box-shadow: inset 0 1px 2px transparent;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    @media (prefers-reduced-motion: reduce) {
        .form-control {
            transition: none;
        }
    }
    .form-control:focus {
        color: #4b566b;
        background-color: #fff;
        border-color: #ffb4b5;
        outline: 0;
        box-shadow: inset 0 1px 2px transparent,
            0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
    }
    .form-control::-webkit-input-placeholder {
        color: #7d879c;
        opacity: 1;
    }
    .form-control::-moz-placeholder {
        color: #7d879c;
        opacity: 1;
    }
    .form-control::placeholder {
        color: #7d879c;
        opacity: 1;
    }
    .form-control:disabled {
        background-color: #f6f9fc;
        opacity: 1;
    }
    .form-select {
        display: block;
        width: 100%;
        padding: 0.625rem 3rem 0.625rem 1rem;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.5;
        color: #4b566b;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23373f50' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 16px 12px;
        border: 1px solid #dae1e7;
        border-radius: 0.3125rem;
        box-shadow: inset 0 1px 2px transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .form-select:focus {
        border-color: #ffb4b5;
        outline: 0;
        box-shadow: inset 0 1px 2px transparent,
            0 0 0 0 rgba(254, 105, 106, 0.25);
    }
    .form-select:disabled {
        background-color: #f3f5f9;
    }
    .form-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #4b566b;
    }
    .form-select-sm {
        padding-top: 0.425rem;
        padding-bottom: 0.425rem;
        padding-left: 0.75rem;
        font-size: 0.8125rem;
    }
    .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
        justify-content: center;
    }
    .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }
    .input-group > .form-control:focus {
        z-index: 3;
    }
    .input-group:not(.has-validation)
        > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 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;
    }
    .btn {
        display: inline-block;
        font-weight: normal;
        line-height: 1.5;
        /* color: #4b566b; */
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        /* background-color: transparent; */
        border: 1px solid transparent;
        padding: 0.625rem 1.375rem;
        font-size: 0.9375rem;
        border-radius: 0.3125rem;
        transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
            border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
    }
    @media (prefers-reduced-motion: reduce) {
        .btn {
            transition: none;
        }
    }
    .btn:hover {
        color: #4b566b;
    }
    .btn:focus {
        outline: 0;
        box-shadow: unset;
    }
    .btn:active {
        box-shadow: unset;
    }
    .btn:active:focus {
        box-shadow: unset, unset;
    }
    .btn:disabled {
        pointer-events: none;
        opacity: 0.65;
        box-shadow: none;
    }
    .btn-primary {
        color: #000;
        background-color: #fe696a !important;
        border-color: #fe696a !important;
        box-shadow: unset;
    }
    .btn-primary:hover {
        color: #000;
        background-color: #fe8080;
        border-color: #fe7879;
    }
    .btn-primary:focus {
        color: #000;
        background-color: #fe8080;
        border-color: #fe7879;
        box-shadow: unset, 0 0 0 0 rgba(216, 89, 90, 0.5);
    }
    .btn-primary:active {
        color: #000;
        background-color: #fe8788;
        border-color: #fe7879;
    }
    .btn-primary:active:focus {
        box-shadow: unset, 0 0 0 0 rgba(216, 89, 90, 0.5);
    }
    .btn-primary:disabled {
        color: #000;
        background-color: #fe696a;
        border-color: #fe696a;
    }
    .btn-outline-secondary {
        color: #f3f5f9;
        border-color: #f3f5f9;
    }
    .btn-outline-secondary:hover {
        color: #000;
        background-color: #f3f5f9;
        border-color: #f3f5f9;
    }
    .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0 rgba(243, 245, 249, 0.5);
    }
    .btn-outline-secondary:active {
        color: #000;
        background-color: #f3f5f9;
        border-color: #f3f5f9;
    }
    .btn-outline-secondary:active:focus {
        box-shadow: unset, 0 0 0 0 rgba(243, 245, 249, 0.5);
    }
    .btn-outline-secondary:disabled {
        color: #f3f5f9;
        background-color: transparent;
    }
    .btn-sm {
        padding: 0.425rem 1rem;
        font-size: 0.8125rem;
        border-radius: 0.25rem;
    }
    .collapse:not(.show) {
        display: none;
    }
    .dropdown {
        position: relative;
    }
    .dropdown-toggle {
        white-space: nowrap;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.23375rem;
        vertical-align: 0.23375rem;
        content: "";
        border-top: 0.275rem solid;
        border-right: 0.275rem solid transparent;
        border-bottom: 0;
        border-left: 0.275rem solid transparent;
    }
    .dropdown-toggle:empty::after {
        margin-left: 0;
    }
    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #4b566b;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #e3e9ef;
        border-radius: 0.3125rem;
        box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03),
            0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
    }
    .dropdown-menu-end {
        --bs-position: end;
    }
    .dropdown-divider {
        height: 0;
        margin: 0.25rem 0;
        overflow: hidden;
        border-top: 1px solid #e3e9ef;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.425rem 1.3rem;
        clear: both;
        font-weight: 400;
        color: #4b566b;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fe696a;
        background-color: rgba(0, 0, 0, 0);
    }
    .dropdown-item:active {
        color: #fe696a;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0);
    }
    .dropdown-item:disabled {
        color: #aeb4be;
        pointer-events: none;
        background-color: transparent;
    }
    .nav-link {
        display: block;
        padding: 0.75rem 1.25rem;
        font-weight: normal;
        color: #4b566b;
        transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
            box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    }
    @media (prefers-reduced-motion: reduce) {
        .nav-link {
            transition: none;
        }
    }
    .nav-link:hover,
    .nav-link:focus {
        color: #fe696a;
    }
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .navbar > .container {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }
    .navbar-brand {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        margin-right: 1rem;
        font-size: calc(1.3rem + 0.6vw);
        white-space: nowrap;
    }
    @media (min-width: 1200px) {
        .navbar-brand {
            font-size: 1.75rem;
        }
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-nav .dropdown-menu {
        position: static;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }
    .navbar-toggler {
        padding: 0.75rem 0.75rem;
        font-size: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0;
        transition: box-shadow 0.15s ease-in-out;
    }
    @media (prefers-reduced-motion: reduce) {
        .navbar-toggler {
            transition: none;
        }
    }
    .navbar-toggler:hover {
        text-decoration: none;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    @media (min-width: 992px) {
        .navbar-expand-lg {
            flex-wrap: nowrap;
            justify-content: flex-start;
        }
        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }
        .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute;
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 1.125rem;
            padding-left: 1.125rem;
        }
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }
        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
    }
    .navbar-light .navbar-brand {
        color: #373f50;
    }
    .navbar-light .navbar-brand:hover,
    .navbar-light .navbar-brand:focus {
        color: #373f50;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #4b566b;
    }
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: #fe696a;
    }
    .navbar-light .navbar-toggler {
        color: #4b566b;
        border-color: rgba(0, 0, 0, 0);
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234b566b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .nav-spacing {
        margin-bottom: 20px;
    }
    .badge {
        display: inline-block;
        padding: 0.25em 0.625em;
        font-size: 0.75em;
        font-weight: normal;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.175rem;
    }
    .badge:empty {
        display: none;
    }
    .btn-close {
        box-sizing: content-box;
        width: 0.75rem;
        height: 0.75rem;
        padding: 0.25rem 0.25rem;
        color: #000;
        background: transparent
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
            center/.75rem auto no-repeat;
        border: 0;
        border-radius: 0.3125rem;
        opacity: 0.5;
    }
    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }
    .btn-close:focus {
        outline: 0;
        box-shadow: none;
        opacity: 0.75;
    }
    .btn-close:disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: 0.25;
    }
    .align-middle {
        vertical-align: middle !important;
    }
    .overflow-hidden {
        overflow: hidden !important;
    }
    .d-block {
        display: block !important;
    }
    .d-flex {
        display: flex !important;
    }
    .d-none {
        display: none !important;
    }
    .shadow-sm {
        box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03),
            0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06) !important;
    }
    .position-static {
        position: static !important;
    }
    .position-absolute {
        position: absolute !important;
    }
    .top-50 {
        top: 50% !important;
    }
    .start-0 {
        left: 0 !important;
    }
    .end-0 {
        right: 0 !important;
    }
    .translate-middle-y {
        transform: translateY(-50%) !important;
    }
    .border-bottom {
        border-bottom: 1px solid #e3e9ef !important;
    }
    .w-100 {
        width: 100% !important;
    }
    .h-100 {
        height: 100% !important;
    }
    .flex-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-wrap {
        flex-wrap: wrap !important;
    }
    .justify-content-between {
        justify-content: space-between !important;
    }
    .align-items-center {
        align-items: center !important;
    }
    .mx-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .mt-0 {
        margin-top: 0 !important;
    }
    .me-1 {
        margin-right: 0.25rem !important;
    }
    .me-2 {
        margin-right: 0.5rem !important;
    }
    .me-3 {
        margin-right: 1rem !important;
    }
    .me-4 {
        margin-right: 1.5rem !important;
    }
    .mb-0 {
        margin-bottom: 0 !important;
    }
    .mb-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-3 {
        margin-bottom: 1rem !important;
    }
    .mb-4 {
        margin-bottom: 1.5rem !important;
    }
    .ms-1 {
        margin-left: 0.25rem !important;
    }
    .ms-2 {
        margin-left: 0.5rem !important;
    }
    .ms-3 {
        margin-left: 1rem !important;
    }
    .mt-n2 {
        margin-top: -0.5rem !important;
    }
    .me-n1 {
        margin-right: -0.25rem !important;
    }
    .ms-n3 {
        margin-left: -1rem !important;
    }
    .p-0 {
        padding: 0 !important;
    }
    .p-3 {
        padding: 1rem !important;
    }
    .px-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .pt-0 {
        padding-top: 0 !important;
    }
    .pt-1 {
        padding-top: 0.25rem !important;
    }
    .pt-2 {
        padding-top: 0.5rem !important;
    }
    .pt-3 {
        padding-top: 1rem !important;
    }
    .pt-4 {
        padding-top: 1.5rem !important;
    }
    .pe-5 {
        padding-right: 3rem !important;
        height: 35px;
    }
    .pb-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-3 {
        padding-bottom: 1rem !important;
    }
    .pb-4 {
        padding-bottom: 1.5rem !important;
    }
    .ps-2 {
        padding-left: 0.5rem !important;
    }
    .fs-base {
        font-size: 1rem !important;
    }
    .fs-sm {
        font-size: 0.875rem !important;
    }
    .text-nowrap {
        white-space: nowrap !important;
    }
    .text-accent {
        color: #4e54c8 !important;
    }
    .text-danger {
        color: #f34770 !important;
        font-size: 20px;
    }
    .text-muted {
        color: #7d879c !important;
    }
    .text-heading {
        color: #373f50 !important;
    }
    .bg-secondary {
        background-color: #f6f9fc !important;
    }
    .bg-success {
        background-color: #42d697 !important;
    }
    .bg-info {
        background-color: #69b3fe !important;
    }
    .bg-light {
        background-color: #fff !important;
    }
    .bg-dark {
        background-color: #373f50 !important;
    }
    .rounded-3 {
        border-radius: 0.4375rem !important;
    }
    .rounded-end {
        border-top-right-radius: 0.3125rem !important;
        border-bottom-right-radius: 0.3125rem !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-left: unset !important;
    }
    .rounded-start {
        border-bottom-left-radius: 0.3125rem !important;
        border-top-left-radius: 0.3125rem !important;
    }
    .animation-none {
        -webkit-animation: none !important;
        animation: none !important;
    }
    @media (min-width: 500px) {
        .d-sm-block {
            display: block !important;
        }
        .d-sm-none {
            display: none !important;
        }
        .flex-sm-nowrap {
            flex-wrap: nowrap !important;
        }
        .pt-sm-4 {
            padding-top: 1.5rem !important;
        }
    }
    @media (min-width: 768px) {
        .d-md-inline-block {
            display: inline-block !important;
        }
        .d-md-block {
            display: block !important;
        }
        .d-md-none {
            display: none !important;
        }
    }
    @media (min-width: 992px) {
        .d-lg-flex {
            display: flex !important;
        }
        .d-lg-none {
            display: none !important;
        }
        .me-lg-2 {
            margin-right: 0.5rem !important;
        }
        .ms-lg-0 {
            margin-left: 0 !important;
        }
        .px-lg-3 {
            padding-right: 1rem !important;
            padding-left: 1rem !important;
        }
        .pt-lg-4 {
            padding-top: 1.5rem !important;
        }
        .pe-lg-2 {
            padding-right: 0.5rem !important;
        }
        .ps-lg-0 {
            padding-left: 0 !important;
        }
    }
    html * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    a:focus {
        outline: none;
    }
    a {
        transition: color 0.25s ease-in-out;
    }
    img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }
    ::-moz-selection {
        background: rgba(78, 84, 200, 0.15);
    }
    ::selection {
        background: rgba(78, 84, 200, 0.15);
    }
    ::-moz-selection {
        background: rgba(78, 84, 200, 0.15);
    }
    small {
        font-weight: inherit;
    }
    button:focus {
        outline: none;
    }
    [class^="ci-"],
    [class*=" ci-"] {
        display: inline-block;
        font-family: "cartzilla-icons" !important;
        /* speak: never; */
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
    }
    .ci-arrow-left:before {
        content: "î¤";
    }
    .ci-arrow-right:before {
        content: "î¤";
    }
    .ci-book:before {
        content: "î¤";
    }
    .ci-card:before {
        content: "î¤";
    }
    .ci-cart:before {
        content: "î¤";
    }
    .ci-edit:before {
        content: "î¤³";
    }
    .ci-heart:before {
        content: "î¥";
    }
    .ci-help:before {
        content: "î¥";
    }
    .ci-location:before {
        content: "î¥";
    }
    .ci-menu:before {
        content: "î¥";
    }
    .ci-search:before {
        content: "î¥²";
    }
    .ci-server:before {
        content: "î¥¹";
    }
    .ci-support:before {
        content: "î¦";
    }
    .ci-user:before {
        content: "î¦";
    }
    .ci-view-grid:before {
        content: "î¦";
    }
    .form-control:disabled {
        cursor: not-allowed;
    }
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        border-color: #fe3638;
        background-color: #fe3638;
    }
    .btn-primary {
        color: #fff !important;
    }
    .btn-outline-secondary,
    .btn-outline-secondary:hover {
        color: #4b566b !important;
        border-color: transparent;
    }
    .btn-outline-secondary {
        border-color: rgba(243, 245, 249, 0.35);
    }
    [class*=" btn-outline-"]:hover,
    [class*=" btn-outline-"]:active {
        color: #fff !important;
    }
    .btn-outline-secondary {
        border-color: #dae1e7;
    }
    .btn-outline-secondary:hover,
    .btn-outline-secondary:active {
        border-color: #dae1e7 !important;
        color: #4b566b !important;
    }
    .btn > i {
        margin-top: -0.1875rem;
        vertical-align: middle;
    }
    .dropdown .dropdown-toggle::after {
        margin-left: 0.3rem;
        vertical-align: middle;
    }
    .dropdown-menu {
        box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03),
            0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
        border-color: transparent;
    }
    .dropdown-menu li:hover > .dropdown-item {
        color: #fe696a;
    }
    .dropdown-item {
        position: relative;
        width: 100%;
        transition: all 0.25s ease-in-out;
        font-size: 0.875rem;
        font-weight: normal;
    }
    .dropdown-item > i,
    .dropdown-item .badge {
        margin-top: -0.125rem;
        vertical-align: middle;
    }
    .input-group .position-absolute {
        z-index: 5;
        margin-top: -6px;
    }
    .input-group .position-absolute + .form-control {
        padding-left: 2.5rem;
    }
    .navbar-brand {
        display: inline-block;
        font-weight: 500;
        vertical-align: middle;
    }
    .navbar-brand > img {
        display: block;
    }
    .navbar-nav .nav-item {
        margin-bottom: 0.6666666667rem;
        border-radius: 0.3125rem;
    }
    .navbar-nav .nav-item > .dropdown-menu > li > .dropdown-item {
        font-weight: 500;
    }
    .navbar-nav .nav-item > .dropdown-menu > li > .dropdown-item > * {
        font-weight: 400;
    }
    .navbar-nav .nav-link {
        padding: 0.6666666667rem 1.125rem;
        font-weight: 500;
    }
    .navbar-nav .dropdown-menu {
        min-width: 12.5rem;
        padding-top: 0;
        box-shadow: none;
        border: none;
        background-color: transparent;
    }
    .navbar-nav .dropdown-menu .dropdown-menu {
        width: calc(100% - (1rem * 2));
        margin: 0 1rem;
    }
    .navbar-nav .dropdown-menu .dropdown-menu:not(.animation-none) {
        display: block;
        opacity: 1;
    }
    .navbar-nav .dropdown-menu .dropdown-toggle::after {
        display: none;
    }
    .navbar-mega-nav {
        position: relative;
    }
    .navbar-mega-nav::after {
        display: none;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 1.875rem;
        content: "";
    }
    .mega-dropdown-column {
        width: 100%;
        max-width: 15rem;
    }
    .navbar-tool {
        position: relative;
        display: flex;
        align-items: center;
        /* z-index: 9999; */
    }
    .navbar-tool.dropdown::before {
        position: absolute;
        bottom: -1rem;
        left: -10%;
        width: 120%;
        height: 1rem;
        content: "";
    }
    .navbar-tool .dropdown-menu {
        top: 100%;
        margin-top: 0.5rem !important;
    }
    .navbar-tool .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0;
    }
    .navbar-tool .navbar-tool-label {
        position: absolute;
        top: -0.3125rem;
        right: -0.3125rem;
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 50%;
        background-color: #fe696a;
        color: #fff;
        font-size: 0.75rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.25rem;
    }
    .navbar-tool .navbar-tool-tooltip {
        display: none;
    }
    @media (min-width: 992px) {
        .navbar-tool .navbar-tool-tooltip {
            display: block;
            position: absolute;
            top: -0.5rem;
            left: 50%;
            transform: translateX(-50%);
            transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
            padding: 0.0625rem 0.375rem;
            border-radius: 0.25rem;
            background-color: #2b3445;
            color: #fff;
            font-size: 0.6875rem;
            white-space: nowrap;
            opacity: 0;
        }
        .navbar-tool:hover .navbar-tool-tooltip {
            top: -0.75rem;
            opacity: 0.9;
        }
    }
    .navbar-tool-icon-box {
        position: relative;
        width: 2.875rem;
        height: 2.875rem;
        transition: color 0.25s ease-in-out;
        border-radius: 50%;
        line-height: 2.625rem;
        text-align: center;
    }
    .navbar-tool-icon-box.dropdown-toggle::after {
        display: none;
    }
    .navbar-tool-icon-box i.fas.fa-bell {
        color: blue;
        font-size: 20px;
        line-height: 50px;
    }
    .navbar-tool-icon {
        font-size: 1.25rem;
        line-height: 2.875rem;
    }
    .navbar-tool-text {
        display: none;
        flex-grow: 0;
        flex-shrink: 0;
        padding-left: 0.875rem;
        transition: color 0.25s ease-in-out;
        font-size: 0.875rem;
        text-decoration: none !important;
        white-space: nowrap;
    }
    .navbar-tool-text > small {
        display: block;
        margin-bottom: -0.125rem;
    }
    .dropdown .navbar-tool-text::after {
        display: inline-block;
        margin-left: 0.23375rem;
        vertical-align: 0.23375rem;
        content: "";
        border-top: 0.275rem solid;
        border-right: 0.275rem solid transparent;
        border-bottom: 0;
        border-left: 0.275rem solid transparent;
    }
    .dropdown .navbar-tool-text:empty::after {
        margin-left: 0;
    }
    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            width: auto;
            flex-basis: auto;
        }
        .navbar-expand-lg .navbar-nav .nav-item {
            margin-bottom: 0;
            background-color: transparent;
        }
        .navbar-expand-lg
            .navbar-nav
            .nav-item
            > .dropdown-menu
            > li
            > .dropdown-item {
            font-weight: normal;
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-top: 1.125rem;
            padding-bottom: 0.875rem;
            font-weight: normal;
        }
        .navbar-expand-lg
            .navbar-nav:not(.navbar-mega-nav)
            .nav-link.dropdown-toggle::after {
            display: none;
        }
        .navbar-expand-lg .navbar-mega-nav::after {
            display: block;
        }
        .navbar-expand-lg .dropdown-menu {
            margin-top: 0;
            padding-top: 0.5rem;
        }
        .navbar-expand-lg .dropdown-menu.dropdown-menu-end {
            left: auto;
            right: 0;
        }
        .navbar-expand-lg .dropdown-menu > .dropdown > .dropdown-toggle {
            position: relative;
            padding-right: 1.95rem;
        }
        .navbar-expand-lg .dropdown-menu > .dropdown > .dropdown-toggle::after {
            display: inline-block;
            margin-left: 0.23375rem;
            vertical-align: 0.23375rem;
            content: "";
            border-top: 0.275rem solid transparent;
            border-right: 0;
            border-bottom: 0.275rem solid transparent;
            border-left: 0.275rem solid;
        }
        .navbar-expand-lg
            .dropdown-menu
            > .dropdown
            > .dropdown-toggle:empty::after {
            margin-left: 0;
        }
        .navbar-expand-lg .dropdown-menu > .dropdown > .dropdown-toggle::after {
            position: absolute;
            display: block;
            top: 50%;
            right: 1rem;
            margin-top: -0.3em;
        }
        .navbar-expand-lg .dropdown-menu > .dropdown .dropdown-menu {
            display: none;
            top: 0;
            right: auto;
            left: 100%;
            width: auto;
            margin-top: -0.5rem;
            margin-right: 0;
            margin-left: -0.25rem;
        }
        .navbar-expand-lg .dropdown-menu > .dropdown:hover > .dropdown-menu {
            -webkit-animation: fade-in 0.25s ease-in-out;
            animation: fade-in 0.25s ease-in-out;
        }
        .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) {
            border-color: #fff;
            background-color: #fff;
            box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03),
                0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
        }
        .navbar-expand-lg
            .dropdown-menu:not(.dropdown-menu-dark)
            .dropdown-menu {
            background-color: #fff;
        }
        .navbar-expand-lg .dropdown:hover > .dropdown-menu {
            display: block;
            -webkit-animation: slide-up 0.25s ease-in-out;
            animation: slide-up 0.25s ease-in-out;
        }
        .navbar-expand-lg .navbar-tool-text {
            display: block;
        }
        .navbar-expand-lg .mega-dropdown-column {
            width: 15rem;
        }
    }
    .navbar-stuck-toggler {
        display: none;
    }
    .navbar-light .nav-link > i {
        transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
            box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
        color: #7d879c;
    }
    .navbar-light .nav-item {
        background-color: #f6f9fc;
    }
    .navbar-light .nav-item:hover .nav-link:not(.disabled),
    .navbar-light .nav-item:hover .nav-link:not(.disabled) > i {
        color: #fe696a;
    }
    .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) > i,
    .navbar-light .nav-item.active .nav-link:not(.disabled),
    .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) {
        color: #fe696a;
    }
    .navbar-light .navbar-tool-icon-box {
        color: #4b566b;
    }
    .navbar-light .navbar-tool-icon-box.bg-secondary {
        background-color: #f3f5f9 !important;
    }
    .navbar-light .navbar-tool:hover .navbar-tool-icon-box {
        color: #2b3445;
    }
    .navbar-light .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
        background-color: #f3f5f9 !important;
    }
    .navbar-light .navbar-tool-text {
        color: #4b566b;
    }
    .navbar-light .navbar-tool-text > small {
        color: #7d879c;
    }
    .navbar-light .navbar-tool:hover .navbar-tool-text {
        color: #2b3445;
    }
    .navbar-light .navbar-mega-nav::after {
        background-color: #e3e9ef;
    }
    .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.625rem 0;
        font-size: 0.875rem;
    }
    .topbar > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .topbar .topbar-text,
    .topbar .topbar-link {
        display: inline-block;
        margin-bottom: 0;
        text-decoration: none !important;
    }
    .topbar .topbar-text > i,
    .topbar .topbar-link > i {
        margin-right: 0.375rem;
        font-size: 1.15em;
        vertical-align: middle;
    }
    .topbar .tns-carousel [data-controls] {
        margin-top: -1rem;
        width: 2rem;
        height: 2rem;
        transition: color 0.2s ease-in-out;
        border: 0;
        background: 0;
        font-size: 0.9558823529rem;
        line-height: 2rem;
    }
    .topbar .tns-carousel [data-controls="prev"] {
        left: -2.2rem;
    }
    .topbar .tns-carousel [data-controls="next"] {
        right: -2.2rem;
    }
    .topbar-dark .topbar-text,
    .topbar-dark .topbar-link {
        color: rgba(255, 255, 255, 0.65);
    }
    .topbar-dark .topbar-text > i,
    .topbar-dark .topbar-link > i {
        color: #fe696a;
    }
    .topbar-dark .topbar-text > .text-muted {
        color: rgba(255, 255, 255, 0.45) !important;
    }
    .topbar-dark .topbar-link:hover {
        color: #fff;
    }
    .topbar-dark .tns-carousel [data-controls] {
        color: rgba(255, 255, 255, 0.65);
    }
    .topbar-dark .tns-carousel [data-controls]:hover {
        color: #fff;
    }
    .btn-close {
        transition: opacity 0.15s ease-in-out;
    }
    .tns-carousel {
        position: relative;
    }
    .tns-carousel .tns-carousel-inner {
        position: relative;
        display: flex;
        overflow: hidden;
        touch-action: manipulation;
        opacity: 0;
    }
    .tns-carousel .tns-carousel-inner:active {
        cursor: -webkit-grab;
        cursor: grab;
    }
    .tns-carousel .tns-carousel-inner.tns-slider {
        display: block;
        opacity: 1;
    }
    .tns-carousel .tns-carousel-inner > * {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .tns-carousel .tns-controls:focus {
        outline: none;
    }
    .tns-carousel [data-controls] {
        position: absolute;
        top: 50%;
        width: 2.75rem;
        height: 2.75rem;
        margin-top: -1.375rem;
        transition: all 0.3s ease-in-out;
        border: 1px solid #e3e9ef;
        border-radius: 50%;
        background-color: #fff;
        font-size: 0.8088235294rem;
        line-height: 2.625rem;
        text-align: center;
        z-index: 10;
    }
    .tns-carousel [data-controls="prev"] {
        left: 1.75rem;
    }
    .tns-carousel [data-controls="next"] {
        right: 1.75rem;
    }
    .tns-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .widget-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .widget-list-item {
        margin-bottom: 0.5rem;
    }
    .widget-list-item:last-child {
        margin-bottom: 0;
    }
    .widget-list-link {
        display: block;
        transition: color 0.25s ease-in-out;
        color: #4b566b;
        font-size: 0.875rem;
        font-weight: normal;
    }
    .widget-list-link:hover {
        color: #fe696a;
    }
    .widget-product-title {
        margin-bottom: 0.25rem;
        font-size: 0.875rem;
        font-weight: 500;
    }
    .widget-product-title > a {
        color: #373f50;
    }
    .widget-product-title:hover > a {
        color: #fe696a;
    }
    .widget-product-meta {
        font-size: 0.875rem;
    }
    .widget-cart-item {
        position: relative;
    }
    .widget-cart-item .btn-close {
        position: absolute;
        top: 50%;
        left: 0;
        height: auto;
        padding: 0;
        transform: translateY(-50%);
        transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
        background: none;
        font-size: 1.5rem;
        font-weight: 300;
        visibility: hidden;
        opacity: 0;
    }
    .widget-cart-item > .d-flex {
        transition: all 0.25s ease-in-out;
    }
    .widget-cart-item:hover > .d-flex {
        transform: translateX(1.125rem);
    }
    .widget-cart-item:hover .btn-close {
        visibility: visible;
        opacity: 1;
    }
    .simplebar-track {
        transition: opacity 0.25s ease-in-out;
        background-color: #e9edf4;
        opacity: 0;
    }
    .simplebar-track .simplebar-scrollbar {
        border-radius: 0.09375rem;
        background-color: #aeb4be;
    }
    .simplebar-track .simplebar-scrollbar::before {
        display: none;
    }
    .simplebar-track.simplebar-vertical {
        width: 0.1875rem !important;
    }
    .simplebar-track.simplebar-vertical .simplebar-scrollbar {
        right: 0;
        width: 0.1875rem;
    }
    .simplebar-track.simplebar-horizontal {
        height: 0.1875rem !important;
    }
    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        top: 0;
        height: 0.1875rem !important;
    }
    [data-simplebar] {
        overflow-y: auto;
    }
    [data-simplebar]::-webkit-scrollbar {
        width: 0.1875rem;
        background-color: transparent;
        opacity: 0;
    }
    [data-simplebar]::-webkit-scrollbar-thumb {
        background-color: #aeb4be;
        border-radius: 0.09375rem;
    }
    [data-simplebar]:hover .simplebar-track {
        opacity: 1;
    }
    [data-simplebar]:not(.offcanvas-body) {
        padding-right: 1rem !important;
    }
    [data-simplebar-auto-hide="false"] .simplebar-track {
        opacity: 1;
    }
}

/*! CSS Used from: Embedded */

#tns1 > .tns-item {
    font-size: 14px;
}

#tns1 {
    font-size: 0px;
}

#tns1 > .tns-item {
    width: calc(100%);
    transition-duration: 0.5s;
    animation-duration: 0.5s;
}

/*! CSS Used keyframes */

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slide-up {
    from {
        transform: translateY(0.5rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-up {
    from {
        transform: translateY(0.5rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*! CSS Used fontfaces */

@font-face {
    font-family: "cartzilla-icons";
    src: url("../fonts/cartzilla-icons_z88dg8.ttf")
            format("truetype"),
        url("../fonts/cartzilla-icons_z88dg8.woff")
            format("woff"),
        url("../fonts/cartzilla-icons_z88dg8.svg")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Nav css end */

input,
select {
    font-family: inherit;
}

h2 {
    padding: 0;
    margin: 0;
}

h2 {
    padding-bottom: 4px;
}

h2 {
    text-rendering: optimizeLegibility;
}

h2:last-child {
    padding-bottom: 0;
}

h2 .a-size-small {
    padding-bottom: 0;
}

h2 {
    padding-bottom: 4px;
}

b {
    font-weight: 700;
}

i {
    font-style: italic;
}

.a-text-strike {
    text-decoration: line-through !important;
}

.a-text-normal {
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
}

body {
    font-size: 14px;
    line-height: 15px;
    font-family: Arial, sans-serif;
}

h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.a-size-mini {
    font-size: 12px !important;
    line-height: 16px !important;
}

.nav-ml-left {
    margin-left: -17px;
}

.a-size-small {
    font-size: 12px !important;
    line-height: 16px !important;
}

.a-size-base {
    font-size: 14px !important;
    line-height: 20px !important;
}

.a-size-medium {
    font-size: 18px !important;
    line-height: 24px !important;
}

.a-size-medium {
    text-rendering: optimizeLegibility;
}

.a-size-large {
    font-size: 24px !important;
    line-height: 32px !important;
}

.a-size-large {
    text-rendering: optimizeLegibility;
}

.a-icon {
    background-image: url("../images/S/sash/McBZv0ZvnbehkIx.png");
    -webkit-background-size: 400px 900px;
    background-size: 400px 900px;
    background-repeat: no-repeat;
}

.a-hires .a-icon {
    background-image: url("../images/S/sash/f9Cwl2OUDVHGXk8.png");
}

.a-icon {
    display: inline-block;
    vertical-align: top;
}

.a-icon-addon {
    background-image: none !important;
    border-radius: 3px 0 0 3px;
    background-color: #3f6998;
    font-size: 11px;
    line-height: 1.05;
    padding: 4px 5px 4px 6px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    position: relative;
    top: 1px;
}

.a-icon-addon:after,
.a-icon-addon:before {
    content: "";
    position: absolute;
    right: -5px;
    border-left-width: 0;
}

.a-icon-addon:after {
    top: 0;
    border-style: dashed;
    border-width: 6px;
    border-color: rgba(255, 255, 255, 0);
    border-top: 6px solid #3f6998;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-top-width: 10px;
}

.a-icon-addon:before {
    bottom: 0;
    border-style: dashed;
    border-width: 6px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom: 6px solid #3f6998;
    border-top-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-bottom-width: 10px;
}

.a-icon-previous {
    width: 11px;
    height: 15px;
    background-position: -123px -7px;
}

.a-icon-next {
    width: 11px;
    height: 15px;
    background-position: -105px -7px;
}

.a-text-separator {
    display: inline-block;
    margin: -2px 0.67375em 0;
    width: 1px;
    background-color: #ddd;
    line-height: 0;
    height: 14px;
    vertical-align: middle;
}

.a-icon-row {
    display: block;
    line-height: 0;
}

.a-icon-alt {
    position: absolute;
    left: -9999px;
    top: auto;
    display: block;
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}

[class*="a-icon-star"] > .a-icon-alt {
    clip-path: circle(0);
    left: auto;
    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: normal;
    opacity: 0;
}

.a-icon-row {
    padding-top: 1px;
    padding-bottom: 1px;
}

.a-icon-row:hover a {
    text-decoration: none;
}

.a-icon.a-icon-star-medium,
.a-icon.a-icon-star-small {
    background-image: url("../images/S/sash/3-fm1Jbg4IHlyhq.png");
    -webkit-background-size: 512px 256px;
    background-size: 512px 256px;
    background-repeat: no-repeat;
}

.a-hires .a-icon.a-icon-star-medium,
.a-hires .a-icon.a-icon-star-small {
    background-image: url("../images/S/sash/qgGRgelkhXwysfn.png");
}

.a-icon.a-star-small-4 {
    background-position: -84px -8px;
}

.a-icon.a-star-small-4-5 {
    background-position: -84px -28px;
}

.a-icon.a-star-small-3-5 {
    background-position: -181px -56px;
}

.a-icon.a-star-small-2-5 {
    background-position: -99px -68px;
}

.a-icon-star-medium,
.a-icon-star-small {
    position: relative;
    vertical-align: text-top;
}

.a-icon-star-medium {
    height: 22px;
    width: 95px;
    margin-right: 1px;
    top: -2px;
}

.a-icon-star-small {
    height: 18px;
    width: 80px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-height: 100%;
}

header {
    display: block;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:active,
a:hover {
    outline: 0;
}

img {
    max-width: 100%;
    border: 0;
}

input,
select {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

input {
    line-height: normal;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
}

body {
    color: #0f1111;
}

.a-color-base {
    color: #0f1111 !important;
}

.a-color-secondary,
.a-color-tertiary {
    color: #565959 !important;
}

.a-row {
    width: 100%;
}

.a-row:after,
.a-row:before {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
}

.a-row:after {
    clear: both;
}

.a-ws div.a-column,
div.a-column {
    margin-right: 2%;
    float: left;
    min-height: 1px;
    overflow: visible;
}

.a-row .a-span4 {
    width: 31.948%;
}

.a-row .a-span8 {
    width: 65.948%;
}

.a-column.a-span-last {
    margin-right: 0;
    float: right;
}

div.a-column.a-span-last {
    margin-right: 0;
    float: right;
}

.a-spacing-none {
    margin-bottom: 0 !important;
}

.a-spacing-mini {
    margin-bottom: 4px !important;
}

.a-spacing-top-mini {
    margin-top: 4px !important;
}

.a-spacing-small {
    margin-bottom: 8px !important;
}

.a-spacing-large {
    margin-bottom: 24px !important;
}

.a-text-right {
    text-align: right !important;
}

.a-section {
    margin-bottom: 22px;
}

.a-section:last-child {
    margin-bottom: 0;
}

.home-cate-container {
    display: flex;
    justify-content: space-evenly;
}

.home-cate {
    width: 75px;
    margin-top: 10px;
}
.home-cate-img {
    border-radius: 50%;
    box-shadow: 2px 4px 10px 0px rgb(0 0 0 / 30%);
}
.home-cate-txt {
    font-size: 18px;
    margin-top: 14px;
    text-align: center;
}

.latest-offer-prev_arrow {
    position: absolute;
    width: 30px !important;
    height: 50px !important;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    left: 0;
    top: 28%;
    z-index: 999 !important;
    color: #000 !important;
    background-color: #fff !important;
}

.latest-offer-next_arrow {
    position: absolute;
    width: 30px !important;
    height: 50px !important;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    margin-right: unset !important;
    right: 0;
    top: 28%;
    z-index: 999 !important;
    color: #000 !important;
    background-color: #fff !important;
}

.latest-offer-prev_arrow i {
    font-size: 35px;
    margin-top: 7px;
}

.latest-offer-next_arrow i {
    font-size: 35px;
    margin-top: 7px;
}

.latest-offer ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.latest-offer li {
    padding-left: 20px;
    list-style: none;
}
.home-offer-rating li {
    padding: 5px;
}

.latest-offer .fa {
    color: #ff9f43;
    font-size: 20px;
    margin-bottom: 10px;
    transition: 0.4s;
}

.latest-offer .fa:hover {
    transform: scale(1.3);
    transition: 0.6s;
}
.home-offer-header {
    display: flex;
    justify-content: space-between;
}

.home-offer-rating {
    margin-top: 10px;
}

.home-offer-txt {
    font-size: 18px;
    font-weight: 600;
    color: #f57224;
}
.home-offer-dis {
    font-size: 18px;
    color: lightcoral;
}
.offer-txt-dis {
    text-decoration: line-through;
    margin-left: 10px;
    margin-bottom: 8px;
    color: grey;
}
.latest-pdt ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 10px;
}

.latest-pdt li {
    padding: 5px;
    list-style: none;
}

.home-latestpdt-rating .fa {
    color: #ff9f43;
    font-size: 20px;
    transition: 0.4s;
}

.latest-pdt .fa:hover {
    transform: scale(1.3);
    transition: 0.6s;
}
.home-latestpdt-container {
    display: flex;
    justify-content: space-between;
}

.product-box {
    position: relative;
    box-shadow: 0px 2px 10px -4px #333745;
    cursor: pointer;
    margin-top: 10px;
}
.hoverly-item {
    border-radius: 10px;
    -webkit-animation: circle 0.5s;
    animation: circle 0.5s;
    position: absolute;
    top: 7%;
    opacity: 0;
    background-color: rgba(0, 100, 100, 0.5);
    width: 84%;
    height: 49%;
    left: 8%;
    transition: all 0.4s ease-in;
}
.hoverly-item a {
    line-height: 190px;
    margin-left: 29px;
}

.hoverly-item a i {
    font-size: 20px;
    background: #f82e56;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 35px;
    padding-left: 6px;
    border: 3px solid transparent;
    transition: all 0.4s ease-in;
}

.hoverly-item a i:hover {
    border: 3px solid #f82e56;
    background: #fff;
    color: #f82e56;
    transition: all 0.4s ease-in;
}
.product-box:hover .hoverly-item {
    opacity: 1;
    transition: all 0.4s ease-in;
}

.hoverly-item-offer {
    border-radius: 10px;
    -webkit-animation: circle 0.5s;
    animation: circle 0.5s;
    position: absolute;
    top: 7%;
    opacity: 0;
    width: 84%;
    height: 49%;
    left: 8%;
    transition: all 0.4s ease-in;
}
.hoverly-item-offer a {
    line-height: 190px;
    margin-left: 29px;
}

.hoverly-item-offer a i {
    font-size: 20px;
    background: #f82e56;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 35px;
    padding-left: 6px;
    border: 3px solid transparent;
    transition: all 0.4s ease-in;
}

.hoverly-item-offer a i:hover {
    border: 3px solid #f82e56;
    background: #fff;
    color: #f82e56;
    transition: all 0.4s ease-in;
}
.product-box:hover .hoverly-item-offer {
    opacity: 1;
    transition: all 0.4s ease-in;
}

.home-latestpdt-txt {
    font-size: 16px;
    margin-top: 5px;
}

.home-todaydeal-container {
    display: flex;
    justify-content: space-between;
}
.home-todaydeal-txt {
    font-size: 16px;
    margin-top: 5px;
}
.home-todaydeal-timer {
    margin-left: 72%;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: grey;
}

.home-comingsoon {
    margin-bottom: 25px;
}
.coming-slide-container {
    display: flex;
    justify-content: space-evenly;
}
.coming-slide {
    width: 360px;
    background: white;
    border-radius: 15px;
    padding: 12px;
    display: inline-flex;
    justify-content: space-between;
    margin-top: 20px;
}
.coming-thumb {
    flex: 0 0 138px;
    max-width: 150px;
}
.coming-thumb img {
    width: 138px;
    height: 170px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    margin-top: -25px;
}
.coming-info {
    flex: 0 0 calc(100% - 152px);
    max-width: calc(100% - 68px);
}
.coming-info-start {
    font-size: 15px;
    color: orange;
    margin-bottom: 10px;
    margin-top: 10px;
}
.coming-info-end {
    font-size: 15px;
    color: lightcoral;
    margin-bottom: 8px;
}
.home-coming-txt {
    font-size: 15px;
    color: lightseagreen;
    margin-left: 16px;
    margin-top: 5px;
}

.testimonial {
    background-color: #f4f7fe;
    margin-top: 25px;
    padding: 60px 160px;
    /* box part testimonial */
    /* padding: 60px 80px; */
    margin-bottom: 25px;
}
.testimonial span {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 36px;
    color: #324a5e;
}
.testimonial i {
    font-size: 26px;
    margin-bottom: 18px;
    color: #fdb850;
}
.testimonial p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.testimonial img {
    margin-bottom: 16px;
}
.testimonial-box {
    background-color: white;
    padding: 28px;
}

@media (max-width: 600px) {
    .testimonial {
        padding: 60px 60px;
    }
    .testimonial span {
        font-size: 28px;
    }
}

hr {
    background-color: transparent;
    display: block;
    height: 1px;
    border-width: 0;
    border-top: 1px solid #e7e7e7;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 14px;
}

.a-button {
    background: #fff;
    border-radius: 3px;
    border-color: #d5d9d9;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
}

.a-button:active .a-button-inner {
    box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
    background-image: none;
}

.a-button:not(.a-button-toggle) {
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
}

.a-button:not(.a-button-toggle) .a-button-inner {
    border-radius: 7px;
    background: 0 0;
    box-shadow: none;
}

.a-button:active:not(.a-button-disabled) {
    background-color: #fff;
    box-shadow: none;
}

.a-button:active:not(.a-button-disabled) .a-button-inner {
    box-shadow: none;
}

.a-button:active:not(.a-button-disabled) .a-button-inner .a-button-text {
    color: #0f1111;
}

.a-button:hover {
    background-color: #f7fafa;
    border-color: #d5d9d9;
}

.a-button:focus {
    outline: 0;
    border-color: #008296;
    box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
}

.a-button:focus .a-button-inner {
    background-color: #edfdff;
}

.a-button:focus .a-button-inner .a-button-text {
    color: #0f1111;
}

.a-button .a-button-text {
    color: #0f1111;
}

.a-button .a-button-text:hover {
    color: #0f1111;
}

.a-button .a-icon-previous {
    margin: 5px 6px 5px 5px;
}

.a-button .a-icon-next {
    margin: 5px 5px 5px 6px;
}

.a-button-text {
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 13px;
    line-height: 29px;
    margin: 0;
    outline: 0;
    padding: 0 10px 0 11px;
    text-align: center;
    white-space: nowrap;
}

.a-button-text:focus {
    outline: 0;
}

a.a-button-text {
    width: 100%;
    height: 100%;
}

.a-button-inner {
    display: block;
    position: relative;
    overflow: hidden;
    height: 29px;
    border-radius: 2px;
}

.a-button-input {
    position: absolute;
    background-color: transparent;
    color: transparent;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.01;
    outline: 0;
    overflow: visible;
    z-index: 20;
}

.a-button a,
.a-button:hover:not(.a-button-search) a {
    color: #0f1111;
    text-decoration: none !important;
}

.a-button-image {
    height: auto;
}

.a-button-image .a-button-inner {
    padding: 6px;
    line-height: 0;
    height: auto;
}

.a-button-primary {
    background: #67ff41;
    border-color: #67ff41;
}

.a-button-primary:active .a-button-inner {
    background-image: none;
}

.a-button-primary:focus .a-button-inner,
.a-button-primary:hover .a-button-inner {
    background-color: #f7ca00;
}

.a-button-primary:active .a-button-inner {
    background-color: #ffd814;
}

.a-button-primary:focus {
    background: #fff;
    border-color: #ffd814;
    box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
}

.a-button-primary:focus .a-button-inner {
    background: 0 0;
}

.a-button-primary:focus .a-button-text {
    color: #0f1111;
}

.a-button-primary:hover {
    background: #67ff41;
    border-color: #67ff41;
    box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
}

.a-button-primary:hover .a-button-text {
    color: #0f1111;
}

.a-button-primary:active:not(.a-button-disabled) {
    background: #ffd814;
    border-color: #fcd200;
    box-shadow: none;
}

.a-button-primary:active:not(.a-button-disabled) .a-button-text {
    color: #0f1111;
}

.a-button-primary .a-button-inner {
    box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
}

.a-button-primary .a-button-text {
    color: #0f1111;
}

.a-button-span12 {
    width: 100% !important;
}

/* img {
    /* vertical-align: top; */
/* } */
*/ a,
a:link,
a:visited {
    text-decoration: none;
    color: #007185;
}

.a-color-link {
    color: #007185 !important;
}

a:focus {
    text-decoration: none;
    outline: 5px auto #008296;
}

a:active {
    text-decoration: underline;
    color: #c7511f;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c7511f;
}

table {
    margin-bottom: 18px;
    border-collapse: collapse;
    width: 100%;
}

table:last-child {
    margin-bottom: 0 !important;
}

td {
    vertical-align: top;
}

td:first-child {
    padding-left: 0;
}

td:last-child {
    padding-right: 0;
}

tr:last-child td {
    padding-bottom: 0;
}

/* tr:first-child td {
    padding-top: 0;
} */

td {
    padding: 3px;
}

.a-unordered-list,
ul {
    color: #0f1111;
}

.a-unordered-list li,
ul li {
    list-style: disc;
}

ol {
    margin: 0 0 0 20px;
    color: #0f1111;
}

ol li {
    list-style: decimal;
}

.a-unordered-list,
ol,
ul {
    padding: 0;
}

.a-unordered-list .a-list-item,
ul .a-list-item {
    color: #0f1111;
}

.a-unordered-list li,
ol li,
ul li {
    word-wrap: break-word;
    margin: 0;
}

.a-unordered-list.a-nostyle,
ul.a-nostyle {
    margin-left: 0;
    color: #0f1111;
}

.a-unordered-list.a-nostyle li,
ul.a-nostyle li {
    list-style: none;
}

.a-unordered-list.a-horizontal,
ul.a-horizontal {
    display: block;
    margin-left: 0;
}

.a-unordered-list.a-horizontal:after,
.a-unordered-list.a-horizontal:before,
ul.a-horizontal:after,
ul.a-horizontal:before {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
}

.a-unordered-list.a-horizontal:after,
ul.a-horizontal:after {
    clear: both;
}

.a-unordered-list.a-horizontal li,
ul.a-horizontal li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.a-unordered-list.a-horizontal li:last-child,
ul.a-horizontal li:last-child {
    margin-right: 0;
}

.a-unordered-list.a-horizontal li a:hover,
ul.a-horizontal li a:hover {
    text-decoration: underline;
}

.a-ember body {
    font-family: "Amazon Ember", Arial, sans-serif;
}

form {
    margin-bottom: 14px;
}

input[type="text"] {
    /* border: 1px solid #888C8C;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(15, 17, 17, .15) inset;
    outline: 0; */
    padding: 15px !important;
}

input[type="text"]:focus {
    background-color: #f7feff;
    border-color: #007185;
    box-shadow: 0 0 0 3px #c8f3fa, 0 1px 2px rgba(15, 17, 17, 0.15) inset;
}

input,
select {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    line-height: 19px;
    color: #0f1111;
}

input[type="text"] {
    background-color: #fff;
    /* height: 31px; */
    padding: 3px 7px;
    line-height: normal;
}

input:-moz-placeholder {
    color: #6f7373;
}

input::-webkit-input-placeholder {
    color: #6f7373;
}

.a-price {
    text-decoration: none;
    position: relative;
    line-height: normal;
}

.a-price .a-offscreen {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.a-price[data-a-color="base"] {
    color: #0f1111;
}

.a-price[data-a-size="m"] {
    font-size: 17px;
}

.a-price[data-a-size="m"] .a-price-symbol {
    position: relative;
    top: -0.3em;
    font-size: 11px;
}

.a-icon.a-icon-next-rounded,
.a-icon.a-icon-previous-rounded {
    background-image: url("../images/S/sash/ydDD9hnRfziI$y7.png");
}

.a-carousel-container {
    position: relative;
    overflow: hidden;
}

.a-carousel-header-row {
    margin-bottom: 20px;
}

.a-carousel-header-row .a-span-last {
    float: right !important;
}

.a-carousel-header-row .a-column,
.a-carousel-header-row h2 {
    line-height: inherit;
    font-size: inherit;
}

.a-carousel-row-inner {
    position: relative;
    height: 100%;
}

.a-carousel-row-inner:after,
.a-carousel-row-inner:before {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
}

.a-carousel-row-inner:after {
    clear: both;
}

.a-carousel-col {
    overflow: visible;
    min-height: 1px;
    position: relative;
    zoom: 1;
}

.a-carousel-has-buttons .a-carousel-center {
    margin: 0 40px;
}

.a-carousel-has-buttons.a-carousel-overlay-buttons .a-carousel-center {
    margin: 0;
}

.a-carousel-center {
    overflow: hidden;
}

.a-carousel-left {
    left: 0;
    padding-left: 3px;
}

.a-carousel-right {
    text-align: right;
    right: 0;
    padding-right: 3px;
}

.a-carousel-left,
.a-carousel-right {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.a-carousel-left,
.a-carousel-pagination,
.a-carousel-right {
    visibility: hidden;
}

.a-carousel-viewport {
    width: 100%;
    overflow: hidden;
}

.a-carousel-viewport:focus {
    outline: 0;
}

.a-carousel-button {
    position: relative;
    top: 40%;
    margin-top: -16px;
}

ol.a-carousel {
    margin: 0;
    list-style-type: none;
    height: 100%;
    white-space: nowrap;
    overflow-x: visible;
    color: #0f1111;
    letter-spacing: -4px;
}

.a-carousel-card {
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    margin-left: 16px;
    width: 160px;
    min-height: 100%;
    list-style-type: none;
    display: inline-block;
    white-space: normal;
    letter-spacing: normal;
}

.a-carousel-display-single .a-carousel-card {
    width: 100%;
    text-align: center;
    margin: 0;
}

.a-carousel-display-single .a-carousel-card img {
    max-width: 100%;
    max-height: 100%;
}

.a-icon.a-icon-next-rounded,
.a-icon.a-icon-previous-rounded {
    background-size: 68px 52px;
    width: 34px;
    height: 52px;
    outline: 0;
}

.a-icon.a-icon-previous-rounded {
    background-position: 0 0;
}

.a-icon.a-icon-next-rounded {
    background-position: -34px 0;
}

.a-carousel-rounded-buttons .a-carousel-left,
.a-carousel-rounded-buttons .a-carousel-right {
    width: 80px;
    position: absolute;
}

.a-carousel-rounded-buttons .a-carousel-goto-nextpage,
.a-carousel-rounded-buttons .a-carousel-goto-prevpage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: 0;
    border-radius: 5px;
}

.a-carousel-rounded-buttons .a-carousel-goto-nextpage:focus,
.a-carousel-rounded-buttons .a-carousel-goto-prevpage:focus {
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #008296;
}

.a-carousel-rounded-buttons .a-icon-next-rounded,
.a-carousel-rounded-buttons .a-icon-previous-rounded {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.a-popover-preload {
    display: none;
}

.a-popover-trigger:hover {
    cursor: pointer;
}

.a-cardui {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: auto;
    padding: 20px 0 15px 0;
}

.a-cardui .a-cardui-header {
    padding: 0 20px;
    padding-bottom: 10px;
}

.a-cardui .a-cardui-body {
    padding: 0 20px;
    position: relative;
}

.a-cardui .a-cardui-body:last-child {
    padding-bottom: 5px;
}

.a-cardui .a-cardui-footer {
    padding: 0 20px;
    padding-top: 10px;
}

.aok-hidden {
    display: none !important;
    visibility: hidden !important;
}

.aok-block {
    display: block;
    position: relative;
}

.a-inline-block,
.aok-inline-block {
    display: inline-block;
}

.a-offscreen {
    position: absolute !important;
    left: 0 !important;
    bottom: -1px !important;
    z-index: -1 !important;
    opacity: 0;
}

.aok-relative {
    position: relative;
}

.aok-align-top {
    vertical-align: top !important;
}

.aok-align-center {
    vertical-align: middle !important;
}

.aok-hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/*! CSS Used from: Embedded */

.nav-sprite-v1 .nav-sprite,
.nav-sprite-v1 .nav-icon {
    background-image: url("../assets/img/site_logo.png");
    background-position: 0 1000px;
    background-repeat: repeat-x;
}

.nav-spinner {
    background-image: url("../images/G/31/javascripts/lib/popover/images/snake._CB485935600_.gif");
    background-position: center center;
    background-repeat: no-repeat;
}

/*! CSS Used from: https://images-eu.ssl-images-amazon.com/images/I/41KBYOkTjIL._RC%7C71uZCKiByCL.css,314WccPUaHL.css,21-QxUt197L.css,313Ydl5aIRL.css,21MKjoYL8wL.css,41OiMQkB+EL.css,01yCq3WXEcL.css,11kO7yAgiQL.css,31OvHRW+XiL.css,01XHMOHpK1L.css,01ucgi+I44L.css,41yKpEQVJkL.css_.css?AUIClients/NavDesktopUberAsset&oKUVd2KU#desktop.in.331932-T1.310484-T1 */

header.nav-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}

#navbar.nav-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#navbar.nav-flex .nav-left,
#navbar.nav-flex .nav-right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}

#navbar.nav-flex .nav-fill {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#navbar.nav-flex #nav-belt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 60px;
}

#navbar.nav-flex #nav-belt .nav-fill,
#navbar.nav-flex #nav-belt .nav-left,
#navbar.nav-flex #nav-belt .nav-right {
    height: auto;
}

#navbar.nav-flex #nav-belt #nav-search {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 4px 10px 3px;
}

#navbar.nav-flex #nav-belt #nav-search .nav-fill,
#navbar.nav-flex #nav-belt #nav-search .nav-left,
#navbar.nav-flex #nav-belt #nav-search .nav-right {
    height: auto;
}

#navbar.nav-flex #nav-belt #nav-search .nav-left,
#navbar.nav-flex #nav-belt #nav-search .nav-right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}

#navbar.nav-flex #nav-belt #nav-search .nav-search-scope {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    float: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#navbar.nav-flex #nav-belt #nav-search .nav-searchbar,
#navbar.nav-flex #nav-belt #nav-search .nav-searchbar .nav-fill,
#navbar.nav-flex #nav-belt #nav-search .nav-searchbar .nav-search-field {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

#navbar.nav-flex #nav-belt #nav-search .nav-searchbar .nav-right {
    min-width: auto;
}

#navbar.nav-flex #nav-belt #nav-search .nav-searchbar .nav-input {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}

#navbar.nav-flex #nav-belt #nav-search .nav-searchbar .nav-search-submit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}

#navbar.nav-flex
    #nav-belt
    #nav-search
    .nav-searchbar
    .nav-search-submit
    #nav-search-submit-text.nav-sprite {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    height: auto;
    background-position: 2px -280px;
}

#navbar.nav-flex #nav-belt .nav-right #nav-tools {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}

#navbar.nav-flex #nav-belt .nav-right #nav-tools > .nav-a {
    padding: 0 9px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 1000px) {
    #navbar.nav-flex #nav-belt .nav-right #nav-tools > .nav-a {
        padding-right: 9px;
        padding-left: 8px;
    }
}

#navbar.nav-flex #nav-belt .nav-right #nav-tools > .nav-a * {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    > .nav-a
    .nav-line-2
    .nav-icon.nav-arrow {
    margin: 3px 0 0 5px;
}

@media (max-width: 1000px) {
    #navbar.nav-flex #nav-belt .nav-right #nav-tools > .nav-a:first-of-type {
        padding-right: 9px;
        padding-left: 2px;
    }
    #navbar.nav-flex
        #nav-belt
        .nav-right
        #nav-tools
        > .nav-a:first-of-type#icp-nav-flyout {
        padding-left: 0;
    }
}

#navbar.nav-flex #nav-belt .nav-right #nav-tools #icp-nav-flyout {
    margin: 0 1px 0 1px;
    padding-left: 7px;
    padding-bottom: 5px;
}

#navbar.nav-flex #nav-belt .nav-right #nav-tools #icp-nav-flyout:focus,
#navbar.nav-flex #nav-belt .nav-right #nav-tools #icp-nav-flyout:hover {
    margin: 0 0 -1px 0;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #icp-nav-flyout
    .icp-nav-link-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding-right: 11px;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #icp-nav-flyout
    .icp-nav-link-inner
    .nav-line-1 {
    padding-bottom: 2px;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #icp-nav-flyout
    .icp-nav-link-inner
    .nav-line-2 {
    margin-left: 1px;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #icp-nav-flyout
    .icp-nav-link-inner
    .nav-line-2
    .icp-nav-flag {
    margin: 0 2px 1px 0;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #icp-nav-flyout
    .icp-nav-link-inner
    .nav-icon.nav-arrow {
    margin: 6px 0 0 2px;
}

#navbar.nav-flex #nav-belt .nav-right #nav-tools #nav-link-accountList {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    float: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-decoration: none;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #nav-link-accountList
    .nav-line-1-container {
    position: relative;
    width: 100%;
    height: 14px;
    margin-top: 9px;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #nav-link-accountList
    .nav-line-2 {
    width: auto;
    min-width: 0;
}

#navbar.nav-flex #nav-belt .nav-right #nav-tools #nav-cart {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0 9px 11px 10px;
}

#navbar.nav-flex #nav-belt .nav-right #nav-tools #nav-cart:focus,
#navbar.nav-flex #nav-belt .nav-right #nav-tools #nav-cart:hover {
    padding-bottom: 10px;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #nav-cart:focus
    #nav-cart-count-container
    #nav-cart-count,
#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #nav-cart:hover
    #nav-cart-count-container
    #nav-cart-count {
    top: 7px;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #nav-cart
    #nav-cart-count-container,
#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #nav-cart
    #nav-cart-text-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #nav-cart
    #nav-cart-count-container {
    position: relative;
    padding-bottom: 1px;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #nav-cart
    #nav-cart-count-container
    #nav-cart-count {
    position: absolute;
    left: 13px;
    right: auto;
    top: 8px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#navbar.nav-flex
    #nav-belt
    .nav-right
    #nav-tools
    #nav-cart
    #nav-cart-text-container
    .nav-line-2
    .nav-icon.nav-arrow {
    margin: 0 0 2px 5px;
}

#navbar.nav-flex #nav-flyout-anchor,
#navbar.nav-flex #nav-flyout-iss-anchor,
#navbar.nav-flex #nav-subnav-toaster {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    float: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#navbar.nav-flex #nav-main.nav-sprite {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

#navbar.nav-flex #nav-main.nav-sprite #nav-shop {
    padding: 0;
}

#navbar.nav-flex #nav-main.nav-sprite #nav-xshop-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    min-width: 0;
}

#navbar.nav-flex #nav-main.nav-sprite #nav-xshop-container #nav-xshop {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

#navbar.nav-flex #nav-main.nav-sprite #nav-xshop-container #nav-xshop .nav-a {
    padding: 8px 9px 8px 9px;
    scroll-margin: 0;
    height: 12px;
    box-sizing: content-box;
}

#navbar.nav-flex
    #nav-main.nav-sprite
    #nav-xshop-container
    #nav-xshop
    .nav-a
    .nav-arrow {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#navbar.nav-flex #nav-main.nav-sprite #nav-xshop-container #nav-xshop .nav-a,
#navbar.nav-flex
    #nav-main.nav-sprite
    #nav-xshop-container
    #nav-xshop
    .nav-a:active,
#navbar.nav-flex
    #nav-main.nav-sprite
    #nav-xshop-container
    #nav-xshop
    .nav-a:focus,
#navbar.nav-flex
    #nav-main.nav-sprite
    #nav-xshop-container
    #nav-xshop
    .nav-a:hover {
    margin: 5px 1px 6px 0;
}

#navbar.nav-flex
    #nav-main.nav-sprite
    #nav-xshop-container
    #nav-xshop
    .nav-a:active,
#navbar.nav-flex
    #nav-main.nav-sprite
    #nav-xshop-container
    #nav-xshop
    .nav-a:hover {
    padding: 7px 8px 7px 8px;
    box-shadow: none;
}

.using-mouse#navbar.nav-flex
    #nav-main.nav-sprite
    #nav-xshop-container
    #nav-xshop
    .nav-a:focus {
    padding: 7px 8px 7px 8px;
    box-shadow: none;
}

#navbar.nav-flex #nav-main.nav-sprite .nav-right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}

#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    width: fit-content;
}

#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 1px 0;
    margin: 1px 1px 0 3px;
    width: fit-content;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    scroll-margin: 0;
}

#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #f90, 0 0 0 3px rgba(255, 153, 0, 0.5);
    -moz-box-shadow: 0 0 0 2px #f90, 0 0 0 3px rgba(255, 153, 0, 0.5);
    box-shadow: 0 0 0 2px #f90, 0 0 0 3px rgba(255, 153, 0, 0.5);
    margin: 2px 0 2px 1px;
    padding: 0 0 0 2px;
}

#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative:active,
#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative:hover {
    margin: 2px 0 2px 1px;
    padding: 0 0 0 2px;
    border: 0;
    border-radius: 2px;
    outline: #fff solid 1px;
    outline-offset: -1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.using-mouse#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative:focus {
    margin: 2px 0 2px 1px;
    padding: 0 0 0 2px;
    border: 0;
    border-radius: 2px;
    outline: #fff solid 1px;
    outline-offset: -1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative
    #nav-packard-glow-loc-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}

#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative
    #glow-ingress-block {
    margin-left: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

#navbar.nav-flex.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative
    .nav-line-2 {
    padding-bottom: 4px;
}

html.a-js body {
    margin: 0 !important;
}

#navbar {
    position: relative;
    top: 0;
    left: 0;
    z-index: 198;
    font-family: inherit;
    font-size: 12px;
    line-height: 1em;
    display: block;
    zoom: 1;
    min-width: 1000px;
}

html.a-js #navbar {
    margin: 0 !important;
}

#navbar * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#nav-belt {
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 5;
}

#nav-belt .nav-a {
    color: #d6d6d6;
}

#nav-belt .nav-a:hover {
    color: #fff;
    outline: 0;
}

#nav-belt .nav-fill,
#nav-belt .nav-left,
#nav-belt .nav-right {
    height: 43px;
}

#nav-belt .nav-right {
    min-width: auto;
}

#nav-belt .nav-fill {
    overflow: visible;
}

#nav-main {
    width: 100%;
    height: 56px;
    padding-top: 1px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 4;
    background-position: 0 -725px;
}

#nav-main .nav-fill,
#nav-main .nav-left,
#nav-main .nav-right {
    height: 55px;
}

#nav-main span.nav-arrow {
    display: none;
}

#nav-tools {
    float: left;
    text-decoration: none;
    margin-top: 2px;
    padding: 3px 0 0 0;
}

#nav-tools .nav-a {
    position: relative;
    float: left;
    top: 1px;
    padding: 0 0 0 9px;
    line-height: 44px;
    height: 44px;
}

#nav-tools .nav-a:focus,
#nav-tools .nav-a:hover {
    top: 0;
    margin: 0;
    height: 44px;
}

#nav-tools .nav-a:hover {
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border-radius: 0\9;
}

#nav-tools .nav-cart-count {
    font-weight: 700;
    font-family: inherit;
    position: absolute;
    line-height: 16px;
    text-align: center;
}

#nav-tools #nav-cart .nav-cart-icon {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 11px;
}

#nav-tools #nav-cart .nav-line-1,
#nav-tools #nav-cart .nav-line-2 {
    margin-left: 42px;
}

@media (max-width: 1000px) {
    #nav-tools .nav-a {
        padding-left: 8px;
    }
}

@media (max-width: 1000px) {
    #nav-tools .nav-a:first-of-type {
        padding-left: 2px;
    }
}

@media (max-width: 1000px) {
    #nav-tools .nav-a-2 .nav-line-1,
    #nav-tools .nav-a-2 .nav-line-2 {
        padding-right: 8px;
    }
}

#nav-tools .nav-a:last-of-type {
    padding-left: 6px;
}

#nav-tools .nav-a-2 {
    padding-right: 0;
    overflow: hidden;
    top: 1px;
    margin: 0 1px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#nav-tools .nav-a-2 .nav-line-1,
#nav-tools .nav-a-2 .nav-line-2 {
    /* float: left; */
    clear: both;
    display: inline-block;
    white-space: nowrap;
    padding-right: 9px;
    font-family: inherit;
    color: #000;
}

#nav-tools .nav-a-2 .nav-line-1 {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    font-weight: 400;
    margin-top: 9px;
}

#nav-tools .nav-a-2 .nav-line-2 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    padding-bottom: 5px;
}

#nav-tools .nav-a-2 .nav-line-2 .nav-icon {
    display: inline-block;
    border-style: solid;
    _border-style: dashed;
    border-width: 4px;
    border-color: transparent;
    border-top: 4px solid #606060;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 0 2px 5px;
    visibility: hidden;
}

#nav-shop {
    float: left;
    padding: 6px 12px 0 15px;
    text-decoration: none;
    margin-top: 2px;
    width: 192px;
}

#nav-xshop-container {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 20;
}

#nav-xshop .nav-a {
    float: left;
    font-family: inherit;
    font-size: 14px;
}

#nav-xshop .nav-a:first-of-type {
    padding-left: 0;
}

#nav-xshop .nav-a,
#nav-xshop .nav-a:link,
#nav-xshop .nav-a:visited {
    color: #05a;
    text-decoration: none;
}

#nav-xshop .nav-a:active,
#nav-xshop .nav-a:hover {
    color: #e47911;
}

#nav-xshop .nav-a .nav-icon {
    display: inline-block;
    border-style: solid;
    _border-style: dashed;
    border-width: 4px;
    border-color: transparent;
    border-top: 4px solid #606060;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 0 2px 5px;
    visibility: hidden;
}

.nav-left {
    position: relative;
    /* float: left; */
    width: auto;
    display: inline-block;
}

.nav-right {
    position: relative;
    /* float: right; */
    width: auto;
    display: inline-block;
}

.nav-fill {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}

.nav-icon {
    background-repeat: no-repeat;
}

a.nav-a,
a.nav-a:link,
a.nav-a:visited {
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
}

.nav-action-button,
.nav-action-button:link {
    display: block;
    height: 33px;
    margin: 0 10px 0 11px;
    cursor: pointer;
    outline: 0;
    border: 1px solid;
    border-color: #c89411 #b0820f #99710d;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border-radius: 0\9;
    -webkit-box-shadow: inset 0 1px 0 0 #fcf3dc;
    -moz-box-shadow: inset 0 1px 0 0 #fcf3dc;
    box-shadow: inset 0 1px 0 0 #fcf3dc;
    background: #f3cf72;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFF8E3AD', endColorstr='#FFEEBA37', GradientType=0);
    background: linear-gradient(to bottom, #f8e3ad, #eeba37);
    background: -moz-linear-gradient(top, #f8e3ad, #eeba37);
    background: -webkit-linear-gradient(top, #f8e3ad, #eeba37);
    background: -o-linear-gradient(top, #f8e3ad, #eeba37);
    background: -ms-linear-gradient(top, #f8e3ad, #eeba37);
    text-align: center;
    line-height: 31px;
    /* vertical-align: middle; */
    color: #111;
    font-family: inherit;
    text-decoration: none;
    line-height: 30px;
    font-size: 13px;
}

.nav-action-button:focus,
.nav-action-button:hover,
.nav-action-button:link:focus,
.nav-action-button:link:hover {
    background: #f1c65a;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFF6DA95', endColorstr='#FFECB21F', GradientType=0);
    background: linear-gradient(to bottom, #f6da95, #ecb21f);
    background: -moz-linear-gradient(top, #f6da95, #ecb21f);
    background: -webkit-linear-gradient(top, #f6da95, #ecb21f);
    background: -o-linear-gradient(top, #f6da95, #ecb21f);
    background: -ms-linear-gradient(top, #f6da95, #ecb21f);
    text-decoration: none;
}

.nav-action-button:active,
.nav-action-button:link:active {
    background: #eeba37;
    -webkit-box-shadow: inset 0 1px 3px 0 #b0820f;
    -moz-box-shadow: inset 0 1px 3px 0 #b0820f;
    box-shadow: inset 0 1px 3px 0 #b0820f;
}

.nav-action-button .nav-action-inner,
.nav-action-button:link .nav-action-inner {
    color: #111;
    display: block;
    text-align: center;
}

.skip-link {
    position: absolute;
    top: 10px;
    z-index: -1;
    margin-left: 7px;
    padding: 7px 8px 7px 8px;
    background-color: #fff;
    border: 1px solid #555;
    border-radius: 3px;
}

.skip-link:focus {
    z-index: 500;
}

#nav-tools #nav-cart .nav-cart-icon {
    background-position: -10px -340px;
    width: 38px;
    height: 26px;
}

#nav-tools #nav-cart .nav-cart-0 {
    left: 23px;
    top: 9px;
    font-size: 16px;
    width: 19px;
}

#nav-logo {
    position: relative;
    float: left;
    line-height: 0;
    height: 100%;
    padding: 13px 17px 0 27px;
}

#nav-logo .nav-logo-link {
    clear: both;
    display: inline-block;
    cursor: pointer;
}

#nav-logo .nav-logo-base {
    float: left;
    text-indent: -500px;
    background-position: -10px -51px;
    width: 97px;
    height: 30px;
}

#nav-logo .nav-logo-ext {
    float: left;
    display: none;
}

#nav-logo .nav-logo-locale {
    float: left;
    display: none;
    margin: 6px 0 0 1px;
    font-size: 13.5px;
    color: #fff;
    line-height: 14px;
    font-weight: regular;
    font-family: inherit;
}

#navbar.hamburger #nav-logo {
    padding-left: 0;
}

.nav-locale-in #nav-logo .nav-logo-locale {
    display: block;
    background-position: -270px -109px;
    width: 13px;
    height: 14px;
}

.nav-tpl-itemList {
    width: 210px;
}

.nav-tpl-itemList .nav-item {
    position: relative;
    display: block;
    clear: both;
    font-family: inherit;
    line-height: 16px;
    padding: 0 0 7px;
    margin: 0;
    text-decoration: none;
    cursor: default;
}

.nav-tpl-itemList .nav-item:focus {
    text-decoration: underline;
    color: #e47911;
    outline: 0;
}

.nav-tpl-itemList .nav-item:focus .nav-text {
    color: #e47911;
}

.nav-tpl-itemList .nav-text {
    display: block;
    font-size: 13px;
    color: #444;
    font-weight: 400;
    white-space: normal;
    word-wrap: break-word;
}

.nav-tpl-itemList .nav-title {
    padding-bottom: 10px;
    left: 20px;
}

.nav-tpl-itemList .nav-link {
    cursor: pointer;
}

.nav-tpl-itemList .nav-link:focus,
.nav-tpl-itemList .nav-link:hover {
    text-decoration: none;
}

.nav-tpl-itemList .nav-link:focus .nav-text,
.nav-tpl-itemList .nav-link:hover .nav-text {
    color: #e47911;
    text-decoration: underline;
}

#navFooter {
    margin: 30px 0 8px 0;
    padding: 0 0 7px 0;
}

#navFooter table {
    width: 100%;
}

#navFooter td {
    font-family: inherit;
    font-size: 13px;
    line-height: 120%;
    padding: 0 10px;
}

#navFooter a:link,
#navFooter a:visited {
    font-family: inherit;
    color: #004b91;
    text-decoration: none;
}

#navFooter a:active,
#navFooter a:active span,
#navFooter a:hover,
#navFooter a:hover span {
    font-family: inherit;
    color: #e47911;
    text-decoration: underline;
}

#navFooter a,
#navFooter span {
    font-family: inherit;
    white-space: normal;
}

.navFooterVerticalColumn .navFooterColSpacerInner {
    width: 10%;
    padding: 0 15px;
}

.navFooterLinkCol {
    color: #333;
    vertical-align: top;
}

.navFooterLinkCol ul {
    padding: 0;
    margin: 0;
}

.navFooterLinkCol ul li {
    list-style-type: none;
    white-space: nowrap;
    margin: 0 0 8px 0;
}

.navFooterColHead {
    font-family: inherit;
    color: #333;
    font-size: 16px;
    margin: 6px 0 14px 0;
    white-space: nowrap;
}

div.navFooterLine {
    font-family: inherit;
    color: #ddd;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    white-space: nowrap;
}

div.navFooterLogoLine {
    margin: 30px 8px 4px 8px;
    font-size: 1px;
    line-height: 0;
}

#navFooter .nav-logo-base {
    background-position: -10px -90px;
    width: 76px;
    height: 23px;
    margin: 0 auto;
}

.navFooterLinkLine {
    margin: 0 8px 0 8px;
}

.navFooterLinkLine span,
.navFooterLinkLine ul {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.navFooterLinkLine ul li {
    display: inline;
}

.navFooterPadItemLine a,
.navFooterPadItemLine span {
    padding: 0 0.6em;
}

.navFooterDescLine {
    margin: 20px 0 14px 0;
}

.navFooterDescSpacer {
    padding: 0;
}

#navFooter .navFooterBackToTop {
    background-color: #f3f3f3;
    margin-bottom: 25px;
}

#navFooter .navFooterBackToTop span {
    display: block;
    text-align: center;
    color: #111;
    padding: 15px 0;
    line-height: 19px;
    font-size: 13px;
}

#navFooter .navFooterBackToTop:active,
#navFooter .navFooterBackToTop:focus,
#navFooter .navFooterBackToTop:hover {
    background-color: #efefef;
}

#navFooter .navFooterBackToTop:active span,
#navFooter .navFooterBackToTop:focus span,
#navFooter .navFooterBackToTop:hover span {
    color: #111;
    text-decoration: none;
}

#navFooter #navBackToTop:active,
#navFooter #navBackToTop:focus,
#navFooter #navBackToTop:hover {
    color: #111;
    text-decoration: none;
}

#navFooter .navFooterDescItem {
    font-size: 11px !important;
    padding: 0 0.75em;
    vertical-align: top;
    text-align: left;
    line-height: 115%;
}

.navFooterDescText {
    font-size: 10px;
    color: #767676;
    line-height: 110%;
    display: block;
    margin-bottom: 1px;
}

#navFooter.navLeftFooter {
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #fff;
    /* min-width: 1000px; */
    position: relative;
}

#navFooter.navLeftFooter .navFooterVerticalColumn {
    max-width: 1000px;
}

#navFooter.navLeftFooter .navFooterColHead {
    font-weight: 700;
    color: #000;
}

#navFooter.navLeftFooter a.nav_a:link,
#navFooter.navLeftFooter a.nav_a:visited {
    color: #000;
}

#navFooter.navLeftFooter .navFooterBackToTop {
    margin-bottom: 40px;
    background-color: #37475a;
}

#navFooter.navLeftFooter .navFooterBackToTop:focus,
#navFooter.navLeftFooter .navFooterBackToTop:hover {
    background-color: #485769;
}

#navFooter.navLeftFooter .navFooterBackToTop .navFooterBackToTopText {
    color: #fff;
}

#navFooter.navLeftFooter .navFooterDescText,
#navFooter.navLeftFooter .nav_last {
    color: #999;
}

#navFooter.navLeftFooter .nav-footer-line {
    border-top: 1px solid #3a4553;
    margin-top: 40px;
}

#navFooter.navLeftFooter .navFooterLogoLine,
#navFooter.navLeftFooter .navFooterPadItemLine {
    text-align: center;
    max-width: 1000px;
    margin: 30px auto 15px;
}

#navFooter.navLeftFooter .navFooterLinkLine {
    margin: 10px auto;
}

#navFooter.navLeftFooter div.navFooterLine {
    font-size: 12px;
}

#navFooter.navLeftFooter .navFooterDescLine {
    background-color: #131a22;
    padding: 30px 0;
    margin: 30px 0 0;
}

#navFooter.navLeftFooter .navFooterDescLine .navFooterMoreOnAmazon {
    max-width: 1000px;
    margin: 0 auto;
}

#navFooter.navLeftFooter .navFooterLinkCol ul li {
    margin: 0 0 10px;
}

#navFooter.navLeftFooter .navFooterCopyright {
    background-color: #131a22;
    max-width: 100%;
    margin: 0;
    padding: 10px 0 30px;
}

#navFooter .navAccessibility.navFooterLinkCol {
    line-height: 120%;
}

#navFooter .navAccessibility.navFooterVerticalColumn {
    display: table;
    margin: 0 0 0 54px;
}

#navFooter .navAccessibility.navFooterColSpacerInner,
#navFooter .navAccessibility.navFooterLinkCol {
    display: table-cell;
    padding: 0 10px;
}

#navFooter .navAccessibility.navFooterVerticalRow {
    display: table-row;
}

#nav-swmslot {
    position: relative;
    overflow: hidden;
    height: 39px;
    top: 9px;
}

#navbar #nav-swmslot {
    top: 16px;
    padding-left: 18px;
    display: inline-block;
}

#navSwmHoliday {
    background-repeat: no-repeat;
    background-position: bottom right;
    border: none;
    text-align: right;
    background-size: inherit;
}

#navSwmHoliday a:focus {
    color: #fff;
}

#navSwmHoliday .nav-imageHref {
    display: block;
    height: 100%;
}

div#navSwmHoliday:focus {
    outline: 0;
}

#nav-search {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 4px 0 3px;
    height: 60px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border-radius: 0\9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto;
}

#nav-search .nav-searchbar {
    display: block;
    position: relative;
    height: 40px;
    margin-bottom: 0;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border-radius: 0\9;
}

#nav-search .nav-searchbar .nav-fill,
#nav-search .nav-searchbar .nav-left,
#nav-search .nav-searchbar .nav-right {
    position: relative;
    top: -5px;
    height: 35px;
}

#nav-search .nav-searchbar .nav-fill {
    overflow: hidden;
}

#nav-search .nav-searchbar .nav-right {
    min-width: 0;
}

#nav-search .nav-search-scope {
    position: relative;
    top: 5px;
    float: left;
    height: 40px;
    margin: 0;
    padding-left: 5px;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-radius: 0\9;
    background-position: 0 -532px;
}

#nav-search .nav-search-scope:hover {
    background-position: 0 -582px;
}

#nav-search .nav-search-facade {
    position: relative;
    float: left;
    cursor: default;
    overflow: hidden;
    top: 3px;
}

#nav-search .nav-search-facade .nav-search-label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #555;
    font-size: 12px;
    line-height: 33px;
    margin-right: 21px;
    margin-left: 5px;
    min-width: 19px;
}

#nav-search .nav-search-facade .nav-icon {
    position: absolute;
    top: 14px;
    right: 8px;
    border-style: solid;
    _border-style: dashed;
    border-width: 4px;
    border-color: transparent;
    border-top: 4px solid #666;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

#nav-search .nav-search-dropdown {
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    height: 35px;
    width: auto;
    font-family: inherit;
    outline: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    border: 0;
    line-height: 35px;
}

#nav-search .nav-search-submit {
    position: relative;
    top: 5px;
    right: 0;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border-radius: 0\9;
    background-position: 0 -381px;
}

#nav-search .nav-search-submit:focus,
#nav-search .nav-search-submit:hover {
    background-position: 0 -431px;
}

#nav-search .nav-search-submit #nav-search-submit-text {
    position: absolute;
    top: 10px;
    left: 12px;
    color: #111;
    text-shadow: none;
}

#nav-search .nav-search-submit #nav-search-submit-text.nav-sprite {
    background-position: -10px -290px;
    width: 21px;
    height: 21px;
    text-indent: -500px;
}

#nav-search .nav-search-submit .nav-input {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: 0;
    color: #fff;
    background: 0 0;
    border: none;
    text-indent: -1000px;
    line-height: 1px;
}

#nav-search .nav-search-submit .nav-input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#nav-search .nav-search-field {
    position: relative;
    top: 5px;
    height: 40px;
    background: #fff;
}

#nav-search .nav-search-field .nav-input {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 15px;
    padding: 7px 10px 10px 0;
    margin: 0;
    border: 0;
    height: 38px;
    font-family: inherit;
    font-size: 15px;
    background: 0 0;
    color: #111;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    text-indent: 8px;
    direction: ltr;
}

#nav-search .nav-search-field .nav-input::-ms-clear {
    display: none;
}

#nav-search #nav-iss-attach {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 1;
}

#nav-flyout-iss-anchor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 0;
    zoom: 1;
    z-index: 100;
}

#nav-flyout-iss-anchor .nav-issFlyout {
    padding: 0;
    overflow-wrap: break-word;
}

.nav-flyout {
    position: absolute;
    display: none;
    overflow: visible !important;
    background: #fff;
    border: 1px solid #bbb;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 14px;
    margin: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    /* -ms-user-select: none; */
    zoom: 1;
    /* -webkit-transform: translate3d(0, 0, 0); */
    font-size: 13px;
    font-family: inherit;
    line-height: normal;
}

.nav-flyout .nav-arrow {
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #ccc;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -9px;
}

.nav-flyout .nav-arrow-inner {
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #fff;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 1px;
    left: -9px;
}

.nav-flyout .nav-spinner {
    min-height: 200px;
    min-width: 200px;
}

#nav-flyout-anchor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 0;
    zoom: 1;
    z-index: 100;
}

.nav-coreFlyout {
    margin: -3px 0 0 -2px;
    padding-bottom: 7px;
    width: 240px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border-radius: 0\9;
}

.nav-coreFlyout .nav-arrow {
    margin-left: -1px;
}

#nav-flyout-fresh,
#nav-flyout-prime {
    margin-top: -2px;
}

#nav-flyout-transientFlyout {
    margin-top: 8px;
    width: auto;
    padding: 0;
}

#nav-flyout-transientFlyout .nav-arrow {
    margin-left: -9px;
}

#nav-flyout-fresh .nav-arrow {
    margin-left: -1px;
}

#nav-flyout-groceries {
    width: 375px;
    padding: 20px;
    border: 0;
    border-radius: 0;
}

.nav-flyout-buffer-left {
    position: absolute;
    left: -10px;
    width: 10px;
    top: 0;
    bottom: 0;
}

.nav-flyout-buffer-right {
    position: absolute;
    right: -10px;
    width: 10px;
    top: 0;
    bottom: 0;
}

.nav-flyout-buffer-top {
    position: absolute;
    left: 0;
    height: 10px;
    top: -10px;
    right: 0;
}

.nav-flyout-buffer-bottom {
    position: absolute;
    left: 0;
    height: 10px;
    bottom: -10px;
    right: 0;
}

#nav-flyout-ya-signin {
    border-bottom: 1px solid #eee;
    font-size: 11px;
    margin-bottom: 8px;
}

#nav-flyout-ya-signin .nav_pop_new_cust {
    color: #333;
    margin: 7px 0 9px 0;
}

#nav-flyout-ya-signin a.nav-a,
#nav-flyout-ya-signin a.nav-a:link,
#nav-flyout-ya-signin a.nav-a:visited {
    font-size: 11px;
    text-decoration: none;
    color: #05a;
    display: inline;
}

#nav-flyout-ya-signin a.nav-a:active,
#nav-flyout-ya-signin a.nav-a:hover {
    font-size: 11px;
    text-decoration: underline;
    color: #e47911;
    display: inline;
}

#nav-flyout-ya-signin a.nav-a:focus {
    text-decoration: underline;
    color: #e47911;
    outline: 0;
}

#nav-flyout-accountList {
    width: 500px;
}

#nav-flyout-accountList #nav-al-container {
    width: 460px;
    float: right;
}

#nav-flyout-accountList #nav-al-your-account {
    float: left;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

#nav-flyout-accountList #nav-al-wishlist {
    float: left;
    margin-right: 20px;
}

#nav-flyout-accountList #nav-al-signin {
    padding: 0 120px 0 120px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}

#nav-flyout-accountList #nav-flyout-ya-signin {
    border-bottom: none;
}

#nav-flyout-accountList #nav-flyout-ya-newCust {
    text-align: center;
}

#nav-flyout-accountList .nav-title {
    font-size: 16px;
    font-weight: 700;
}

#nav-flyout-prime {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#nav-flyout-prime .nav-flyout-content {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: auto;
    padding: 0;
    min-width: 200px;
}

.nav-signin-tt {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border-radius: 0\9;
}

.nav-signin-tt .nav-arrow {
    left: 50%;
    margin-left: -9px;
}

#nav-signin-tooltip {
    text-align: center;
}

#nav-signin-tooltip .nav-signin-tooltip-footer {
    padding-top: 10px;
    color: #333;
    font-size: 11px;
}

#nav-signin-tooltip .nav-signin-tooltip-footer .nav-a {
    color: #05a;
    text-decoration: none;
    padding-left: 3px;
}

#nav-signin-tooltip .nav-signin-tooltip-footer .nav-a:hover {
    color: #e47911;
}

#nav-upnav {
    margin: 0 -8px;
    position: relative;
}

html.a-js body #nav-upnav {
    margin: 0;
}

.nav-packard-glow #nav-global-location-slot {
    float: left;
    padding: 0 0 0 10px;
    text-decoration: none;
    width: 209px;
    overflow: hidden;
}

.nav-packard-glow #nav-global-location-slot .nav-a {
    line-height: 39px;
    height: 39px;
    position: relative;
    float: left;
    padding: 0 0 0 10px;
    margin: 1px;
}

.nav-packard-glow #nav-global-location-slot .nav-a:hover {
    border: none;
    outline: 1px solid #fff;
    outline-offset: -1px;
}

.nav-packard-glow #nav-global-location-slot .nav-a:focus {
    border: 1px solid #fff;
}

.nav-packard-glow #nav-global-location-slot .nav-a:active {
    outline: 0;
    border-color: #fff;
    border: 1px solid;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
}

.nav-packard-glow #nav-global-location-slot .nav-a-2 {
    padding-right: 0;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.nav-packard-glow #nav-global-location-slot .nav-a-2 .nav-line-1,
.nav-packard-glow #nav-global-location-slot .nav-a-2 .nav-line-2 {
    /* float: left; */
    clear: both;
    display: inline-block;
    white-space: nowrap;
    padding-right: 11px;
    font-family: inherit;
    color: #000;
}

.nav-packard-glow #nav-global-location-slot .nav-a-2 .nav-line-1 {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    font-weight: 400;
    margin-top: 4px;
}

.nav-packard-glow #nav-global-location-slot .nav-a-2 .nav-line-2 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    padding-bottom: 5px;
}

.nav-packard-glow #nav-global-location-slot #nav-packard-glow-loc-icon {
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: -68px -340px;
    left: 2px;
    top: 8px;
}

.nav-packard-glow #nav-global-location-slot #glow-ingress-block {
    margin-left: 17px;
}

.nav-packard-glow #nav-shop {
    padding: 6px 15px 0 0;
    width: auto;
}

.nav-packard-glow #nav-xshop-container {
    position: static;
    float: none;
    padding: 2px 0 0 0;
}

#navbar.nav-packard-glow #nav-shop {
    padding-right: 7px;
}

#nav-packard-glow-loc-icon {
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: -68px -340px;
    left: 4px;
    top: 39px;
}

#navbar.nav-bluebeacon {
    background-color: #232f3e;
}

#navbar.nav-bluebeacon #nav-belt {
    background-color: #232f3e;
}

#navbar.nav-bluebeacon #nav-main {
    background-image: none;
    background-color: #232f3e;
}

#navbar.nav-bluebeacon #nav-logo {
    width: 165px;
}

#navbar.nav-bluebeacon .nav-a-2 .nav-line-1,
#navbar.nav-bluebeacon .nav-a-2 .nav-line-2 {
    color: #fff;
}

#navbar.nav-bluebeacon #nav-tools .nav-line-1 {
    color: #fff;
}

#navbar.nav-bluebeacon #nav-cart-count {
    color: #f08804;
    top: 7px;
}

#navbar.nav-bluebeacon #nav-xshop {
    margin: 21px 0 0;
    height: 37px;
    overflow: hidden;
}

#navbar.nav-bluebeacon #nav-xshop .nav-a {
    padding: 7px 8px 7px 8px;
    margin: 1px 2px 12px 1px;
    color: #fff;
}

#navbar.nav-bluebeacon #nav-xshop .nav-a:active,
#navbar.nav-bluebeacon #nav-xshop .nav-a:hover {
    text-decoration: none;
    margin: 0 1px 10px 0;
    border: 1px solid;
    border-radius: 2px;
}

#navbar.nav-bluebeacon #nav-xshop .nav-a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

#navbar.nav-bluebeacon #nav-xshop .nav-a:focus {
    color: #ccc;
}

#navbar.nav-bluebeacon #nav-xshop .nav-a:active {
    border-color: #fff;
    outline: 0;
}

#navbar.nav-bluebeacon #nav-search .nav-fill {
    height: 35px;
    zoom: 1;
}

#navbar.nav-bluebeacon #nav-search .nav-search-scope {
    background-color: #f3f3f3;
    background-image: none;
    border-left: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

#navbar.nav-bluebeacon #nav-search .nav-search-scope:focus,
#navbar.nav-bluebeacon #nav-search .nav-search-scope:hover {
    background-color: #dadada;
    border-left-color: #dadada;
    border-top-color: #dadada;
    border-bottom-color: #dadada;
}

#navbar.nav-bluebeacon #nav-search .nav-search-field {
    border: none;
    border-top: 1px solid transparent;
}

#navbar.nav-bluebeacon #nav-search .nav-search-submit {
    background-color: #febd69;
    background-image: none;
    border: none;
    width: 45px;
}

#navbar.nav-bluebeacon #nav-search .nav-search-submit:focus,
#navbar.nav-bluebeacon #nav-search .nav-search-submit:hover {
    background-color: #f3a847;
}

#navbar.nav-bluebeacon .nav-icon.nav-arrow {
    border-top-color: #a7acb2;
}

#navbar.nav-bluebeacon #nav-tools .nav-a:focus {
    border: 1px solid rgba(255, 255, 255, 0);
    color: #fff;
}

#navbar.nav-bluebeacon #nav-tools .nav-a:active {
    margin: 0;
    top: 0;
    outline: 0;
    border-color: #fff;
}

#navbar.nav-bluebeacon #nav-tools .nav-a:active,
#navbar.nav-bluebeacon #nav-tools .nav-a:hover {
    border: 1px solid;
    border-radius: 2px;
}

#navbar.nav-bluebeacon #nav-tools .nav-a:hover {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.2);
}

a#nav-hamburger-menu {
    float: left;
    margin: 7px 7px 8px 7px;
    padding: 8px 8px 8px 8px;
    width: 38px;
    height: 36px;
    font-size: 25px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #666;
}

a#nav-hamburger-menu:hover {
    border: 1px solid #ccc;
    text-decoration: none;
}

a#nav-hamburger-menu .hm-icon {
    background-position: -136px -255px;
    width: 20px;
    height: 18px;
    position: absolute;
}

#navbar.using-mouse #nav-global-location-slot .nav-a:focus,
#navbar.using-mouse #nav-tools .nav-a:focus,
#navbar.using-mouse #nav-xshop .nav-a:focus {
    border: #fff 1px solid;
    border-radius: 2px;
    outline: 0;
    margin: 0 0 11px 0;
}

#navbar.layout2.nav-packard-glow #nav-shop {
    padding-top: 0;
}

#navbar.layout2 #nav-belt {
    background-color: #131921;
}

#navbar.layout2 #nav-belt .nav-fill,
#navbar.layout2 #nav-belt .nav-left,
#navbar.layout2 #nav-belt .nav-right {
    height: 60px;
}

#navbar.layout2:not(.nav-fixed) #nav-main {
    height: 39px;
    padding-top: 0;
}

#navbar.layout2 #nav-main .nav-fill,
#navbar.layout2 #nav-main .nav-left,
#navbar.layout2 #nav-main .nav-right {
    height: 39px;
}

#navbar.layout2 #nav-main .nav-left {
    margin-right: 1px;
}

#navbar.layout2 #nav-xshop-container {
    padding: 0;
}

#navbar.layout2 #nav-xshop-container #nav-xshop {
    margin-top: 0;
    padding-left: 2px;
}

#navbar.layout2 #nav-xshop-container #nav-xshop .nav-a {
    margin-top: 6px;
}

#navbar.layout2 #nav-xshop-container #nav-xshop .nav-a:hover {
    margin-top: 5px;
}

#navbar.layout2:not(.nav-fixed) a#nav-hamburger-menu {
    height: 40px;
    margin: 10px 7px 10px 7px;
    padding: 10px 8px 10px 8px;
}

#navbar.layout2 #nav-logo {
    padding-top: 5px;
    padding-right: 4px;
}

#navbar.layout2 #nav-logo .nav-logo-link:hover {
    outline: 1px solid rgba(255, 255, 255, 0.2);
}

#navbar.layout2 #nav-logo .nav-logo-link .nav-logo-base,
#navbar.layout2 #nav-logo .nav-logo-link .nav-logo-ext {
    margin-top: 10px;
}

#navbar.layout2 #nav-logo .nav-logo-link .nav-logo-locale {
    margin-top: 14px;
}

#navbar.layout2 #nav-shop {
    margin-top: 0;
}

#navbar.layout2 #nav-swmslot {
    top: 0;
}

#navbar.layout2 #nav-swmslot #navSwmHoliday:hover {
    outline: 1px solid rgba(255, 255, 255, 0.2);
    outline-offset: -2px;
}

#navbar.layout2 #nav-tools #icp-nav-flyout {
    padding-right: 9px;
    height: 50px;
}

#navbar.layout2 #nav-tools #nav-link-accountList {
    height: 50px;
}

#navbar.layout2 #nav-tools #nav-cart {
    height: 50px;
    margin-right: 4px;
}

#navbar.layout2 #nav-tools #nav-cart:focus,
#navbar.layout2 #nav-tools #nav-cart:hover {
    margin-right: 3px;
}

#navbar.layout2.using-mouse #nav-xshop-container #nav-xshop .nav-a:focus {
    margin-top: 5px;
    margin-right: 1px;
}

#navbar.layout2.using-mouse #nav-logo .nav-logo-link:focus {
    outline: 1px solid #fff;
}

#navbar.layout2.using-mouse #nav-swmslot #navSwmHoliday a:focus {
    outline: 1px solid #fff;
}

#navbar.layout2.bold-focus-hover #nav-search .nav-searchbar:hover {
    -webkit-box-shadow: 0 2px 6px 0 #000;
    -moz-box-shadow: 0 2px 6px 0 #000;
    box-shadow: 0 2px 6px 0 #000;
}

#navbar.layout2.bold-focus-hover
    #nav-search
    .nav-search-scope:hover
    .nav-search-label {
    color: #000;
}

#navbar.layout2.bold-focus-hover #nav-search .nav-search-scope:hover .nav-icon {
    border-top-color: #000;
}

#navbar.layout2.bold-focus-hover a:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #f90, 0 0 0 3px rgba(255, 153, 0, 0.5);
    -moz-box-shadow: 0 0 0 2px #f90, 0 0 0 3px rgba(255, 153, 0, 0.5);
    box-shadow: 0 0 0 2px #f90, 0 0 0 3px rgba(255, 153, 0, 0.5);
}

#navbar.layout2.bold-focus-hover #nav-xshop-container #nav-xshop .nav-a:hover {
    border-color: #fff;
}

#navbar.layout2.bold-focus-hover a#nav-hamburger-menu:focus {
    border: 1px solid transparent;
}

#navbar.layout2.bold-focus-hover #nav-logo .nav-logo-link {
    height: 50px;
    width: 100%;
}

#navbar.layout2.bold-focus-hover #nav-logo .nav-logo-link:hover {
    outline: 1px solid #fff;
    outline-offset: 0;
}

#navbar.layout2.bold-focus-hover .nav-right #nav-tools .nav-a:hover,
#navbar.layout2.bold-focus-hover a#nav-hamburger-menu:hover {
    border-color: #fff;
}

#navbar.layout2.bold-focus-hover #nav-swmslot #navSwmHoliday:hover {
    outline: 1px solid #fff;
}

#navbar.layout2.bold-focus-hover #nav-swmslot #navSwmHoliday:hover a:focus,
#navbar.layout2.bold-focus-hover
    #nav-swmslot
    #navSwmHoliday:hover
    a:focus::before {
    outline: 0;
}

#navbar.layout2.bold-focus-hover #nav-swmslot #navSwmHoliday a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 2px solid #f90;
    outline-offset: -4px;
}

#navbar.layout2.bold-focus-hover #nav-swmslot #navSwmHoliday a:focus::before {
    content: "";
    position: absolute;
    height: 39px;
    width: 100%;
    outline: 3px solid rgba(255, 153, 0, 0.5);
    outline-offset: -4px;
}

#navbar.layout2.bold-focus-hover #nav-tools #nav-orders {
    margin: 0 1px 0 1px;
    padding-top: 0;
    height: 50px;
}

#navbar.layout2.bold-focus-hover #nav-tools #nav-orders .nav-line-1 {
    margin-top: 9px;
    height: 14px;
}

#navbar.layout2.bold-focus-hover #nav-tools #nav-orders:focus,
#navbar.layout2.bold-focus-hover #nav-tools #nav-orders:hover {
    margin: 0;
}

#navbar.layout2.bold-focus-hover.using-mouse a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#navbar.layout2.bold-focus-hover.using-mouse
    #nav-swmslot
    #navSwmHoliday
    a:focus {
    outline: 0;
}

#navbar.layout2.bold-focus-hover.using-mouse
    #nav-swmslot
    #navSwmHoliday
    a:focus::before {
    outline: 0;
}

#navbar.layout2.bold-focus-hover.using-mouse
    #nav-xshop-container
    #nav-xshop
    .nav-a:focus {
    margin-right: 1px;
}

#navbar.nav-flex.layout3.nav-bluebeacon #nav-belt #nav-logo {
    width: auto;
    padding: 4px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    float: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#navbar.nav-flex.layout3.nav-bluebeacon #nav-belt #nav-logo .nav-logo-link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
    padding: 1px 8px 0 6px;
    margin: 1px;
}

#navbar.nav-flex.layout3.nav-bluebeacon
    #nav-belt
    #nav-logo
    .nav-logo-link
    .nav-logo-base,
#navbar.nav-flex.layout3.nav-bluebeacon
    #nav-belt
    #nav-logo
    .nav-logo-link
    .nav-logo-ext {
    margin-top: 12px;
    pointer-events: none;
}

#navbar.nav-flex.layout3.nav-bluebeacon
    #nav-belt
    #nav-logo
    .nav-logo-link
    .nav-logo-locale {
    width: auto;
    margin-top: 16px;
    pointer-events: none;
}

#navbar.nav-flex.layout3.nav-bluebeacon
    #nav-belt
    #nav-logo
    .nav-logo-link:active,
#navbar.nav-flex.layout3.nav-bluebeacon
    #nav-belt
    #nav-logo
    .nav-logo-link:hover {
    padding: 0 7px 0 5px;
    border: 1px solid;
    border-radius: 2px;
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.using-mouse#navbar.nav-flex.layout3.nav-bluebeacon
    #nav-belt
    #nav-logo
    .nav-logo-link:focus {
    padding: 0 7px 0 5px;
    border: 1px solid;
    border-radius: 2px;
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 1700px) {
    #navbar.nav-flex.layout3.nav-bluebeacon #nav-belt #nav-logo {
        margin-left: 10px;
    }
}

#navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot {
    width: auto;
    height: 60px;
    padding: 0;
    margin: 0;
}

#navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative {
    padding: 0 9px 0 9px;
    margin: 5px 2px 5px 0;
}

#navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative:focus {
    padding: 0 9px 0 7px;
    margin-left: 2px;
}

#navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative:active,
#navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative:hover {
    border: 1px solid;
    border-radius: 2px;
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 8px 0 6px;
    margin: 5px 2px;
}

.using-mouse#navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative:focus {
    border: 1px solid;
    border-radius: 2px;
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 8px 0 6px;
    margin: 5px 2px;
}

#navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative
    #nav-packard-glow-loc-icon {
    background-position: -71px -378px;
    width: 15px;
    height: 18px;
    margin-top: 8px;
}

#navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative
    .nav-line-1 {
    color: #ccc;
    margin-top: 0;
    padding-right: 0;
}

#navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
    #nav-global-location-slot
    .a-declarative
    .nav-a.nav-a-2.a-popover-trigger.a-declarative
    .nav-line-2 {
    padding-bottom: 1px;
    padding-right: 0;
}

@media (min-width: 1100px) {
    #navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
        #nav-global-location-slot {
        margin-left: 2px;
    }
}

@media (min-width: 1700px) {
    #navbar.nav-flex.layout3.layout2.bold-focus-hover.nav-packard-glow
        #nav-global-location-slot {
        margin-left: 6px;
    }
}

#navbar.nav-flex.layout3 #nav-belt #nav-search {
    padding: 10px 4px 10px 3px;
    height: 60px;
}

@media (min-width: 1100px) {
    #navbar.nav-flex.layout3 #nav-belt #nav-search {
        margin: 0 6px;
    }
}

@media (min-width: 1300px) {
    #navbar.nav-flex.layout3 #nav-belt #nav-search {
        margin: 0 10px;
    }
}

@media (min-width: 1700px) {
    #navbar.nav-flex.layout3 #nav-belt #nav-search {
        margin: 0 18px;
    }
}

#navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-link-accountList,
#navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-orders {
    margin-right: 0;
    margin-left: 0;
    padding-right: 9px;
    padding-left: 9px;
}

#navbar.nav-flex.layout3
    #nav-belt
    .nav-right
    #nav-tools
    #nav-link-accountList:active,
#navbar.nav-flex.layout3
    #nav-belt
    .nav-right
    #nav-tools
    #nav-link-accountList:focus,
#navbar.nav-flex.layout3
    #nav-belt
    .nav-right
    #nav-tools
    #nav-link-accountList:hover,
#navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-orders:active,
#navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-orders:focus,
#navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-orders:hover {
    padding-right: 8px;
    padding-left: 8px;
}

@media (min-width: 1100px) {
    #navbar.nav-flex.layout3
        #nav-belt
        .nav-right
        #nav-tools
        #nav-link-accountList,
    #navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-orders {
        margin-left: 2px;
    }
}

@media (min-width: 1700px) {
    #navbar.nav-flex.layout3
        #nav-belt
        .nav-right
        #nav-tools
        #nav-link-accountList,
    #navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-orders {
        margin-left: 6px;
    }
}

#navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #icp-nav-flyout.nav-a {
    margin-right: 0;
    margin-left: 1px;
    padding-left: 9px;
}

#navbar.nav-flex.layout3
    #nav-belt
    .nav-right
    #nav-tools
    #icp-nav-flyout.nav-a:active,
#navbar.nav-flex.layout3
    #nav-belt
    .nav-right
    #nav-tools
    #icp-nav-flyout.nav-a:focus,
#navbar.nav-flex.layout3
    #nav-belt
    .nav-right
    #nav-tools
    #icp-nav-flyout.nav-a:hover {
    padding-right: 8px;
    padding-left: 8px;
}

#navbar.nav-flex.layout3
    #nav-belt
    .nav-right
    #nav-tools
    #icp-nav-flyout.nav-a
    .icp-nav-link-inner {
    padding-right: 0;
}

#navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-cart {
    margin-right: 0;
    margin-left: 0;
    padding-right: 9px;
    padding-left: 9px;
    margin-right: 3px;
    padding-right: 9px;
}

#navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-cart:active,
#navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-cart:focus,
#navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-cart:hover {
    padding-right: 8px;
    padding-left: 8px;
}

@media (min-width: 1100px) {
    #navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-cart {
        margin-left: 2px;
    }
}

@media (min-width: 1700px) {
    #navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-cart {
        margin-left: 6px;
    }
}

#navbar.nav-flex.layout3
    #nav-belt
    .nav-right
    #nav-tools
    #nav-cart
    #nav-cart-text-container
    .nav-line-2
    .nav-icon.nav-arrow:not([style]) {
    display: none;
}

@media (min-width: 1025px) {
    #navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-cart {
        margin-right: 1px;
    }
}

@media (min-width: 1100px) {
    #navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-cart {
        margin-right: 11px;
    }
}

@media (min-width: 1700px) {
    #navbar.nav-flex.layout3 #nav-belt .nav-right #nav-tools #nav-cart {
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    #navbar.nav-flex.layout3
        #nav-belt
        .nav-right
        #nav-tools
        #nav-cart
        #nav-cart-text-container
        .nav-line-1,
    #navbar.nav-flex.layout3
        #nav-belt
        .nav-right
        #nav-tools
        #nav-cart
        #nav-cart-text-container
        .nav-line-2 {
        font-size: 0;
    }
    #navbar.nav-flex.layout3
        #nav-belt
        .nav-right
        #nav-tools
        #nav-cart
        #nav-cart-count-container {
        padding-bottom: 0;
    }
    #navbar.nav-flex.layout3
        #nav-belt
        .nav-right
        #nav-tools
        #nav-cart
        #nav-cart-count-container
        #nav-cart-count {
        left: 14px;
        font-size: 18px;
        line-height: 16px;
    }
    #navbar.nav-flex.layout3
        #nav-belt
        .nav-right
        #nav-tools
        #nav-cart
        .nav-cart-icon {
        width: 41px;
        height: 28px;
        background-position: -218px -337px;
    }
}

#navbar.nav-flex.layout3 #nav-main.nav-sprite {
    padding-left: 1px;
}

#navbar.nav-flex.layout3
    #nav-main.nav-sprite
    .nav-fill
    #nav-xshop-container
    #nav-xshop {
    padding-left: 0;
}

#navbar.nav-flex.layout3
    #nav-main.nav-sprite
    .nav-fill
    #nav-xshop-container
    #nav-xshop
    .nav-a {
    margin: 5px 0 6px 0;
    padding: 8px 9px;
}

#navbar.nav-flex.layout3
    #nav-main.nav-sprite
    .nav-fill
    #nav-xshop-container
    #nav-xshop
    .nav-a:focus {
    margin: 5px 2px 6px 2px;
    padding: 8px 7px;
}

#navbar.nav-flex.layout3
    #nav-main.nav-sprite
    .nav-fill
    #nav-xshop-container
    #nav-xshop
    .nav-a:active,
#navbar.nav-flex.layout3
    #nav-main.nav-sprite
    .nav-fill
    #nav-xshop-container
    #nav-xshop
    .nav-a:hover {
    margin: 5px 0 6px 0;
    padding: 7px 8px;
}

.using-mouse#navbar.nav-flex.layout3
    #nav-main.nav-sprite
    .nav-fill
    #nav-xshop-container
    #nav-xshop
    .nav-a:focus {
    margin: 5px 0 6px 0;
    padding: 7px 8px;
}

@media (min-width: 1700px) {
    #navbar.nav-flex.layout3
        #nav-main.nav-sprite
        .nav-fill
        #nav-xshop-container
        #nav-xshop
        .nav-a {
        padding: 8px 12px;
    }
    #navbar.nav-flex.layout3
        #nav-main.nav-sprite
        .nav-fill
        #nav-xshop-container
        #nav-xshop
        .nav-a:focus {
        margin: 5px 2px 6px 2px;
        padding: 8px 10px;
    }
    #navbar.nav-flex.layout3
        #nav-main.nav-sprite
        .nav-fill
        #nav-xshop-container
        #nav-xshop
        .nav-a:active,
    #navbar.nav-flex.layout3
        #nav-main.nav-sprite
        .nav-fill
        #nav-xshop-container
        #nav-xshop
        .nav-a:hover {
        margin: 5px 0 6px 0;
        padding: 7px 11px;
    }
    .using-mouse#navbar.nav-flex.layout3
        #nav-main.nav-sprite
        .nav-fill
        #nav-xshop-container
        #nav-xshop
        .nav-a:focus {
        margin: 5px 0 6px 0;
        padding: 7px 11px;
    }
}

#navbar.nav-flex.layout3 #nav-main.nav-sprite .nav-left {
    margin-right: 0;
}

@media (min-width: 1100px) {
    #navbar.nav-flex.layout3 #nav-main.nav-sprite {
        padding-left: 11px;
    }
}

@media (min-width: 1700px) {
    #navbar.nav-flex.layout3 #nav-main.nav-sprite {
        padding-left: 15px;
    }
}

#navbar.nav-flex.layout3.layout3-alt.nav-bluebeacon #nav-belt #nav-logo {
    margin-left: 1px;
}

@media (min-width: 1100px) {
    #navbar.nav-flex.layout3.layout3-alt.nav-bluebeacon #nav-belt #nav-logo {
        margin-left: 11px;
    }
}

@media (min-width: 1700px) {
    #navbar.nav-flex.layout3.layout3-alt.nav-bluebeacon #nav-belt #nav-logo {
        margin-left: 15px;
    }
}

#navbar.nav-flex.layout3.layout3-alt #nav-hamburger-menu {
    align-items: center;
    width: auto;
    height: auto;
    border: none;
    text-decoration: none;
    padding: 8px 9px 8px 9px;
    margin: 5px 0 6px 0;
}

#navbar.nav-flex.layout3.layout3-alt #nav-hamburger-menu,
#navbar.nav-flex.layout3.layout3-alt #nav-hamburger-menu .hm-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
}

#navbar.nav-flex.layout3.layout3-alt #nav-hamburger-menu .hm-icon-label {
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    padding-left: 5px;
    white-space: nowrap;
}

#navbar.nav-flex.layout3.layout3-alt #nav-hamburger-menu .hm-icon {
    width: 17px;
    height: 14px;
    background-position: -172px -255px;
}

#navbar.nav-flex.layout3.layout3-alt #nav-hamburger-menu:focus {
    border-radius: 0;
    padding: 7px 8px 7px 8px;
}

#navbar.nav-flex.layout3.layout3-alt #nav-hamburger-menu:active,
#navbar.nav-flex.layout3.layout3-alt #nav-hamburger-menu:hover {
    border: 1px solid;
    border-radius: 2px;
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 7px 8px 7px 8px;
}

.using-mouse#navbar.nav-flex.layout3.layout3-alt #nav-hamburger-menu:focus {
    border: 1px solid;
    border-radius: 2px;
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 7px 8px 7px 8px;
}

@media (min-width: 1700px) {
    #navbar.nav-flex.layout3.layout3-alt #nav-hamburger-menu {
        margin-right: 3px;
    }
}

#rhf .rhf-frame {
    display: none;
    /* min-width: 940px; */
    position: relative;
}

#rhf .rhf-border {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 20px;
}

#rhf .rhf-header {
    color: #444;
    font-weight: 400;
    padding: 10px 10px 3px 10px;
    white-space: nowrap;
}

#rhf .rhf-header {
    font-size: 20px;
    text-align: left;
    display: inline-block;
}

#rhf #rhf-shoveler {
    color: #000;
    padding: 10px;
}

#rhf .rhf-footer {
    padding-bottom: 14px;
}

#rhf .rvi-container-v2 {
    height: 150px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}

#rhf .rvi-container-v2 .rvi-item {
    width: 120px;
}

#rhf .rvi-container-v2 .rvi-item span {
    margin: 0;
}

#rhf .rvi-container {
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}

#rhf .rhf-border a {
    text-decoration: none;
}

#rhf .rhf-sign-in-button {
    color: #000;
    font-size: 13px;
}

#rhf .rhf-sign-in-tooltip-new-customer {
    font-size: 11px;
}

#rhf .rhf-footer .ybh-edit {
    float: right;
    margin-top: 18px;
    padding-left: 40px;
    padding-right: 10px;
}

#rhf .ybh-edit .ybh-edit-arrow,
#rhf .ybh-edit .ybh-edit-link {
    display: inline-block;
    font-weight: 700;
    line-height: 11px;
    vertical-align: top;
}

#rhf .ybh-edit .ybh-edit-arrow {
    color: #0066c0;
    font-size: 11px;
    margin-top: -2px;
    padding-right: 8px;
}

#rhf .ybh-edit .ybh-edit-link {
    font-size: 10px;
    width: 80px;
}

#rhf .ybh-inline-edit-link {
    margin-left: 15px;
}

#rhf .rhf-sign-in-button-box {
    float: right;
    border-left: 1px solid #ddd;
    margin-right: -30px;
    text-align: center;
    white-space: nowrap;
}

#rhf .rhf-sign-in-button {
    border: 0;
    line-height: 15px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

#rhf .rhf-sign-in-button .action-button,
#rhf .rhf-sign-in-button a.action-button:active,
#rhf .rhf-sign-in-button a.action-button:hover,
#rhf .rhf-sign-in-button a.action-button:link {
    max-width: 230px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 230px;
    display: block;
    background-position: -10px -170px;
    background-image: url("../images/S/sash/vfqcwUkuArEiwD2.png");
}

#rhf .rhf-sign-in-button .action-inner,
#rhf a.action-button:active .action-inner,
#rhf a.action-button:hover .action-inner,
#rhf a.action-button:link .action-inner,
#rhf a.action-button:visited .action-inner {
    cursor: pointer;
    background-position: right -170px;
    display: block;
    height: 28px;
    position: relative;
    color: #000;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffe093;
}

#rhf .rvi-container .no-rvi-message {
    color: #000;
    float: left;
    font-size: 13px;
    font-style: italic;
}

#rhf .rhf-divider-no-gradient {
    border-top: 1px solid #ddd;
    height: 17px;
}

.icp-color-base {
    color: #111;
}

#navFooter .icp-container-desktop :active span,
#navFooter .icp-container-desktop :hover span {
    text-decoration: none;
}

#navFooter .icp-container-desktop :active .icp-color-base,
#navFooter .icp-container-desktop :hover .icp-color-base {
    color: #111;
}

.icp-container-desktop .icp-button:active,
.icp-container-desktop .icp-button:focus,
.icp-container-desktop .icp-button:hover {
    border-color: #8d9096;
}

#navFooter .icp-button:active {
    box-shadow: 0 1px 3px 0 #8d9096 inset;
}

#navFooter.navLeftFooter .icp-color-base {
    color: #ccc;
}

#navFooter.navLeftFooter .icp-container-desktop :active .icp-color-base,
#navFooter.navLeftFooter .icp-container-desktop :hover .icp-color-base {
    color: #ccc;
}

.icp-nav-link-inner {
    padding-right: 11px;
    margin-left: -16px;
    display: inline-block;
}

.icp-nav-globe-img-2 {
    position: relative;
    top: 15px;
    left: 24px;
    background: url("../images/S/sash/rzrQQdi0aRm6Dap.png");
    background-position: -77px -24px;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.icp-nav-link-inner .nav-arrow {
    position: relative;
    left: 38px;
}

.icp-nav-link-inner .nav-line-2 {
    position: relative;
    left: -7px;
}

.icp-button-globe-2 {
    width: 15px;
    height: 15px;
    background-position: -76px -51px;
    top: 2px;
    left: 0;
}

.navLeftFooter .icp-button-globe-2 {
    background-position: -77px -24px;
}

.icp-nav-flag {
    width: 24px;
    position: relative;
    display: inline-block;
    height: 18px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 3px;
    background-image: url("../images/S/sash/rzrQQdi0aRm6Dap.png");
}

.icp-nav-flag.icp-nav-flag-in {
    background-position: 0 -166px;
}

.nav-arrow.icp-up-down-arrow {
    background: url("../images/S/sash/rzrQQdi0aRm6Dap.png");
    width: 12px;
    height: 12px;
    background-position: -77px -80px;
    position: relative;
    left: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2 / 1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .icp-nav-flag,
    .icp-nav-globe-img-2,
    .nav-arrow.icp-up-down-arrow {
        background-image: url("../images/S/sash/i9a5ctVWFTutHRA.png");
        background-size: 142px 295px;
    }
}

.icp-container-desktop * {
    box-sizing: border-box;
}

span.icp-container-desktop {
    vertical-align: top;
    margin: 18px auto 0;
    margin-left: 70px;
}

.icp-container-desktop .icp-button {
    display: inline-block !important;
    border: 1px solid #848688;
    border-radius: 3px;
    padding: 6px 18px 6px 8px;
    font-size: 13px;
    margin-right: 4px;
}

#nav-flyout-abAcquisition {
    height: 298px;
    width: 512px;
    padding: 7px 12px 12px 12px;
    border: 0;
    margin: 0;
}

#nav-flyout-abActivation {
    height: 249px;
    width: 281px;
    padding: 13px 13px 14px 14px;
    border: 0;
    margin: 0;
}

#nav-flyout-abAccountLink {
    height: auto;
    width: auto;
    padding: 13px 13px 14px 14px;
    border: 0;
    margin: 0;
}

/*! CSS Used from: Embedded */

#gw-desktop-herotator,
#gw-desktop-herotator .a-carousel-viewport {
    height: 300px;
}

#gw-desktop-herotator.tall {
    z-index: 0;
}

#gw-desktop-herotator.tall,
#gw-desktop-herotator.tall .a-carousel-controls {
    max-height: 230px;
}

#gw-desktop-herotator.tall .a-carousel-viewport {
    height: auto !important;
}

#gw-desktop-herotator.tall .a-carousel-left,
#gw-desktop-herotator.tall .a-carousel-right {
    max-height: 250px;
}

#gw-desktop-herotator.tall .a-carousel-viewport::before {
    background: linear-gradient(-180deg, rgba(234, 237, 237, 0), #eaeded);
    bottom: 0;
    content: "";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED',GradientType=0)";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 250px;
    z-index: 1;
}

#gw-desktop-herotator.tall .a-carousel-container {
    overflow: visible;
}

/*! CSS Used from: https://images-eu.ssl-images-amazon.com/images/I/41+TK5t2dVL.css?AUIClients/AmazonGatewayAuiAssets&/3eJPhjR#224544-T1 */

.gw-spinner {
    background: url("../images/S/sash/ZUrWp0pf42vcaeo.gif")
        50% 50% no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
}

.gw-loading-stripe {
    background: url("../images/S/sash/sHjosC8mtVdCbEZ.gif")
        no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 900px;
    height: 3px;
}

.gw-icon {
    background-size: 132px 235px;
}

#pageContent {
    background: #eaeded;
    margin: 0 auto;
    max-width: none;
    /* min-width: 1000px; */
    overflow: hidden;
    padding: 0px 20px;
}

#gw-content-grid hr {
    height: 20px;
    border: none;
    margin: 0;
}

/* #gw-layout {
    padding: 0 10px 0;
} */

#gw-card-layout {
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0;
}

#gw-card-layout > .gw-col {
    max-width: 470px;
}

#gw-card-layout hr {
    border: none;
    margin: 0;
}

.gw-card-layout[data-flow-dir="h"] > .gw-col {
    height: 420px;
}

#main-content {
    margin: 0 10px;
}

#gw-content-grid {
    max-width: 1366px;
    margin: 0 auto;
}

@media (max-width: 1239px) {
    #gw-card-layout,
    #gw-content-grid {
        max-width: 1219px;
    }
}

#desktop-grid-1-D1 {
    height: 220px;
    max-height: 220px;
    min-height: 220px;
}

#desktop-grid-1-D2 {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
}

#desktop-ad-center-1 {
    height: 250px !important;
}

.gw-col .center-image {
    text-align: center;
}

#desktop-banner {
    max-width: 1366px;
    margin: 0 auto;
}

#desktop-banner,
.desktop-row {
    width: 100%;
    margin-top: -5px;
}

.desktop-row {
    background: #fff;
}

#main-content.gw-card-layout {
    margin: 0;
    overflow: hidden;
}

.gw-card-layout .desktop-row {
    margin-bottom: 0;
    background: 0 0;
}

.gw-card-layout .desktop-row > div {
    background: #fff;
}

.gw-card-layout .ad-center {
    background: 0 0;
}

.gwCurrencyINR {
    color: #444;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAYAAAAiYZ4HAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB1WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOkNvbXByZXNzaW9uPjE8L3RpZmY6Q29tcHJlc3Npb24+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlBob3RvbWV0cmljSW50ZXJwcmV0YXRpb24+MjwvdGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KAtiABQAAAQ5JREFUKBVjYCARMILU9/b2/p86aTJBravWrmEAa3j8+NH/ly9fgTXcv/eYYeq0iQyP7j8A85tamhk0NDXBbBMTE7B6MAeZABmgJK8Axmlpaf+R5Sh3Esy0kpISsLOMjI0YKqqqwMJa2loMLCCWrKwcittWr1r/H+YHS2trBmS3gxV++/7t/7Wr1xg+fPjAsGf3boZVK1aCTQyLCGfo6OxEMQws8e7d+/8hQUFwj4LYIFvAkriIGzdu/NfW1gZr2rNnD37FMENApoKCE6QRFLQwcbx0a0sLWBPIWXgVIkvC/FNRXk6cJpBzYP4h6HmYTWfOnIH7BxQgMHFwxME4yDQoskChdfHiRYbLl67DpQCuoZHobQGsRAAAAABJRU5ErkJggg==)
        center center no-repeat;
    display: inline-block;
    width: 10px;
    padding-left: 10px;
    padding-top: 2px;
    text-indent: -10000px;
}

#main-content .feed-carousel .feed-scrollbar-track {
    height: 0;
}

#ape_Gateway_right-2_desktop_placement {
    margin: 0 auto;
}

#navFooter {
    margin-top: 0;
}

.gw-icon {
    background-image: url("../images/S/sash/x6ok$LYiGGUKJXl.png");
}

.a-hires .gw-icon {
    background-image: url("../images/S/sash/g3Ux380Nnt6-OWJ.png");
}

div.feed-carousel {
    width: 100%;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden;
}

.feed-carousel .feed-carousel-viewport {
    width: 100%;
    min-height: 220px;
    _height: 220px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.feed-carousel .feed-carousel-card {
    vertical-align: top;
    min-height: 200px;
    _height: 200px;
}

.feed-carousel .feed-carousel-card .a-list-item {
    text-align: center;
    position: relative;
    display: inline-block;
    min-width: 145px;
}

.feed-carousel .feed-carousel-shelf {
    display: inline-block;
    position: relative;
    left: 0;
    margin: 0 0 14px;
    padding: 0;
}

.feed-carousel .spinner {
    display: none;
    background-color: #fff;
    position: absolute;
    line-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 50px;
}

.feed-carousel .feed-carousel-control {
    position: absolute;
    top: 55px;
    background-color: #fff;
    height: 100px;
    line-height: 100px;
    width: 45px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    display: none;
}

.feed-carousel .feed-control-disabled {
    opacity: 0.5;
}

.feed-carousel .feed-left {
    left: 0;
    border-radius: 0 3px 3px 0;
    clip: rect(-10px, 55px, 110px, 0);
    padding-right: 5px;
}

.feed-carousel .feed-right {
    right: 0;
    border-radius: 3px 0 0 3px;
    clip: rect(-10px, 45px, 110px, -10px);
    padding-left: 5px;
}

.feed-carousel .feed-right .feed-arrow {
    background-position: 0 0;
}

.feed-carousel .feed-left .feed-arrow {
    background-position: -14px 0;
}

.feed-carousel .feed-right:hover .feed-arrow {
    background-position: 0 -23px;
}

.feed-carousel .feed-left:hover .feed-arrow {
    background-position: -14px -23px;
}

.feed-carousel .feed-arrow {
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    position: relative;
    top: 50%;
    height: 22px;
    width: 13px;
    margin-top: -11px;
}

.feed-carousel .feed-scrollbar {
    display: block;
    position: absolute;
    height: 6px;
    bottom: 0;
    left: 0;
    width: 100%;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    font-size: 0;
}

.desktop-row:hover .feed-scrollbar-track {
    height: 2px;
}

.feed-carousel .feed-scrollbar-track {
    display: block;
    background-color: #eee;
    height: 1px;
    border-radius: 4px;
    width: 100%;
    position: relative;
    top: 2px;
    margin: 0;
}

.feed-carousel .feed-scrollbar-thumb {
    display: none;
    background-color: #aaa;
    height: 6px;
    border-radius: 6px;
    width: 0;
    position: absolute;
    top: -2px;
    left: 0;
    margin: 0;
    cursor: pointer;
}

.feed-carousel .feed-scrollbar-thumb:hover {
    background-color: #888;
}

.fresh-shoveler {
    padding: 0px 24px 24px;
}

.fresh-shoveler .as-title-block {
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 25px;
    padding-bottom: 5px;
    margin: -2px 0 0;
    padding-top: 10px;
}

.fresh-shoveler .as-title-block .a-color-base {
    color: #444 !important;
}

.fresh-shoveler .as-title-block-left {
    display: block;
    width: auto;
    float: left;
    font-size: 21px;
    line-height: 1.5 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    padding-bottom: 0;
}

.fresh-shoveler .as-title-block-right {
    display: block;
    width: auto;
    float: left;
    text-align: right;
    font-size: 14px;
    /* vertical-align: middle; */
    padding-left: 15px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fresh-shoveler .as-title-block-rights {
    display: block;
    width: auto;
    float: right;
    text-align: right;
    font-size: 14px;
    /* vertical-align: middle; */
    padding-left: 15px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-offer-time {
    list-style: none;
    margin: 0;
}

.show-offer-time li {
    display: inline-flex;
}

.show-offer-time .time-limit {
    background-color: #e2ece8;
    padding: 0px 5px;
    border: 4px solid #9292e1;
}

.fresh-shoveler .feed-carousel-card {
    text-align: center;
    min-width: 145px;
    max-width: 270px;
    max-height: 200px;
    overflow: hidden;
    margin: 0 10px 0 0;
    position: relative;
}

.fresh-shoveler .feed-carousel .feed-carousel-card .product-image {
    width: auto;
    height: auto;
    max-width: 270px;
    max-height: 200px;
    vertical-align: middle;
}

.fresh-shoveler .feed-carousel .feed-carousel-card {
    display: none;
}

.fresh-shoveler .feed-carousel .feed-carousel-card:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    min-height: inherit;
}

#gw-quick-look-btn {
    display: none;
}

.cropped-image-map-size {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.cropped-image-map-center-alignment {
    text-align: center;
    position: absolute;
    top: 0;
    right: -200%;
    bottom: 0;
    left: -200%;
}

.cropped-image-map-size img {
    max-width: none;
}

.deals-shoveler.fresh-shoveler {
    background: #fff;
}

.deals-shoveler.fresh-shoveler .feed-carousel .feed-carousel-card::before {
    vertical-align: top;
}

.deals-shoveler .feed-carousel-card {
    min-height: 275px;
    min-width: 165px;
}

.deals-shoveler .deals-shoveler-card {
    height: 200px;
}

.deals-shoveler .deals-shoveler-card::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    min-height: inherit;
}

.deals-shoveler .deals-shoveler-card-image {
    display: inline-block;
}

.deals-shoveler .dealPrice {
    font-weight: 400;
    color: #000;
}

.deals-shoveler .dealListPrice {
    font-weight: lighter;
    color: #879596;
}

.deals-shoveler .gw-clock {
    font-size: 13px;
    color: #879596;
    font-weight: 400;
}

.deals-shoveler .deals-shoveler-card-bottom {
    text-align: left;
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
}

.deals-shoveler .feed-carousel .feed-carousel-shelf {
    margin: 0 0 24px;
}

.shogun-widget.deals-shoveler .deals-shoveler-card .dealListPrice {
    position: relative;
    bottom: 2px;
}

/*! CSS Used from: Embedded */

.gw-card-layout .a-cardui {
    background: #fff;
    height: 100%;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-top: 20px;
}

.gw-card-layout .a-cardui .a-cardui-header {
    padding: 0 20px;
    margin-bottom: 10px;
}

.gw-card-layout .a-cardui .a-cardui-footer {
    padding: 0 20px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.gw-card-layout .a-cardui .a-cardui-body {
    padding: 0 20px 56px 20px;
    margin-bottom: 0;
}

.gw-card-layout .a-cardui .a-cardui-body:last-child {
    padding-bottom: 20px;
}

.gw-card-layout {
    font-size: 13px !important;
    line-height: 19px !important;
}

.gw-card-layout .a-size-base {
    font-size: 13px !important;
    line-height: 19px !important;
}

.gw-card-layout .a-size-small {
    font-size: 12px !important;
    line-height: 18px !important;
}

.gw-card-layout .a-size-medium {
    font-size: 17px !important;
    line-height: 21.34px !important;
}

.gw-card-layout h2 {
    font-size: 21px !important;
    line-height: 27.3px !important;
}

.truncate-1line,
.truncate-2line {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.truncate-1line {
    white-space: nowrap;
}

.truncate-2line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 38px;
}

h2.truncate-2line {
    max-height: 54.6px;
}

.gw-card-layout[data-flow-dir="h"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.gw-card-layout[data-flow-dir="h"] > .gw-col {
    height: 420px;
    min-height: 420px;
    -webkit-flex: 1 0 290px;
    flex: 1 0 290px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 290px;
}

.gw-card-layout[data-flow-dir="h"] .card-flow-row-break {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
}

.gw-card-layout[data-flow-dir="h"] > .gw-col[data-col-span-ws="4"] {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
}

.gw-card-layout[data-flow-dir="h"] .gw-card-layout[data-flow-dir="v"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-top: -10px;
    margin-bottom: -10px;
}

.gw-card-layout[data-flow-dir="v"] > .gw-row {
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gw-card-layout [data-order-ws="1"] {
    -webkit-order: 1;
    order: 1;
}

.gw-card-layout [data-order-ws="2"] {
    -webkit-order: 2;
    order: 2;
}

.gw-card-layout [data-order-ws="3"] {
    -webkit-order: 3;
    order: 3;
}

.gw-card-layout [data-order-ws="4"] {
    -webkit-order: 4;
    order: 4;
}

.gw-card-layout [data-order-ws="5"] {
    -webkit-order: 5;
    order: 5;
}

.gw-card-layout [data-order-ws="6"] {
    -webkit-order: 6;
    order: 6;
}

.gw-card-layout [data-order-ws="7"] {
    -webkit-order: 7;
    order: 7;
}

.gw-card-layout [data-order-ws="8"] {
    -webkit-order: 8;
    order: 8;
}

.gw-card-layout [data-order-ws="9"] {
    -webkit-order: 9;
    order: 9;
}

.gw-card-layout [data-order-ws="10"] {
    -webkit-order: 10;
    order: 10;
}

.gw-card-layout [data-order-ws="11"] {
    -webkit-order: 11;
    order: 11;
}

.gw-card-layout [data-order-ws="12"] {
    -webkit-order: 12;
    order: 12;
}

.gw-card-layout [data-order-ws="13"] {
    -webkit-order: 13;
    order: 13;
}

.gw-card-layout .gw-col.gw-fixed-col {
    min-width: 320px;
}

@media (min-width: 1240px) {
    .gw-card-layout > hr:last-of-type {
        display: none;
    }
}

@media (max-width: 1239px) {
    .gw-card-layout[data-flow-dir="h"] > .gw-col {
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        min-width: 33.33333%;
    }
    .gw-card-layout[data-flow-dir="h"] > .gw-col[data-col-span-sm="3"] {
        -webkit-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .gw-card-layout [data-order-sm="1"] {
        -webkit-order: 1;
        order: 1;
    }
    .gw-card-layout [data-order-sm="2"] {
        -webkit-order: 2;
        order: 2;
    }
    .gw-card-layout [data-order-sm="3"] {
        -webkit-order: 3;
        order: 3;
    }
    .gw-card-layout [data-order-sm="4"] {
        -webkit-order: 4;
        order: 4;
    }
    .gw-card-layout [data-order-sm="7"] {
        -webkit-order: 7;
        order: 7;
    }
    .gw-card-layout [data-order-sm="8"] {
        -webkit-order: 8;
        order: 8;
    }
    .gw-card-layout [data-order-sm="9"] {
        -webkit-order: 9;
        order: 9;
    }
    .gw-card-layout [data-order-sm="10"] {
        -webkit-order: 10;
        order: 10;
    }
    .gw-card-layout [data-order-sm="11"] {
        -webkit-order: 11;
        order: 11;
    }
    .gw-card-layout [data-order-sm="12"] {
        -webkit-order: 12;
        order: 12;
    }
    .gw-card-layout [data-order-sm="13"] {
        -webkit-order: 13;
        order: 13;
    }
    .gw-card-layout .gw-col.gw-fixed-col {
        min-width: none;
    }
}

.gw-card-layout[data-flow-dir="h"] > .card-flow-row-break {
    height: 20px;
    margin: 0;
    border: none;
}

.gw-card-layout[data-flow-dir="h"] > [data-display-at] {
    display: none;
}

.gw-card-layout[data-flow-dir="h"] > [data-display-at*="ws"] {
    display: block;
}

.gw-card-layout[data-flow-dir="h"][data-grid-breakpoint="ws"]
    > [data-hide-at-ws] {
    display: none !important;
}

.gw-card-layout[data-flow-dir="h"] .gw-auto-height {
    height: auto !important;
    min-height: 0 !important;
}

@media (max-width: 1239px) {
    .gw-card-layout[data-flow-dir="h"] {
        min-width: 919px;
    }
    .gw-card-layout[data-flow-dir="h"] > [data-display-at] {
        display: none;
    }
    .gw-card-layout[data-flow-dir="h"] > [data-display-at*="sm"] {
        display: block;
    }
}

/*! CSS Used from: Embedded */

#navbar .nav-sprite {
    background-image: url(/web/20211125141146im_/http://2ezze.com/css/assets/img/site_logo.png);
    background-size: 350px;
}

/*! CSS Used from: Embedded */

div.navFooterLine {
    white-space: normal;
}

div.navFooterColHead {
    white-space: normal;
}

/*! CSS Used from: Embedded */

.fluid-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fluid-card.a-cardui .a-cardui-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 275px;
    margin-bottom: 44px;
    padding: 0 20px;
}

.fluid-quad-image-label .image-label {
    height: 36px;
}

.fluid-quad-image-label .image-redirect {
    height: 100%;
}

.fluid-quad-image-label .grid-row-1 {
    margin-bottom: 6px;
}

.fluid-quad-image-label .grid-row-1,
.fluid-quad-image-label .grid-row-2 {
    height: 50%;
    overflow: hidden;
}

.fluid-quad-image-label .quadrant-container {
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0 0 36px;
    position: relative;
    width: 47.5%;
}

.fluid-quad-image-label .quadrant-container-1 {
    float: right;
}

.fluid-image-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fluid-image-container img {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    position: absolute;
    right: -9999px;
    top: -9999px;
}

.fluid-image-container .landscape-image {
    height: 100%;
    max-height: 100%;
    max-width: none;
}

/*! CSS Used from: Embedded */

.a-cardui.fluid-fat-image-link .a-cardui-body .center-image {
    height: 100%;
    width: 100%;
}

.fluid-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fluid-card.a-cardui .a-cardui-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 275px;
    margin-bottom: 44px;
    padding: 0 20px;
}

.fluid-image-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fluid-image-container img {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    position: absolute;
    right: -9999px;
    top: -9999px;
}

.fluid-image-container .landscape-image {
    height: 100%;
    max-height: 100%;
    max-width: none;
}

/*! CSS Used from: Embedded */

#ape_Gateway_right-2_desktop_placement {
    line-height: 1;
}

#ape_Gateway_right-2_desktop_placement div {
    margin: 0 auto !important;
    width: 100% !important;
    top: 1px !important;
}

#ape_Gateway_right-2_desktop_placement > div > a {
    top: 0 !important;
}

/*! CSS Used from: Embedded */

._p13n-desktop-carousel_bestsellerStyles_p13n-best-seller-badge__3hEN7 {
    background-color: #c45500 !important;
    font-size: 12px;
    margin-right: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}

._p13n-desktop-carousel_bestsellerStyles_p13n-best-seller-badge__3hEN7:before {
    border-bottom-color: #c45500 !important;
}

._p13n-desktop-carousel_bestsellerStyles_p13n-best-seller-badge__3hEN7:after {
    border-top-color: #c45500 !important;
}

._p13n-desktop-carousel_truncationStyles_p13n-sc-css-line-clamp-5__1Hi04 {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

._p13n-desktop-carousel_truncationStyles_p13n-sc-css-line-clamp-6__3fNYL {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

/*! CSS Used from: Embedded */

#icp-touch-link-language {
    display: none;
}

/*! CSS Used fontfaces */

@font-face {
    font-family: "Amazon Ember";
    font-weight: 200;
    src: url("../images/S/sash/Dv1WQ5DdeMS5qP7.woff2")
            format("woff2"),
        url("../images/S/sash/e0LnMbFWJC-TMQz.woff")
            format("woff");
}

/* input,
textarea {
    background-color: #f3e5f5;
    border-radius: 50px !important;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #cc06e8 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400;
} */

.custom-select {
    border: 1px solid #cc06e8 !important;
}

.signup-section label {
    margin-top: 5px;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #d500f9 !important;
    outline-width: 0;
    font-weight: 400;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.card {
    border-radius: 0;
    border: none;
    padding: 7px;
}

.card1 {
    width: 50%;
    padding: 40px 30px 10px 30px;
}

.card2 {
    width: 50%;
    background-image: linear-gradient(to right, #ffd54f, #d500f9);
}

::placeholder {
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000 !important;
}

::-ms-input-placeholder {
    color: #000 !important;
}

.form-control-label {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 15px;
}

.msg-info {
    padding-left: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.btn-color {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right, #ffd54f, #d500f9);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px;
}

.btn-color:hover {
    color: #fff;
    background-image: linear-gradient(to right, #d500f9, #ffd54f);
}

.btn-white {
    border-radius: 50px;
    color: #d500f9;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #d500f9 !important;
}

.btn-white:hover {
    color: #fff;
    background-image: linear-gradient(to right, #ffd54f, #d500f9);
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

.bottom {
    width: 100%;
    margin-top: -50px !important;
}

.sm-text {
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .card1 {
        width: 100%;
        padding: 40px 30px 10px 30px;
    }
    .card2 {
        width: 100%;
    }
    .right {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 10px !important;
    }
    .card2 {
        padding: 50px;
    }
    .right {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 360px) {
    .card1 {
        margin-top: 54px;
    }
}

.close-btn {
    text-align: right;
}

.mt-n-40 {
    margin-top: -40px;
}

.number-design {
    margin: 0;
    text-align: center;
    width: 100%;
    margin-left: -4px;
}

.margin-label {
    margin-left: 3px;
}

.number-design .topbar-link {
    background: #f6f6f6;
    padding: 10px;
}

.topbar-link img {
    /* top: 5px; */
    position: relative;
}

.w-97 {
    width: 97%;
    display: inline-block;
}

.no-list li {
    list-style-type: none;
}

.m-t-n-20 {
    margin-top: -20px;
}

.m-t-n-25 {
    margin-top: -25px;
}

::placeholder {
    color: black !important;
    opacity: 0.6 !important;
    font-size: 14px;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    opacity: 0.6 !important;
    font-size: 14px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
    opacity: 0.6 !important;
    font-size: 14px;
}

.w-6 {
    width: 6%;
}

.font-11 {
    font-size: 11px;
}

.d-inline-block {
    display: inline-block !important;
}

.lang-btn {
    padding: 7px;
    border: 0px;
    border-radius: 0px;
    margin-left: 7px;
    background: #f6f6f6;
}

.w-40 {
    width: 40%;
}

.social-icon-design {
    border: 1px solid #007185;
    padding: 2px;
    font-size: 20px;
    border-radius: 50%;
    padding-left: 10px;
    padding-right: 10px;
    background: floralwhite;
    margin-left: 10px;
}

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn:before {
    top: 90%;
    left: -110%;
}

.social-btns .btn .fa {
    transform: scale(0.8);
}

.social-btns .btn.facebook:before {
    background-color: #3b5998;
}

.social-btns .btn.facebook .fa {
    color: #3b5998;
}

.social-btns .btn.twitter:before {
    background-color: #3cf;
}

.social-btns .btn.twitter .fa {
    color: #3cf;
}

.social-btns .btn.google:before {
    background-color: #dc4a38;
}

.social-btns .btn.google .fa {
    color: #dc4a38;
}

.social-btns .btn.dribbble:before {
    background-color: #f26798;
}

.social-btns .btn.dribbble .fa {
    color: #f26798;
}

.social-btns .btn.skype:before {
    background-color: #00aff0;
}

.social-btns .btn.skype .fa {
    color: #00aff0;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
    top: -10%;
    left: -10%;
}

.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
    color: #fff;
    transform: scale(1);
}

.social-btns {
    height: 90px;
    margin: auto;
    font-size: 0;
    text-align: center;
    /* position: absolute; */
    top: 36px;
    bottom: 0;
    left: 30px;
    right: 0;
}

.social-btns .btn {
    display: inline-block;
    background-color: #fff;
    width: 55px;
    height: 55px;
    line-height: 42px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0px 3px 28px -7px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 0px 3px 28px -7px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 3px 28px -7px rgba(0, 0, 0, 0.57);
    opacity: 0.99;
    padding: 9px;
}

.social-btns .btn:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
}

.social-btns .btn .fa {
    font-size: 38px;
    vertical-align: middle;
}

.ml-15 {
    margin-left: 15px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.card2 {
    height: 295px;
    border-radius: 15px;
}

.below-image-1 {
    position: absolute;
    right: 0px;
    bottom: 78px;
    display: none;
}

#register-page {
    display: none;
}

.wd-40 {
    width: 40%;
}

.social-register {
    margin: auto;
    font-size: 0;
    text-align: center;
    top: 36px;
    bottom: 0;
    left: 30px;
    right: 0;
    width: 60%;
    margin-left: -60px;
    margin-top: -15px;
    height: auto;
}

.top-search input {
    width: 140%;
}

.slick-prev,
.slick-next {
    position: absolute;
}

.dealsoftheday {
    overflow: hidden;
}

.dealsoftheday img {
    height: 150px;
}

.prev_arrow {
    position: absolute;
    width: 30px !important;
    height: 50px !important;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    left: 0;
    top: 40%;
    margin-right: unset !important;
    margin-left: unset !important;
    z-index: 999 !important;
    color: #000 !important;
    background-color: #fff !important;
}

.next_arrow {
    position: absolute;
    width: 30px !important;
    height: 50px !important;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    margin-right: unset !important;
    right: 0;
    top: 40%;
    z-index: 999 !important;
    color: #000 !important;
    background-color: #fff !important;
}

.prev_arrow i {
    font-size: 35px;
    margin-top: 7px;
}

.next_arrow i {
    font-size: 35px;
    margin-top: 7px;
}

.equal {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 20px;
}
.card-header-Title {
    font-size: 21px;
    margin: 10px;
    line-height: 28px;
}

.product-image-wrapper {
    padding-left: 5px;
}

.text-right {
    margin-top: -4px;
    margin-left: -10px;
}

.deals-border {
    border-radius: 20px;
    border: 3px solid rgba(0, 0, 0, 0.07);
    padding: 3px;
    margin: 5px;
    transition: all 0.5s ease 0s;
}

.our-services img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.center-text {
    text-align: center;
}

.brand img {
    width: 100%;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.brand .item {
    padding: 10px;
    box-shadow: unset !important;
    border: unset !important;
}

.brand .item:hover {
    background: unset !important;
    box-shadow: unset !important;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}

.product-image-wrapper {
    /* background-color: #7fb99e; */
    margin-bottom: 5px;
}

/* newslater */

.newsletter {
    width: 100%;
    background-color: #23aae1;
    padding: 38px 160px;
    margin-bottom: 25px;
}
.newsletter-title {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 600;
    color: white;
}
.newsletter-subtitle {
    font-size: 16px;
    color: white;
    margin-bottom: 30px;
}

.newslatter .row {
    width: 100%;
}

.newletter-search .form-outline {
    width: 67% !important;
}

.newletter-search .form-outline input {
    border: 1px solid #fff !important;
    border-radius: unset !important;
}

.newletter-search .btn-primary {
    height: 38px !important;
    color: #fff !important;
    font-size: 16px;
    padding: 5px 18px;
    box-shadow: 8px 6px 12px -6px rgb(0 0 0 / 40%);
}

.securedpaygateway {
    background-color: white;
    padding: 25px 20px;
}

.securedpay-txt {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #228df5;
}

.news-lat-icon {
    position: absolute;
    margin-top: 7px;
    color: white;
}

.news-lat-text {
    position: absolute;
    margin-left: 36px;
    margin-top: 13px;
    color: white;
    font-size: 16px;
}

.news-lat-text2 {
    position: absolute;
    margin-top: 13px;
    color: white;
}
@media (max-width: 768px) {
    .newsletter-title {
        line-height: normal;
    }
    .newsletter-subtitle {
        line-height: normal;
    }
}
@media (max-width: 576px) {
    .newsletter {
        padding: 38px 38px;
    }
    .newsletter-title {
        font-size: 22px;
        line-height: 24px;
    }
    .newsletter-subtitle {
        font-size: 11px;
    }
    .newletter-search {
        margin-left: 0px;
    }

    .newletter-search .input-group {
        margin-left: 0px;
        margin-top: 0px;
    }
    .newletter-search .form-outline {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .news-lat-text {
        margin-left: 30px;
    }
    .news-lat-text2 {
        position: absolute;
        margin-top: 30px;
        margin-left: 20px;
    }
    .securedpay-txt {
        font-size: 18px;
    }
}

/* @media (min-width: 375px) {
    .newletter-search {
        margin-left: 0px;
    }
} */

/* Taxi service */

.taxi-tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.taxi-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.taxi-tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.taxi-tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.taxi-tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.taxi-service {
    padding: 30px;
}
.taxi-container {
    background-color: #f2f1f1;
}

.taxi-service-container {
    padding: 24px;
}
.taxi-destination {
    background-color: white;
    width: 100%;
    height: 610px;
    border-radius: 20px;
    padding: 20px;
}
.taxi-destination-info {
    background-color: blue;
    height: 140px;
    border-radius: 20px;
    opacity: 70%;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}
.taxi-destination-info i {
    font-size: 24px;
    color: white;
    position: absolute;
    top: 8px;
}
.taxi-info-space {
    margin-bottom: 18px;
}
.taxi-title {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #dbd6d6;
}
.taxi-subtitle {
    font-size: 17px;
    color: white;
}
.taxi-target-icon {
    background-color: white;
    width: 30px;
    height: 30px;
    margin-left: 68px;
    border-radius: 10px;
    margin-top: 5px;
}
.taxi-target-icon i {
    color: grey;
    font-size: 18px;
    padding-left: 7px;
    padding-top: 6px;
    position: absolute;
    top: 5px;
}
.taxi-destination img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.taxi-detail {
    background-color: #10264f;
    width: 100%;
    height: 450px;
    border-radius: 20px;
    padding: 20px;
}
.taxi-detail-img {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}
.taxi-detail-img img {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
    background-color: white;
}
.taxi-detail-name {
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
}
.taxi-detail-price {
    font-size: 16px;
    color: #84af68;
    margin-bottom: 10px;
}
.taxi-detail-desti {
    font-size: 15px;
    font-weight: 600;
    color: #959fa6;
}
.taxi-line {
    margin: 20px 0px;
}
.taxi-line-rental {
    margin: 15px 0px;
}
.taxi-pay i {
    color: white;
    font-size: 14px;
    margin-right: 5px;
}
.taxi-pay span {
    font-size: 13px;
    color: white;
}
.taxi-pay {
    margin-bottom: 10px;
}
.taxi-btn span {
    font-size: 15px;
    color: #8994a2;
    margin-right: 5px;
}
/* .taxi-btn button {
    background: transparent;
    border: 2px solid #dead50;
    color: #dead50;
    padding: 5px;
    font-weight: 600;
}
.taxi-btn button:hover {
    border: 2px solid #bf9545;
    background-color: #dead50;
    color: white;
} */
.taxi-service-btn {
    background: transparent;
    border: 2px solid #dead50;
    color: #dead50;
    padding: 5px;
    font-weight: 600;
}
.taxi-service-btn:hover {
    border: 2px solid #bf9545;
    background-color: #dead50;
    color: white;
}
.taxi-package {
    border: none;
    background: transparent;
    padding: 5px;
}
.taxi-package:hover {
    color: blueviolet;
}

.taxi-more i {
    font-size: 16px;
    color: white;
}
.taxi-more span {
    font-size: 14px;
    color: white;
}
.taxi-book label {
    color: white;
    padding-top: 4px;
}

.taxi-advbooking span {
    font-size: 14px;
    margin-top: 3px;
    color: white;
}
.taxi-passenger-num {
    background-color: #e0e1dd;
    width: 36px;
    padding: 2px;
    margin-left: 10px;
}
.taxi-passenger-num span {
    margin-left: 6px;
    color: black;
}
.taxi-passenger-num i {
    color: #979797;
    padding-left: 1px;
}
.taxi-passenger-no {
    background-color: #e0e1dd;
    width: 50px;
    height: 26px;
}
.taxi-passenger-no span {
    margin-left: 8px;
    margin-top: 2px;
    color: black;
}
.taxi-passenger-no i {
    color: #979797;
    padding-left: 4px;
}
.taxi-rental-book button {
    font-size: 16px;
    background: #ff6e41;
    border: none;
    padding: 14px 20px;
    color: white;
    width: 100%;
    border-radius: 20px;
    margin-top: 18px;
}
.taxi-rental-adv button {
    font-size: 16px;
    background: #f7a416;
    border: none;
    padding: 14px 20px;
    color: white;
    width: 100%;
    border-radius: 20px;
    margin-top: 19px;
}
.promo-card {
    background-color: darkblue;
    border-radius: 8px;
    padding: 16px;
    color: white;
    margin-bottom: 12px;
}
.promo-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.dropdown-item i {
    color: black;
    margin-right: 17px;
}
.promo-card-btn {
    border: none;
    background: transparent;
    color: white;
    font-size: 18px;
    margin-left: 66px;
}
.promo-card-btn i {
    padding-right: 10px;
}
.taxi-specialNote textarea {
    width: 100% !important;
    height: 100px !important;
}
.bike-package-card {
    background-color: darkblue;
    padding: 16px;
    margin-bottom: 12px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
.bike-package-list i {
    font-size: 18px;
    padding-top: 13px;
    color: yellow;
}
.bike-day {
    font-size: 17px;
    margin-bottom: 10px;
    color: white;
}
.bike-day i {
    margin-right: 10px;
}
.bike-package-destination {
    font-size: 17px;
    color: yellow;
}
.bike-package-destination i {
    margin-right: 10px;
    color: orangered;
}
.bike-package-price {
    border: 2px solid orange;
    border-radius: 10px;
    margin-top: 3px;
    width: 100px;
    margin-left: 26px;
}
.bike-package-price span {
    font-size: 17px;
    color: white;
    padding: 10px;
}
.taxi-price-detail span {
    font-size: 16px;
    line-height: 28px;
}
.taxi-price-btn {
    background-color: coral;
    border: none;
    border-radius: 20px;
    padding: 8px;
    width: 100px;
    color: white;
    margin-left: 180px;
    font-size: 16px;
}
.taxi-price-card span {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.taxi-popup-img {
    width: 100px;
    height: 100px;
    margin-left: 184px;
    margin-bottom: 10px;
}
.booking-choose {
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}
.active .booking-choose:hover {
    background-color: lightgreen;
}
.ride-driver-detail {
    background-color: #10264f;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.ride-driver-img img {
    border-radius: 50%;
}
.ride-driver-name {
    font-size: 18px;
    color: white;
    margin-right: 73px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ride-driver-contact {
    width: 30px;
    height: 30px;
    background-color: grey;
    border-radius: 50%;
    margin-left: 10px;
}
.ride-driver-contact i {
    padding: 8px;
    font-size: 14px;
    color: white;
}
.driver-rate-point {
    font-size: 16px;
    color: white;
    margin-right: 10px;
}
.driver-rating {
    margin-bottom: 8px;
}
.driver-noPlate {
    font-size: 14px;
    color: lightgray;
    margin-bottom: 12px;
}
span.driver-time {
    font-size: 15px;
    color: orange;
}

.ride-detail {
    background-color: #10264f;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
}
.ride-detail-header {
    font-size: 18px;
    color: white;
    font-weight: 600;
}
.ride-detail-info {
    margin-bottom: 20px;
}
.ride-detail-btn {
    margin-bottom: 20px;
}
.ride-detail-btnList {
    background: transparent;
    border: 2px solid #dead50;
    color: #dead50;
    padding: 10px;
    font-weight: 600;
    border-radius: 10px;
}
.ride-detail-btnList:hover {
    border: 2px solid #bf9545;
    background-color: #dead50;
    color: white;
}
.ride-info {
    margin-bottom: 18px;
}
.ride-info i {
    color: white;
    padding-top: 12px;
    font-size: 20px;
}
.ride-target-icon {
    background-color: white;
    width: 30px;
    height: 30px;
    margin-left: 72px;
    border-radius: 10px;
    margin-top: 5px;
}
.ride-target-icon i {
    color: grey;
    font-size: 18px;
    padding: 6px;
}
.ride-target-icon .ride-plus {
    padding-left: 7px;
}
.ride-detail-cancel {
    font-size: 22px;
    background: #ff6e41;
    border: none;
    padding: 14px 20px;
    color: white;
    width: 100%;
    border-radius: 12px;
}
.share-ride-detail {
    background-color: #10264f;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
}
.share-ride-name {
    margin-bottom: 20px;
}
.share-ride-name i {
    color: orange;
    margin-right: 10px;
    font-size: 16px;
}
.share-ride-name span {
    color: white;
    font-size: 16px;
}
.share-ride-no i {
    color: lightblue;
    margin-right: 10px;
    font-size: 16px;
}
.share-ride-no span {
    color: white;
    font-size: 16px;
}
.share-taxi-info {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
}
.share-taxi-info:last-child {
    margin-bottom: 0;
}
.rideDetail-target-icon {
    background-color: white;
    width: 30px;
    height: 30px;
    margin-left: 95px;
    border-radius: 10px;
    margin-top: 5px;
}
.rideDetail-target-icon i {
    color: grey;
    padding: 6px;
    font-size: 18px;
}
.ride-time {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
}
.ride-total-time {
    font-size: 18px;
    color: orange;
}
.ride-detail-track {
    font-size: 20px;
    background: #ff6e41;
    border: none;
    padding: 14px 20px;
    color: white;
    width: 100%;
    border-radius: 12px;
}
.taxi-destination-driver {
    background-color: white;
    width: 100%;
    height: 455px;
    border-radius: 20px;
}
.taxi-destination-driver img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.detail-fee-container {
    width: 38%;
    background-color: lightgoldenrodyellow;
    padding: 20px;
}
.ride-fee span {
    font-size: 16px;
    margin-bottom: 17px;
}
.ride-fee-amt span {
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 600;
}
.detailFee-line {
    border-top: 2px solid black;
}
.detailFee-accept-btn {
    background-color: lightgreen;
    border: none;
    color: white;
    width: 40%;
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 18px;
}
.detailFee-reject-btn {
    background-color: orangered;
    border: none;
    width: 40%;
    border-radius: 10px;
    padding: 10px 40px;
    color: white;
    font-size: 18px;
}
.detail-fee-left {
    width: 130px;
    height: 100px;
    background-color: blue;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 30px;
    border: 2px solid orange;
}
.detail-fee-left span {
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 22px;
}
.detail-fee-img img {
    width: 120px;
    height: 120px;
}

.detail-fee-right {
    width: 130px;
    height: 100px;
    background-color: limegreen;
    border-radius: 16px;
    padding: 12px;
    border: 2px solid orange;
}
.detail-fee-right span {
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 22px;
}
.completeTrip-header {
    font-size: 18px;
    color: white;
    font-weight: 600;
    margin-top: 14px;
}
.completeTrip-subTitle {
    font-size: 16px;
    color: darkgray;
    text-align: center;
    padding: 0px 5px;
    line-height: 22px;
    margin-bottom: 20px;
}
.completeTrip-rating {
    text-align: center;
    margin-bottom: 20px;
}
.completeTrip-rating i {
    font-size: 26px;
    color: orange;
    margin-right: 10px;
}
.complete-ride-total,
.complete-ride-rating-earn {
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
/* .complete-ride-rating-earn {
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
} */
.tips-amt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tips-amt button {
    border: 1px solid lightskyblue;
    background: transparent;
    border-radius: 5px;
    padding: 10px;
    color: white;
}
.addTip-txt {
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}
.completeTrip-cmt {
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}
/* taxi-service end */

/* Expert Detail */

.main-expertDetail {
    background: #eff0f5;
}

.expertDetailBox {
    background: white;
    margin: 20px 0px 20px;
    padding: 40px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
}

.expert-detail {
    margin-bottom: 20px;
}

.expert-img {
    display: table-cell;
    padding-right: 20px;
}

.expert-img img {
    width: 128px;
    object-fit: cover;
    height: 128px;
    border-radius: 50%;
}

.expert-name {
    display: table-cell;
    vertical-align: middle;
}
.expertName {
    font-size: 24px;
    color: #4e4e4e;
    margin-bottom: 20px;
}
.expertTitle {
    font-size: 18px;
    color: #646464;
}
.expert-info li {
    list-style: none;
    margin-bottom: 30px;
}
.expert-info-title {
    font-size: 18px;
    color: #4e4e4e;
    margin-bottom: 14px;
    font-weight: 600;
}
.expert-info-subtitle {
    font-size: 18px;
    color: #707070;
}
.expert-rating {
    text-align: right;
    margin-top: 50px;
    margin-left: 224px;
}
.expert-overall-rate {
    color: #646464;
    position: relative;
}
.expert-rateno {
    color: #fc9700;
    font-size: 48px;
    margin-left: 10px;
    position: absolute;
}
.expert-overall-rate i {
    margin-left: 85px;
    color: #fc9700;
}
.expert-rate-txt {
    float: left;
    width: 20%;
    margin-top: 20px;
}
.expert-rate-middle {
    float: left;
    width: 60%;
    margin-top: 20px;
}
.expert-bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}
.expert-bar {
    height: 18px;
    background-color: orange;
}
.expert-rate-txt span {
    font-size: 18px;
}
.expert-rate-txt i {
    color: orange;
}
.expert-review {
    border: 14px solid #efecec;
    padding: 20px;
}
.expert-review-title {
    position: relative;
    margin-bottom: 10px;
}
.expert-review-title span {
    font-size: 20px;
    color: #625bee;
    font-weight: 600;
}
.expert-review-title i {
    font-size: 26px;
    position: absolute;
    left: 344px;
    top: 6px;
    color: gray;
}
.expert-reviewList {
    border: 1px solid lightgray;
    padding: 10px 45px 10px 20px;
    border-radius: 10px;
    margin-left: 30px;
    font-size: 16px;
}
.expert-reviewAdd {
    font-size: 16px;
    float: right;
    border: 1px solid lightgray;
    background: #f0f2f2;
    padding: 10px 20px;
    border-radius: 10px;
}
.expert-line {
    border-top: 2px solid;
}
.expert-customer-img {
    display: table-cell;
    padding-right: 20px;
}
.expert-customer-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}
.expert-customer-info {
    display: table-cell;
    vertical-align: middle;
}
.expert-customer-name {
    font-size: 20px;
    color: #646464;
    font-weight: 600;
}
.expert-customer-name img {
    width: 22px;
    margin-right: 10px;
    margin-left: 10px;
}
.expert-customer-name i {
    color: #0072bc;
}
.expert-customer-rate i {
    color: orange;
    margin-top: 10px;
}
.expert-customer-date span {
    float: right;
    margin-top: -59px;
    font-size: 18px;
    color: #646464;
}
.expert-customerReview p {
    margin-top: 14px;
}

/* end of Expert Detail */

/* subscription start */
.sub-background {
    width: 100%;
    padding: 20px 40px;
    background: lightgrey;
}
.headerbox h2 {
    margin-left: 16px;
}
.headerbox {
    background: white;
    padding: 10px;
}
.progress-tab {
    margin-left: 10px;
    margin-bottom: 15px;
}
.main_container {
    background-color: #f9f9f9;
    padding: 20px 10px;
    /* height: 1050px; */
}
.upcomingMobileContainer {
    margin-bottom: 39px;
    display: flex;
    flex-wrap: wrap;
}

.services {
    width: 274px;
    height: 420px;
    background-color: #fff;
    margin: 0 0 0 30px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
}

.subscriptioncard-title {
    width: 274px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid grey;
    padding: 5px;
}
.subscriptioncard-title span {
    /* padding: 5px; */
    margin-left: 12px;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
}
.titlecountDown {
    display: flex;
    /* padding: 5px; */
    margin-right: 13px;
}
.titlecountDown-time {
    padding: 5px;
    font-size: 13px;
    color: #fff;
    background: #ff7307;
    margin-left: 9px;
}
.titlecountDown-time p {
    font-size: 13px;
}
.upcomingmobile-img {
    width: 92px;
    height: 83px;
    background: #ffb547;
    border-radius: 9px;
    display: inline-block;
    position: relative;
}

.upcomingmobile-img img {
    width: 63px;
    height: 63px;
    position: absolute;
    left: 18px;
    top: 10px;
}
.subscriptionUpcoming-innerContents {
    display: flex;
    padding: 12px;
}
.subscriptionUpcoming-rightContent {
    padding: 0 0 0 12px;
}
.spanformater {
    font-size: 12px;
    color: grey;
    margin-bottom: 3px;
}
.spanFormatter2 {
    font-size: 12px;
    padding-left: 5px;
}

.subscriptionUpcoming-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
.mobilecolor-borders {
    border: 1px solid black;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 44px;
    margin-left: 3px;
}
.Upcomingmobileproduct-brand {
    display: flex;
    margin-bottom: 0.3rem;
}
.Upcomingmobileproduct-color {
    display: flex;
    margin-bottom: 0.3rem;
}
.mobile-colors {
    margin-left: 4px;
}
.mobilecolor-1 {
    background: blue;
    border: none;
}
.mobilecolor-2 {
    background: red;
    border: none;
}
.mobilecolor-3 {
    background: black;
    border: none;
}
.mobilecolor-4 {
    background: silver;
    border: none;
}

.Upcomingmobileproduct-ram {
    margin-bottom: 0.3rem;
}
.Upcomingmobileproduct-amount {
    margin-bottom: 0.3rem;
}
.upcomingproduct-rightAmt {
    font-size: 12px;
    margin-left: 21px;
    text-decoration: line-through;
    color: red;
    font-weight: 600;
}
.upcomingproduct-leftAmt {
    font-size: 14px;
}
.upcomingmobileproduct-offer {
    border: 1px solid #dbd6d6;
    padding: 3px;
    font-size: 11px;
    color: grey;
}
span.upcomingmobileproduct-offer2 {
    font-size: 12px;
    color: red;
}
.upcomeingmobileproductBtnContent {
    padding: 0 12px;
}
.subscriptionproduct-info {
    color: #a5a5a5;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
}
.subscriptionproduct-quatity {
    margin-bottom: 6px;
}
.subscrptionproducts-ratingTitle {
    margin-left: 78px;
}
.subscriptionproducts-ratings {
    line-height: 20px;
    font-size: 12px;
}
.subscriptionproducts-suscribedDates {
    font-size: 12px;
}
span.subscription-date {
    margin-left: 113px;
}
.subscriptionproducts-ratings {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 6px;
}
.subscrptionproduct-ratingsStars {
    color: #ff7307;
}
.subscription-date {
    margin-left: 111px;
}
.subscriptionproducts-suscribedDates {
    font-size: 12px;
    margin-bottom: 5px;
}
.subscriptionproduct-sdColor {
    color: green;
}
.subscriptionproduct-details a {
    text-decoration: none;
    font-size: 14px;
}
.subscriptionproduct-btn {
    text-align: center;
    position: absolute;
    left: 63px;
    top: 398px;
    /* width: 149px; */
    /* height: 40px; */
}
.subscriptionproduct-btn button {
    width: 149px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    background: #ff7307;
    border: none;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .services {
        max-width: 45%;
    }
}
/* subscription end */

/* subscriptiondetails  */
.main-containerone {
    background: #fff;
}
.countdown-content {
    display: inline-grid;
    margin-left: 15px;
}
.countdown-details {
    display: flex;

    padding: 15px 20px;
}
.countdown-design {
    font-size: 13px;
    width: 30px;
    color: #fff;
    text-align: center;
    padding: 5px;
    background: #ff7307;
    margin-bottom: 4px;
}
.upcomingMobileContainer1 {
    margin-bottom: 39px;
    display: flex;
    padding: 20px 0;
}

.upcomingmobiledetails-box1 {
    width: 437px;
    height: 450px;
    text-align: center;
    margin-left: 37px;
}
.upcomingmobiledetails-box2 {
    width: 437px;
    height: 450px;
}
.upcomingmobiledetails-box3 {
    width: 297px;
    height: 376px;
    background: #f9f9f9;
    margin-left: 15px;
}

.mobileimg-sliderimg {
    display: flex;
}
.upcomingmobiledetails-box1 img {
    width: 349px;
    margin-bottom: 11px;
    height: 349px;
    margin-top: 11px;
}
.upcomingmobiledetails-box3 {
    width: 297px;
    height: 376px;
    background: #f9f9f9;
    margin-left: 15px;
    padding: 30px 24px;
}
.mobileimg-sliderimgDesing {
    width: 65px;
    height: 65px;
    box-shadow: 0px 0px 1px 2px rgb(0 0 0 / 15%);
    margin-left: 10px;
}
.mobileimg-sliderimgDesing img {
    width: 52px;
    height: 52px;
    object-fit: cover;
}
.mobileimg-slider {
    display: flex;
    justify-content: space-between;
}
.mobileimg-slider i {
    align-self: center;
}
.sliderarrow {
    font-size: 25px;
    color: grey;
}
.leftarrow {
    margin-left: 10px;
}
.rightarrow {
    margin-right: 10px;
}
.upcomingmobiledetails-info {
    padding: 5px 25px;
}
.upcomingmobiledetails-info h2 {
    margin-bottom: 8px;
}

.fontstyling {
    font-size: 13px;
    color: grey;
    padding: 7px 0;
}
.fontstyling2 {
    font-size: 14px;
    padding: 7px 0;
}
.fontstyling3 {
    font-size: 16px;

    padding: 7px 0;
}
.livechatdesign {
    font-size: 37px;
    color: #fff;
    cursor: pointer;
}
.livechats {
    position: fixed;
    right: 7px;
    bottom: 50px;
    padding: 12px;
    background: yellowgreen;
    border-radius: 50%;
}
.sub-price {
    display: flex;
    justify-content: space-between;
}
.sub-discount-price {
    color: red;
    font-size: 15px;
    text-decoration: line-through;
}
.quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quantityleftContent span {
    margin-left: 12px;
}

.quantityleftContent {
    display: flex;
    align-items: center;
}

.qtydiscountOffer {
    border: 1px solid grey;
    padding: 2px;
    color: grey;
}
.ramspec-design {
    border: 1px solid #e1e1e1;
    padding: 3px;

    color: grey;
}

.storeRating {
    display: flex;
    justify-content: space-between;
}
.sub-storerating-stars {
    color: orangered;
}
.suscribed-date {
    display: flex;
    justify-content: space-between;
}
.suscribed-btn {
    text-align: center;
    margin-top: 24px;
}
.suscribed-btn button {
    padding: 10px;
    border-radius: 5px;
    border: none;
    width: 33%;
    background: #ff7307;
    color: #fff;
}

.tabs {
    width: 100%;
    background: #fff;
}
.tabs ul li {
    list-style: none;
}
.specification {
    padding: 35px 34px;
}
.specification-margins {
    line-height: 31px;
}
.offer-deals {
    background: #fff;
    width: 100%;
}
.offercontent {
    padding: 15px;
}
.offer1 {
    background: #a047b1;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 11px;
}
.whitecolor {
    color: #fff;
}
.order-btn button {
    padding: 10px 45px;
    border: none;
    background: #49bfd2;

    border-radius: 5px;
}

.subscription-spec-btn {
    background: #ff7307;
}
.offer-title {
    padding: 11px 20px;
    font-size: 16px;
    font-weight: 600;
    color: red;
    border-bottom: 1px solid #efefef;
}
.offer-title-icon {
    color: yellow;
}

.spec-container {
    margin-bottom: 36px;
}
.sub-rating-rewies-container {
    background: #fff;
    margin-bottom: 36px;
}
.relatedsub-items-container {
    margin-bottom: 36px;
    background: #fff;
}
.ratingandreview-text {
    padding: 10px 20px;
}

.sub-rating-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}
.sub-sortandFilter {
    display: flex;

    align-items: center;
}
.sub-sortandFilter span {
    padding: 20px;
    border-left: 1px solid grey;
}
.sub-rate-user {
    padding-top: 31px;
}
.sub-rate-images {
    width: 100%;
    /* margin-left: 60
px
; */
    border: 1px solid darkgrey;
    padding: 5px 68px;
    border-radius: 10px;
    display: flex;
    border: none;
}

.sub-rate-img {
    border: 1px solid grey;
    margin-left: 10px;
    border-radius: 10px;
}

.sub-rate-img img {
    width: 77px;
}
.verified {
    color: green;
    font-size: 13px;
}

.sub-rating-contents {
    padding: 10px 15px;
}
.sub-rate-userimg {
    width: 70px;
    border-radius: 50px;
}
.sub-rate-username {
    display: flex;
    align-items: center;
}
.sub-rating-stars {
    padding-top: 31px;
    margin-bottom: 15px;
    font-size: 16px;
    color: orangered;
}
.like-dislike {
    font-size: 19px;
    display: flex;
}
.left-space {
    margin-left: 30px;
}
.thumpsup-no {
    font-size: 14px;
}
.like i {
    color: #275eb1;
}
.dis-like i {
    color: #ec0000;
}
.pagi-number ul li {
    list-style: none;
}

.sub-relateditems-img img {
    width: 150px;
}
.sub-relateditems-img {
    padding: 20px 40px;
}
.sub-relateditems-img img {
    width: 150px;
    height: 200px;
    object-fit: contain;
}
.sub-rateuser-verification img {
    width: 15px;
    margin-right: 5px;
}

/* sub-similarproduct  */
.sub-similar-products {
    background: #fff;
    margin-bottom: 36px;
}
.sub-similarproduct-box {
    width: 220px;
    height: 285px;
    padding-top: 10px;
    margin-left: 21px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
}
.sub-similarproduct-contents {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
}
.similarproduct-img img {
    width: 172px;
    height: 173px;
    object-fit: contain;
}
.similarproduct-name {
    padding: 10px 20px;
}
.similarproduct-name-price {
    margin-right: 57px;
}

/* end */

/* subscription detail productcompare */
.sub-product-compare {
    background: #fff;
    margin-bottom: 36px;
}
.sub-productcompare-td {
    padding: 15px 20px;
    width: 202px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 25px;
}
.comparenow-btn {
    margin-bottom: 36px;
    text-align: center;
}
.comparenow-btn button {
    padding: 10px 20px;
    border: none;
    background: orangered;
    color: #fff;
    border-radius: 8px;
}
th.sub-productcompare-th {
    width: 202px;
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    background: #f3f3f3;
}
.compare-table {
    padding-bottom: 30px;
}
.comparemobiles {
    color: red;
    font-size: 18px;
}
.sub-productcompare-contents {
    padding: 30px;
}
.sub-comparewith {
    width: 202px;
    height: 239px;
    background: #e5e5e5;
    color: orangered;
    position: relative;
}
.sub-comparewith span {
    position: absolute;
    top: 100px;
    left: 32px;
}
.sub-productcompare-input {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 36px;
}
.sub-inputs input {
    height: 44px;
    border: 1px solid grey;
}
.sub-inputs {
    position: relative;
}
.sub-inputs i {
    position: absolute;

    left: 175px;
    top: 14px;
    font-size: 16px;
    color: #afa8a8;
}
.sub-inputs-img {
    width: 200px;
    text-align: center;
    padding: 15px;
}

.sub-inputs-img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

/* similarstores */

.sub-similarstore-box {
    width: 259px;
    padding: 15px 18px;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
}
.sub-similarstore-images img {
    width: 223px;
    height: 110px;
    object-fit: fill;
}
.sub-similarstores {
    background: #fff;
    margin-bottom: 36px;
}
.sub-similarstores-contents {
    padding: 46px 77px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sub-similarstore-info {
    padding: 20px 0;
}

.sub-similarstore-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    color: #fff;
}

/* end */

/* styles */

.sub-details-headings {
    padding: 10px 20px;
    border-bottom: 1px solid grey;
}
.similarstore-font {
    font-size: 18px;
    padding: 7px 0;
    font-weight: 600;
}
.blue-text {
    color: #0d39e6;
}
.blue-bg {
    background: #0d39e6;
    margin-left: 21px;
}
.orangered-bg {
    background: orangered;
}
.orange-red {
    color: orangered;
}
.color-black {
    color: black;
}
/* end */
/* related question&ans */
.sub-related-questionanswer {
    background: #fff;
    margin-bottom: 36px;
}
.sub-questionanswer-info {
    padding: 35px 42px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 24px;
}
.sub-question-quest i {
    font-size: 16px;
}
.sub-question-button.text-center {
    padding: 80px 0;
}
.sub-question-button button {
    padding: 10px 52px;
    border: none;
    border-radius: 8px;
    color: #fff;
}


/* relatedquestionstyle */
.question-greyfont {
    color: #707070;
    font-size: 16px;
}
.question-greycolor {
    color: #707070;
}
.sub-lefspace {
    margin-left: 20px;
}

/* end */
/* related question&ans end */

/* reviews */

.sub-review-img {
    width: 71px;
}
.sub-review-img-username {
    display: flex;
    align-items: center;
}
.sub-review-box {
    padding: 20px 30px;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 98px;
}
.sub-review-message textarea {
    width: 100%;
}
.sub-review-stars {
    display: flex;
    padding: 33px 30px;
    justify-content: space-between;
}
.review-btn button {
    padding: 10px 30px;
    border: none;
    color: #fff;
    background: orangered;
}

/*  */
/* subscriptiondetails End */

/* footer */

.navFooterColHead img {
    height: 100px !important;
    margin-left: -8px;
    margin-top: -8px;
}

.footer-fol-us li {
    display: inline-flex !important;
}
.footer-fol-us i {
    font-size: 30px;
    color: #5c9bd1;
}
.footer-fol-us {
    display: flex;
    justify-content: space-evenly;
}

.googlep {
    border: 2px solid #088178;
}

.hover-up img.active,
.hover-up img:hover {
    border: 2px solid #088178;
}

.app-dwn {
    border: 2px solid #088178;
}
.app-apple {
    margin-bottom: 10px;
}

/* register css  */

.signup-section {
    -webkit-box-shadow: 6px 9px 24px 0px rgba(0, 0, 0, 0.61);
    box-shadow: 6px 9px 24px 0px rgba(0, 0, 0, 0.61);
    margin-top: -21px;
}

#logo {
    width: 140px;
    height: 180px;
    object-fit: contain;
}

.heading {
    display: inline-block;
    font-size: 30px;
    top: -108px;
    position: relative;
    font-family: auto;
    font-weight: 700;
    margin-left: 74px;
}

#img_url {
    background: #ddd;
    width: 100px;
    height: 90px;
    display: block;
}

.image-upload > input {
    display: none;
}

.image-upload label {
    border: 2px solid #fc5c7d;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

.choose-profile {
    margin-top: 126px;
    position: absolute;
    margin-left: -127px;
    color: #fff;
    z-index: 1;
    padding: 0 3px;
    background: linear-gradient(to right, #6a82fb, #fc5c7d);
}

.heding-margin-top {
    margin-top: -55px;
}

.login-margin-rl {
    margin: 0 0;
}

.sign-up {
    font-size: 13px;
    font-weight: bold;
    margin: 9px 0;
}

.signup-section .topbar-link {
    border: 1px solid #cc06e8 !important;
    border-radius: 23px;
}

.signup-section .topbar-link img {
    top: -5px !important;
}

.sign-up-row {
    margin-top: -100px;
}

.facebook {
    color: #fff;
    background-color: #6a82fb;
    margin-right: 5px;
}

.google {
    background-color: brown;
    color: #fff;
    margin-right: 5px;
}

.tiktok {
    background-color: #000;
    color: #fff;
    margin-right: 5px;
}

.instagram {
    background-color: #8a3ab9;
    color: #fff;
}

.fill-up {
    font-size: 13px;
    width: 325px;
    text-align: center;
    font-weight: bold;
    margin: 17px 16px 20px 100px;
    border: 1px solid black;
    padding: 7px;
    border-radius: 20px;
    background: #fc5c7d;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6a82fb, #fc5c7d);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6a82fb, #fc5c7d);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.signup-save {
    margin-left: 125px;
}

.form-check {
    margin-left: -17px;
    margin-bottom: 10px;
}

.form-check-input {
    margin-left: unset !important;
}

.policy {
    font-size: 9px;
}

.addimage1 {
    height: 280px;
    width: 79%;
    margin: 45px 0 0 3px;
    -webkit-box-shadow: 6px 9px 24px 0px rgba(0, 0, 0, 0.61);
    box-shadow: 6px 9px 24px 0px rgba(0, 0, 0, 0.61);
    border-radius: 20px;
    padding: inherit;
}

.addimage2 {
    height: 280px;
    width: 79%;
    margin: 15px 0 0 4px;
    -webkit-box-shadow: 6px 9px 24px 0px rgba(0, 0, 0, 0.61);
    box-shadow: 6px 9px 24px 0px rgba(0, 0, 0, 0.61);
    border-radius: 20px;
    padding: inherit;
}

.fixed-col {
    position: fixed;
    bottom: 0;
    top: 0;
    right: -1px;
}

.save {
    margin-left: 96px;
    background: #fc5c7d;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6a82fb, #fc5c7d);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6a82fb, #fc5c7d);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.age {
    margin: -50px 0px 0px 442px;
}

.date-in-BS {
    margin-left: -20px;
}

.row1 {
    margin-left: 70px;
}

.row2 {
    margin-left: 71px;
}

.row3 {
    margin-left: 40px;
}

@media (max-width: 360px) {
    #navbar.nav-flex #nav-belt .nav-right #nav-tools > .nav-a {
        padding-right: 9px;
        padding-left: 8px;
    }
}

/* payement method */

.lpa {
    border-radius: 10px;
    background-color: aliceblue;
    padding: 3px;
}

.paymentwrapper {
    width: 100%;
}

.paymentdiv {
    margin: 0 auto;
}

.titlept {
    color: #fff;
    background-color: #ab54f1;
    padding: 10px;
    border-radius: 35px;
}

.titlept span {
    line-height: 40px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02ch;
}
.card-header.paymentbar {
    font-size: 18px;
    font-weight: 500;
    color: black;
    letter-spacing: 0.5px;
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
    background-color: #f7f7f7;
}

.card-body.paymentcontainer {
    border-radius: 20px;
    width: 100%;
    height: 270px;
    background-color: #f0f8ff;
    margin-top: 20px;
}
.epay {
    color: #007185;
}
.epay-img img {
    width: 100px;
}
.epay-Title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 20px;
}
.epay-SubTitle {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}
.epay-icon {
    margin-top: 20px;
}
.payment-box {
    width: 100%;
    padding: 10px 100px;
    background-color: rgb(171 84 241);
    color: rgb(255, 255, 255);
    height: 80px;
}
.payment-boxTxt {
    width: 50%;
}
.payment-txt {
    font-size: 24px;
    margin: 7px;
}

.paymentwrapper .card {
    margin: 20px 20px 0px;
}

.lpa {
    margin-top: 10px;
}

.lpaimg img {
    height: 60px;
    width: 60px;
}

.lpalb img {
    width: 100%;
    height: 155px;
}

.lpatit1 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
}

.lpatiti {
    text-align: right;
    padding-top: 10px;
}

@media (max-width: 360px) {
    .lpalb img {
        height: 50px !important;
    }
    .paymentwrapper .card {
        margin-left: unset;
        margin-right: unset;
        margin-top: 10px;
    }
    .paymentwrapper .card-body {
        padding: unset !important;
        margin-left: -17px;
        margin-right: -113px;
    }
    .lpatit1 {
        font-size: 12px;
        font-weight: 700;
    }
}

.fixed-content {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: hidden;
    overflow-x: scroll;
}

/*foodmain*/

.mainwrap {
    margin-top: 30px;
}

.main-food {
    padding: 10px;
    border-top-left-radius: 15px;
    background-color: #f5f5ff;
}

.fd1 {
    width: 100%;
    display: inline-flex;
}

.fd1 .fdr1 .form-control {
    border: 1px solid #fff !important;
}

.fdr2 {
    margin-top: 15px;
}

.resfav {
    background-color: #ef7575;
    color: #fff !important;
    padding: 5px 7px;
    border-radius: 10px;
}

.fd2 {
    margin-top: 30px;
    background-image: linear-gradient(to right, #fffffd, #ddeb93);
    height: auto;
    border-radius: 15px;
    padding: 5px 0px 5px 25px;
}

.fdr21d {
    font-size: 20px;
    font-weight: bold;
    color: #ff6380;
}

.fdr21t {
    font-size: 20px;
    font-weight: bold;
}

.fdr21r {
    margin-top: 15px;
}

.fdr21rrd {
    background-color: blueviolet;
    padding: 10px;
    border-radius: 7px;
    color: #fff !important;
    text-decoration: none !important;
}

.fdr21ri img {
    /*width: 100%;*/
    height: 106px;
}

.fd3 {
    margin-top: 30px;
}

.fdu3 {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.fdl3 {
    list-style: none;
    margin-left: 10px;
    border-radius: 5px;
}

.fdl3:first-child {
    background-color: #ff6280;
}

.fdl3:nth-child(2) {
    background-color: #51aafe;
}

.fdl3:nth-child(3) {
    background-color: #ff6280;
}

.fdl3:fourth-child {
    background-color: #ff6280;
}

.fdl3:first-child {
    background-color: #ff6280;
}

.fdl3:first-child {
    background-color: #ff6280;
}

.fdl3:first-child {
    background-color: #ff6280;
}

.fdl3:first-child {
    background-color: #ff6280;
}

.fdl3:first-child {
    background-color: #ff6280;
}

.fdft1 {
    background-color: rgb(245, 245, 255);
    margin-right: -12px;
    margin-left: -12px;
}

/* .fdl3+.fdl3{
    margin-left: 40px;
} */

.fdfi1:first-child {
    /* background-color: #f61386ee; */
    border-radius: 7px;
    text-align: center;
}

.fdfi1 img {
    width: 50px;
    height: 50px;
}

.fdtt3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

.fd4 {
    margin-top: 30px;
}

.fdtr1 {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}

@media (max-width: 360px) {
    .fdtr1 {
        margin-bottom: 50px;
    }
    .fdtri1 {
        margin-left: 15px !important;
    }
    .fda2 .col-2 {
        width: 50%;
    }
}

/*.fd4 .col-md-3(1){
    background-color: red;
}*/

.fdtri1 {
    background-color: #c6a4a4;
    padding: 5px;
    height: 105px;
    width: 105px;
    border-radius: 50%;
    margin: -50px auto 0px;
}

.fdtri1 img {
    height: 100px;
    width: 100px;
    border-radius: 505;
}

.fdtrts {
    font-size: 16px;
    font-weight: bold;
    font-family: cursive;
}

.orb {
    width: 100%;
    display: flex;
}

.orb .orby {
    width: 50%;
}

.orb .orde {
    text-align: right;
    width: 50%;
}

.orbd {
    width: 100%;
    display: flex;
}

.orbd1 {
    width: 30%;
}

.orbd2 {
    width: 20%;
    margin-top: 20px;
}

.orbd3 {
    width: 30%;
    margin-top: 13px;
    text-align: center;
}

.orbd4 {
    width: 20%;
    margin-top: 20px;
    text-align: right;
}

.ordbi {
    background-color: rgb(250, 210, 184);
    border-radius: 5px;
    padding: 5px;
    width: 55px;
    height: 55px;
}

.fram {
    /* display: flex; */
    border-bottom: dashed 2px #f2f2f2;
}

.dlch {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.dlcht {
    width: 50%;
}

.dlcham {
    width: 50%;
    text-align: right;
}

.tcolor1 {
    font-weight: 700;
}

.tcolor {
    color: #aba49c;
    color: #aba49c;
}

/* Foodpage */

.food-nav {
    width: 100%;
    height: 46px;
    background-color: #1abc9c;
    position: sticky;
    top: 0px;
    z-index: 999;
}

.food-nav-container {
    padding: 10px;
    margin: 0 auto;
}

.food-nav-container ul li {
    list-style: none;
    display: inline-block;
    margin: 0 30px;
}

.food-nav-container ul li a {
    padding: 5px 0;
    color: #ecf0f1;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.food-nav-container ul li a:hover {
    color: #16a085;
}

.active {
    border-bottom: 2px solid #ecf0f1;
}

.main-wrap {
    margin-top: 20px;
}

.box-shadow {
    box-shadow: 0px 1px 6px -1px rgba(238, 150, 150, 0.5);
}

.custom-search {
    position: relative;
}

.custom-search .fa-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.custom-search input {
    padding-left: 35px !important;
}

.main-page {
    padding: 20px;
    border-top-left-radius: 15px;
    background-color: #f5f5ff;
}

.food-header {
    width: 100%;
    margin-bottom: 20px;
}

.custom-search .form-control {
    border: 1px solid #fff !important;
}

.add-cart {
    margin-top: 6px;
}

.add-cart a {
    background-color: #fff;
    color: black !important;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: 0px 1px 6px -1px rgba(238, 150, 150, 0.5);
}

.food-banner {
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #ffffff, #ddeb93);
    height: auto;
    border-radius: 15px;
    padding: 10px 0px 15px 26px;
    display: inline-block;
    width: 100%;
}

.food-bannerTxt span {
    font-size: 20px;
    font-weight: bold;
}

.food-bannerTxt span.text--red {
    color: #ff6380;
}

.btn-readmore {
    margin-top: 15px;
    background-color: blueviolet;
    padding: 10px;
    border-radius: 7px;
    color: #fff !important;
    text-decoration: none !important;
}

.food-bannerImg img {
    height: 100px;
}
.food-section {
    display: flex;
    justify-content: space-between;
}
.food-section span {
    margin-top: 10px;
    font-size: 16px;
    text-decoration: underline;
}

.section-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.food-category {
    margin-bottom: 20px;
}

.card-category {
    border-radius: 15px;
    text-align: center;
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 11px 10px 29px -5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

.card-category img {
    width: 40px;
    height: 40px;
}

.card-categoryRed {
    background-color: #fe6480;
}

.card-categorySkyblue {
    background-color: #4fa9ff;
}

.card-categoryPurple {
    background-color: #cb78fe;
}

.card-categoryGreen {
    background-color: #3cc376;
}

.card-categoryOrange {
    background-color: #ff944e;
}

.card-categoryDarkblue {
    background-color: #6a63d5;
}

.card-categoryLightblue {
    background-color: #00b3eb;
}

.card-categoryLightgreen {
    background-color: #40ddbe;
}

.card-categoryPink {
    background-color: #ff95a7;
}
.food-offers {
    margin-bottom: 20px;
}
.food-offersCard {
    width: 100%;
    padding: 18px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: 40px;
}
.food-offersCardT {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #585757;
}
.food-offersDis {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ff0000a8;
}
.food-offersTxt {
    font-size: 18px;
    margin-bottom: 10px;
}
.food-offersCardImg {
    background-color: #e0e0e0;
    border-radius: 50%;
    width: 105px;
    padding: 5px;
    height: 105px;
    margin: -70px auto 20px;
}
.food-offersBtn {
    background-color: #ff4747;
    border-radius: 10px;
    height: 32px;
    border: none;
    color: white;
    font-size: 14px;
    padding: 10px;
}
.food-featured {
    margin-bottom: 20px;
}

.food-featured .section-heading {
    margin-bottom: 60px;
}

.food-card {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border-radius: 15px;
}

.food-cardImg {
    background-color: #c6a4a4;
    padding: 5px;
    height: 105px;
    width: 105px;
    border-radius: 50%;
    margin: -50px auto 20px;
}

.food-cardTitle button {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.food-cardPrice {
    margin-bottom: 10px;
    font-size: 13px;
}

.fav-thumb {
    flex: 0 0 100px;
    max-width: 100px;
}

.fav-thumb img {
    width: 100px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    margin-top: -25px;
}

.fav-slide {
    width: 260px;
    background: white;
    border-radius: 15px;
    padding: 10px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.fav-info {
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
}

.fav-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.fav-loc {
    font-size: 12px;
    margin-bottom: 5px;
    color: #b5b5b5;
}

.food-fav {
    margin-bottom: 20px;
}
.food-subbanner {
    margin-top: 30px;
    margin-bottom: 20px;
}
.food-subbanner img {
    margin-bottom: 10px;
}

.food-recommend {
    margin-bottom: 20px;
}

.food-recommendCard {
    width: 224px;
    height: 160px;
    background-color: white;
    border-radius: 15px;
    position: relative;
}

.food-recommendCard img {
    border-radius: 15px;
    height: 100%;
}

.food-recommendInfo {
    position: absolute;
    bottom: 0;
    background: white;
    color: grey;
    width: 100%;
    padding: 14px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 18px;
    text-align: center;
}
.food-allItem {
    margin-bottom: 20px;
}
.food-allItemCard {
    width: 224px;
    height: 160px;
    background-color: white;
    border-radius: 15px;
    position: relative;
}

.food-allItemCard img {
    border-radius: 15px;
    height: 100%;
}

.food-allIteminfo {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    color: #f1f1f1;
    width: 100%;
    padding: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 22px;
    text-align: center;
}
.food-allRestaurant {
    margin-bottom: 20px;
}
.food-adbanner {
    margin-top: 30px;
}
.food-adbanner img {
    margin-bottom: 10px;
}
.food-addots {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    border: 0.5px solid gray;
}

/* order part */

.food-cart {
    padding: 20px;
    position: sticky;
    top: 40px;
}

.order-username {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.order-username img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}

.food-orderEdit {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.food-orderEdit span {
    font-size: 15px;
    font-weight: bold;
}

.food-cartItem {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 1px 10px 0px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 5px 5px 5px 16px rgba(0, 0, 0, 0);
    margin-bottom: 18px;
}

.food-cartItem:hover {
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

.food-cartItem img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.food-cartItem .quantity,
.food-cartItem img,
.food-cartItem .cart-iteminfo {
    margin-right: 15px;
}

.cart-iteminfo span {
    display: inline-block;
    width: 100%;
}

.item-title {
    color: grey;
}

.item-price {
    font-size: 12px;
    font-weight: bold;
}

.btn-del {
    background: transparent;
    border: none;
}

.food-payment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.food-charge {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.food-price {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: grey;
    text-align: right;
}

.food-total {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
}

.food-checkout button {
    background-color: #ff6380;
    border-radius: 15px;
    width: 160px;
    height: 45px;
    border: none;
    margin-top: 20px;
    font-size: 20px;
    color: white;
    font-weight: 700;
}

.food-checkout button:hover {
    background-color: grey;
}

.food-line {
    border-top: 2px dashed grey;
    margin-top: 10px;
    margin-bottom: 10px;
}

.orderpayment {
    padding: 30px;
    background-color: #eff0f5;
}
.orderno {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.order-track {
    width: 80%;
    margin-left: 70px;
}
.order-track span {
    font-size: 18px;
    padding: 10px;
}
.order-track i {
    color: orange;
}
.orderpaymentcode {
    font-size: 18px;
    margin-bottom: 10px;
}
.orderpaymentdate {
    font-size: 16px;
}

.margin-area {
    position: relative;
    text-align: center;
    font-family: "Trebuchet", sans-serif;
    font-size: 14px;
    margin: -10px 20px;
}
.dot {
    height: 30px;
    width: 30px;
    position: absolute;
    background: #000;
    border-radius: 50%;
    top: 10px;
    color: #fff;
    line-height: 30px;
    z-index: 9999;
}
.one {
    left: 61px;
    background: #0c84d9;
}
.two {
    left: 200px;
    background: #0c84d9;
}
.three {
    left: 348px;
    background: #bbb;
    color: #ffd800;
}
.four {
    left: 489px;
    background: #bbb;
    color: #ffd800;
}

.progress-bar {
    position: absolute;
    height: 10px;
    width: 25%;
    top: 20px;
    left: 13%;
    background: #bbb;
}
.first {
    background: #0c84d9;
}
.second {
    left: 38%;
}
.third {
    left: 63%;
}

.message {
    position: absolute;
    height: 60px;
    width: 170px;
    padding: 10px;
    margin: 0;
    left: -8px;
    top: 0;
    color: #000;
}
.message-1 {
    top: 40px;
    color: #000;
}
.message-2 {
    left: 130px;
    top: 40px;
}
.message-3 {
    left: 278px;
    top: 40px;
    color: #000;
}
.message-4 {
    left: 418px;
    top: 40px;
}

.orderpayment-container {
    margin-bottom: 20px;
}
.orderpaymentdetail {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
}
.orderpaymentcolor {
    color: red;
}
.fav-rating {
    margin-left: 15px;
    margin-top: 2px;
}
.orderpaymentimg img {
    border: 1px solid #eff0f5;
    border-radius: 20px;
    height: 100px;
    width: 100px;
}
.orderpayment-discount {
    text-decoration: line-through;
    color: #9e9e9e;
}
.orderpaymentinfo-sep {
    border-top: 1px solid grey;
    margin: 20px 0px;
}
.orderpaymentprice {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
}
.orderpay-line {
    border-top: 2px solid grey;
}
.orderpaytran {
    width: 100%;
    display: flex;
}
.orderpayment-totalT {
    width: 50%;
}
.orderpayment-totalP {
    width: 50%;
    text-align: right;
}
.orderpay-total {
    width: 100%;
    margin-bottom: 16px;
}
.orderpay-total span {
    width: 90%;
    text-align: right;
    font-size: 18px;
}

.orderpaymentshipping {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    width: 30%;
}
.account-page {
    padding: 20px;
}
.account-tab {
    border: 1px solid #ccc;
    background-color: #056965;
    width: 100%;
    height: 300px;
}
/* Style the buttons that are used to open the tab content */
.account-tab button {
    display: block;
    background-color: inherit;
    color: white;
    padding: 22px 16px;
    width: 100%;
    font-size: 16px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.account-tab button:hover {
    background-color: #1a9cb7;
}

/* Create an active/current "tab button" class */
.account-tab button.active {
    background-color: #229fb9d1;
}

.profile-page {
    padding: 20px;
    background-color: #f5f6fa;
}
.profile-heading {
    margin-bottom: 15px;
}
.profile-headingTitle {
    font-size: 22px;
    font-weight: 500;
    color: #979aac;
    margin-right: 8px;
}
.profile-subTitle {
    font-size: 22px;
    font-weight: 500;
    color: #475b6e;
}
.profile-passTitle {
    font-size: 20px;
    font-weight: 500;
    color: #475b6e;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fa-chevron-right {
    color: #979aac;
}
.fa-arrow-right {
    margin-left: 35px;
    color: white;
}
.profile-save button {
    border: none;
    background-color: #f44336;
    border-radius: 50px;
    color: white;
    font-size: 18px;
    padding: 10px 10px 10px 20px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 20%);
}
.profile-container {
    width: 100%;
    background-color: white;
    padding: 26px 26px 20px 26px;
    border-radius: 10px;
}
.profile-container span {
    margin-bottom: 14px;
    color: #229fb9d1;
}
.pass-btn {
    border: none;
    background-color: green;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 18px;
    color: white;
}
.profile-reg {
    margin-left: 117px;
}
.profile-container-password {
    width: 50%;
}

.profile-img img {
    display: block;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    background-color: #c5bfc1;
    margin-bottom: 31px;
    border-radius: 50%;
}
.profile-img .fa-edit {
    position: absolute;
    top: 10%;
    left: 287px;
}
.mbl-dropdown {
    position: relative;
    display: inline-block;
}
.mbl-dropbtn {
    color: white;
    padding: 8px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    width: 90px;
    cursor: pointer;
}
.mbl-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.mbl-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.mbl-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.mbl-dropdown:hover .mbl-dropdown-content {
    display: block;
}

.mbl-dropdown:hover .mbl-dropbtn {
    background-color: #f1f1f1;
}

.profile-font {
    color: #565656;
    font-size: 15px;
    font-weight: 600;
}
.profile-box {
    border: 1px solid #dae1e7 !important;
    border-radius: 5px !important;
    width: 100%;
    height: 52%;
}
.profile-emailbox {
    border: 1px solid #dae1e7 !important;
    border-radius: 5px !important;
    width: 100%;
    background-color: white;
    padding: 14px;
    height: 38px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 300px;
}
.address-heading {
    background-color: #fafafa;
    padding: 20px 0px 36px 20px;
    height: 40px;
}
.address-body {
    padding: 30px 20px;
}
.addr-edit {
    font-size: 16px;
    color: #4995c3;
}
.addr-btn {
    border: none;
    width: 20%;
    height: 40px;
    background-color: #1a9cb7;
    color: white;
    font-size: 16px;
}
.addr-heading {
    font-size: 17px;
}
.addr-btn-box {
    margin-top: 10px;
}
.payment-card-box {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}
.payment-card-img {
    width: 68px;
    height: 50px;
    background-color: #efe6e6a6;
    border-radius: 6px;
}
.payment-card-img img {
    width: 100%;
    height: 100%;
}
.visa-card-exp {
    color: darkgrey;
}
.payment-card-line {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid;
}
.payment-card-remove span {
    color: #fb3333;
}
.payment-method-add {
    padding: 20px 10px 20px 45px;
    border-radius: 10px;
    width: 31%;
    height: 60px;
    color: #4dd486;
    font-size: 18px;
    margin-top: 24px;
    border-style: dashed;
    border-color: lightgrey;
}
.payment-method-add span {
    margin-left: 15px;
}

/* Foodpage Modal popup start  */

.modal-body.popup {
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    max-height: calc(100vh - 212px);
    overflow: auto;
}

.product-img {
    width: 100%;
}

.form-checks {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.item-container {
    margin-top: 20px;
}

.item-container h5 {
    font-size: 16px;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.04ch;
    text-transform: none;
    color: rgb(25, 25, 25);
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.item-container h6 {
    font-size: 10px;
    color: rgb(118, 118, 118);
}

h3 {
    line-height: 40px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02ch;
}

p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(73, 73, 73);
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 20px;
    font-variant-ligatures: no-common-ligatures;
}

.lbl {
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(178, 178, 178);
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.lbl extra {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.lbl request {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.txtarea {
    width: 100% !important;
    border: none !important;
    outline: none;
    flex: 1 1 100%;
    display: flex;
    background: inherit;
    color: currentcolor;
    appearance: none;
    border-radius: 10px !important;
    margin-top: 10px;
    background-color: rgb(247, 247, 247) !important;
    margin: 0px;
    padding: 16px;
    cursor: not-allowed;
    min-height: 96px;
    resize: vertical;
}

/* .btn-primary {
    color: #fff;
    border-radius: 1000px;
    background-color: red;
    border-color: red;
} */

.item-container .dropdown {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(247, 247, 247);
    padding: 5px;
}

.optional {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgb(118, 118, 118);
}

/* Modal popup end */

/* cart page */

.main-cart {
    margin-top: 20px;
    padding: 20px;
}

.cart-container {
    background-color: #fafcfe;
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.cart-item-header {
    padding: 20px;
    font-size: 24px;
    border-bottom: 2px solid #efeff0;
}

.cart-item {
    padding: 30px 15px 30px;
    border-bottom: 2px solid #efeff0;
}

.cart-chkbox {
    margin-top: 50px;
    margin-right: 10px;
}

.cart-img {
    margin-left: 16px;
}

.cart-img img {
    height: 100%;
}

.cart-item-infoTitle {
    font-size: 18px;
    font-weight: bold;
}

.cart-dot {
    height: 12px;
    width: 12px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.cart-item-infoModel {
    font-size: 15px;
    margin-top: 10px;
}

.cart-item-subinfo {
    margin-top: 36px;
}

.cart-item-subinfoTitle {
    font-size: 14px;
    font-weight: bold;
}

.cart-qtybox {
    border-radius: 10px !important;
    width: 56px;
    height: 20px;
    border-style: none !important;
    background: #f5f3f3 !important;
    margin-right: 14px;
}

.cart-item-qty {
    text-align: center;
    margin-top: 50px;
}

.cart-item-price {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    margin-top: 50px;
    margin-right: 10px;
}

.cart-paymentcard {
    background-color: #fafcfe;
    border-radius: 15px;
    width: 100%;
    height: 342px;
    position: sticky;
    top: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}

.cart-paymentInfo {
    padding: 20px;
}

.cart-paymentTitle {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 90px;
}

.cart-paymentdetail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.cart-charge {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.cart-price {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: grey;
    text-align: right;
}

.cart-coupon {
    display: flex;
}

.cart-checkout {
    margin-top: 20px;
    background-color: #fff2d0;
    height: 133px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.cart-checkoutT {
    font-size: 18px;
    margin-top: 24px;
    margin-left: 20px;
}

.cart-checkoutP {
    font-size: 28px;
    font-weight: bold;
    margin-left: 120px;
}

.cart-checkoutbtn button {
    background-color: #0dc862;
    border-radius: 15px;
    width: 160px;
    height: 45px;
    border: none;
    margin-top: 30px;
    font-size: 20px;
    color: white;
    font-weight: 700;
    margin-left: 75px;
}

/* end of css */

.fdt {
    font-size: 20px;
    font-weight: 700;
    font-family: cursive;
}

.fdr2 .box {
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: 10px;
    transform: translate(-90%, -50%);
}

.fdr2 form {
    margin-bottom: unset !important;
}

.fdr2 .input {
    padding: 10px;
    width: 40px;
    height: 40px;
    background-color: beige;
    border: 4px solid #ffd52d;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: Comic Sans MS;
    font-size: 26px;
    color: #ffd52d;
    outline: none;
    transition: 0.5s;
}

.fdr2 .box:hover input {
    width: 350px;
    /*background: #272133;*/
    border-radius: 10px;
}

.fdr2 i {
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #ffd52d;
    transition: 0.2s;
}

.fdr2 .box:hover i {
    opacity: 0;
    z-index: -1;
}

.fda2 {
    margin-top: 30px;
}

.fdals {
    width: 100%;
    padding: 5px;
}

.fdals1 {
    background: #fff;
    border-radius: 57px;
    /*padding: 55px 5px;*/
}

.fdalsi {
    margin: 0 auto;
    padding: 10px 0px;
}

.fdalsi img {
    width: 70px;
    height: 100px;
}

.fdalst {
    padding: 10px 0px;
}

.fodali .fdtr1 {
    margin-bottom: 55px;
}

.fdtrt2 p {
    padding: 0 50px 0 0;
    text-align: justify;
}

.fodalpc {
    width: 100%;
    display: flex;
}

.fodalp {
    width: 50%;
}

.fodalc {
    width: 50%;
    /*text-align: right;*/
}

.fodalps span {
    font-size: 16px;
    font-weight: 700;
    font-family: cursive;
}

.fodalcc {
    position: absolute;
    right: 10%;
    top: 62%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #020615;
}

.fodalcc i {
    position: absolute;
    left: 11px;
    top: 32%;
    color: #fff;
}

.navbar-tool-labels {
    position: absolute;
    top: -0.3125rem;
    right: -0.3125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: #fe696a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.navbar-tool-icon-boxs {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color 0.25s ease-in-out;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
    background-color: #1a1002;
    color: #fff !important;
}

.adcrt .ort {
    float: right;
}

.orbd6 {
    width: 20%;
}

.orbd5 {
    width: 80%;
}

.ordbtt {
    font-size: 19px;
    font-weight: 700;
    font-family: cursive;
}

.ordbtt1 {
    font-size: 18px;
    font-weight: 600;
    font-family: fantasy;
    line-height: 25px;
}

.art {
    font-size: 25px;
}

/* cartpage */

.cartwraper .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.4rem;
}

.cartwraper .img-sm {
    width: 80px;
    height: 80px;
}

.cartwraper .itemside .info {
    padding-left: 15px;
    padding-right: 7px;
}

.cartwraper .table-shopping-cart .price-wrap {
    line-height: 1.2;
}

.cartwraper .table-shopping-cart .price {
    font-weight: bold;
    margin-right: 5px;
    display: block;
}

.cartwraper .text-muted {
    color: #969696 !important;
}

.cartwraper a {
    text-decoration: none !important;
}

.cartwraper .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px;
}

.cartwraper .itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.cartwraper .dlist-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[class*="dlist-"] {
    margin-bottom: 5px;
}

.cartwraper .coupon {
    border-radius: 1px;
    height: 43px;
}

.cartwraper .price {
    font-weight: 600;
    color: #212529;
}

.cartwraper .btn.btn-out {
    outline: 1px solid #fff;
    outline-offset: -5px;
}

.cartwraper .btn-main {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer;
    color: #fff;
    width: 100%;
}

.cartwraper .btn-light {
    color: #ffffff !important;
    background-color: #f44336;
    border-color: #f8f9fa;
    font-size: 12px;
}

.cartwraper .form-control {
    border-radius: unset !important;
}

/*
     FILE ARCHIVED ON 14:11:46 Nov 25, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:37:17 Sep 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.433
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.028
  esindex: 0.008
  cdx.remote: 10.215
  LoadShardBlock: 48.318 (3)
  PetaboxLoader3.datanode: 69.617 (4)
  load_resource: 60.226
  PetaboxLoader3.resolve: 35.296
*/