/*Variables Define*/
:root {
    --qos-color-1:#464668;
    --qos-color-2:#21B573;
    --qos-color-white:#ffffff;
    --qos-color-black:#000000;
    --qos-color-grey:#e7e7e7;
    --qos-color-grey-2:#707070;
    --qos-color-box-shadow-1:#a8a8a8;
    --qos-color-box-shadow-2:#d9d9d9;
}

body {
    font-family:'Poppins', Arial, Helvetica, sans-serif;
    font-size:12px;
    padding-right:0 !important;
}

a, a:hover {
    color: var(--qos-color-2);
}

.clr {
    clear: both;
}

.hidden {
    display: none;
}

.menu_btn {
    display: inline-block;
}

.header_bottom_c a, .header_bottom_c button {
    border-color:1px solid var(--qos-color-white) !important;
    font-size: 16px;
    display: inline-block;
    color: var(--qos-color-white) !important;
    text-decoration: none;
    border-radius:5px;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    cursor: pointer;
    background:transparent;
}

.header_bottom_c a:hover, .header_bottom_c button:hover {
    background:var(--qos-color-white);
    color: var(--qos-color-2) !important;
}

.header_bottom_c a:focus {
    background:var(--qos-color-white);
    color: var(--qos-color-2) !important;
    box-shadow: var(--qos-color-box-shadow-2) !important;
}

.header_bottom_c button:focus {
    box-shadow: none !important;
}

.header_bottom_c button:disabled {
    background: none;
    color: var(--qos-color-white) !important;
}

.view_o_btn {
    position: relative;
}

.selected_order_products_c {
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 12px;
    background: var(--qos-color-1);
    color: var(--qos-color-white);
    padding: 0px 5px;
    border-radius:5px;
}

.scroll_catg_c {
    position: relative;
}

.top_scroll_hide {
    width: 100%;
}

.top_scroll_hide, .scroll_hide {
    transition: all 0.5s ease-in-out;
}

.scroll_hide {
    opacity:0;
}

/*Header Notify*/
.header_notify {
    padding: 15px 0;
    text-align: center;
    background-color: var(--qos-color-1);
    color: var(--qos-color-white);
}

.header_notify p {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.header_notify_cls {
    cursor: pointer;
}

.h_call_wapp_c .icon {
    font-size: 30px;
    color: var(--qos-color-2);
}

.h_call_wapp_c .label {
    font-size: 12px;
}

.h_call_wapp_c .txt {
    font-size: 16px;
    font-weight: 600;
}

.social_icons_c a {
    font-size: 25px;
    background: var(--qos-color-2);
    color: var(--qos-color-white);
    padding: 5px;
    border-radius:5px;
    margin-left: 15px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icons_c a i {
    color: var(--qos-color-white);
}

.bdy_overflow_hidden {
    overflow: hidden;
}

.main_menu_c.main_mnu_hidden {
    right: 100%;
    visibility: hidden;
    transition: visibility .4s,right 0s .4s;
}

.main_mnu_hidden .main_menu {
    transform:translateX(-100%);
}

.main_mnu_hidden .main_menu_blackout {
    bottom: 100%;
    opacity: 0;
    pointer-events: none;
    right: 100%;
    transition: bottom 0s .4s,opacity .3s ease,right 0s .4s;
}

.main_menu_c {
    overflow: hidden;
    position: fixed;
    transition: height 0s .4s,width 0s .4s;
    z-index: 1050;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-size: 15px;
}

.main_menu {
    z-index: 1050;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    transition: transform .2s ease 0s;
    width: 320px;
    background: var(--qos-color-white);
}

.main_menu .main_menu_ul_c {
    
}

.mnu_hd {
    font-size: 18px;
    padding: 10px;
    border-bottom: 2px solid var(--qos-color-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mnu_c {
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

.mnu_c ul {
   
}

.main_menu_close {
    color: var(--qos-color-black);
    float: right;
    padding: 0 10px !important;
    font-size: 18px !important;
}

.main_menu_close:hover {
    color: var(--qos-color-black);
}

.main_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main_menu ul li {
    padding:0 10px;
}

.main_menu ul li a {
    padding: 10px;
    display: inline-block;
    color: var(--qos-color-black);
    text-decoration: none;
    font-size: 15px;
}

.child_link {
    display: block;
    width: 100%;
}

.title_count_c {
    
}

.levelHolder, .mainlevelHolder {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: var(--qos-color-white);
    width: 320px;
    background: var(--qos-color-white);
    height: 100%;
    transform:translateX(-100%);
    transition: transform .2s ease 0s;
    display: flex;
    flex-direction: column;
}

.lcs_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.shw_child_btn {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
}

.main_menu_blackout {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    z-index: 1040;
    opacity: 1;
    transition: opacity .3s ease;
}

.catg_scroll_menu_scroll {
    overflow: hidden;
    white-space: nowrap;
}

.catg_scroll_menu {
    transition: opacity 0.5s ease-in-out;
    opacity:0;
    position: relative;
    border-top: 2px solid var(--qos-color-black);
    border-bottom: 2px solid var(--qos-color-black);
    width: 100%;
}

.catg_scroll_menu a, .catg_scroll_menu span {
    padding:2px 10px;
    display: inline-block;
    color: var(--qos-color-black);
    text-decoration: none;
    margin:5px;
    border-radius:5px;
    transition: all 0.2s ease-in-out;
}

.catg_scroll_menu a:hover, .catg_scroll_menu a.active, .catg_scroll_menu span.active {
    background:var(--qos-color-2);
    color: var(--qos-color-white);
}

.header_top_c {
    background:var(--qos-color-white);
}

.note_min_height {
    padding: 0;
}

.note_mc {
    padding: 15px 0;
}

.note_c {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.note_c a {
    color: var(--qos-color-black);
    text-decoration: none;
}

.header_top {
    position:relative;
    background:var(--qos-color-white);
    padding: 10px 0;
}

.header_right {
    margin: 10px 0;
}

.header_bottom {
    position: relative;
    background:var(--qos-color-2);
}

.header_bottom_c {
    padding: 10px 0;
    position: relative;
}

.header_bottom_c h1 {
    color: var(--qos-color-white);
    font-size: 24px;
}

.bg_opac_white {
    background:var(--qos-color-white);
    opacity:0.8;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.logo_c, .stats {
    
}

.logo_c img {
    min-width: 53px;
    max-width: 100%;
}

.cbtn_btn_popup {
    position: fixed;
    right: 13px;
    bottom: 13px;
    cursor: pointer;
    z-index: 1031;
}

.cbtn_btn_popup_icon {
    font-size: 30px;
    color: var(--qos-color-white);
    width: 56px;
    height: 56px;
    background:var(--qos-color-2);
    border:0;
    border-radius:50%;
    box-shadow: 0px 0px 10px -5px var(--qos-color-box-shadow-1);
}

.stats {
    font-size:20px;
}

.logo_c {
    position: relative;
    z-index: 1;
}

.logo_c a {
    text-decoration: none;
    display:inline-block;
}

#contactModal a {
    font-weight: bold;
}

.modal {
    font-size: 15px;
}

.credits_stats {
    position: relative;
    z-index: 1;
}

.credits {
    font-size:12px;
    text-align: center;
    padding:15px 0;
    background: var(--qos-color-grey);
    color:var(--qos-color-black);
}

.credits a {
    font-size:18px;
    color:var(--qos-color-black);
}

.adjustpadding {
    transition: opacity 0.5s ease-in-out;
    opacity:0;
    padding-top:223px;
    padding-bottom: 15px;
}

.catgs_uls ul li {
    list-style: none;
    transition: all 0.5s ease-in-out;
}

.catgs_uls ul li a {
    color:var(--qos-color-black);
    text-decoration: none;
}

.catgs_uls ul li a:hover, .catgs_uls ul li a.mactive {
    background:var(--qos-color-2);
    color:var(--qos-color-white);
}

.catgs_uls ul li a:hover span.badge, .catgs_uls ul li a.mactive span.badge {
    background:var(--qos-color-white);
    color:var(--qos-color-2);
}

.breadcrumb_mc a, .breadcrumb_mc span {
    color: var(--qos-color-black);
    margin:0 10px;
    padding: 10px 0;
    display: inline-block;
}

.breadcrumb_mc a:first-child {
    margin:0 10px 0 0;
}

.breadcrumb_mc .active {
    color:var(--qos-color-2);
}

.banner_container {
    background: var(--qos-color-white);
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
}

.banner_mc {
    height: 549px;
    overflow: hidden;
    position: relative;
}

.bslide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity:0;
    width: 100%;
}

.bslide_actv {
    display: block;
    z-index: 1;
    opacity:1;
}

.bslide img {
    width: 100%;
    max-width: inherit !important;
    max-height: inherit !important;
}

.indicator_c {
    text-align: center;
    width: 100%;
}

.indicator_c a {
    width: 10%;
    height: 8px;
    display: inline-block;
    background:var(--qos-color-white);
    position: relative;
    overflow: hidden;
    outline: none;
    margin: 0 5px;
    border: 1px solid var(--qos-color-box-shadow-1);
}

.indicator_c a:hover, .indicator_c a:focus {
    outline: none;
}

.b_ind span {
    display: inline-block;
    height: 100%;
    background: var(--qos-color-2);
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
}

.b_ind_actv span {
    transition: width 6s ease-in-out;
    width: 100%;
}

.reviews_mc {
    width: 100%;
    background: var(--qos-color-grey);
    padding: 15px;
    margin-bottom: 15px;
}

.reviews_scroll {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.reviews_scroll a {
    display: inline-block;
    margin: 10px;
}

.ind_r_c {
    display: inline-block;
    position: relative;
}

.scroll_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.reviews_img_c {
    box-shadow: 0px 2px 20px -7px var(--qos-color-box-shadow-1);
    display: inline-block;
    border-radius:50%;
    overflow: hidden;
    background: var(--qos-color-white);
}

.reviews_img_center {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.reviews_img_c img {
    max-width: 80px !important;
    max-height: 80px !important;
}

.r_url_a {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    z-index: 10000;
}

h1 {
    font-size:30px;
    margin:0;
}

.main-h1 {
    padding: 15px 0;
}

.golden {
    color:var(--qos-color-2);
}

.feature_mc {
    box-shadow: 0px 2px 20px -7px var(--qos-color-box-shadow-1);
    margin: 20px 0;
    padding: 10px;
}

.feature_title {
    border-bottom: 1px solid var(--qos-color-box-shadow-2);
    padding-bottom: 10px;
}

.feature_title h2 {
    font-size: 25px;
    margin: 0;
}

.feature_products .overflow_hidden, .feature_products .mp_overflow_hidden {
    overflow: hidden;
    box-shadow:none;
}

.feature_products {
    overflow:hidden;
}
.prod_scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
}
.feature_products .prod_c {
    width: 200px;
    flex: 0 0 auto;
    padding: 0 15px;
}

.feature_products .txt_main_c {
    text-align: center;
}

.single_mc {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.single_pg_layout .col-md-12:last-child .single_mc {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.single_mc .prod_c .img_center {
    height: auto;
    padding: 10px;
}

.single_mc .prod_c img {
    max-width: 100%;
    max-height: 100%;
}

.single_mc .prod_c .txt_main_c {
    padding: 10px;
}

.single_mc .prod_c .p_desc_c {
    padding: 10px 0;
}

#confirm_order_frm input, #lead_frm input, .qos_field {
    border:1px solid var(--qos-color-black) !important;
    border-radius:0;
}

#confirm_order_frm input:focus, #lead_frm input:focus, .qos_field:focus {
    border:1px solid var(--qos-color-black) !important;
    box-shadow: 0 0 0 0.2rem var(--qos-color-2) !important;
}

.del_p_btn {
    border-radius:0;
}

.btn_fx_styl {
    bottom:0;
    left: 0;
    width: 100%;
}

.btn:hover {
  color:var(--qos-color-white);
}

.badge-success {
    background:var(--qos-color-2);
}

.btn_add_to_order_c {
    padding-top: 5px;
}

.btn_add_to_order_actn, .btn_select_options_actn {
    background:var(--qos-color-2);
    font-weight: bold;
}

.feature_title .btn-primary, .lead_frm_btn, .add_p_btn, .view_po_btn, .btn_add_to_order_actn, .btn_select_options_actn {
    background:var(--qos-color-2);
    color:var(--qos-color-white);
    border-color:var(--qos-color-2);
}

.feature_title .btn-primary:focus, .btn_add_to_order_actn:focus, .btn_select_options_actn:focus, .lead_frm_btn:focus, .add_p_btn:focus, .view_po_btn:focus {
    box-shadow: 0 0 0 0.2rem var(--qos-color-box-shadow-2) !important;
}

.feature_title .btn-primary:hover, .feature_title .btn-primary:active {
    background:var(--qos-color-2) !important;
    color:var(--qos-color-white) !important;
    border-color:var(--qos-color-2) !important;
}

.add_p_btn, .view_po_btn, .del_p_btn {
    float: right;
    border-color:var(--qos-color-white) !important;
}

.cno_btn {
    font-weight: bold;
}

.step1 {
    /*display: none;*/
}

.step2 {
    display: none;
}

.step3 {
    display: none;
}

.add_product, .view_po_btn, .add_p_src {
    display: none;
}

.p_search_field_mc, .p_sgl_search_field_mc {
    border-radius:5px;
    box-shadow: 0px 0px 5px 0px var(--qos-color-box-shadow-1);
}

.p_search_field_mc .mnu_hd {
    display: none;
}

#p_catg_slct {
    opacity:0;
}

.p_search_slct_field {
    border-right: 1px solid var(--qos-color-box-shadow-1);
}

.p_search_slct_field .bootstrap-select .dropdown-menu {
    padding: 0;
}

.p_search_slct_field .bs-searchbox {
    padding: 5px;
}

.p_search_field_mc .bootstrap-select > .dropdown-toggle {
    background: var(--qos-color-white);
    border: 0;
    border-radius:0;
}

.p_search_field_mc .bootstrap-select > .dropdown-toggle:hover {
}

.p_search_field_mc .bootstrap-select > .dropdown-toggle:active {
    background: var(--qos-color-white) !important;
    border: 0;
    box-shadow: none;
    outline: none;
    color: var(--qos-color-grey-2) !important;
}

.p_search_field_mc .bootstrap-select > .dropdown-toggle:focus {
    box-shadow: none;
    outline: none !important;
}

.p_search_field_mc .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
    font-size: 16px;
    color: var(--qos-color-grey-2);
    text-align: center;
}

.p_search_field_mc .bootstrap-select > .dropdown-toggle::after {
    color: var(--qos-color-grey-2);
}

.p_search_field_mc .no-results {
    background: var(--qos-color-white);
    color: var(--qos-color-grey-2);
    font-size: 16px;
}

.p_search_field_mc .no-results-txt {
    padding: 0 10px;
    display: none;
}

.p_search_field_mc .bs-searchbox .form-control {
    border-radius:5px;
    box-shadow: 0px 0px 5px 0px var(--qos-color-box-shadow-1);
    outline: none !important;
    border: 0;
}

.p_search_field_mc .bs-searchbox .form-control:focus {
}

.p_search_field_mc .bootstrap-select .dropdown-menu li a span.text {
    color: var(--qos-color-grey-2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.p_search_field_mc .dropdown-item.active, .p_search_field_mc .dropdown-item.active:active, .p_search_field_mc .dropdown-item.active:focus {
    background: var(--qos-color-2) !important;
    color: var(--qos-color-white) !important;
}

.p_search_field_mc .dropdown-item.active span.text {
    color: var(--qos-color-white) !important;
}

.p_search_field_mc .dropdown-item:active, .p_search_field_mc .dropdown-item:focus, .dropdown-item:hover {
    background: var(--qos-color-grey) !important;
}

#p_src, .p_sgl_src {
    font-size: 16px;
    padding: 0 0 0 15px;
    border: 0;
    border-radius:0;
    color: var(--qos-color-grey-2);
}

#p_src:focus, .p_sgl_src:focus {
    box-shadow:none;
}

.p_src_btn, .p_sgl_src_btn {
    background: none;
    border: 0;
    color: var(--qos-color-grey-2);
    padding: 0 15px;
}

.p_src_btn .fa-times, .p_sgl_src_btn .fa-times {
    cursor: pointer;
}

.p_search_output_mc {
    position: relative;
}

.p_search_output_c {
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius:5px;
    box-shadow: 0px 0px 5px 0px var(--qos-color-box-shadow-1);
    background: var(--qos-color-white);
    padding: 10px 0;
}

.p_search_output_scrll {
    max-height: 300px;
    overflow-y:auto;
}

.p_search_output_scrll a {
    text-decoration: none;
}

.p_search_data {
    padding: 5px;
}

.p_search_output_scrll a:last-child .p_search_data {
    border-bottom: 0;
}

.p_search_output_c .img_center {
    width: 60px;
    height: 60px;
    border: 1px solid var(--qos-color-black);
    overflow: hidden;
}

.p_search_output_c img {
    max-width: 50px;
    max-height: 50px;
}

.prod_margin_c {
    margin: 15px 0;
}

.product_c img {
    max-width: 245px;
    max-height: 245px;
}

.feature_products .prod_c img {
    max-width: 190px;
    max-height: 190px;
    width: 100%;
}

.img_main_c {
    position: relative;
    height: 100%;
}

.txt_main_c {
    color:var(--qos-color-black);
    font-size: 15px;
    padding: 5px;
}

.p_src_icon {
    font-size: 30px;
}

.p_price_c {
    font-weight:bold;
    color: var(--qos-color-2);
    font-size: 18px;
}

.p_price_c h2 {
    margin: 0;
}

.p_o_price_c {
    text-decoration: line-through;
}

.p_o_price_c, .p_disc_c {
    font-weight:normal;
    color: var(--qos-color-black);
    font-size: 12px;
}

.item_op_disc_c .p_o_price_c, .item_op_disc_c .p_disc_c {
    font-size: 15px;
}

.p_title_c {
    font-weight:bold;
}

.p_desc_c {
    border-top: 1px solid var(--qos-color-white);
    white-space: pre-wrap;
    font-size: 13px;
    padding-top: 10px;
}

.p_desc_c a {
    color:var(--qos-color-black);
    font-weight: bold;
}

a.morelink {
	text-decoration:none;
	outline: none;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.overflow_hidden, .mp_overflow_hidden {
    overflow: hidden;
    box-shadow: 0px 2px 20px -7px var(--qos-color-box-shadow-1);
}

.feature_products .img_center {
    height: 190px;
}

.img_center {
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.check_btn {
    position: absolute;
    background: var(--qos-color-2);
    color: var(--qos-color-white);
    padding: 5px 10px;
    left: -8px;
    top: -16px;
    border-radius: 30px;
    border: 3px solid var(--qos-color-white);
    width: 44px;
    height: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mp_seleted_btn {
    position: absolute;
    background: var(--qos-color-2);
    color: var(--qos-color-white);
    padding: 5px 10px;
    left: -8px;
    top: -16px;
    border-radius: 30px;
    border: 3px solid var(--qos-color-white);
    width: 44px;
    height: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.expand_btn {
    position: absolute;
    background: var(--qos-color-black);
    color: var(--qos-color-white);
    padding: 5px 10px;
    right: -8px;
    top: -16px;
    border-radius: 30px;
    border: 3px solid var(--qos-color-white);
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select_img {
    border-color: var(--qos-color-2);
}

.clear_o_btn {
    display: none;
    border-radius:0;
}

.sl-overlay {
    opacity:0.9 !important;
}

.sl-wrapper .sl-navigation button {
    background:var(--qos-color-black);
    color: var(--qos-color-white) !important;
    width: 40px !important;
    height: 40px !important;
    line-height: normal !important;
    font-size: 20px !important;
    padding: 5px;
    border-radius: 40px;
}

.v_o_tbl img {
    max-width: 100%;
    max-height: 150px;
}

.v_o_tbl tr td {
    vertical-align: middle;
    padding: 5px;
}

.thankyou {
    text-align: center;
}

.thankyou .fa-smile {
    font-size: 150px;
    color: var(--qos-color-2);
}

.rfrsh_btn {
    margin-left: 10px;
}

.go_back_btn, .add_p_btn, .view_po_btn, .top_link_btn {
    margin-right: 10px;
    border-radius:0;
    float: right;
}

.qty_field, .pamount {
    width: 100%;
    text-align: center;
}

.main_c {
    
}

.product_c {
    
}

.mp_check_btn {
    display: none;
    position: absolute;
    background: var(--qos-color-2);
    color: var(--qos-color-white);
    padding: 5px 10px;
    right: -15px;
    top: -15px;
    border-radius: 30px;
    border: 3px solid var(--qos-color-white);
    width: 40px;
    height: 40px;
    text-align: center;
}

.multi_price_innner_c {
    background: var(--qos-color-white);
    border:1px solid var(--qos-color-black);
    border-radius:5px;
    padding: 10px;
    margin-top: 20px;
    position: relative;
}

.multi_price_innner_c:first-child {
    margin-top:0;
}

.mpc_title {
    font-size: 15px;
    color:var(--qos-color-black);
    width: 95%;
}

.mpc_price {
    font-weight: bold;
    font-size: 18px;
    color:var(--qos-color-2);
    width: 95%;
}

.multi_price_innner_c.mp_actv {
    background: var(--qos-color-2);
    border:1px solid var(--qos-color-2);
}

.multi_price_innner_c.mp_actv .mp_check_btn {
    display: block;
}

.multi_price_innner_c.mp_actv .mpc_title, .multi_price_innner_c.mp_actv .mpc_price {
    color:var(--qos-color-white);
}

.dp_id {
    font-size: 12px;
    font-weight: bold;
}

.dp_title {
    font-size: 15px;
}

.dp_c_title {
    font-size: 12px;
}

.pPrice {
    font-weight: bold;
}

.slick-slide {
    text-align: center;
}

.slick-slide img {
    max-width: 100%;
}

/*Item*/
.item_center_c {
    min-height: 300px;
    display: flex;
    position: relative;
    margin: 10px;
}

.item_img_scroll {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.item_img_scroll img {
    max-width: 100%;
}

.multi_img_scroll {
    overflow: hidden;
    height: 100%;
}

.multi_img {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

.actv_mutli_img {
   border: 2px solid var(--qos-color-2);
}

.multi_img:first-child {
    margin-top: 0px;
}

.multi_img_c {
    position: relative;
}

.item_img_center {
    overflow: hidden;
}

.item_img_scroll_inr_c {
    margin-right:10px;
    cursor: n-resize;
}

.item_img_center_inr_c {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.item_img_center img {
    max-width: 100%;
}

@media (min-width: 576px) {
    body {
        font-size:18px;
    }
}

@media (min-width: 768px) {
    body {
        font-size:18px;
    }
}

@media (min-width: 992px) {
    body {
        font-size:18px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size:18px;
    }
}

@media (max-width: 991px) {
    .v_o_tbl img {
        max-height: 50px;
    }
}

@media (max-width: 767px) {
    .src_popup {
        cursor:pointer;
    }
    .p_search_field_mc .mnu_hd {
        display:block;
    }
    .p_search_close {
        color: var(--qos-color-black);
        float: right;
        padding: 0 10px !important;
        font-size: 18px !important;
    }
    .p_search_close:hover {
        color: var(--qos-color-black);
    }
    .p_search_mc {
        background: var(--qos-color-white);
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        z-index:1045;
        transition: transform .2s ease 0s;
    }
    .p_search_mc.p_search_hidden {
        transform: translateX(-100%);
    }
    .p_search_blackout {
        display:none;
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,.3);
        top: 0;
        left: 0;
        z-index: 1040;
        opacity: 0;
        transition: opacity .3s ease;
    }
    .p_search_slct_field .bootstrap-select .dropdown-menu {
        width: 320px;
        padding:0;
        border-radius:0;
    }
    .p_search_field_mc {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        box-shadow:none;
        border-radius:0;
    }
    .p_search_output_mc {
        border-top: 2px solid var(--qos-color-black);
        position: relative;
        overflow-x: hidden;
        height: 100%;
    }
    .p_search_output_c {
        position:relative;
        top:0;
        padding:0;
        box-shadow:none;
        border-radius:0;
    }
    .p_search_output_scrll {
        max-height: none;
        overflow-y: auto;
    }
}

@media (max-width: 540px) {
    .catg_scroll_menu a, .catg_scroll_menu span {
        padding: 10px 15px;
    }
}