/*Variable*/
:root{
    --red:#FC4A4B;
    --black:#2A2A2A;
    --white:#fff;
    --orange:#F5AE29;
}

.social_share_icon img {
    width: 20px;
}
.product-info-main .product-addto-links {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 50px;
}
.catalog-top-slider .top-banner .item img {
    border-radius: 10px;
}
.price_new_tag {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.price_new_tag span::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 1.5rem solid #B6202D;
    position: absolute;
    top: 35px;
    left: 0;
}
.price_new_tag span {
    position: relative;
    background-image: linear-gradient(#B6202D, #B6202D);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    min-width: 50px;
    min-height: auto;
    border: 0;
    text-transform: capitalize;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.price_new span {
    position: relative;
    background-image: linear-gradient(#B6202D, #B6202D);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    min-width: 50px;
    min-height: auto;
    border: 0;
    text-transform: capitalize;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.price_new {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.price_discount {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.price_discount span {
    position: relative;
    background-image: linear-gradient(#EE3044, #EE3044);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    min-width: 50px;
    border-radius: 0;
    min-height: auto;
    border: 0;
    text-transform: lowercase;
}
.price_discount span:before {
    border: 5px solid #B6202D;
    border-color: #EE3044 transparent transparent #EE3044;
    border-width: 11px 8px;
    position: absolute;
    right: -16px;
    top: 0;
    content: "";
    z-index: 1;
    border-top-right-radius: 5px;
}
.price_discount span::after {
    border: 5px solid #B6202D;
    border-color: transparent transparent #EE3044 #EE3044;
    border-width: 12px 6px;
    position: absolute;
    right: -11px;
    bottom: 0px;
    content: "";
    z-index: 1;
    border-bottom-right-radius: 5px;
}
.catalog-category-view.page-products .columns {
    padding-top: 0;
}
.page-wrapper .header.content .navigation {
    width: auto;
}
.catalog-product-view span.ox-prev-next__arrow {
    display: none;
}
.catalog-product-view span.content-wrapper {
    display: none;
}
.product_store_name {
    float: left;
    width: 100%;
    color: #1A1F2D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 15px;
}
.product_store_name b {
    color: #A7171A;
}
/*.catalog-product-view .product-info-main h1 {
    font-size: 24px;
    color: #1A1F2D;
    font-weight: 700;
    line-height: 28px;
}*/
.save_price_button {
    background-color: #CC3D40;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 10px;
    float: left;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
    float: left;
    padding-left: 0;
    text-align: left;
    width: 100%;
    display: flex;
    gap: 5px;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable{
    text-transform: capitalize;
    font-weight: 500;
}

.product-info-main .product.attribute.sku .type {
    font-weight: 500;
    text-transform: capitalize;
}

.product-info-main .product.attribute.sku .value {
    font-weight: 500;
}



.catalog-product-view .product-info-price .price-box .normal-price {
    float: left;
}
.delivery_portion img {
    padding-right: 10px;
    max-width: 24px;
}
.delivery_portion {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1A1F2D;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
.combine_div {
    float: left;
    width: 100%;
}
.review-items .owl-dots .owl-dot.active {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #1A1F2D;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.review-items .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #CED6DE;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
}
.review-items .owl-dots {
    position: absolute;
    left: 50%;
    margin-top: 20px;
}
.review-items {
    position: relative;
}
.review-toolbar {
    border: 0;
}
.review-items li.item.review-item {
    background-color: #F8F8F8;
    border-radius: 8px;
    padding: 25px 20px 0 20px;
}
.review-items .review-details .review-author {
    float: left;
    color: #1A1F2D;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
    padding-left: 20px;
}
.review-items .review-details .review-date {
    float: right;
    color: #1A1F2D;
    font-size: 14px;
    font-weight: 400;
    padding-top: 15px;
}
.review-content p {
    color: #1A1F2D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    height: 100px;
}
.review-content {
    float: left;
    width: 100%;
}
.review-ratings {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}
.review-content .lof-review-gallery .owl-item {
    margin-right: 15px;
}
.review-content .lof-review-gallery .owl-stage {
    width: 100% !important;
}
.review-list .block-title strong {
    color: #1A1F2D;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.image_client_review img {
  height: 50px;
}
.review-author .review-details-value {
  font-size: 14px;
  font-weight: 400;
}
#custominfo .block.related {
    display: block;
}
.block.related {
    display: none;
}
.image_client_review {
    float: left;
    width: 50px;
    height: 50px;
}
.review-details {
    float: left;
    width: 100%;
}
.products-related .product-item .product-item-info .product.photo.product-item-photo {
    display: block;
    width: 150px;
}
.footer_all_section {
       background: #f7f7f7;
}
.footer_all_section [data-content-type='html']:first-child {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.footer_all_section h2 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.footer_all_section ul li {
    padding-bottom: 15px;
}
.footer_all_section ul li a {
    color: #000;
    font-size: 14px;
}
.footer.content .switcher.store {
    display: none !important;
}
/*.footer_bottom_logo {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}*/
.copyright_section {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_bottom_logo img {
    width: 200px;
}
.footer.content {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.copyright_pages ul li, .copyright_pages ul li a {
    color: #fff;
}
.custom-copyright {
    float: left;
    width: 100%;
    background-color: rgb(51, 51, 51);
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 0;
}
.copyright_section ul {
    padding: 0 !important;
}
.copyright_section ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px !important;
}
body footer.page-footer {
    padding-bottom: 0;
}
.minicart-wrapper .action.showcart {
    display: flex;
    align-items: center;
}
.minicart-wrapper .action.showcart .counter.qty {
    margin-left: 5px;
}
.header_top_right {
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_location {
    padding-right: 30px;
}
.slider-toggle {
    padding: 50px 0;
    clear: both;
}
.wk-mp-sellerlist-container {
    text-align: left;
}
.wk-mp-sellerlist-container ul li {
margin: 0;
}
.wk-mp-sellerlist-container ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    gap: 16px;
}
.wk-mp-sellerlist-container ul li .wk-mp-sellerlist-wrap {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-radius: 8px;
}
.wk-mp-sellerlist-container .wk-sellerlist-divide1 img {
    width: auto;
    border: 0;
    border-radius: 8px;
}
.wk-mp-sellerlist-container .wk-sellerlist-divide1 {
    width: 50%;
    padding-right: 30px;
    display: block !important;
    position: relative;
    object-fit: cover;
    height: auto;
}
.seller-tabs {
    float: left;
    width: 100%;
}
/*.seller-tabs .tabs-nav li:first-child a:before {
    content: ''; 
    display: block; 
    width: 16px; 
    height: 16px; 
    margin: 0 auto 4px; 
    background: url(../images/seller-buy.png)no-repeat center; 
    background-size: contain; 
}*/
/*.seller-tabs .tabs-nav li:last-child a:before {
    content: ''; 
    display: block; 
    width: 16px; 
    height: 16px; 
    margin: 0 auto 4px; 
    background: url(../images/seller-showroom.png)no-repeat center; 
    background-size: contain; 
}*/
.seller-tabs ul.tabs-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.seller-tabs ul.tabs-nav li.active a {
    border-bottom: 2px solid #1A1F2D;
    padding-bottom: 5px;
}
.tabs-stage {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.tabs-stage p {
    background-color: #E6E8EA;
    color: #1A1F2D;
    font-size: 15px;
    padding: 15px;
    border-radius: 8px;
}
.become_partner {
    float: right;
    width: 100%;
    text-align: right;
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
}
.become_partner a {
    background: linear-gradient(to left,#E9187E,#F5AE29,#66BB46);
    color: #fff !important;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 20px;
    float: right;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.become_partner::after {
    border-bottom: 1px solid transparent;
    display: block;
    margin-top: 20px;
    width: 78%;
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background: linear-gradient(to left, #E9187E, #F5AE29, #66BB46);
}
.become_partner a::after {
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    transform: rotate(270deg);
    margin-left: 5px;
}
.become_partner img {
    width: 24px;
    padding-right: 10px;
}
.order-products-toolbar.toolbar.bottom {
    float: left;
    width: 100%;
}
.see_products a::after {
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    margin-left: 5px;
}
.see_products {
    float: left;
    width: 100%;
}
.see_products a {
    color: #657580;
    text-transform: capitalize;
    font-size: 14px;
}
.store_rating_product .rating-result:before {
    content: '';
}
.store_rating_product .rating-result > span {
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-right: 20px;
}
.store_rating_product .rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #c7c7c7;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none;
}
.store_rating_product .rating-result > span:before {
    color: #DDB12E;
    display: inline-block;
    content: '\e605';
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    font-family: 'luma-icons';
    font-size: 15px;
    height: 15px;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: normal;
    speak: none;
}
.store_rating_product .rating-result > span span {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    left: 25%;
    color: #657581;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    overflow: hidden;
    position: absolute;
    line-height: 24px;
    padding-left: 5px;
}
.store_rating_product .rating-result {
    display: flex;
    position: relative;
    align-items: center;
    padding: 0 15px 0 0;
}
.store_rating_product {
    float: left;
    width: 100%;
    display: flex;
    margin: 0;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wk-sellerlist-divide2 a strong {
    color: #1A1F2D;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 24px;
}
.wk-mp-sellerlist-container ul li .wk-mp-sellerlist-wrap .wk-sellerlist-divide2 {
        padding: 0;
}
.store-carousel-wrap img {
    width: 33px !important;
    border: 1px solid #CED6DE;
    padding: 10px 20px;
    border-radius: 8px;
}
img.yes_on_click {
    position: absolute;
    top: 10px;
    right: 40px;
    width: 32px !important;
    height: 32px !important;
    cursor: pointer;
}
.store_rating_product .rating-result b {
    color: #657581;
    font-weight: normal;
    font-size: 12px;
}
.see_products a span {
    font-size: 13px;
}
/*.marketplace-seller-sellerlist .order-products-toolbar.toolbar.bottom {
    display: none;
}*/
.seller-tabs ul.tabs-nav li.active a {
    text-decoration: none;
}
.catalog-product-view .product-options-wrapper .swatch-attribute.size .swatch-attribute-options .swatch-option {
    background: none;
    border: 1px solid #CED6DE;
    padding: 10px;
    border-radius: 8px;
    margin-right: 15px;
}
.page-header .switcher {
    order: unset !important;
}
.page-wrapper .header.content li.nav.item {
    list-style: none;
}
.page-wrapper .header.content li.nav.item a,.page-wrapper .header.content li.nav.item strong {
    font-size: 0;
}
.page-wrapper .header.content li.nav.item a::before,.page-wrapper .header.content li.nav.item strong::before {
    background-image: url(../images/wishlist-header1.png);
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 24px;
    content: "";
    background-repeat: no-repeat;
    margin-top: 5px;
}
.page-wrapper .header.content li.link.authorization-link {
    margin-right: 30px;
}
body header .minicart-wrapper {
    order: 1;
}
.wk-mp-collection-seller-title {
    font-weight: normal;
}
/*.marketplace-seller-profile .wk-mp-banner img {
    height: 450px;
}*/
.customer-address-form .field.field-name-firstname, .customer-address-form .field.field-name-lastname, .customer-address-form .field.company, .customer-address-form .field.telephone {
    display: none;
}
.marketplace-seller-profile .wk-mp-collection-order-count-container {
    display: none;
}
.marketplace-seller-profile .wk-mp-collection-seller-title-container a, .marketplace-seller-profile .wk-mp-seller-profile-box, 
.marketplace-seller-profile .wk-mp-collection-count-txt {
    font-weight: normal;
}
.block-collapsible-nav .item .delimiter {
    border-top: 0;
    margin: 0;
}
.customer-account-edit h1.page-title {
    display: none !important;
}
body.customer-account-edit .page-main .form-edit-account legend span {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.store-name {
    float: left;
    width: 100%;
}
.quantity_display {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.quantity_display .quantity-wrapper button {
    background-color: #eaeced;
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {

img.yes_on_click{
    top: 5px;
    right: 25px;
}

.page-wrapper .header.content li.nav.item {
    display: none;
}
.catalog-product-view .product.info.detailed {
    border-top: 1px solid #CED6DE;
    border-bottom: 1px solid #CED6DE;
}
.catalog-product-view .product.info.detailed .product {
    float: left;
    width: 100%;
    border: 0;
    margin-left: 0;
    margin-right: 0;
}
.catalog-product-view .product.data.items .item.title > .switch {
    border-top: 0;
}
.catalog-product-view .product.data.items {
    float: left;
}
.catalog-product-view .product.data.items .item.title a:after {
    display: none;
}
.catalog-product-view .product.data.items>.item.content {
    float: right;
    margin-left: -100%;
    width: 100%;
    border-top: 1px solid #CED6DE;
    margin-top: 100px;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
}
.catalog-product-view .product.data.items>.item.title {
    float: left;
    width: 33%;
    
    padding-top: 30px;
}
/*.custom-category {
    padding-bottom: 38px;
}*/
.category-banner-img {
    margin-top: 0;
}
.products.list.product-items .product-item {
    margin-bottom: 50px;
}
.seller-tabs {
    padding-top: 20px;
}
.wk-mp-sellerlist-container ul li {
    margin-bottom: 10px;
}
.wk-mp-sellerlist-container ul li .wk-mp-sellerlist-wrap .wk-sellerlist-divide2 {
    padding-top: 10px;
    padding-bottom: 0;
}
.wk-mp-sellerlist-container .wk-sellerlist-divide1 {
    padding-right: 20px;
}
.see_products a {
    font-size: 12px;
}
.store_rating_product .rating-result {
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.wk-sellerlist-divide2 a strong {
    font-size: 14px;
}
.tabs-stage p {
    font-size: 12px;
    line-height: 18px;
}
.become_partner::after {
    width: 40%;
}
.become_partner a {
    font-size: 12px;
    padding: 8px 16px;
}
.store-carousel-wrap img {
    width: 20px !important;
    padding: 12px 15px;
}
.review-items .owl-stage {
    padding-left: 0 !important;
}
.review-items .owl-dots {
    left: 40%;
}
.items.review-items {
    padding-top: 20px;
}
.catalog-product-view .product-info-main .product-add-form .product-options-bottom button {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.footer-mobile-menu ul li .minicart-wrapper {
    position: relative;
}
.footer-mobile-menu .minicart-wrapper .action.showcart .counter.qty {
    font-size: 10px;
    padding: 0px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    position: absolute;
    right: -23px;
}
.footer-mobile-menu .minicart-wrapper .action.showcart {
    display: block;
}
.slider-toggle {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 80px;
    border-top: 1px solid #E6E6E6;
    margin-top: 20px;
}
.sticky_cart {
    position: fixed;
    bottom: 55px;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 15px !important;
    background: #fff;
}
.product-info-main .product-options-bottom.sticky_cart .box-tocart {
    margin: 0;
}
header.page-header .minicart-wrapper {
    display: none;
}
.page-wrapper .header.content .navigation {
    display: none;
}
.panel.header {
    display: none;
}
}
.customer-account-create #ui-datepicker-div {
    display: none;
}
html[lang="ar"] .customer-account-create .toggle-password{left:16px;right:unset;}