@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@700&display=swap');
:root {
    --orange: #ff6b01;
    --blue: #014a7f;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Tajawal', sans-serif;
    text-decoration: none !important;
}

a {
    color: white;
}
.visb-hidden {
    visibility: hidden;
}

/* nav */

.nav .orange {
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

.nav .orange:hover {
    background-color: #e25e00;
    border: 1px solid #e25e00;
}


/* header */

.font-orange {
    color: var(--orange);
}

.font-blue {
    color: var(--blue);
}

.btn-blue {
    background-color: var(--blue) !important;
    border: 1px solid var(--blue) !important;
    transition: 0.4s;
}

.btn-blue:hover {
    background-color: #013961;
    border: 1px solid #013961;
}

.btn-orange {
    background-color: #3264ab !important;
    border: 1px solid #3264ab !important;
}

.bg-orange {
    background-color: var(--orange);
    border: 1px solid var(--orange);
    transition: 0.4s;
}

.btn-orange:hover {
    background-color: #e25e00;
    border: 1px solid #e25e00;
}

#text-blue {
    color: var(--blue);
}


/* navbar here */

.navbar {
    background-color: #3264ab;
}

.navbar ul {
    margin: auto;
}

.navbar ul li a {
    color: white !important;
}

.navbar ul li a:hover {
    color: rgb(221, 221, 221) !important;
}


/* section one */

.hr-w {
    width: 130px;
    border-width: 4px;
    background-color: var(--blue);
    margin: auto;
    padding: 2px 0px;
}

.col-xs-6 .border {
    width: 50%;
}

.images img {
    height: 70px;
}


/* List down for mobile */

.mobile-menu {
    display: none;
    left: 0;
    position: fixed;
    background-color: #1f6ad5;
}

.mobile-menu,
.mobile-menu ul.dropdown-dark {
    color: #fff;
    padding: 0 10px;
}

.mobile-menu {
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1080;
    font-size: 14px;
}

.loading,
.mobile-menu {
    left: 0;
    position: fixed;
}

.mobile-menu>ul {
    margin: 0;
    padding: 0;
}

.mobile-menu>ul>li {
    display: inline-block;
    float: right;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.mobile-menu>ul>li a,
.mobile-menu>ul>li button.btn-link {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    font-size: .7em;
}

.mobile-menu ul li a:hover {
    color: rgb(221, 221, 221) !important;
}

.mobile-menu>ul>li a i.fa,
.mobile-menu>ul>li button.btn-link i.fa {
    width: 100%;
    font-size: 2em;
    margin-bottom: 5px;
}


/* end design mobile menu */


/* start deign card home */

body main>.container>div .list-group-item,
#column-left,
#column-right,
.product-thumb,
.infoextra-wrap,
.breadcrumb,
.forum-list table,
.topic-desc,
.reply-desc,
#wrap-newtopic,
#wrap-newtopic .button-topic,
.cke_inner,
#article-wrap .owl-carousel .owl-wrapper-outer,
.thumbnails .thumbnail,
.panel,
th,
td,
.well {
    background-color: #ffffff;
}

.product-thumb {
    border: 1px solid #ffffff;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image,
.thumbnails .thumbnail {
    background-color: #ffffff;
}

.loopHomePod .product-thumb .image img {
    max-width: 150px;
    height: 130px;
    padding: 0 0;
    border-radius: 10px;
}

.product-thumb h6 {
    font-size: .95rem;
}

.caption p,.caption p a {
    font-size: .8rem;
}
.caption .p-price {
    color: rgba(0, 0, 0, 0.911) !important;
    font-size: .9rem;
}

.product-thumb .image img {
    margin-left: auto;
    height: 200px;
    margin-right: auto;
}


/* here design image ads */

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.product-thumb img,
.thumbnails .thumbnail img {
    max-width: 270px;
}

.loopHomePod .product-thumb .caption {
    margin-right: 175px;
    padding: 0 40px 0px 0px;
}

.product-list .product-thumb .caption {
    margin-right: 230px;
    margin-left: 10px !important;
    text-align: right;
}
.product-list .product-thumb .image img {
    width: 160px !important;
    height: 130px !important;
}

.product-thumb .caption {
    min-height: 80px;
}

.loopHomePod .product-thumb h4 {
    /* min-height: 31px; */
    min-height: 23px;
    height: 22px;
    overflow: hidden;
    line-height: 17px;
    white-space: nowrap;
    margin-top: 8px;
    margin-bottom: 2px;
}

.loopHomePod .product-thumb .caption p:first-of-type {
    min-height: 27px;
    white-space: nowrap;
    overflow: hidden;
}

.loopHomePod p {
    margin-bottom: 4px;
}

.btn {
    padding: 7.5px 12px;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%) !important;
}


/* end design card */


/* here design footer */

footer .container .row div ul li a {
    color: #095F9C !important;
}


/* screeen query */


/* Media query category */

@media (max-width: 991px) {
    .row-category>* {
        max-width: 50%;
        width: 50%;
    }
    .none-margin {
        margin: 0px !important;
        padding: 0px !important;
    }
    .row .images p {
        display: block !important;
        font-size: 1rem!important;
    }
    .images img {
        height: 60px;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}


/* nav and header */

@media (max-width: 630px) {
    /* nav */
    .nav-displays {
        margin: 0px !important;
    }
    .nav-displays .nav {
        justify-content: center;
        text-align: center;
    }
    .none-margins {
        margin: 0px !important;
        padding: 0px !important;
    }
    /* header */
    .media-screen {
        display: none;
    }
    .margin-screen {
        margin: 5px 0px;
    }
    /* list footer */
    .mobile-menu {
        display: block;
    }
    .visb-hidden {
        visibility: visible;
    }
}


/* media query card home */

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: right;
    }
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: right;
        padding: 0 15px;
    }
}

@media(max-width: 430px) {
    .loopHomePod .product-thumb .image img {
        float: left;
        max-width: 110px;
        height: 120px;
        padding: 0 0;
        margin-right: 10px;
    }
    .loopHomePod .product-thumb .caption {
        padding: 3px 0 !important;
        text-align: left;
    }
    .loopHomePod .product-thumb h4 {
        height: 22px;
        font-size: 15px;
        overflow: hidden;
        line-height: 17px;
        white-space: nowrap;
        margin-top: 8px;
        margin-bottom: 2px;
    }
    .categorhoVrLop {
        display: none;
    }
    .text-center-- {
        justify-content: center;
    }
    .text-center-- .d-block {
        margin: 0px 5px;
    }
    .loopHomePod .product-thumb .caption p:first-of-type {
        min-height: 25px;
        display: flex;
        white-space: nowrap;
    }
    .row .product-layout {
        margin: auto;
    }
    .btn {
        padding: 7.5px 12px;
        border: none;
        border-radius: 4px;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%) !important;
    }
    .btn-def {
        font-size: 10px!important;
        width: fit-content;
        padding: 0;
        text-align: left;
    }
    .product-thumb .p-price,
    .p-price {
        direction: ltr;
        justify-content: flex-start;
        display: inline-block;
    }
}

@media (max-width: 500px) {
    .row>.product-grid {
        width: 50%!important;
        max-width: 50%!important;
        margin: unset;
        margin-bottom: 5px;
        padding: 5px;
    }
    .product-grid .product-thumb .image img {
        border-radius: 5px;
        margin-bottom: 8px;
        height: 170px!important;
        width: 100%!important;
        object-fit: cover;
        object-position: center;
    }
    .product-thumb .image img {
        width: 100%;
    }
    .product-grid .product-thumb {
        box-shadow: rgb(0 0 0 / 16%) 0 3px 6px, rgb(0 0 0 / 23%) 0 3px 6px;
        border-radius: 8px;
        height: 100%;
    }
    .product-grid .product-thumb * {
        text-align: right;
        margin: 0;
    }
    .product-grid .product-thumb h6 {
        margin-right: 10px;
    }
    .product-grid .product-thumb p {
        margin-right: 10px;
    }
}


/* menu */

@media (max-width: 430px) {
    .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDEpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPSczJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==)!important;
    }
}

.loopHomePod .product-thumb .caption p:first-of-type {
    min-height: 27px;
    white-space: nowrap;
    overflow: hidden;
}

.navbar-dark .navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}
