.body {
	min-height: 750px;
}
nav .user-personal-menu {
    background: #fff;
  }

nav .user-personal-menu {
	border:0px;
    padding: 0px;
    border-radius: 5px;
    margin-top: -10px;
}
nav .user-personal-menu  .menu-content {
    display: block;
    position: initial;
    top: 24px;
    right: 0;
    z-index: 999;
    padding: 0px;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
    border-radius: 3px 0 3px 3px;
    padding:10px;
    width: 220px;
  }
nav .user-personal-menu  .menu-content li img{
	width: 20px;
    padding-bottom: 3px;
    margin-right: 5px;
}
nav .user-personal-menu  .menu-content li a{
	padding:5px;
	width: 100%;
	text-decoration: none;
    color: var(--bs-nav-link-color);
    font-weight: bold;
    font-size: 13px;
}

  #login label {
    float: right;
    line-height: 30px;
  }

  #login label input {
    position: relative;
    top: 2px;
    right: 2px;
  }
nav .user-personal-menu  .menu-content li {
    list-style: none;
    padding: 5px;
    cursor: pointer;
}
nav .user-personal-menu  .menu-content ul {
    padding: 5px;
}
nav .user-personal-menu  .menu-content li:hover {
    list-style: none;
    padding: 5px;
    background-color:white;
}
nav .account-name {
	cursor: pointer;
}
.plurac--text-green {
    color: #1aa411;    
}
.text-bold {
    font-weight:bold;
}
.product-detail-wrapper .shop-image {
    float: left;
    margin-right: 10px;
    width: 45px;
}
.similar-products .similar-product-image {
    width: 30px;
}
.similar-products i.fa-shopping-cart {
    padding: 5px;
    border: 1px solid #bd1e2c;
    background: #bd1e2c;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.similar-products .js-wc-star-rating {
    padding: 0!important;
    box-shadow: none!important;
    float: left;
    text-align: left;
}
.similar-products .js-wc-star-rating .fa-star {
    font-size: 20px!important;
}
.similar-products .product-name label {
    width: 100%;
    font-size: 13px;
    cursor: pointer;
}
.no-data-label {
    margin: 10px;
    padding: 5px;
    color: #bd1e2c;
    font-weight: bold;
    font-size: 14px;
}
.breadcrumb a {
    text-decoration: none;
    color: inherit;
}
.similar-products thead i {
    font-size: 15px;
    cursor: pointer;
}
.chip-color-dullred {
    background: #c73737;
}
.chip-color-dullyellow {
    background: #e2c750;
}
.chip-color-bg-pink {
    background: #d94f4f;
}
.chip-color-menublue {
    background: #052869;
}
.swal2-title {
    font-size: 20px!important;
}
.swal2-content {
    font-size: 15px!important;
}
.swal2-actions button {
    font-size: 15px!important;
}
.product-images .main-image, .product-images .other-images img {
    cursor: pointer;
    text-align: center;
}
.product-images .main-image img {
    max-width: 300px;
    max-height: 300px;
}
.product-featured-img {
    min-height: 245px;
}
.prod-thumb-varients .product-thumb-img {
    width: 55px;
    height: 55px;
}

  @media (min-width: 1200px) {
    .shop-details-main .featured-products {
        padding: 0 20%;
        border-radius: 5px;
        text-align: center;
    } 
    .shop-details-main .featured-products .product-price {
        width:300px;
    }
    .shop-details-main .featured-products .product-image img {
        max-height: 250px;
        max-width: 300px;
    }
}
.order-message {
    display: flex;
    justify-content: center;
}
.order-message .order-message-inner {
    margin: 10px 50px;
    text-align: center;
}
.order-message .order-message-inner .order-message-main{
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}
.order-message .order-message-inner .order-message-details{
    width: 100%;
    font-size: 15px;
}
.nav-home-login .home-pill a {
    color:white;
}
.login-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.login-form {
    margin: 10px 50px; 
    padding: 25px;
    border: 2px solid #fabd47;
    border-radius: 5px;
    max-width: 400px;
}
.login-form form {
    text-align: center;
}
.login-container .error {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #bd1e2c;
}
.login-container label, .login-container a {
    color: #888;
    font-weight: normal;
    font-size: 14px;
}
.login-container input {
    font-size: 14px;
    width: 100%;
}
.login-container .login-options {
    text-align: center;
}
.login-container .login-submit {
    margin: 15px 0;
}
.similar-products.plura-table th {
    font-size: 13px;
    text-align: center;
    padding: 6px;
}
.similar-products.plura-table td {
    padding: 5px;
    font-size: 12px;
    height: 20px;
}
.register-form {
    margin: 10px 50px;
    padding: 25px;
    border-radius: 5px;
}
.register-form .ui-widget, .register-form .ui-widget input, .register-form .ui-widget select,
.register-form .ui-widget textarea, .register-form .ui-widget button {
    font-family: inherit;
    font-size: inherit;
}
.register-form .ui-state-active, .register-form .ui-widget-content .ui-state-active, 
.register-form .ui-widget-header .ui-state-active{
    border: 1px solid #bd1e2c;
    background: #bd1e2c;
    font-weight: normal;
    color: #ffffff;
}
.register-form ul li {
    font-weight: bold!important;
}
.register-form input, .register-form select {
    height: 30px;
    width:220px;
    font-size: 14px!important;
}
.register-form label {
   font-size: 14px; 
}
.register-form legend {
    font-weight: bold;
    font-size: 18px;
}
.register-form .ui-widget button {
    border:0;
}
.alertify-notifier .ajs-message {
    font-size: 15px;
    color: white;
}
.prodcut-detail-suggessions {
    /*margin-top: 20px!important;*/
}
.prodcut-detail-suggessions .data-grid-wrapper {
    padding: 0px 10px!important;
}
.product-details .container-top-nav {
    margin-bottom: 5px!important;
}
.product-details .product-detail-wrapper {
    padding-top: 5px!important;
}
.product-details .prod-data.pt-2.pb-2 {
    padding-top: 0px!important;
}
.product-details .prod-price {
    padding-bottom: 0px!important;
}
.prod-categorization-chips {
    padding-top: 10px!important;
}
.static-container {
    margin: 10px 50px;
    padding: 25px;
    border-radius: 5px;
}
.static-container ul li {
    font-weight: bold!important;
    padding: 10px;
}
.static-container ul li a {
    color: #737373;
}
.footer a {
    color: #614b5e;
}
.prodcut-detail-suggessions .best-offer-icon {
   width:100px;
}
.promo-box {
    height: 70px;
    width: 70px;
    background-color: #bd1e2c;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 25px 0;
    color: white;
    font-weight: bold;
    position: absolute;
    z-index: 100;
    left: 23%;
    top: 5%;
    font-size: 13px;
}
.error-container .inner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.error-container .inner-content h1 {
    text-align: center;
    font-size: 7em;
    line-height: 1.3em;
    margin: 2rem 0 0.5rem 0;
    padding: 0;
    text-shadow: 0px -1px 1rem #fefefe;
    color: white;
}
.error-container .inner-content .subheading {
    text-align: center;
    max-width: 480px;
    font-size: 1.5em;
    line-height: 1.15em;
    padding: 0 1rem;
    margin: 0 auto;
    color: white;
}
.error-container img {
    width:100%;
}
.product-detail-wrapper .qty-based-discounts {
    cursor: pointer;
}
.product-detail-wrapper .qty-based-discounts table {
    width: 100%;
    text-align: left;
    border: 1px solid #dfe3fe;
    padding: 10px;
    margin-top: 10px;
}
.product-detail-wrapper .qty-based-discounts table td {
    padding: 10px;
    text-align: center;
}
.product-detail-wrapper .qty-based-discounts table th {
    padding: 5px;
    border-bottom: 1px solid #dfe3fe;
    text-align: center;
}
.product-detail-wrapper .qty-based-discounts table button {
    height: 30px;
}
.product-detail-wrapper .qty-based-discounts table .material-icons {
    font-size: 15px;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgb(146 219 106)!important;
}
.swal2-icon.swal2-warning {
    border-color: #dd1d1d;
    color: #f31313!important;
    border: .25em solid #e32222!important;
}
.swal2-header {
    font-size: 10px;
}
.swal2-content {
    font-size: 14px!important;
}
.swal2-actions {
    font-size: 14px!important;
}
.swal2-title {
    font-size: 15px!important;
}
.banner-slider .item img {
    max-height:273px;
    /*max-width:1140px;*/
    display:inline-block;
}
.shop-details .filter-search {
    margin: 0;
    background-color: #fabd47;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.shop-details .filter-search .btn.active {
    background: #bd1e2c;
    color: #FDD106;
    transition: linear all .4s;
}
.shop-details .filter-search input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.shop-details .filter-search .form-inline {
    margin-left: 1rem !important;
    flex: 1 1 auto !important;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.shop-details .filter-search .btn-group{
    display: block!important;
}
.shop-details .filter-search .btn {
    font-size: 13px;
}
.shop-details-main {
    font-size: 14px;
}
.shop-details-main .featured-products h5 {
    font-weight: bold;
    font-size: 15px;
    color: #bd1e2c;
}
.shop-details-main .featured-products a {
    text-decoration: none;
}
.shop-details-main .featured-products .product-name {
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
}
.shop-details-main .featured-products .item-price {
    padding: 0 15px;
}
.shop-details-main .featured-products .product {
    text-align: -webkit-center;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 10px;
    margin: 10px 0;
}
.shop-details-main .message-seller,.shop-details-main .newsletter-signup {
    background: #bd1e2c;
    color: white;
    margin: 0 5px!important;
}
.shop-details .search-input {
    font-size: 14px;
}
.message-dialog .seller-message table td {
    text-align: center;
    font-size: 13px;
}
.ui-draggable .ui-dialog-titlebar {
    background: #b74852;
}
.ui-dialog .ui-dialog-title {
    font-size: 13px;
    color: white;
}
.ui-dialog .ui-dialog-buttonpane button {
    border: 1px solid #cccccc;
    background: #b74852;
    font-weight: normal;
    font-size: 13px;
    color: white;
}
.product-detail-wrapper .product-type span {
    float: left;
    font-size: 35px;
    font-weight: bold;
}
.product-detail-wrapper .product-type label {
    margin-top: 8px;
}
.product-detail-wrapper .product-type {
    float:left;
    font-weight: bold;
}
.search-listing {
    width: 250px;
}
.shop-details-main .shop-logo {
    max-height: 100px;
}
.card-listings .card .card-img {
    /*height: 250px;
    overflow: hidden;*/
    height: 170px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
}
/*** added with top styles change. overrided from core */
.card-listings .card .card-img .card-img-top {
    /* min-height: 100%; */
    width: 60%;
}
.card-listings .card.border.rounded-2.shadow-sm {
    /*height: 460px;*/
    height: 380px;
}
.promo-box {
    height: 60px;
    width: 60px;
    background-color: #bd1e2c;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 22px 0;
    color: white;
    font-weight: bold;
    position: absolute;
    z-index: 100;
    left: 70%;
    top: 2px;
    font-size: 12px;
}
.category .card .card-img .card-img-top {
    min-height: 100%; 
    width: 100%!important;
}
.card-listings .card .prod-cat {
    height: 35px;
}
/**-------------------------------*/
.card-listings .card .cat-listing .prod-cat {
    min-height: 35px;
    max-height: 60px;
    height: auto;
}
.card-listings .card .prod-desc {
    cursor: pointer;
}
.product-detail-wrapper .option-values {
    height: 30px;
    border: 1px solid #e3eaef;
}
#shop_details_inner a.fa-facebook {
    font-size: 20px;
    color: #0778e9;
}
#shop_details_inner a.fa-instagram {
    font-size: 20px;
    color: #fd0059;
}
.pre-loader {
    text-align: center;
    padding: 5px;
    display:none;
}
.product-detail-wrapper .product-desc {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    line-clamp: 2!important;
    -webkit-box-orient: vertical;
    cursor: pointer;  
    width:300px;  
}
.product-detail-wrapper .product-desc pre {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    overflow: auto;
}
.product-detail-wrapper .product-desc pre::-webkit-scrollbar {
    width: 12px;
}
.product-detail-wrapper .product-desc pre::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.reviews-view table {
    width:100%;
    font-size: 13px;
}
.reviews-view table textarea {
    width:100%;
    height: 80px;
}
.reviews-view table button {
    background: #ba2f29;
    width: auto;
    border: 0;
    color: white;
    padding: 3px 25px;
    border-radius: 5px;
    margin: 10px;
}
.reviews-list .review-list {
    border: 1px solid #f5f1f1;
    padding: 10px;
    font-size: 14px;
}
.reviews-list .review-list .message {
    border-bottom: 1px solid #b74852;
    padding: 10px;
}
.reviews-list .review-list .message .title{
    background: #5d677c;
    color: white;
    padding: 0 5px;
    border-radius: 5px;
}
.reviews-list .review-list .message .review-message{
    margin-top: 5px;
    padding: 5px;
}
.review-list .rating-div .fa-star, .product-detail-wrapper .star-rating .fa-star,
.card-listings .card-body .star-rating .fa-star, 
.shop-details-main .featured-products .star-rating .fa-star{
    font-size: 14px!important;
}
.review-list .rating-div, .product-detail-wrapper .star-rating,
.card-listings .card-body .star-rating,
.shop-details-main .featured-products .star-rating {
    padding: 0px!important;
    text-align: left!important;
    background: transparent!important;
    box-shadow: none!important;
    align-items: self-start!important;
    /*margin-right: 5px;*/
}
.product-detail-wrapper a.reviews {
    font-weight: bold;
}
.card-listings .card-body .shop-name {
    color: #bd1e2c;
    font-weight: bold;
    cursor: pointer;
}
.welcome-note h1, .welcome-note .h1 {
    font-size: 44px;
}
.prod-categorization-chips .prod-cat-chip-item {
    width: 30px!important;
    height: 30px!important;
    padding: 0!important;
}
.prod-cat-chip-item .material-icons{
    font-size: 22px;
}
.special-product-types .product-type img{
    width: 25px;
    margin: 0 5px;
}
.product-detail-wrapper img.country-flag {
    width: 20px;
}
.product-detail-wrapper .availability {
    width: 20px;
}
.product-images .main-image {
    float: left;
    margin-right: 8px;
}
.product-detail-wrapper .prod-thumb-varients {
    display: block!important;
    margin-top: 0!important;
}
.similar-products.plura-table td.product-name a {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.product-detail-wrapper .star-rating {
    flex-direction:row!important;
    justify-content: left!important;
}
.product-detail-wrapper .deliver-icon {
    height: 30px;
    cursor: pointer;
    margin-top: 10px;
}
.similar-products .shop-image {
    text-align: center;
}
.similar-products .country-flag {
    width:20px;
}
.similar-products .product-type img {
    width: 18px;
}
.product-detail-wrapper .input-hidden {
    position: absolute;
    left: -9999px;
}
.product-detail-wrapper .input-hidden[type=radio]:checked + label>img {
    border: 1px solid #bd1e2c;
    box-shadow: 0 0 3px 3px #bd1e2c;
}
.product-detail-wrapper .input-hidden[type=radio] + label>img {
    border: 1px dashed #444;
    transition: 500ms all;
}
.product-detail-wrapper .input-hidden[type=radio]:checked + label>img {
    transform: 
}
.product-catalog p {
    margin-bottom: 0px!important;
}
.product-catalog img {
    width: 18px;
}
.product-catalog .special-types {
    min-height: 30px;
}
.product-detail-wrapper .product-images {
    margin-left: 50px!important;
    width: 415px;
}
.product-detail-wrapper .product-info-section {
    padding-left: 0px!important;
}
.menu-image-container .menu-image img{
    width: 100%;
    height: auto;
    max-height: 315px;
    border-radius: 5px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #bd1e2c;
}
.menu-image-container .owl-wrapper-outer {
    max-height:350px;
}
.menu-image-container .menu-image {
    text-align: center;
}
.menu-image-container .menu-image label {
    font-size:13px;
    width: 100%;
    background: #989b9f;
    color:white;
}
.owl-theme .owl-controls .owl-page span {
    background: #b74852!important;
}
.owl-buttons {
    display: none;
}
.ui-dialog-titlebar-close {
    visibility: hidden;
}
.product-detail-wrapper .moq-warning {
    font-size: 14px;
    color: red;
    font-weight: bold;
    margin-top: 5px;
    cursor:pointer;
}
.register-form li a {
    font-size: 15px;
}
.container .about-us strong {
    color: #bd1e2c;
}
.container .about-us .about-us-content {
    font-size: 15px;
    margin-top: 25px;
}
.navbar-collapse {
    padding: 20px;
    width: 150px;
}
#pagination_container {
    text-align: center;
}
#pagination_container .paginator {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
#pagination_container .paginator li {
    display: inline;
}
.paginator>li:first-child>a, .paginator>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.paginator>.disabled>span, .paginator>.disabled>span:hover, .paginator>.disabled>span:focus, .paginator>.disabled>a, .paginator>.disabled>a:hover, .paginator>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.paginator>li>a, .paginator>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
    cursor: pointer;
}
.paginator>li.active>a {
    color: #ff0016;
    font-weight: bolder;
}
.register-form .seller-info {
    color: red;
    font-size: 13px;
    font-weight: bold;
}
.product-desc .collapsible {
  background-color: #737373;
  color: white;
  cursor: pointer;
  padding: 3px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 13px;
}

.product-desc .active, .product-desc .collapsible:hover {
  background-color: #bd1e2c;
}

.product-desc .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.product-desc .active:after {
  content: "\2212";
}

.product-desc .content {
  padding: 0;
  max-height: 0;
  overflow: auto;
  transition: max-height 0.2s ease-out;
}
.product-images-container {
    display: flex;
    text-align: center;
}
.product-images-container .main-image {
    width: 400px;  
    margin-right: 25px; 
}
.product-images-container .other-images {
    float: left;
    width: 250px;
}
.product-images-container .main-image img {
    max-width: 400px;    
    max-height: 460px;
}
.product-images-container .other-images img {
    width: 45px;
    cursor: pointer;
    margin: 5px;
}
.product-images-container .image-desc {
    display: flex;
    flex-direction: column;
    width: 260px;
}
.product-images-container .product-desc {
    max-height: 350px;
    overflow: scroll;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.product-images-container .product-desc pre {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    overflow: auto;
    text-wrap: wrap;
}
/** styles from user section */
a {
    color: #0E4D80;
}
.categories .search-filter {
    background: #f0f0f0;
    padding: 10px;
    float:left;
}
.categories .search-filter .filter {
    width: auto;
    float: left;
    margin: 0 10px 0 5px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}
.categories .search-filter .filter-by {
    width: auto;
    float: left;
    margin: 0 10px 0 5px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}
.categories .search-filter .filter select {
    padding: 3px;
    font-size: 14px;
    max-width: 170px;
}
.categories .search-filter .filter .product-type {
    background: #919191;
    color: white;
    padding: 5px;
    margin: 5px 5px;
    border-radius: 5px;
}
.categories .search-filter .filter button {
    background: #ba2f29;
    width: auto;
    border: 0;
    color: white;
    padding: 3px 25px;
    border-radius: 5px;
}
.category .card .card-img .card-img-top {
    min-height: 100%;
    width: 100% !important;
}
.category-list .card.border.rounded-2.shadow-sm {
    height: auto !important;
}
.card-listings .card .card-img {
    height: 170px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    justify-content: center;
}
.category-list .card .card-img {
    height: 115px;
    overflow: hidden;
}
.category-list .card-body {
    height: 120px;
    padding: 10px !important;
}
.category-list .card-body h1 {
    font-size: 15px;
}
.category-list .category .cat-name {
    font-size: 15px;
}
.cart .cart-count-message span {
    float: left;
    margin-right: 10px;
    font-size: 14px !important;
}
.cart .clear-cart {
    width: auto;
    font-weight: bold;
    font-size: 15px;
}
.cart .cart-item {
    padding: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.cart .cart-item .cart-prod-img-container {
    width: 50px;
}
.cart .cart-item .cart-prod-img {
    max-width: 50px;
    max-height: 50px;
}
.cart-item-wrapper .cart-item .cart-item-desc.w-100 {
    width: 450px !important;
}
.cart .cart-item .cart-item-desc .product-name {
    font-size: 14px;
}
.cart-item-wrapper .cart-item .shop-image {
    width: 40px;
    cursor: pointer;
    max-height: 50px;
}
.cart-item .handover-method {
    background: #eceef1;
    padding: 10px;
    color: #bd1e2c;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px;
}
.cart-item .handover-method img {
    height: 35px !important;
    margin-left: 5px;
}
.cart-item-desc .change-handover {
    font-size: 40px;
    position: absolute;
    margin-left: 10px;
    cursor: pointer;
    color: #bd1e2c;
}
.cart-item-wrapper .controls {
    display: flex;
    align-items: center;
}
.cart .cart-item .plus-btn, .cart .cart-item .minus-btn {
    cursor: pointer;
    font-size: 30px;
    margin: 0 20px;
}
.cart .cart-item .qty-input {
    text-align: center;
    border: 1px solid #a0afb9 !important;
}
.cart .cart-item .cart-item-price {
    font-size: 15px;
}
.cart .cart-item .delete-btn {
    cursor: pointer;
}
.cart .cart-payment {
    min-height: 350px;
}
.cart .calculations li {
    font-size: 15px;
}
.cart-payment .promo-code-container .title-text {
    font-size: 12px;
    font-weight: bold;
}
.cart-payment .promo-code-container .promo-code {
    font-size: 13px;
    font-weight: bold;
}
.cart-payment .promo-code-container .btn-apply-promo-code {
    background: #bd1e2c;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
}
.cart .checkout {
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.cart .cart-item-wrapper.order-confirm {
    width: 60%;
    padding-right: 10px !important;
    font-size: 14px;
}
.order-confirm .ui-widget {
    font-family: 'Montserrat', sans-serif;
}
.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
}
.order-confirm .ui-widget-header {
    border: 1px solid #e3eaef;
    background: #e3eaef;
    color: #666980;
    font-weight: bold;
}
.order-confirm .delivery-info legend {
    font-size: 15px;
    color: #0e4d80;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 10px;
}
.order-confirm .delivery-info .address-main {
    font-weight: bold;
    font-size: 16px;
    margin: 3px 0;
}
.order-confirm .delivery-info .edit-billing-info, .order-confirm .delivery-info .edit-billing-info table td {
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}
.order-confirm .delivery-info .address-detail {
    margin: 0;
}
.order-confirm .delivery-method {
    margin-left: 40px;
    font-size: 13px;
}
.order-confirm .delivery-info.delivery-method label {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}
.order-confirm .delivery-options {
    display: flex;
}
.order-confirm .delivery-options .option {
    margin: 0 5px;
}
.order-confirm .delivery-info.delivery-method label {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}
.order-confirm .delivery-info .ui-state-active, .order-confirm .delivery-info .ui-widget-content .ui-state-active, .order-confirm .delivery-info .ui-button:active, .order-confirm .delivery-info .ui-button.ui-state-active:hover {
    border: 1px solid #ffcc00 !important;
    background: #ffcc00 !important;
    font-weight: bold !important;
    color: #ffffff;
}
.order-confirm .ui-widget {
    font-family: 'Montserrat', sans-serif;
}
.order-confirm .delivery-info .option span.ui-icon {
    width: 10px;
    height: 10px;
}
.order-confirm .delivery-info .ui-state-active .ui-icon-background {
    border: #ba2f29;
    background-color: #ba2f29;
}
.order-confirm .delivery-options img {
    width: 90px;
    margin: 0 10px;
    height: 50px;
}
.cart .cart-payment-checkout {
    width: 40%;
    padding: 20px !important;
}
.cart .calculations {
    list-style: none;
}
.cart .calculations .ipg-select {
    text-align: center;
}
.cart .calculations .ipg-select span {
    margin: 10px;
}
.ipg-select input[type="radio"] {
    cursor: pointer;
}
.cart .calculations .ipg-select img {
    width: 70px;
}
.order-confirm .ui-state-active, .order-confirm .ui-widget-content .order-confirm .ui-state-active, .order-confirm .ui-widget-header .order-confirm .ui-state-active {
    border: 1px solid #ba2f29;
    background: #ba2f29;
    font-weight: normal;
    color: #ffffff;
}
#delivery_tab .user-profile-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.user-profile-form p {
    margin: 0;
}
.user-profile-form label {
    display: block;
    font-weight: bold;
}
.user-profile-form button:hover, .user-profile-form button:focus {
    background: #02070b;
    outline: 0;
}
.user-profile-form button {
    background: #ba2f29;
    border: 0;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    width: 200px!important;
    height: 30px;
}
.user-profile-form input[type=text], .user-profile-form textarea, .user-profile-form button, .user-profile-form select {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 2px;
    height: 30px;
}
.user-profile-form .full-width {
    grid-column: 1 / 3;
}
.navbar .cart-icon {
    color: #666a6c;
}
.empty-input {
    border:3px solid red!important;
}
.cart-payment .calculations .promo-code-name {
    text-align: center !important;
    border: 1px solid #bd1e2c;
    background: #bd1e2c;
    color: white;
    padding: 3px;
    border-radius: 5px;
    position: relative;
    font-size: 13px;
    word-wrap: break-word;
}
.cart-payment .calculations .promo-code-name i {
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 2px;
}
/**collapsible*/
#collapsible {
  display: none;
}
.lbl-toggle {
    display: block;
    font-weight: bold;
    font-family: monospace;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
    color: #ffffff;
    background: #fabd47;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
}
.lbl-toggle:hover {
  color: #7C5A0B;
}
.lbl-toggle::before {
  content: ' ';
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;

  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}
.collapsible-content .content-inner {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: .5rem 1rem;
}
.collapsible-content {
  max-height: 0px;
  overflow: hidden;

  transition: max-height .25s ease-in-out;
}
.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 200vh;
}
toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}
.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.collapsible-content {
    padding: 0!important;
}

/*@media (max-width: 525px) {*/
@media (min-width:320px) and (max-width: 1150px) {
    nav .home-pill {
        display: none;
    }
    .cart .cart-payment {
        width: 100%;
    }
    .cart-inner {
        padding: 10px!important;
    }
    .cart-inner .cart-item-wrapper {
        width: 100%;
        padding: 5px !important;
    }
    .cart .cart-item {
        display: table!important;
        width: 100%;
    }
    .cart-item-wrapper .cart-item .cart-item-desc.w-100 {
        width: 100% !important;
    }
    .cart-item-desc .handover-method, .cart-item-desc .change-handover, .cart-item-desc .fs-7 {
        display: none;
    }
    .cart.ps-3.row {
        padding: 10px !important;
    }
    .navbar-brand img {
        max-width: 55px!important;
        margin-top: 0px;
    }
    .cart-inner .pb-4.pb-md-0 {
       padding-bottom: 0 !important;
    }
    .cart .cart-item .cart-prod-img-container {
        width: 50px;
        float: left;
        margin-right: 10px;
    }
    .cart .cart-payment-checkout {
        width: 100%;
        margin-top: 10px;
    }
    .order-confirm-container {
        padding: 10px !important;
    }
    .order-confirm-container .order-confirm {
        width: 100% !important;
    }
    .order-confirm-container .pb-4.pb-md-0 {
       padding-bottom: 0 !important;
       margin-bottom: 0 !important;
    }
    .order-confirm-container #tabs li {
        width: 100%;
    }
    .order-confirm-container #tabs #delivery_tab {
        padding: 5px;
    }
}

