.menu.sf-arrows .sf-with-ul::after {
    right: unset !important;
    left: 8px;
    top: 48%;
}
.summary-table{
    margin-bottom: 0px;
}
.table.summary-table td {
    padding: 1.4rem 0;
}
.table.summary-table td.key {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
    color: #777;
    border: none;
}
.table.summary-table td.value {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
    border: none;
}
.pagination {
    margin-top: 2rem;
}

.page-link.page-link-next i {
    margin-left: 0;
    margin-right: 1rem;
}
.star-color{
    color: #fcb941;
}
.shop-selection-list{
    width: 85%;
    direction: rtl;
    text-align: right;
    padding: 3rem;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin: 2rem auto;
    background-color: #ebebeb21;
}
.shop-selection-list .ratings-container{
    font-size: 20px;
    color: var(--wb-primary-color);
}
.shop-selection-list .selection-container{
    padding: 10px 5px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    margin-bottom: 5px;
}
.shop-selection-list .selection-container > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.shop-selection-list .selection-container > div > span {
    line-height: 20px;
    min-width: fit-content;
    padding-left: 10px;
    margin-left: 10px;
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 100;
    text-align: right;
}
.shop-selection-list .selection-container > div > span.color {
    display: inline-block;
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 0 5px;
    border-radius: 50%;
    background-color: transparent;
    background-size: cover;
    font-size: 1.2rem;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    color: #222;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #e1e1e1;
    opacity: 0.5;
}
.shop-selection-list .selection-container > div > h4{
    font-size: 16px;
    line-height: 25px;
    padding-right: 10px;
    margin-bottom: 0;
    color: var(--wb-primary-color);
}
.shop-container div label {
    min-width: 80px;
    margin-left: 10px;
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 100;
    text-align: right;
    margin-bottom: 0;
}
.shop-container div.shop-color span.color {
    display: inline-block;
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 0 5px;
    border-radius: 50%;
    background-color: transparent;
    background-size: cover;
    font-size: 1.8rem;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    color: #222;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #e1e1e1;
    opacity: 0.5;
}
.shop-container div.shop-color span.color.active,.shop-container div.shop-color span.color:hover {
    opacity: 1;
    border: 1px solid var(--wb-primary-color) !important;
}
.shop-container div.shop-color span.color i {
    opacity: 0;
    position: absolute;
    left: 22%;
    bottom: 13%;
    font-size: 12px;
    color: #fff;
    visibility: hidden;
}
.shop-container .variations-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
}

.shop-container .shop-image .product-image-variations{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shop-container .shop-image .image {
    margin-right: 10px;
    opacity: 0.5;
}
.shop-container div.shop-color span.color.active i {
    opacity: 1;
    visibility: visible;
}
.shop-container .shop-image .image.active,.shop-container .shop-image .image:hover {
    border: 1px solid var(--wb-primary-color) !important;
    opacity: 1;
}
.shop-container .shop-text .text {
    padding: 4px 10px;
    font-size: 15px;
    line-height: 20px;
    background-color: #eeeeee94;
    margin: 3px 5px;
    border-radius: 5px;
    display: inline-block;
    opacity: 0.5;
}
.shop-container .shop-text .text.active ,.shop-container .shop-text .text:hover{
    border: 1px solid var(--wb-primary-color) !important;
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .WM-RTL.icon-boxes-separator [class*="col-"]:before {
        right: 27.7rem;
    }
}

@media screen and (min-width: 1200px) {
    .intro-content {
        right: 100px;
        left: unset;
        text-align: right;
        direction: rtl;
    }
}

.intro-content .btn i:last-child {
    margin-right: 1rem;
    margin-left: 0px !important;
}

element.style {
}

@media screen and (min-width: 992px) {
    .banner-content {
        right: 4rem;
        left: unset;
        text-align: right;
        direction: rtl;
    }
}

@media screen and (min-width: 1200px) {
    .header-8 .main-nav {
        margin-right: 0px !important;
    }
}

.dir-rtl {
    direction: rtl;
}

.menu ul {
    left: unset;
    right: 0;
}

.drpdn {
    left: unset !important;
    right: 100% !important;
}

.align-right {
    text-align: right
}

@media screen and (min-width: 992px) {
    .dir-rtl .heading-right1 {
        margin-top: 0;
        margin-left: auto;
        margin-right: 0;
    }
}

.header-dropdown > a::after, .header-dropdown > span::after {
    right: unset;
    left: 5px;
}

.header-8 .header-dropdown > a, .header-8 .header-dropdown > span {
    padding-left: 1.5rem;
    padding-right: 0;
}

.header-menu {
    right: unset;
    left: 0;
}

@media screen and (max-width: 768px) {
    .banner-content {
        right: 23px;
        padding-top: 0;
        left: unset !important;
        text-align: center;
    }
}

.menu .megamenu.megamenu-md {
    right: 0;
    left: auto;
    text-align: right;
    top: 88px;
}

span.mmenu-btn {
    right: unset;
    left: 1rem;
}

.mobile-menu li a {
    text-align: right;
}

.megamenu {
    text-align: right;
    padding-right: 2rem;
    padding-left: 2rem;
}

/* ____________________________________ product-details ____________________________________ */
.product-details {
    direction: rtl;
    text-align: right;
}

.product-details .product-title {
    /*font-size: 4rem;*/
}

/* ____________________________________ products ____________________________________ */

/*.product-details-footer .social-icons {*/
/*    margin-left: unset;*/
/*    margin-right: auto;*/
/*}*/

.btn-wishlist:before{
    content: '';
    display:none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--wb-secondary-color);
    text-decoration: none;
}
.btn-expandable span{
    color: #fff;
    background-color: var(--wb-primary-color);
}
@media screen and (min-width: 0px) {
    .new-price {
        font-size: 2rem !important;
    }

    .old-price {
        font-size: 9px !important;
    }

    .currency {
        font-size: 9px !important;
    }

    .product-body {
        padding: 3px 12px;
    }

    .title-kalame {
        font-size: 25px;
        font-weight: 700;
        color: rgb(0, 0, 0)
    }

    .sub-title {
        font-size: 10px;
        font-weight: 300;
        color: rgb(180, 180, 180);
    }

    .sub-title-1 {
        font-size: 10px;
        font-weight: 300;
        color: rgb(180, 180, 180);
    }

    .desc {
        font-size: 12px;
    }

    .title-1 {
        font-weight: 600;
        font-size: 15px;
    }

    .title-2 {
        color: rgb(180, 180, 180);
        font-weight: 300;
        font-size: 10px;
        letter-spacing: 5px;
    }

    .title-product {
        font-weight: 300;
        font-size: 16px;
        color: rgb(0, 0, 0);
    }

    .menu > li > a {
        color: #333;
        font-weight: 500;
        font-size: 12px;
        padding: 3.95rem 2rem;
        /* text-transform: uppercase; */
    }

    .product-details .product-title {
        font-weight: 700;
        font-size: 2.9rem;
        letter-spacing: -.025em;
        margin-bottom: 1.2rem;
        margin-top: -.5rem;
        padding-right: 0;
    }

    .detail-price {
        font-size: 22px !important;
    }

    .detail-currency {
        font-size: 12px !important;
    }

    .product-details-tab .tab-content .tab-pane {
        padding: 2.7rem 1rem;
    }

    .table.table-striped td.key {
        width: 100%;
        min-height: 1px;
        -ms-flex: 0 0 22.2%;
        -webkit-box-flex: 0;
        flex: 0 0 22.2%;
        max-width: 32.2%;
        color: #777;
        font-size: 13px;
        border: none;
    }

    .widget-collapsible .widget-title a:after {
        left: 1.6rem;
        right: unset;
    }

    .widget-collapsible .widget-title a {
        text-align: right;
        padding-left: 3rem;
        padding-right: unset;
    }

    .custom-control-label::before {
        right: 0;
        left: unset;
    }

    .custom-control-label::after {
        right: 0;
        left: unset;
    }

    .filter-items-count .filter-item {
        padding-right: unset;
        padding-left: 4rem;
    }

    .sidebar-shop .custom-control {
        padding-right: 2.7rem;
        text-align: right;
    }

    .widget-clean a {
        margin-left: unset;
        margin-right: auto;
    }

    .filter-price-text, .search-toggle {
        text-align: right;
    }

    .search-toggle:hover,
    .search-toggle:focus,
    .search-toggle.active {
        text-align: right;
    }

    /*[class^="WMi-"]:before, [class*=" WMi-"]:before {*/
    /*    font-size: 1.5rem;*/
    /*}*/
    .custom-control-label {
        padding-right: 2.6rem;
        margin-right: -2.6rem;
    }
}

@media screen and (min-width: 375px) {
    .new-price {
        font-size: 16px !important;
    }

    .old-price {
        font-size: 12px !important;
    }

    .currency {
        font-size: 10px !important;
    }

    .product-body {
        padding: 3px 15px;
    }

    .title-kalame {
        font-size: 27px;
        font-weight: 700;
        color: rgb(0, 0, 0)
    }

    .sub-title {
        font-size: 11px;
        font-weight: 300;
        color: rgb(180, 180, 180);
    }

    .sub-title-1 {
        font-size: 11px;
        font-weight: 300;
        color: rgb(180, 180, 180);
    }

    .desc {
        font-size: 14px;
    }

    .title-1 {
        font-weight: 600;
        font-size: 15px;
    }

    .title-2 {
        color: rgb(180, 180, 180);
        font-weight: 300;
        font-size: 10px;
        letter-spacing: 5px;
    }

    .title-product {
        font-weight: 300;
        font-size: 16px;
        color: rgb(0, 0, 0);
    }

    .menu > li > a {
        color: #333;
        font-weight: 500;
        font-size: 12px;
        padding: 3.95rem 2rem;
        /* text-transform: uppercase; */
    }

    .product-details .product-title {
        font-weight: 700;
        font-size: 2.9rem;
        letter-spacing: -.025em;
        margin-bottom: 1.2rem;
        margin-top: -.5rem;
        padding-right: 0;
    }

    .detail-price {
        font-size: 22px !important;
    }

    .detail-currency {
        font-size: 12px !important;
    }

    .product-details-tab .tab-content .tab-pane {
        padding: 2.7rem 1rem;
    }

    .table.table-striped td.key {
        width: 100%;
        min-height: 1px;
        -ms-flex: 0 0 22.2%;
        -webkit-box-flex: 0;
        flex: 0 0 22.2%;
        max-width: 32.2%;
        color: #777;
        font-size: 13px;
        border: none;
    }
}

@media screen and (min-width: 1280px) {
    .new-price {
        font-size: 20px !important;
    }

    .desc {
        font-size: 14px;
        color: #777;
    }

    .table.table-striped td.key {
        width: 100%;
        min-height: 1px;
        -ms-flex: 0 0 22.2%;
        -webkit-box-flex: 0;
        flex: 0 0 22.2%;
        max-width: 22.2%;
        color: #777;
        font-size: 13px;
        border: none;
    }

    .old-price {
        font-size: 10px !important;
    }

    .currency {
        font-size: 10px !important;
    }

    .product-body {
        padding: 3px 15px;
    }

    .title-kalame {
        font-size: 22px;
        font-weight: 700;
        color: rgb(0, 0, 0)
    }

    .sub-title {
        font-size: 11px;
        font-weight: 300;
        color: rgb(180, 180, 180);
    }

    .sub-title-1 {
        font-size: 11px;
        font-weight: 300;
        color: rgb(180, 180, 180);
    }

    .desc {
        font-size: 14px;
    }

    .title-1 {
        font-weight: 600;
        font-size: 15px;
    }

    .title-2 {
        color: rgb(180, 180, 180);
        font-weight: 300;
        font-size: 10px;
        letter-spacing: 5px;
    }

    .title-product {
        font-weight: 300;
        font-size: 16px;
        color: rgb(0, 0, 0);
    }

    .menu > li > a {
        color: #333;
        font-weight: 500;
        font-size: 12px;
        padding: 3.95rem 1rem;
        /* text-transform: uppercase; */
    }

    .product-details .product-title {
        font-weight: 700;
        font-size: 2.9rem;
        letter-spacing: -.025em;
        margin-bottom: 1.2rem;
        margin-top: -.5rem;
        padding-right: 0;
    }

    .detail-price {
        font-size: 20px !important;
    }

    .detail-currency {
        font-size: 12px !important;
    }

    .product-details-tab .tab-content .tab-pane {
        padding: 1rem 1rem;
    }
}

@media screen and (min-width: 1366px) {
    .product-details .product-title {
        font-weight: 700;
        font-size: 2.9rem;
        letter-spacing: -.025em;
        margin-bottom: 1.2rem;
        margin-top: -.5rem;
        padding-right: 0;
    }

    .new-price {
        font-size: 20px !important;
    }

    .detail-price {
        font-size: 32px !important;
    }

    .old-price {
        font-size: 15px !important;
    }

    .detail-currency {
        font-size: 14px !important;
    }

    .currency {
        font-size: 12px !important;
    }

    .title-kalame {
        font-size: 28px;
        font-weight: 700;
        color: rgb(0, 0, 0)
    }

    .sub-title {
        font-size: 14px;
        font-weight: 500;
        color: #5c6873 !important;
        text-transform: uppercase;
    }

    .sub-title-1 {
        font-size: 12px;
        font-weight: 300;
        color: rgb(180, 180, 180);
    }

    .desc {
        font-size: 14px;
        color: #777;
    }

    .title-1 {
        font-weight: 600;
        font-size: 20px;
    }

    .title-2 {
        color: rgb(180, 180, 180);
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 5px;
    }

    .title-product {
        font-weight: 500;
        font-size: 20px;
        color: rgb(0, 0, 0);
    }
}

@media (min-width: 1920px) {
    .menu > li > a {
        padding: 3.95rem 2rem;
    }
}


.mmenu-active .mobile-menu-container {
    transform: translateX(-280px);
}

.mobile-menu-container {
    left: unset;
    right: -288px;
}

nav .pagination *{
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .shop-selection-list {
        width: 98%;
        direction: rtl;
        text-align: right;
        padding: 2rem;
        border: 1px solid #ebebeb;
        border-radius: 10px;
        margin: 2rem auto;
        background-color: #ebebeb21;
    }
    .detail-price {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 360px) {
    .shop-selection-list {
        width: 100%;
        direction: rtl;
        text-align: right;
        padding: 2rem 0.2rem;
        border: 1px solid #ebebeb;
        border-radius: 10px;
        margin: 2rem 0;
        background-color: #ebebeb21;
    }
}
