﻿/* MyUneek */

.card-header {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.my-uneek-history-form input {
    border-radius: 4px;
    border: 1px solid #cccccc;
    height: 28px;
    padding: 0px 10px;
    width: 200px;
}
.my-uneek-history-form .Historybtn {
    margin-top: -2px;
    border: none;
    width: 50px;
}
.history-tables-without-border tbody tr th {
    border: none;
}
.history-tables-without-border .Historybtn {
    height: 28px;
    line-height: 20px;
}
.new-order-content-container {
    margin-top: 20px;
}
.remove-row-margin {
    margin-left: 0px;
    margin-right: 0px;
}
.row-top-margin {
    margin-top: 15px;
}
#placeneworder {
    margin-top: 20px !important;
}
.selectize-input {
    background-image: none !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}
.popup-small-head {
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 10px;
}
.pay-order-popup-body {
    width: 84%;
}
.pay-order-popup-body-head {
    margin-top: 15px;
}

/* Small Screens Media Query */
@media (min-width:1280px) and (max-width:1366px) {
    .header--2-full .navigation .menu {
        display: block;
    }
    .header--2-full .navigation .navigation__left .navigation__center {
        left: 10%;
    }
    .header--2-full .navigation .navigation__left .menu {
        margin-left: 15%;
    }
    .menu > li.menu-item-has-children .sub-toggle {
        margin-left: -5px;
    }
    .menu-toggle {
        display: none !important;
    }
    .header--2-full .menu li.horizontal.active-parent .sub-menu {
        background-color: #222;
    }
    .horizontal .sub-menu {
        /*min-width: 885px;*/
        min-width: 975px;
    }
    .header--2-full .menu .sub-menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mg_top_fa {
        margin-right: 4px;
    }
    .lang.btn-group {
        margin: 6px 0 0 10rem;
    }
    .ps-collection {
        height: 100%;
    }
    .first-slide {
        border: 1px solid #ccc;
    }
    .collapse p {
        margin-bottom: 0px !important;
        padding: 15px !important;
    }
    .ps-contact__form {
        padding: 5rem !important;
    }
    .single_clr {
        margin-top: 15px;
    }
    .pay-order-popup-body {
        width: 61%;
        margin-left: -35px;
    }
    .header .ps-search-btn {
        width: 10px;
        margin-right: 0px !important;
    }
    .backet_sec, .ps-cart {
        margin-right: 0px !important;
    }
    .lang.btn-group {
        margin-left: 6rem;
    }
    .sub-menu > li > a {
        font-size: 12px;
    }
    div.bhoechie-tab-content {
        padding: 0px;
    }
}