ul {
    padding-right: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.text-d {
    text-decoration: none;
}

#show_large_image {
    color: white;
}

#pagination {
    margin-top: 54px;
}

.float-right {
    float: right;
}

.single-products_item {
    height: 430px;
}

.header {
    background: url(/static/images/img/dark_tint.png), url(/static/images/img/bokeh_car_lights_bg.jpg);
    background-position: center center;
    background-size: cover;
}

.form_style_a form input {
    width: 87%;
    height: 40px;
}

.form_style_a form button {
    float: right;
    position: relative;
    right: -5px;
    width: 50px;
    top: -45px;
    height: 44px;
    background-color: #c40316;
}

.a_link_tag {
    color: #c40316;
}

.a_link_tag:hover {
    color: #c40316;
}

.container_input {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container_input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#product-detail {
    height: 460px;
}

#button_hprice, #button_lprice, #button_lid, #button_hid {
    border: 0;
    background-color: white;
}

@media only screen and (min-width: 700px) and (max-width: 775px) {
    #product-detail {
        width: 50%;
        float: left;
        height: 620px;

    }

    .btn-default-margin {
        margin-top: 34px;
    }

    #product-title {
        font-size: 16px;
    }

    #product-price {
        font-size: 25px;
    }

    .product-price-d {
        font-size: 16px;
    }

    .single-products_item {
        height: 850px;
    }
}

@media only screen and (max-width: 699px) {
    #product-detail {
        height: 605px;
        width: 50%;
        float: left;

    }
}

@media only screen and (max-width: 600px) {
    #product-detail {
        height: 541px;
        width: 50%;
        float: left;

    }
}

@media only screen and (max-width: 500px) {
    #product-detail {
        height: 444px;
        width: 50%;
        float: left;

    }
}

.item-slade {
    border-radius: 40px;
}

.product_list_p {
    height: 46px;
}

.form_style_a form button {
    float: left;
}

.firstnav {
    width: 100%;
    height: 100px;
    background-color: rgb(255, 255, 255);
    text-align: right;
    padding: 10px;
    position: fixed;
    top: 50px;
    z-index: 1000;
    margin-top: -15px;
}

.firstnav ul li {
    margin: 0 0 0 5px;
    width: 150px;
    display: inline-block;
}

.firstnav ul li ul {
    display: none;
    width: 120px;
    height: auto;
    position: absolute;
    background-color: rgb(19, 19, 19);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.firstnav ul li:hover ul {
    display: block;
}

.firstnav a {
    color: rgb(0, 0, 0);
    font-family: 'traditional arabic';
    font-size: 25px;
    text-decoration: none;
}

.firstnav ul li ul li a:hover {
    font-size: 27px;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20%;
    left: 15%;
}

.search-input {
    padding: 10px;
    border: 2px solid black;
    border-radius: 5px 0 0 5px;
    width: 300px;
    font-size: 16px;
    margin-right: -4px;
}

.search-button {
    padding: 10px;
    background-color: #c40316;
    color: white;
    border: 2px solid black;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 16px;
}


.nav_bar_b {
    position: absolute;
    top: 100px;
    right: 5%;
    width: 150px;
    font-size: 15px;
    margin-top: -77px;
}

.navigation1 {
    position: fixed;
    right: -500px;
    width: 200px;
    height: 100%;
    background-color: #000;
    transition: .5s;
    z-index: 9999;
}

.navigation1 ul li {
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    list-style-type: none;
    font-size: 1em;
    padding: 10px 20px;
    border-bottom: 1pt solid #252525;
}

.hamburger1, .baring {
    position: fixed;
}

.hamburger1 {
    display: block;
    top: 12%;
    right: 44px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border: 0;
    background: 0 0;
}

.baring {
    top: 3px;
    background: #000;
    width: 100%;
    height: 4px;
    transition: all .3s ease-in;
}

#bar12 {
    top: 11px;
}

#bar13 {
    top: 19px;
}

.navigation1.active {
    right: 0;
    margin-top: -24px;

}

.hamburger1.open #bar11 {
    background-color: #000;
    transform: rotate(45deg) translate(6px, 5px);
}

.hamburger1.open #bar12 {
    background-color: transparent;
}

.hamburger1.open #bar13 {
    background-color: #000;
    transform: rotate(-45deg) translate(6px, -5px);
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .hamburger1 {
        display: block;
        top: 84px;
        left: 80%;
    }

    .firstnav ul li {
        display: none;
    }

    .search-input {
        width: 100px;
    }

    /* .search-button{
        width: 40px;
    } */

}

@media only screen and (min-width: 800px) {
    .hamburger1 {
        display: none;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1500px) {
    .firstnav {
        display: block;
    }

    .hamburger1 {
        display: none;
    }

    .firstnav a {
        font-size: 20px;
    }

    .firstnav ul li {
        margin: 0 0 0 1px;
        width: 100px;
    }

    .firstnav ul li ul {
        width: 80px;
    }

}

.admin {
    width: 100%;
    height: 36px;
    background: linear-gradient(25deg, rgba(196, 3, 22, 1) 34%, rgba(255, 0, 0, 1) 56%);
    text-align: right;
    padding-bottom: 30px;
    position: fixed;
    top: 0px;
    z-index: 1000;
}

.admin ul li {
    margin: 0 0 0 5px;
    width: 78px;
    display: inline-block;
    margin-top: 6px;
}

.admin a {
    color: rgb(255, 255, 255);
    font-family: 'traditional arabic';
    font-size: 25px;
    text-decoration: none;
}

.admin ul li.bt {
    margin: 0 0 0 5px;
    width: 180px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 10px;
}

.admin ul li.bt a {
    font-size: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .admin ul li.bt a {
        font-size: 15px;
    }

    .admin ul li.bt {
        width: 150px;
    }
}

.firstnav .basket {
    position: absolute;
    display: block;
    top: 25%;
    left: 5%;
}

.firstnav img {
    display: block;
    position: absolute;
    top: 20%;
    right: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .admin ul li.bte {
        width: 67px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .admin ul li.bte a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .mgt {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1196px) {
    .search-input {
        width: 100px;
    }
}

.firstnav ul {
    margin-top: 17px;
}

ol {
    list-style-type: none;
}

@media only screen and (min-width: 800px) and (max-width: 945px) {
    .search-container {
        margin-left: -42px;
    }
}

.nav_bar_b ul li a {
    color: white;
}

.bte a {
    color: #000;
}

.bte a:hover {
    color: #000;
}

.bte a {
    font-size: 17px;
}

.mwsModal {
    text-align: right;
    direction: rtl;
    font-family: tahoma;
    font-size: 12px;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);

}

.mwsModal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    border-radius: 8px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.active-ticets {
    background-color: #ababab;
}

.close {
    color: white;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-top: 3px;
    margin-left: -5px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mwsModal-header {
    padding: 2px 16px;
    background-color: #c40316;
    color: white;
    border-radius: 5px 5px 0 0;
    border-bottom: 3px solid #7f0000;
}

.mwsModal-body {
    padding: 2px 16px;
}

.mwsModal-footer {
    padding: 2px 16px;
    background-color: #404040;
    color: white;
    border-radius: 0 0 5px 5px;
}

.hover-ticet:hover {
    background-color: #dbdbdb;
}

#main_image{
    width: 215px;
    height: 215px;
}
.main_image_article{
    width: 299px;
    height: 211px;
}
#main_image_s{
    width: 235px;
    height: 235px;
}
.withbanner{
    width: 706px;
    height: 154px;
}
.category_style_index{
    width: 100px;
    height: 100px;
}

.product_image{
    width: 353px;
    height: 353px;
}

.article_image{
    width: 276px;
    height: 165px;
}