/*.ti2 {
 
    padding-top: 44px;
}
.owl1 .item {
    padding: 0 3px;
}
.col-nd {
 
    padding: 20px;
    border-radius: 13px;
}
*/


.owl33 img {
    width: 65px !important;
    height: 65px !important;
    display: block;
    margin: 0 auto;
}

.link-bt-pg {
    width: 112px;
    height: 88px;
    display: block;
    background: #fff;
    border-radius: 8px;
    padding: 12px 0;
    margin: 0 auto;
    display: block;
}

.slid-gp {
    padding: 40px 0;
}

.ti-rw-cta {
    background-color: #2e75b4;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
}

.price-cta {
    color: #000;
    text-align: center;
    font-size: 15px;
}

.ti-cta {
    font-size: 14px;
    text-align: right;
    color: #000;
    display: block;
    direction: rtl;
}

.slid-gp .dv-container {
    padding: 40px 40px;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.sld-pn {
    padding-bottom: 40px;
}

.rw-br-gp {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0;
}

.nm-bx {
    text-align: center;
    display: block;
    font-size: 15px;
}

.price-cta {
    text-align: center;
    display: block;
}

.rw-br-gp:nth-child(even) {
    background-color: #fff
}

.dropdown-menu {
    overflow: auto;
    width: 250px;
}

.filter-bx-brnd {
    background-color: #fff;
    margin-bottom: 29px;
    padding: 13px 30px;
    border-radius: 8px;
}

.btn-group {
    float: right;
    margin-left: 16px;
}

    .btn-group button {
        font-size: 13px;
        background-color: transparent;
        text-align: center;
        color: #646e82;
        text-decoration: none;
        border: 2px solid #eaeef5;
        border-radius: 45px !important;
        direction: rtl;
        padding: 0px 12px 5px 12px;
        font-weight: bold;
    }

        .btn-group button svg {
            width: 20px;
            display: inline-block;
            position: relative;
            top: 6px;
            margin-left: 4px;
        }

            .btn-group button svg path {
                fill: #646e82;
            }

.dropdown-menu {
    left: auto;
    right: 0;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0.0625rem 0.1875rem, rgba(0, 0, 0, 0.05) 0px 1.75rem 1.4375rem -0.4375rem, rgba(0, 0, 0, 0.04) 0px 0.75rem 0.75rem -0.4375rem;
    border-radius: 0rem;
    border: 2px solid rgb(234, 238, 245);
}

.pn-bix input[type=radio] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-top: 2px;
    background: rgb(244, 247, 251);
    border: 1px solid rgb(215, 222, 234);
    border-radius: 50%;
    box-shadow: inset 0 0 0 0.2em rgb(255 255 255);
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: transform 0.2s, background 0.2s;
}

.pn-bix input[type=checkbox] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    margin-top: 0px;
    background: rgb(244, 247, 251);
    border: 1px solid rgb(215, 222, 234);
    border-radius: 0px;
    box-shadow: inset 0 0 0 0.1em rgb(255 255 255);
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: transform 0.2s, background 0.2s;
    float: right;
}

.btn-clr .inpt-rd {
    float: left !important;
    margin-left: 15px !important;
}

.pn-bix input[type=checkbox]:checked {
    background: #0d597e;
    outline: 0;
}
.pn-bix input[type=radio]:checked {
    background: #0d597e;
    outline: 0;
}
.pn-bix label:hover input[type=radio] {
    transform: scale(1.2);
}

    .pn-bix label:hover input[type=radio]:not(:checked) {
        background: #7ed0f7;
    }

.pn-bix label {
    display: block;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
}

.pn-bix {
    padding: 10px 15px 10px 0;
}

.radio-button-container {
    display: block;
    padding: 5px 0;
    text-align: right;
}

.btn-filter-box {
    border-top: 1px solid rgb(234, 238, 245);
    padding: 12px 0px 0 20px;
    margin-top: 10px;
}

.btn-dlt {
    background: none;
    border: none !important;
    text-align: center;
    color: #10538f !important;
    float: right;
    font-size: 14px !important;
    text-align: right;
    padding: 5px 10px !important;
    font-weight: bold;
    border-radius: 5px !important;
}

    .btn-dlt:hover {
        background-color: rgba(46, 117, 180, 0.21);
    }

.save-btn {
    float: left;
    background-color: #2e75b4 !important;
    color: #fff !important;
    font-weight: normal;
}

.dv-scr {
    max-height: 300px;
    overflow-y: scroll;
    direction: rtl;
}

    .dv-scr::-webkit-scrollbar {
        width: 0.2em;
    }

    .dv-scr::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #f5f5f5;
    }

    .dv-scr::-webkit-scrollbar-thumb {
        background-color: rgb(215, 222, 234);
        border-radius: 5px;
        outline: 1px solid rgba(0, 166, 147, 0.00);
    }

.sp-cl-rg {
    width: 20px !important;
    height: 20px !important;
    margin-left: 8px !important;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 5px;
}

.btn-clr .pn-bix input[type=checkbox] {
    margin-top: 7px !important;
}

.slid-gp .owl-nav button.owl-prev {
    right: -18px;
}

.slid-gp .owl-nav button.owl-next {
    left: -18px;
}

.slid-gp .owl-theme .owl-nav {
    top: 14px;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(7, 7, 7, 0.41);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 99999;
}

    .cd-popup.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 295px;
    padding: 0 15px 15px 15px;
    margin: 4em auto;
    background: #FFF;
    border-radius: 9px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .cd-popup-container p {
        padding: 30px 10px 13px 10px;
        text-align: right;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
        float: none !important;
    }

    .cd-popup-container .cd-buttons:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-popup-container .cd-buttons li {
        float: left;
        width: 50%;
        list-style: none;
    }

    .cd-popup-container .cd-buttons a {
        display: block;
        height: 60px;
        line-height: 60px;
        text-transform: uppercase;
        color: #FFF;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

    .cd-popup-container .cd-buttons li:first-child a {
        background: #fc7169;
        border-radius: 0 0 0 .25em;
    }

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 9px;
    left: 8px;
    width: 30px;
    height: 30px;
}

    .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
        content: '';
        position: absolute;
        top: 12px;
        width: 14px;
        height: 3px;
        background-color: #8f9cb5;
    }

    .cd-popup-container .cd-popup-close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 8px;
    }

    .cd-popup-container .cd-popup-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 8px;
    }

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-popup-trigger {
    display: none;
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
        padding: 0 15px 25px 15px;
    }
}

@media only screen and (max-width: 990px) {
    .open > .dropdown-menu {
        display: none !important;
    }

    .dropdown-toggle {
        display: none !important;
    }

    .cd-popup-trigger {
        display: block;
    }

    .ti-filter-mb {
        padding: 8px 8px;
        text-align: right;
        color: #000;
        font-size: 18px;
        border-bottom: 1px solid #d7deea;
        margin-bottom: 15px;
    }

    .slid-gp .dv-container {
        padding: 21px 0;
        background-color: #f5f5f5;
        border-radius: 5px;
        max-width: 98%;
    }

    .slid-gp {
        padding: 20px 0;
    }

        .slid-gp .owl-nav button.owl-prev {
            right: -12px;
            width: 20px;
        }

        .slid-gp .owl-nav button.owl-next {
            left: -12px;
            width: 20px;
        }

    .owl33 img {
        width: 40px !important;
        height: 40px !important;
    }

    .link-bt-pg {
        width: 75px;
        height: 69px;
        padding: 12px 0;
    }

    .sld-pn {
        padding: 0 15px 25px 15px;
    }

    .filter-bx-brnd {
        background-color: #fff;
        margin-bottom: 21px;
        padding: 9px 10px;
        border-radius: 0;
    }

    .rw-br-gp .col-md-2 {
        width: 10%;
    }

    .rw-br-gp .col-md-7 {
        width: 70%;
    }

    .rw-br-gp .col-md-3 {
        width: 20%;
    }
}

@media only screen and (max-width: 760px) {
    .rw-br-gp .col-md-2 {
        display: none;
    }

    .rw-br-gp .col-md-7 {
        width: 100%;
    }

    .rw-br-gp .col-md-3 {
        width: 100%;
    }

    .price-cta {
        text-align: right;
        padding-top: 7px;
        font-weight: bold;
    }
}


.open {
    opacity: 1 !important;
}