.swal2-title{font-size:2rem;}
.swal2-html-container{font-size:1.3rem;}
.swal2-container{z-index:99999999;}
.n_modal{
    max-width: 78rem;
    padding: 20px;
    margin: auto;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;}

.n_modal .product-qty-form{width:100%;}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 38px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 38px;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #5A8DEE;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #F2F4F4;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 38px;
    padding: 0.65rem 0.8rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFFFFF;
    border: 1px solid #DFE3E7;
    border-radius: 0.267rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;

    padding: 0.65rem 0.8rem;
    line-height: 1.4;
    color: #475F7B;
    content: "Browse";
    background-color: #f0f4f7;
    border-left: inherit;
    border-radius: 0 0.267rem 0.267rem 0;
}

.page-wrapper{
    min-height: 100vh!important;
}

.size .form-checkbox label{
    flex: none!important;
}


#login_form_modal_view {
    max-width: 50rem;
}

#delete_address{
    float:right;
}

html.rtl_on .rtl_margin_left{
    margin-left: 3rem;
}


.options_single_prod{
    padding-left:2.5rem!important;
}

html.rtl_on  .options_single_prod{
    padding-left:initial!important;
    padding-right:2.5rem!important;
}

html.rtl_on .rtl_margin_left{
    margin-left: 3rem;
}

html.rtl_on .title-link-wrapper a{
    margin-left: 0;
    margin-right: auto;
}


html.rtl_on .header-right{
    margin-left: 0;
    margin-right: auto;
}

html.rtl_on .header-top .header-right>*{
    margin-left: 0;
}

html.rtl_on #delete_address{
    float:left;
}

html.rtl_on .input-group button {
    right: 5.4rem!important;
}

html.rtl_on .owl-carousel,
html.rtl_on .bx-wrapper { direction: ltr; }
html.rtl_on .owl-carousel .owl-item { direction: rtl; }

.product-price {text-transform: uppercase!important;}

.sticky-content-wrapper{height:initial!important;}

.mobile-menu-container .tab-content {
    background-color: transparent!important;
}

.product_single .tab-content {
    margin-bottom:125px;
}

.product-list .product-name a{white-space: initial;}

html, body {
    overflow-x: hidden!important;
}
body, .page-wrapper {
    position: relative!important
}

.select2-container--default .select2-selection--single{

    border-color: #eee!important;
    font-size: 1.3rem;
    min-height: 4.4rem;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999!important;
    line-height: 28px!important;
    padding: 0.85rem 2rem!important;
    border-radius: 0.3rem;
    font-size: 1.3rem;

}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:8px!important;
}
.select-box{
    margin-bottom: 2rem;
}

.jodit-source *{
    direction: ltr!important;
}
