/*---------------------global-----------------------------*/
.sticky-navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    transition: all 0.5s;
}
.full-height {
    height: 100%;
}
.hide-overflow {
    overflow: hidden;
}
.scroll-y {
    overflow-y: scroll !important;
}
/*-------------------- home page -------------------------*/
.owl-carousel-product .towishlist {
    display: inline-block;
    cursor: pointer;
}
.owl-carousel-product .towishlist.in-wishlist {
    display: inline-block;
    cursor: default;
}
.owl-carousel-product .catalog-product-detail .wenk-tooltip-wrapper {
    display: inline-block;
    position: absolute;
    z-index: 101;
    right: 8px;
    font-size: 32px;
    top: 5px;
    color: transparent;
    cursor: default;
}
.owl-carousel-product .catalog-product-detail .towishlist.in-wishlist i {
    color: #566B76;
    opacity: 0.9;
    transition: all 0.3s ease-out;
}
.owl-carousel-product .catalog-product-detail .wenk-tooltip-wrapper:hover + i.wish-list {
    opacity: 0.5;
}
/*-----------product detail add to cart form -------------*/
.handle-counter .counter-minus,
.handle-counter .counter-plus,
.handle-counter input {
    padding: 0px 8px;
	text-align: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(236, 236, 236);
    color: rgb(36, 36, 36);
    font-size: 18px;
    outline: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.handle-counter .counter-minus,
.handle-counter .counter-plus {
    cursor: pointer;
    color: #3B3B3B;
    /* color: rgba(0,0,0,.8); */
}

.handle-counter .counter-minus:hover,
.handle-counter .counter-plus:hover {
    background-color: rgb(236, 236, 236);
}
.handle-counter .counter-minus.btn-disable,
.handle-counter .counter-minus.btn-disable:hover,
.handle-counter .counter-plus.btn-disable,
.handle-counter .counter-plus.btn-disable:hover {
    cursor: not-allowed;
    color: #9E9E9E;
    background-color: transparent;
}
.handle-counter {
    -webkit-box-align: center;
    align-items: center;
}
.handle-counter label {
    color: #3B3B3B;
    font-size: 16px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: initial;
    float: left;
}
.handle-counter input {
	width: 50px;
    font-size: 16px;
	border-width: 1px;
	border-left: none;
	border-right: none;
    color: rgb(36, 36, 36);
}
/* Chrome, Safari, Edge, Opera */
.handle-counter input::-webkit-outer-spin-button,
.handle-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.handle-counter .group-input {
    display: flex;
    float: left;
    position:relative;
}
.handle-counter .group-input div.mage-error {
    color: #e02b27;
    position: absolute;
    bottom: -25px;
    left: -65px;
    font-size: 15px;
    width: 300px;
}
.product-add-form .box-market .tocart {
    margin-top: 20px !important;
}
/*.trigger-auth-popup-tocart {*/
/*    margin-top: 20px !important;*/
/*    padding: 5px 20px;*/
/*    border-radius: 20px;*/
/*    background-color: #62130e;*/
/*    color: #fff;*/
/*    margin: auto 0 auto auto;*/
/*    border: none;*/
/*    box-shadow: none;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    width: auto;*/
/*    text-decoration: none !important;*/
/*}*/
/*.trigger-auth-popup-tocart:hover,*/
/*.trigger-auth-popup-tocart:active {*/
/*    color: #fff;*/
/*}*/
.learning-choices.disable-choices .learn-choice {
    border: 1px solid #D0D0D0;
}
.learning-choices.disable-choices .learn-choice span {
    color: #D3D3D3;
    border-color: #EEEEEE;
}
.learning-choices.disable-choices .learn-choice img {
    opacity: 0.5;
    filter: grayscale(100%);
}
.towishlist.in-wishlist i {
    color:#566B76;
    opacity: 0.9;
    transition: all 0.3s ease-out;
}
.towishlist.in-wishlist i:hover {
    opacity: 0.5;
    /* color: #707070; */
    color: #8197A2;
}
.cat-wishlish .towishlist {
    position: relative;
}
.box-product-info .wenk-tooltip-wrapper {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: -15px;
    right: 5px;
    font-size: 40px;
    color: transparent;
    cursor: default;
}
.box-product-info .wenk-tooltip-wrapper [data-wenk]:after {
    bottom: 70%;
}
.box-product-info .wenk-tooltip-wrapper:hover + i.material-icons {
    opacity: 0.5;
}
@media (max-width: 575px) {
    .qty-selection {
        text-align: right;
    }
    .qty-selection .handle-counter {
        display: inline-block;
    }
}
/*---------- wishlist -----------*/
.form-wishlist-items .handle-counter .counter-minus,
.form-wishlist-items .handle-counter .counter-plus,
.form-wishlist-items .handle-counter input {
    font-size: 16px;
}
/* .form-wishlist-items .qty-wrapper,
.form-wishlist-items .qty-txt-wrapper {
    z-index: 2;
    position: absolute;
    right: -210px;
    top: -35px;
} */
.form-wishlist-items .qty-txt-wrapper {
    top: -30px;
    display: flex;
}
.form-wishlist-items .price-wrapper.has-old-price .qty-wrapper {
    top: -25px;
}
.form-wishlist-items .price-wrapper.has-old-price .qty-txt-wrapper {
    top: -20px;
}
.form-wishlist-items .qty-txt-wrapper .label {
    display: inline-block;
    margin-right: 5px;
	color: #3B3B3B;
}
.form-wishlist-items .qty-txt-wrapper .qty-txt::before {
    content: ": ";
    color: #3B3B3B;
    font-size: 16px;
    position: relative;
    vertical-align: top;
}
.form-wishlist-items .qty-txt-wrapper input {
    display: inline-block;
    text-align: right;
    width: 25px;
    color: #3B3B3B;
    font-size: 16px;
    border: none;
    background-color: transparent;
}
.product-item-info.has-input-qty .tocart  {
    /* margin-top: 80px !important; */
}
.form-wishlist-items .product-item-info.has-input-qty {
    min-height: 145px;
}
.form-wishlist-items .product-item-info {
    min-height: 145px;
}
.form-wishlist-items .actions-toolbar {
    margin-top: 20px;
    margin-bottom: 30px;
    float: right;
}
.form-wishlist-items .actions-toolbar .share,
.form-wishlist-items .actions-toolbar .tocart {
    display: none;
}
.form-wishlist-items .actions-toolbar button {
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #62130e;
    color: #fff;
    border: none;
    outline: none;
}
.form-wishlist-items .price-box span .price {
    position: relative;
    /* top: 15px; */
    font-size: 20px;
}
.form-wishlist-items .price-box .old-price .price {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
    font-weight: 400;
}
.form-wishlist-items .product-item-info.has-input-qty .price-box span .price {
    top:initial;
}
.form-wishlist-items .price-box .old-price .price-label {
    display: none;
}
.form-wishlist-items .product-item-info .comment-box {
    display: none;
}
.product-catalog-view .wenk-tooltip-wrapper {
    display: inline-block;
    position: absolute;
    z-index: 101;
    right: 10px;
    font-size: 28px;
    top: 6px;
    color: transparent;
    cursor: default;
}
.product-catalog-view .catalog-list .wenk-tooltip-wrapper {
    z-index: 11;
    top: -20px;
    left: -12px;
}
.product-catalog-view .catalog-list .wenk-tooltip-wrapper [data-wenk]:after {
    bottom: 80%;
}
.product-catalog-view .wenk-tooltip-wrapper:hover + i.wish-list {
    opacity: 0.5;
}
/*---------- mini cart ---------*/
.minicart-items .product-item-details .product-item-course {
    /* bottom: 35px !important; */
}
.minicart-items .item-qty {
    margin-right: 0 !important;
    text-align: right !important;
    width: 25px !important;
    color: #3B3B3B;
    border: none;
    background-color: transparent;
}
.minicart-items .details-qty {
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px !important;
}
.minicart-items .details-qty label{
    color: #3B3B3B;
    margin: 0;
}
.minicart-items .details-qty label::after {
    content: ": ";
    color: #3B3B3B;
    font-size: 16px;
    vertical-align: top;
    margin-left: 5px;
}
.minicart-items .product-item-details .price {
    color: #62130e;
}
.minicart-items .price-container .price-wrapper {
    display: inline-block;
}
#minicart-content-wrapper .price-container .price-wrapper {
    display: inline-block;
    text-align: right;
}

/*-------check out cart ---------*/
.incart-detail {
    margin-top: 6px;
    margin-bottom: 7px;
    margin-left: 10px;
}
.incart-detail .handle-counter {
    position: absolute;
    right: -20px;
    bottom: 25px;
    margin-bottom: 10px;
}
.incart-detail .qty-txt-wrapper {
    display: flex;
    position: absolute;
    right: -25px;
    bottom: 25px;
}
.incart-detail .qty-txt-wrapper .label {
    display: inline-block;
    margin-right: 5px;
    color: #3B3B3B;
}
.incart-detail .qty-txt-wrapper input {
    display: inline-block;
    text-align: right;
    width: 25px;
    color: #3B3B3B;
    border: none;
    background-color: transparent;
}
.incart-detail .qty-txt-wrapper .qty-txt::before {
    content: ": ";
    color: #3B3B3B;
    font-size: 16px;
    position: relative;
    vertical-align: top;
}
.incart-item .cart-course-type {
    bottom: -5px !important;
}
.incart-item .incart-img {
    height: 160px !important;
}
.incart-item .incart-img img {
    height: 160px !important;
}
.form-cart .cart.actions {
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
}
.form-cart .cart.actions button{
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #62130e;
    color: #fff;
    border: none;
    outline: none;
}
.form-cart .cart.actions .continue,
.form-cart .cart.actions .clear {
    display: none;
}
.incart-item .cart-price span,
.cart-totals .grand.totals .price {
    color: #62130e;
}

.opc-block-summary .product-item-inner {
    position: relative;
    padding: 0px 0 20px;
}
.opc-block-summary .product-item .details-qty {
    text-align: right;
    position: absolute;
    right: 0;
    top: 22px;
}
.opc-block-summary .product-item .details-qty .label {
    display: inline-block;
    margin-right: 5px;
    color: #979797;
    font-family: LearnNotoSansLight !important;
    font-size: 14px;
}
.opc-block-summary .product-item .details-qty .label::after {
    content: ": ";
    margin-left: 5px;
}
.opc-block-summary .product-item .details-qty .value {
    text-align: right;
    color: #979797;
    font-family: LearnNotoSansLight !important;
    font-size: 14px;
}

/*------ check out cart Price summary --------*/
.incart-result-price .item-subject {
    color: #3B3B3B;
}
.incart-result-price .item-price {
    text-align: right;
    color: #3B3B3B;
}
.incart-result-price .item-no {
    color: #979797;
    font-family: LearnNotoSansLight !important;
    font-size: 14px;
}
.incart-result-price .item-qty .label {
    display: inline-block;
    margin-right: 5px;
    color: #979797;
    font-family: LearnNotoSansLight !important;
    font-size: 14px;
}
.incart-result-price .item-qty {
    text-align: right;
    color: #979797;
    font-family: LearnNotoSansLight !important;
    font-size: 14px;
}
#discount-coupon-form input {
    border: 1px solid #c2c2c2;
    padding: 5px 10px;
    border-radius: 5px;
}

/*-------------Order history -----------*/
.order-view.action {
    cursor: pointer;
}
.history-item .table-order-items {
    table-layout: fixed;
}
.history-item .table-order-items .item-info h5,
.history-item .table-order-items .item-info span {
    display: inline-block;
    display: block;
}
.history-item .table-order-items .item-info .order-item-no {
    display: block;
    width: 100%;
}
.history-item .table-order-items .item-info .item-name {
    display: block;
    max-width: 100%;
    color: #555;
}
.history-item .table-order-items .item-info .order-item-course-type {
    display: inline-block;
}
.history-item .table-order-items .item-tbody th {
    text-align: center;
}
.history-item .table-order-items .item-tbody th.name {
     width: 45%;
}
.history-item .table-order-items th.name {
    padding-left: 0px;
}
.history-item .table-order-items th.price {
     width: 20%;
}
.history-item .table-order-items th.qty {
     width: 15%;
}
.history-item .table-order-items th.subtotal {
     width: 25%;
}
.history-item .table-order-items .item-tbody {
    padding-bottom: 15px;
}
.history-item .table-order-items .item-info {
    max-width: 300px;
    white-space: normal;
    word-wrap: break-word;
}
.history-item .table-order-items th.price,
.history-item .table-order-items th.subtotal,
.history-item .table-order-items td.price,
.history-item .table-order-items td.subtotal {
    text-align: right;
}
.history-item .table-order-items th.qty,
.history-item .table-order-items td.qty {
    text-align: center;
}
.history-item .table-order-items td.name {
    display: inline-block;
    padding-top: 0px;
}
.history-item .table-order-items .order-item-course-type {
    display: inline-block;
    margin-top: 20px !important;
}
.history-item .table-order-items .item-info-wrapper {
    display: flex;
    justify-content: flex-start;
}
.history-item .table-order-items .item-image {
    height: 125px;
    margin-right: 15px;
    max-width: 150px;
    /* float: left; */
}
.history-item .table-order-items .photo.image {
    width: 100% !important;
    height: 100% !important;
    max-height: 125px !important;
}

/*-------------All product-------------*/
#product_addtocart_form .price-box .price {
    margin: initial !important;
}
#product_addtocart_form .price-box {
    float: right;
}
#product_addtocart_form .price-box .old-price .price-label {
    display: none;
}
#product_addtocart_form .price-box .old-price .price {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
    font-weight: 400;
}
#amasty-shopby-product-list .price-container .price-wrapper {
    display: inline-block;
    margin-left: 10px;
}
#amasty-shopby-product-list .price-box .price {
    margin: initial !important;
}
.miniclass-content {
    padding-top: 10px;
}
.block-content-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.padding-block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.miniclass-slider {
    padding-top: 20px;
    padding-bottom: 30px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}
.about-teacher-slider {
    padding-top: 50px;
    padding-bottom: 60px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}
.item-gallery .profile {
    padding-left: 100px;
    padding-right: 100px;
}
.item-gallery .detail-wrapper {
    margin-left: 20px;
}
.row-main-second .about-teacher-slider .item .title:after,
.main-second-mobile .about-teacher-slider .title:after {
    bottom: -20px;
}
.owl-carousel-profile {
    margin-top: 10px;
}


.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}


/**
 * wenk - Lightweight tooltip for the greater good
 * @version v1.0.2
 * (c) 2016 Tiaan du Plessis @mightyCrow |
 * @link
 * @license MIT
 */
[data-wenk] {
    position: relative
}
[data-wenk]:after {
    position: absolute;
    font-size: 13px;
    border-radius: .4rem;
    content: attr(data-wenk);
    padding: 12.8px;
    padding: .8rem;
    background-color: rgba(17, 17, 17, .8);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    color: #fff;
    line-height: 20px;
    line-height: 1.25rem;
    text-align: left;
    z-index: 1;
    pointer-events: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    white-space: pre;
    width: auto
}
[data-wenk]:after {
    opacity: 0
}
[data-wenk]:hover {
    overflow: visible
}
[data-wenk]:hover:after {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px)
}
[data-wenk].wenk--bottom, [data-wenk][data-wenk-pos="bottom"] {}
[data-wenk].wenk--bottom:after, [data-wenk][data-wenk-pos="bottom"]:after {
    bottom: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px)
}
[data-wenk].wenk--bottom:hover, [data-wenk][data-wenk-pos="bottom"]:hover {}
[data-wenk].wenk--bottom:hover:after, [data-wenk][data-wenk-pos="bottom"]:hover:after {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px)
}
[data-wenk].wenk--left, [data-wenk][data-wenk-pos="left"] {}
[data-wenk].wenk--left:after, [data-wenk][data-wenk-pos="left"]:after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 100%;
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%)
}
[data-wenk].wenk--left:hover, [data-wenk][data-wenk-pos="left"]:hover {}
[data-wenk].wenk--left:hover:after, [data-wenk][data-wenk-pos="left"]:hover:after {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%)
}
[data-wenk].wenk--right, [data-wenk][data-wenk-pos="right"] {}
[data-wenk].wenk--right:after, [data-wenk][data-wenk-pos="right"]:after {
    bottom: auto;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%)
}
[data-wenk].wenk--right:hover, [data-wenk][data-wenk-pos="right"]:hover {}
[data-wenk].wenk--right:hover:after, [data-wenk][data-wenk-pos="right"]:hover:after {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%)
}
[data-wenk][data-wenk-length="small"]:after, [data-wenk].wenk-length--small:after {
    white-space: normal;
    width: 80px
}
[data-wenk][data-wenk-length="medium"]:after, [data-wenk].wenk-length--medium:after {
    white-space: normal;
    width: 150px
}
[data-wenk][data-wenk-length="large"]:after, [data-wenk].wenk-length--large:after {
    white-space: normal;
    width: 260px
}
[data-wenk][data-wenk-length="fit"]:after, [data-wenk].wenk-length--fit:after {
    white-space: normal;
    width: 100%
}
[data-wenk][data-wenk-align="right"]:after, [data-wenk].wenk-align--right:after {
    text-align: right
}
[data-wenk][data-wenk-align="center"]:after, [data-wenk].wenk-align--center:after {
    text-align: center
}

/*------------------------------------------*/

.simple-tooltip {
    background: #D2D7D3;
    /* background: transparent; */
    color: #222;
    border-radius: 100%;
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 40px;
    height: 28px;
    margin: 0 2px;
    padding-top: 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.simple-tooltip span {
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    position:  absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px 7px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.simple-tooltip span:before {
    content: '';
    /*
    width: 0;
    height: 0;
    */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
}
.simple-tooltip:hover span {
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

/*----------------------------------------*/

/*--------------------responsive-----------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {

}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {

}


@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
    .button-filter-mobile {
        cursor: pointer;
    }
    /*---checkout cart----*/
    .incart-item > div {
        height: 160px;
    }
    .incart-item .incart-img {
        display: none !important;
    }
    .incart-detail {
        /* margin-top: 20px; */
        margin-bottom: 20px;
    }
    .incart-detail .qty-txt-wrapper {
        right: -45px;
        bottom: 15px;
    }
    .incart-detail .handle-counter {
        right: -45px;
        bottom: 15px;
    }
    .incart-item .cart-course-type {
        bottom: -20px !important;
    }
    /*----wishlist-----*/
    .form-wishlist-items .product-item-info.has-input-qty {
        overflow: initial;
    }
    .form-wishlist-items .product-item.has-input-qty {
        margin-bottom: 65px;
    }
    .form-wishlist-items .qty-wrapper,
    .form-wishlist-items .qty-txt-wrapper {
        top: initial;
        bottom: -55px;
        right: -270px;
    }
    .form-wishlist-items .price-wrapper.has-old-price .qty-wrapper,
    .form-wishlist-items .price-wrapper.has-old-price .qty-txt-wrapper {
        top: initial;
    }
    .form-wishlist-items .price-box .price {
        font-size: 20px;
    }
    .form-wishlist-items .price-box .old-price .price {
        font-size: 14px;
        line-height: 14px;
    }
    .form-wishlist-items .product-item-info.has-input-qty {
        min-height: 60px;
    }
    .form-wishlist-items .product-item-info {
        min-height: 60px;
    }
    .form-wishlist-items .qty-txt-wrapper {
        display: none;
    }
    .form-wishlist-items .price-box span .price {
        top: initial;
    }
}
/*--end max width 991--*/


@media screen and (max-width: 767px) {
    /*----wishlist-----*/
    .form-wishlist-items .qty-wrapper,
    .form-wishlist-items .qty-txt-wrapper {
        top: initial;
        bottom: -45px;
        right: -130px;
    }
    .form-wishlist-items .price-wrapper.has-old-price .qty-wrapper,
    .form-wishlist-items .price-wrapper.has-old-price .qty-txt-wrapper {
        top: initial;
    }
    .form-wishlist-items .product-item.has-input-qty h5{
        margin-top: 75px;
    }
    /*---- all product - mini class -----*/
    .padding-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .item-gallery .profile {
        padding-left: 10px;
        padding-right: 10px;
    }
    .item-gallery .detail-wrapper {
        margin-left: 0px;
    }

    /*-------- Order history ------*/
    .history-item .table-order-items .item-image {
        display: none;
    }
    .history-item .table-order-items .item-info {
        word-break: break-word;
        /* white-space: pre-line; */
        white-space: normal;
        overflow-wrap: break-word;
        -ms-word-break: break-word;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .history-item .table-order-items th.price,
    .history-item .table-order-items th.subtotal,
    .history-item .table-order-items td.price,
    .history-item .table-order-items td.subtotal {
        text-align: right;
    }
    .history-item .table-order-items th.qty,
    .history-item .table-order-items td.qty {
        text-align: center;
    }
}
/*--end max width 767--*/


@media screen and (max-width: 640px) {
    .form-wishlist-items .price-box .price {
        font-size: 20px;
    }
    .form-wishlist-items .qty-wrapper,
    .form-wishlist-items .qty-txt-wrapper {
        right: -110px;
    }
    #amasty-shopby-product-list .price-container .price-wrapper {
        display: block;
        margin-left: 0;
    }
    #amasty-shopby-product-list .price-box .price {
        font-size: 20px;
    }
    #amasty-shopby-product-list .price-box .old-price .price {
        font-size: 18px;
    }
    /*--Order history--*/
    .history-item .table-order-items .item-tbody th.name {
        width: 35%;
    }
    .history-item .table-order-items th.price {
        width: 25%;
    }
    .history-item .table-order-items th.qty {
        width: 15%;
    }
    .history-item .table-order-items th.subtotal {
        width: 25%;
    }
    .history-item .table-order-items tfoot th {
        font-size: 12px;
    }
    .history-item .table-order-items tfoot .amount {
        font-size: 12px;
        padding-top: 0px;
        padding-left: 0px;
    }
    .history-item .table-order-items th.price,
    .history-item .table-order-items th.qty,
    .history-item .table-order-items th.subtotal,
    .history-item .table-order-items td.price,
    .history-item .table-order-items td.qty,
    .history-item .table-order-items td.subtotal {
        padding-left: 0;
        padding-right: 0;
    }
    .history-item .table-order-items .item-info {
        white-space: normal;
    }
    .history-item .table-order-items .item-info br {
        display: none;
    }
}
/*-end max width 640--*/

@media screen and (max-width: 580px) {

}

@media screen and (max-width: 480px) {
    .main-catalog-mobile .filter-mobile.catalog-mobile {
        padding-bottom: 80px !important;
    }
    .form-wishlist-items .handle-counter {
        display: flex;
    }
    .form-wishlist-items .qty-wrapper,
    .form-wishlist-items .qty-txt-wrapper {
        right: -65px;
    }
    .incart-detail .qty-txt-wrapper {
        right: -90px;
    }
    .incart-detail .handle-counter {
        right: -90px;
    }
    /*--Order history--*/
    .history-item .table-order-items th {
        font-size: 11px;
        padding: 0px 0px;
    }
    .history-item .table-order-items .item-tbody {
        font-size: 10px;
    }
    .history-item .table-order-items .item-info h5 {
        font-size: 13px;
    }
    .history-item .table-order-items .item-tbody th.name {
        width: 30%;
    }
    .history-item .table-order-items th.price {
        width: 25%;
    }
    .history-item .table-order-items th.qty {
        width: 20%;
    }
    .history-item .table-order-items th.subtotal {
        width: 25%;
    }
    .history-item .table-order-items .item-info {
        max-width: 350px;;
    }
    .history-item .table-order-items .item-info .item-name {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-wrap: break-word !important;
    }
    .history-item .table-order-items .item-info .order-item-course-type {
        font-size: 10px;
    }
    .history-item .table-order-items th.qty,
    .history-item .table-order-items td.qty {
        text-align: center;
    }
}
/*--end max width 480--*/

@media screen and (max-width: 320px) {

}

@media screen and (max-width: 240px) {

}
