.archive.tax-product_category .ce-main-wrapper .category-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.archive.tax-product_category .ce-main-wrapper .category-meta .view-icons,
.favorite-products .ce-main-wrapper .category-meta .view-icons {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.ce-main-wrapper .category-meta .view-icons a:first-child {
    margin-right: 15px;
}

.archive.tax-product_category .ce-main-wrapper .custom-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 20px 0;
}

.archive.tax-product_category .ce-main-wrapper .custom-filter #availability {
    margin-right: 20px;
}

.archive.tax-product_category .ce-main-wrapper select {
    font-size: .9em;
    padding: 6px 9px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 12px 7px !important;
    background-position-x: 97% !important;
    background-position-y: 52% !important;
}

.ce-products {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.ce-cart-page-wrapper .ce-cart-items {
    display: flex;
    flex-wrap: wrap;
}

.ce-list .product-item-wrapper,
.ce-cart-page-wrapper .ce-cart-items .product-item-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

.ce-products.ce-grid {
    margin: 0 -15px;
}

.ce-grid .product-item-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.ce-products .product-item {
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.ce-products .product-image,
.ce-cart-page-wrapper .ce-cart-items .product-image {
    flex: 0 0 100px;
    max-width: 100px;
}

.ce-products .product-name,
.ce-cart-page-wrapper .ce-cart-items .product-name {
    flex: 1;
    padding: 0 20px;
}

.ce-products .product-name p {
    margin-bottom: 0;
}

.ce-products .product-price {
    padding-left: 20px;
}

.ce-cart-page-wrapper .ce-cart-items .product-price {
    max-width: 130px;
    flex: 0 0 130px;
    text-align: center;
    padding: 0 10px;
}

.ce-product-detail-page .ce-product-detail-unit-measure,
.ce-cart-page-wrapper .product-unit-measure {
    max-width: 110px;
    flex: 0 0 110px;
    padding: 0 0 0 10px;
    text-align: center;
}

.ce-product-detail-page .ce-product-detail-unit-measure select.ce-product-detail-unit {
    background-color: transparent;
    padding: 0px 15px 0px 3px;
    background-position: right 10% top 66% !important;
    border: 1px solid #000;
    height: 39px;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
}

.ce-cart-page-wrapper .product-unit-measure select.ce-cart-unit {
    border: 1px solid #000;
    background-color: transparent;
    padding: 0 15px 2px 4px;
    height: 33px;
    cursor: pointer;
    width: 100%;
    text-overflow: inherit;
    background-position: right 10% top 67% !important;
    margin-bottom: 0;
}

.ce-cart-page-wrapper .ce-cart-items .ce-qty {
    padding-left: 20px;
    max-width: 110px;
    flex: 0 0 110px;
    text-align: center;
}

.ce-products .meta-inner,
.ce-cart-page-wrapper .ce-cart-items .meta-inner {
    display: flex;
    min-width: 110px;
    justify-content: space-between;
    cursor: pointer;
}

.ce-products.ce-list .product-meta-wrapper,
.ce-cart-page-wrapper .ce-cart-items .product-meta-wrapper {
    padding-left: 15px;
}

.ce-grid.ce-products {
    margin: 0 -15px;
}

.ce-products.ce-grid .product-item {
    flex-wrap: wrap;
}

.ce-products.ce-grid .product-item {
    padding: 20px;
    flex-wrap: wrap;
    border-radius: 4px;
    border: 1px solid #c7c4c465 !important;
}

.ce-products.ce-grid .product-name {
    flex: 0 0 100%;
    /* padding: 15px 0; */
    padding: 5px 0;
    order: 0;
}

.ce-products.ce-grid .product-image {
    order: 1;
    margin: 0 auto;
}

.ce-products.ce-grid .product-code {
    padding-top: 5px;
}

.ce-products.ce-grid .product-price {
    padding: 10px 0 0;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
}

.ce-products.ce-grid .product-meta-wrapper {
    padding-top: 10px;
    order: 3;
}

.ce-products .out-of-stock-product .meta-inner,
.ce-products .in-stock-product.document-zero .meta-inner,
.ce-list .out-of-stock-product.hide-cart-and-price .meta-inner {
    min-width: 66px;
}

.ce-list .out-of-stock-product.document-zero .meta-inner,
.ce-list .product-item-wrapper.in-stock-product.document-zero.hide-cart-and-price .meta-inner {
    min-width: 0;
}

.ce-products.ce-grid .mobile-btn-wrapper,
.ce-products.ce-list .mobile-btn-wrapper {
    display: none;
    text-align: right;
    height: 44px;
}

.ce-products.ce-grid .mobile-btn-wrapper .add-to-cart,
.ce-products.ce-list .mobile-btn-wrapper .add-to-cart {
    text-transform: capitalize;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid black;
    border-radius: 3px;
    font-weight: 600;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
    padding: 0 15px;
    min-width: auto;
    max-width: 130px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.ce-products.ce-grid .mobile-btn-wrapper .add-to-cart:hover,
.ce-products.ce-list .mobile-btn-wrapper .add-to-cart:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.archive.tax-product_category .ce-main-wrapper select {
    padding: 6px 25px 6px 15px;
    background: white;
    border: 1px solid #000;
    height: 42px;
    margin-bottom: 0;
}

.archive.tax-product_category .ce-main-wrapper .category-meta .view-icons a {
    outline: 0 !important;
    text-decoration: none;
    background: transparent;
}

.ce-main-wrapper .category-meta .view-icons a img {
    outline: 0 !important;
    opacity: 0.6;
    border-radius: 0;
}

.ce-main-wrapper .category-meta .view-icons a.active img {
    opacity: 1;
}

.ce-main-wrapper .ce-products .product-name .product-title, .ce-latest-products .ce-products .product-name .product-title{
    font-size: 20px;
    margin: 0;
}

.ce-main-wrapper .ce-products .product-price,
.ce-main-wrapper .ce-products .product-name .product-code
.ce-latest-products .ce-products .product-price,
.ce-latest-products .ce-products .product-name .product-code {
    font-size: 18px;
}

.ce-main-wrapper .ce-grid .product-item-wrapper,
.ce-latest-products .ce-grid .product-item-wrapper {
    margin-bottom: 25px;
}


.archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item,
.favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item,
.search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item,
.ce-related-products-wrapper .ce-products.ce-grid .product-item,
.ce-latest-products .ce-products.ce-grid .product-item {
    margin-bottom: 0;
}

.ce-main-wrapper .ce-products.ce-grid .product-item .product-image img,
.ce-latest-products .ce-products.ce-grid .product-item .product-image img {
    height: 100px;
}

.ce-products .product-item {
    padding: 10px 0;
}

.ce-main-wrapper .ce-list.ce-products .grid-product-code {
    display: none;
}

.ce-main-wrapper .ce-products.ce-grid .product-name .product-code {
    display: none;
}

.ce-main-wrapper .ce-products.ce-grid .grid-product-code, 
.ce-latest-products .ce-products.ce-grid .grid-product-code {
    order: 4;
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 10px;
}

.ce-main-wrapper .ce-products.ce-grid .grid-product-code p,
.ce-latest-products .ce-products.ce-grid .grid-product-code p {
    margin-bottom: 0;
}

.ce-main-wrapper .ce-products.ce-list .product-stock,
.ce-cart-page-wrapper .ce-cart-items .product-stock {
    max-width: 77px;
    flex: 0 0 77px;
    text-align: center;
}

.ce-main-wrapper .ce-products .product-stock p,
.ce-cart-page-wrapper .ce-cart-items .product-stock p,
.ce-latest-products .ce-products .product-stock p {
    margin: 0;
    display: inline-flex;
    font-size: 16px;
    align-items: center;
}

.ce-main-wrapper .ce-products .product-name a,
.ce-cart-page-wrapper .ce-cart-items .product-name a,
.ce-latest-products .ce-products .product-name a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}

.ce-main-wrapper .ce-products .product-name a:hover,
.ce-cart-page-wrapper .ce-cart-items .product-name a:hover,
.ce-latest-products .ce-products .product-name a:hover {
    text-decoration: underline;
}

.archive.tax-product_category .ce-main-wrapper .ce-products.ce-list .product-item .product-description {
    padding-right: 20px;
}

.archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-description.has-description,
.ce-latest-products .ce-products.ce-grid .product-item .product-description.has-description {
    flex: 0 0 100%;
}

.ce-main-wrapper .ce-products .product-stock img,
.ce-latest-products .ce-products .product-stock img {
    display: inline;
    vertical-align: middle;
    margin-left: 5px;
}

.ce-main-wrapper .custom-ordering {
    display: flex;
    align-items: center;
}

.ce-main-wrapper .price-slider-wrapper {
    position: relative;
}

.ce-main-wrapper .ce-price-slider {
    display: none;
    width: 288px;
    background-color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px 0px #888;
    position: absolute;
    top: 40px;
    left: 0;
}

.ce-main-wrapper .min-max {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.ce-main-wrapper .min-max label {
    font-size: 14px;
    margin-right: 5px;
    line-height: 1.6;
}

.ce-main-wrapper .ce-price-slider input[type="number"] {
    padding: 9px;
    max-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    width: 100%;
    max-height: 40px;
    border: 2px solid #000;
    border-radius: 4px;
    font-size: 18px;
}

.ce-main-wrapper .min-max-range {
    padding: 15px 0px 20px 0px;
}

.ce-main-wrapper .ce-price-slider .range {
    -webkit-appearance: none;
    appearance: none;
    width: 50%;
    height: 10px;
    max-width: 400px;
    background-color: #dedede;
    margin: 0;
    padding: 0;
    outline: none;
    float: left;
    padding: 0 !important;
    border: none !important;
}

.ce-main-wrapper .ce-price-slider .range#min {
    border-radius: 5px 0 0 5px;
}

.ce-main-wrapper .ce-price-slider .range:focus {    
    border: none;
}

.ce-main-wrapper .ce-price-slider .range#max {
    border-radius: 0 5px 5px 0;
}

.ce-main-wrapper .ce-price-slider .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #0070BF;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.ce-main-wrapper .ce-price-slider .range::moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #0070BF;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.ce-price-slider .ce-button {
    width: 100%;
    text-transform: capitalize;
    background-color: #fff !important;
    color: black !important;
    border: 1px solid black;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1.25;
    height: 40px;
    font-size: 18px;
    line-height: 34px;
    padding: 0 15px;
    cursor: pointer;
}

.ce-main-wrapper .price-button {
    font-size: .9em;
    padding: 6px 9px;
    border-radius: 5px;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
    font-weight: normal;
    text-transform: capitalize;
    width: 100px;
    text-align: left;
    position: relative;
    height: 42px;
}

.ce-main-wrapper .price-button:after {
    position: absolute;
    content: '';
    background-image: url('../images/down-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 7px;
    width: 12px;
    background-size: 12px 7px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

/* category page css end */
.ce-main-wrapper .ce-breadcrumb {
    padding-bottom: 20px;
}

.ce-main-wrapper .ce-breadcrumb a {
    text-decoration: none;
}

.ce-main-wrapper .ce-breadcrumb span {
    text-transform: capitalize;
}

/*Detail page css*/

.ce-product-detail-page .ce-product-summary .ce-product-info-title {
    display: none;
}

.ce-product-detail-page .number-wrapper {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 30px;
    line-height: 1;
}

.ce-product-detail-page .number-wrapper span {
    font-size: 18px;
    line-height: 1;
}

.ce-product-detail-page {
    display: flex;
    padding: 0 0 40px 0;
    margin: 0 -25px;
    overflow: hidden;
}

.ce-product-detail-page .ce-product-gallery,
.ce-product-detail-page .ce-product-summary {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 25px;
    box-sizing: border-box;
}

.ce-product-detail-page .ce-product-summary {
    position: relative;
}

.ce-product-detail-page .ce-code-like-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ce-product-detail-page .ce-code-like-wrapper .product-like {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 25px;
    top: 0;
}

.ce-product-detail-page .ce-product-gallery {
    display: flex;
}

.ce-product-detail-page .ce-product-gallery .ce-product-gallery-wrapper.has-one-image {
    max-width: 100%;
    flex: 0 0 100%;
}

.ce-product-detail-page .ce-product-gallery .ce-product-gallery-wrapper .ce-main-swiper-images {
    height: 400px;
}

.ce-product-detail-page .ce-product-gallery .ce-main-swiper-images .image-wrapper {
    height: 100%;
}

.ce-product-detail-page .ce-product-gallery .ce-product-gallery-wrapper {
    order: 2;
    max-width: 74.9%;
    flex: 0 0 74.9%;
}

.ce-product-detail-page .ce-product-gallery .ce-thumb-swiper-images {
    order: 1;
    max-width: 25.1%;
    flex: 0 0 25.1%;
    padding: 0 30px 0 0;
    height: 390px;
}

.ce-product-detail-page .ce-product-summary .ce-product-description p {
    font-size: 18px;
}

.ce-product-detail-page .ce-product-summary .ce-product-description li {
    margin: 10px 0 0;
    font-size: 18px;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.ce-product-detail-page .ce-product-summary .ce-product-description li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 14px;
    height: 6px;
    width: 6px;
    background-color: #000;
    border-radius: 50%;
}

.ce-product-detail-page .ce-product-summary .folder,
.ce-product-detail-page .ce-product-summary .product-stock p {
    display: inline-flex;
    font-size: 22px;
    align-items: center;
}

.ce-product-detail-page .ce-product-summary .folder {
    cursor: pointer;
}

.ce-product-detail-page .ce-product-summary .folder img,
.ce-product-detail-page .ce-product-summary .product-stock p img {
    display: inline;
    vertical-align: middle;
    margin-left: 5px;
}

.ce-product-detail-page .ce-product-title {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 10px !important;
    text-transform: capitalize;
    font-weight: 500;
    padding-right: 35px;
}

.ce-product-detail-page .ce-product-code {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.ce-product-detail-page .ce-product-price {
    font-weight: 500;
    font-size: 22px;
    margin: 15px 0;
}

.ce-product-detail-page .ce-cart-form,
.ce-cart-page-wrapper .ce-cart-items .ce-cart-form {
    font-size: 21px;
}

.ce-product-detail-page .ce-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 25px;
}

.ce-product-detail-page .ce-quantity {
    flex: 0 0 110px;
    max-width: 110px;
    display: flex;
    align-items: center;
}

.ce-cart-page-wrapper .ce-cart-items .ce-quantity {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
}

.ce-product-detail-page .ce-quantity em {
    height: 25px;
    width: 25px;
    cursor: pointer;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce-cart-page-wrapper .ce-cart-items .ce-quantity em {
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce-product-detail-page .ce-quantity em img {
    width: 16px;
}

.ce-product-detail-page button.ce-single-add-to-cart {
    text-transform: capitalize;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid black;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1.25;
    height: 60px;
    font-size: 18px;
    line-height: 54px;
    padding: 0 15px;
    min-width: 150px;
    cursor: pointer;
    transition: all 0.3s;
}

.ce-product-detail-page button.ce-single-add-to-cart:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.ce-product-detail-page .ce-quantity .ce-quantity-input,
.ce-cart-page-wrapper .ce-cart-items .ce-quantity .ce-quantity-input {
    width: 50px;
    border: none;
    text-align: center;
    background: transparent;
    font-size: 30px;
    padding: 0;
    margin: 0;
    outline: none !important;
    pointer-events: none;
}

.ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper {
    display: flex;
}

.ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper.ce-uom-display .ce-meta-wrapper {
    flex: 1;
    max-width: 240px;
}

.ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper.ce-uom-display .ce-meta-wrapper .product-stock {
    margin-bottom: 15px;
}

.ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-cart-btn-wrapper {
    margin-top: 34px;
    padding-left: 15px;
}

.ce-product-detail-page .swiper-slide img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}

.ce-product-detail-page .swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
}

.ce-product-detail-page .swiper-pagination-clickable .swiper-pagination-bullet {
    min-width: 50px;
    border-radius: 0;
    height: 6px;
    border: none;
    background: rgba(0, 0, 0, 0.4);
}

.ce-product-detail-page .ce-product-gallery-wrapper {
    height: 400px;
    width: 100%;
}

.ce-product-detail-page .swiper-pagination {
    display: none;
}

.ce-product-detail-page .swiper-button-next:after,
.ce-product-detail-page .swiper-button-prev:after {
    content: '' !important;
}

.ce-product-detail-page .ce-thumb-swiper-images .swiper-slide {
    width: 100%;
    opacity: 0.4;
}

.ce-product-detail-page .ce-thumb-swiper-images .swiper-slide .image-wrapper {
    position: relative;
    height: 100%;
    cursor: pointer;
}

.ce-product-detail-page .ce-thumb-swiper-images .swiper-slide .image-wrapper img {
    cursor: pointer;
}

.ce-product-detail-page .ce-thumb-swiper-images .swiper-slide .image-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ce-product-detail-page .ce-thumb-swiper-images .swiper-slide-thumb-active {
    opacity: 1;
}

.ce-product-detail-page .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #000;
    opacity: 1;
}

.ce-product-detail-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

.ce-product-detail-page .swiper-button-prev {
    left: 0;
}

.ce-product-detail-page .swiper-button-next {
    right: 0;
}

.ce-product-detail-page .ce-product-gallery .search-icon-wrapper {
    display: none;
    position: absolute;
    right: 30px;
    top: 0;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
body #cboxContent  #cboxClose,
#cboxSlideshow {
    cursor: pointer;
    border: none;
}

.cboxPhoto {
    float: left;
    margin: 0 !important;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100% !important;
    width: 100% !important;
}

.ce-main-swiper-images .gallery {
    margin: 0;
    width: 100%;
    position: relative;
}

.ce-main-swiper-images a.gallery em {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 2;
    height: 30px;
    width: 30px;
}

.ce-main-swiper-images a.gallery:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.ce-main-swiper-images a.gallery:hover em,
.ce-main-swiper-images a.gallery:hover:before {
    opacity: 1;
    visibility: visible;
}

.ce-main-swiper-images a:hover,
.ce-main-swiper-images a:focus {
    outline: none;
}

.ce-product-detail-page .swiper-slide img {
    cursor: zoom-in;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 68px;
    background-image: url('../images/right-black-arrow.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 9999;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('../images/right-black-arrow.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background-color: #fff;
    border-radius: 4px;
    transform: rotate(180deg);
    z-index: 9999;
}

body #cboxContent #cboxClose {
    position: absolute;
    content: '';
    background-color: #fff;
    right: 0;
    top: 0;
    color: transparent;
    background-image: url('../images/close.svg') !important;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: center !important;
    font-size: 0;
}

/* detail page end*/
/* popup css start*/
.ce-popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.7); */
    background: transparent;
    transition: opacity 300ms;
    visibility: hidden;
    opacity: 0;
}

.document-link-wrapper.selected+.ce-popup-overlay,
.product-item.selected+.ce-popup-overlay {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.ce-popup {
    margin: 70px auto;
    padding: 30px;
    background: #fff;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    -webkit-box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    -moz-box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.ce-popup h2 {
    margin-top: 0;
    cursor: text;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.ce-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.ce-popup .close:hover {
    opacity: .5;
}

.ce-popup .ce-popup-content {
    max-height: 30%;
    /* overflow: auto; */
}

.ce-popup .ce-table {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 0;
    border-color: #e5e5e5;
}

.ce-popup .ce-table tbody th:last-child,
.ce-popup .ce-table tbody td:last-child {
    padding-left: 20px;
    padding-right: 20px;
}

.ce-popup .ce-table tbody th,
.ce-popup .ce-table tbody td {
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 15px 0 15px 20px;
    line-height: 24px;
    text-align: start;
    vertical-align: top;
    border-color: #e5e5e5;
}

.ce-popup .ce-table tbody td.center {
    text-align: center;
}

.ce-popup .ce-table tbody th {
    text-transform: uppercase;
    background: #F3F4F6;
}

.ce-popup .ce-table td a {
    text-decoration: none;
}

/* popup css end */
/* cart page css start */

.ce-cart-page-wrapper * {
    box-sizing: border-box;
}

.ce-cart-page-wrapper .product-item-wrapper.ce-cart-items-header .product-item * {
    font-size: 20px;
}

.ce-cart-page-wrapper .product-item-wrapper .product-item * {
    font-size: 18px;
}

.ce-cart-page-wrapper .product-name p {
    margin-bottom: 0;
}

.ce-cart-page-wrapper .product-name p.product-code {
    font-size: 16px;
}

.ce-cart-page-wrapper .ce-cart-items .ce-quantity em img {
    width: 18px;
}

.ce-cart-page-wrapper .ce-cart-items .ce-product-subtotal {
    max-width: 140px;
    flex: 0 0 140px;
    padding-left: 20px;
    text-align: right;
}

.ce-cart-page-wrapper .ce-cart-items .ce-product-remove {
    padding-left: 20px;
    max-width: 50px;
    flex: 0 0 50px;
}

.ce-cart-page-wrapper .ce-cart-items .ce-product-remove a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 5px 5px;
}

.ce-cart-page-wrapper .ce-cart-items .ce-product-remove img {
    min-width: 15px;
    height: auto;
}

.ce-cart-page-wrapper .ce-cart-items .ce-quantity .ce-quantity-input {
    font-size: 18px;
    /* width: 30px; */
    width: 35px;
}

.ce-cart-page-wrapper .product-item-wrapper .product-item {
    margin-bottom: 15px;
    display: flex;
}

.ce-cart-page-wrapper .product-item-wrapper:not(.ce-cart-items-header) .product-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.ce-products .product-image img,
.ce-cart-page-wrapper .ce-cart-items .product-image img {
    width: 100px;
    height: auto;
}

.ce-cart-page-wrapper .product-item-wrapper .ce-product-inner-wrapper {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.ce-cart-page-wrapper .product-item-wrapper .ce-product-inner-wrapper .ce-product-meta-wrapper {
    display: flex;
    align-items: center;
}

.ce-cart-page-wrapper .product-name p.product-title {
    margin: 0;
}

.ce-cart-page-wrapper .product-stock p span {
    display: none;
}

.ce-cart-page-wrapper .product-stock p em {
    display: inline-block;
    width: 25px;
    height: auto;
}

.ce-cart-page-wrapper .ce-cart-totals-wrapper {
    width: 100%;
}

.ce-cart-page-wrapper .ce-cart-totals {
    margin: 0 50px 0 auto;
}

.ce-cart-page-wrapper .ce-subtotal {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.ce-cart-page-wrapper .ce-subtotal p {
    margin: 0;
    display: inline-block;
    max-width: 140px;
    flex: 0 0 140px;
    font-size: 20px;
}

.ce-cart-page-wrapper .ce-subtotal span {
    font-size: 20px;
}

.ce-cart-page-wrapper .ce-checkout {
    max-width: 30%;
    margin: 0 0 0 auto;
}

.ce-cart-page-wrapper .ce-checkout .ce-button {
    display: block;
    min-width: 250px;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    background-color: #fff !important;
    color: black !important;
    border: 1px solid black;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1.25;
    height: 40px;
    font-size: 18px;
    line-height: 34px;
    padding: 0 15px;
    margin-top: 20px;
    text-decoration: none !important;
}

.ce-cart-page-wrapper .ce-checkout a {
    text-decoration: none;
}

.ce-cart-page-wrapper .ce-checkout:hover a {
    text-decoration: underline;
}

.ce-cart-page-wrapper .ce-empty-cart h2 {
    margin: 0 0 20px;
    text-align: center;
}

.ce-cart-page-wrapper .ce-empty-cart p,
.ce-checkout-tabbing-section .ce-empty-cart p {
    font-size: 22px;
    text-align: center;
}

.ce-cart-page-wrapper h1.ce-page-title {
    margin: 6rem auto 3rem;
    font-size: 40px;
    font-weight: 500;
}

.ce-cart-page-wrapper span.ce-cart-count {
    font-size: 22px;
}

/* cart page css end */
/* flyout cart css start */

.flyout-cart-open,
body.ce-popup-open {
    overflow: hidden;
}

.ce-flyout-cart .ce-cart-product-UOM p {
    font-size: 16px;
}

.ce-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transition: all 0.3s;
    cursor: pointer;
}

.flyout-cart-open .ce-cart-overlay {
    opacity: 1;
    visibility: visible;
}

.ce-flyout-cart .ce-cart-contents {
    position: fixed;
    top: 0;
    right: -570px;
    z-index: 99;
    width: 550px;
    height: 100%;
    transition: all 0.3s;
}

.flyout-cart-open .ce-cart-contents {
    right: 0 !important;
}

.ce-flyout-cart p {
    margin: 0;
}

.ce-flyout-cart .ce-cart-contents .ce-cart-contents-inner {
    padding: 40px 20px 20px;
    background: #fff;
    box-shadow: 0 5px 6px rgb(0 0 0 / 50%);
    height: 100%;
    position: relative;
    z-index: 2;
}

.ce-flyout-cart .ce-cart-contents-inner .ce-close-flyout-cart {
    position: absolute;
    top: 10px;
    right: 20px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce-flyout-cart .ce-cart-contents-inner .ce-close-flyout-cart img {
    height: 20px;
    width: 20px;
    object-fit: cover;
}

.ce-flyout-cart .ce-cart-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ce-flyout-cart .ce-cart-title p {
    margin: 0;
    font-size: 20px;
}

.ce-flyout-cart .ce-cart-title .ce-view-cart-link {
    color: #000;
}

.ce-flyout-cart .ce-cart-body {
    height: calc(100% - 112px);
    padding-bottom: 15px;
}

.ce-flyout-cart .ce-cart-products-wrapper {
    height: calc(100% - 47px);
    overflow-y: auto;
    border-bottom: 1px solid #dedede;
    padding-right: 17px;
    margin-right: -17px;
}

.ce-flyout-cart .ce-cart-products .ce-cart-product {
    padding: 20px 0;
}

.ce-flyout-cart .ce-cart-products .ce-cart-product-inner {
    display: flex;
    justify-content: space-between;
}

.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-img {
    flex: 0 0 100px;
    max-width: 100px;
    position: relative;
}

.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-img img {
    width: 100px;
    height: auto;
}

.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-img .ce-item-count-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -12px;
    right: -12px;
    height: 24px;
    min-width: 24px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 0, 0, 1);
    border-radius: 20px;
    background-color: #dfdfdf;
    border: 1px solid #6d6d6d;
    padding: 4px;
}

.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-description {
    flex: 1;
    padding: 0 20px;
}

.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price {
    flex: 0 0 120px;
    max-width: 120px;
}

.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-description a {
    color: #000;
    text-decoration: none;
}

.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-description a:hover {
    text-decoration: underline;
}

.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price a {
    font-size: 16px;
    color: rgba(255, 0, 0, 1);
}

.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price .price,
.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price a {
    display: block;
    text-align: right;
}

.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price .price {
    margin-bottom: 10px;
    font-size: 18px;
}

.ce-flyout-cart .ce-cart-totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

.ce-flyout-cart .ce-cart-btn-wrapper {
    padding: 20px 0 0px;
    text-align: center;
}

.ce-flyout-cart .ce-cart-btn {
    min-width: 200px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    line-height: 38px;
    height: 40px;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

.ce-flyout-cart .ce-empty-cart p {
    margin-bottom: 0;
    text-align: center;
    margin-top: 40%;
}

.ce-flyout-cart-notices {
    margin-bottom: 10px;
}


.ce-flyout-cart-notices .notice {
    padding: 10px;
    background-color: #d3d3d354;
    color: #000;
    border-radius: 4px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}


.ce-flyout-cart-notices .notice {
    font-size: 16px;
    padding: 6px 10px;
}

.ce-flyout-cart-notices .notice>a {
    font-weight: 500;
    font-style: italic;
    color: #000;
    margin-left: 5px;
    min-width: 70px;
}

.ce-flyout-cart-notices .notice.notice-success {
    background-color: rgba(0, 128, 0, 0.3);
}

.ce-flyout-cart-notices .notice.notice-error {
    background-color: rgba(255, 0, 0, 0.3);
}

.ce-flyout-cart-notices .notice.notice-warning {
    background-color: rgb(221, 160, 48, 0.3);
}

/* flyout cart css end  */

/*menu css*/
.ce-heart-menu-icon {
    background-image: url('../images/heart.svg') !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 25px;
    display: flex;
    align-items: center;
}

.ce-heart-menu-icon a {
    width: 25px;
    color: transparent !important;
    margin: 0;
    padding: 0 !important;
    position: relative;
}

.ce-cart-menu-icon {
    background-image: url('../images/shopping-cart.svg') !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 25px;
    display: flex;
    align-items: center;
}

.ce-cart-menu-icon a {
    width: 25px;
    color: transparent !important;
    margin: 0;
    padding: 0 !important;
    position: relative;
    line-height: inherit;
}

.ce-cart-menu-icon a::after,
.ce-heart-menu-icon a::after {
    content: attr(count);
    font-size: 12px;
    color: #fff;
    background: black;
    border-radius: 20px;
    padding: 0 3px;
    position: absolute;
    left: 12px;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    min-width: 16px;
    transition: all 0.3s;
}

.ce-cart-menu-icon a[count="0"]::after,
.ce-heart-menu-icon a[count="0"]::after {
    content: none;
}

.ce-cart-menu-icon a:focus {
    z-index: 1 !important;
}

/* menu css end */
/* checkout page css */

/* check out page css start */
.ce-checkout-tabbing-section {
    padding: 0 !important;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.ce-checkout-tabbing-section .ce-order-summary-background {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background-color: #eaeaea;
    z-index: -1;
}

.ce-checkout-tabbing-section *,
.ce-checkout-tabbing-section *:before,
.ce-checkout-tabbing-section *:after {
    box-sizing: border-box;
}

.ce-tabbing-outer-wrapper {
    padding: 57px 0;
}

.ce-tabbing-outer-wrapper .ce-tabbing-head {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0;
    padding-bottom: 40px;
}

.ce-tabbing-outer-wrapper .ce-tabbing-head li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin: 0;
    position: relative;
    opacity: 0.4;
}

.ce-my-account-order-details-wrapper *,
.ce-my-account-order-details-wrapper *:before,
.ce-my-account-order-details-wrapper *:after {
    box-sizing: border-box;
}

.ce-account-page-wrapper.has-transcation-search-popup {
    padding-bottom: 70px;
    position: relative;
}

.ce-account-page-wrapper .ce-tabbing-head-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.ce-account-page-wrapper .ce-tabbing-head-wrapper:not():empty {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.ce-account-page-wrapper .ce-tabbing-head-wrapper .search-wrapper {
    margin-left: 60px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.ce-account-page-wrapper .ce-tabbing-head-wrapper .search-wrapper a {
    display: block;
    height: 30px;
    width: 30px;
    padding: 5px;
    transition: all 0.3s;
}

.ce-account-page-wrapper .ce-tabbing-head-wrapper .search-wrapper:hover .searchbox-outer,
.ce-account-page-wrapper .ce-tabbing-head-wrapper .search-wrapper .transaction-search.selected+.searchbox-outer {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 2;
}

.ce-account-page-wrapper .searchbox-outer {
    position: absolute;
    background-color: #fff;
    min-width: 680px;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    /* box-shadow: 0.2rem 0.4rem 1rem 0 rgb(0 0 0 / 6%); */
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border: 1px solid #eee;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    min-height: 300px;
}

.ce-account-page-wrapper .searchbox-outer .searchbox-wrapper {
    margin: 0;
    padding: 20px 30px 30px;
}

.ce-account-page-wrapper .searchbox-wrapper {
    margin: 25px 0 60px;
}

.ce-account-page-wrapper .searchbox-wrapper .ce-search-title span {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
}

.ce-account-page-wrapper .searchbox-outer .searchbox-wrapper .ce-searchbox-form-wrapper {
    max-width: 100%;
}

.ce-account-page-wrapper .searchbox-wrapper .ce-searchbox-form-wrapper {
    max-width: 600px;
    margin: 0 0 30px;
}

.ce-account-page-wrapper .searchbox-wrapper .custom-radio-wrapper {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.ce-account-page-wrapper .searchbox-wrapper .custom-radio-btn {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    display: block;
}

.ce-account-page-wrapper .searchbox-wrapper .radio-btn-wrapper {
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 30px;
    position: relative;
}


.ce-account-page-wrapper .searchbox-wrapper .radio-btn-wrapper input[type='radio'] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none !important;
    outline: none !important;
    appearance: none;
    cursor: pointer;
    z-index: 2;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.ce-account-page-wrapper .searchbox-wrapper .radio-btn-wrapper label {
    margin: 0;
    display: block;
    font-size: 18px;
    line-height: 1;
    position: relative;
    flex: 1;
    font-weight: 400;
    padding: 0;
}

.ce-account-page-wrapper .searchbox-wrapper .radio-btn-wrapper input[type='radio']:after {
    display: none;
}

.ce-account-page-wrapper .searchbox-wrapper .radio-btn-wrapper input[type='radio']+label::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #6d6d6d;
}

.ce-account-page-wrapper .searchbox-wrapper .radio-btn-wrapper input[type='radio']+label::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6d6d6d;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.ce-account-page-wrapper .searchbox-wrapper .radio-btn-wrapper input[type='radio']:checked+label::after {
    opacity: 1;
    visibility: visible;
}

.ce-account-page-wrapper .searchbox-wrapper .form-group {
    position: relative;
}

.ce-account-page-wrapper .searchbox-wrapper .form-group.search-feild label {
    display: none;
}

.ce-account-page-wrapper .searchbox-wrapper .form-group .form-control {
    margin: 0 0 30px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #000;
    border: 1px solid #c3c4c7;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    font-size: 16px;
    outline: none !important;
}

.ce-account-page-wrapper .searchbox-wrapper .form-group.btn-wrapper button {
    min-width: 160px;
}

.ce-account-page-wrapper .searchbox-wrapper p.note {
    font-size: 16px;
    font-style: italic;
    color: #333;
    line-height: 1.2;
    margin: 0;
}

.ce-account-page-wrapper .ce-tabbing-head-wrapper .search-wrapper a img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head li {
    flex: none;
    max-width: none;
    margin-bottom: 0;
}

.ce-tabbing-outer-wrapper .ce-tabbing-head>li:first-child {
    padding-left: 0 !important;
}

.ce-tabbing-outer-wrapper .ce-tabbing-head>li:last-child {
    padding-right: 0 !important;
}

.ce-tabbing-outer-wrapper .ce-tabbing-head li.active {
    opacity: 1;
}

.ce-tabbing-outer-wrapper .ce-tabbing-head li:not(:last-child):before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background-image: url('../images/breadcrumb-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head li:not(:last-child):before {
    background-image: none;
    border-right: 1px solid #000;
    height: 19px;
    top: 54%;
}

.ce-tabbing-outer-wrapper .ce-tab-link {
    display: block;
    text-decoration: none !important;
}

.ce-tabbing-outer-wrapper .ce-tab-link-inner {
    display: flex;
    padding: 0;
    align-items: center;
}

.ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-icon {
    flex: 0 0 30px;
    max-width: 30px;
    padding-right: 8px;
}

.ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-icon img {
    width: 22px;
    height: auto;
    vertical-align: middle;
}

.ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-text {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
}

.ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-text span {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #000;
}

.ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-text .step-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}

.ce-tabbing-outer-wrapper .ce-tab-content {
    display: flex;
}

.ce-tabbing-outer-wrapper .ce-tab-content-form,
.ce-tabbing-outer-wrapper .ce-tab-content-summary {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 50px;
}

.ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tab-content {
    display: block;
}

.ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tab-content-form {
    flex: none;
    max-width: none;
    padding: 0;
}

.ce-order-summary {
    border-radius: 4px;
    border: 1px solid transparent;
}

.ce-order-summary-title {
    text-decoration: none !important;
    display: none;
    padding: 10px 25px;
}

.ce-order-summary .ce-order-summary-title-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ce-order-summary .ce-order-summary-title-inner .ce-order-summary-title-right {
    margin-left: 12px;
}

.ce-order-summary .ce-order-summary-title-inner .ce-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce-order-summary .ce-order-summary-title-inner .ce-title-wrapper .down-arrow img {
    transition: all 0.5s;
}

.ce-tabbing-outer-wrapper .ce-tab-content-summary.active .ce-title-wrapper .down-arrow img {
    transform: rotate(180deg);
}

.ce-order-summary .ce-order-summary-title-inner .ce-title-wrapper span {
    margin: 0 5px;
    display: inline-block;
    color: #000;
    font-size: 18px;
}

.ce-order-summary .ce-order-summary-title-inner .ce-order-summary-title-right .ce-total-price {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.ce-order-summary .ce-order-products-wrapper {
    border-bottom: 1px solid #6d6d6d;
    padding-bottom: 12px;
}

.ce-order-summary .ce-order-product {
    padding: 12px 0;
}

.ce-order-summary .ce-order-product-inner {
    display: flex;
}

.ce-order-summary .ce-order-product-inner .ce-product-img {
    flex: 0 0 60px;
    max-width: 60px;
    position: relative;
}

.ce-order-summary .ce-order-product-inner .ce-product-img img {
    width: 60px;
    height: auto;
}

.ce-order-summary .ce-order-product-inner .ce-product-img .ce-item-count-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -8px;
    height: 20px;
    min-width: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-radius: 20px;
    background-color: #dfdfdf;
    padding: 3px;
    border: 1px solid #6d6d6d;
}

.ce-order-summary .ce-order-product-inner .ce-product-info {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 20px;
}

.ce-order-summary .ce-order-product-inner .ce-product-info-inner {
    display: flex;
}

.ce-order-summary .ce-product-info-inner .ce-product-title {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
}

.ce-order-summary .ce-product-info-inner .ce-product-price {
    flex: 0 0 120px;
    max-width: 120px;
    padding-left: 10px;
}

.ce-order-summary .ce-product-info-inner .ce-product-title a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: inline-block;
    line-height: 1.2;
}

.ce-order-summary .ce-product-info-inner .ce-product-title a:hover {
    text-decoration: underline;

}

.ce-order-summary .ce-product-UOM p {
    font-size: 16px;
}

.ce-order-summary .ce-product-info-inner .ce-product-price .ce-price {
    color: #000;
    font-size: 16px;
    display: block;
    text-align: right;
}

.ce-order-summary .ce-order-cost-wrapper {
    padding: 15px 0;
    border-bottom: 1px solid #6d6d6d;
}

.ce-order-summary .ce-order-cost-wrapper .ce-order-cost {
    display: flex;
    justify-content: space-between;
}

.ce-order-summary .ce-order-cost-wrapper .ce-order-cost span {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    display: inline-block;
}

.ce-order-summary .ce-order-cost-wrapper .ce-order-cost span.ce-price {
    padding-left: 10px;
}

.ce-order-summary .ce-order-cost-wrapper .ce-order-cost+.ce-order-cost {
    margin-top: 10px;
}

.ce-order-summary .ce-order-total {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #6d6d6d;
}

.ce-order-summary .ce-order-total span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.ce-order-summary .ce-order-total .total-price {
    font-weight: 600;
}

.ce-customer-info-block .ce-checkout-form-wrapper .ce-feild-title {
    margin: 15px 0;
}

.ce-checkout-form-block .form-group .form-control.more-margin {
    margin-bottom: 30px;
}

.ce-tab-content-form .ce-step-count-wrapper {
    margin-left: -25px;
}

.ce-tab-content-form .ce-step-count-inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ce-tab-content-form .ce-step-count-inner-wrapper .ce-step-count-left .ce-step-count {
    top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-radius: 50%;
    background-color: #dfdfdf;
    border: 1px solid #6d6d6d;
}

.ce-tab-content-form .ce-customer-info-block-inner .ce-step-count-inner-wrapper .ce-step-count-left .ce-step-title {
    color: #000;
    font-size: 16px;
}

.ce-tab-content-form .ce-customer-info-block-inner .ce-step-count-inner-wrapper .ce-step-count-right p {
    margin-bottom: 0;
    font-size: 16px;
}

.ce-tab-content-form .ce-customer-info-block-inner .ce-step-count-inner-wrapper .ce-step-count-right p a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.ce-tab-content-form .ce-customer-info-block-inner .ce-step-count-inner-wrapper .ce-step-count-right p a:hover {
    text-decoration: underline;
}


.ce-tooltip em {
    display: block;
    position: absolute;
    right: 22px;
    top: calc(50% - 7px);
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.ce-tooltip em img {
    height: 15px;
    width: 15px;
    object-fit: cover;
    vertical-align: top;
}

.ce-tooltip .ce-tooltip-content {
    position: absolute;
    min-width: 110px;
    right: -110px;
    top: 10px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 30%);
    padding: 0 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.ce-tooltip em:hover~.ce-tooltip-content {
    opacity: 1;
    visibility: visible;
}

.ce-tooltip .ce-tooltip-content span {
    font-size: 16px;
}

.ce-checkout-form-wrapper .custom-radio-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.ce-checkout-form-wrapper .ce-shipping-methods label {
    font-size: 14px;
    padding: 0;
}

.ce-checkout-form-wrapper .user-type-radio-wrapper {
    display: flex;
    align-items: center;
}

.ce-checkout-form-wrapper .user-type-radio-wrapper .custom-radio-btn input[type='radio'] {
    border: none !important;
}

.ce-checkout-form-wrapper .user-type-radio-wrapper .custom-radio-btn {
    margin-top: 0 !important;
}

.ce-checkout-form-wrapper .custom-radio-wrapper:last-child {
    margin: 0;
}

.ce-checkout-form-wrapper .ce-customer-detail-wrapper {
    border: 1px solid #6d6d6d;
    padding: 0 15px;
    margin-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
}

.ce-checkout-form-wrapper .ce-customer-detail-wrapper .ce-customer-data-feild {
    padding: 10px 0;
    display: flex;
}

.ce-checkout-form-wrapper .ce-customer-detail-wrapper .ce-customer-data-feild+.ce-customer-data-feild {
    border-top: 1px solid #6d6d6d;
}

.ce-checkout-form-wrapper .ce-customer-data-feild .ce-feild-type {
    flex: 0 0 80px;
    max-width: 80px;
    padding-right: 10px;
}

.ce-checkout-form-wrapper .ce-customer-data-feild .ce-feild-data {
    flex: 1;
    word-break: break-word;
}

.ce-checkout-form-wrapper .ce-customer-data-feild .ce-change-value {
    flex: 0 0 90px;
    max-width: 90px;
    padding-left: 10px;
}

.ce-checkout-form-wrapper .ce-customer-data-feild span,
.ce-checkout-form-wrapper .ce-customer-data-feild span a {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}

.ce-checkout-form-wrapper .ce-customer-data-feild span a {
    text-decoration: none;
    text-align: right;
}

.ce-checkout-form-wrapper .ce-customer-data-feild span a:hover {
    text-decoration: underline;
}

.ce-payment-block-inner .ce-checkout-form-block .form-group.cvv-wrapper {
    flex: 0 0 90px;
    max-width: 90px;
}

.ce-payment-block-inner .ce-checkout-form-block .form-group.card-expiry-wrapper {
    flex: 0 0 150px;
    max-width: 150px;
}

.ce-payment-block-inner .ce-checkout-form-block .form-group.card-number-wrapper {
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
}

.ce-checkout-shipping-detail-form .ce-shipping-methods {
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.ce-checkout-shipping-detail-form .ce-shipping-methods .custom-radio-btn {
    max-width: unset;
    flex: 0 0 50%;
    margin-top: 0;
    margin-bottom: 10px;
}

.ce-checkout-form-wrapper .ce-shipping-methods .custom-radio-btn .radio-btn-wrapper {
    margin-bottom: 0;
    height: inherit !important;
}

.ce-checkout-form-wrapper .ce-shipping-methods .custom-radio-btn label span {
    font-size: 13px;
}


.ce-checkout-form-wrapper .ce-pickup-stores .custom-radio-btn {
    width: 100%;
    max-width: none;
}

.ce-checkout-form-wrapper .ce-pickup-stores .custom-radio-btn .radio-btn-wrapper {
    margin-bottom: 15px;
    min-height: auto;
}

.ce-checkout-form-wrapper .custom-radio-btn .extra-feilds-wrapper .form-group label {
    display: none;
}

.ce-checkout-form-wrapper .find-store-wrapper {
    border: 1px solid #6d6d6d !important;
    padding: 10px 10px 10px 15px;
    width: 100%;
    margin-bottom: 15px;
}

.ce-checkout-form-wrapper .find-store-wrapper p {
    font-size: 16px;
}

.ce-checkout-form-wrapper .find-store-wrapper .postcode-inp-wrapper label {
    font-size: 14px;
}

.ce-checkout-form-wrapper .find-store-wrapper .postcode-input {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.ce-checkout-form-wrapper .find-store-wrapper .postcode-input input[type="text"] {
    height: 45px;
    line-height: 50px;
    padding: 0 15px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    font-size: 16px;
}

.ce-checkout-form-wrapper .find-store-wrapper #find-store-btn {
    background-color: #000;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    outline: 0;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    min-width: fit-content;
}

.ce-checkout-form-wrapper .custom-radio-btn .extra-feilds-wrapper {
    border: 1px solid #000;
    border-top: none;
    padding: 15px 10px;
    display: none;
    background-color: #efefef;
}

.ce-checkout-form-wrapper .custom-radio-btn .extra-feilds-wrapper .extra-feilds-inner.different-billing {
    flex-wrap: wrap;
    /* max-width: 480px; */
    display: flex;
    margin-bottom: -15px;
}


/* checkout page css end */
/* standard order page css */
.ce-account-page-wrapper .ce-table.ce-standard-orders-table td.order-col {
    box-sizing: border-box !important;
    width: 200px !important;
}

.ce-account-page-wrapper .ce-table.ce-standard-orders-table td.date-col {
    box-sizing: border-box !important;
    width: 160px !important;
}

.dataTables_paginate .disabled.previous,
.dataTables_paginate .disabled.next {
    display: none;
}

.dataTables_paginate .page-numbers {
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.dataTables_paginate a.page-numbers.previous {
    padding-left: 0;
}

.dataTables_paginate a.page-numbers.next {
    padding-right: 0;
}

.dataTables_paginate .page-numbers.current {
    font-weight: bold;
}

.ce-my-account-order-details-wrapper .order-meta-row .custom-checkbox-wrapper {
    padding-left: 15px;
    display: none;
}
/* standard order page css end */

/* standard order detail page css start */
.ce-my-account-order-details-wrapper .ce-page-title h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.ce-account-page-wrapper .ce-table,
.ce-my-account-order-details-wrapper .ce-table {
    border: none;
    width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
}

.ce-account-page-wrapper .ce-table td,
.ce-my-account-order-details-wrapper .ce-table td {
    border: none;
    border-bottom: 1px solid #c3c4c7;
    padding: 8px 5px;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    vertical-align: baseline;
    white-space: normal;
    background-color: transparent;
}

.ce-account-page-wrapper .ce-table thead td,
.ce-my-account-order-details-wrapper .ce-table th {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
}

.ce-my-account-order-details-wrapper .ce-table th {
    padding: 10px 4px;
    vertical-align: baseline;
    white-space: normal;
}

.ce-account-page-wrapper .ce-table tr {
    position: relative;
    cursor: pointer;
}

.ce-account-page-wrapper .ce-table td.zero-space,
.ce-my-account-order-details-wrapper .ce-table td.zero-space {
    padding: 0;
}

.ce-account-page-wrapper .ce-table tr .check-detail-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    cursor: pointer;
}

.ce-text-left {
    text-align: left;
}

.ce-text-right {
    text-align: right;
}

.ce-text-center {
    text-align: center;
}

.ce-account-page-wrapper .ce-page-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.ce-orders-table .date-col span,
.ce-invoices-table .date-col span,
.ce-standard-orders-table .date-col span {
    display: none !important;
}

.ce-pagination-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.ce-main-wrapper .ce-pagination {
    margin: 0 !important;
    display: flex;
    padding: 0 10px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.ce-pagination li {
    padding: 0 10px;
    margin: 0 5px;
    list-style-type: none;
}

.ce-main-wrapper .ce-pagination-wrapper .page-numbers {
    color: #000;
    /* display: inline-block;    */
    text-align: center;
    line-height: 22px;
}

.ce-main-wrapper .ce-pagination-wrapper .page-numbers.prev,
.ce-main-wrapper .ce-pagination-wrapper .page-numbers.next {
    height: 30px;
    width: 30px;
    text-align: center;
}

.ce-main-wrapper .ce-pagination-wrapper .page-numbers.prev em,
.ce-main-wrapper .ce-pagination-wrapper .page-numbers.next em {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ce-pagination .page-numbers li {
    height: 35px;
    width: 35px;
    list-style: none;
    margin: 0;
    line-height: 1.5;
}

.ce-main-wrapper .ce-listing-content-wrapper h1,
.ce-main-wrapper .ce-products .product-name .product-title,
.ce-order-summary .ce-product-info-inner .ce-product-title a,
.ce-flyout-cart .ce-cart-product-inner .ce-cart-product-description a,
.ce-cart-page-wrapper .ce-cart-items .product-name a,
.ce-latest-products .ce-products .product-name .product-title {
    text-transform: capitalize;
}

.ce-main-wrapper .ce-listing-content-wrapper .category-title h2{
    text-transform: capitalize;
    margin-bottom: 0px;
}

.ce-account-page-wrapper .ce-orders-pagination-wrapper .ce-pagination,
.ce-account-page-wrapper .ce-invoices-pagination-wrapper .ce-pagination {
    padding-left: 0;
}

.ce-orders-pagination-wrapper .next.page-numbers,
.ce-orders-pagination-wrapper .prev.page-numbers,
.ce-invoices-pagination-wrapper .next.page-numbers,
.ce-invoices-pagination-wrapper .prev.page-numbers {
    line-height: 12px;
}

.ce-account-page-wrapper .ce-orders-pagination-wrapper,
.ce-account-page-wrapper .ce-invoices-pagination-wrapper {
    display: flex;
    align-items: center;
}

.ce-account-page-wrapper .ce-orders-pagination-wrapper li,
.ce-account-page-wrapper .ce-invoices-pagination-wrapper li {
    margin: 0;
}

.ce-account-page-wrapper .ce-orders-pagination-wrapper li a.page-numbers,
.ce-account-page-wrapper .ce-invoices-pagination-wrapper li a.page-numbers {
    color: #000;
    font-size: 16px;
}

.ce-account-page-wrapper .ce-orders-pagination-wrapper li.current,
.ce-account-page-wrapper .ce-invoices-pagination-wrapper li.current {
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.ce-account-page-wrapper .ce-results-per-page-wrapper {
    display: inherit;
}

.ce-account-page-wrapper .ce-results-per-page-wrapper span {
    font-size: 16px;
}

.ce-account-page-wrapper .ce-results-per-page-wrapper ul {
    padding-left: 0;
    margin: 0;
    display: inherit;
    list-style: none;
}

.ce-account-page-wrapper .ce-results-per-page-wrapper ul li {
    padding: 0 5px;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
}

.ce-account-page-wrapper .ce-results-per-page-wrapper ul li.active {
    font-weight: bold;
}

.ce-account-page-wrapper .ce-results-per-page-wrapper ul li:last-child {
    padding-right: 0;
}

.standard-order-details-wrapper .ce-table.ce-order-details-table th:first-child,
.standard-order-details-wrapper .ce-table.ce-order-details-table td:first-child {
    border-bottom-color: transparent;
}

.ce-my-account-order-details-wrapper .ce-table.ce-order-details-table tbody tr {
    position: relative;
}

/* standard order detail page css start */

/* My account order details css start */
.ce-my-account-order-details-wrapper .order-meta-row {
    margin: 25px 0;
    display: flex;
    align-items: center;
}

.ce-my-account-order-details-wrapper .order-meta-row p {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    margin: 0 !important;
}

.ce-my-account-order-details-wrapper .order-meta-row .info-tooltip {
    flex: 0 0 280px;
    max-width: 280px;
    padding-left: 15px;
}

.ce-my-account-order-details-wrapper .order-meta-row .tooltip-wrapper p {
    font-size: 14px;
}

.ce-my-account-order-details-wrapper .order-meta-row .info-tooltip .tooltip-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ce-my-account-order-details-wrapper .order-meta-row .info-tooltip .tooltip-wrapper em {
    height: 16px;
    width: 16px;
    display: block;
    margin-left: 5px;
    position: relative;
}

.ce-my-account-order-details-wrapper .order-meta-row .info-tooltip .tooltip-wrapper em img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.ce-my-account-order-details-wrapper .order-meta-row p span {
    font-weight: 700;
}

.ce-my-account-order-details-wrapper .order-meta-row ul {
    padding: 0;
    list-style-type: none;
}

.ce-my-account-order-details-wrapper .order-meta-row .order-col,
.ce-my-account-order-details-wrapper .order-meta-row .date-col {
    flex: 0 0 200px;
    max-width: 200px;
}

.ce-my-account-order-details-wrapper .order-meta-row .store-col {
    flex: 1;
}

.ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper {
    flex: 0 0 100px;
    max-width: 100px;
}

.ce-my-account-order-details-wrapper .order-meta-row .date-col,
.ce-my-account-order-details-wrapper .order-meta-row .store-col,
.ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper {
    padding-left: 15px;
}

.ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper ul li {
    margin: 0;
}

.ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper ul li+li {
    margin-left: 15px;
}

.ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper ul li a.email-link img {
    height: 22px;
    width: auto;
}

.ce-my-account-order-details-wrapper .ce-table tr.selected-row td {
    color: #085a9a;
}

.ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper ul li a.pdf-link img {
    height: 28px;
    width: auto;
}

.ce-my-account-order-details-wrapper .ce-table th,
.ce-my-account-order-details-wrapper .ce-table td {
    border: none;
    border-bottom: 1px solid #c3c4c7;
}

.ce-my-account-order-details-wrapper .ce-table tfoot td {
    font-weight: 500;
    border-bottom: none;
}

.ce-my-account-order-details-wrapper .btn-wrapper button {
    min-width: 200px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    line-height: 38px;
    height: 40px;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    padding: 0 15px;
}

/* Transaction search page css start */
.ce-my-account-transaction-search .ce-search-title .ce-arrow.left {
    margin-top: -7px;
}

/* Transaction search page css end */

.ce-no-results-found {
    width: 100%;
    padding-bottom: 100px;
}

.ce-no-results-found.ce-invalid-orders {
    margin-top: 70px;
}

.ce-no-results-found .ce-no-posts {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}



.ce-listing-content-wrapper .ce-no-results-found h1 {
    font-size: 35px !important;
}

.favorite-products .ce-main-wrapper .category-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tax-product_category .ce-main-wrapper .ce-products.ce-list .product-stock.grid-product-stock,
.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-stock.list-product-stock,
.ce-products.ce-grid .mobile-btn-wrapper.list-btn-wrapper,
.ce-products.ce-list .mobile-btn-wrapper.grid-btn-wrapper,
.ce-products.ce-list .mobile-btn-wrapper.list-btn-wrapper a img,
.favorite-products .ce-main-wrapper .ce-products.ce-list .product-stock.grid-product-stock,
.favorite-products .ce-main-wrapper .ce-products.ce-grid .product-stock.list-product-stock,
.search.search-results .ce-main-wrapper .ce-products.ce-list .product-stock.grid-product-stock,
.search.search-results .ce-main-wrapper .ce-products.ce-grid .product-stock.list-product-stock,
.ce-related-products-wrapper .ce-products.ce-grid .product-stock.list-product-stock {
    display: none;
}

.archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item>a,
.favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item>a,
.search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item>a,
.ce-related-products-wrapper .ce-products.ce-grid .product-item>a,
.ce-latest-products .ce-products.ce-grid .product-item>a {
    margin: 0 auto;
}

.favorite-products #main .page-container {
    max-width: 1170px !important;
    width: auto !important;
    padding: 0 25px;
}

.favorite-products #main .page-container #main-content {
    padding: 0;
}

.favorite-products .ce-main-wrapper>.ce-container {
    padding: 0;
}

/* thank you page css start */
.thanks-for-order-section {
    padding: 0 !important;
}

.thanks-for-order-section h2 {
    text-align: center;
    margin: 0 0 30px !important;
    font-size: 32px;
    padding: 0;
    color: #000;
    line-height: 1.2 !important;
}

.thanks-for-order-section p {
    text-align: center;
    margin: 0 0 0 !important;
    font-size: 20px;
    line-height: 2 !important;
    color: #000;
}

.thanks-for-order-section p span {
    display: block;
}

.thanks-for-order-section p span a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.thanks-for-order-section p span a:hover {
    text-decoration: underline;
}

.thanks-for-order-section .ce-btn-wrapper {
    text-align: center;
    margin-top: 25px;
}

.thanks-for-order-section .ce-view-order-link {
    background: #000 !important;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto;
}

/* thank you page css end */

/* pay account page css start */

.ce-account-page-wrapper .ce-payment-block-inner {
    max-width: 50%;
}

.ce-account-page-wrapper .ce-secondary-title {
    margin: 0 0 15px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.ce-account-page-wrapper .ce-pay-account-block {
    margin-top: 30px;
}

.ce-account-page-wrapper .ce-secondary-title.mb-0 {
    margin-bottom: 0;
}

.ce-account-page-wrapper .ce-pay-account-block .ce-checkout-form-block {
    margin-top: 0;
}

.ce-account-page-wrapper .ce-pay-account-block .ce-checkout-form-wrapper .ce-feild-title {
    margin: 0 0 10px 0;
}

.ce-account-page-wrapper .ce-pay-account-block .ce-checkout-form-wrapper .custom-radio-btn {
    padding: 0 5px;
}

.ce-account-page-wrapper .ce-pay-account-block .ce-checkout-form-wrapper .custom-margin {
    margin: 0;
}

.hide {
    display: none !important;
}

@media (min-width: 992px) {
    .ce-main-wrapper .ce-checkout-tabbing-section .ce-container {
        max-width: 1300px;
        width: 100%;
    }

    .ce-account-page-wrapper .ce-content-main-wrapper {
        display: block !important;
    }
}

@media (min-width: 768px) {

    /* Product Listing Css Start */
    .tax-product_category .ce-grid.ce-products .product-image,
    .favorite-products .ce-grid.ce-products .product-image,
    .search.search-results .ce-grid.ce-products .product-image,
    .ce-related-products-wrapper .ce-grid.ce-products .product-image,
    .ce-latest-products .ce-grid.ce-products .product-image {
        flex: 0 0 150px;
        max-width: 150px;
    }

    .tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-image img,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-image img,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-image img,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-image img,
    .ce-latest-products .ce-products.ce-grid .product-item .product-image img {
        width: 150px;
        height: 150px;
    }

    .tax-product_category .ce-main-wrapper .ce-grid.ce-products .product-name .product-title,
    .favorite-products .ce-main-wrapper .ce-grid.ce-products .product-name .product-title,
    .search.search-results .ce-main-wrapper .ce-grid.ce-products .product-name .product-title,
    .ce-related-products-wrapper .ce-grid.ce-products .product-name .product-title,
    .ce-latest-products .ce-grid.ce-products .product-name .product-title {
        font-size: 16px;
    }

    .tax-product_category .ce-main-wrapper .ce-grid.ce-products .product-price,
    .favorite-products .ce-main-wrapper .ce-grid.ce-products .product-price,
    .search.search-results .ce-main-wrapper .ce-grid.ce-products .product-price,
    .ce-related-products-wrapper .ce-grid.ce-products .product-price,
    .ce-latest-products .ce-grid.ce-products .product-price {
        color: #000;
        padding-top: 0;
    }

    .tax-product_category .ce-products.ce-grid .product-meta-wrapper,
    .favorite-products .ce-products.ce-grid .product-meta-wrapper,
    .search.search-results .ce-products.ce-grid .product-meta-wrapper,
    .ce-related-products-wrapper .ce-products.ce-grid .product-meta-wrapper,
    .ce-latest-products .ce-products.ce-grid .product-meta-wrapper {
        width: 100%;
        padding-top: 15px;
    }

    .tax-product_category .ce-main-wrapper .ce-products.ce-grid .grid-product-code p,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .grid-product-code p,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .grid-product-code p,
    .ce-related-products-wrapper .ce-products.ce-grid .grid-product-code p,
    .ce-latest-products .ce-products.ce-grid .grid-product-code p {
        font-size: 12px;
    }

    .tax-product_category .ce-main-wrapper .ce-products.ce-grid .in-stock-product .product-stock,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .in-stock-product .product-stock,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .in-stock-product .product-stock,
    .ce-related-products-wrapper .ce-products.ce-grid .in-stock-product .product-stock,
    .ce-latest-products .ce-products.ce-grid .in-stock-product .product-stock {
        display: none;
    }

    .tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-stock p,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-stock p,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-stock p,
    .ce-related-products-wrapper .ce-products.ce-grid .product-stock p,
    .ce-latest-products .ce-products.ce-grid .product-stock p {
        font-size: 14px;
    }

    .tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-stock p img,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-stock p img,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-stock p img,
    .ce-related-products-wrapper .ce-products.ce-grid .product-stock p img,
    .ce-latest-products .ce-products.ce-grid .product-stock p img {
        width: 10px;
        height: auto;
    }

    /* Product Listing Css End */
}

@media(max-width: 1366px) {
    .ce-account-page-wrapper .searchbox-outer {
        min-width: 640px;
    }
}

@media(max-width: 1199px) {
    .ce-account-page-wrapper .ce-payment-block-inner .ce-checkout-form-wrapper .custom-radio-btn label {
        font-size: 16px;
    }

    .ce-account-page-wrapper .searchbox-outer {
        left: auto;
        transform: none;
        right: 0;
    }

    .ce-account-page-wrapper .ce-page-info-wrapper {
        margin-top: 30px;
    }

    .ce-account-page-wrapper .ce-table td,
    .ce-account-page-wrapper .ce-table thead td,
    .ce-my-account-order-details-wrapper .ce-table th,
    .ce-my-account-order-details-wrapper .ce-table td {
        font-size: 16px;
    }

    .ce-my-account-order-details-wrapper .ce-table .description-col {
        max-width: 250px;
    }

    .ce-my-account-order-details-wrapper .order-meta-row p {
        font-size: 18px;
    }

    .ce-tabbing-outer-wrapper .ce-tabbing-head li {
        padding: 0 10px;
    }

    .ce-tab-content-form .ce-step-count-wrapper {
        margin-left: 0px;
    }

    .ce-tabbing-outer-wrapper .ce-tab-content-form,
    .ce-tabbing-outer-wrapper .ce-tab-content-summary {
        padding: 0 40px;
    }

    .ce-product-detail-page {
        margin: 0 -20px;
    }

    .ce-product-detail-page .ce-product-gallery,
    .ce-product-detail-page .ce-product-summary {
        padding: 0 20px;
    }

    .ce-product-detail-page .ce-product-gallery .ce-thumb-swiper-images {
        padding: 0 15px 0 0;
    }

    .ce-product-detail-page .ce-product-summary .folder,
    .ce-product-detail-page .ce-product-summary .product-stock p {
        font-size: 20px;
    }

    .ce-product-detail-page .ce-product-title {
        font-size: 22px;
    }

    .ce-product-detail-page .ce-product-summary li {
        font-size: 18px;
    }

    .ce-product-detail-page .ce-product-summary li:before {
        top: 12px;
    }

    .ce-product-detail-page .ce-product-price {
        font-size: 20px;
        margin: 10px 0;
    }

    .ce-main-wrapper .ce-products .product-price,
    .ce-main-wrapper .ce-products .product-name .product-code,
    .ce-latest-products .ce-products .product-price,
    .ce-latest-products .ce-products .product-name .product-code {
        font-size: 16px;
    }

    .ce-main-wrapper .ce-products .product-name .product-title, 
    .ce-latest-products .ce-products .product-name .product-title {
        font-size: 18px;
    }

    .ce-grid.ce-products {
        margin: 0 -10px;
    }

    .ce-main-wrapper .ce-grid .product-item-wrapper,
    .ce-latest-products .ce-grid .product-item-wrapper {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .archive.tax-product_category .ce-main-wrapper #ce-products.ce-products .product-item,
    .favorite-products .ce-main-wrapper #ce-products.ce-products .product-item,
    .search.search-results .ce-main-wrapper #ce-products.ce-products .product-item,
    .ce-related-products-wrapper #ce-products.ce-products .product-item,
    .ce-latest-products #ce-products.ce-products .product-item {
        padding: 15px;
    }

    .ce-list .product-item-wrapper {
        padding: 0;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-name {
        padding: 0 15px;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-price,
    .ce-cart-page-wrapper .ce-cart-items .ce-qty,
    .ce-cart-page-wrapper .ce-cart-items .ce-product-subtotal,
    .ce-cart-page-wrapper .ce-cart-items .ce-product-remove {
        padding-left: 15px;
    }

    .ce-cart-page-wrapper .ce-cart-totals {
        margin-right: 45px;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-item-wrapper * {
        font-size: 16px;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-name p.product-code {
        font-size: 15px;
        margin-top: 5px;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-price {
        flex: 0 0 100px;
        max-width: 100px;
    }

    .ce-cart-page-wrapper .ce-cart-items .ce-product-subtotal {
        flex: 0 0 110px;
        max-width: 110px;
    }

    .ce-cart-page-wrapper .ce-subtotal span,
    .ce-cart-page-wrapper .ce-subtotal p {
        font-size: 18px;
    }

    .ce-flyout-cart-notices .notice {
        font-size: 16px;
    }

    .ce-cart-page-wrapper .ce-empty-cart h2 {
        margin: 0 0 15px;
    }

    .ce-cart-page-wrapper .ce-empty-cart p {
        font-size: 18px;
    }
}

@media(min-width:1024px) {
    .ce-tabbing-outer-wrapper .ce-tab-content-summary .ce-order-summary-body {
        display: block !important;
    }
}

@media(max-width:1023px) {
    .ce-checkout-tabbing-section .ce-order-summary-background {
        display: none;
    }

    .ce-tabbing-outer-wrapper .ce-tab-content-summary {
        padding-top: 0 !important;
    }

    .ce-tabbing-outer-wrapper .ce-tab-content {
        flex-wrap: wrap;
    }

    .ce-tabbing-outer-wrapper .ce-tab-content-form,
    .ce-tabbing-outer-wrapper .ce-tab-content-summary {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ce-tabbing-outer-wrapper .ce-tab-content-summary {
        order: 1;
        margin-bottom: 25px;
    }

    .ce-tabbing-outer-wrapper {
        padding: 40px 0;
    }

    .ce-order-summary {
        border-color: #000;
    }

    .ce-tabbing-outer-wrapper .ce-tab-content-summary .ce-order-summary-body {
        display: none;
        margin: 0;
        padding: 20px 15px 0;
        border-top: 1px solid #000;
    }

    .ce-tabbing-outer-wrapper .ce-tab-content-summary .ce-order-summary-title {
        display: block;
        padding: 10px 15px;
    }

    .ce-order-summary .ce-order-total {
        border-bottom: 0;
    }

    .ce-tabbing-outer-wrapper .ce-tab-content-form {
        order: 2;
    }

    .ce-tabbing-outer-wrapper .ce-tabbing-head {
        padding-bottom: 25px;
    }

    .ce-tabbing-outer-wrapper .ce-tabbing-head li {
        padding: 0 25px;
    }

    .ce-customer-info-block .ce-checkout-form-wrapper .ce-feild-title {
        margin-top: 0;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head li {
        padding: 0 10px;
    }
}

@media(max-width: 1000px) {
    .ce-flyout-cart .ce-cart-contents {
        width: 100%;
        right: -102%;
    }

    .ce-popup {
        width: 55%;
    }
}

@media(max-width: 991px) {
    .favorite-products #main .page-container {
        padding: 0 15px;
    }

    .ce-product-detail-page .number-wrapper {
        display: block;
        bottom: 35px;
    }

    #cboxNext {
        left: 45px;
    }

    #cboxNext,
    #cboxPrevious {
        padding: 10px;
        width: 40px;
        height: 40px;
        background-size: 20px 20px;
    }

    body #cboxContent #cboxClose {
        height: 40px;
        width: 40px;
        background-size: 15px;
    }

    .ce-main-swiper-images a.gallery em {
        height: 20px;
        width: 20px;
    }

    .ce-product-detail-page .ce-product-gallery .ce-product-gallery-wrapper {
        max-width: 100%;
        flex: 0 0 100%;
        height: auto;
    }

    .ce-product-detail-page .ce-product-gallery .ce-product-gallery-wrapper .ce-main-swiper-images {
        padding-bottom: 60px;
        height: 340px;
    }

    .ce-product-detail-page .swiper-pagination {
        display: block;
        bottom: 10px;
    }

    .ce-product-detail-page .swiper-button-prev,
    .ce-product-detail-page .swiper-button-next {
        display: none
    }

    .ce-main-wrapper .ce-products .product-name .product-title,
    .ce-main-wrapper .ce-products.ce-grid .grid-product-code p,
    .ce-latest-products .ce-products .product-name .product-title,
    .ce-latest-products .ce-products.ce-grid .grid-product-code p {
        font-size: 16px;
    }

    .ce-main-wrapper .ce-products .product-price,
    .ce-main-wrapper .ce-products .product-name .product-code,
    .ce-latest-products .ce-products .product-price,
    .ce-latest-products .ce-products .product-name .product-code {
        font-size: 15px;
    }

    .ce-main-wrapper .ce-grid .product-item-wrapper,
    .ce-latest-products .ce-grid .product-item-wrapper {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .ce-product-detail-page {
        flex-wrap: wrap;
        margin: 0;
        padding: 50px 20px;
    }

    .ce-product-detail-page .ce-product-gallery,
    .ce-product-detail-page .ce-product-summary {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .ce-product-detail-page .ce-product-gallery .ce-thumb-swiper-images {
        display: none;
    }

    .ce-product-detail-page .ce-product-summary {
        display: flex;
        flex-direction: column;
    }

    .ce-product-detail-page .ce-product-summary .ce-product-price {
        order: 1;
        margin: 20px 0 10px;
    }

    .ce-product-detail-page .ce-product-summary .ce-product-description {
        order: 3;
        margin-top: 20px;
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .ce-product-detail-page .ce-product-summary .ce-product-description>* {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .ce-product-detail-page .ce-product-summary .ce-product-description font {
        font-size: inherit;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-meta-wrapper,
    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-cart-btn-wrapper {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .ce-product-detail-page .ce-cart {
        margin: 0;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-cart-btn-wrapper {
        margin-top: 30px;
        text-align: center;
        padding: 0;
    }

    .ce-product-detail-page button.ce-single-add-to-cart {
        min-width: 300px;
    }

    .ce-product-detail-page .ce-product-summary .product-stock p {
        margin: 0;
        font-size: 16px;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper {
        flex-wrap: wrap;
        order: 2;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-meta-wrapper {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .ce-product-detail-page .ce-cart-form,
    .ce-product-detail-page .product-stock,
    .ce-product-detail-page .folder {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .ce-product-detail-page .product-stock {
        text-align: center;
        margin: 0 !important;
    }

    .ce-product-detail-page .folder {
        justify-content: flex-end;
    }

    .ce-product-detail-page .ce-product-detail-unit-measure {
        text-align: left;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-meta-wrapper .ce-qty-label {
        display: none;
    }

    .ce-product-detail-page .ce-quantity .ce-quantity-input {
        font-size: 24px;
        width: 40px;
    }

    .ce-product-detail-page .ce-product-title {
        font-size: 20px;
        font-weight: 700;
    }

    .ce-product-detail-page .ce-product-gallery {
        margin-bottom: 20px;
        position: relative;
        flex-direction: column;
        height: 100%;
    }

    .ce-product-detail-page .ce-code-like-wrapper {
        margin-bottom: 20px;
    }

    .ce-product-detail-page .ce-code-like-wrapper .product-like {
        right: 0;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-stock p span {
        display: block;
    }

    .ce-cart-page-wrapper .product-item-wrapper.ce-cart-items-header {
        display: none;
    }

    .ce-cart-page-wrapper .product-item-wrapper .product-item {
        position: relative;
    }

    .ce-cart-page-wrapper .product-item-wrapper .ce-product-meta-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-name {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 20px;
        min-width: inherit;
        margin-bottom: 30px
    }

    .ce-cart-page-wrapper .ce-cart-items .product-price,
    .ce-cart-page-wrapper .ce-cart-items .product-stock,
    .ce-cart-page-wrapper .ce-cart-items .ce-qty,
    .ce-cart-page-wrapper .ce-cart-items .ce-product-subtotal {
        flex: 0 0 25%;
        max-width: 25%;
        justify-content: flex-start;
    }

    .ce-cart-page-wrapper .product-unit-measure {
        order: 3;
        text-align: center;
    }

    .ce-cart-page-wrapper .ce-cart-items .ce-product-subtotal {
        order: 5;
    }

    .ce-cart-page-wrapper .ce-cart-items .ce-qty {
        order: 2;
    }

    .ce-cart-page-wrapper .ce-cart-items .ce-uom-display .product-stock {
        text-align: center;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-stock {
        text-align: left;
        padding-left: 15px;
        order: 4;
    }

    .ce-cart-page-wrapper .ce-cart-items .ce-quantity {
        justify-content: flex-start;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-price {
        display: none;
    }

    .ce-cart-page-wrapper .ce-cart-items .ce-product-remove {
        padding: 0;
        position: absolute;
        height: 20px;
        width: 20px;
        top: 0;
        right: 0;
    }

    .ce-cart-page-wrapper .ce-cart-items .ce-product-remove a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ce-cart-page-wrapper .ce-cart-totals {
        margin-right: 0;
    }

    .ce-cart-page-wrapper .ce-checkout {
        margin: 0 auto;
        max-width: 250px;
    }
}

@media(max-width: 991px) {
    .ce-flyout-cart-notices .notice {
        font-size: 14px;
    }

    .ce-cart-page-wrapper .ce-empty-cart p {
        font-size: 16px;
    }

    .ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-icon img {
        width: 22px;
    }

    .ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-icon {
        flex: 0 0 32px;
        max-width: 32px;
    }

    .ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-text {
        flex: 0 0 calc(100% - 32px);
        max-width: calc(100% - 32px);
    }

    .ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-text span {
        font-size: 16px;
    }

    .ce-tabbing-outer-wrapper .ce-tab-content-form {
        margin: 0 auto;
    }

    .ce-checkout-form-wrapper .custom-radio-btn .extra-feilds-wrapper .extra-feilds-inner {
        max-width: 100%;
    }

    .ce-payment-block-inner .ce-checkout-form-block .form-group.card-number-wrapper {
        flex: 0 0 350px;
        max-width: 350px;
    }

    .ce-customer-info-block .ce-checkout-form-block .ce-checkout-form-wrapper {
        margin: 0 -5px;
    }

    .ce-tooltip .ce-tooltip-content {
        right: 20px;
        top: -20px;
    }

    .ce-account-page-wrapper .ce-table td,
    .ce-account-page-wrapper .ce-table thead td,
    .ce-my-account-order-details-wrapper .ce-table th,
    .ce-my-account-order-details-wrapper .ce-table td {
        font-size: 14px;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .order-col,
    .ce-my-account-order-details-wrapper .order-meta-row .date-col {
        flex: 0 0 170px;
        max-width: 170px;
    }

    .ce-my-account-order-details-wrapper .order-meta-row p {
        font-size: 16px;
    }

    .ce-account-page-wrapper .searchbox-outer .searchbox-wrapper {
        padding: 20px 15px 30px;
    }

    .ce-account-page-wrapper .searchbox-outer {
        min-width: 560px;
    }

    .ce-account-page-wrapper .searchbox-wrapper .radio-btn-wrapper label {
        font-size: 16px;
    }

    .ce-account-page-wrapper .searchbox-wrapper p.note {
        font-size: 14px;
    }

    .ce-account-page-wrapper .ce-tabbing-head-wrapper .search-wrapper {
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 5px;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head {
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head>li {
        display: block;
        padding: 0;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head>li a.ce-tab-link {
        border-bottom: 1px solid #c3c4c7;
        padding: 5px 20px 5px 0;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head>li.active.hide-content a.ce-tab-link {
        /*border-bottom: 1px solid #c3c4c7;*/
        /*border-bottom: none;*/
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head>li:after {
        position: absolute;
        content: '';
        background-image: url('../images/breadcrumb-arrow.svg');
        height: 16px;
        width: 10px;
        top: 11px;
        transform: rotate(90deg);
        border-right: none;
        right: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: all 0.5s;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head>li.active.hide-content:after {
        transform: rotate(270deg);
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head>li .ce-page-info-wrapper {
        margin-top: 15px;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head>li .ce-content-main-wrapper {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head>li:not(:last-child):before {
        display: none
    }

    .ce-account-page-wrapper .ce-tabbing-head .tab-title {
        font-size: 18px;
    }

    .ce-account-page-wrapper .ce-page-info-wrapper ul li {
        opacity: 1;
    }

    .ce-account-page-wrapper .ce-results-per-page-wrapper ul.ce-per-page-results li:before {
        display: none
    }

    .ce-account-page-wrapper .ce-table tr:first-of-type {
        padding-top: 18px;
    }

    .ce-account-page-wrapper .ce-payment-block-inner {
        max-width: 100%;
    }

    .ce-account-page-wrapper .ce-payment-block-inner .ce-checkout-form-wrapper .custom-radio-btn label {
        font-size: 14px;
    }

    .ce-account-page-wrapper .ce-secondary-title {
        font-size: 18px;
    }

    .ce-account-page-wrapper .ce-pay-account-block .ce-checkout-form-wrapper .custom-radio-btn,
    .ce-account-page-wrapper .ce-pay-account-block .ce-checkout-form-wrapper .ce-feild-title,
    .ce-account-page-wrapper .ce-pay-account-block .ce-checkout-form-wrapper .custom-margin {
        padding: 0;
    }

    /* Standard order detail page css */

    /* standerd order -details page css start */
    .ce-my-account-order-details-wrapper .btn-wrapper {
        text-align: right;
        margin-top: 30px;
    }

    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner {
        display: inline-block;
        position: relative;
    }

    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner label {
        margin: 0;
        padding: 5px 30px 5px 10px;
        position: relative;
    }

    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner input {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: 0;
        margin: 0;
        outline: none !important;
        appearance: none !important;
        background-color: transparent;
        cursor: pointer;
        opacity: 0;
        visibility: visible;
        z-index: 99;
    }

    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner input:before,
    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner input:after {
        display: none !important;
    }

    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner label:before {
        position: absolute;
        content: '';
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 20px;
        width: 20px;
        border-radius: 4px;
        border: 2px solid #333;
        transition: all 0.3s;
        display: none;
    }

    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner label:after {
        position: absolute;
        content: '';
        right: 1px;
        top: 50%;
        transform: translateY(-50%);
        height: 25px;
        width: 25px;
        background-image: url('../images/tick.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px 25px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .ce-my-account-order-details-wrapper .selected-row .custom-checkbox-wrapper .checkbox-inner input+label:before,
    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner input:checked+label:before {
        background-color: #008000;
        border-color: #008000;
    }

    .ce-my-account-order-details-wrapper .selected-row .custom-checkbox-wrapper .checkbox-inner input+label:after,
    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner input:checked+label:after {
        opacity: 1;
        visibility: visible;
    }

    .ce-my-account-order-details-wrapper .ce-order-details-table .custom-checkbox-wrapper .checkbox-inner label {
        height: 25px;
        width: 25px;
        padding: 0;
        display: block;
        top: 4px;
    }

    .ce-my-account-order-details-wrapper .ce-order-details-table .custom-checkbox-wrapper .checkbox-inner {
        top: 4px;
        position: inherit;
    }

    .ce-my-account-order-details-wrapper .ce-order-details-table {
        position: relative;
        z-index: 1;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .info-tooltip {
        flex: 0 0 240px;
        max-width: 240px;
    }

    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner label {
        font-size: 16px;
    }

    /* detail page css*/
    .ce-product-detail-page .ce-product-summary {
        position: relative;
    }

    .ce-product-detail-page .ce-product-summary .ce-product-price {
        padding-right: 35px;
    }

    .ce-product-detail-page .ce-product-summary .folder {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        margin: 0 !important;
    }

    .ce-product-detail-page .ce-product-summary .folder>span {
        display: none;
    }

    .ce-product-detail-page .ce-product-summary .folder img {
        margin: 0;
    }

    .ce-product-detail-page .ce-product-summary .ce-product-price {
        font-size: 20px;
        font-weight: 700;
        margin-top: 0;
        line-height: 1.2;
    }

    .ce-product-detail-page .ce-product-gallery {
        margin-bottom: 0;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper.ce-uom-display .ce-meta-wrapper {
        justify-content: space-between;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper.ce-uom-display .ce-meta-wrapper .product-stock {
        text-align: right;
    }

    .ce-product-detail-page .ce-product-gallery .ce-product-gallery-wrapper.has-one-image .ce-main-swiper-images {
        padding-bottom: 35px;
    }

    .ce-product-detail-page .ce-product-gallery .ce-product-gallery-wrapper.has-one-image+.number-wrapper {
        bottom: 10px;
    }
}

@media(max-width: 767px) {

    .ce-heart-menu-icon,
    .ce-cart-menu-icon {
        position: relative;
    }

    .ce-account-page-wrapper .ce-table td.full-width.has-border-top {
        border-top: 1px solid #c3c4c7;
        padding-top: 15px;
    }

    .ce-account-page-wrapper .ce-table td.full-width.has-border-top:before {
        top: 15px;
    }

    .ce-account-page-wrapper .ce-table td.full-width span {
        display: inline-block;
        width: 160px;
        text-align: right;
    }

    .ce-account-page-wrapper .searchbox-outer {
        transform: none;
        left: auto;
        right: 0;
        min-width: 380px;
    }

    .ce-account-page-wrapper .searchbox-wrapper .ce-searchbox-form-wrapper {
        max-width: 100%;
    }

    .ce-account-page-wrapper .searchbox-wrapper .custom-radio-wrapper {
        flex-wrap: wrap;
    }

    .ce-account-page-wrapper .searchbox-wrapper .custom-radio-btn {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-account-page-wrapper .searchbox-wrapper .custom-radio-btn+.custom-radio-btn {
        margin-top: 10px;
    }

    .ce-account-page-wrapper .searchbox-wrapper .radio-btn-wrapper {
        max-width: 260px;
    }

    .ce-account-page-wrapper .searchbox-wrapper .ce-search-title span {
        margin-bottom: 20px;
    }

    .ce-account-page-wrapper .searchbox-wrapper {
        margin: 25px 0 35px;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper ul li a.email-link img {
        height: 18px;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper ul li a.pdf-link img {
        height: 24px;
    }

    .ce-my-account-order-details-wrapper .order-meta-row {
        flex-wrap: wrap;
        margin: 15px 0;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .order-col {
        order: 1;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .date-col {
        order: 4;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px 0 0;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper {
        order: 3;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .store-col {
        order: 2;
    }

    .ce-account-page-wrapper .ce-tabbing-head-wrapper {
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .ce-account-page-wrapper .ce-tabbing-head-wrapper .search-wrapper {
        margin-left: 10px;
    }

    .ce-account-page-wrapper .ce-orders-pagination-wrapper li,
    .ce-account-page-wrapper .ce-invoices-pagination-wrapper li {
        padding: 0 5px;
    }

    .ce-account-page-wrapper .ce-orders-pagination-wrapper .ce-pagination,
    .ce-account-page-wrapper .ce-invoices-pagination-wrapper .ce-pagination {
        padding: 0 5px 0 0;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper {
        padding-top: 25px;
    }

    .ce-account-page-wrapper .ce-tabbing-head .tab-title {
        font-size: 16px;
    }

    .ce-tabbing-outer-wrapper .ce-tabbing-head li {
        padding: 0 15px;
    }

    .ce-account-page-wrapper .ce-table thead,
    .ce-my-account-order-details-wrapper .ce-table thead {
        display: none;
    }

    .ce-my-account-order-details-wrapper .ce-table tr:first-of-type {
        border-top: 1px solid #c3c4c7;
        padding-top: 18px;
    }

    .ce-account-page-wrapper .ce-table tr,
    .ce-my-account-order-details-wrapper .ce-table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #c3c4c7;
        margin-bottom: 18px;
    }

    .ce-my-account-order-details-wrapper .ce-table tfoot tr {
        border: none !important;
        padding-top: 0 !important;
        margin: 0 !important;
    }

    .ce-account-page-wrapper .ce-table tr:last-child {
        margin-bottom: 0;
    }

    .ce-account-page-wrapper .ce-table td,
    .ce-my-account-order-details-wrapper .ce-table td {
        display: block;
        text-align: left;
        border: none;
        padding: 0 0 15px 100px;
        position: relative;
    }

    .ce-account-page-wrapper .ce-table td.is-empty,
    .ce-my-account-order-details-wrapper .ce-table td.is-empty {
        padding-bottom: 30px;
    }

    .ce-my-account-order-details-wrapper .ce-table td.mobile-hidden {
        display: none;
    }

    .ce-account-page-wrapper .ce-table td::before,
    .ce-my-account-order-details-wrapper .ce-table td:before {
        content: attr(data-label);
        font-weight: 500;
        width: 110px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .ce-my-account-order-details-wrapper .ce-table tfoot td:not(.value):before {
        display: none;
    }

    .ce-my-account-order-details-wrapper .ce-table tfoot td {
        padding-left: 110px;
    }

    .ce-my-account-order-details-wrapper .ce-table tfoot td:before {
        width: 110px;
    }

    .ce-my-account-order-details-wrapper .ce-table td {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ce-account-page-wrapper .ce-table td.order-col,
    .ce-account-page-wrapper .ce-table td.store-col {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }

    .ce-account-page-wrapper .ce-table td.full-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-account-page-wrapper .ce-table td.order-col {
        order: 1;
    }

    .ce-account-page-wrapper .ce-table td.store-col {
        order: 2;
    }

    .ce-account-page-wrapper .ce-table td.link-col {
        order: 3;
        flex: 0 0 30px;
        max-width: 30px;
        position: relative;
        padding-bottom: 10px;
    }

    .ce-account-page-wrapper .ce-table td.link-col:before,
    .ce-my-account-order-details-wrapper .ce-table td.zero-space:before {
        display: none;
    }

    .ce-account-page-wrapper .ce-table td.link-col .check-detail-link {
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        background-image: url('../images/external-link-icon.svg');
        background-position: center;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        position: relative;
        display: block;
    }

    .ce-account-page-wrapper .ce-table td.date-col {
        order: 4;
    }

    .ce-account-page-wrapper .ce-table td.reference-col {
        order: 5;
    }

    .ce-account-page-wrapper .ce-table td.total-col {
        order: 6;
    }

    .ce-account-page-wrapper .ce-table td.balance-col {
        order: 7;
    }

    .ce-account-page-wrapper .ce-table td.status-col {
        order: 8;
    }



    .ce-order-summary .ce-product-info-inner .ce-product-title a,
    .ce-order-summary .ce-product-info-inner .ce-product-price .ce-price,
    .ce-order-summary .ce-order-cost-wrapper .ce-order-cost span,
    .ce-order-summary .ce-order-total span,
    .ce-order-summary .ce-order-summary-title-inner .ce-title-wrapper span,
    .ce-order-summary .ce-order-summary-title-inner .ce-order-summary-title-right .ce-total-price {
        font-size: 16px;
    }

    .thanks-for-order-section h2 {
        font-size: 22px;
        margin-bottom: 20px !important;
    }

    .thanks-for-order-section p {
        line-height: 1.8 !important;
        font-size: 18px;
    }

    .thanks-for-order-section .ce-btn-wrapper {
        margin-top: 15px;
    }

    .ce-tabbing-outer-wrapper .ce-tabbing-head {
        justify-content: space-between;
        margin-bottom: 0;
    }

    .ce-tabbing-outer-wrapper .ce-tabbing-head>li {
        max-width: inherit;
        flex: inherit;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head>li:not(.active) {
        display: block;
    }

    .ce-tabbing-outer-wrapper .ce-tabbing-head>li:not(.active) {
        display: none;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head {
        justify-content: unset;
        flex-wrap: wrap;
    }

    .ce-tabbing-outer-wrapper .ce-tab-link-inner {
        flex-wrap: wrap;
    }

    .ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-icon {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .ce-tabbing-outer-wrapper .ce-tab-link-inner .ce-tab-link-text {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ce-tabbing-outer-wrapper .ce-tabbing-head li:not(:last-child):before {
        display: none;
    }

    .archive.tax-product_category .ce-main-wrapper #ce-products.ce-products .product-item,
    .favorite-products .ce-main-wrapper #ce-products.ce-products .product-item,
    .search.search-results .ce-main-wrapper #ce-products.ce-products .product-item,
    .ce-related-products-wrapper #ce-products.ce-products .product-item,
    .ce-latest-products #ce-products.ce-products .product-item {
        flex-wrap: wrap;
    }

    .ce-products:not(.ce-grid) .product-name {
        max-width: calc(100% - 180px);
        flex: 0 0 calc(100% - 180px);
        padding: 0 15px;
    }

    .ce-products:not(.ce-grid) .meta-inner {
        justify-content: flex-end;
    }

    .ce-products:not(.ce-grid) .meta-inner>div {
        margin-left: 10px
    }

    .ce-main-wrapper .ce-products:not(.ce-grid) .product-price,
    .ce-main-wrapper .ce-products:not(.ce-grid) .product-meta-wrapper {
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 15px;
        padding: 0;
    }

    .ce-main-wrapper .ce-products:not(.ce-grid) .product-meta-wrapper {
        margin-left: auto;
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter span,
    .archive.tax-product_category .ce-main-wrapper select {
        font-size: 16px;
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter #availability {
        margin-right: 10px;
    }

    .ce-main-wrapper .ce-grid .product-item-wrapper,
    .ce-latest-products .ce-grid .product-item-wrapper {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .ce-products {
        padding-top: 20px;
    }

    .ce-product-detail-page .ce-uom-display .ce-cart-form {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ce-product-detail-page .ce-uom-display .product-stock,
    .ce-product-detail-page .ce-uom-display .folder {
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* flyout cart popup css */
    .ce-flyout-cart .ce-cart-contents .ce-cart-contents-inner {
        padding: 40px 15px 15px;
    }

    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-description {
        padding: 0 15px;
    }

    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-img {
        flex: 0 0 80px;
        max-width: 80px;
    }

    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-img .ce-item-count-badge {
        font-size: 14px;
        right: -10px;
        top: -10px;
        height: 20px;
        min-width: 20px;
    }

    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price a {
        font-size: 15px;
    }

    .ce-flyout-cart .ce-cart-btn-wrapper {
        padding: 15px 0;
    }

    .ce-payment-block-inner .ce-checkout-form-block .form-group.cvv-wrapper {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .ce-payment-block-inner .ce-checkout-form-block .form-group.card-expiry-wrapper {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .ce-payment-block-inner .ce-checkout-form-block .form-group.card-number-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ce-payment-block-inner .ce-checkout-form-block .form-group.large-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-tabbing-outer-wrapper .ce-tab-content-form,
    .ce-tabbing-outer-wrapper .ce-tab-content-summary {
        padding: 0;
    }

    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price .price {
        margin-bottom: 5px;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-name {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-cart-page-wrapper .product-unit-measure {
        padding-left: 15px;
        text-align: left;
        margin-top: 8px;
    }

    /* Standard order detail page css */
    .ce-my-account-order-details-wrapper.standard-order-details-wrapper .ce-table td.total-col {
        flex: 0 0 calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
        order: 8;
    }

    .ce-my-account-order-details-wrapper.standard-order-details-wrapper .ce-table td.custom-checkbox-wrapper {
        flex: 0 0 20px !important;
        max-width: 20px !important;
        order: 9;
        padding-bottom: 15px;
    }

    .ce-my-account-order-details-wrapper .ce-table.ce-order-details-table tbody tr {
        position: inherit;
    }

    .ce-my-account-order-details-wrapper .ce-order-details-table .custom-checkbox-wrapper .checkbox-inner {
        top: 0;
        right: 5px;
        position: relative;
    }

    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper td.checkbox-inner label,
    .ce-my-account-order-details-wrapper .ce-order-details-table .custom-checkbox-wrapper .checkbox-inner label {
        height: 20px;
        width: 20px;
    }

    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner label:before {
        display: block;
    }

    .ce-my-account-order-details-wrapper .selected-row .custom-checkbox-wrapper .checkbox-inner input+label:after,
    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner input:checked+label:after {
        background-size: 18px 18px;
        background-image: url('../images/tick-white.svg');
        height: 20px;
        width: 20px;
    }

    .ce-my-account-order-details-wrapper.standard-order-details-wrapper .order-meta-row {
        justify-content: space-between;
    }

    .ce-my-account-order-details-wrapper.standard-order-details-wrapper .order-meta-row .order-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ce-my-account-order-details-wrapper.standard-order-details-wrapper .order-meta-row .info-tooltip {
        order: 2;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .custom-checkbox-wrapper {
        order: 4;
        display: block;
    }

    .ce-my-account-order-details-wrapper.standard-order-details-wrapper .order-meta-row .date-col {
        order: 3;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ce-my-account-order-details-wrapper.standard-order-details-wrapper .order-meta-row .store-col {
        display: none;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .custom-checkbox-wrapper .custom-checkbox {
        text-align: right;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .info-tooltip .tooltip-wrapper p {
        display: none;
    }

    .ce-my-account-order-details-wrapper .btn-wrapper {
        margin-top: 15px;
    }

    .archive.tax-product_category .category-title h1,
    .search.search-results .category-title h1,
    .ce-related-products-wrapper .category-title h1 {
        font-size: 35px;
    }

    .ce-products.ce-grid .mobile-btn-wrapper,
    .ce-products.ce-list .mobile-btn-wrapper {
        display: block;
    }

    .ce-products.ce-grid .mobile-btn-wrapper.grid-btn-wrapper {
        order: 7;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .archive.tax-product_category .ce-grid.ce-products .meta-inner,
    .favorite-products .ce-grid.ce-products .meta-inner,
    .search.search-results .ce-grid.ce-products .meta-inner,
    .ce-related-products-wrapper .ce-grid.ce-products .meta-inner,
    .ce-latest-products .ce-grid.ce-products .meta-inner {
        justify-content: flex-end;
        min-width: 30px;
    }

    .ce-products.ce-grid .mobile-btn-wrapper.grid-btn-wrapper a {
        max-width: 180px;
    }

    .ce-products.ce-grid .mobile-btn-wrapper.grid-btn-wrapper a:hover {
        background-color: #000 !important;
        border-color: #000;
        color: #fff !important;
    }

    .ce-products.ce-grid .mobile-btn-wrapper.grid-btn-wrapper a img {
        vertical-align: middle;
        width: 18px;
        height: 18px;
        margin-right: 5px;
        position: relative;
        top: -2px;
        display: inline-block;
    }

    .ce-products.ce-grid .product-meta-wrapper.cart-btn-wrapper .meta-inner .product-like,
    .ce-products.ce-grid .product-meta-wrapper.cart-btn-wrapper .meta-inner .cart-stock-wrapper {
        display: none;
    }

    .ce-products.ce-list .product-meta-wrapper.cart-btn-wrapper .meta-inner {
        display: none;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-name,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-name,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-name,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-name,
    .ce-latest-products .ce-products.ce-grid .product-item .product-name {
        order: 2;
        display: flex;
        flex-wrap: wrap;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-name a,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-name a,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-name a,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-name a,
    .ce-latest-products .ce-products.ce-grid .product-item .product-name a {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        opacity: 0.6;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-name a .product-title,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-name a .product-title,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-name a .product-title,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-name a .product-title,
    .ce-latest-products .ce-products.ce-grid .product-item .product-name a .product-title {
        font-size: 14px;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-name .product-code,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-name .product-code,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-name .product-code,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-name .product-code,
    .ce-latest-products .ce-products.ce-grid .product-item .product-name .product-code {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-list .product-item .product-name,
    .favorite-products .ce-main-wrapper .ce-products.ce-list .product-item .product-name,
    .search.search-results .ce-main-wrapper .ce-products.ce-list .product-item .product-name,
    .ce-related-products-wrapper .ce-products.ce-list .product-item .product-name {
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
        padding-left: 15px;
        order: 2;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-name .product-code,
    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-list .product-item .product-name .product-code,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-name .product-code,
    .favorite-products .ce-main-wrapper .ce-products.ce-list .product-item .product-name .product-code,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-name .product-code,
    .search.search-results .ce-main-wrapper .ce-products.ce-list .product-item .product-name .product-code,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-name .product-code,
    .ce-latest-products .ce-products.ce-grid .product-item .product-name .product-code {
        display: block;
        padding: 0;
        font-size: 12px;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .grid-product-code,
    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-list .product-item .grid-product-code,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .grid-product-code,
    .favorite-products .ce-main-wrapper .ce-products.ce-list .product-item .grid-product-code,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .grid-product-code,
    .search.search-results .ce-main-wrapper .ce-products.ce-list .product-item .grid-product-code,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .grid-product-code,
    .ce-latest-products .ce-products.ce-grid .product-item .grid-product-code {
        order: 3;
        display: none;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-stock,
    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-list .product-item .product-stock,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-stock,
    .favorite-products .ce-main-wrapper .ce-products.ce-list .product-item .product-stock,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-stock,
    .search.search-results .ce-main-wrapper .ce-products.ce-list .product-item .product-stock,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-stock,
    .ce-latest-products .ce-products.ce-grid .product-item .product-stock {
        order: 4;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
        display: block !important;
        text-align: inherit;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-description,
    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-list .product-item .product-description,
    .ce-latest-products .ce-products.ce-grid .product-item .product-description {
        order: 4;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
        display: block !important;
        text-align: inherit;
        padding-right: 0;
    }

    .ce-products.ce-grid .mobile-btn-wrapper .add-to-cart,
    .ce-products.ce-list .mobile-btn-wrapper .add-to-cart {
        padding: 0 10px;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-stock.list-product-stock,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-stock.list-product-stock,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-stock.list-product-stock,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-stock.list-product-stock {
        display: none !important;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-price,
    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-list .product-item .product-price,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-price,
    .favorite-products .ce-main-wrapper .ce-products.ce-list .product-item .product-price,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-price,
    .search.search-results .ce-main-wrapper .ce-products.ce-list .product-item .product-price,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-price,
    .ce-latest-products .ce-products.ce-grid .product-item .product-price {
        order: 5;
        flex: 1;
        padding: 0;
        margin: 0;
        align-self: center;
        font-weight: 700;
        font-size: 21px;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-meta-wrapper.cart-btn-wrapper,
    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-list .product-item .product-meta-wrapper.cart-btn-wrapper,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-meta-wrapper.cart-btn-wrapper,
    .favorite-products .ce-main-wrapper .ce-products.ce-list .product-item .product-meta-wrapper.cart-btn-wrapper,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-meta-wrapper.cart-btn-wrapper,
    .search.search-results .ce-main-wrapper .ce-products.ce-list .product-item .product-meta-wrapper.cart-btn-wrapper,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-meta-wrapper.cart-btn-wrapper,
    .ce-latest-products .ce-products.ce-grid .product-item .product-meta-wrapper.cart-btn-wrapper {
        order: 6;
        padding: 0;
        margin: 0;
        height: 50px;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-meta-wrapper.cart-btn-wrapper,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-meta-wrapper.cart-btn-wrapper,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-meta-wrapper.cart-btn-wrapper,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-meta-wrapper.cart-btn-wrapper,
    .ce-latest-products .ce-products.ce-grid .product-item .product-meta-wrapper.cart-btn-wrapper {
        height: inherit;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .in-stock-product .product-item .product-stock,
    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-list .in-stock-product .product-item .product-stock,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .in-stock-product .product-item .product-stock,
    .favorite-products .ce-main-wrapper .ce-products.ce-list .in-stock-product .product-item .product-stock,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .in-stock-product .product-item .product-stock,
    .search.search-results .ce-main-wrapper .ce-products.ce-list .in-stock-product .product-item .product-stock,
    .ce-related-products-wrapper .ce-products.ce-grid .in-stock-product .product-item .product-stock,
    .ce-latest-products .ce-products.ce-grid .in-stock-product .product-item .product-stock {
        display: none !important;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-grid .product-item .product-name .product-title,
    .archive.tax-product_category .ce-main-wrapper .ce-products.ce-list .product-item .product-name .product-title,
    .favorite-products .ce-main-wrapper .ce-products.ce-grid .product-item .product-name .product-title,
    .favorite-products .ce-main-wrapper .ce-products.ce-list .product-item .product-name .product-title,
    .search.search-results .ce-main-wrapper .ce-products.ce-grid .product-item .product-name .product-title,
    .search.search-results .ce-main-wrapper .ce-products.ce-list .product-item .product-name .product-title,
    .ce-related-products-wrapper .ce-products.ce-grid .product-item .product-name .product-title,
    .ce-latest-products .ce-products.ce-grid .product-item .product-name .product-title {
        font-weight: 700;
        font-size: 18px;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper.ce-uom-display .ce-meta-wrapper .product-stock.in-stock {
        display: none !important;
    }

    .single.single-ce-product .ce-main-wrapper {
        padding: 25px 0;
    }

    .ce-product-detail-page .ce-code-like-wrapper {
        margin-bottom: 30px;
    }

    .ce-product-detail-page .ce-product-code {
        font-size: 13px;
    }

    .ce-product-detail-page .ce-product-summary .ce-product-price {
        font-size: 24px;
        color: #1d1d1d;
    }

    .ce-product-detail-page .ce-product-summary .folder {
        top: 3px;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-cart-btn-wrapper {
        padding: 0px 20px;
    }

    .ce-product-detail-page .ce-product-summary .ce-product-info-title {
        display: block;
        order: 3;
        margin-top: 20px;
        font-size: 20px;
        color: #1d1d1d;
        font-weight: 700;
    }

    .ce-product-detail-page .ce-product-summary .ce-product-description {
        margin-top: 0px;
    }

    .archive.tax-product_category .ce-main-wrapper,
    .search.search-results .ce-main-wrapper {
        padding: 35px 0;
    }

    .favorite-products .ce-main-wrapper,
    .search.search-results .ce-main-wrapper {
        padding-bottom: 35px;
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter {
        margin-top: 10px;
    }

    .archive.tax-product_category .ce-products .product-price,
    .favorite-products .ce-products .product-price,
    .search.search-results .ce-products .product-price,
    .ce-related-products-wrapper .ce-products .product-price,
    .ce-latest-products .ce-products .product-price {
        color: #1d1d1d;
    }

    .ce-account-page-wrapper .ce-table.ce-standard-orders-table td.order-col,
    .ce-account-page-wrapper .ce-table.ce-standard-orders-table td.date-col {
        width: auto !important;
    }

    .ce-popup {
        width: 65%;
        padding: 20px;
    }

    .ce-popup h2 {
        margin-top: 10px;
    }

    .ce-popup .ce-table tbody th,
    .ce-popup .ce-table tbody td {
        padding: 7px 0 7px 10px;
    }

    .ce-popup .ce-table tbody th:last-child,
    .ce-popup .ce-table tbody td:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width: 624px) { 
    .ce-checkout-shipping-detail-form .ce-shipping-methods .custom-radio-btn {
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}
@media(max-width: 574px) {

    .ce-checkout-form-block .form-group.half-width.custom-margin,
    .ce-checkout-form-block .form-group.half-width.btn-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .order-col {
        flex: 0 0 calc(100% - 90px);
        max-width: calc(100% - 90px);
    }

    .ce-my-account-order-details-wrapper .order-meta-row .actions-wrapper {
        order: 2;
        flex: 0 0 90px;
        max-width: 90px;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .store-col {
        order: 4;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px 0 0;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .date-col {
        order: 3;
    }

    .ce-cart-page-wrapper .ce-cart-items .ce-uom-display .product-stock {
        text-align: left;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-stock,
    .ce-cart-page-wrapper .ce-cart-items .ce-qty,
    .ce-cart-page-wrapper .ce-cart-items .ce-product-subtotal,
    .ce-cart-page-wrapper .product-unit-measure {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-cart-page-wrapper .ce-cart-items .ce-product-subtotal {
        text-align: left;
    }

    .ce-cart-page-wrapper .ce-cart-items .ce-quantity {
        justify-content: flex-start;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-stock,
    .ce-cart-page-wrapper .ce-cart-items .ce-product-subtotal,
    .ce-cart-page-wrapper .product-unit-measure {
        margin-top: 8px;
    }

    .thanks-for-order-section p span {
        display: inline;
    }

    .ce-checkout-form-wrapper .ce-customer-detail-wrapper .ce-customer-data-feild {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ce-checkout-form-wrapper .ce-customer-data-feild .ce-feild-data {
        flex: 0 0 100%;
        max-width: 100%;
        order: 3;
        margin-top: 5px;
    }

    .ce-checkout-form-wrapper .ce-customer-data-feild .ce-feild-type,
    .ce-checkout-form-wrapper .ce-customer-data-feild .ce-feild-data {
        padding: 0;
    }

    .ce-payment-block-inner .ce-checkout-form-block .form-group.cvv-wrapper,
    .ce-payment-block-inner .ce-checkout-form-block .form-group.card-expiry-wrapper,
    .ce-payment-block-inner .ce-checkout-form-block .form-group.card-number-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-tab-content-form .ce-step-count-inner-wrapper {
        flex-wrap: wrap;
    }

    .ce-tab-content-form .ce-step-count-inner-wrapper .ce-step-count-left {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ce-tab-content-form .ce-step-count-inner-wrapper .ce-step-count-right {
        padding-left: 30px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ce-products:not(.ce-grid) .product-name {
        max-width: calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
    }

    .ce-main-wrapper .ce-products.ce-list .product-stock {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 10px;
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter {
        flex-wrap: wrap;
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter .custom-ordering,
    .archive.tax-product_category .ce-main-wrapper .custom-filter .custom-sort {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter .custom-ordering select {
        width: 48%
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter .custom-sort {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .archive.tax-product_category .ce-main-wrapper .category-meta p {
        font-size: 16px;
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter span {
        max-width: 60px;
        flex: 0 0 60px;
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter select {
        flex: 1;
    }

    .archive.tax-product_category .ce-main-wrapper .ce-price-slider.both-filter {
        right: 0;
        left: auto;
    }

    .ce-product-detail-page {
        padding: 50px 0px;
    }

    .ce-product-detail-page button.ce-single-add-to-cart {
        min-width: inherit;
        width: 100%;
    }

    .ce-flyout-cart .ce-cart-products .ce-cart-product-inner {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price {
        flex: 0 0 calc(100% - 95px);
        max-width: calc(100% - 95px);
    }

    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-description {
        padding-right: 0;
    }

    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price .price,
    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price a {
        text-align: left;
    }

    .ce-product-detail-page .ce-quantity,
    .ce-product-detail-page .ce-product-detail-unit-measure {
        max-width: 90px;
        flex: 0 0 90px;
    }

    .ce-product-detail-page .ce-product-detail-unit-measure select.ce-product-detail-unit {
        padding: 0px 17px 0px 5px;
        background-position: right 10% top 67% !important;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-name {
        margin-bottom: 10px
    }

    .ce-cart-page-wrapper .product-unit-measure select.ce-cart-unit {
        border: 1px solid #000;
        width: 100px;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-meta-wrapper {
        flex-wrap: wrap;
    }

    .ce-product-detail-page .ce-cart-form,
    .ce-product-detail-page .folder {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-meta-wrapper .product-stock {
        text-align: left;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-meta-wrapper .folder {
        justify-content: flex-start;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-meta-wrapper .product-stock,
    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper .ce-meta-wrapper .folder {
        margin-top: 5px;
    }

    .ce-checkout-form-wrapper .user-type-radio-wrapper {
        flex-wrap: wrap;
    }

    .ce-checkout-form-wrapper .user-type-radio-wrapper .custom-radio-btn {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-checkout-form-wrapper .custom-radio-btn.full-width input[type='radio']+label:after {
        left: -26px;
    }

    .ce-checkout-form-wrapper .custom-radio-btn.full-width input[type='radio']+label:before {
        left: -30px;
    }

    .ce-checkout-form-wrapper .custom-radio-btn label {
        padding-left: 0;
    }

    .ce-checkout-form-wrapper .custom-radio-btn.full-width .radio-btn-wrapper {
        padding: 10px 10px 10px 40px;
    }

    .ce-checkout-form-wrapper .custom-radio-btn .radio-btn-wrapper {
        min-height: 55px;
    }

    .archive.tax-product_category .ce-main-wrapper .category-meta .view-icons {
        display: none;
    }

    .archive.tax-product_category .ce-main-wrapper #ce-products .in-stock-product .product-stock,
    .search.search-results .ce-main-wrapper #ce-products .in-stock-product .product-stock,
    .ce-related-products-wrapper #ce-products .in-stock-product .product-stock {
        display: none;
    }

    .ce-product-detail-page .ce-code-like-wrapper .product-like {
        display: none;
    }

    .ce-product-detail-page .ce-uom-display .ce-cart-form {
        flex: 0 0 220px !important;
        max-width: 220px !important;
    }

    .ce-product-detail-page .product-stock {
        flex: 1 !important;
        max-width: 100% !important;
    }

    .ce-product-detail-page .ce-product-detail-unit-measure {
        flex: 0 0 120px;
        max-width: 120px;
        padding-left: 20px;
    }

    .ce-product-detail-page .ce-product-detail-unit-measure select.ce-product-detail-unit {
        box-sizing: border-box !important;
    }

    .ce-popup {
        width: 80%;
    }

}

@media(max-width:482px) {
    .ce-popup {
        width: 90%;
    }
}

@media(max-width:479px) {
    .ce-account-page-wrapper .ce-table td.order-col {
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .ce-account-page-wrapper .ce-table td.store-col {
        flex: 0 0 100%;
        max-width: 100%;
        order: 3;
    }

    .ce-account-page-wrapper .ce-table td.link-col {
        order: 2;
    }
}

@media(max-width: 426px) {
    .ce-account-page-wrapper .searchbox-outer {
        min-width: 290px;
        right: -5px;
    }

    .ce-order-summary .ce-order-product-inner .ce-product-info-inner {
        flex-wrap: wrap;
    }

    .ce-main-wrapper .ce-grid .product-item-wrapper {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .ce-products.ce-grid .mobile-btn-wrapper.grid-btn-wrapper a {
        font-size: 12px;
    }

    .ce-products.ce-grid .mobile-btn-wrapper.grid-btn-wrapper a img {
        width: 15px;
        height: 15px;
    }

    .archive.tax-product_category .ce-main-wrapper #ce-products.ce-products.ce-grid .product-item,
    .favorite-products .ce-main-wrapper #ce-products.ce-products.ce-grid .product-item,
    .search.search-results .ce-main-wrapper #ce-products.ce-products.ce-grid .product-item,
    .ce-related-products-wrapper #ce-products.ce-products.ce-grid .product-item {
        padding: 15px 10px;
    }

    .tax-product_category .ce-grid.ce-products,
    .favorite-products .ce-grid.ce-products,
    .search.search-results .ce-grid.ce-products,
    .ce-related-products-wrapper .ce-grid.ce-products {
        margin: 0 -5px;
    }

    .tax-product_category .ce-main-wrapper .ce-grid .product-item-wrapper,
    .favorite-products .ce-main-wrapper .ce-grid .product-item-wrapper,
    .search.search-results .ce-main-wrapper .ce-grid .product-item-wrapper,
    .ce-related-products-wrapper .ce-grid .product-item-wrapper {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .ce-order-summary .ce-product-info-inner .ce-product-title,
    .ce-checkout-form-block .form-group.half-width,
    .ce-checkout-form-block .form-group.large-width,
    .ce-checkout-form-block .form-group.small-width {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ce-order-summary .ce-product-info-inner .ce-product-price .ce-price {
        text-align: left;
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter .custom-ordering select {
        width: 100%;
        margin: 0;
    }

    .archive.tax-product_category .ce-main-wrapper .custom-filter .custom-ordering select+select {
        margin-top: 15px;
    }

    .ce-cart-page-wrapper .ce-cart-items .product-image {
        flex: 0 0 80px;
        max-width: 80px;
    }

    .ce-cart-page-wrapper .product-item-wrapper .ce-product-inner-wrapper {
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px);
    }

    .ce-cart-page-wrapper .ce-cart-items .product-image img {
        width: 80px;
    }

    .ce-product-detail-page .ce-cart-form {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 374px) {
    .ce-account-page-wrapper .ce-tabbing-head-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .ce-account-page-wrapper .ce-tabbing-head-wrapper .search-wrapper {
        margin: 0;
        order: 1;
    }

    .ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }

    .ce-account-page-wrapper .ce-page-info-wrapper {
        flex-wrap: wrap;
    }

    .ce-account-page-wrapper .ce-orders-pagination-wrapper,
    .ce-account-page-wrapper .ce-invoices-pagination-wrapper,
    .ce-account-page-wrapper .ce-results-per-page-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        ;
    }

    .ce-order-summary .ce-order-summary-title-inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ce-products:not(.ce-grid) .product-name {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        order: 0;
        margin-top: 15px;
    }

    .ce-products:not(.ce-grid) .product-image {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        text-align: center;
    }

    .ce-main-wrapper .ce-products:not(.ce-grid) .product-price,
    .ce-main-wrapper .ce-products:not(.ce-grid) .product-meta-wrapper {
        order: 2;
    }

    .ce-main-wrapper .ce-products:not(.ce-grid) .product-price {
        padding-top: 10px
    }

    .archive.tax-product_category .ce-main-wrapper .ce-price-slider {
        width: 250px;
    }

    .ce-product-detail-page .ce-cart .ce-single-add-to-cart {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ce-cart-page-wrapper .ce-subtotal {
        justify-content: space-between;
    }

    /*flyout cart popup css */
    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-price .price,
    .ce-flyout-cart .ce-cart-product-UOM p {
        font-size: 16px;
    }

    .ce-flyout-cart .ce-cart-title p,
    .ce-flyout-cart .ce-cart-title .ce-view-cart-link,
    .ce-flyout-cart .ce-cart-product-inner .ce-cart-product-description a p,
    .ce-flyout-cart .price,
    .ce-flyout-cart .ce-empty-cart p,
    .ce-flyout-cart .ce-cart-totals span {
        font-size: 16px;
    }

    /* Standard order detail page css */
    .ce-my-account-order-details-wrapper .order-meta-row .custom-checkbox-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 0 0;
    }

    .ce-my-account-order-details-wrapper.standard-order-details-wrapper .order-meta-row .date-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-my-account-order-details-wrapper .order-meta-row .custom-checkbox-wrapper .custom-checkbox {
        text-align: left;
    }

    .ce-my-account-order-details-wrapper .custom-checkbox-wrapper .checkbox-inner label {
        padding-left: 0;
    }

    .ce-product-detail-page .ce-product-summary .product-stock p img {
        width: 20px;
    }

    .ce-product-detail-page .ce-uom-display .ce-cart-form {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ce-product-detail-page .ce-product-summary .ce-cart-meta-wrapper.ce-uom-display .ce-meta-wrapper .product-stock {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: left;
        margin-top: 15px !important;
    }

    .ce-products.ce-grid .mobile-btn-wrapper.grid-btn-wrapper a {
        padding: 0 10px;
    }
}