.width100 {
    width: 100%;
}
.text-danger {
    font-size: 12px;
}
#popup-error .modal_icon {
    fill: #f71b1b;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
#popup-done .modal_icon {
    height: 80px;
    fill: green;
    border: solid 6px green;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    margin-bottom: 20px;
}
.price__ {
    width: fit-content;
}
.button__ input[type="submit"],
.button__.submit-button__[disabled] {
    background-color: #999;
    cursor: not-allowed;
}
.single_product_page__ .info__.not_available__ {
    color: red;
}
.input_group__.flex_group__ .input__,
.input_group__.flex_group__ .select__ {
    min-width: unset !important;
}

.latest_accessories_section .filter_control {
    flex-direction: column;
    min-height: 126px;
    gap: 10px;
}

.latest_accessories_section .filter_control img {
    max-height: 50px;
}
.latest_accessories_section .categories {
    margin-top: -50px;
    width: 100%;
    display: flex;
    overflow-x: scroll;
    margin-bottom: 40px;
}
.latest_accessories_section .categories .filter {
    background: #e95028;
    color: #fff;
    padding: 20px 20px;
    margin: 5px;
    border-radius: 12px;
    display: table;
    text-align: center;
}
.rating_form {
    flex-direction: column;
}
body {
    overflow-x: hidden;
}

.menu_mobile_buttons {
    display: none;
}
@media only screen and (max-width: 991px) {
    .menu_mobile_buttons {
        display: flex;
    }
}
.code_shapes__ .code-input {
    width: 65px;
}

.add_address_button__ {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}
#add_address-modal .select__ .dropdown-toggle:after {
    inset-inline-end: 3%;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    font-weight: bold;
    box-shadow: 1px 0px 4px #000;
    display: none;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #eee;
}
.latest_accessories_section .categories {
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
}
.latest_accessories_section .categories .filter {
    display: block;
    position: relative;
    height: auto;
    line-height: 20px;
    min-height: auto;
    padding-top: 35px;
}

.latest_accessories_section .categories .filter img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 5px;
    background: #fff;
    position: absolute;
    box-shadow: 1px 1px 5px 0px #000;
    top: -20px;
    right: calc(50% - 25px);
}

.success_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.success_page img {
    height: 250px;
    margin-bottom: 50px;
}
.success_page .buttons {
    padding-top: 40px;
}

.registeration_page__ form {
    max-width: 500px;
    margin: auto;
}
.registeration_page__ form input {
    direction: rtl;
    text-align: right;
}
.registeration_page__ .input_group__.flex_group__.half_width__ {
    width: 100%;
}

.cart_page .page_head_wrapper {
    display: flex;
    justify-content: space-between;
}
.cart_page .page_head_wrapper li {
    list-style-type: none;
}

.order_bill .bill_title {
    background-color: #eee;
    line-height: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    font-size: 30px;
}

.order_bill .bill_items {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    background-color: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.order_bill .bill_items thead tr th {
    background-color: #289f21;
}

.order_bill .bill_foot {
    text-align: center;
    display: block;
    margin: 10px auto;
    font-size: 25px;
}
.order_bill {
    text-align: center;
}

.cart_page .order_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #332926;
    height: 49px;
    min-width: 168px;
    padding: 3px 20px;
    border-radius: 10px;
    font-size: 1.4rem;
    color: #332926;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cart_page .order_link * {
    color: #fff;
    margin: 0px 5px;
}
.cart_page .order_link {
    border-color: transparent;
    color: #fff;
    background-color: #e95028;
}

.cart_page .order_link:hover {
    background-color: rgba(233, 80, 40, 0.9);
}
.cart_page .print_bill {
    margin: auto;
}

.buttons_wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: space-between;
    width: 100%;
    gap: 20px !important;
}

.my_order_button {
    background-color: #e95028;
    border: 1px solid #e95028;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 40px;
    border-radius: 15px;
    padding: 10px 20px;
    flex-shrink: 0;
    min-width: 150px;
}

.my_order_button:hover {
    background-color: rgba(233, 80, 40, 0.9);
    color: #fff;
}

.home_link {
    background-color: transparent !important;
    border: 1px solid #e95028;
    color: #e95028 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 40px;
    border-radius: 15px;
    padding: 10px 20px;
}

.home_link {
    background-color: rgba(233, 80, 40, 0.1) !important;
    color: #e95028;
}

.footer_content__ img {
    max-height: 100px;
}
.product_card_cart {
    display: flex;
    justify-content: space-between;
}
.product_card_cart .set_quantity_button__ {
    height: 25px;
}
.product_card_cart .add__ img {
    height: 15px;
}
.cart_box {
    position: fixed;
    bottom: 50px;
    left: 10px;
    z-index: 10;
    box-shadow: 0px 0px 10px 5px;
    background: #fff;
}
.footer_logo img {
    max-width: 122px;
}

.tamara_payment__ {
    padding: 10px 35px;
}

.latest_accessories_section .categories .filter {
    display: block;
    position: relative;
    height: auto;
    line-height: 20px;
    min-height: auto;
    padding-top: 35px;
}

.product_card_link__ {
    overflow: hidden;
}
.product_card_link__ button {
    background: transparent;
    width: 100%;
    height: 100%;
    border: 0px;
    cursor: pointer;
}
.cart_box {
    display: none !important;
}
@media only screen and (max-width: 600px) {
    .cart_box {
        display: flex !important;
    }
}

.dropdown-menu {
    width: 200px !important;
    min-width: 200px !important;
}

.paginator {
    display: table;
    margin: auto;
    margin-top: 60px;
}

.paginator * {
    display: block;
    float: left;
}

.paginator svg {
    width: 20px;
    height: 20px;
    margin: 0px;
}

.paginator p.text-gray-700.leading-5 {
    display: none;
}

.paginator span[aria-current="page"] * {
    background: #ddd !important;
    font-weight: bold;
}
.paginator span,
.paginator a {
    display: block;
    height: 36px;
}

@media (min-width: 977px) {
    .footer_content__ .footer_list__ {
        display: block;
        clear: both;
    }
    .footer_content__ .footer_list__ li {
        display: block;
        width: 32%;
        float: right;
        margin: 5px 0px;
    }
    .footer_content__ .footer_socials__ {
        clear: both;
        margin-bottom: 20px;
    }
    .footer_content__ .footer_socials__ a {
        color: #fff;
    }
    .footer_content__ .footer_socials__ a:hover {
        color: #555;
    }
}
.copyrights_content___ img {
    max-width: 500px;
    margin: auto;
    margin-top: -20px;
}
@media (max-width: 977px) {
    .copyrights_content___ img {
        margin-top: 0px;
    }
}
.footer_socials__ li a {
    color: #fff;
}
.footer_socials__ li {
    z-index: 100;
}

@media only screen and (max-width: 977px) {
    .footer_content__ .footer_list__ {
        display: block;
        clear: both;
    }
    .footer_content__ .footer_list__ li {
        display: block;
        width: 49%;
        float: right;
        margin: 5px 0px;
    }
    .footer_content__ .footer_socials__ {
        clear: both;
        margin-bottom: 20px;
        padding-top: 30px;
    }
    .footer_content__ .footer_socials__ a {
        color: #fff;
    }
    .footer_content__ .footer_socials__ a:hover {
        color: #555;
    }
}
.button__.delete_purchased_item__ {
    opacity: 1;
    visibility: visible !important;
}
.select__ .dropdown-menu {
    overflow-x: hidden !important;
    min-width: 100% !important;
}

a:hover,
button:hover {
    padding-right: 10px;
    opacity: 0.8;
}

a:hover a:after,
button:hover button:after {
    opacity: 1;
    right: 0;
}


nav .dropdown{
    position:relative;
}
nav .dropdown-menu{
    right:0px;
}
nav .dropdown-menu a{
    font-size:13px;
    line-height:30px;
}