.wsCdOpen .page-container {
    transform: unset !important;
}
.wsEmptyCart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.wsEmptyCart h5 {
    margin-top: 45px;
}

.wsSpinner,
.wsSpinnerOverlay {
    z-index: 99999999;
    position: absolute
}

body.wsCdOpen {
    overflow: hidden !important;
    padding-right: 17px
}

@keyframes wsSpinnerAnimate {
    100% {
        transform: rotate(360deg)
    }
}

.wsSpinnerDiv {
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0
}

#wsCartDrawerMain img {
    display: unset;
}

.wsSpinner {
    width: 35px;
    height: 35px;
    border: 4px solid #ccc;
    border-top: 4px solid #411D57;
    border-radius: 50%;
    animation: .8s linear infinite wsSpinnerAnimate;
    top: 35%
}

.wsSpinnerOverlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffffc2;
    display: block !important
}

#wsCartDrawerMain {
    position: relative;
    z-index: 9999999999
}

#wsCartDrawerMain * {
    font-family:inherit;
    letter-spacing: .5px;
    line-height: 1.4em;
    order: 2;
}

#wsCartDrawerMain .wsEmptyCart {
    order: 1;
}

#wsCartDrawer {
    width: 450px;
    background: #fff;
    color: #000;
    display: block;
    box-shadow: 0 0 30px #411d575e;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    z-index: 6001;
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--border);
    opacity: 0;
    transition: opacity .6s, transform .6s, visibility 0s linear .6s;
    transform: translate3d(0, 0, 0);
    left: calc(100%);
    right: -500px;
    top: 0;
    bottom: 0;
}

.wsIsOpen div#wsCartDrawer {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    transform: translate3d(-100%, 0, 0)
}

#wsCloseDrawer {
    color: #000;
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    z-index: 99991;
    text-align: center;
    font-size: 25px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 5px
}

.wsCartHead {
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 10px 16px;
    box-shadow: 0 5px 10px 0 #0000000D;
    margin-bottom: 10px
}

#wsCartDataMain h4,
.wsDrawerHead h4 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin: 0
}

.wsFreeShipping {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 10px 10px
}

#wsCartDataMain .buttons,
#wsCartDataMain .wsCount,
.wsCartTable {
    padding: 10px
}

.wsFreeShipping img {
    max-width: 100%;
    width: 50%;
    position: relative;
    top: -15px;
    right: -40px
}

#wsProgWr {
    width: calc(100% - 20px);
    height: 10px;
    border-radius: 20px;
    margin: 0 auto 20px
}

.wsProgBox {
    position: relative;
    height: 10px;
    width: calc(100% - 15px)
}

#wsProgWr .wsProgress,
.wsProgressImg {
    position: absolute;
    transition: 1s ease-in-out
}

#wsProgWr .wsProgress {
    display: block;
    border-radius: 20px 0 0 20px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    height: 10px
}

.wsProgressImg {
    top: -12px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

#wsCartDataMain {
    overflow: auto;
    height: 95%;
    position: relative;
    z-index: -1;
    display: flex;
    flex-direction: column
}

#wsProgWr+#wsCartDataMain {
    height: calc(100% - 170px)
}

.wsEmptyCart+.wsPaymentInfo,
.wsSubmitWithPaymentIcon {
    margin-top: auto
}

svg path {
    stroke-width: 1px
}

#wsCartDataMain .wsSubtotalWr,
#wsCartDataMain .wsTtlDiscRow {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#wsCartDataMain .wsSubtotalWr {
    margin-bottom: 15px
}

#wsCartDataMain .wsCount,
#wsCartDataMain table tr {
    border-bottom: 1px solid #ccc
}

#wsCartDataMain .action.buttons a {
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 15px
}

#wsCartDataMain a {
    text-decoration: none !important
}

.wsOverlay {
    display: block !important;
    position: fixed;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9
}

.wsLeftWr {
    float: left
}

#wsCartDataMain .wsItemInfo a {
    border: none
}

#wsCartDataMain .wsCartTable td:not(.wsItemImage) {
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between
}

#wsCartDataMain .wsItemQuantity .wsQuantityInput {
    font-size: 14px;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
    width: 35px;
    border-radius: 0
}

#wsCartDataMain .wsItemQuantity .wsQuantityBorder {
    border: 1px solid #ccc
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.wsCartTable {
    display: block;
    background: #fff;
    border: none
}

.wsCartTable>tbody {
    display: flex;
    flex-direction: column
}

#wsCartDataMain .wsCartTable td {
    border: none;
    padding: 0;
    vertical-align: top
}

#wsCartDataMain .wsCartTable .wsCartItem {
    border: none;
    margin-bottom: 10px;
    display: flex;
    position: relative;
    padding: 10px 0
}

.wsItemRemove.wsIconPosn_top_right {
    position: absolute;
    top: 0;
    display: block !important;
    text-align: right !important
}

.wsItemRemove.wsIconPosn_left {
    margin-right: 5px
}

.wsItemRemove.wsIconPosn_right {
    margin-left: 5px
}

.wsItemImage {
    width: 80px;
    margin-right: 10px
}

.wsItemImage img {
    border-radius: 5px;
    max-width: 100%;
    min-width: 65px;
    height: 85px;
    object-fit: cover;
    border: 1px solid #ccc;
    object-position: top;
    vertical-align: middle
}

.wsItemInfo h3 {
    color: #411d57;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin: 0;
    text-transform: lowercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.wsItemInfoTitle {
    font-size: 14px;
    padding-right: 5px
}

.wsRightWr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.wsRightWr.wsTopRightRmv {
    justify-content: flex-end
}

#wsCartDataMain .wsItemCompPrice,
#wsCartDataMain .wsItemPrice {
    margin-bottom: 5px;
    font-weight: 600
}

#wsCartDataMain .wsItemPrice {
    margin-left: 5px;
}

#wsCartDataMain .wsPriceWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#wsCartDataMain .wsItemCompPrice {
    font-weight: 400;
    font-size: 15px
}

#wsCartDataMain .wsItemQuantity a,
#wsCartDataMain .wsItemQuantity input {
    height: 28px;
    width: 26px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    background: #f7f6f8;
    border: 1px solid rgba(65, 29, 87, .2);
    color: #411d57;
    display: flex;
    align-items: center;
    justify-content: center
}

#wsCartDataMain .wsItemRemove.wsRemoveIcon_1 {
    position: absolute;
    top: 0;
    font-size: 14px !important;
    right: 0;
    display: block !important;
    width: unset;
    margin: 0
}

#wsCartDataMain .wsCount,
#wsCartDataMain .wsRemoveIcon_none {
    display: none !important
}

#wsCartDataMain .wsItemQuantity .wsMinusQty>svg,
#wsCartDataMain .wsItemQuantity .wsPlusQty>svg {
    width: 12px;
    height: 12px
}

#wsCartDataMain .wsItemRemove {
    background: 0 0 !important;
    justify-content: flex-end !important;
    border: none !important;
    width: auto !important
}

#wsCartDataMain .wsItemRemove svg {
    width: 16px;
    height: 16px;
    color: red
}

#wsCartDataMain .wsIconPosn_right,
#wsCartDataMain .wsItemRemoveRight {
    order: 2
}

#wsCartDataMain .wsButtons.action.buttons {
    z-index: 999999;
    position: relative
}

.wsItemInfo .wsItemVariants {
    margin-top: 10px
}

#wsCartDataMain .wsButtons .wsDiscTxt,
#wsCartDataMain .wsButtons .wsTtlDisc,
#wsCartDataMain .wsSubtotalWr .wsSubtotal,
.wsSubtotalWr .wsLeftWr {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize
}

.wsEmptyCart {
    text-align: center;
}

.wsEmptyCart img {
    width: 120px;
    height: auto
}

#wsCartDataMain .wsEmptyCart h5 {
    margin: 15px
}

#wsCartDataMain h5 {
    text-align: center;
    font-size: 22px;
    margin: 15px;
    color: #000
}

.wsEmptyCart svg {
    width: 120px;
    height: 120px
}

.wsPaymentInfo {
    text-align: center;
    position: relative;
    bottom: 10px;
    margin: 10px 0 0
}

.wsPaymentInfo p {
    text-transform: capitalize;
    color: #000;
    text-align: center;
    margin-bottom: 10px
}

.wsPaymentInfo img.wsBadgesFile {
    margin: 0 3px;
    width: 40px;
    height: auto
}

.wsItemQuantity {
    display: flex;
    justify-content: flex-end
}

.wsAppendCartData:empty {
    display: none
}

#wsCartDataMain::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

#wsCartDataMain::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

#wsCartDataMain::-webkit-scrollbar-thumb {
    background-color: #411d57
}

#wsHiddenPrice {
    visibility: hidden;
    height: 0;
    width: 0
}

@media (max-width:480px) {
    #wsCartDrawer {
        width: 360px;
    }

    #wsCartDataMain .wsCartTable td:not(.wsItemImage) {
        flex-direction: column
    }

    .wsRightWr {
        text-align: left;
        margin-top: 10px
    }

    .wsItemInfoTitle {
        padding-right: 20px
    }

    #wsCartDataMain .wsCartTable .wsCartItem {
        border-bottom: 1px solid;
        padding-bottom: 20px
    }

    #wsCartDataMain .wsItemRemove.wsRemoveIcon_1 {
        bottom: 0;
        top: unset;
        right: 95px
    }
}

#wsCartDataMain .wsCartTable .wsLoader {
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background-color: rgb(249 249 249 / 95%);
    top: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width:375px) {
    #wsCartDrawer {
        width: calc(100% - 20px)
    }
}

tr:first-child th:after,
tr:first-child td:after,
tr:first-child th:first-child:after,
tr:first-child td:first-child:after {
    display: none;
}

/*
||**
|***** End cart drawer CSS
||**
*/

/* Grid view wiser widget css for cart drawer */
.cart_drawer_form h4.sidebar-main-heading {
    margin: 12px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.evm-drawer-main>div:empty {
    display: none;
}

.evm-drawer-main {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
    padding: 0 5px;
}

.evm-drawer-main .evm-wsrow {
    justify-content: flex-start !important;
}

.evm-drawer-main .evm-wsrow .ws-box-wrapper {
    flex: 0 0 50%;
    width: 100% !important;
}

.evm-drawer-main .evm-wsrow .ws-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.evm-drawer-main .evm-wsrow .ws-product-size select {
    padding-right: 20px !important;
}

/* Template  2*/
.evm-drawer-main #presets5 .ws-card_cart-btn button {
    min-height: 40px;
}

.evm-drawer-main #presets3.evm-wsrow .evm-ws-add-to-cart-outer {
    width: 100% !important;
}

/* Template  3*/
.evm-drawer-main #presets3 .evm-add-to-cart-inner.evm-dropdown {
    min-height: 35px;
    text-align: center;
    font-size: 16px;
}

.evm-drawer-main #presets3 .evm-ws-addtocart a.evm-add-to-cart-inner {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .evm-drawer-main .evm-wsrow .ws-card__title {
        display: -webkit-box !important;
    }

    .evm-drawer-main #presets5 .ws-product-color:after,
    .evm-drawer-main #presets5 .ws-product-size:after {
        right: 20px;
    }

    /* slider-templaste  2 */
    .evm-drawer-main #presets2.evm-wiser-draw-carousel .evm-ws-card.evm-ws-center,
    .evm-drawer-main #presets5.evm-wiser-draw-carousel .evm-ws-card.evm-ws-center {
        display: grid !important;
        grid-template-columns: 25% 50% 25% !important;
    }
}

/* grid-templaste  4 */
.evm-drawer-main #presets4.evm-wsrow {
    margin: 0 0 0 0px !important;
}

.evm-wscontainer.wise-cart-section:has(#presets4) {
    padding: 0px;
}

/* Slider */
.evm-drawer-main .owl-item {
    float: left !important;
}

.evm-drawer-main .evm_visible_text {
    position: relative;
}

.evm-drawer-main #presets2 .ws-card__title {
    text-align: left !important;
}

.evm-drawer-main #presets2 .ws-card__price {
    text-align: left !important;
}

/* Arrow */
.evm-drawer-main .evm-wiser-owl-theme .owl-nav {
    position: absolute;
    top: 0% !important;
    right: 10px !important;
    width: auto;
    display: flex;
}

.evm-drawer-main .evm-wiser-owl-theme .owl-nav button {
    transform: rotate(180deg);
}

.evm-drawer-main .evm-wiser-owl-theme .owl-nav button {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    justify-content: center;
    color: #000 !important;
    background-color: #F7F6F8 !important;
}

.evm-drawer-main .evm-wiser-owl-theme .owl-nav button i {
    padding: 0 !important;
    line-height: 13px !important;
}

.evm-drawer-main .evm-wiser-owl-theme .owl-nav button:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.evm-drawer-main .evm-wiser-owl-theme.evm-wiser-draw-carousel {
    position: unset;
}

.evm-drawer-main .evm_wiser_heading {
    width: 75%;
    text-align: left !important;
    padding: 10px 15px 10px 10px !important;
    line-height: 1 !important;
}

.evm-drawer-main .fa-angle-right:before {
    content: "\f105";
    font-family: 'FontAwesome';
    line-height: 1;
    font-size: 18px !important;
}

.evm-drawer-main .fa-angle-left:before {
    content: "\f104";
    font-family: 'FontAwesome';
    line-height: 1;
    font-size: 18px !important;
}

/*  Template 1 */
.evm-drawer-main #presets2 .owl-item .ws-product-color:after,
.evm-drawer-main #presets2 .owl-item .ws-product-size:after {
    right: 10px;
}

.evm-drawer-main #presets2.evm-wiser-draw-carousel .evm-ws-card.evm-ws-center,
.evm-drawer-main .evm-drawer-main #presets5.evm-wiser-draw-carousel .evm-ws-card.evm-ws-center {
    display: grid !important;
    grid-template-columns: 100px auto 100px;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #000;
    margin-top: 0;
}

.evm-drawer-main #presets5 .ws-card_quantity-selector {
    border: 0.0625rem solid #DEDEDE;
}

.evm-drawer-main #presets2.evm-wiser-draw-carousel .ws-card_image_container,
.evm-drawer-main #presets5.evm-wiser-draw-carousel .ws-card_image_container {
    grid-column: 1 / 2;
    grid-row: 1 / span 2;
}

.evm-drawer-main #presets2.evm-wiser-draw-carousel .ws-card__header {
    grid-column: 2 / 3;
    grid-column: 2 / 3;
    grid-row: 1 / span 2;
}

.evm-drawer-main #presets2.evm-wiser-draw-carousel .ws-card__body,
.evm-drawer-main #presets5.evm-wiser-draw-carousel .ws-card__body {
    grid-column: 3 / 3;
    grid-row: 1 / 1;
}

.evm-drawer-main #presets2.evm-wiser-draw-carousel .ws-card__footer,
.evm-drawer-main {
    grid-column: 3 / 3;
    grid-row: 2 / 2;
    margin-bottom: 0;
}

.evm-drawer-main #presets5.evm-wiser-draw-carousel .ws-card__footer {
    grid-column: 2 / 3;
    grid-row: 2 / 2;
}

.evm-drawer-main #presets2.evm-wiser-draw-carousel .ws-ajaxified-cart-feedback,
.evm-drawer-main #presets5.evm-wiser-draw-carousel .ws-ajaxified-cart-feedback {
    display: none;
}

.evm-drawer-main #presets2 .evm-ws__cart-submit:before {
    content: "Add";
}

.evm-drawer-main #presets2 .evm-ws__cart-submit span {
    display: none;
}

.evm-drawer-main #presets2 .owl-item .ws-product-color select,
.evm-drawer-main #presets2 .owl-item .ws-product-size select {
    padding-right: 20px !important;
}

@media only screen and (max-width: 767px) {
    .evm-drawer-main #presets2 .ws-box-wrapper {
        width: 100% !important;
    }
}

/* Template  5 */
.evm-drawer-main #presets5 .ws-card_image_container .ws-card__background-image,
.evm-drawer-main #presets5 .ws-card__background-image2 {
    height: 0 !important;
    padding-top: 100% !important;
    margin-top: 0;
}

/* Templatte  3 */
.evm-drawer-main #presets3.evm-wiser-draw-carousel .evm-ws-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    position: relative;
    border: 1px solid #000;
    gap: 5px;
    padding: 10px;
    margin: 0;
}

.evm-drawer-main #presets3.evm-wiser-draw-carousel .ws-card_image_container {
    grid-column: 1 / 2;
    grid-row: 1 / span 2;
}

.evm-drawer-main #presets3.evm-wiser-draw-carousel .ws-card__header {
    grid-column: 2 / 2;
    align-self: flex-start;
    text-align: left !important;
}

.evm-drawer-main #presets3.evm-wiser-draw-carousel .ws-card__footer {
    height: auto;
    align-self: baseline;
}

.evm-drawer-main #presets3.evm-wiser-draw-carousel .evm-ws-addtocart {
    margin-bottom: 0px;
    width: max-content;
}

.evm-drawer-main #presets3.evm-wiser-draw-carousel .ws-card__price {
    padding: 0;
    text-align: left !important;
}

.evm-drawer-main #presets3.evm-wiser-draw-carousel .ws-card__title {
    text-align: left;
    padding: 0;
    text-align: left !important;
}

.evm-drawer-main #presets3.evm-wiser-draw-carousel .ws-card_image_container .ws-card__background-image,
.evm-drawer-main #presets3.evm-wiser-draw-carousel .ws-card__background-image2 {
    height: 0 !important;
    padding-top: 100%;
    margin-top: 0px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.evm-drawer-main #presets3.evm-wiser-draw-carousel .ws-ajaxified-cart-feedback {
    display: none;
}

.evm-drawer-main #presets3 .evm-ws-add-to-cart-outer {
    width: 140px;
}

/*Template  4*/
.evm-drawer-main #presets4 .owl-nav i {
    border: none !important;
    background: transparent !important;
    position: unset !important;
    width: auto !important;
    height: auto !important;
    transform: unset;
}

.evm-drawer-main #presets4.evm-wiser-draw-carousel .evm-ws-card {
    padding: 10px;
    display: grid;
    grid-template-columns: 150px 1fr;
}

.evm-drawer-main #presets4.evm-wiser-draw-carousel .ws-box-wrapper {
    padding: 0 0.625rem
}

.evm-drawer-main #presets4.evm-wiser-draw-carousel .evm-ws-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 10px;
    /* grid-template-rows: auto 0; */
}

#cart-drawer-wiser .ws-ajaxified-cart-feedback {
    display: none;
}

.evm-drawer-main #presets4.evm-wiser-draw-carousel .evm-ws-addtocart.evm-ws-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    gap: 7px;
}

.evm-drawer-main #presets4.evm-wiser-draw-carousel .ws-card__title {
    text-align: left !important;
}

.evm-drawer-main #presets4.evm-wiser-draw-carousel .evm-ws-add-to-cart-popup-outer {
    order: 3 !important;
    width: auto;
}

.evm-drawer-main #presets4.evm-wiser-draw-carousel .ws-card__header-link {
    order: 1 !important;
    padding: 0;
}

.evm-drawer-main #presets4.evm-wiser-draw-carousel .ws-card__price {
    order: 2 !important;
    margin: 0;
}

.evm-drawer-main #presets4.evm-wiser-draw-carousel a.evm-add-to-cart-popup-inner {
    margin-top: 0px;
}

.evm-drawer-main #presets4.evm-wiser-draw-carousel .ws-ajaxified-cart-feedback {
    display: none
}

/* Slider view wiser widget css for cart drawer */ 