/* GEN */

.clearfix {
  clear: both;

}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.background-popup {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  z-index: 99;
}

.message-error {
  color: #C70000;
}

.shoppingCartAreaPopup {
  /* background: url(Images/AgentOrderHistory/bg.png); */
}


/* FLEX BOX */
.shoppingContainer {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  white-space: nowrap;
  min-height: 40px;
}

.shoppingContainer.body {
  overflow: hidden;
  /*max-height: 100vh;*/
  max-height: calc(97vh - 105px);
  overflow-y: auto;
}

.shoppingContainer.header {
  height: 104px;
  justify-content: center;
  flex-direction: row;
}

.shoppingContainer.column {
  flex-direction: column;
  border-bottom: 1px solid #d2d6db;
}

.productView {
  /* This is a "bandaid" kind of class. It can be removed in the future for a proper styling. */
  overflow: hidden;
  overflow-y: auto;
}

.shoppingContainer.row {
  flex-flow: row nowrap;
  align-items: center;
  width: auto;
  /*flex: none;*/
  flex: 1;
  /*height: 100%;*/
  margin: 0;
}

.shoppingContainer.rowItem {
  white-space: nowrap;
  font-size: 14px;
  justify-content: flex-end;
}

.shoppingContainer.rowItem.scrollable {}

/* BUTTONS */

.add-to-cart {
  background: #fff;
  padding: 6px 10px;
  color: #0066A3;
  text-align: center;
  float: right;
  margin-bottom: 18px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #0268A3;
}

.btn-keep-shopping {
    padding: 6px 16px;
    font-size: 0.75rem;
    color: #0078AC;
    text-align: center;
    float: right;
    margin-bottom: 18px;
    cursor: pointer;
}

.add-to-cart:hover {
  background: #0091E8;
  border-top: 1px solid #0091E8;
  border-left: 1px solid #0091E8;
  border-right: 1px solid #0091E8;
  border-bottom: 1px solid #003f65;
  color: #fff;
}


.btn-keep-shopping,
.btn-view-orders {
  display: inline-block;
  float: none;
}

.btn-view-orders {
  width: 80px;
  height: 24px;
  box-shadow: 0px 1px 2px #00000031;
  border: 1px solid #0078AC;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #0078AC;
  background: #fff;
  text-align: center;
  cursor: pointer;
  padding: 2px 0;
}

.btn-continue-browsing {
  background: #F48003;
  color: #fff;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 3px;
  cursor: pointer;
}

.btn-goto-cart {
  background: #C80000;
  color: #fff;
  text-align: center;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
}

.btn-checkout {
  color: #FFFFFF;
  background: #0066A3;
  width: 100px;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  margin-top: 50px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}

.btn-checkout:hover {
  color: #FFFFFF;
  background: #0091E8;
  border-bottom: 1px solid #003F65;
}

.btn-delete {
  background: url(Images/AgentOrderHistory/delete.png) no-repeat center center;
  width: 28px;
  height: 28px;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.btn-remove {
  background: #fff;
  color: #C8444A;
  padding: 6px 10px;
  text-align: center;
  float: right;
  margin-bottom: 18px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #C8444A;

}

.btn-remove:hover {
  background: #BD2016;
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
  cursor: pointer;
  border-radius: 3px;
  border-top: 1px solid #BD2016;
  border-left: 1px solid #BD2016;
  border-right: 1px solid #BD2016;
  border-bottom: 1px solid #750000;

}

.btn-popup-close {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 25px;
  outline: none;
  cursor: pointer;
}

.btn-right-position-small {
  right: 5px;
}

.btn-clean-field {
  text-align: center;
  position: absolute;
  top: 2px;
  color: #333;
  font-size: 20px;
  right: -35px;
  outline: none;
  cursor: pointer;
}

.btn-disabled {
  color: #f2f2f2;
  background: #D0D2D3;
  width: 100px;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  margin-top: 50px;
  display: inline-block;
  cursor: default;
  font-size: 14px;
}

/*#point-store-cart .close-button {
    position: absolute;
    font-size: 30px;
    right: 15px;
    outline: none;
    cursor: pointer;
    text-align: center;
    top: 7px;
    color: #999;
}*/

#point-store-cart {
  height: 100%;
  border: none;
}

#point-store-cart .CloseButtonContainer {
  float: right;
  height: 26px;
  width: 26px;
}


#popup-cart,
#popup-detail .CloseButtonContainer {
  position: absolute;
  top: 5px;
  right: 8px;
}

#point-store-cart .CloseButton {
  background-image: url(Images/CoreTheme/CloseNoPad.png);
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-left: 3px;
  background-size: contain;

}

#point-store-cart .CloseButton:hover {
  background-image: url(Images/CoreTheme/CloseIcon.png);
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: 0px;
  margin-left: 0px;
  background-size: contain;
}

#point-store-cart .CloseButton:active {
  border: none;
  outline: none;
}

/* DIALOG */



/*HEADER */

.marketplace-header-icon {
    position: absolute;
    width: 36px;
    height: 36px;
    margin-left: 16px;
}

.marketplace-header-coin-icon {
    height: 30px;
    width: 30px;
}

.marketplace-search {
    float: right;
    margin-right: 32px;
}

.header-menu-items {
    padding-left: 0;
}

.headerTab {
    display: inline-block;
    margin-right: 16px;
    white-space: pre-wrap;
    padding: 3.5px 16px;
}

.store-cart li.active {
    font-weight: bold;
    border-bottom: #0078AC solid;
}

.point-store-shopping-cart {
    width: 100%;
    height: 100%;
}

.point-store-shopping-cart .header {
  width: 100%;
  top: 0;
  left: 0;
  background: #eef0f2;
  min-height: 40px;
  max-height: 80px;
  padding-top: 16px;
}

.point-store-shopping-cart .header .panel-right {
  margin-right: 15px;
}

.point-store-shopping-cart .header .logo {
  color: #fff;
  width: 15%;
  /*min-height: 80px;*/
  padding-top: 25px;
  background: url(Images/AgentOrderHistory/MarketplaceLogo.svg) no-repeat center center;
  background-size: contain;
  height: 75px;
  width: 285px;
  padding-left: 75px;
  cursor: pointer;
  outline: none;
  margin-left: 15px;
}

.point-store-shopping-cart .header .logo img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.shoppingContainer .logo {
  height: 56px;
  width: 170px;
  z-index: 99;
  margin: 0 auto;
  margin-top: 16px;
  background-image: url("Images/CoreTheme/Clearview-White.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.point-store-shopping-cart .header .search-bar {
  color: #fff;
  width: 44%;
  flex: 5;
}

.point-store-shopping-cart .header .search-bar input {
  height: 35px;
}

.point-store-shopping-cart .header .search-bar input:placeholder-shown {
  font-style: italic;
}

.point-store-shopping-cart .header .information-box {}

.point-store-shopping-cart .header .information-box .navigation-profile-menu {
  display: table;
  min-height: 100px;
  min-width: 100%
}

.point-store-shopping-cart .header .information-box .orders {
  vertical-align: middle;
  min-width: 50%;
  text-align: right;
  color: #6a7480;
  font-size: medium;
  cursor: pointer;
  outline: none;
  height: 22px;
  /*padding-top: 29px;
    padding-right: 10px;*/
  align-self: flex-end;
}

.point-store-shopping-cart .header .information-box .orders div {
  outline: none;
}

.point-store-shopping-cart .header .information-box .orders div:before {
  content: '';
  border-bottom: 2px solid #0078ac;
  padding: 0 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
}

.point-store-shopping-cart .header .information-box .profile {
  display: table-cell;
  vertical-align: middle;
  color: #353A40;
  font-size: .875rem;
  margin-left:8px;
}

.point-store-shopping-cart .header .information-box .profile .profile-name{
    font-weight: bold;
}

.point-store-shopping-cart .header .information-box .profile .profile-coins {
    color: #FDB31E;
}

.point-store-shopping-cart .header .information-box .profile .totalCoins {
  color: gold;
}

.point-store-shopping-cart .header .store-cart {
  color: #fff;
  cursor: pointer;
  outline: none;
}

.point-store-shopping-cart .header .store-cart .cart {
  background-size: contain;
  width: 75px;
  height: 41px;
  position: relative;
  outline: none;
}

.point-store-shopping-cart .header .store-cart .cart-text {
  padding-top: 58px;
  font-size: 14px;
  outline: none;
  display: none;
}

.point-store-shopping-cart .header .store-cart .cart .red-circle {
  color: #fff;
  font-weight: bold;
  width: 23px;
  height: 23px;
  background: #BD2026;
  border-radius: 100%;
  padding: 10px 0 0 0;
  position: absolute;
  right: 16px;
}

.point-store-shopping-cart .header .store-cart .cart .red-circle span {
  position: absolute;
  top: 1px;
  left: 0px;
  text-align: center;
  width: 22px;
}

.point-store-shopping-cart .header .store-cart .cart .labelcart {
  padding-top: 50px;
  padding-right: 120px;
}

.point-store-shopping-cart .point-store-container {
  width: 100%;
  min-height: 550px;
  position: relative;
}


/*icon of searchbox*/

#input_container {
  position: relative;
  width: 100%;
}

#input_container #input {
  padding: 0 28px 0px 10px;
  margin: 0;
  width: 100%;
}

#input_container #input2 {
  padding: 0 28px 0px 10px;
  margin: 0;
  width: 100%;
}

/* LANDING PAGE */

.point-store-h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
}

.point-store-h3 {
  font-size: .875rem;
  font-weight: bold;
  margin: 1em 0 2em;
  text-transform: uppercase;
}

#product-content,
#point-store-cart,
#point-store-orders {
  background: #fff;
}

.sidebar-header .imageLogo {
    height: 40px;
    z-index: 99;
    margin: 0px 35px;
    background-image: url(Images/CoreTheme/Clearview-White.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#point-store-cart .point-store-container {
  width: 100%;
  /*min-height: 550px;*/
  overflow: hidden;
  overflow-y: auto;
}

#point-store-cart .point-store-container div.category-list {
  background: #0078ac;
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  position: relative;
  font-family: 'Roboto';
}

#point-store-cart .point-store-container ul.category-list {
  padding: 0px;
  margin-bottom: 25px;
}

#point-store-cart .point-store-container ul.category-list li span,
#point-store-cart .point-store-container ul.category-list li label {
  outline: none;
  cursor: pointer;
  margin-bottom: 0;
}

#point-store-cart .point-store-container ul.category-list li.active,
#point-store-cart .point-store-container ul.category-list div.active {
    font-weight: bold;
}

#point-store-cart .point-store-container .store-cart,
#point-store-cart .point-store-container .point-store-cart-list

/*,
#point-store-cart .point-store-container .point-store-orders */
  {
  width: 85%;
}

.pointStoreShoppingCart {
  padding: 0px !important;
  margin-top: -15px;
}


#point-store-cart .product-content {
  padding: 50px;
}

#point-store-cart .title-current-filter {}


div.category-list .filters {
  margin-top: 25px;
}

/* custom checkboxes */
.sideNavCheckbox {
  display: none;
}

label.checkboxAux:before {
  content: ''; 
  cursor: pointer;
  color: black;
  /* average checkbox styling */
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  font-size: 9px;
  height: 15px;
  width: 15px;
  display:flex;
  justify-content: center;
  box-shadow: inset 0 0 1px 1px white;
  box-sizing: border-box;
  border-radius: 3px;
  content: '\2713';
  color: #0078ac;
}

.sideNavCheckbox:checked+label.checkboxAux:before {
  content: '\2713';
  color: #fff;
}

.sideNavCheckbox:checked+label.checkboxAux {
  color: rgb(74, 95, 151);
}

.checkboxLabel {
    margin-left: 4px;
}

/* CAROUSEL */

.carousel-products {
  width: 83%;
  margin: 0 auto;
  position: relative;
}

.carousel-products .ng-carousel {
  width: 90%;
  margin-top: 22px;
  height: 300px;
}

.carousel-products .product-container-carousel {}

.carousel-products .product-thumbnail {
  width: 330px;
  padding: 20px 20px 20px 60px;
  text-align: left;
  min-height: 190px;
  color: #666667;
  margin-left: 70px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

.carousel-products .product-thumbnail img {
  max-width: 100%;
}

.carousel-products .product-info {
  width: 417px;
  padding: 45px 72px 20px 20px;
  min-height: 215px;
  color: #666667;
  overflow: hidden;
  margin-right: 70px;
  outline: none;
  position: relative;
}

.badge-best-seller {
    width: 48px;
    height: 48px;
    position: absolute;
    top: -42px;
    right: 2px;
    white-space: initial;
    text-align: center;
    background: transparent url('../Standard/Images/Admin/badge-bestseller.svg') no-repeat center center;
    font-size: 10px;
    padding-top: 8px;
    font-weight: 500;
    color: white;
}

.carousel-products .product-info-text {
  outline: none;
}



.carousel-products .product-info .out-of-stock {
  color: #C02D31;
  font-weight: bold;
}


.carousel-products .product-info .product-title,
.carousel-products .product-info .product-description,
.carousel-products .product-info .product-coins {
  width: 100%;
  outline: none;
  cursor: pointer;
}

.carousel-products .product-info .product-title {
  font-size: 23px;
  color: #333333;
}

.carousel-products .product-info .add-to-cart {
  margin-top: 15px;
}

.carousel-products .product-info .product-description {
  line-height: 1.5em;
  height: 75px;
  overflow: hidden;
  overflow-y: auto;
  padding-left: 20px;
  font-size: 17px;
  /* position: absolute; */
  white-space: initial;
  margin-top: 15px;
  margin-bottom: 15px;
}

.carousel-products .product-info .product-coins {
  padding-left: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.carousel-products .ng-carousel {
  width: 895px;
  margin: 0 auto;
}


.carousel-products .ng-carousel slide.empty {
  background: none;
}

.carousel-products .ng-carousel slide:not(.empty):nth-child(odd) {
  color: #ccc;
}

.carousel-products label {
  display: block;
  height: 40PX;
  outline: none;
}

.carousel-products .ng-carousel .carousel-arrow {
  background: #fff;
}

.carousel-products .carousel-arrow-left,
.carousel-products .carousel-arrow-right {
  cursor: default;
}

.carousel-products .carousel-arrow-left label {
  background: url(Images/arrow_l.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.carousel-products .carousel-arrow-right label {
  background: url(Images/arrow_r.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}


.carousel-products label.demo-nav {
  margin-top: 130px;
}

/*PRODUCT  */
.price-margin{
    margin-bottom: 8px;
}

.image-chevrons, .image-chevrons-home {
    background: #FFFFFF;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 14px;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

#content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.column {
    width: 600px;
    padding: 10px;
}

#featured {
    width: auto;
    height: 388px;
    object-fit: cover;
    max-width: 103%;
}

.thumbnail {
    object-fit: cover;
    width: 62px;
    height: 70px;
    cursor: pointer;
    margin: 4px 13px;
}

.thumbnail-selected {
    border: 1px solid #707070;
}

.active {
    opacity: 1;
}

#slide-wrapper {
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: center;
}

#slider {
    max-width: 400px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
}

.arrow {
    cursor: pointer;
    transition: .3s;
}

    .arrow:hover {
        opacity: .5;
    }

.locked-product-details {
    vertical-align: bottom;
    color: #6A7480;
}

.locked-product-arrows {
    position: absolute;
    right: 10%;
}

.btn-wishlist {
    margin-right: 8px;
}

.product-wishlisted-icon {
    width: 31px;
    height: 31px;
}

.product-details-options {
    position: absolute;
    bottom: 0;
}

.qty-box {
    padding: 0 20px;
}

.variation_selector {
    width: 166px;
    height: 28px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}
.variation_selector option {
    color: #353a40;
}
.variation_selector:invalid,
.variation_selector option[value=""] {
    color: #a8afb9;
}
.variationOutOfStock {
    background: #DDDDDD;
    color: #6A7480 !important;
}

.no-products-wishlist-icon {
    margin-bottom: 8px;
    width: 94px;
    height: 94px;
}

.no-products-wishlist {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
}

.no-products-message {
    height: 190px;
    text-align: center;
    padding: 110px 0 0 0;
}

.main-products-container {
    padding: 0 24px;
    max-width: 1600px;
    margin: 0 auto;
}

.marketplace-sections-container {
    margin: 0 auto;
}

.optionsContainer {
    display: flex;
    justify-content: flex-end;
}

.addCart-button:disabled {
    opacity: .35;
}

.badgesContainer {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    right: 4%;
}

.ProductQuantity {
    width: 64px;
    height: 28px;
    padding-left: 8px;
    color: #353A40;
    box-shadow: 1px 1px 2px #00000029;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.attributeCard {
    margin-top: 24px;
    padding: 17px 20px;
}

.btnAttributeCard {
    background: none;
    border: 0;
    text-align: left;
}

.attributeCard .card {
    box-shadow: none;
    border: none;
}
.attributeCard .card:hover {
    box-shadow: none;
    border: none;
}

.card-header {
    border-bottom: none;
    background: #eef0f2;
}

.attributeCard .card-body {
    background: #eef0f2;
}

.point-store-landing {
    min-height: calc(97vh - 105px);
    /*Was 105px, set to 94*/
}

.product-section-title {
  width: 65%;
}

.product-file-sort {
  width: 20%;
}

.product-list-empty {
  width: 100%;
  padding: 25px;
}

.container-products {
  background: #EFEFEF;
  height: 580px;
  min-height: 487px;
  padding: 30px 44px;
  /*margin-bottom: 50px;*/
}

.product-body {
    flex: 1 1 auto;
    height: 136px;
    padding: 1rem 1.25rem 3.5rem 1.25rem;
}

.variation-info {
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.main-products-container .marketplace-card,
.featured-items-landing .marketplace-card {
    padding-bottom: 8px;
}

.pictures-label {
    height: 16px;
    background-color: #D2D6DB;
    font-size: 11px;
    color: #6A7480;
    position: absolute;
    padding: 2px 4px 16px 4px;
    right: 3%;
    top: 2%;
    z-index: 1;
}

@media only screen and (min-width: 1900px) {
    .product-body {
        padding: 1.5rem 1.25rem 3rem 1.25rem;
    }
    .marketplace-card .card-img-container {
        height: 200px;
    }
}

@media only screen and (max-width: 1380px) {
    .marketplace-carousel-product-details .details-description {
        max-height: 80px;
        overflow: hidden;
    }
    .categories-container {
        flex: 0 0 18%;
        max-width: 18%;
    }
    .marketplace-sections-container {
        flex: 0 0 82%;
        max-width: 82%;
    }
    .category-arrow-icon {
        margin-right: 20px;
    }
    .sidebar-categories {
        width: 80%;
    }
    .shopping-cart-product-detail .product-detail .details-description {
        max-height: 128px;
    }
    #point-store-cart .point-store-container div.category-list {
        max-height: 496px;
    }
    .shopping-cart-product-detail .back-button,
    .shoppingContainer .back-button {
        padding: 24px 0;
    }
    shopping-cart-list .btn-checkout-shopping {
        bottom: 8px;
    }
    .cart-drawer {
        max-height: 496px !important;
    }
}

.product-title {
    max-height: 40px;
    overflow: hidden;
    color: #6a7480;
    font-size: 1rem;
    padding-bottom: 4px;
}

.variationNotSelected {
    border-color: #BD2026;
}

.container-products .product-container .click-area,
#product-filtered .product-container .click-area {
    outline: none;
}

.click-area {
  cursor: pointer;
}

.marketplace-landing-content {
    height: 60%;
    padding-top: 40px;
    margin-bottom: 32px;
}

.marketplace-carousel-container .carousel-item {
    height: 85%;
}

.marketplace-carousel-container .carousel-item .marketplace-carousel-item,
.marketplace-carousel-container .carousel-inner {
    height: 100%;    
}

.marketplace-carousel-container .carousel-item .marketplace-carousel-item .marketplace-carousel-img-container {
    background: #e9eaee;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketplace-carousel-container .carousel-item .marketplace-carousel-item .marketplace-carousel-img-container img {
    max-height: 100%;
}

.marketplace-carousel-container .carousel-item .marketplace-carousel-item .marketplace-carousel-img-container .featured-home {
    margin: auto;
    left: 0;
    right: 0;
}

.marketplace-carousel-product-details {
    text-align: initial;
    padding: 0 56px;
}

.marketplace-carousel-container .product-details-options .optionsContainer {
    padding-right: 96px;
}

.marketplace-carousel-product-details .qty-box-carousel {
    margin-top: 24px;
}

.featured-items-landing {
    padding-right: 16px;
}

#sale-products .product-container,
#featured-products .product-container,
#product-filtered .product-container {
  width: 232px;
  border: 1px solid #999;
  position: relative;
  max-height: 320px;
  margin-right: 62px;
  display: inline-block;
  margin-bottom: 50px;
  background: #fff;
  padding-bottom: 25px;
  min-height: 285px;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  -ms-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

#sale-products .product-container:hover,
#featured-products .product-container:hover,
#product-filtered .product-container:hover {
  cursor: pointer;
  border: 1px solid #3490C7;
  outline: none;
}

#sale-products .product-container .product-thumbnail,
#featured-products .product-container .product-thumbnail,
#product-filtered .product-container .product-thumbnail {
  /*    text-align: center;
    padding-bottom: 15px;
    height: 150px;
    margin-bottom: 10px;*/
    text-align: center;
    min-height: 115px;
}

#product-filtered {
  padding-left: 76px;
  padding-right: 76px;
  /*width: calc(100vw - 420px);*/
  width: calc(100vw - 380px);
}

.product-filtered-list {
  flex-wrap: wrap;
  white-space: normal;
  /*height: calc(73vh - 28px);*/
  /* Helps keep all products in view when screen size is small. */
  min-height: calc(73vh - 28px);
}

#sale-products .product-container .product-thumbnail .line,
#featured-products .product-container .product-thumbnail .line,
#product-filtered .product-filtered-list .product-container .product-thumbnail .line {
  margin-left: 5px;
  margin-right: 5px;
  /* padding-bottom: 10px; */
  height: 182px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px 10px 5px;
  text-align: center;
  width: 300px;
}

#sale-products .product-container .product-thumbnail .line img,
#featured-products .product-container .product-thumbnail .line img,
#product-filtered .product-filtered-list .product-container .product-thumbnail .line img {
  max-width: 100%;
}

#sale-products .product-container .product-info,
#featured-products .product-container .product-info,
#product-filtered .product-container .product-info {
  padding-left: 15px;
  padding-right: 15px;
}

#sale-products .product-container .product-thumbnail,
#featured-products .product-container .product-thumbnail,
#product-filtered .product-container .product-thumbnail {
  padding-top: 10px;
}

#sale-products .product-title,
#featured-products .product-title,
#product-filtered .product-title {
  /* min-height: 32px;*/
}


#sale-products .product-coins,
#featured-products .product-coins,
#product-filtered .product-coins,
#popup-cart .product-coins {
  margin: 10px 0;
  padding: 0 5px;
}

#sale-products .product-actions .detail-lnk,
#featured-products .product-actions .detail-lnk,
#product-filtered .product-actions .detail-lnk {
  color: #1B65A0;
  height: 20px;
  padding: 5px 0 0 0;
  cursor: pointer;
}

    #sale-products .product-actions .detail-lnk.fleft .yellow-text,
    #featured-products .product-actions .detail-lnk.fleft .yellow-text,
    #product-filtered .product-actions .detail-lnk.fleft .yellow-text {
        font-size: 12px;
        color: #E4B321;
        font-weight: 500;
    }


    .cart-item .regular-price,
    #sale-products .regular-price,
    #featured-products .regular-price,
    #product-filtered .regular-price,
    .shopping-cart-product-detail .regular-price,
    #popup-cart .regular-price,
    .carousel-products .regular-price {
        color: #666667;
        position: relative;
    }

.cart-item .sale-price,
#sale-products .sale-price,
#featured-products .sale-price,
#product-filtered .sale-price,
#popup-cart .sale-price,
.carousel-products .sale-price {
  color: #2079AF;
  position: relative;
  font-weight: bold;
}

#popup-cart .product-coins {
  text-align: center;
}

#popup-cart .sale-price,
#popup-cart .regular-price,
.carousel-products .regular-price {
  display: inline-block;
}

.carousel-products .sale-price {
  display: block;
}

#popup-cart .regular-price {
  margin-right: 15px;
}

#sale-products .product-actions .out-of-stock,
#featured-products .product-actions .out-of-stock,
#product-filtered .product-actions .out-of-stock,
.shopping-cart-product-detail .product-detail .out-of-stock {
  color: #C02D31;
  position: relative;
  font-weight: bold;
}

.shopping-cart-product-detail .product-detail .out-of-stock {
  font-size: 14px;
}

.cart-item .sale-coins .regular-price:after,
#sale-products .sale-coins .regular-price:after,
#featured-products .sale-coins .regular-price:after,
#product-filtered .sale-coins .regular-price:after,
.shopping-cart-product-detail .sale-coins .regular-price:after,
#popup-cart .regular-price:after,
.carousel-products .regular-price:after {
  height: 1px;
  display: block;
  width: 100%;
  background: #C70000;
  border-right: 1px white;
  content: '';
  position: absolute;
  top: 50%;
}

#sale-products .regular-coins .regular-price,
#featured-products .regular-coins .regular-price,
#product-filtered .regular-coins .regular-price,
.shopping-cart-product-detail .regular-coins .regular-price,
#popup-cart .regular-price:after {
  color: #fff !important;
}

.carousel-products .regular-price:after {
  height: 2px;
  display: block;
  width: 100%;
  background: #C70000;
  border-right: 1px white;
  content: '';
  position: absolute;
  top: 50%;
}

#sale-products .product-filtered-information-box,
#featured-products .product-filtered-information-box,
#product-filtered .product-filtered-information-box {
  text-align: CENTER;
  font-size: 25PX;
  height: 50PX;
  padding: 50PX;
}

.small-product-container-shell.small-product-container {

  min-width: 287px;

  height: 101px;
}

.small-product-container-shell {
  width: 25px;
  margin-right: 30px;
  padding: 5px;
  border: 1px solid #EFEFEF;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  -ms-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.small-product-container-shell:hover {
  border: 1px solid #2079AF;
}

.small-product-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 360px;
  min-width: 240px;
  height: 93px;
  position: relative;
}

.small-product-container.productRow {
  flex-direction: row;
}

.small-product-container.productColumn {
  flex-direction: column;
}

.small-product-thumbnail {
  min-width: 89px;
  max-width: 89px;
  min-height: 89px;
  max-height: 89px;
  background: #fff;
  margin-right: 15px;
  line-height: 89px;
}

.small-product-thumbnail-image {
  max-height: 89px;
  max-width: 89px;
  vertical-align: middle;
}

.small-product-info {
  color: #666667;
  overflow: hidden;
  outline: none;
}

.shoppingContainer.row.small-product-coins {
  min-height: 27px;
  margin: 5px 0;
}

.marketplace-product-details {
  margin: 0px auto;
  padding: 0px 48px 0px 24px;
}

.back-button {
  padding: 40px 0;
}

.details-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.product-details-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}


.marketplace-badges-container {
    margin-bottom: 1rem;
}

.details-description {
  color: #6a7480;
}

/* FEATURE  */

#featured-products {
  margin: 0 auto;
  max-width: 85%;
}

#featured-products .product-container {
  margin-right: 9%;
}

#featured-products .product-container:nth-child(4) {
  margin-right: 0px;
}



/* SALE RIBBON */

.sale-ribbon-container {
  overflow: hidden;
  position: absolute;
  height: 25px;
  width: 75px;
  left: 0px;
  top: 13px;
}

.sale-ribbon-container .sale-ribbon {
  width: 70px;
  margin: 0 0 0 -20px;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  background: #C70000;
  overflow: hidden;
  color: #fff;
  height: 19px;
}

.sale-ribbon-container .sale-ribbon-text {
  color: #fff;
  position: absolute;
  top: 1px;
  left: 10px;
}


.shopping-cart-product-detail .sale-ribbon-container {
  height: 29px;
  width: 80px;
  left: 0px;
}

.shopping-cart-product-detail .sale-ribbon-container .sale-ribbon {
  width: 88px;
  height: 35px;
}

.shopping-cart-product-detail .sale-ribbon-container .sale-ribbon-text {
  font-size: 20px;
}

.shopping-cart-product-detail .product-properties {
  margin-bottom: 20px;
}

.shopping-cart-product-detail .product-properties .detail {
  margin: 0px;
  color: #999;
}


/* CATEGORY */
.best-sellers-label {
    margin-bottom: 2em;
}

.sidebar-categories {
    width: 70%;
    overflow: hidden;
    vertical-align: top;
}

.category-arrow {
    float: right;
    margin-top: 4px;
    margin-right: 40px;
}

.marketplace-logo-container {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%, 0);
    width: 75%;
    text-align: center;
    color: #fff;
}

.marketplace-icon {
    margin: 0px 0px 4px 4px;
}

.category-arrow-icon {
    float: right;
    margin-top: 4px;
    margin-right: 28px;
}

.side-menu-separator {
    border-top: 1px solid rgb(255 255 255 / 40%);
}

.category-list li,
.subcategory-list li {
  list-style: none;
  padding: 5px;
  outline: none;
  cursor: pointer;
  word-break: break-all;
}

.category-list .open-subcategory {
  display: inline-block;
  margin-right: 10px;
}

/*.category-list>li {
  text-transform: uppercase;
}*/

.subcategories {
  padding-left: 15px;
}

.subcategories>li {
  text-transform: none;
}

.subcategory {
  padding-left: 15px;
}

.open-panel-gray-icon {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
}

.close-panel-gray-icon {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
}

.price-ranges {
  padding: 5px;
}


/* POP UP PRODUCT */

.shopping-cart-product {
  padding: 24px 50px 0 50px;
}

.shopping-cart-product .product-image {
  text-align: center;
  margin: 15px 0;
  min-height: 130px;
}

.shopping-cart-product .status {
  color: #3D9349;
  font-size: 28PX;
  text-align: center;
}

.shopping-cart-product .info-product {
  text-align: center;
  color: #333;
  font-size: 18px;
}

.shopping-cart-product-bottom {
  text-align: right;
  margin-right: 16px;
  margin-bottom: 22px;
  margin-top: 43px;
}

.shopping-cart-product-bottom .add-to-cart,
.shopping-cart-product-bottom .btn-checkout {
  float: none;
  display: inline-block;
}

.shopping-cart-product-bottom .add-to-cart {
  width: 122px;
  margin-right: 30px;
}


.shopping-cart-product-bottom .info-actions {
  text-align: right;
}

.shopping-cart-product-bottom .info-actions .btn-checkout {
  margin: 0px 30px 0px 0;
}

/*Badges*/

.badge-marketplace-details {
    height: 24px;
    padding: 5px 8px;
    border-radius: 8px;
    margin-right: 4px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.badge-bestseller-details {
    background: #C1F7F9;
}

.badge-onSale-details {
    background: #FBDAD9;
}

.badge-out-of-stock-details {
    background-color: rgb(189, 32, 38, 0.75);
    border-radius: 0;
    padding: 4px;
    position: absolute;
    left: 0;
    bottom: 10%;
    right: 0;
    color: #fff;
    font-size: 1rem;
    font-family: "Lato-Regular",sans-serif;
    font-weight: bold;
    height: 26px;
    text-transform: uppercase;
}

.badge-featured-details {
    background: #BFFBC5;
}

.detail-price-container .regular-price {
    position: relative;
    color: #353a40;
    font-size: 18px;
}

    .detail-price-container .regular-price::after {
        height: 2px;
        display: block;
        width: 100%;
        background: #C70000;
        border-right: 1px white;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
    }

.detail-price-container .sale-price {
    color: #bd2026;
    font-size: 18px;
}

.detail-price-container .noFormat-price {
    color: #353a40;
    font-size: 18px;
}

.badge-sale {
    height: 16px;
    background: #FCD9D4;
    color: #6A7480;
    border-radius: 0;
    padding: 2px 4px;
    right: 16px;
}

.align-right {
    text-align: right;
}

.badgesContainer .badge-featured,
.marketplace-product-details .badge-featured {
    width: 50px;
    height: 16px;
    background: #C1F7F9;
    color: #6A7480;
    border-radius: 0;
    padding: 2px 2px;
    margin-left: 8px;
}


/* ORDERS */

.reorderButton {
    width: 80px;
    height: 24px;
    font-weight: bold;
    border: 1px solid #0078AC;
    border-radius: 2px;
    box-shadow: 0px 1px 2px #00000031;
    color: #0078AC;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reorderButton:disabled, .reorderButton.disabled {
    opacity: .35;
}

#ordersGrid {
    height: 70%;
    padding-right: 32px;
}

#ordersGrid .ag-row-hover {
    background-color: #B7E4FF;
}

#ordersGrid .ag-details-grid .ag-row-hover {
    background: none;
}

#ordersGrid .ag-details-grid .ag-root-wrapper {
    border: none;
}

#ordersGrid .ag-details-grid .ag-header {
    display: none;
}

.display-inline{
    display: inline-block;
}

.orders-imgContainer {
    width: 100%;
    text-align: right;
    margin-top: 8px;
}

.orders-buttonContainer {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.orders-detailContainer {
    margin-top: 4px;
}

.product-prices .marketplace-coins-icon {
    margin-bottom: 4px;
    margin-right: 2px;
}

/* CART */
.cart-drawer {
    position: absolute;
    z-index: 100;
    width: 383px;
    min-height: 270px;
    box-shadow: 0px 3px 6px #00000045;
    border-radius: 5px;
    background: #FFFFFF;
    z-index: 0;
    max-height: 720px;
    border-top-right-radius: 0px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.drawer-empty-state {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 270px;
    flex-direction: column;
}
.drawer-cart-icon {
    width: 75px;
    height: 100%;
    position: absolute;
    background-color: #ffffff;
    right: 9.7%;
    box-shadow: 0px 3px 6px #00000045;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    opacity: 0;
    z-index: 0;
}
.drawer-items-container {
    height: 160px;
    width: 352px;
    margin-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: -16px;
}
.drawer-items-container:after {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 352px;
    border-bottom: 1px solid #A8AFB9;
}
.drawer-product-img {
    width: 152px;
    height: 104px;
    object-fit: cover;
}
.drawer-coin-icon {
    margin-top: -4px;
}
.drawer-delete-icon-container {
    text-align: right;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.drawer-goTo-button {
    width: 87px;
    height: 32px;
    padding: 4px;
    background-color: #0d8dc4;
    color: #ffffff;
    border: none;
    margin-top: 8px;
    margin-bottom: 24px;
}
.cart-drawer-footer {
    text-align: right;
    padding-right: 56px;
    padding-bottom: 8px;
    margin-top: 24px;
}
.drawer-border {
    height: 175px;
    width: 383px;
    position: absolute;
    right: 0;
    border-radius: 8px;
    box-shadow: 0px 2px 12px 1px rgb(0 120 172 / 35%);
}

.drawer-border-noVariation {
    height: 171px;
}

.btn-checkout-shopping {
    position: absolute;
    bottom: 4%;
    right: 0;
    padding-right: 48px;
}

#cart-grid {
    height: 60%;
    padding-right: 32px;
}

.availability-message {
    font-weight: normal;
    margin-left: 24px;
}

.cart-checkout-completed {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35%;
    transform: translate(0, -35%);
}

.checkout-icon-completed {
    margin-bottom: 8px;
    width: 54px;
    height: 54px;
}

.marginLeftBox {
    margin-left: 11px;
}

.marketplace-carousel-container input[type=number]::-webkit-inner-spin-button,
.shopping-cart-product-detail input[type=number]::-webkit-inner-spin-button,
.point-store-cart-list input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

.cart-product-name {
    font-weight: bold;
}

.input-quantity{
    height: 100% !important;
}

.cart-product-image {
    height: 96px;
    width: 96px;
    object-fit: cover;
}

.imageContainer {
    width: 140px;
    text-align: center;
    margin-right: 24px;
}

.cell-vertical-align, .cell-vertical-align span {
    display: flex;
    align-items: center !important;
}

.cell-orderid {
    color: #0078AC;
}

.cart-deleteButton {
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.actions-cart {
  width: 50%;
  text-align: right;
}

#cart-list .headers {
  font-weight: bold;
  color: #000;
}

#cart-list {}


#cart-list .headers,
#cart-list .total-cart {
  display: table;
  width: 100%;
}

#cart-list .cart-product {
  display: table;
  width: 99%;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: 1px solid #D9D9D9;
}

#cart-list .container-rows {
  border: 1px solid #D9D9D9;
  font-size: 14px;
  color: #333333;
  height: auto;
  max-height: calc(97vh - 420px);
  overflow: hidden;
}

#cart-list .container-rows .cart-product:last-child {
  border-bottom: 0px;
}

#cart-list .total-cart {
  border-bottom: 0px;
  height: 65px;
}

#cart-list .headers div,
#cart-list .cart-product div,
#cart-list .total-cart div {
  padding: 3px 10px;
  display: table-cell;
  vertical-align: middle;
}

#cart-list .headers div {
  font-size: 14px;
  color: #333333;
}

#cart-list .cart-product div {
  font-size: 14px;
}

#cart-list .title {
  width: 35%;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  vertical-align: inherit;
  padding-top: 30px;
}

#cart-list .title .remove-content {
  padding-top: 5px;
  padding-left: 0px;
  padding-top: 15px;
}

#cart-list .actions {
  width: 10%;
}

#cart-list .image {
  width: 15%;
}

#cart-list .total {
  width: 10%;
  text-align: center;
}

#cart-list .point {
  width: 10%;
  text-align: center;
}

/*#cart-list .point .cart-item .product-coins .sale-coins,
#cart-list .point .cart-item .product-coins .regular-coins {
    margin: 0;
    padding: 0;
}*/

#cart-list .total-cart .point,
#cart-list .total-cart .total {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

#cart-list .total-cart .total {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

#cart-list .quantity {
  width: 10%;
  text-align: center;

}

#cart-list .quantity .quantityBox {
  border: 1px solid #8C8E8D;
  text-align: center;
  display: inline-block;
  height: 20px;
  width: 43px;
  padding-left: 10px;
}

.shopping-cart-list-empty {
  width: 63%;
  margin: 0 auto;
  /*padding-top: 15%;*/
}

.shopping-cart-list-empty .shopping-cart-empty {}

.shopping-cart-list-empty .shopping-cart-empty .cart-icon {
  background: url("Images/AgentOrderHistory/EmptyShoppingCartLarge.png") no-repeat center center;
  background-size: contain;
  height: 150px;
  width: 150px;
}

.shopping-cart-list-empty .shopping-cart-empty .cart-message {
  font-size: 35px;
  padding: 42px 0px 0px 35px;
}

.shopping-cart-list-empty .shopping-cart-empty .cart-message span {
  color: #FD0000;
}

.shopping-cart-list-empty .shopping-cart-empty-actions {
  width: 220px;
  float: right;
  margin-top: 150px;
}

.shopping-cart-list {
  padding: 20px 60px;
}

.checkboxShopping-Cart {
  display: inline-block;
}

.shopping-cart-checkout .shopping-cart-successful-order {
  width: 25%;
  margin: 0 auto;
  padding-top: 5%;
}

.shopping-cart-checkout .shopping-cart-successful-order .checkout-icon {
  background: url("Images/AgentOrderHistory/CheckMarkPointStoreCheckout.png") no-repeat center center;
  background-size: contain;
  height: 270px;
  width: 270px;
  margin: 0 auto;
}

.shopping-cart-checkout .shopping-cart-successful-order .sucessful-title {
  text-align: center;
  font-weight: 900;
  font-size: 54px;
  margin: 0 auto;

}

.shopping-cart-checkout .shopping-cart-successful-order .sucessful-subtitle {
  text-align: center;
  font-size: 21px;
  font-weight: 900;
}

.shopping-cart-checkout .shopping-cart-empty-actions {
  position:absolute; 
  bottom:10%; 
  right:0; 
  font-weight: bold;
  width: 232px;
  float: right;
  margin-top: 30px;
  margin-right: 42px;
}

/*CHECKBOX
.checkboxShopping-Cart {
    width: 25px;
    position: relative;
    display: inline-block;
}

.checkboxShopping-Cart label {
 cursor: pointer;
 position: absolute;
 width: 15px;
 height: 15px;
 top: 0;
 left: 0;
 background: #808080;
 border-radius:4px;
 border:2px solid #FFFFFF;
}

.checkboxShopping-Cart label:after {
 opacity: 0.2;
 content: '';
 position: absolute;
 width: 5px;
 height: 3px;
 background: transparent;
 top: 3px;
 left: 4px;
 border: 3px solid #FFFFFF;
 border-top: none;
 border-right: none;
 transform: rotate(-45deg);
}

.checkboxShopping-Cart input[type=checkbox]:checked + label:after {
 opacity: 1;
}
*/

#popup-detail {
  position: fixed;
  background: #fff;
  z-index: 9999999;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 10px #333;
  margin: auto;
  top: 0;
  max-width: 489px;
  bottom: 0;
  max-height: 600px;
}

#popup-detail .info-actions {
  position: absolute;
  text-align: right;
  width: 90%;
  bottom: 10px;
}


#popup-cart {
  position: fixed;
  background: #fff;
  z-index: 999999999;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 10px #333;
  margin: auto;
  top: 0;
  bottom: 0;
  min-height: 200px;
  max-height: 530px;
  width: 480px;
}


.shopping-cart-product-detail .regular-price {
  margin-right: 4px;
}

.shopping-cart-product-detail .product-detail .description {
  min-height: 15px;
  color: #5D5D5D;
  max-height: 70px;
  overflow: hidden;
  overflow-y: auto;
}

.shopping-cart-product-detail .product-detail .title h2 {
  margin-top: 0px;
}

.shopping-cart-product-detail .product-image {
  display: table;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  background-color: #e9eaee;
  width: 100%;
  min-height: 348px;
}

.shopping-cart-product-detail .product-image .product-image-content {
  display: table-cell;
  vertical-align: middle;
  position:relative
}

.product-image-added-to-cart {
  max-width: 380px;
  max-height: 291px;
}

.shopping-cart-product-detail .product-image img {
  max-width: 100%;
}

.shopping-cart-product-detail .product-detail {
  padding: 17px 20px;
  max-height: 235px;
}

.shopping-cart-product-detail .detail {
  margin-bottom: 23px;

}

.shopping-cart-product-detail .quantity,
.shopping-cart-product-detail .price {
  color: #9B9A9B;
}

.shopping-cart-product-detail .price .sale-price {
  font-size: 15px;
  color: #0268A3;
}

.sortable-header:hover {
  cursor: pointer;
}

.sortable-double-arrow {
  visibility: hidden;
}

.sortable-header:hover .sortable-double-arrow {
  visibility: visible;
}

/*.sortable-double-arrow-new {
    visibility: visible;
}
.sortable-header:hover .sortable-double-arrow-new {
    visibility: visible;
}*/

.noTitleHeader .ui-dialog-titlebar {
  background: #fefefe !important;

}

.noTitleHeader .ui-widget-header {
  border-top: 2px solid #FFFFFF !important;
}

.product-filter-sort {
  padding-top: 15px;
  padding-top: 15px;
  float: right;
  padding-right: 80px;
}

.product-filter-sort .sortby {
  margin-left: -15px;
}

.product-filter-sort .selector {
  padding-left: 12px;
}

.responsivePopUp {
  width: 98%;
}

.pointStoreImage.sort-double-arrow-icon {
  background-image: url(Images/CoreTheme/Sort.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 17px;
  width: 12px;
  float: left;
  /*display: inline-block;*/
}

.pointStoreImage.sort-arrow-up-icon {
  background-image: url(Images/CoreTheme/SortUp1.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 8px;
  width: 12px;
  margin-top: 3px;
  float: left;
  /*display: inline-block;*/
}

.pointStoreImage.sort-arrow-down-icon {
  background-image: url(Images/CoreTheme/SortDown1.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 8px;
  width: 12px;
  margin-top: 5px;
  float: left;
  /*display: inline-block;*/
}

.marketplace-search {
  max-width: 750px;
}

.marketplace-right-header-item {
  padding: 0 8px 0 0;
  height: 42px;
  z-index: 2;
}

.accordion > uib-accordion > div > div .card-body { 
  padding: 1.25rem 0 1.25rem 0; 
  max-height: 400px; 
  overflow-y: auto;}


/*.pointStoreImage.new-sort-double-arrow {
    background-image: url(Images/CoreTheme/sort_normal.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 17px;
    width: 12px;
    float: left;
}

.pointStoreImage.new-sort-arrow-up-icon {
    background-image: url(Images/CoreTheme/sort_selected.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 8px;
    width: 12px;
    margin-top: 3px;
    float: left;
}

.pointStoreImage.new-sort-arrow-down-icon {
    background-image: url(Images/CoreTheme/sort_normal.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 8px;
    width: 12px;
    margin-top: 5px;
    float: left;
} */
