
/*type-fixedmystrybox*/


/* owl carousel */
/*.cx_shortcode.cx_collection_pt_product[data-style="list_featured"] .owl-stage .owl-item {transition: transform .2s ease-in-out;}
.cx_shortcode.cx_collection_pt_product[data-style="list_featured"] .owl-stage .owl-item:not(.active) {transform: scale(.7);}*/


/*.cx_shortcode.cx_collection_item_pt_product.type-credit .box-item_credit {display: flex;flex-direction: column;justify-content: space-between;}
.cx_shortcode.cx_collection_item_pt_product.type-credit .cx-wc-list-item.type-credit {display: flex;height: 100%;width: 100%;justify-content: space-between;}
*/


















/* Home Page Featured Boxes */
.box_grid_item .box-image {/*height: 115px;*/align-items: center;display: flex;justify-content: center;}
.box_grid_item .box-info,
.box_grid_item .product-info {
    color: var(--e-site-text-light);text-align: center;text-transform: capitalize;
    display: flex;justify-content: center;align-items: center;flex-direction: column;grid-gap: 5px;
}
.box_grid_item .box-info a {color: #212121;}
.box_grid_item .box-info .price {color: #ddad93 !important;}
.box_grid_item {padding: 0px;border-radius: 7px;transition: all .2s ease-in; width: 100%;}
/*.box_grid_item:not(:is(.style-featured_full_bg_view,.style-featured_half_img_view)):hover { background-color: var(--e-primary) !important; }*/

.box_grid_item .product-info > * {
    display: flex;flex-direction: column;justify-content: center;justify-items: center;flex-wrap: wrap;gap: 5px;
}

.box_grid_item .box-info .category {opacity: 0;height: 0;}
.box_grid_item .box-item:hover .box-info .category {opacity: 1;height: inherit;transition: all .3s ease-in;}
.box_grid_item .box-item:hover .box-info .category a {color: #8e8e8e;}
.box_grid_item .product-thumbnail img {border-radius: 0 !important;}

.box_grid_item.type-mysterybox .product-thumbnail.box-image {background: none;}
.box_grid_item.type-mysterybox .product-thumbnail.box-image > a {width: 100%;}
.box_grid_item.type-mysterybox .product-info.box-info {background: none;border-top: 0px;}
.box_grid_item.type-mysterybox > .box-item {box-shadow: none;}
/*.box_grid_item.type-mysterybox:hover > .box-item {box-shadow: 0 0 10px #d8d8d8;}*/

/* product list item  (template - box product) */
.box_grid_item .cx-wc-list-item {
    margin-bottom: 10px;padding: 10px 0;
    overflow: hidden; 
    position:relative;
}

/* type-sweep / type-loyalty  */
.box_grid_item .cx-wc-list-item.type-sweep,
.box_grid_item .cx-wc-list-item.type-loyalty  {border-radius: var(--cx-box-grid-item-radius);transition: var(--card-transition);}

.box_grid_item .cx-wc-list-item .product-thumbnail {margin-bottom: 15px;overflow: hidden;box-sizing: border-box;}
.box_grid_item .cx-wc-list-item .product-thumbnail img {transition: var(--card-transition);}
.box_grid_item .cx-wc-list-item:hover .product-thumbnail img {transform: scale(1.02);}

.box_grid_item .product-info {text-align: center;box-sizing: border-box;}
.box_grid_item .product-info .title {font-size: .9em;text-transform: capitalize;line-height: 1.5em;margin-bottom: 5px;}
/*Comming Soon*/
.box_grid_item .product-info .cx-item-flag span.title {padding-right: 5px;color: #616C83;
    /*
    @cxtodo -- until the notify feature works
    margin-right: 4px;
    border-right: 1px solid #B3BBCA;*/
}
.box_grid_item .product-info .cx-item-flag span.icon i {color: #70CE70}

.box_grid_item .product-info .cx_countdown_simple_init {color: var(--e-site-text-light);}
.box_grid_item .product-info .title a {color: var(--e-site-text-light);}
.box_grid_item .product-info .price {font-size: 1.1em !important;color: #777f8e !important;}

.box_grid_item .product-info .title {padding:0 10px;}


/*.single-loading-item .cx-block-container.box_grid_item:hover {background-color:transparent !important;}
*/

/* tags  of products */
.box_grid_item span.cx-item-flag{font-size: 0.75rem;font-family: 'Poppins';font-weight: 400 !important;margin: 0;}
/*old*/
/*.box_grid_item span.cx-item-flag.flag-coming-soon {background: var(--e-primary );color: var(--e-site-text-light) !important;}*/
/*new*/
.box_grid_item span.cx-item-flag.flag-coming-soon {background: #F2F4F7;color: #344054 !important;}
.box_grid_item .cx-item-flag.flag-coming-soon span.title{color:#344054 !important;font-weight: 500;}  

/* add css for the title , that is indsde the smap */
.box_grid_item span.cx-item-flag.expired {background: var(--e-body-secondary-bg );color: var(--e-site-text-light) !important;}
.box_grid_item span.cx-item-flag.active {background: #ECFDF3;color: #027A48 !important;}
.box_grid_item span.cx-item-flag.flag-limited {background: var(--e-primary );color: var(--e-site-text-light) !important;}

/* cxtodo , the 2 level span is causing usse */
.box_grid_item .product-info span.cx-item-flag.flag-expired span.title {
    color: white;
}





/* ==========================================================================
   - 1.1. PRODUCT TYPE Mysterybox, Fixed mysterybox
   ========================================================================== */
/*.type-mysterybox*/
.box_grid_item.style-list_featured {--box-list-item-image-size: 130px !important;margin: 15px 0;}


.box_grid_item.style-list_featured .cx-wc-list-item {
    border: 1px solid #36BFFA;
    border-radius: 5px;
    position: relative;
    display: grid;
    min-height: 170px;
    padding: 15px;
    margin-bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: unset;
/*     box-shadow: -2px 1px 5px 0px #36BFFA; */
}

/*.box_grid_item.style-list_featured .product-thumbnail.box-image {*/
.box_grid_item.style-list_featured .product-thumbnail {
    position: absolute;
    right: -30px;
    margin-bottom: 0;
    transform: translateY(-16%);
}

/*.box_grid_item.style-list_featured .product-info.box-info {align-items: start;}*/
.box_grid_item.style-list_featured .product-info {align-items: start;}

.box_grid_item.style-list_featured:hover {background-color: unset !important;}
.box_grid_item.style-list_featured .cx-my-box-wraper.box-grid-item:hover .cx-my-box.hover-animate-rotate {animation-name: unset;}

/* title */
.box_grid_item.style-list_featured .cx-wc-list-item .heading {font-size: 1.3rem;}

/* render price */
.box_grid_item.style-list_featured .cx-wc-list-item .cx-custom-currency-wrapper {
    background-color: #ffffff;
    border-radius: 5px;
    color: var(--e-primary);
    padding: 3px 7px;
    font-size: .75rem;
    font-weight: 600;
}

.box_grid_item.style-list_featured .cx-wc-list-item .cx-custom-currency-wrapper .cx-custom-currency {
    display: inline-flex;
    align-items: center;
}


/*==========================================================================
                        feature view with full bg
========================================================================== */

.flex-direction-row{flex-direction: row !important;}
.flex-direction-column{flex-direction: column !important;}

.cx_collection_item_pt_product.style-featured_full_bg_view .product-bg-div{
   border-radius:  12px;border: 2px solid #9D8AFB !important;
   background: linear-gradient(90deg, #030303 0%, rgba(0, 0, 0, 0.22) 47.4%, rgba(0, 0, 0, 0.93) 97.4%);
   background-repeat: no-repeat;background-size: cover;
}


 
.cx_collection_item_pt_product.style-featured_full_bg_view .content-container {min-height: 360px; width:80% ;margin:0 auto;}

.cx.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .product-info > *,
.cx.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .box-info,
.cx.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .product-info{text-align:left !important;align-items: flex-start; gap:10px ;}
.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .product-info h5.heading{font-size: 1.5rem;font-style: normal;font-weight: 600;line-height: 32px;}
.cx.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .play-game-button .game-play-btn{padding: 8px 14px !important;font-size: 0.875rem !important;font-weight: 600!important;}
.cx.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .play-game-button .game-play-btn .cx-custom-currency-wrapper span.cx-custom-currency span.cx-currency-credit-value{font-size: 0.875rem !important;font-weight: 600!important;}
.cx.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .play-game-button .game-play-btn .cx-custom-currency-wrapper span.cx-custom-currency i.currency-icon.cx-curr-symbol {font-size: 1.063rem !important;}


.cx-wc-list-item.product-bg-div.type-fixedmystrybox {padding: 0;margin: 0;}
.cx-my-box-wraper.type-fixedmystrybox .cx-my-boxscene {height: calc( var(--box-list-item-image-size) *0.88 ) !important;}
.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .cx-my-box-wraper.box-grid-item.type-fixedmystrybox {--box-list-item-image-size :220px; margin-right: 0 !important;}

@media screen and (max-width: 951px){
    .cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .cx-my-box-wraper.box-grid-item.type-fixedmystrybox {--box-list-item-image-size :200px !important;}
}
@media screen and (max-width: 768px){
    .cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .cx-my-box-wraper.box-grid-item.type-fixedmystrybox {--box-list-item-image-size :160px !important;}

    /*testing will be changes by rems    */
    .cx.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .play-game-button .game-play-btn{font-size: 0.688rem !important;}
    .cx.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .play-game-button .game-play-btn .cx-custom-currency-wrapper span.cx-custom-currency span.cx-currency-credit-value{font-size: 0.688rem !important;}
    .cx.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .play-game-button .game-play-btn .cx-custom-currency-wrapper span.cx-custom-currency i.currency-icon.cx-curr-symbol {font-size: 0.813rem !important;}
}



@media screen and (max-width: 651px){

   .cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .content-container {flex-direction: column-reverse;}
   .cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .product-info {order: 2;text-align: center !important;align-items: center !important;}
   .cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .cx-my-box-wraper.box-grid-item.type-fixedmystrybox {margin-right: auto !important;}
   .cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view .product-info {margin-bottom:50px;}
   11

}



/* commom for both style-featured_half_img_view ,style-featured_full_bg_view  about box image    */

.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view  .cx-my-box-wraper.box-grid-item .cx-my-boxscene,
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view  .cx-my-box-wraper.box-grid-item .cx-my-boxscene {
    width: var(--box-list-item-image-size);
    height: var(--box-list-item-image-size);
    margin-top: calc( (var(--box-list-item-image-size) / 4)); 
    margin-bottom: calc( (var(--box-list-item-image-size) / 4));
}

.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view  .game-featured-countdown,
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .game-featured-countdown{flex-direction: row !important;}

.cx_shortcode.cx_collection_item_pt_product.style-featured_full_bg_view  .game-featured-countdown .cx_shortcode.cx_custom_counter .countdown-timer,
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .game-featured-countdown .cx_shortcode.cx_custom_counter .countdown-timer{min-width: auto  ; color:inherit;}




/*==========================================================================
                    style-featured_half_img_view   
========================================================================== */


.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .cx-my-box-wraper.box-grid-item.type-fixedmystrybox {--box-list-item-image-size :220px; margin-right: 0 !important;}

.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .cx-wc-list-item{padding:0;margin:0;}
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .content-wraper {border-radius: 10px;border: 2px solid #7E3394;padding:30px;}

.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .cx-wc-list-item  a {display:inline-flex;}
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .cx-wc-list-item > a:first-child {height: 100%;}

.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .image-container {height:100%;text-align:center;}
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .image-container img{border-radius: 12px;min-height: 100%;object-fit: cover;}
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .product-info{ gap:10px;}
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .product-info h5.heading{color: #AB54C4;font-size: 1.5rem;font-weight: 500;line-height: 32px;text-align: center;display: block;}
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .product-info p.description {font-size: 0.875rem;font-weight: 400; margin:0;color:var(--cx-white);}


.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .game-featured-countdown{margin: 10px 0 0 0;}

.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .play-game-button .button-text,
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .play-game-button .cx-custom-currency i.currency-icon,
.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .play-game-button .cx-custom-currency small{
    font-size: 0.75rem !important;
    font-weight: 600 !important;
}

.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .play-game-button * {line-height: unset!important;}
@media screen and (max-width: 651px){
    .cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .game-featured-countdown i.cx-icon{font-size: 1.063rem; line-height: 1.3 !important;}
    .cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .game-featured-countdown .cx_shortcode.cx_custom_counter .countdown-timer{ font-size: 0.75rem;font-style: normal;font-weight: 500; }
}
@media only screen and (max-width: 850px) {
    .cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .content-wraper {padding: 16px !important;grid-template-columns: none !important;}
    body div.cx.cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .cx-my-box-wraper.box-grid-item.type-fixedmystrybox {--box-list-item-image-size: 140px;}
    .cx_shortcode.cx_collection_item_pt_product.style-featured_half_img_view .image-container {min-height: 300px;}
}






/*==========================================================================
   style-desktop_list
========================================================================== */


.cx_shortcode.cx_collection_item_pt_product.style-desktop_list .cx-single-product-wrapper {display: grid;grid-template-columns: 1fr 1fr;}




/* ==========================================================================
   meta info tags 
   ========================================================================== */
   .cx_shortcode.cx_collection_item_pt_product span.hunt-tag.game_meta_info {
    color: #7E3394;
    background: #EFE6F9;
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    position:absolute;
    top:5px;
    left:5px;
    text-transform: capitalize;
}

.cx_shortcode.cx_collection_item_pt_product .game_meta_info-right {
    display: inline-flex;
    position: absolute;
    right: 5px;
    flex-direction: column;
    row-gap: 6px;
}
.cx_shortcode.cx_collection_item_pt_product .meta-tag-container {
  width: 38px; /* Adjust for desired size */
  height: 38px; /* Adjust for desired size */
  border-radius: 50%;
  background: #231943;
  
}


.cx_shortcode.cx_collection_item_pt_product .addtional-rewards-icon.game_meta_info .cx_shortcode.cx_game_additional_reward.view-tippy{
    position: unset;
}


.cx_shortcode.cx_collection_item_pt_product .limitation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

/*circle progress bar */


@property --p{
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}
.cx_shortcode.cx_collection_item_pt_product .progress-circle-container {
    position: relative;
}


.cx_shortcode.cx_collection_item_pt_product .progress-circle-container .empty {
    position: absolute;
    /*inset: 0;
    margin: auto;*/
    top:6px;
    left:6px;
}


.cx_shortcode.cx_collection_item_pt_product .progress-circle-container .filled-pie{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.cx_shortcode.cx_collection_item_pt_product .progress-circle-container .filled-pie > .pie {--border-width:4px;}  

.cx_shortcode.cx_collection_item_pt_product .progress-circle-container .filled-pie > .pie {
    --width:25px;
    width:var(--width);
    aspect-ratio:1;
    position:relative;
    display:inline-grid;
    margin:6.8px;
    place-content:center;
    font-size:25px;
    font-weight:bold;
    font-family:sans-serif;
    align-items: center;
    justify-content: space-between;
}


.cx_shortcode.cx_collection_item_pt_product .progress-circle-container .filled-pie > .pie:before,
.cx_shortcode.cx_collection_item_pt_product .progress-circle-container .filled-pie > .pie:after{content:"";position:absolute;border-radius:50%;
}


.cx_shortcode.cx_collection_item_pt_product .progress-circle-container .filled-pie > .pie:before{
    inset:0;
    background: 
    radial-gradient(farthest-side,var(--color) 98%,#ffffff00) top/var(--border-width) var(--border-width) no-repeat,
    conic-gradient(var(--color) calc(var(--p)*1%),#ffffff00 0);
    -webkit-mask:radial-gradient(farthest-side,#ffffff00 calc(99% - var(--border-width)),#000 calc(100% - var(--border-width)));
    mask: radial-gradient(farthest-side,#0000 calc(99% - var(--border-width)),#000 calc(100% - var(--border-width)));
}

.cx_shortcode.cx_collection_item_pt_product .progress-circle-container .filled-pie > .pie:after{
    inset:calc(50% - var(--border-width)/2);background:var(--color);
    transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--width)/2));
}

.cx_shortcode.cx_collection_item_pt_product .progress-circle-container:after {
    content:'';position:absolute;z-index:99;height:100%;width:100%;
    font-weight: 600;top: 0.5px;
    display: inline-flex;align-items: center;justify-content: space-around;font-size: 0.5rem;
    margin-top:1px;
}


.cx_shortcode.cx_collection_item_pt_product span.limitation_value.limitation_Game {color:var(--cx-error-400);}

.cx_shortcode.cx_collection_item_pt_product span.limitation_value.limitation_Day {color:var(--cx-sucess-color-400);}

/* ==========================================================================
    Style grid    
   ========================================================================== */

.cx_collection_item_pt_product.style-grid {
    background-color: var(--white-50);
    border: 1px solid var( #00000014);
    box-shadow: 0px 1px 3px 0px #0A0D121A;
    border-radius: 12px;
    overflow: hidden;
}

.cx_collection_item_pt_product .product-style-grid-wraper .product-thumbnail-wraper img {
    height: 235px;
    object-fit: cover;
    object-fit: contain;
    object-position: center;
    display: block;
    width: 100%;
    background-color: var(--grey-46);
}

.cx_collection_item_pt_product .product-style-grid-wraper .product-detail-wrapper {
    padding: 0px 16px 16px 16px;
}

.cx_collection_item_pt_product .product-style-grid-wraper .product-price-wrapper .regular-price {
    position: relative;
    margin-bottom: 2px;
}

.cx_collection_item_pt_product .product-style-grid-wraper .product-price-wrapper .regular-price::before {
    content: "";
    border-top: 1px solid currentColor;
    position: absolute;
    top: 50%;
    height: 2px;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}


.cx_collection_item_pt_product .product-style-grid-wraper .average-rating-wrapper .single-star {
    position: relative;
    color: #FDB022;
}

.cx_collection_item_pt_product .product-style-grid-wraper .average-rating-wrapper .single-star .star-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

/* ==========================================================================
   Style list 
   ========================================================================== */

.cx_collection_item_pt_product .product-style-list-wraper .product-thumbnail img {
    width: 100px;
    height: 68px;
    border-radius: 8px !important;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    display: block;
}

.cx_collection_item_pt_product .product-style-list-wraper .outline-left {
    padding-left: 12px;
    position: relative;
    min-width: 90px;
}

.cx_collection_item_pt_product .product-style-list-wraper .outline-left::before {
    content: "";
    top: 50%;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 68px;
    position: absolute;
    border-left: 1px solid var(--grey-47);
    transform: translateY(-50%);

}


.cx_collection_item_pt_product .product-style-list-wraper .product-price-wrapper:has(.discount-price) .price {
    position: relative;
    max-width: max-content;
    color: var(--brand-primary-50);
    font-size: 12px;
    line-height: 1;
}

.cx_collection_item_pt_product .product-style-list-wraper .product-price-wrapper:has(.discount-price) .price::after {
    content: "";
    border-top: 1px solid var(--brand-primary-50);
    position: absolute;
    top: 50%;
    height: 2px;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}


/* ==========================================================================
   for owl carousel of style
   ========================================================================== */

/*.cx_collection_pt_product .owl-carousel .owl-stage-outer {padding: 10px;}*/

.cx_collection_pt_product .owl-carousel .owl-stage {
    padding: 1px;
    padding-left: 1px !important;
    display: flex;
}

.cx_collection_pt_product .owl-carousel .owl-nav :is(.owl-prev ,.owl-next) {
    background-color: var(--white-50);
    border: 1px solid var(--grey-48) !important;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.cx_collection_pt_product .owl-carousel .owl-nav :is(.owl-prev ,.owl-next) span {color: var(--text-54);}



/* ==========================================================================
   cart-item-single
   ========================================================================== */


.cx_collection_item_pt_product {
    position: relative;
}

.cx_collection_item_pt_product .cart-item-single:has(.cx-update-cart-item-qty.cx-ajax-loading)::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6); 
    backdrop-filter: blur(4px); 
    z-index: 1;

}

.cx_collection_item_pt_product .cart-item-single:has(.cx-update-cart-item-qty.cx-ajax-loading)::after {

    content: "\f110"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 30px; 
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate_centered 1s linear infinite; 
    z-index: 2;

}

.cx_collection_item_pt_product .cart-item-single .form-field.hs-form-field {margin-bottom: 2px;}

.cx_collection_item_pt_product .cart-item-single .inner-field-wraper {
    padding: 4px 8px;
    max-width: 80px;
    gap: 8px;
    border-radius: 6px;
}

.cx_collection_item_pt_product .cart-item-single .cx-update-cart-item-qty {
    font-size:12px;
    line-height:1;
    text-align: center;
}

.cx_collection_item_pt_product .cart-item-single .cx-update-cart-item-qty::-webkit-inner-spin-button,
.cx_collection_item_pt_product .cart-item-single .cx-update-cart-item-qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cx_collection_item_pt_product .cart-item-single .cx-remove-cart-item {
    width: max-content;
    align-items: start !important;
}

.cx_collection_item_pt_product .cart-item-single .cart-item-thumbnail {
    max-width: 90px;
}

.cx_collection_item_pt_product .cart-item-single .cart-item-thumbnail img {
    border-radius: 6px;
    display: block;
}
/*
.cx_collection_item_pt_product .cart-item-single {

    border-bottom: 1px solid silver;
    padding: 15px 15px;

}*/

.cx_collection_item_pt_product .cart-item-single a {text-decoration: none;}


/* ==========================================================================
   batch list
   ========================================================================== */

.cx_collection_item_pt_product .batch-single-container {
  padding: 16px 32px;
  border-radius: 12px;
}

.cx_collection_item_pt_product .batch-single-container h5 {margin: 0;}

.cx_collection_item_pt_product .batch-single-container h5 a {color: inherit;}

.cx_collection_item_pt_product .batch-single-container hr {
  border: none;
  height: 1px;
  background-color: var(--grey-48);
  margin: 8px 0;
  width: 85%;
  align-self: center;
}

.batches-details :is(.swal2-footer,.swal2-title) {
    display: none !important;
}

.batches-details .lecture-detail-wrapper {
    border: 1px solid var(--grey-48);
    border-radius: 8px;
    overflow: hidden;
}

.batches-details .lecture-detail-wrapper img {
    width: 116px;
    height: 74px;
    object-fit: cover;
    object-position: center;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.batches-details .lecture-detail-wrapper .lecture-detail {
    padding: 8px 16px 8px 0px;
}