@import "icons.css";
@import "cards.css";
@import "global-style.css";
@import "product-details.css";
@import "product-category.css";


html , body{
    /* transition: all .3s; */
}
.full-width {width:100%;}
.full-height{height:100%;}
.daterangepicker .ranges li {color: #5d5d5d; font-size: 14px;}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover { background: #536A7F; border: 1px solid #536A7F; color: #fff;}
.daterangepicker .input-mini { background-color: #eee; border: 1px solid #ccc; box-shadow: none !important}
.daterangepicker .input-mini.active {border: 1px solid #ccc}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    font-size: 12px;
    padding: 1px;
    /*height: auto;*/
    margin: 0;
    cursor: default;
    height: 30px;
    border: 1px solid #ADB2B5;
    line-height: 30px;
    border-radius: 0px !important
}
.daterangepicker select.monthselect {
    margin-right: 2%
}
.daterangepicker td.in-range {
    background: #E4E7EA;
    color: #73879C;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #536A7F;
    color: #fff;
}
.daterangepicker th.available:hover {
    background: #eee;
    color: #34495E;
}
.daterangepicker:before,
.daterangepicker:after {
    content: none;
}
.daterangepicker .calendar.single {
    margin: 0 0 4px 0;
}
.daterangepicker .calendar.single .calendar-table {
    width: 224px;
    padding: 0 0 4px 0 !important;
}
.daterangepicker .calendar.single .calendar-table thead tr:first-child th {
    padding: 8px 5px;
}
.daterangepicker .calendar.single .calendar-table thead th {
    border-radius: 0;
}
.daterangepicker.picker_1 {
    color: #fff;
    background: #34495E;
}
.daterangepicker.picker_1 .calendar-table {
    background: #34495E;
}
.daterangepicker.picker_1 .calendar-table thead tr {
    background: #213345;
}
.daterangepicker.picker_1 .calendar-table thead tr:first-child {
    background: #1ABB9C;
}
.daterangepicker.picker_1 .calendar-table td.off {
    background: #34495E;
    color: #999;
}
.daterangepicker.picker_1 .calendar-table td.available:hover {
    color: #34495E
}
.daterangepicker.picker_2 .calendar-table thead tr { color: #1ABB9C;}
.daterangepicker.picker_2 .calendar-table thead tr:first-child { color: #73879C;}
.daterangepicker.picker_3 .calendar-table thead tr:first-child { color: #fff; background: #1ABB9C;}
.daterangepicker.picker_4 .calendar-table thead tr:first-child { color: #fff; background: #34495E}
.daterangepicker.picker_4 .calendar-table td,
.daterangepicker.picker_4 .calendar-table td.off {
    background: #ECF0F1; border: 1px solid #fff; border-radius: 0;
}
.daterangepicker.picker_4 .calendar-table td.active {
    background: #34495E
}
.calendar-exibit .show-calendar {
    float: none; display: block; position: relative; background-color: #fff; border: 1px solid #ccc;
    margin-bottom: 20px; border: 1px solid rgba(0, 0, 0, 0.15); overflow: hidden
}
.calendar-exibit .show-calendar .calendar { margin: 0 0 4px 0;}
.calendar-exibit .show-calendar.picker_1 {background: #34495E;}
.calendar-exibit .calendar-table {padding: 0 0 4px 0;}
.left_col {padding:0 !important; display: flex; align-items: center;}
.nav-sm .container.body .left_col { min-height: 100%; width: 100px; padding: 0; z-index: 9999;}

.tblcont.prod-list-wrap table.prodlist.prod-list-tbl.table td.tqty input{width: auto; max-width: 62px; text-align: center; border: 1px solid #ccc; border-radius: 2px;}

.image-wrapper img{width: 100%;}
/*css for dropdown menus*/

.menu-wrapper {
    align-items: center;
    color: #212529;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #d9d7d2;
    display: flex;
    box-shadow: 0 10.4858px 19.4735px rgba(0,0,0,.08);
}

.menu-wrapper label {
    padding: 23px 20px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
}

.menu-wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    right: 0;
}

.menu-wrapper label span {
    width: 20px;
    height: 3px;
    display: block;
    background: #4f3e3e;
    position: relative;
}

.menu-wrapper label span::after{
    content: "";
    position: absolute;
    display: block;
    background: inherit;
    width: inherit;
    height: inherit;
} 
.menu-wrapper label span::before {
    content: "";
    position: absolute;
    display: block;
    background: inherit;
    width: inherit;
    height: inherit;
} 

.menu-wrapper label span::before{
    top: 8px;
}

.menu-wrapper label span::after {
    bottom: 8px;
} 

.menu-wrapper label::before {
    position: absolute;
    content: "";
    width: 58px;
    height: 49px; 
    top: 0;
    right: 0;
}

.menu-wrapper input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 20px black;
}

.menu-wrapper ul li {
    list-style: none;
    font-size: 18px;
}

.menu-wrapper ul li button {
    font-size: inherit;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
}

.menu-wrapper ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0.7rem 1rem;
    text-align: left;
}

.menu-wrapper ul li button {
    padding: 0.7rem 1rem;
    text-align: left;
}

.menu-wrapper .menus {
    /*position: absolute;
    top: 3.2rem;
    left: 0;
    right: 0;*/
/*  hide dropdown on small screens  */
    visibility: hidden;
/*  smooth transitioning  */
    transform: translateY(-1em);
    transition: transform ease 0.2s;
}

/* toggle main dropdown */

.menu-wrapper input[type="checkbox"]:checked ~ nav > ul {
    visibility: visible;
    transform: translateY(0);
}

.menu-wrapper .dropdown {
    padding: 2px 1.5rem;
    height: 0;
    overflow: hidden;
    transition: height ease 0.2s;
}

.menu-wrapper li:focus-within .dropdown {
    height: 135px;
}

.menu-wrapper .arrow {
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    vertical-align: middle;
    border-left: 0.15em solid currentColor;
    border-bottom: 0.15em solid currentColor;
    transform: rotate(-45deg);
    margin-left: 0.38em;
    margin-top: -0.25em;
    transition: transform 100ms ease-in-out;
}

.menu-wrapper li:focus-within > button > .arrow {
    transform: rotate(-225deg);
    margin-top: 4px;
}

.nav-sm .container.body .col-md-3.left_col.menu_fixed {position: fixed; height: 100%;}
.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {overflow: visible;}
.nav-sm .hidden-small {visibility: hidden;}
.nav-sm .container.body .right_col {padding: 10px 0px; margin-left: 100px; z-index: 2}
.nav-sm .navbar.nav_title { width: 70px}
.nav-sm .navbar.nav_title a span { display: none}
.nav-sm .navbar.nav_title a i { font-size: 27px;}
.site_title i {
    max-height: 40px;
    max-width: 100%;
}
.site_title img {
    
    max-width: 100%;
/*    width: 70%;*/
    top: 12px;
    display: block;
    position: relative; margin: 0 auto; 
}
.nav-item {}


/* .top_nav.no-login{margin-top: 8px;} */
.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px;
    
}
.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {color: #383838;text-decoration: none; border-right: 3px solid #4E90E8; background-color: #F8F8F8;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
     box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);}
.nav-sm ul.nav.child_menu ul,
.nav-sm .nav.side-menu li.active-sm ul ul {
    position: static;
    width: 200px;
    background: none
}
.nav-sm>.nav.side-menu>li.active-sm>a {
       background-color: #F8F8F8;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
     box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);
}
.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important
}
.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px;
	background-position: center;
}
.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #3E5367;
    display: none
}
.nav-sm ul.nav.child_menu li {
    padding: 0 10px
}
.nav-sm ul.nav.child_menu li a {
    text-align: left !important
}
.nav-sm .profile {
    display: none
}
.nav.side-menu li a i {
   
    text-align: center;
	background-position: center;
}
.menu_section {}
.menu_section h3 {
    padding-left: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000
}
.menu_section>ul {
    display: flex;
    align-items: center;
}
.profile_pic {
    width: 35%;
    float: left
}
.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 10px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px
}
.profile_info {
    padding: 10px;
    width: 65%;
    float: left
}
.profile_info span {
    font-size: 13px;
    line-height: 30px;
    color: #BAB8B8
}
.profile_info h2 {
    font-size: 14px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300
}
.profile.img_2 {
    text-align: center
}
.profile.img_2 .profile_pic {
    width: 100%
}
.profile.img_2 .profile_pic .img-circle.profile_img {
    width: 50%;
    margin: 10px 0 0
}
.profile.img_2 .profile_info {
    padding: 15px 10px 0;
    width: 100%;
    margin-bottom: 10px;
    float: left
}
.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA
}
.active a span.fa {
    text-align: right !important;
    margin-right: 4px
}
.nav-sm .menu_section {
    margin: 0
}
.nav-sm span.fa,
.nav-sm .menu_section h3 {
    display: none
}
.nav-sm li li span.fa {
    display: inline-block
}
.nav_menu {
    position: relative;
}
.top-nav-wrapper{display: flex; border-bottom: 1px solid #d7d7d7; justify-content: space-between; min-height: 52px; align-items: center;  padding: 8px 8px; flex-wrap: wrap; row-gap: 4px;}

/*Payment confirmation-thankyou*/

.tblcont.thankuwrap.payConfirm{}
.payConfirm .confirm-wrap-inner{}
.payConfirm .confirm-wrap-inner .confirm-thanku{
    font-size: 18px; font-weight: 600; margin-bottom: 16px;
}
.payConfirm .confirm-wrap-inner .confirm-det-wrap{
    display: flex; font-size: 14px; align-items: center; margin-bottom: 8px;
    padding: 16px;
    border: 1px solid #efefef;
    border-radius: 4px;
    background: #f7f7f7;
    flex-wrap: wrap;
}
.payConfirm .confirm-wrap-inner .confirm-det-wrap .pay-ref-info{    display: flex; flex-wrap: wrap; align-items: center;}
.payConfirm .confirm-wrap-inner .confirm-det-wrap .confirm-ref-lbl{
    font-size: 14px; color: #5d5d5d; font-weight: 600; margin-right: 8px; line-height: 28px;
}
.payConfirm .confirm-wrap-inner .confirm-det-wrap .ref-num-wrap{
    border: 1px solid #c4c4c4; background: #dfdfdf; padding: 4px 8px; border-radius: 2px; margin-right: 16px;
    margin-top: 8px; margin-bottom: 8px;
}
.payConfirm .confirm-wrap-inner .confirm-det-wrap .ref-num-wrap a{color: #000000;}
.payConfirm .confirm-wrap-inner .confirm-det-wrap .ref-num-wrap a:hover{}
.payConfirm .confirm-wrap-inner .confirm-det-wrap .conf-det-link{}
.payConfirm .confirm-wrap-inner .confirm-det-wrap .conf-det-link a {
    padding: 6px 16px; font-weight: 400; border-radius: 4px; color: #fff; background: #0CBC87; border: 1px solid #0CBC87; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);}
    .payConfirm .confirm-wrap-inner .confirm-det-wrap .conf-det-link a:hover{text-decoration: none; color: #ffffff;}
.payConfirm .confirm-wrap-inner .confirm-status{font-size: 16px; font-weight: 600; margin: 16px 0;     text-align: center; line-height: 24px;}
.payConfirm .confirm-wrap-inner .confirm-status.processed{}
.payConfirm .confirm-wrap-inner .continue-cta-wrap{margin-top: 24px;}
.payConfirm .confirm-wrap-inner .continue-cta-wrap .btn.btn-continue{
    
    border-radius: 2px;
    border-style: none;
    border-color: rgb(240, 88, 37);
    background: rgb(240, 88, 37);
    /* border-color: #4E90E8;
    background: #4E90E8; */
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    border-width: 0px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    white-space: normal;
    padding: 16px 24px;
    margin-bottom: 24px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    height: auto;
    width: 100%;
}

.top-left-content{}
.top-right-content{
    display: flex;
    align-items: flex-start;
}
.top-right-content .navbar-right{margin:0; display: flex;column-gap: 8px; align-items: center; flex-wrap: wrap;}
.header-title{}
.nav_menu .pgtitle{display: inline-block; vertical-align: middle; padding: 2px 0 0 6px;}
.nav_menu .pgtitle h3{font-size:14px; margin:0;}

#right_fixed_section.right-fix-sec{
    padding-left: 0!important;
    align-self: flex-start;
    position: sticky;
    width: 280px;
    top:90px;
    bottom: 0;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 24px;
    background-color: var(--white);
    height: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902); border-radius: 8px;
}
#right_fixed_section.right-fix-sec .buy-section .bottom-bar{display: flex; flex-direction: column;}
#right_fixed_section.right-fix-sec .buy-section .bottom-bar .add-to-cart-btn.btn{    padding: 0 15px;
    height: 48px;
    border: 0;
    outline: 0;
    font-weight: 600;
    cursor: pointer;     display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;}

.buy-section{padding: 16px; display: flex; flex-direction: column; row-gap: 16px;}
.buy-section h2{ width: 100%; padding: 0 0 4px 0; text-align: left;}

.nav-md .container.body .col-md-3.left_col {
    height: 100%;
    width: 100px;
    padding: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    border-right: 1px solid #E0E0E0;
}
.nav-md .container.body .col-md-3.left_col.menu_fixed {
    height: 100%;
    position: fixed
}
body .container.body .right_col { background: #ffffff; min-height: 74vh;}
.titlewrap{   
    background: #fff; border-bottom: 1px solid #d7d7d7; padding: 4px 16px;
    font-size: 14px; line-height: 24px; position: relative; height: auto; margin:0; 
    /* height: 42px; */
    display: grid; grid-template-columns: .5fr auto; align-items: center; column-gap: 4px; justify-content: space-between;
}
.title-items{ display: flex; align-items: center; flex-wrap: wrap; align-content: center; justify-content: space-between;}
.title-items .container-wrap{    width: 100%; display: flex; flex-direction: row; justify-content: space-between;}
.title-items .item-cell{display: flex; align-items: center; column-gap:10px; flex-wrap: wrap; row-gap: 4px;}
.title-items .item-cell .cart-basket-link{margin-left: 8px;}
.title-items .item-cell .dt-filter-btn{}
.title-items .item-cell .dt-filter-btn .btn-group{display: flex; flex-wrap: wrap; column-gap: 4px; row-gap: 4px;}
.prod-list-wrap.tblcont  {display: flex; width: 100%; min-height: 64vh; flex-direction: column; padding: 0 16px;}

.payview-outer .carlist-wrap{    display: flex; justify-content: space-between; flex-direction: row; column-gap: 16px; row-gap: 16px;}
.tblcont .carlist-wrap{padding:16px;}
.payview-outer .carlist-wrap .clistarea{width: 100%;}
.tblcont .carlist-wrap .cpayment-due{padding: 8px 0;}
.tblcont .carlist-wrap .cpayment-due h4.total_pay{font-size: 14px; font-weight: 600; color: inherit;}

.prod-list-wrap table.prodlist.prod-list-tbl.table > tbody > tr > td.stock-dcell a.stock-dcell-link.stock{
    text-align: center; font-size: 12px; letter-spacing: .5px; font-weight: 400;
}

.prod-list-wrap table.prodlist.prod-list-tbl.table > tbody > tr > td.stock-dcell a.stock:hover{text-decoration: none !important;}
.prod-list-wrap table.prodlist.prod-list-tbl.table > tbody > tr > td.stock-dcell a.stock:hover.stock.outofstock{color: #E85B60;}
.prod-list-wrap table.prodlist.prod-list-tbl.table > tbody > tr > td.stock-dcell a.stock:hover.stock.instocklbl{color: #63BB52;}

a.stock:hover{text-decoration: none;}
a.stock.outofstock:hover{color: #ff8e92; border: 1px solid #ff8e92; text-decoration: none; font-size: 14px;}
a.stock.instocklbl:hover{color: #8fd781; border: 1px solid #8fd781; text-decoration: none; font-size: 14px;}
.stock.outofstock{color: #E85B60; border: 1px solid #E85B60; display: inline-block; padding: 4px 4px; font-size: 14px;}
.stock.instocklbl{color: #63BB52; border: 1px solid #63BB52; display: inline-block; padding: 4px 4px; font-size: 14px;}


.gridcont.category-wrap .grid-block-holder .bread-crumb .share-icon-wrapper{ z-index: 1; top: 13px;}
.title-items .item-cell .top_search{ margin-right: 8px;} 
.pagination-wrap{padding: 0 16px; font-size: 14px; display: flex; width: 100%; justify-content: space-between; align-items: center;}    

.jconfirm.jconfirm-material .jconfirm-box-container .jconfirm-box .jconfirm-buttons{display: flex; justify-content: center; column-gap: 4px;}
.jconfirm.jconfirm-material .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn{margin: 0; font-size: 14px; line-height: 22px; border-radius: 2px;}
.jconfirm.jconfirm-material .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn.btn-blue{background-color:;}
.jconfirm.jconfirm-material .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn.btn-default{ }

.titlewrap .page-title .title_right{}
.nav_title { border-radius: 0;}
#modelwin .modal-dialog {width:60%;}

.left_col .mCSB_scrollTools {
    width: 6px
}
.left_col .mCSB_dragger {
    max-height: 400px !important
}
.blue {
    color: #4E90E8
}
.purple {
    color: #9B59B6
}
.green {
    color: #63BB52
}
.orange {
    color: #F78F31
}
.red {
    color: #EB5757
}
.dark {
    color: #202020
}
.border-blue {
    border-color: #4E90E8 !important
}
.border-purple {
    border-color: #9B59B6 !important
}
.border-green {
    border-color: #63BB52 !important
}
.border-aero {
    border-color: #9CC2CB !important
}
.border-red {
    border-color: #EB5757 !important
}
.border-dark {
    border-color: #202020 !important
}
.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C
}
.bg-green {
    background: #63BB52 !important;
    border: 1px solid #63BB52 !important;
    color: #fff
}
.bg-red {
    background: #EB5757 !important;
    border: 1px solid #EB5757 !important;
    color: #fff
}
.bg-blue {
    background: #4E90E8 !important;
    border: 1px solid #4E90E8 !important;
    color: #fff
}
.bg-orange {
    background: #F78F31 !important;
    border: 1px solid #F78F31 !important;
    color: #fff
}
.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff
}
.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff
}
.container {width: 100%; padding: 0;}
.navbar-nav>li>a,
.navbar-brand,
.navbar-nav>li>a {
    color: #fff !important
}
.top_nav .nav>li>a:focus,
.top_nav .nav>li>a:hover,
.top_nav .nav .open>a,
.top_nav .nav .open>a:focus,
.top_nav .nav .open>a:hover {
    background: #D9DEE4
}
body {background: #F8F8F8;}

.user-profile-wrap .top_nav{background: #ffffff; border-bottom: 1px solid #E0E0E0;}
.user-profile-wrap.container .basket-cell {
    display: flex; justify-content: flex-end; padding: 4px 8px; 
    /* background: #e9e9e9;  */
    border-bottom: 1px solid #dbdbdb;
}
.user-profile-wrap.container .right_col{}
.user-profile-wrap.container .right_col .userprofile.userprofile-wrap{display: flex; width: 100%;align-items: center;}
.user-profile-wrap.container .right_col .userprofile.userprofile-wrap .user-frm{width: 1024px; background: #ffffff;}

div.newsfeed-popup-container{width: 100% !important;}
.no-padding { padding: 0 !important}
.page-title { width: 100%; position: relative; display: flex; flex-direction: row-reverse; column-gap: 8px; align-items: center; justify-content: space-between;}

.page-title .title_left { padding: 8px 0; font-size: 12px;}
.page-title .title_left span{font-weight: 700;}
.page-title .title_left h3 {
    margin: 9px 0
}
.page-title .title_left.back-option a{font-size: 12px;}
.page-title .title_right {
    float: right;
    display: block
}
.page-title .title_right .pull-right {
    margin: 0px 0
}
.fixed_height_320 {
    height: 320px
}
.fixed_height_390 {
    height: 390px
}
.fixed_height_200 {
    height: 200px
}
.overflow_hidden {
    overflow: hidden
}
.progress-bar-dark {
    background-color: #34495E !important
}
.progress-bar-gray {
    background-color: #BDC3C7 !important
}
table.no-margin .progress {
    margin-bottom: 0
}
.main_content {
    padding: 10px 20px
}
.col-md-55 {
    width: 50%;
    margin-bottom: 10px
}

.center-margin { margin: 0 auto; float: none !important}
.grid_slider .col-md-6 {padding: 0 40px}
/* #secondary-slider{padding:  0 16px 16px 16px;} */

.gallery-wrap #secondary-slider.splide.splide-thumb-wrap{}
.gallery-wrap #secondary-slider.splide.splide-thumb-wrap .splide__arrows{}
.gallery-wrap #secondary-slider.splide.splide-thumb-wrap .splide__arrows button.splide__arrow{position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.9;
    background: #fff;     border: 1px solid #e9e9e9;}
.gallery-wrap #secondary-slider.splide.splide-thumb-wrap .splide__arrows button.splide__arrow:hover{position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .7;
    background: #ccc;     border: 1px solid #e9e9e9;
}
#secondary-slider .splide.splide-thumb-wrap .splide__arrows button.splide__arrow.splide__arrow--prev{}
#secondary-slider .splide.splide-thumb-wrap .splide__arrows button.splide__arrow.splide__arrow--next{}



#secondary-slider-list.splide__list {
    justify-content: center;
}

a:hover,
a:focus {}
.navbar {margin-bottom: 0}
.navbar-header {background: #34495E}
.nav-amount {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #828282;
}
.form-group small.form-text.errorAlert{position: absolute;
    right: 14px;
    bottom: -10px;
    color: #de2930;
    background: #ececec;
    padding: 2px 6px;
    border: 1px solid #E85B60; border-radius: 2px;
}
/*color pallet*/
.red{background: #E85B60;}
.orange{background:#F78F31;}
.green{background: #63BB52;}
.blue{background: #4E90E8;}


button.btn-red{background: #E85B60; border:1px solid #E85B60; color:#ffffff;}
button.btn-red:hover{background: #E85B60; box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
     box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);border:1px solid #E85B60; }
button.btn-red.btn-primary:active:hover{background: #E85B60;box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
     box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25); border:1px solid #E85B60;}

.nav-amount span {display:block; /*padding:8px 0 0 0;*/ font-size: 12px;}
.nav-amount strong {display:block; color: #383838; font-size: 14px;}
.nav-badge span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #F78F31;
    padding: 10px 12px;
    border: 1px solid #F2F2F2;
    background: none;
    border-radius: 2px;
    height: 38px;
}
.navbar .navbar-nav .notification {
	position: absolute;
	background-color: #31CE36;
	text-align: center;
	border-radius: 10px;
	min-width: 17px;
	height: 17px;
	font-size: 10px;
	color: #ffffff;
	font-weight: 300;
	line-height: 17px;
	top: 3px;
	right: 3px;
	letter-spacing: -1px;
}
.mobile-nav {
	box-shadow: 0 1px 06px rgba(0, 0, 0, 0.15) !important;
}

ul.nav.navbar-nav li.user-avatar{}
ul.nav.navbar-nav li.user-avatar a.user-profile{padding:14px 14px;}
.quote-title{}
.quote-title .title_left{}

.currency-tag{display:none;}

.top_nav .dropdown-menu li {
    width: 100%
}

.top_nav li a i {
    
}
.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%
}
.sidebar-header {
    border-bottom: 0;
    margin-top: 46px
}
.sidebar-header:first-of-type {
    margin-top: 0
}

/*navigation*/

.nav.side-menu>li {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    /* border-right: 1px solid  rgb(51, 51, 51); */

}
.nav.side-menu>li>a {
    display: flex;
    align-items: center;
    column-gap: 2px;
    /* font-size: 13.2px; */
}
.nav.side-menu>li>a>i {
    width: 18px;
    height: 18px;
    background-size: 18px 18px !important;
}
.nav.side-menu>li>a:hover {
    /*color: #383838 !important*/
}
.nav.side-menu>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent
}
.nav.child_menu {
    display: none
}
.nav.child_menu li:hover,
.nav.child_menu li.active {
    background-color: rgba(255, 255, 255, 0.06)
}
.nav.child_menu li {
    padding-left: 36px
}
.nav-md ul.nav.child_menu li:before {
    background: #425668; bottom: auto; content: ""; height: 8px; left: 23px; margin-top: 15px;
    position: absolute; right: auto; width: 8px; z-index: 1; border-radius: 50%;
}
.nav-md ul.nav.child_menu li:after {border-left: 1px solid #425668; bottom: 0; content: ""; left: 27px; position: absolute; top: 0; }
.nav-md ul.nav.child_menu li:last-child::after {bottom: 50%;}
.nav.side-menu>li>a,

.nav.child_menu li li:hover,
.nav.child_menu li li.active {background: none;}
.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {color: #fff;}
.nav>li>a {position: relative; display: block; padding:8px; display: flex;}
.main_menu .menu_section .nav.side-menu>li:last-child {border-right: none;}
.main_menu .menu_section .nav.side-menu>li.current-page,
.main_menu .menu_section .nav.side-menu>li.active {border-right: none;}
.nav li.current-page {background: rgba(255, 255, 255, 0.05); }
.nav li li li.current-page {background: none;}
.nav li li.current-page a {color: #fff;}


.navbar-brand,
.navbar-nav>li>a {}

.nav.side-menu>li.active>a {
    border-radius: 3px; 
    border: 1px solid  rgb(51, 51, 51);
}
.nav.side-menu>li.active>a:hover{color:  rgb(51, 51, 51);}

.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 62px;
    margin: 0;
    padding: 0 10px; 
}
.site_title:hover,
.site_title:focus {
    text-decoration: none
}
.nav.navbar-nav>li>a {
    /*color: #515356 !important*/
}
.nav.top_menu>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important
}
.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent
}

.top_search .form-control {
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(221, 226, 232, 0.49); 
    font-size: 12px;
    position: relative;
}
.top_search .form-control .input-group{width: 100%;}
.top_search .form-control input[type="search"]{
    width: 100%; height: 32px; vertical-align: middle; padding: 0 32px 0 16px; position: relative; background: #f3f5f9; border: 1px solid #e5e8ed; border-radius: 4px;     color: #5b6987; cursor: pointer; font-size: 14px;
}
.top_search .form-control input[type="search"]:after {
        position: absolute; right: 6px; top: 2px;     border: none;
        margin: 0;
        background: url(../images/svg/search-icon.svg) 6px 7px no-repeat;
        vertical-align: middle;
        background-size: 14px 14px;
        content: '';
}
.top_search .form-control input[type="search"]:focus {
    color: #495057;
    background-color: #fff;
    border-radius: 4px;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    background: #efefef;
}

.top_search .form-control{}
.top_search .input-group .input-group-btn{width: auto;}
.titlewrap .item-cell .withcscanoption .top_search .input-group .input-group-btn button.btn.btn-default{
      background: url(../images/svg/search-icon.svg) 6px 6px no-repeat;
    vertical-align: middle;
    background-size: 16px 16px;
}
.top_search .input-group .input-group-btn button {
    position: absolute;
    right: 6px;
    top: 2px;
    color: #93A2B2;
    margin-bottom: 0 !important;
    text-indent:-99999px;
    border: none;
    margin: 0;
   background: url(../images/svg/search-icon.svg) 6px 6px no-repeat;
    vertical-align: middle;
    background-size: 16px 16px;
    z-index: 0;
    
}
.float-right{float: right;}
.float-left{float: left;}
.toggle {}
.toggle a {
    padding: 0;
    margin: 0;
    cursor: pointer;
	display: none;
}
.toggle a i {
    font-size: 24px; vertical-align: middle;
}
.nav.child_menu>li>a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    padding: 9px
}
.panel_toolbox {
    float: right;
    min-width: 70px
}
.panel_toolbox>li {
    float: left;
    cursor: pointer
}
.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px
}
.panel_toolbox>li>a:hover {
    background: #F5F7FA
}

.bs-docs-sidebar .nav>li>a {
    display: block;
    padding: 4px 6px
}
footer {
    background: #fff;
    padding: 15px 20px;
    display: block
}
.nav-sm footer {
    margin-left: 70px
}
.footer_fixed footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%
}


.tile-stats.sparkline {
    padding: 10px;
    text-align: center
}
.jqstooltip {
    background: #34495E !important;
    width: 30px !important;
    height: 22px !important;
    text-decoration: none
}
.tooltip {
    display: block !important
}
.tiles {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 5px;
    margin-bottom: 0
}
.tile {
    overflow: hidden
}
.top_tiles {
    margin-bottom: 0
}
.top_tiles .tile h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 3px 0 7px;
    font-weight: bold
}
article.media {
    width: 100%
}

#integration-list {
    width: 100%;
    margin: 0 auto;
    display: table
}
#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555
}
#integration-list ul>li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd
}
#integration-list ul>li:hover {
    background: #efefef
}
.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer
}
.expand h2 {
    width: 85%;
    float: left
}
h2 {
    font-size: 30px;
    font-weight: 400
}
#left,
#right {
    display: table
}
#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 13px;
    margin-right: 7px
}
.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 150px
}
.detail span {
    margin: 0
}
.right-arrow {
    width: 10px;
    float: right;
    font-weight: bold;
    font-size: 20px
}
.accordion .panel {
    margin-bottom: 5px;
    border-radius: 0;
    border-bottom: 1px solid #efefef
}
.accordion .panel-heading {
    background: #F2F5F7;
    padding: 13px;
    width: 100%;
    display: block
}
.accordion .panel:hover {
    background: #F2F5F7
}
.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
.x_title .filter {
    width: 40%;
    float: right;
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap*/
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}
.x_content {padding:0;/*float: left; width: 100%; overflow: hidden; overflow-x: auto;*/}
.x_content h4 {
   /* font-size: 16px;
    font-weight: 500*/
}

/*Product item grid view*/
.prodgrid .row.pgridwrap .prod-grid-block{position:relative; }
.prodgrid .row.pgridwrap .prod-grid-block .card.card-product{border:1px solid #e0e0e0; background:#F2F2F2; border-radius:2px;  box-shadow: -1px -1px 5px 0px rgba(210,210,210,0.43);
  -webkit-box-shadow: -1px -1px 5px 0px rgba(210,210,210,0.43); -moz-box-shadow: -1px -1px 5px 0px rgba(210,210,210,0.43);}
.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .info-wrap{-webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem; color:#383838;}
.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .info-wrap .title{font-size: 14px; font-weight: 600; color: var(--onyx-black); text-decoration: none; margin-bottom: 4px;}
.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .info-wrap .title a{ color: var(--onyx-black); }
.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .info-wrap .desc{font-size:12px; font-weight:300; height: 40px; display: inline-block; }

.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .info-wrap p.desc span#description{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;   overflow: hidden;}
.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .bottom-wrap{border-top:1px solid #e0e0e0; padding:8px; }
.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .bottom-wrap .tqty{padding: 0;}
.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .bottom-wrap .tqty input{}
.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .bottom-wrap .tqty .tqtycount{padding: 0;}
.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .bottom-wrap .addbtn{padding:0; margin:0; text-align:left; display: flex; justify-content: flex-end;}

.prodgrid .row.pgridwrap .prod-grid-block:hover{border: 1px solid #5d5d5d;}
.prodgrid .row.pgridwrap .prod-grid-block.active{
    background-color: #f6f2a6 !important; cursor: pointer; border: 1px solid #5d5d5d;
}
.prodgrid .row.pgridwrap .prod-grid-block:hover .img-wrap.img-wrap-grid{border-radius: 8px;}
.prodgrid .row.pgridwrap .prod-grid-block.active .card.card-product{border:1px solid #383838; box-shadow: 0px 2px 4px rgba(96, 96, 96, 0.3); }
.prodgrid .row.pgridwrap .prod-grid-block.active .card.card-product .info-wrap{background:#ffffff;}
.prodgrid .row.pgridwrap .prod-grid-block.active .card.card-product .bottom-wrap{display:block; background:#ffffff;}
.prodgrid .row.pgridwrap .prod-grid-block.active .card.card-product .bottom-wrap .addbtn .btn{background:#63BB52; border:1px solid #63BB52;}




.prodgrid .pgridwrap .prod-grid-block{border:1px solid #EFEFF4; position: relative; background: #ffffff;  border-radius: 8px;}
.prodgrid .pgridwrap .prod-grid-block .card-product{position: relative; border-radius: 8px;}
.prodgrid .pgridwrap .prod-grid-block .card-product .check{ position: absolute; z-index: 1; top: 4px; left: 4px;}
.prodgrid .pgridwrap .prod-grid-block .card-product .card-inner .img-wrap{
    background-color: rgba(51, 51, 51, 0.03); aspect-ratio: auto; width: 100%; height: 100%;
    display: flex; position: relative; height: 0px; flex-shrink: 0; padding-top: calc(90% - 0px); overflow: hidden; border-radius: 8px;
}
.prodgrid .pgridwrap .prod-grid-block .card-product .card-inner .img-wrap img{position: absolute;
    top: 0px; left: 0px; width: 100%; height: 100%; object-fit: contain; object-position: center center;  }

.prodgrid .pgridwrap .prod-grid-block .card-product .card-inner .info-wrap{display: flex; flex-direction: column; row-gap: 8px;     padding: 16px;}
.prodgrid .pgridwrap .prod-grid-block .card-product .card-inner .info-wrap h4.title{color: rgb(51, 51, 51); font-weight: 500; font-size: 14px; line-height: 20px; letter-spacing: 0.15px;}
.prodgrid .pgridwrap .prod-grid-block .card-product .card-inner .info-wrap h4.title #itemCode a{color:  rgb(51, 51, 51);font-size: 16px; font-style: normal; font-weight: 400; line-height: normal;}
.prodgrid .pgridwrap .prod-grid-block .card-product .card-inner .info-wrap .desc{color: rgb(0, 0, 0); font-weight: 600; font-size: 16px;
    line-height: 20px; letter-spacing: 0.15px; align-self: stretch; min-height: 40px; overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; cursor: pointer;}

.prodgrid .pgridwrap .prod-grid-block .card-product .card-inner .info-wrap .pricewrap{font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: rgb(51, 51, 51);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 4px;
    row-gap: 4px;}
.prodgrid .pgridwrap .prod-grid-block .card-product .card-inner .info-wrap .pricewrap span{font-weight: 600;
    font-size: 14px; line-height: 20px; letter-spacing: 0.15px; color: rgb(51, 51, 51);}
.prodgrid .pgridwrap .prod-grid-block .card-product .card-inner .info-wrap .pricewrap .grid-stockwrap-outer .stock{font-size: 12px; padding: 4px 5px;}
.prodgrid .pgridwrap .prod-grid-block .card-product .prod-grid-bottom-wrap{ padding: 16px;  
       justify-content: space-between; flex-wrap: wrap;
        border-top: 1px solid rgb(223, 224, 225); display: flex; width: 100%; flex-direction: row; align-items: center; row-gap: 16px; column-gap: 8px;
}
.prodgrid .pgridwrap .prod-grid-block .card-product .prod-grid-bottom-wrap .tqty{display: flex; flex-direction: row;}
.prodgrid .pgridwrap .prod-grid-block .card-product .prod-grid-bottom-wrap .tqty input{    width: auto;
    max-width: 62px; text-align: center; border: 1px solid #ccc;     border-radius: 4px; margin: 0 2px;}
.prodgrid .pgridwrap .prod-grid-block .card-product .prod-grid-bottom-wrap .tqtycount{background: none; border: none; padding: 0;}

.prod-grid-wrap .tblcont.gridcont .noFilter.grid-block-holder{padding: 16px;}


.addbtn .btn{border: 1px solid #4E90E8; background: #4E90E8; color: #ffffff; 
    font-size: 14px; padding: 6px 12px; font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle; line-height: 18px;}

/* .right_col.prod-grid-wrap .tblcont.gridcont .noFilter.grid-block-holder{padding: 0 16px 16px 16px;} */
.price-new .price-old{color:#828282;font-size:14px; font-weight:300; }
.price-new .price-saving{color:#63BB52;font-size:14px; font-weight:600; }

.qtywrap{padding:10px 0; border-top:1px solid #F2F2F2;  }
.prod-detwrap{margin-top:10px;}
.prod-detwrap .card.prod-cont{padding:10px;}
.prodcontent h4{font-size:16px;}
.itemid{text-align:left; color:#141414; padding:0; margin:0; font-size: 14px;}
.item-title{text-align:left; color:#141414; padding:0; margin:0; font-size: 20px; line-height: 30px; margin-bottom: 30px; font-weight: 300;}
.prod_code{font-size: 20px; line-height: 30px; font-weight: 400;}

.pricewrap{text-align:left; padding:0; margin:0; 
    color: #141414; font-size: 22px; font-weight: 400; line-height: 30px;
    margin-top: 0; letter-spacing: initial; text-transform: none; margin-bottom: 30px;
}

.pricewrap .discountwrap{padding-left: 12px;}
.selling-info{text-align:left; padding:0; margin:0;}
.add-comment-box{ width:100%; float:left; text-align:right; color:#4E90E8; padding:0; margin:0; background:#E0E0E0; }
.add-comment-box .add-comment-field { width:90%; float:left; background:none; border:0; color:#333333; padding:5px 10px;}
.add-comment-box .btn-add-comment{ width:15px; height:15px; float:right; padding:0; margin:8px 8px 0 0; border:0; background:none; }
.add-comment-box .btn-add-comment .icon-add-comment{ padding:0; margin:0; border:0; background:url(../images/svg/add-comment.svg) no-repeat; }
.add-comment-box .btn { padding:2px 10px; margin:5px 5px 5px 0; display:none; }
.prodcontent .orderhist{text-align:right; color:#383838; padding:0; margin:0;}
.price{font-size:18px; color:#383838; font-weight: 400; font-style:normal;}
.prodcontent .addbtn{padding: 0;}
.prodcontent .addbtn a.btn{padding: 10px 0; font-weight: 400; font-size: 15px; margin-top: 30px; background-color: #4e90e8;
    border-color:1px solid #4e90e8;}
.prodcontent .addbtn a.btn:hover {box-shadow: 9px 11px 50px 2px rgba(115,113,113,0.24) inset;
-webkit-box-shadow: 9px 11px 50px 2px rgba(115,113,113,0.24) inset;
-moz-box-shadow: 9px 11px 50px 2px rgba(115,113,113,0.24) inset;background-color: #2e6da4; }

.carlist-wrap .card{background:#ffffff;}
.cartlist.table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent;}
table.cartlist{}

#alertModal .modal-header{display: flex; flex-direction: row-reverse; justify-content: space-between;}
#alertModal .modal-header h2.modal-title{}
#alertModal .modal-header button.close{ font-size: 24px; font-weight: 400; color: #282828; padding: 0;}
#alertModal .modal-header button.close span{font-size: 24px; font-weight: 400; color: #282828; }
#alertModal .modal-header button.close:hover{background: none; border: none;}

#alertModal .modal-header .item-cell{flex-basis: 0; flex-grow: 1;}
#alertModal .modal-header .item-cell.close{text-align: right;}
#alertModal .modal-header h2.item-cell.modal-title{font-size: 18px;}

.cartlist .text-muted {}
.shopping-cart-wrap thead th {border-top: 0; border-bottom: 0;}
.cartlist.table th, .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6; font-weight: 400;
}
.cartlist.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.cartlist.table th, .cartlist.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.cartlist.table td h6{font-size:12px; color: #333333; white-space: break-spaces;}
.cartlist.table td p{font-size:12px;}
.cartlist .norecord {display:none;}
.cartlist .norecord td { padding-top:15px;}
.cartlist .tqty { position:relative;}
.tqty .tqty_max_msg {
    width: 100%;
    display:none;
    padding:10px 0 0 0;
    font-size:11px;
    line-height:14px !important;
    text-align:left;
    color:#FF0000;
}
.tqty .tqty_min_msg {
    width: 100%;
    display:none;
    padding:10px 0 0 0;
    font-size:11px;
    line-height:14px !important;
    text-align:left;
    color:#FF0000;
}
.tqty .tqty_error_msg {
    width: 100%;
    padding:10px 0 0 0;
    font-size:11px;
    line-height:14px !important;
    text-align:left;
    color:#FF0000;
}

.date-dropdown {
    position: relative;
    display: inline-block;
    width: 160px;
}
.cust-input-wrap .date-dropdown{width: 100%;}
.date-dropdown input.date-input {
    width: 100%;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    height: 38px;
    font-family: inherit;
    position: relative;
}
.date-dropdown:before {
    content: "";
    position: absolute;
    top: 12px;
    z-index: 4;
    right: 8px;
background-image: url("../images/svg/date-cal.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    vertical-align: middle;
}
.date-dropdown .date-list .add-date input{font-size: 12px;}
.date-list {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #f9f9f9;
    min-width: 100%;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.date-item {
    display: flex;
    align-items: center;
    padding: 4px;
}
.date-item input {
    flex: 1;
    margin: 4px;
    cursor: pointer;
    padding:6px 8px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    font-family: inherit;
    border-radius: 3px;
    font-size: 13px;
}
.date-item button {
    background-color: red;
    color: white;
    border: none;
    padding: 4px;
    cursor: pointer;
}
.add-date {
    display: flex;
    align-items: center;
    padding: 4px;
}
.add-date input {
    flex: 1;
    padding:6px 8px;
    margin-right: 4px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    font-family: inherit;
    border-radius: 3px;
    font-size: 13px;
}
.add-date button {
    padding: 6px 8px;
    cursor: pointer;
    border-radius: 3px;
    cursor: pointer;
    font-family: inherit;
    border: 1px solid #4E90E8;
}
.add-date button:hover{
    padding:6px 8px;
    cursor: pointer;
    border-radius: 3px;
    font-family: inherit;
    border: 1px solid #4E90E8;
}
.row {
    margin-bottom: 10px;
}
table.cartlist tbody td.product-cell .media .media-body{width: 160px;}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
}
.media .img-wrap {
    margin-right: 1rem;
}
.card .img-wrap {
    overflow: hidden;
}
.img-wrap {
    text-align: center;
    display: block;
}
.shopping-cart-wrap img {
    max-width: 62px;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	width: auto;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}
[class*="dlist-"] {
    margin-bottom: 5px;
}
.dlist-inline dt, .dlist-inline dd {
    display: inline-block;
}
.dlist-inline dt, .dlist-inline dd {
    display: inline-block;
}
[class*="dlist-"] dd {
    margin-bottom: 0;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

legend {padding-bottom: 7px}
.demo-placeholder {height: 280px;}
.profile_details:nth-child(3n) {clear: both}
.profile_details .profile_view {
    display: inline-block;
    padding: 10px 0 0;
    background: #fff
}
.profile_details .profile_view .divider {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    margin-top: 5px
}
.profile_details .profile_view .ratings {
    margin-bottom: 0
}
.profile_details .profile_view .bottom {
    background: #F2F5F7;
    padding: 9px 0;
    border-top: 1px solid #E6E9ED
}
.profile_details .profile_view .left {
    margin-top: 20px
}
.profile_details .profile_view .left p {
    margin-bottom: 3px
}
.profile_details .profile_view .right {
    margin-top: 0px;
    padding: 10px
}
.profile_details .profile_view .img-circle {
    border: 1px solid #E6E9ED;
    padding: 2px
}
.profile_details .profile_view h2 {
    margin: 5px 0
}
.profile_details .profile_view .ratings {
    text-align: left;
    font-size: 16px
}
.profile_details .profile_view .brief {
    margin: 0;
    font-weight: 300
}
.profile_details .profile_left {
    background: white
}
.pagination.pagination-split li {
    display: inline-block;
    margin-right: 3px
}
.pagination.pagination-split li a {
    border-radius: 4px;
    color: #768399;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
table.tile h3,
table.tile h4,
table.tile span {
    font-weight: bold;
    vertical-align: middle !important
}
table.tile th,
table.tile td {
    text-align: center
}
table.tile th {
    border-bottom: 1px solid #E6ECEE
}
table.tile td {
    padding: 5px 0
}
table.tile td ul {
    text-align: left;
    padding-left: 0
}
table.tile td ul li {
    list-style: none;
    width: 100%
}
table.tile td ul li a {
    width: 100%
}
table.tile td ul li a big {
    right: 0;
    float: right;
    margin-right: 13px
}
table.tile_info {
    width: 100%
}
table.tile_info td {
    text-align: left;
    padding: 1px;
    font-size: 15px
}
table.tile_info td p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 28px
}
table.tile_info td i {
    margin-right: 8px;
    font-size: 17px;
    float: left;
    width: 18px;
    line-height: 28px
}
table.tile_info td:first-child {
    width: 83%
}
td span {
    line-height: inherit;
    /* font-size: 12px; */
}
.sidebar-widget {
    overflow: hidden
}
.error-number {
    font-size: 90px;
    line-height: 90px;
    margin: 20px 0
}
.col-middle {
    margin-top: 5%
}
.mid_center {
    width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px
}
h3.degrees {
    font-size: 22px;
    font-weight: 400;
    text-align: center
}
.degrees:after {
    content: "o";
    position: relative;
    top: -12px;
    font-size: 13px;
    font-weight: 300
}
.daily-weather .day {
    font-size: 14px;
    border-top: 2px solid rgba(115, 135, 156, 0.36);
    text-align: center;
    border-bottom: 2px solid rgba(115, 135, 156, 0.36);
    padding: 5px 0
}
.weather-days .col-sm-2 {
    overflow: hidden;
    width: 16.66666667%
}
.weather .row {
    margin-bottom: 0
}
.bulk-actions {
    display: none
}
table.countries_list {
    width: 100%
}
table.countries_list td {
    padding: 0 10px;
    line-height: 30px;
    border-top: 1px solid #eeeeee
}
.dataTables_paginate a {
    padding: 6px 9px !important;
    background: #ddd !important;
    border-color: #ddd !important
}
.paging_full_numbers a.paginate_active {
    background-color: rgba(38, 185, 154, 0.59) !important;
    border-color: rgba(38, 185, 154, 0.59) !important
}
button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
    border: 1px solid #E7E7E7 !important;
    background: #E7E7E7 !important;
    box-shadow: none !important
}
table.jambo_table {
    border: 1px solid rgba(221, 221, 221, 0.78)
}
table.jambo_table thead {
    background: rgba(52, 73, 94, 0.94);
    color: #ECF0F1
}
table.jambo_table tbody tr:hover td {
    background: rgba(38, 185, 154, 0.07);
    border-top: 1px solid rgba(38, 185, 154, 0.11);
    border-bottom: 1px solid rgba(38, 185, 154, 0.11)
}
table.jambo_table tbody tr.selected {
    background: rgba(38, 185, 154, 0.16)
}
table.jambo_table tbody tr.selected td {
    border-top: 1px solid rgba(38, 185, 154, 0.4);
    border-bottom: 1px solid rgba(38, 185, 154, 0.4)
}
.dataTables_paginate a {
    background: #ff0000
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1
}
.dataTables_processing {
 position: relative;
    height: 50px;
    margin: 0 auto;
    padding: 14px 0 2px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
    border-radius: 4px;
}
.dataTables_length {
   
    float: left;
}
.dataTables_filter {
    
    text-align: right
}


table.dataTable th.focus,
table.dataTable td.focus {
    outline: 2px solid #1ABB9C !important;
    outline-offset: -1px
}

table.display {
    margin: 0 auto;
    clear: both;
    width: 100%
}
table.display thead th {
    padding: 8px 18px 8px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    cursor: pointer
}
table.display tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid black;
    font-weight: bold
}
table.display tr.heading2 td {border-bottom: 1px solid #aaa}
table.display td { padding: 3px 10px;}
table.display td.center { text-align: center}
table.display thead th:active,
table.display thead td:active {outline: none}
.dataTables_scroll {clear: both}
.top .dataTables_info {float: none}
.clear {clear: both}
.dataTables_empty { text-align: center}
tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444
}
tfoot input.search_init {
    color: #999
}
td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E
}
td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E
}
.example_alt_pagination div.dataTables_info {
    width: 40%
}
.paging_full_numbers {
    width: 400px;
    height: 22px;
    line-height: 22px
}
.paging_full_numbers a:active {
    outline: none
}
.paging_full_numbers a:hover {
    text-decoration: none
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer
}
.paging_full_numbers a.paginate_button {
    background-color: #ddd
}
.paging_full_numbers a.paginate_button:hover {
    background-color: #ccc;
    text-decoration: none !important
}
.paging_full_numbers a.paginate_active {
    background-color: #99B3FF
}
table.display tr.even.row_selected td {
    background-color: #B0BED9
}
table.display tr.odd.row_selected td {
    background-color: #9FAFD1
}
div.box {
    height: 100px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #8080FF;
    background-color: #E5E5FF
}
ul.msg_list li {
    background: #f7f7f7;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important
}
ul.msg_list li:last-child {
    margin-bottom: 6px;
    padding: 10px
}
ul.msg_list li a {
    padding: 3px 5px !important
}
ul.msg_list li a .image img {
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    margin-right: 10px;
    width: 11%
}
ul.msg_list li a .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 35px
}
ul.msg_list li a .message {
    display: block !important;
    font-size: 11px
}
.dropdown-menu.msg_list span {
    white-space: normal
}
.dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.dropdown-menu>li>a {
    color: #5A738E
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 220px
}
.navbar-nav .open .dropdown-menu.msg_list {
    width: 300px
}
.info-number .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 2px;
    top: 8px
}
.addtocart-count a {
	width: 26px;
	height: 25px;
	float:left;
	background: url(../images/svg/cart-icon.svg) top left no-repeat;
	background-size:26px 25px !important;
	margin: 6px 0 0 0;
	border-bottom:0;
    z-index: 99999;
}
.addtocart-count a:hover, .addtocart-count a:focus {
	opacity:0.7;
	background: url(../images/svg/cart-icon.svg) top left no-repeat !important;
	background-size:25px 24px !important;
	border:none;
    z-index: 99999;
}
.addtocart-count a .cartcount {
	position: relative;
	background-color: #E85B60;
	text-align: center;
	border-radius: 300px;
	color: #ffffff;
	max-width: 63px;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	top: -6px;
    right: 12px;
    padding: 4px 8px;
	letter-spacing: normal;
    /*z-index: 99;*/
    z-index: 0;
}
.addtocart-count a:hover .cartcount {z-index: 999;}
.tblcont .x_panel{background:none; border:none; }
.tprice{ color: #383838; font-weight: 600;}
.tprice span.disc{color:#828282;font-weight: 300; }
.buynbtn{text-align: center;}

tr.active .buynbtn .btn.addcart{
    /* background: #4E90E8; */
}

.page-pretitle {color: #383838; margin:0; font-size: 12px; padding: 7px 0;}
.page-pretitle span {color: #4E90E8;font-weight:600;}
.categry-detail-wrap{display: flex; width: 100%; padding: 8px 15px; flex-direction: column; border-bottom: 1px solid #d9d9d9; background: #f1f1f1; margin-bottom: 8px;}
.categry-detail-wrap h2{font-size: 18px; line-height: inherit; font-weight: 600;}
.categry-detail-wrap h4{font-size: 14rem; line-height: inherit; display: none; box-sizing: border-box; color: rgb(50, 60, 65); margin-bottom: 8px;}
.content-head{padding: 16px 16px 16px 16px; width: 100%; display: inline-block;}
.prod-list-wrap .content-head{padding: 16px 0 0 0;}
.grid-block-holder .content-head{padding: 0 0 16px 0;}
.content-head .left{float: left;}
.content-head .right{float: right;}
ul.list-conf{float: left; list-style-type: none; margin-bottom:0;}
ul.list-conf li{float: left; margin-left: 12px; list-style-type: none;}
ul.list-conf li a{color:#383838;}
ul.list-conf li.item-view{opacity:1; padding: 5px 0;}
ul.list-conf li.item-view.active{opacity:0.1;}
ul.list-conf li.item-view.active:hover{opacity: 1; }
ul.list-conf li.filter{border: 1px solid #E0E0E0;
box-sizing: border-box;
border-radius: 30px; padding: 3px 10px;}
ul.list-conf li.filter span{
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
text-transform: capitalize; color: #383838;}
ul.list-conf li.filter i{position: relative; top: 0px; left: 2px; color: #383838;}
ul.list-conf li.filter a{text-decoration: none;}
ul.list-conf li.filter:hover{border:1px solid #63BB52; color: #63BB52;}
ul.list-conf li.filter:hover i{ color: #63BB52;}
ul.list-conf li.filter:hover a span{ color: #63BB52;}
ul.to_do {
    padding: 0
}
ul.to_do li {
    background: #f3f3f3;
    border-radius: 3px;
    position: relative;
    padding: 7px;
    margin-bottom: 5px;
    list-style: none
}
ul.to_do p {
    margin: 0
}
.dashboard-widget {
    background: #f6f6f6;
    border-top: 5px solid #79C3DF;
    border-radius: 3px;
    padding: 5px 10px 10px
}
.dashboard-widget .dashboard-widget-title {
    font-weight: normal;
    border-bottom: 1px solid #c1cdcd;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    padding-left: 40px;
    line-height: 30px
}
.dashboard-widget .dashboard-widget-title i {
    font-size: 100%;
    margin-left: -35px;
    margin-right: 10px;
    color: #33a1c9;
    padding: 3px 6px;
    border: 1px solid #abd9ea;
    border-radius: 5px;
    background: #fff
}
ul.quick-list {
    width: 45%;
    padding-left: 0;
    display: inline-block
}
ul.quick-list li {
    padding-left: 10px;
    list-style: none;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
ul.quick-list li i {
    padding-right: 10px;
    color: #757679
}
.dashboard-widget-content {
    padding-top: 9px
}
.dashboard-widget-content .sidebar-widget {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #abd9ea;
    border-radius: 5px;
    text-align: center;
    float: right;
    padding: 2px;
    margin-top: 10px
}
.widget_summary {
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.widget_summary .w_left {
    float: left;
    text-align: left
}
.widget_summary .w_center {
    float: left
}
.widget_summary .w_right {
    float: left;
    text-align: right
}
.widget_summary .w_right span {
    font-size: 20px
}
.w_20 {
    width: 20%
}
.w_25 {
    width: 25%
}
.w_55 {
    width: 55%
}
h5.graph_title {
    text-align: left;
    margin-left: 10px
}
h5.graph_title i {
    margin-right: 10px;
    font-size: 17px
}
span.right {
    float: right;
    font-size: 14px !important
}
.tile_info a {
    text-overflow: ellipsis
}
.sidebar-footer {
    bottom: 0px;
    left: 0;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 40px; */
    padding: 0;
    position: fixed;
    width: 100%;
    background: #f3f3f3;
	z-index:999;
    border-top: 1px solid #e1e1e1;
    box-shadow: 0 -6px 06px rgba(0, 0, 0, 0.04);
}
.sidebar-footer .brand-name{font-weight: 700; display: none;}
.sidebar-footer a {
    position: relative;
    top: 2px;
    height: 24px;
    width: 24px;
    display: inline-block;
}
.sidebar-footer.hidden-small .settings-wrap.on-signedin{bottom: 0; background: none; border: none; padding: 6px 8px;}
.sidebar-footer.hidden-small .settings-wrap.on-signedin a{}
.sidebar-footer.hidden-small .settings-wrap.on-signedin a i.icon-settings{}

.prod-detail-container .price-block {
    display: flex;
    column-gap: 16px;
    align-items: flex-start;
    flex-direction: column;
}

.prod-detail-container .price-block .actual-price .total{}
/* .prod-detail-container .pdp-price-qty-block { display: flex; clear: both; flex-direction: column; row-gap: 8px; width: 100%; } */
.settings-wrap{position: fixed; left: 0; bottom: 11%; background: rgba(239, 239, 239, 0.8); 
    border-radius: 0 24px 24px 0; padding: 8px 13px 8px 3px; z-index: 9;}
.sidebar-footer .settings-wrap{height: 40px; font-weight: 400; text-transform: uppercase;}
.sidebar-footer .footer-brand-logo{text-align: right; text-align: right;
   padding: 6px 40px 6px 10px; float: right; font-weight: 600; text-transform: uppercase;}

   .settings-wrap.no-signedin.forhome{background: none; padding: 0;}

.tile_count .tile_stats_count {
    border-bottom: 1px solid #D9DEE4;
    padding: 0 10px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.tile_count .tile_stats_count .count_bottom i { width: 12px}
.dashboard_graph {
    background: #fff;
    padding: 7px 10px
}
.dashboard_graph .col-md-9,
.dashboard_graph .col-md-3 {
    padding: 0
}
a.user-profile {
    color: #5E6974 !important
}
.user-profile img {width: 24px; height: 24px; border-radius: 50%;}
ul.top_profiles {
    height: 330px;
    width: 100%
}
ul.top_profiles li {
    margin: 0;
    padding: 3px 5px
}
ul.top_profiles li:nth-child(odd) {
    background-color: #eee
}
.media .profile_thumb {
    border: 1px solid;
    width: 50px;
    height: 50px;
    margin: 5px 10px 5px 0;
    border-radius: 50%;
    padding: 9px 12px
}
.media .profile_thumb i {
    font-size: 30px
}
.media .date {
    background: #ccc;
    width: 52px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px
}
.media .date .month {
    margin: 0;
    text-align: center;
    color: #fff
}
.media .date .day {
    text-align: center;
    color: #fff;
    font-size: 27px;
    margin: 0;
    line-height: 27px;
    font-weight: bold
}
.event .media-body a.title {
    font-weight: bold
}
.event .media-body p {
    margin-bottom: 0
}
h4.graph_title {
    margin: 7px;
    text-align: center
}
.fontawesome-icon-list .fa-hover a:hover {
    background-color: #ddd;
    color: #fff;
    text-decoration: none
}
.fontawesome-icon-list .fa-hover a {
    display: block;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px
}
.fontawesome-icon-list .fa-hover a:hover .fa {
    font-size: 28px;
    vertical-align: -6px
}
.fontawesome-icon-list .fa-hover a .fa {
    width: 32px;
    font-size: 16px;
    display: inline-block;
    text-align: right;
    margin-right: 10px
}
.main_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    transition: all 300ms ease-in-out
}
.tile-stats:hover .icon i {
    animation-name: transformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: transformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: transformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}
.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1
}
.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}
.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857
}
.tile-stats .count,
.tile-stats h3,
.tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0
}
.tile-stats h3 {
    color: #BAB8B8
}
.tile-stats p {
    margin-top: 5px;
    font-size: 12px
}
.tile-stats>.dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}
.tile-stats>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}
.tile-stats>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}
table.tile_info {
    padding: 10px 15px
}
table.tile_info span.right {
    margin-right: 0;
    float: right;
    position: absolute;
    right: 4%
}
.tile:hover {
    text-decoration: none
}
.tile_header {
    border-bottom: transparent;
    padding: 7px 15px;
    margin-bottom: 15px;
    background: #E7E7E7
}
.tile_head h4 {
    margin-top: 0;
    margin-bottom: 5px
}
.tiles-bottom {
    padding: 5px 10px;
    margin-top: 10px;
    background: rgba(194, 194, 194, 0.3);
    text-align: left
}
a.star {
    color: #428bca !important
}
.mail_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    margin-top: 20px;
    min-height: 500px;
    padding: 10px 11px;
    width: 100%
}
.list-btn-mail {
    margin-bottom: 15px
}
.list-btn-mail.active {
    border-bottom: 1px solid #39B3D7;
    padding: 0 0 14px
}
.list-btn-mail>i {
    float: left;
    font-size: 18px;
    font-style: normal;
    width: 33px
}
.list-btn-mail>.cn {
    background: none repeat scroll 0 0 #39B3D7;
    border-radius: 12px;
    color: #FFFFFF;
    float: right;
    font-style: normal;
    padding: 0 5px
}
.button-mail {
    margin: 0 0 15px !important;
    text-align: left;
    width: 100%
}

.drp-buttons button.btn{
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    line-height: 18px;
    border-radius: 2px;
}
.drp-buttons button.btn.cancelBtn.btn-default{
    background-color: #ffffff;
    border-color: #E85B60;
    color: #E85B60;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    line-height: 18px;
}
.drp-buttons button.btn.applyBtn.btn-primary{
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    background: #278bed;
    border: 1px solid #278bed;
    
    color: #ffffff;
    line-height: 18px;
}
button.btn.btn-info{
    
    color: #ffffff;
    font-size: 14px;
    background: #278bed;
    border: 1px solid #278bed;
    border-radius: 2px;
    padding: 6px 12px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 18px;
    text-align: center;
    width: auto;
}
.btn.btn-primary{display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background: #278bed;
    border: 1px solid #278bed;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
}
.btn.btn-primary:hover{display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #337ab7;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
}
button.btn.btn-info:hover{ background: #278bed;
    border: 1px solid #278bed; opacity: 0.8;}
.alert-msg{font-size: 16px; display: flex; width: 100%;     align-items: center; justify-content: center; padding: 42px 0;}
.footerbutton button.btn.btn-success{padding: 10px 38px; width: auto;}
.footerbutton button.btn.btn-success:hover{
    background: #278bed;
    border: 1px solid #278bed;
}
button,
.buttons,
.btn,
.modal-footer .btn+.btn {}
.btn-group-vertical .btn,
.btn-group .btn {
    margin-bottom: 0;
    margin-right: 0
}
.mail_list_column {
    border-left: 1px solid #DBDBDB
}
.mail_view {
    border-left: 1px solid #DBDBDB
}
.mail_list {
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 2px;
    display: inline-block
}
.mail_list .left {
    width: 5%;
    float: left;
    margin-right: 3%
}
.mail_list .right {
    width: 90%;
    float: left
}
.mail_list h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0 6px
}
.mail_list h3 small {
    float: right;
    color: #ADABAB;
    font-size: 11px;
    line-height: 20px
}
.mail_list .badge {
    padding: 3px 6px;
    font-size: 8px;
    background: #BAB7B7
}

.mail_heading h4 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px
}
.attachment {
    margin-top: 30px
}
.attachment ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 30px
}
.attachment ul li {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px
}
.attachment ul li img {
    height: 150px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px
}
.attachment ul li span {
    float: right
}
.attachment .file-name {
    float: left
}
.attachment .links {
    width: 100%;
    display: inline-block
}
.compose {
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    border: 1px solid #D9DEE4;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 5px;
    z-index: 9999;
    display: none
}
.compose .compose-header {
    padding: 5px;
    background: #169F85;
    color: #fff;
    border-top-left-radius: 5px
}
.compose .compose-header .close {
    text-shadow: 0 1px 0 #ffffff;
    line-height: .8
}
.compose .compose-body .editor.btn-toolbar {
    margin: 0
}
.compose .compose-body .editor-wrapper {
    height: 100%;
    min-height: 50px;
    max-height: 180px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    overflow: auto
}
.compose .compose-footer {
    padding: 10px
}
.editor.btn-toolbar {
    zoom: 1;
    background: #F7F7F7;
    margin: 5px 2px;
    padding: 3px 0;
    border: 1px solid #EFEFEF
}

.dtr-data input[type="button"].btn.copyorder-btn{border-radius: 2px;
    background: #278bed; border: 1px solid #278bed; font-size: 14px; color: #ffffff; line-height: 18px; position: relative;}

.tblcont.inv-payment-wrap .carlist-wrap {
    display: flex;
    flex-direction: row;
    padding: 16px;
    column-gap: 16px;
    width: 100%;
}
.tblcont.inv-payment-wrap .carlist-wrap .clistarea{width: 100%; flex-basis: 0; flex-grow: 1; }
.tblcont.inv-payment-wrap .carlist-wrap .orderstatus-panel{   
    /* max-width: 292px; */
    padding: 16px 0;
    flex-basis: 0;
    flex-grow: 1;
}
.tblcont.inv-payment-wrap .carlist-wrap .orderstatus-panel .orderblock{display: flex;
    flex-direction: column; width: 100%;
    align-items: flex-start; border: 1px solid #282828; padding: 16px; border-radius: 2px;}


.carlist-wrap .orderstatus-panel .orderblock .cc-info{}
.carlist-wrap .orderstatus-panel .orderblock .cc-info .exp-dt-wrap{margin-bottom: 16px;} 
.carlist-wrap .orderstatus-panel .orderblock .cc-info .exp-dt-wrap .exp-dt-flds{display: flex; column-gap: 4px;}  
.payment_details .form-horizontal{padding: 0 16px;}
.payment_details .form-horizontal .item-row{}
.payment_details .form-horizontal .item-row .item-cell{}


.tblcont.inv-payment-wrap .carlist-wrap .orderstatus-panel .orderblock h2{ font-size: 16px; line-height: 24px; color: #282828; }
.tblcont.inv-payment-wrap .carlist-wrap .orderstatus-panel .orderblock .invpay.paymentwrap .pay-amout h4{font-size: 14px; color: #282828;}

.tblcont.inv-payment-wrap .carlist-wrap .orderstatus-panel .orderblock .invpay.paymentwrap .tabber .tab-content .tab-pane{}
.tblcont.inv-payment-wrap .carlist-wrap .orderstatus-panel .orderblock .invpay.paymentwrap .tabber .tab-content .pay-process-alert{
    padding: 12px; font-size: 14px; text-align: center; color: #e85b60; border: 1px solid #e85b60; border-radius: 2px; font-weight: 400;}

.datecal .input-prepend{display: flex; align-items: center;}
.datecal .input-prepend label.filter-title{    font-size: 14px; font-weight: 500; color: #282828; margin: 0;}
.datecal .input-prepend .input-group-addon{ display: inline-block; position: relative; left: 4px; 
    border-radius: 4px 0px 0 4px; padding: 8px 16px;
}
.datecal .input-prepend .input-group-addon i{position: relative; left: -6px; top: 0px;}
.datecal .input-prepend input[type="text"]{ 
    padding: 4px 12px;
    height: 32px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:0 4px 4px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0
}
span.section {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
.form-control {
    width: 100%; /*font-size: 12px;*/
}
select.form-control{ padding: 0 20px 0 5px; }
.form-horizontal .control-label {
    padding-top: 8px;
}
.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important
}
legend {
    font-size: 18px;
    color: inherit
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}
.form-control-feedback {
    margin-top: 8px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px
}
.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 13px
}
.form-control-feedback.right {
    border-left: 1px solid #ccc;
    right: 13px
}
.form-control.has-feedback-left {
    padding-left: 45px
}
.form-control.has-feedback-right {
    padding-right: 45px
}

.validate {
    margin-top: 10px
}
.invalid-form-error-message {
    margin-top: 10px;
    padding: 5px
}
.invalid-form-error-message.filled {
    border-left: 2px solid #E74C3C
}
p.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6
}
p.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7
}
ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0
}
input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    background: #FAEDEC;
    border: 1px solid #E85445
}
.btn-group .parsley-errors-list {
    display: none
}
.bad input,
.bad select,
.bad textarea {
    border: 1px solid #CE5454;
    box-shadow: 0 0 4px -2px #CE5454;
    position: relative;
    left: 0;
    -moz-animation: .7s 1 shake linear;
    -webkit-animation: 0.7s 1 shake linear
}
.item input,
.item textarea {
    transition: 0.42s
}
.item .alert {
    float: left;
    margin: 0 0 0 20px;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 3px 4px 4px 3px;
    background-color: #CE5454;
    max-width: 170px;
    white-space: pre;
    position: relative;
    left: -15px;
    opacity: 0;
    z-index: 1;
    transition: 0.15s ease-out
}
.item .alert::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #CE5454 transparent transparent;
    border-style: solid;
    border-width: 11px 7px;
    position: absolute;
    left: -13px;
    top: 1px
}
.item.bad .alert {
    left: 0;
    opacity: 1
}
.inl-bl {
    display: inline-block
}
.well .markup {
    background: #fff;
    color: #777;
    position: relative;
    padding: 45px 15px 15px;
    margin: 15px 0 0 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: none
}
.well .markup::after {
    content: "Example";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px
}
.autocomplete-suggestions {
    border: 1px solid #e4e4e4;
    background: #F4F4F4;
    cursor: default;
    overflow: auto
}
.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden
}
.autocomplete-selected {
    background: #f0f0f0
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-weight: bolder
}

.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 6px 6px 0;
    width: 300px;
    overflow-y: auto;
}
span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px 9px;
    text-decoration: none;
    background: #1ABB9C;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
}
span.tag a {
    color: #F1F6F7 !important
}
.tagsinput span.tag a {
    font-weight: bold;
    color: #82ad2b;
    text-decoration: none;
    font-size: 11px
}
.tagsinput input {
    width: 80px;
    margin: 0px;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 3px;
    background: transparent;
    color: #000;
    outline: 0px;
}
.tagsinput div {
    display: block;
    float: left
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}
.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}
ul.bar_tabs {
    overflow: visible;
    background: #F5F7FA;
    margin: 11px 0 4px;
    padding-left: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}
ul.bar_tabs>li {
    border: 1px solid #E6E9ED;
    color: #333 !important;
    margin-top: -17px;
    margin-left: 8px;
    background: #fff;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
ul.bar_tabs>li.active {
    border-right: 1px solid #D3D6DA;
    border-top: 0;
    margin-top: -11px
}
ul.bar_tabs>li a {
    padding: 10px 17px;
    background: #F5F7FA;
    margin: 0;
    border-top-right-radius: 0
}
ul.bar_tabs>li a:hover {
    border: 1px solid transparent
}
ul.bar_tabs>li.active a {
    border-bottom: none
}
ul.bar_tabs.right {
    padding-right: 14px
}
ul.bar_tabs.right li {
    float: right
}
a:focus {
    outline: none
}
ul.timeline li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both
}
.timeline .block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 105px
}
.timeline.widget {
    min-width: 0;
    max-width: inherit
}
.timeline.widget .block {
    margin-left: 5px
}
.timeline .tags {
    position: absolute;
    top: 15px;
    left: 0;
    width: 84px
}
.timeline .tag {
    display: block;
    height: 30px;
    font-size: 13px;
    padding: 8px
}
.timeline .tag span {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}
.tag {
    line-height: 1;
    background: #1ABB9C;
    color: #fff !important
}
.tag:after {
    content: " ";
    height: 30px;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    pointer-events: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 11px solid #1ABB9C
}
.timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0
}
.timeline h2.title:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #d2d3d2;
    border-radius: 14px;
    background: #f9f9f9
}
.timeline .byline {
    padding: .25em 0
}
.byline {
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: .9375em;
    line-height: 1.3;
    color: #aab6aa
}
ul.social li {
    border: 0
}
.social-sidebar,
.social-body {
    float: right
}
.social-sidebar {
    background: #EDEDED;
    width: 22%
}
.social-body {
    border: 1px solid #ccc;
    width: 78%
}
.thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}
.chat .thumb img {
    width: 27px;
    height: 27px;
    border-radius: 50%
}
.chat .status {
    float: left;
    margin: 16px 0 0 -16px;
    font-size: 14px;
    font-weight: bold;
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #FFF;
    z-index: 12312;
    border-radius: 50%
}
.chat .status.online {
    background: #1ABB9C
}
.chat .status.away {
    background: #F39C12
}
.chat .status.offline {
    background: #ccc
}
.chat .media-body {
    padding-top: 5px
}
.dashboard_graph .x_title {
    padding: 5px 5px 7px
}
.dashboard_graph .x_title h3 {
    margin: 0;
    font-weight: normal
}
.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0
}
.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-size: 18px
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em
}
.angular {
    margin-top: 100px
}
.angular .chart {
    margin-top: 0
}
.widget {
    min-width: 250px;
    max-width: 310px
}
.widget_tally_box .btn-group button {
    text-align: center
}
.widget_tally_box .btn-group button {
    color: inherit;
    font-weight: 500;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7
}
ul.widget_tally,
ul.widget_tally li {
    width: 100%
}
ul.widget_tally li {
    padding: 2px 10px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 4px
}
ul.widget_tally .month {
    width: 70%;
    float: left
}
ul.widget_tally .count {
    width: 30%;
    float: left;
    text-align: right
}
.pie_bg {
    border-bottom: 1px solid rgba(101, 204, 182, 0.16);
    padding-bottom: 15px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    padding-bottom: 10px;
    box-shadow: 0 4px 6px -6px #222
}
.widget_tally_box .flex {
    display: -ms-flexbox;
    display: flex
}
ul.widget_profile_box {
    width: 100%;
    height: 42px;
    padding: 3px;
    background: #ececec;
    margin-top: 40px;
    margin-left: 1px
}
ul.widget_profile_box li:first-child {
    width: 25%;
    float: left
}
ul.widget_profile_box li:first-child a {
    float: left
}
ul.widget_profile_box li:last-child {
    width: 25%;
    float: right
}
ul.widget_profile_box li:last-child a {
    float: right
}
ul.widget_profile_box li a {
    font-size: 22px;
    text-align: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    display: block;
    border-radius: 50%;
    padding: 0px
}
ul.widget_profile_box li a:hover {
    color: #1ABB9C !important;
    border: 1px solid #26b99a
}
ul.widget_profile_box li .profile_img {
    width: 85px;
    height: 85px;
    margin: 0;
    margin-top: -28px
}
.widget_tally_box p,
.widget_tally_box span {
    text-align: center
}
.widget_tally_box .name {
    text-align: center;
    margin: 25px
}
.widget_tally_box .name_title {
    text-align: center;
    margin: 5px
}
.widget_tally_box ul.legend {
    margin: 0
}
.widget_tally_box ul.legend p,
.widget_tally_box ul.legend span {
    text-align: left
}
.widget_tally_box ul.legend li .icon {
    font-size: 20px;
    float: left;
    width: 14px
}
.widget_tally_box ul.legend li .name {
    font-size: 14px;
    margin: 5px 0 0 14px;
    text-overflow: ellipsis;
    float: left
}
.widget_tally_box ul.legend p {
    display: inline-block;
    margin: 0
}
.widget_tally_box ul.verticle_bars li {
    height: 140px;
    width: 23%
}
.widget .verticle_bars li .progress.vertical.progress_wide {
    width: 65%
}
ul.count2 {
    width: 100%;
    margin-left: 1px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 10px 0
}
ul.count2 li {
    width: 30%;
    text-align: center
}
ul.count2 li h3 {
    font-weight: 400;
    margin: 0
}
ul.count2 li span {
    font-weight: 300
}
.divider {
    border-bottom: 1px solid #ddd;
    margin: 10px
}
.divider-dashed {
    border-top: 1px dashed #e7eaec;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0
}
ul.messages {
    padding: 0;
    list-style: none
}
ul.messages li,
.tasks li {
    border-bottom: 1px dotted #e6e6e6;
    padding: 8px 0
}
ul.messages li img.avatar,
img.avatar {
    height: 24px;
    width: 24px;
    float: left;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}
.avatar-sm {
    background: #F2F2F2;
    border: 1px solid #C4C4C4;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-transform: uppercase;
color: #4E90E8;
display: inline-block;
}
.rounded-circle {
    border-radius: 50% !important;
}
ul.messages li .message_date {
    float: right;
    text-align: right
}
ul.messages li .message_wrapper {
    margin-left: 50px;
    margin-right: 40px
}
ul.messages li .message_wrapper h4.heading {
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 100%
}
ul.messages li .message_wrapper blockquote {
    padding: 0px 10px;
    margin: 0;
    border-left: 5px solid #eee
}
ul.user_data li {
    margin-bottom: 6px
}
ul.user_data li p {
    margin-bottom: 0
}
ul.user_data li .progress {
    width: 90%
}
.project_progress .progress {
    margin-bottom: 3px !important;
    margin-top: 5px
}
.projects .list-inline {
    margin: 0
}
.profile_title {
    background: #F5F7FA;
    border: 0;
    padding: 7px 0;
    display: -ms-flexbox;
    display: flex
}
ul.stats-overview {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px
}
ul.stats-overview li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    width: 30%;
    font-size: 14px;
    border-right: 1px solid #e8e8e8
}
ul.stats-overview li:last-child {
    border-right: 0
}
ul.stats-overview li .name {
    font-size: 12px
}
ul.stats-overview li .value {
    font-size: 14px;
    font-weight: bold;
    display: block
}
ul.stats-overview li:first-child {
    padding-left: 0
}
ul.project_files li {
    margin-bottom: 5px
}
ul.project_files li a i {
    width: 20px
}
.project_detail p {
    margin-bottom: 10px
}
.project_detail p.title {
    font-weight: bold;
    margin-bottom: 0
}
.avatar img {
    border-radius: 50%;
    max-width: 45px
}
.pricing {
    background: #fff
}
.pricing .title {
    background: #1ABB9C;
    height: 110px;
    color: #fff;
    padding: 15px 0 0;
    text-align: center
}
.pricing .title h2 {
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-weight: 400
}
.pricing .title h1 {
    font-size: 30px;
    margin: 12px
}
.pricing .title span {
    background: rgba(51, 51, 51, 0.28);
    padding: 2px 5px
}
.pricing_features {
    background: #FAFAFA;
    padding: 20px 15px;
    min-height: 230px;
    font-size: 13.5px
}
.pricing_features ul li {
    margin-top: 10px
}
.pricing_footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.pricing_footer p {
    font-size: 13px;
    padding: 10px 0 2px;
    display: block
}
.ui-ribbon-container {
    position: relative
}
.ui-ribbon-container .ui-ribbon-wrapper {
    position: absolute;
    overflow: hidden;
    width: 85px;
    height: 88px;
    top: -3px;
    right: -3px
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
    background-color: #5b90bf
}
.ui-ribbon-container .ui-ribbon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    transform: rotate(45deg);
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #555;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
    border-top: 2px solid #5b90bf
}
.ui-ribbon-container .ui-ribbon:before {
    left: 0;
    bottom: -1px
}
.ui-ribbon-container .ui-ribbon:before {
    right: 0
}
.ui-ribbon-container .ui-ribbon:after,
.ui-ribbon-container .ui-ribbon:before {
    position: absolute;
    content: " ";
    line-height: 0;
    border-top: 2px solid #555;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent
}
.thumbnail .image {
    height: 120px;
    overflow: hidden
}
.caption {
    padding: 9px 5px;
    background: #F7F7F7
}
.caption p {
    margin-bottom: 5px
}
.thumbnail {
    height: 190px;
    overflow: hidden
}
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default
}
.view .mask,
.view .content {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view .tools {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.35);
    margin: 43px 0 0 0
}
.mask.no-caption .tools {
    margin: 90px 0 0 0
}
.usertbl{}
.usertbl .dataTables_wrapper table tr td img{width:auto; height:52px;}
/*.usertbl .dataTables_wrapper .dataTables_length{display:none;}*/
.usertbl .dataTables_wrapper .dataTables_filter{display:none;}

.prodltbl p.text-muted{display: none;}
/*.prodltbl .dataTables_wrapper .dataTables_length{display:none;}*/
.prodltbl .dataTables_wrapper .dataTables_filter{display:none;}
.quotetbl .dataTables_wrapper .dataTables_filter{display:none;}
.ordertbl .dataTables_wrapper .dataTables_filter{display:none;}
.shiptbl .dataTables_wrapper .dataTables_filter{display:none;}
.customertbl .dataTables_wrapper .dataTables_filter{display:none;}
.contacttbl .dataTables_wrapper .dataTables_filter{display:none;}


.view .tools a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 0 4px
}
.view p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view-first img {
    transition: all 0.2s linear
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out
}
.view-first .tools {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear
}
.view-first:hover img {
    transform: scale(1.1)
}
.view-first:hover .mask {
    opacity: 1
}
.view-first:hover .tools,
.view-first:hover p {
    opacity: 1;
    transform: translateY(0px)
}
.view-first:hover p {
    transition-delay: 0.1s
}
.form-group.has-feedback span {
    display: block !important;
}
.form-group .btn {
    
}

.input-group-btn .btn { margin-bottom:0; }

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px
}
.tabs-left {
    border-right: 1px solid #F7F7F7
}
.tabs-right {
    border-left: 1px solid #F7F7F7
}
.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px
}
.tabs-left>li {
    margin-right: -1px
}
.tabs-right>li {
    margin-left: -1px
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #F7F7F7;
    border-right-color: transparent
}
.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #F7F7F7;
    border-left-color: transparent
}
.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    background: #F7F7F7;
    text-overflow: ellipsis;
    overflow: hidden
}
.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
    background: #F7F7F7;
    text-overflow: ellipsis;
    overflow: hidden
}
.sideways {
    margin-top: 50px;
    border: none;
    position: relative
}
.sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px
}
.sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd
}
.sideways.tabs-left {
    left: -50px
}
.sideways.tabs-right {
    right: -50px
}
.sideways.tabs-right>li {
    transform: rotate(90deg)
}
.sideways.tabs-left>li {
    transform: rotate(-90deg)
}
.morris-hover {
    position: absolute;
    z-index: 1000
}
.morris-hover.morris-default-style {
    padding: 6px;
    color: #666;
    background: rgba(243, 242, 243, 0.8);
    border: solid 2px rgba(195, 194, 196, 0.8);
    font-size: 12px;
    text-align: center
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0
}
.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0; 
}

.prod_title {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 5px;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 400
}
.product-image img {
    width: 90%
}
.prod_color li {
    margin: 0 10px
}
.prod_color li p {
    margin-bottom: 0
}
.prod_size li {
    padding: 0
}
.prod_color .color {
    width: 25px;
    height: 25px;
    border: 2px solid rgba(51, 51, 51, 0.28) !important;
    padding: 2px;
    border-radius: 50px
}
.product_gallery a {
    width: 100px;
    height: 100px;
    float: left;
    margin: 10px;
    border: 1px solid #e5e5e5
}
.product_gallery a img {
    width: 100%;
    margin-top: 15px
}
.product_price {
    margin: 20px 0;
    padding: 5px 10px;
    background-color: #FFFFFF;
    text-align: left;
    border: 2px dashed #E0E0E0
}
.price-tax {
    font-size: 18px
}
.product_social {
    margin: 20px 0
}
.product_social ul li a i {
    font-size: 35px
}
.login {
    background: #F7F7F7
}
.login .fa-paw {
    font-size: 26px
}
a.hiddenanchor {
    display: none
}
.login_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 5%;
    max-width: 350px;
    position: relative
}
.registration_form,
.login_form {
    position: absolute;
    top: 0px;
    width: 100%
}
.registration_form {
    z-index: 21;
    opacity: 0;
    width: 100%
}
.login_form {
    z-index: 22
}
#signup:target ~ .login_wrapper .registration_form,
#signin:target ~ .login_wrapper .login_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s
}
#signup:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .registration_form {
    animation-name: fadeOutLeft
}
.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}
.login_box {
    padding: 20px;
    margin: auto
}
.left {
    float: left
}
.alignleft {
    float: left;
    margin-right: 15px
}
.alignright {
    float: right;
    margin-left: 15px
}
.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px
}
.login_content a,
.login_content .btn-default:hover {
    text-decoration: none
}
.login_content a:hover {
    text-decoration: underline
}
.login_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 30px
}
.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%
}
.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}
.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}
.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%
}
.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}
.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}
.login_content form {
    margin: 20px 0;
    position: relative
}
.login_content form input[type="text"],
.login_content form input[type="email"],
.login_content form input[type="password"] {
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #c8c8c8;
    color: #777;
    margin: 0 0 20px;
    width: 100%
}
.login_content form input[type="text"]:focus,
.login_content form input[type="email"]:focus,
.login_content form input[type="password"]:focus {
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #A97AAD inset;
    background-color: #fff;
    border: 1px solid #A878AF;
    outline: none
}
#username {
    background-position: 10px 10px !important
}
#password {
    background-position: 10px -53px !important
}
.login_content form div a {
    font-size: 12px;
    margin: 10px 15px 0 0
}
.reset_pass {
    margin-top: 10px !important
}
.login_content div .reset_pass {
    margin-top: 13px !important;
    margin-right: 39px;
    float: right
}
.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px
}
.button {
    background: #f7f9fa;
    background: linear-gradient(top, #f7f9fa 0%, #f0f0f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #CFD5D9;
    padding: 15px 0
}
.login_content form input[type="submit"],
#content form .submit {
    float: left;
    margin-left: 38px
}
.button a {
    background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
    color: #7E7E7E;
    font-size: 17px;
    padding: 2px 0 2px 40px;
    text-decoration: none;
    transition: all 0.3s ease
}
.button a:hover {
    background-position: 0 -135px;
    color: #00aeef
}
header {
    width: 100%
}
#nprogress .bar {
    background: #1ABB9C
}
#nprogress .peg {
    box-shadow: 0 0 10px #1ABB9C, 0 0 5px #1ABB9C
}
#nprogress .spinner-icon {
    border-top-color: #1ABB9C;
    border-left-color: #1ABB9C
}
.editor-wrapper {
    min-height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 4px;
    box-sizing: content-box;
    box-shadow: rgba(0, 0, 0, 0.07451) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none
}
.voiceBtn {
    width: 20px;
    color: transparent;
    background-color: transparent;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none
}
div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.dropdown-menu a {
    cursor: pointer
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    min-height: 38px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #73879C;
    padding-top: 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 3px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 2px;
    border: none;
    border-radius: 0;
    padding: 3px 5px
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc
}
.switchery {
    width: 32px;
    height: 20px
}
.switchery>small {
    width: 20px;
    height: 20px
}
fieldset {
    border: none;
    margin: 0;
    padding: 0
}
.cropper .img-container,
.cropper .img-preview {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center
}
.cropper .img-container {
    min-height: 200px;
    max-height: 516px;
    margin-bottom: 20px
}


.cropper .img-container>img {
    max-width: 100%
}
.cropper .docs-preview {
    margin-right: -15px
}
.cropper .img-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden
}
.cropper .img-preview>img {
    max-width: 100%
}
.cropper .preview-lg {
    width: 263px;
    height: 148px
}
.cropper .preview-md {
    width: 139px;
    height: 78px
}
.cropper .preview-sm {
    width: 69px;
    height: 39px
}
.cropper .preview-xs {
    width: 35px;
    height: 20px;
    margin-right: 0
}
.cropper .docs-data>.input-group {
    margin-bottom: 10px
}
.cropper .docs-data>.input-group>label {
    min-width: 80px
}
.cropper .docs-data>.input-group>span {
    min-width: 50px
}
.cropper .docs-buttons>.btn,
.cropper .docs-buttons>.btn-group,
.cropper .docs-buttons>.form-control {
    margin-right: 5px;
    margin-bottom: 10px
}
.cropper .docs-toggles>.btn,
.cropper .docs-toggles>.btn-group,
.cropper .docs-toggles>.dropdown {
    margin-bottom: 10px
}
.cropper .docs-tooltip {
    display: block;
    margin: -6px -12px;
    padding: 6px 12px
}
.cropper .docs-tooltip>.icon {
    margin: 0 -3px;
    vertical-align: top
}
.cropper .tooltip-inner {
    white-space: normal
}
.cropper .btn-upload .tooltip-inner,
.cropper .btn-toggle .tooltip-inner {
    white-space: nowrap
}
.cropper .btn-toggle {
    padding: 6px
}
.cropper .btn-toggle>.docs-tooltip {
    margin: -6px;
    padding: 6px
}
.daterangepicker.auto-apply .drp-buttons {
    display: block;
  }
@media (max-width: 400px) {
    .cropper .btn-group-crop {
        margin-right: -15px !important
    }
    .cropper .btn-group-crop>.btn {
        padding-left: 5px;
        padding-right: 5px
    }
    .cropper .btn-group-crop .docs-tooltip {
        margin-left: -5px;
        margin-right: -5px;
        padding-left: 5px;
        padding-right: 5px
    }
}
.cropper .docs-options .dropdown-menu {
    width: 100%
}
.cropper .docs-options .dropdown-menu>li {
    padding: 3px 20px
}
.cropper .docs-options .dropdown-menu>li:hover {
    background-color: #f7f7f7
}
.cropper .docs-options .dropdown-menu>li>label {
    display: block
}
.cropper .docs-cropped .modal-body {
    text-align: center
}
.cropper .docs-cropped .modal-body>img,
.cropper .docs-cropped .modal-body>canvas {
    max-width: 100%
}
.cropper .docs-diagram .modal-dialog {
    max-width: 352px
}
.cropper .docs-cropped canvas {
    max-width: 100%
}
.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden;
	min-height: 350px;
}
.modal.modelprofile{}
.modal.modelprofile .form-group{margin-bottom: 5px;}
.modal.modelprofile label{font-size:12px; font-weight: 400; padding:0; margin-bottom: 2px;}
.form_wizard .stepContainer .StepTitle{font-size:14px; font-weight:600; text-align:center;}
.modal.modelprofile .wizard_horizontal{position:relative;}
.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    top: -28px;
}
.wizard_horizontal ul.wizard_steps li { display: table-cell; text-align: center;}
.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block; position: relative; -moz-opacity: 1; filter: alpha(opacity=100); opacity: 1; color: #666;
}
.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 10px;
    width: 100%;
    z-index: 4;
    left: 0
}
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 5
}
.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto
}
.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px
}
.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px
}
.actionBar .buttonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}
.actionBar a {
    margin: 0 3px
}
.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px
}
.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px
}
.wizard_verticle ul.wizard_steps li {
    display: list-item;
    text-align: center
}
.wizard_verticle ul.wizard_steps li a {
    height: 80px
}
.wizard_verticle ul.wizard_steps li a:first-child {
    margin-top: 20px
}
.wizard_verticle ul.wizard_steps li a,
.wizard_verticle ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}
.wizard_verticle ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #ccc;
    top: 20px;
    width: 4px;
    z-index: 4;
    left: 49%
}
.wizard_verticle ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}
.wizard_verticle ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}
.wizard_verticle ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff
}
.wizard_verticle ul.wizard_steps li a.done:before,
.wizard_verticle ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff
}
.wizard_verticle ul.wizard_steps li:first-child a:before {
    left: 49%
}
.wizard_verticle ul.wizard_steps li:last-child a:before {
    left: 49%;
    left: auto;
    width: 0
}
.form_wizard .loader {
    display: none
}
.form_wizard .msgBox {
    display: none
}
.progress {
    border-radius: 0
}
.progress-bar-info {
    background-color: #3498DB
}
.progress-bar-success {
    background-color: #26B99A
}
.progress_summary .progress {
    margin: 5px 0 12px !important
}
.progress_summary .row {
    margin-bottom: 5px
}
.progress_summary .row .col-xs-2 {
    padding: 0
}
.progress_summary .more_info span {
    text-align: right;
    float: right
}
.progress_summary .data span {
    text-align: right;
    float: right
}
.progress_summary p {
    margin-bottom: 3px;
    width: 100%
}
.progress_title .left {
    float: left;
    text-align: left
}
.progress_title .right {
    float: right;
    text-align: right;
    font-weight: 300
}
.progress.progress_sm {
    border-radius: 0;
    margin-bottom: 18px;
    height: 10px !important
}
.progress.progress_sm .progress-bar {
    height: 10px !important
}
.dashboard_graph p {
    margin: 0 0 4px
}
ul.verticle_bars {
    width: 100%
}
ul.verticle_bars li {
    width: 23%;
    height: 200px;
    margin: 0
}
.progress.vertical.progress_wide {
    width: 35px
}
.alert-success {
    color: #ffffff;
    background-color: rgba(38, 185, 154, 0.88);
    border-color: rgba(38, 185, 154, 0.88)
}
.alert-info {
    color: #4E90E8;
    background-color: rgba(78, 144, 232, 0.88);
    border-color: rgba(78, 144, 232, 0.88)
}
.alert-warning {
    /*color: #E9EDEF;
    background-color: rgba(243, 156, 18, 0.88);
    border-color: rgba(243, 156, 18, 0.88)*/
    color: #E9EDEF;
    font-weight: 200;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88)
}

.alert-danger,
.alert-error {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88)
}

.custom-notifications {
    position: fixed;
    margin: 15px;
    right: 0;
    float: right;
    width: 400px;
    z-index: 4000;
    bottom: 0
}
ul.notifications {
    float: right;
    display: block;
    margin-bottom: 7px;
    padding: 0;
    width: 100%
}
.notifications li {
    float: right;
    margin: 3px;
    width: 36px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3)
}
.notifications li:last-child {
    margin-left: 0
}
.notifications a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 8px
}
.tabbed_notifications .text {
    padding: 5px 15px;
    height: 140px;
    border-radius: 7px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3)
}
.tabbed_notifications div p {
    display: inline-block
}
.tabbed_notifications h2 {
    font-weight: bold;
    text-transform: uppercase;
    width: 80%;
    float: left;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}
.tabbed_notifications .close {
    padding: 5px;
    color: #E9EDEF;
    float: right;
    opacity: 1
}
.fc-state-default {
    background: #f5f5f5;
    color: #73879C
}
.fc-state-down,
.fc-state-active {
    color: #333;
    background: #ccc
}
.dropzone {
    min-height: 300px;
    border: 1px solid #e5e5e5
}

.tile_count .tile_stats_count .count {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600
}
.tile_count .tile_stats_count span {
    font-size: 12px
}

.main_menu .label {
    line-height: 11px;
    margin-top: 4px;
}

		
.daterangepicker.xdisplay { width:228px; }
.dataTables_wrapper > .row{
  /* overflow:auto !important;  */
  /*prevent datatables overflowing its container*/ 
}
#datatable-responsive_wrapper.dataTables_wrapper .row:nth-child(2) .col-sm-12{padding: 0;}
.buynbtn .btn.copyorder-btn{font-size: 13px; border-radius: 2px; background:#4E90E8; background-color:#4E90E8; border:1px solid #3c7acd; color: #ffffff; padding: 4px 8px; line-height: 22px;}
.buynbtn .btn.copyorder-btn:hover{font-size: 13px; border-radius: 2px; background:#3c7acd; background-color:#3c7acd; border:1px solid #4E90E8; color: #ffffff;}
/** bootstrap-datetimepicker **/
.input-group.date .input-group-addon{
    border-radius: 0px !important;
    background-color: #ffff !important;
}
/** /bootstrap-datetimepicker **/
.bulkorder-btn{position:relative;}
.bulkorder-btn .btn {border-radius:2px; background:#4E90E8; background-color:#4E90E8; border:1px solid #4E90E8; font-size: 14px;  margin: 0;}
.bulkorder-btn .btn .badge{margin-left: 8px}
.bulkorder-btn .disabled { border-radius:2px; background:#BDBDBD; border:1px solid #999999; color:#F2F2F2; font-size: 14px; margin: 0; pointer-events: none;} 
.bulkorder-btn .disabled .cartcount {color:#999999;}
.bulkorder-btn .disabled:hover,.bulkorder-btn .disabled:focus {border-radius:2px; background:#BDBDBD; border:1px solid #999999; color:#F2F2F2;pointer-events: none;}
.rememberme-input {display:none;}
.cartcheckbox-label {width:18px; height:18px; margin:0 0 -4px 0; background:url(../images/svg/unchecked.svg) no-repeat; background-size:100% 100%;}
.cartcheckbox-input:checked + label {width:18px; height:18px; background: url(../images/svg/checked.svg) no-repeat; background-size:100% 100%;}

.rememberme-label {width:18px; height:18px; margin:0 0 -4px 0; background:url(../images/svg/unchecked.svg) no-repeat; background-size:100% 100%;}
.rememberme-input:checked + label {width:18px; height:18px; background: url(../images/svg/checked.svg) no-repeat; background-size:100% 100%;}
.icon-qminus{background:url('../images/svg/qminus.svg') 0 0 no-repeat;  height: 32px; width:32px; line-height: 32px;}
.icon-qminus:hover{background:url('../images/svg/qminus-active.svg') 0 0 no-repeat;  height: 32px; width:32px; line-height: 32px;}
.disable .icon-qminus{background:url('../images/svg/qminus-disable.svg') 0 0 no-repeat;  height: 32px; width:32px; line-height: 32px;}
.disabled .icon-qminus{background:url('../images/svg/qminus.svg') 0 0 no-repeat;  height: 32px; width:32px; line-height: 32px; opacity:0.5; cursor:not-allowed;}
.icon-qplus{background:url('../images/svg/qplus.svg') 0 0 no-repeat;  height: 32px; width:32px; line-height: 32px;}
.icon-qplus:hover{background:url('../images/svg/qplus-active.svg') 0 0 no-repeat;  height: 32px; width:32px; line-height: 32px;}
.disable .icon-qplus{background:url('../images/svg/qplus-disable.svg') 0 0 no-repeat;  height: 32px; width:32px; line-height: 32px;}

.orderstatus-panel{height:100%; display: flex; padding-right: 0;
    margin-bottom: 40px;
     /* min-height:100%; height: 100vh; */
     border-left: 1px solid #efefef;
}

.orderstatus-panel .orderblock .tabber{}
.orderstatus-panel .orderblock .tabber ul.nav-tabs{margin: 0; border-bottom: 0; left: -1px;}
.orderstatus-panel .orderblock .tabber ul.nav-tabs li{border: 1px solid #E6E9ED;}
.orderstatus-panel .orderblock .tabber ul.nav-tabs li.active{border: 1px solid #f7f7f7; background: #f7f7f7; top: 1px;}
.orderstatus-panel .orderblock .tabber ul.nav-tabs li.active a{background: none; border-bottom: none;}
.orderstatus-panel .orderblock .tabber .tab-content{background: none; border-top: 1px solid #ddd;}
.orderstatus-panel .orderblock .tabber .tab-content .tab-pane{}
.orderstatus-panel .orderblock .tabber .tab-content .tab-pane .addbox{margin: 0; padding: 0;}
.orderstatus-panel .orderblock .tabber .tab-content .tab-pane .addbox .payment_details{padding: 0;}
.orderstatus-panel .orderblock .tabber .tab-content .tab-pane .addbox .payment_details .panel{margin: 0;
    border-radius: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    padding: 0;}
.orderstatus-panel .orderblock .tabber .tab-content .tab-pane .addbox .payment_details .panel .panel-heading{background: none; border: none; padding: 16px 0px 0px 16px;}
.orderstatus-panel .orderblock .tabber .tab-content .tab-pane .addbox .payment_details .panel .panel-heading .panel-title{padding-left: 0;}

.orderstatus-panel ul.nav-pills.total-payment-block{margin-bottom: 10px; padding: 0 10px;}
.orderstatus-panel ul.nav-pills.total-payment-block li{}
.orderstatus-panel ul.nav-pills.total-payment-block li input{    height: 40px; border-radius: 2px; padding: 2px 8px;}
.orderstatus-panel ul.nav-pills.total-payment-block li.active{margin-top:10px;}
.orderstatus-panel ul.nav-pills.total-payment-block li.active a{    font-size: 14px; padding: 10px 12px; display: flex; flex-direction: row; column-gap: 16px;}
.orderstatus-panel ul.nav-pills.total-payment-block li.active a .amount{font-size: 14px; }
.orderstatus-panel ul.nav-pills.total-payment-block li.active a .lbl-txt{font-size: 14px; }
.orderstatus-panel .btnwrap{padding: 10px 10px; width: 100%;}
.orderstatus-panel .btnwrap .btn{padding: 7px; margin: 0; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);}

.orderstatus-panel .h5 span{font-size: 14px; float:left;}
.orderstatus-panel .addresswrap .checkbox label{vertical-align: middle;}
.rem .btn.btn-remove{
    /* font-size:12px; border:1px solid #e5e5e5; background:#ffffff;      */
    -webkit-box-shadow: 0 2px 4px rgb(1 14 40 / 5%);
    box-shadow: 0 2px 4px rgb(1 14 40 / 5%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #E85B60;
    background: #fffdfd;
}
.rem .btn.btn-remove:hover{line-height: 20px; color: #E85B60;}
.orderstatus-panel .h5{padding:0; margin:0;}
.orderstatus-panel .h5 a{float:right}
.orderstatus-panel .h5 a.btn{font-size:12px; border:1px solid #4E90E8; background:none; color:#4E90E8;}
.orderstatus-panel .h5 a.btn:hover{background:#4E90E8; color:#ffffff;}
.tabber{    float: left; width: 100%;}
.tabber ul.bar_tabs{margin: 19px 0 0px; font-size: 12px; background: none;}
.tabber ul.bar_tabs>li a{padding: 6px 10px;}
.tabber ul.bar_tabs>li{margin-top: 0; margin-left: 0px; margin-right: 10px;}
.tabber ul.bar_tabs>li.active{}
.tabber ul.bar_tabs>li.active a{}
.tabber .tab-content{margin: 0; padding: 0; background: #ffffff; display: inline-block; width: 100%;}
.tabber .tab-content .checkbox{margin: 0 16px;}

.addresswrap .tabber .tab-pane .address-select.checkbox{margin: 8px;}
.addresswrap .tabber .tab-pane .address-select.checkbox label{padding-left: 28px;}
.addresswrap .tabber .tab-pane .address-select.checkbox label input[type="checkbox"]{position: relative; top: 2px;}
.tabber .tab-content .address-select.checkbox{margin: 0 0 0 8px; }
.tabber .tab-content .tab-pane{font-size:12px;}
.tabber .tab-content .tab-pane .addbox{border: none; float: left; width: 100%;}
.addboxbutton{float: left;
    width: 100%;
    margin: 0;
    padding: 16px;
    text-align: center;
    background: #efefef;
}
.addboxbutton label{width: 100%; display: inline-block; text-align: center;}
.tabber .tab-content .tab-pane .addbox.col-md-12{padding:10px 0;}
.tabber .tab-content .tab-pane .addbox dl.dlist-inline{padding: 2px 0; border-bottom: 1px solid #e6e6e6;}
.tabber .tab-content .tab-pane .addbox dl.dlist-inline:last-child{border-bottom:none;}
.tabber .tab-content .tab-pane .addbox dl.dlist-inline dt, .dlist-inline dd {display: inline-block;}

.tabber .tab-content .tab-pane .addbox dl.dlist-inline dd[contenteditable="true"] {
    background: rgb(230 230 230 / 8%);
    width: 52%;
    padding: 2px 4px;
    border-radius: 2px;
    border: 1px solid #efefef;
}
.tabber .tab-content .tab-pane .addbox dl.dlist-inline dd.edit-active{}
.tabber .tab-content .tab-pane .addbox dl.dlist-inline dd.edit-inactive{}
.tabber .tab-content .tab-pane .addbox dl.dlist-inline dt { font-weight: 700;}
.tabber .tab-content .tab-pane .addbox dl.dlist-inline dt.dt-wrap{padding-top: 8px;}
.tabber .tab-content .tab-pane .addbox dl.dlist-inline dd.dd-wrap{}
.tabber .tab-content .tab-pane .addbox dl.dlist-inline dd.dd-wrap input.edit-inactive{
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}
.tabber .tab-content .bill-address-panel.tab-pane .addbox dl.dlist-inline dt { font-weight: 700; width: 90px;}
.shipaddress .left-tab{padding: 0;}
.shipaddress .right-tab{padding: 0;}
.addbox .checkbox{padding:2px 0 0 0; vertical-align: middle; margin: 0;}
.addbox .checkbox label{ vertical-align: middle;}
.addbox .checkbox input[type="checkbox"]{vertical-align: middle; top:-1px;}

.shipaddress .tabber .tab-content .tab-pane{padding: 0}
.shipaddress .tabber .tab-content .tab-pane.fade.in {display: flex !important;}
.shipaddress .tabber .tab-content .tab-pane .addbox{padding: 0;}
.shipaddress .tabber .tab-content .tab-pane .addbox .address_h{margin: 10px 0 0 0;}
.shipaddress .tabber .tab-content .tab-pane .addbox.left-tab{padding: 10px; height: 360px; overflow-y: auto; overflow-x: hidden;}
.msg_placeholder{padding: 20% 20% 20% 20%; color: #808080; font-size: 16px; text-align: center; }
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab{padding: 10px; background: #f5f5f5; height: 360px; overflow-y: auto; overflow-x: hidden;}
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul{    margin: 0; padding: 0;}
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul li{list-style-type: none; padding: 10px 0; margin: 0; border-bottom: 1px solid #e6e6e6;}
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul li:last-child{border:none; }
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul li .checkbox{padding:2px 0 0 0; vertical-align: middle; margin: 0;}
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul li label{ vertical-align: middle; display: inline;}
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul li input[type="radio"]{vertical-align: middle; top:-1px;}
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul li .address-block{border-right:none; }
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul li .address-block input[type="radio"]{vertical-align: middle; top:-1px; margin: 0 4px 0 0;}
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul li .address-block a{}
.shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul li .address-block a:hover{color: #333333;}

.selectaddress{display:block; padding: 0;}
/*.add-address{display:none; margin: 0; padding: 0;}*/
.add-address{ padding: 0;}
.add-address .addfrm-internal { padding: 0;}
.add-address .form-row{}
.add-address .form-row .form-group{    padding: 0 10px;}
.add-address .form-row .form-group.telph{}
.add-address .form-row .form-group.col-md-6{    padding: 0 10px;}
.add-address .add-col{padding:10px;}
.add-address .add-col .form-group.telph{padding: 0;}
.add-address .add-col .form-group.telph .extfld{padding-right: 10px;}
.add-address .add-col .form-group.checkdefault{position: relative; top: 28px;}
.add-address .add-col .form-group label{font-weight: 400; font-size: 12px;}
.add-address .add-col .form-group input, button, select, textarea{font-size: 12px; border-radius: 2px;}
.add-address h4{font-size:12px; padding:0 0 10px 0; margin:0; font-weight:700;}
.add-address .left-tab{border-right: 1px solid #efefef; padding: 0;}
.add-address .right-tab{padding: 0px 0 0 10px;}
.viewaddress{display:none;}
.addnewaddress{display:block;}
ul.pricelist{width:100%; display:flex; flex-direction: column; 
    list-style-type:none; margin:0px; padding:10px; background:#f3f3f3; 
    border-radius:3px;
}
ul.pricelist li{
	width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 8px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cfcfcf;
}
ul.pricelist li.cust-input-wrap{flex-direction: column; align-items: flex-start;}
ul.pricelist li.cust-input-wrap .input-field-pane{width: 100%;}
ul.pricelist li span{flex-grow: 1; flex-basis: 0;}
ul.pricelist li .plbl{ }
ul.pricelist li .amount{ text-align:right; font-weight:600; padding:0; margin:0;}

ul.pricelist li.cust-input-wrap.textarea-wrap{flex-direction: column; align-items: flex-start; row-gap: 4px;}
ul.pricelist li.cust-input-wrap.textarea-wrap .plbl{}
ul.pricelist li.cust-input-wrap.textarea-wrap .input-field-pane.texta{width: 100%; }
ul.pricelist li.cust-input-wrap.textarea-wrap .input-field-pane.texta textarea{padding: 8px;}

.addresswrap{font-size:14px; border-bottom:1px solid #f2f2f2; padding:10px 10px;}
.addresswrap .address{font-size: 12px;}
.shippingwrap{font-size:14px; border-bottom:1px solid #f2f2f2; margin-bottom:10px; padding:10px 10px;}
.orderstatus-panel .alert.alert-info{margin-bottom: 10px; padding: 8px 30px 8px 10px;  background: none; color: #383838; font-size: 12px;}
.paymentwrap{font-size:14px; border-bottom:1px solid #f2f2f2; margin-bottom:10px; padding:0 ;}

.orderstatus-panel .alert.alert-info .close{color:#E85B60; opacity:0.7;}
.orderstatus-panel .alert.alert-info .close:hover{color:#E85B60; opacity:1;}
.btnwrap{background:#f3f3f3; padding-top:10px; display: inline-block;}
.btnwrap .btn{width:100%;}
.noborder{border:0px solid #f2f2f2;}
.page-title .title_right .pull-right.userbtn{}
.page-title .title_right .pull-right.userbtn .btn{margin:0; box-shadow: 0px 2px 4px rgba(96, 96, 96, 0.3); border-radius: 4px;}
.page-title .title_left .btn{margin: 0;}
.registerwrap{margin-top:3%;}
.registerwrap .row.reginner{padding:20px; margin:0}
.registerwrap .reginner .form_wizard{}

.tblcont.balancewrap{padding: 0 16px;}
.bal-stats{padding: 0;}
.page-title.bal-cal{}
.page-title.bal-cal .btnwrap{}
.page-title.bal-cal .dtcal{padding: 13px 0px;} 
.bal-stats .bal-metrics{margin-bottom: 16px;}
.bal-metrics.overdueblock{padding-left: 10px;}
.bal-metrics.overdueblock .metrics-list{border:1px solid #63BB52;}
.bal-stats .comingdue .tile_stats_count .count_bottom{float:left;}
.bal-stats .bal-metrics.overdueblock li.tile_stats_count .count_bottom{float:left;}
.metrics-list{}
.bal-stats .tile_stats_count{border:1px solid #c1c1c1;  border-radius: 3px; padding: 10px; }
.bal-stats .tile_stats_count:last-child{margin-right: 0px;}
.bal-stats .tile_stats_count .count_bottom{}
.bal-stats .tile_stats_count .pull-right.btna{text-align: right;}
.bal-stats .tile_stats_count:hover{
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition-delay: .1s;
    transform: translateZ(0);
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}


.ol-block h3{font-size: 14px; display: none;}
ul.order-listing{ list-style-type: none; margin:0; padding: 0;}
ul.order-listing li{font-size: 12px; padding: 6px 0; border-bottom: 1px solid #efefef;}
ul.order-listing li .ol-title{font-weight: 700; width: 50%; display: inline-block; }
ul.order-listing li .ol-entry{}
ul.order-listing li .ol-entry a{position: relative;}
.model-win{}
ul.order-listing li .ol-entry.model-win a:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 4;
    right: -20px;
    background-image: url("../images/svg/model-icon.svg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    vertical-align: middle;
}
ul.order-listing li .ol-entry a:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 4;
    right: -20px;
background-image: url("../images/svg/link.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    vertical-align: middle;
}
ul.order-listing li .ol-entry a:hover{text-decoration: underline;}

.address-block{text-align: left; padding: 8px 42px; border-right: 1px solid #d8d8d8;}
.address-block .radio-select-wrap{float: left;}
.address-block .address-cont{padding: 0 20px;}
.address-block .address-cont .action-btn{    display: inline-block;}
.address-block .btnwrapper{margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.address-block .btnwrapper a{padding: 4px 8px;
    border: 1px solid #b9b9b9;
    border-radius: 2px;
box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition-delay: .1s;
    transform: translateZ(0);
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 4px;
}

.address-block .btnwrapper a.editbtn{color: #fff;
    background-color: #28a745;
    border-color: #28a745;}
.address-block .btnwrapper a.editbtn:hover i.icon-edit-white{background:url('../images/svg/edit-icon.svg') 0 0 no-repeat; background-size: 16px 16px;}
.address-block .btnwrapper a.delbtn{color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;}
.address-block .btnwrapper a.delbtn:hover i.icon-del-white{background:url('../images/svg/delete-icon.svg') 0 0 no-repeat; background-size: 16px 16px;}
.address-block .btnwrapper a:hover{opacity: 0.8; background: #d8d8d8;}
.address-block .btnwrapper a i{
    position: relative;
    top: -1px;
    left: -2px;
}


.address-block.noborder{border-right: none;}
.address-block .heading{font-weight: 700; margin: 0 0 4px 0; border-bottom: 1px solid #efefef; padding: 0 0 4px 0;}
.address{line-height: 24px; font-size: 12px;}
ul.address-listing{ list-style-type: none; margin:0; padding: 0;}
ul.address-listing li{font-size: 12px; padding: 2px 0;}

.shipping-det-wrap{padding: 16px 16px; border-top:1px solid #d8d8d8;  border-bottom:1px solid #d8d8d8; margin-top:16px;  }

.createumodel.model{}
.createumodel.model .modal-body.userprofile-wrap{padding: 10px;}
.bal_amt_wrap{border: 1px solid #dedede; display: inline-block; border-radius:4px;  }
.creditinfowrap{margin: 0; padding: 0 0 0 0; font-weight:600; font-size:14px; border-bottom:1px solid #dedede;}
.creditstatbar{margin: 0; padding: 10px 10px 10px 0px;}
.barwrap{padding:0; position:relaitve;}
.creditstatbar .widget_summary{font-weight:600; position: relative; padding:0;}
.creditstatbar .widget_summary .bal{}
.creditstatbar .widget_summary .balwrap{}
.creditstatbar .widget_summary .barwrap .progress{margin:0;}
.bal_alert{position: absolute;
    bottom: -18px;
    font-size: 11px;
    font-weight: 400;
    left: 25%;}
.credilimit{padding: 2.8% 0px 0 10px;}
.creditstat{float: right; text-align: right; font-size: 18px; padding: 0px 10px;}
.creditstat span{}
.creditstat small{font-size:12px; font-weight:400; display:inline-block; width: 100%;}

table.table{
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-collapse: separate !important;
    overflow: hidden;
	background: #fbfbfb;
    margin-top: 0 !important;
}
.customers-outer .customerswrap{padding: 0;}
.contacts-outer .contacttbl-wrap.tblcont{padding: 0;}
.contacts-outer .contacttbl-wrap.tblcont .customerswrap.contactwrapper{padding: 16px;}

 /*worker */
 .cust-title-wrap {
    display: flex;
    /* border-bottom: 1px solid #dfdfdf; */
    padding: 4px 8px;
    border-radius: 0;
    /* background: #f7f7f7; */
    align-items: center;
    width: auto;
    column-gap: 4px;
    justify-content: flex-start;
    margin: 0;
}
.cust-title-wrap .cur-cust-title {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    color: #383838;
    padding: 6px 0;
    font-size: 12px;
}
.cust-title-wrap .cur-cust-status {display: flex; align-items: center;}

.cust-title-wrap .cur-cust-status .no-cust-name {
    font-size: 12px;
}
.cust-title-wrap .cur-cust-status.cust-inactive .no-cust-name {
    display: none;
    color: #606060;
    font-weight: 400;
}
.worker-info{display: flex; column-gap: 4px;}
.cust-title-wrap .cur-cust-status.cust-active .active-cust-wrap {
    display: none;
}
.cust-title-wrap .cur-cust-status .active-cust-wrap .cust-name {
    font-weight: 500;
    top: 1px;
    position: relative;
    line-height: 23px;
}
.cust-title-wrap .cur-cust-status .active-cust-wrap {
    vertical-align: middle;
    position: relative;
    color: #4E90E8;
    font-weight: 400;
}

.cust-title-wrap .cur-cust-status button.btn-red {
    
    background: #E7E6E6;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    height: 24px;
    width: 24px;
    position: relative;
}

.cust-title-wrap .cur-cust-status button.btn-red .icon-close-red {
    background: url(../images/svg/close-icon-red.svg) 0 0 no-repeat;
    height: 12px;
    width: 12px;
    line-height: 12px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 6px;

}

/*userlist table */
table.userlist > tbody > tr > td.chkcell {text-align: center;}
table.userlist > thead > tr > th.chkcell {text-align: center;}

/*prodlist table*/
table.prodlist{
    /*font-size: 12px;*/ border-radius: 2px
}
table.dataTable {border-radius: 2px}

table.prodlist > tbody > tr > td.chkcell {text-align: center;}
table.prodlist > thead > tr > th.chkcell {text-align: center;}

table.prodlist > thead > tr > th.uprice{text-align: right;}
table.prodlist > tbody > tr > td.uprice{text-align: right;}

table.prodlist > thead > tr > th.dprice {text-align: right;}
table.prodlist > tbody > tr > td.dprice{text-align: right;}

table.prodlist.cartlist > tbody > tr > td.dprice{text-align: right; width: 90px;}

table.prodlist.cartlist > tbody > tr > td .vertical-center.price-wrap{width: 100%;}
table.prodlist.cartlist > tbody > tr > td .price-wrap .price-new{color:#383838; }

/* table.prodlist > thead > tr > th.tqty {text-align: center;width: 144px;}
table.prodlist > tbody > tr > td.tqty {text-align: center; width: 144px;} */

table.prodlist > thead > tr > th.tprice {text-align: right;}
table.prodlist > tbody > tr > td.tprice{text-align: right;}


/* td.tqty < a.stock-dcell-link{text-align: center !important;} */

table.prodlist > thead > tr > th.stock-hcell{text-align: center;}
table.prodlist > tbody > tr > td.stock-dcell{text-align: center; }
table.prodlist.table > tbody > tr > td a.stock-dcell-link{font-weight: bold;}


table.prodlist > tbody > tr > td.buynbtn{padding: 0 8px; }
table.prodlist > tbody > tr > td.buynbtn .btn.addcart{margin: 0; border: 1px solid #4E90E8; background: #4E90E8; color: #ffffff; font-size: 13px;}


table.prodlist > thead > tr > th.tqty {text-align: center;}
table.prodlist.table-bordered.dataTable > tbody > tr > td.tqty{}
table.prodlist.table-bordered.dataTable > tbody > tr > td.tqty .tbl-qty{width: 100%; display: flex; column-gap: 4px; justify-content: center;}
table.prodlist.table-bordered.dataTable > tbody > tr > td.tqty .tbl-qty button{    background: #fff; border-radius: 20px; padding: 0; margin: 0; border: none;}

table.prodlist.table.balance-list > thead > tr > th:first-child{text-align: left;}
table.prodlist.table.balance-list > tbody > tr > td:first-child{text-align:left;}
table.prodlist.table.balance-list > tbody > tr > td.dataTables_empty{text-align: center;}


table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td{vertical-align: middle;  white-space: break-spaces; }
table.table-bordered.dataTable tbody th{font-weight: 600; color: #383838;}

tr td{vertical-align:middle;}

tr .item{color:#383838;}
tr .item a{color:#4E90E8; font-weight: 600;}

.navbar-nav .wallet-stat-wrap ul.wallet-details li.refresh-icon-wrap button#refresh-button{background: none; padding: 0; margin: 0; border: none;}

.somodel.model-change-address .modal-dialog{min-width: 442px; width: 50%; margin: 0 auto; height: 100%;}
.somodel.modal{height: 100%; width: 100%;}
.somodel.modal .modal-dialog .modal-content{
    display: flex;
    flex-direction: column;
    background: none;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
    outline: 0;

}
.model-content-inner{

    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
     box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);
    outline: 0;
}
.fade.in {/*display: flex !important;*/}
.shipaddress.modal .modal-dialog{width: 64%;} 
.modal .modal-dialog .modal-content .modal-body{}
.modal .modal-dialog .modal-content .modal-body.address-edit{padding: 0;}
.modal .modal-dialog .modal-content .modal-body .modal-body-inner{margin:10px 0;}
.modal .modal-dialog .modal-content .modal-body .modal-body-inner .table{margin: 0;}
.modal .modal-dialog .modal-content .modal-body .modal-body-inner .table > thead > tr > th{border:none; background:none;}
.modal .modal-dialog .modal-content .modal-body .modal-body-inner .table > thead > tr > th:first-child{}
.modal .modal-dialog .modal-content .modal-body .modal-body-inner .table > thead > tr > th:last-child{text-align: right}

.modal .modal-dialog .modal-content .modal-body .modal-body-inner .table > tbody > tr > td{}
.modal .modal-dialog .modal-content .modal-body .modal-body-inner .table > tbody > tr > td:first-child{}
.modal .modal-dialog .modal-content .modal-body .modal-body-inner .table > tbody > tr > td:last-child{text-align: right;}
.modal .modal-dialog .modal-content .modal-body .modal-body-inner .table > tbody > tr:last-child{background:#eeeeee; }

.modal-dialog-centered .modal-content .modal-header {text-align:left;}
.modal-dialog-centered .modal-content .modal-header .align-left{text-align: left;}
.modal-dialog-centered .modal-content .modal-header .align-left .modal-title {display:inline-block; padding-right:20px; text-align: left; font-weight: 800;}
.modal-dialog-centered .modal-content .modal-header .align-left .modal-title .itemcode-txt{color: #2e6da4;
    font-weight: 600; font-size: 12px;
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 4px 10px;
    background: #efefef;}
.modal-dialog-centered .modal-content .modal-header .align-right{text-align: right;}
.modal-dialog-centered .modal-content .modal-header .align-right button.close{margin: 0;
    background: none;
    color: #ffffff;
    font-size: 14px;
    border: 0px solid #b0d2ff;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 18px;
    text-align: center;
    width: auto;
}
.modal-dialog-centered .modal-content .modal-header .align-right button.close:hover{margin: 0;
    background: #F3ADB0;
    color: #ffffff;
    font-size: 14px;
    border: 0px solid #b0d2ff;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 18px;
    text-align: center;
    width: auto;}

#datatable-responsive {
    overflow-y: visible !important;
}


.modal-body.shipping-details{
	padding-top:0;
	padding-bottom:0;
}
.shipping-details .shipping-option {
	padding:10px 15px 10px 0;
	border-right:1px solid #e5e5e5;
	height:300px;
	overflow:hidden;
	overflow-y:scroll;
}
.shipping-details .shipping-option .btn{
	width:100%;
	margin:0 0 5px 0;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	
}
.shipping-details .shipping-option .btn:hover, .shipping-details .shipping-option .btn:focus{
	color: #333;
	background-color: #f1f1f1;
	border-color: #ccc;
}
.shipping-details .shipping-option .btn.active{
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.shipping-details .shipping-carrier{
	padding:10px  10px 10px 05px;
	height:300px;
	overflow:hidden;
	overflow-y:auto;
}
.shipping-details .shipping-carrier p{
	background:#f1f1f1;
	padding:10px;
	font-size:15px;
	font-weight:bold;
}
.shipping-product-container {
  display: flex;
  flex-wrap: wrap;
  border:1px solid #e5e5e5;
  padding:5px;
}

.shipping-product-container > div {
  width: 48%;
  margin: 1%;
  padding:5px;
  cursor:pointer;
  background-color: #f1f1f1;
  border:1px solid #e5e5e5;
  text-align: center;
  font-size: 15px;
}
.shipping-product-container > div input {
  display:none;
}
.shipping-product-container > div label {
  width:100%;
  float:left;
  cursor:pointer;
  text-align:center;
}
.shipping-product-container > div span {
  float:right;
  text-decoration:underline;
  font-size:14px;  
}
.shipping-product-container div.active {
  color:#ffffff;
  background-color: #F78F31;
  border:1px solid #F78F31;
}
.backlink{padding: 0.80% 0 0 10px; font-size: 12px;}
.backlink a{}

.orderswrap{}
.orderswrap table td.status{    text-align: center;}
.orderswrap table td select.form-control{text-align: left;width: 90px;
    padding-left: 0px;}
.orderswrap table td.status a{font-size: 18px; text-align: center;}
.orderswrap table td.status a:hover, a:focus{color:inherit;}
.orderswrap table td.status i{font-size: 18px; text-align: center;}
.orderswrap table td input[type="text"]{width:90px;}
.orderswrap table.orderlist thead.orderfilter input{font-size: 12px; padding-left: 2px; padding-right: 2px;}
.orderswrap table.orderlist thead.orderfilter select{font-size: 12px; padding-left: 2px;}
.orderswrap table.orderlist thead.orderfilter .datecol .datepicker .date{overflow: hidden;}
.orderswrap table.orderlist thead.orderfilter .datecol .datepicker .date input[type="text"]{font-size: 12px; padding: 0 0 0 2px; margin: 0;} 


td.action{text-align: center;}

.action .btn-group .dropdown-toggle{border-radius: 300px; border: 1px solid #4E90E8; margin:0 auto; padding:5px 10px; background:none; overflow:hidden;}
.action .btn-group .dropdown-toggle:hover{border-radius: 300px; background: #3498DB; color:#ffffff;}
.action .btn-group .dropdown-toggle i{color:#4E90E8;}
.action .btn-group .dropdown-toggle:hover i{color:#fff;}
.action-list{margin:7px 0 0 -123px; border:1px solid #ccc; border-bottom:0; border-radius:5px;}
.action-list:before{position:absolute; top:-7px; right:12px; content:'';width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc;}
.action-list .dropdown-item {display: block; width: 100%; border-bottom:1px solid #ccc; padding: .55rem 1.5rem; clear: both; font-weight: 400; color: #212529;text-align: inherit; white-space: nowrap; background-color: transparent;}
.action-list .dropdown-item:hover {background:#3498DB; color:#ffffff;}
.action-list a{padding:5px 10px;}
.action-list a.btn i{color:#4E90E8;}
.action-list a.btn:hover i{color:#ffffff;}
.action-list a.btn:hover{border-radius: 300px; background: #3498DB; color:#ffffff;}

.schcomp{padding:8px 0 0 10px;}
.schcomp .caltitle{margin: 0 20px 0 0px; font-weight: 600;}
.page-title .title_left.datecomp{padding:3px 0; position: relative;}
.datecomp form{padding:0;}
.datecomp .datefilter{}
.datefilter{display:inline-block; margin:0; padding:0; font-size:12px;}
.datefilter .filter-title{margin: 0;  padding:8px 0;}
.datefilter .datecal{margin: 0;  padding: 0;}
.datefilter .datecal .controls{margin: 0;  padding: 0;}
.datefilter .datecal input[type="text"]{font-size: 14px;}
.datefilter .rdateopt{font-size:12px; padding: 0 0 0 0;}
.datefilter .rdateopt .radio{margin:0; display: inline-block; padding: 7px 3% 7px 0px;}
.datefilter .rdateopt .radio label{margin:0; padding:0;}
.datefilter .rdateopt .radio label .iradio_flat-green{}
.datefilter .rdateopt input[type="radio"]{    font-size: 14px; padding: 4px 8px;}
.datefilter .applybtn{font-size:12px; padding: 0; display:inline-block; position: relative; top: -2px;}
.datefilter .applybtn button.btn{margin: 0; padding:6px 12px; font-size: 12px; text-transform:uppercase;}
.datecomp .datefilter .validtill{}
.datecomp .datefilter .validtill .form-control{width:auto;}
.datecomp .datefilter .validtill label{font-size:12px; font-weight:400;}
.datecomp .datefilter .validtill input[type="text"]{ padding: 6px 2px 6px 28px; font-size: 12px; line-height: 1.42857143; color: #555555; background-color: #fff;
    background-image: none; border: 1px solid #ccc; width:110px; border-radius:2px;}
.datecomp .datefilter .validtill .form-control-feedback{margin: 0; left: 2px; height: 26px; top: -4px; padding: 0; width: 24px;}
    .table td.user-status{}
    .table td.user-status input[type="checkbox"]{}
    .table td.user-status .toggle.btn{margin: 0;}
    .table td.user-status .toggle.btn .toggle-group label.btn{margin: 0;}
	.uroles-tbl td.user-status{text-align:center;}
    .uroles-tbl td.user-status select{padding: 2px 2px; height: 28px;}
	.uroles-tbl th{text-align:left;}
	.uroles-tbl .sel{}
	.urolestbl{overflow-x: scroll;}
	.urolestbl .uroles-tbl th.sel{padding: 1px 5px; vertical-align:middle;}
	.urolestbl .uroles-tbl .sel label{font-size:12px; font-weight:400; vertical-align:middle;}
.urolestbl table tbody td{font-size: 12px;}
.urolestbl table th.ucell{text-align:left;}
.urolestbl table thead th{}
.urolestbl table tbody td i{font-size:24px;}
	
    .datepicker {width:100%;}
.datepicker .date {
    width:100%;
    position:relative;
}
.datepicker .date input {
    width:100%;
    min-width:133px;
    position:absolute;
    background:none;
    cursor:default;
}
.datepicker .date .input-group-addon {
    width:100%;
    float:left;
    border:0;
    padding:0;
    text-align:right;
    border-left:1px solid #ccc;
}
.datepicker .date .input-group-addon span {
    border-left:1px solid #ccc;
    padding:9px;
}
.dd-filterwrap .btn-group{}
.dd-filterwrap .btn-group button{background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;}
.dd-filterwrap .btn-group:after {
    
    bottom: 0;
    content: "...";
    right: 10px;
    position: absolute;
    top: 0;
	background:url('../images/svg/filter-icon.svg') 0 0 no-repeat;  height: 32px; width:32px; line-height: 32px;
}
.dd-filterwrap .btn-group button input[type="text"]{}
.loginblock{padding:0;}
.uprofile-pic{}
.profile-pic-wrap{display: flex; width: 100%; flex-direction: column;}
.profile-pic-wrap .prof-info-inner{display: flex; column-gap: 16px;}
.profile-pic-wrap .prof-info-inner .pic-info{display: flex; flex-direction: column; align-items: flex-start; row-gap: 8px;}
.profile-pic-wrap .prof-info-inner .pic-info h6{font-weight: 500; color: #5d5d5d;}
.profile-pic-wrap .prof-info-inner .pic-info .btn.reset{padding: 0;}
.profile-pic-wrap .prof-info-inner .pic-info .btn.reset input[type="button"]{color: #E85B60; border: 1px solid #E85B60; padding: 4px 16px;}

.userprofile.userprofile-wrap{display: flex; padding: 0 16px; flex-direction: column;}
.userprofile.userprofile-wrap .title-bar{    display: flex; flex-direction: column; align-items: center; margin-bottom: 24px;}
.userprofile.userprofile-wrap .title-bar h2{}
.userprofile.userprofile-wrap .uprofinner{    display: flex;
    padding: 24px; column-gap: 40px;
    border: 1px solid #d9d9d9; border-radius: 2px; width: 100%; flex-direction: row; justify-content: space-between;}
.userprofile.userprofile-wrap .uprofinner .item-col{display: flex; flex-direction: column; width: 100%;      row-gap: 16px;}
.userprofile.userprofile-wrap .uprofinner .item-row{display: flex; flex-direction: row; column-gap: 16px; width: 100%;}
.userprofile.userprofile-wrap .uprofinner .item-row .item-cell{    display: flex;
    flex-direction: column; column-gap: 4px; width: 100%; align-items: flex-start;}
.userprofile.userprofile-wrap .uprofinner .item-row .item-cell label.frmlbl{word-wrap: break-word; white-space: nowrap; flex-basis: 0; flex-grow: 1;}
.userprofile.userprofile-wrap .uprofinner .item-row .item-cell input{
    border-radius: 2px; height: 38px; font-size: 14px; padding: 4px 8px; }

.userprofile.userprofile-wrap .uprofinner .item-row .item-cell .btn.reset input{
    border-radius: 2px; height: 38px; font-size: 14px; padding: 4px 16px; 
    color: #E85B60;
    border: 1px solid #E85B60;}

.userprofile.userprofile-wrap .uprofinner .item-col .item-container.loginblock .item-row{display: flex; row-gap: 16px; flex-direction: column; }
/* .main-content-wrapper.contactUs .item-cell.one-col-item{align-items: flex-start; flex-direction: column;  width: calc(33.33% - 10px); border-radius: 8px; border: 1px solid #f6f6f6; background: #ffffff; padding: 24px;} */

/*Alert Modal window*/
.bs-example-modal-sm .modal-dialog.modal-sm{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2% 0 0 0;
    margin: 0;
    width: 100%; height: 100%;
}
.bs-example-modal-sm .modal-dialog.modal-sm .modal-content{width: 328px; -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 15px rgb(66 66 66 / 20%);
        border-radius: 8px;}
.bs-example-modal-sm .modal-dialog.modal-sm .modal-content .modal-header{border: none; padding: 16px 26px 8px 15px}
.bs-example-modal-sm .modal-dialog.modal-sm .modal-content .modal-header h2.modal-title{font-size: 16px; color: #ffffff;}
.bs-example-modal-sm .modal-dialog.modal-sm .modal-content .modal-header button.item-cell.close{position: relative;}
.bs-example-modal-sm .modal-dialog.modal-sm .modal-content .modal-body{padding:0 24px 0px 24px;}
.bs-example-modal-sm .modal-dialog.modal-sm .modal-content .modal-body .alert-msg{padding: 16px 0; font-size: 16px;
    line-height: 34px; text-align: center; font-weight: 600;
    flex-direction: column;
    row-gap: 4px;
}
.bs-example-modal-sm .modal-dialog.modal-sm .modal-content .modal-body .alert-msg .file-formats{ font-size: 14px; font-weight: 200; 
    color: #5d5d5d;     text-transform:none; line-height: 22px;

}
.bs-example-modal-sm .modal-dialog.modal-sm .modal-content .modal-footer{
    padding: 16px 16px 0 16px;
    text-align: center;
    margin-bottom: 38px;
    border-top: none;
}
.bs-example-modal-sm .modal-dialog.modal-sm .modal-content .modal-footer .btn.btn-primary{
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 2px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 15px rgb(66 66 66 / 20%);
    border-radius: 4px;
}
.bs-example-modal-sm .modal-dialog.modal-sm .modal-content .modal-footer .btn.btn-primary.cancel{
    box-shadow: none; color: #E85B60; background: transparent; border: 1px solid #E85B60;
}

.uprofile-pic .p-pic{}
.uprofile-pic .p-pic img.avatar, img.avatar {
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}
.userprofile-wrap .uprofile{}
.userprofile-wrap .uprofile h2{    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}
.userprofile-wrap .uprofile .form-group{padding: 0 8px;}
.userprofile-wrap .uprofile .form-group.loginblock{padding: 0;}
.userprofile-wrap .uprofile .form-group label{padding:0; font-weight: 400; font-size: 12px;}
.userprofile-wrap .uprofile .form-group .toggle .toggle-group label{padding: 5px 10px;}
.userprofile-wrap .uprofile .form-group.uprofile-pic{padding:10px;}
.userprofile-wrap .uprofile .form-group.uprofile-pic .p-pic{ display: inline-block; width:100%; text-align: center;}
.userprofile-wrap .uprofile .form-group.uprofile-pic .p-pic img.avatar.img-circle{float: none;}
.userprofile-wrap .uprofile .form-group.uprofile-pic .uploadtxt{padding: 0px; display: inline-block; width: 100%;}
.userprofile-wrap .uprofile .form-group.uprofile-pic .ufld{    padding: 10px; display: inline-block;}
.userdetails{display: block;}
/*.userprofile-wrap .addroles{display: none;}*/
.userprofile-wrap .next{display: none;}
.userprofile-wrap .prev{display: block;}
.userprofile-wrap .addroles .uroles-pane{}
.userprofile-wrap .addroles .uroles-pane .uroletype{display: inline-block; width: 100%;}
.userprofile-wrap .addroles .createblock{}
.userprofile-wrap .addroles .uroles-pane .uroletype h3{font-size: 12px; font-weight: 500;     text-align: left;
    margin: 5px 0 5px;}
.userprofile-wrap .addroles .adminblock {text-align: center; border:1px solid #efefef; margin-top: 24px;}
.userprofile-wrap .addroles .adminblock h3{font-size: 14px; font-weight: 600;     text-align: left;
    margin: 5px 0 5px; text-align: center;}
.userprofile-wrap .addroles .adminblock .form-group{}
.userprofile-wrap .addroles .adminblock .form-group .toggle{margin-left: 35%;}
.userprofile-wrap .addroles .adminblock .form-group button.rolebtn{width: 100%; padding: 54% 0; }
.userprofile-wrap .addroles .form-group{}
.userprofile-wrap .addroles .form-group button.rolebtn{width: 100%; }
.userprofile-wrap .addroles .form-group button.rolebtn:hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, .10);
    border: 1px solid #c6e1f3;
	transition: all 0.3s ease-in-out;
}
.userprofile-wrap .addroles .form-group .role-title{display: inline-block; padding:0;}
.userprofile-wrap .addroles .form-group .toggle{margin: 0;}
.userprofile-wrap .addroles .form-group .toggle input[type="checkbox"]{}
.userprofile-wrap .addroles .form-group .toggle{margin: 0; padding:5px 5px 0 0; }
.userprofile-wrap .addroles .form-group .toggle label.btn{margin:0; text-align: center; padding: 5px 2px 0 0;}
.pull-up { -webkit-transition: all .25s ease; -o-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease;}
.pull-up:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);
    box-shadow: 0 14px 24px rgba(62,57,107,.2);
    z-index: 999;
}

.tblwrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  background-color: #fff;
  color: #444;
  max-width: 800px;
}

.tblrow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
}

.tblrow div:nth-child(4) { grid-row-start: 2; }
.tblrow div:nth-child(5) { grid-row-start: 3; }

.cellbox {
  background-color: #444;
  color: #fff;
  border-radius: 2px;
  padding: 5px;

}

.modal.detailswrap{}
.modal.detailswrap .modal-dialog{width:80%;}
.modal.detailswrap.invoicemodel .modal-dialog{width:60%;}
.orderdet{padding-bottom: 64px; display: inline-block;}
.orderswrap{position:relative; padding: 16px 16px;}
.orderdet .qinfo{}
.orderdet .qinfo .qname{color:#4E90E8; font-weight:600;}
.orderdet .status_alert{border-bottom:1px solid #E0e0e0;}
.orderdet h3{font-size:16px; }
.orderdet h4{font-size:14px; }
.orderdet ul.odetlist{list-style-type:none; margin:0; padding:0; font-size:14px;}
.orderdet ul.odetlist li{list-style-type:none; margin:0; padding:0;}
.orderdet ul.odetlist.qprice{margin:5px 0 5px 0; font-size:14px; font-weight:700; color:#444444; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;}
.orderdet ul.odetlist.qprice li{padding:5px 0 2px 0; line-height:18px; font-weight:700;}
.orderdet ul.odetlist.qprice li .qplbl{width:22%; display:inline-block; font-weight:400;}
.orderdet ul.odetlist.qstat{}
.orderdet ul.odetlist.qstat li{}
.orderdet ul.odetlist.qstat li .qid{font-weight:700; text-decoration:underline;}
.orderdet ul.odetlist.qstat li .qprice{font-weight:600;}
.orderdet ul.odetlist.qstat li{margin-bottom:10px; border:1px solid #e0e0e0; border-radius:10px; padding:10px; font-size:14px; background:#ffffff;}
.orderdet ul.odetlist.qstat li.notavail{background:#efefef;}
.orderdet ul.odetlist.qnotifi{}
.orderdet ul.odetlist.qnotifi li{width:33.33%; float:left; margin-right:4px; margin-bottom:10px; border:1px solid #e0e0e0; border-radius:10px; padding:10px; font-size:14px; background:#efefef;}
.orderdet ul.odetlist.qnotifi .success{font-weight:700;}

.orderdet .attachwrap{padding:0 20px; border-top:1px solid #e0e0e0;}
.orderdet ul.odetlist.qttachment{}
.orderdet ul.odetlist.qttachment li{font-weight:600; margin-bottom:4px; float:left; margin-right:5%;}
.orderdet ul.odetlist.qttachment li:hover{}

.orderdet .orderlist{}
.pg-footer{text-align:center; background:#e0e0e0; padding:6px 0; margin-bottom: 40px;}

.orderswrap .product-list-wrap{padding: 10px 0px;}
.orderswrap .product-list-inner{margin:18px 12px 30px 12px; border-top: 1px solid #d8d8d8;}
.orderswrap .product-list-wrap h3{font-weight: 700; font-size: 16px; margin-bottom: 16px;}
.orderswrap .product-list-wrap ul.prod-list{list-style-type: none; padding: 0; margin: 0;}
.orderswrap .product-list-wrap ul.prod-list li{
    list-style-type: none;
    padding: 16px;
    display: inline-block;
    line-height: 24px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    margin-right: 16px;
    background: #ffffff; width: 46%;
}
.orderswrap .product-list-wrap ul.prod-list li:last-child{margin-right: 0;}
.tblcont.gridcont .grid-block-holder{padding: 16px;}


.userprofile{ margin-top: 20px; margin-bottom: 42px;}
.userprofile .uprofinner{}
.userprofile .uprofinner h2{font-size:18px; margin-bottom: 20px;}
.userprofile .uprofinner{}
.uprof-btn-wrap{text-align:center; border-top:1px solid #e0e0e0; padding:15px 0;}

.overdue_wrap{}
.overdue_wrap .od_title{display: inline-block; padding-top: 7px;}

.payment-due{padding:10px 0; margin:0;}
.payment-due h4{padding:0; margin:0;}
.payment-due .row-selected{padding:0;} 
.payment-due .payment-amt{} 
.payment-due .payment-amt .bal-due{width:100%; font-size:14px; text-align:right; } 
.payment-due .payment-amt .total_pay{width:100%; font-size:16px;text-align:right;}

.breadcrumbs{display:none;margin:0 auto;padding:8px 2px;width:100%; max-width:1232px}
    @media only screen and (min-width: 961px){.breadcrumbs{display:block}}
    .breadcrumbs__anchor{position:relative;z-index:-1;visibility:hidden;width:100%;height:160px;margin-top:-160px;pointer-events:none}
    .breadcrumbs__list{margin:0;padding:0;font-size:12px; font-weight:400;color:#6b6b6b;line-height:1.5;list-style:none}
    .breadcrumbs__list:after{content:'';clear:both;display:table}
    .breadcrumbs__item{float:left;margin:0}
    .breadcrumbs__item:after{content:'';clear:both;display:table}
    .breadcrumbs__item+.breadcrumbs__item:before{content:'/';float:left;margin:0 8px}
    .breadcrumbs__link{text-decoration:none;color:#6b6b6b}
.breadcrumbs_link:focus,.breadcrumbs_link:hover,.breadcrumbs_link:active{text-decoration:underline;color:#141414}


.product-quantity-label {
    /* color: #141414;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: normal; */
}


.quantity-decrease-button,
.quantity-increase-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #141414;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 200;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.2px;
    letter-spacing: -0.0125rem;
    line-height: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    height: 48px;
    width: 48px;
    background: #fff;
    border: 1px solid #d8d8d8
}

.quantity-decrease-button:hover,
.quantity-decrease-button:focus,
.quantity-increase-button:hover,
.quantity-increase-button:focus {
    border-color: #6b6b6b
}

.quantity-decrease-button--disabled,
.quantity-increase-button--disabled {
    opacity: .5;
    cursor: default
}

.quantity-decrease-button--disabled:hover,
.quantity-decrease-button--disabled:focus,
.quantity-increase-button--disabled:hover,
.quantity-increase-button--disabled:focus {
    border-color: #d8d8d8
}

.quantity-decrease-button.qty-disabled,
.quantity-decrease-button.qty-disabled,
.quantity-increase-button.qty-disabled,
.quantity-increase-button.qty-disabled {
    opacity: 0.5
}

.quantity-decrease-button {
    margin-right: 8px
}

.quantity-increase-button {
    margin-left: 8px
}

.button--contract {
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #6b6b6b
}

.quantity-input {
    background-color: #fff;
    border-color: #d8d8d8;
    border-style: solid;
    border-width: 1px;
    height: 48px;
    margin-bottom: 8px;
    width: 100%;
    color: #6b6b6b;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1px;
    letter-spacing: 0.00625rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: inherit;
    color: #141414;
    -moz-appearance: textfield;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    max-width: 48px;
    min-width: 48px;
    padding: 0;
    text-align: center;
    margin-bottom: 0
}



.sold-by-length {
    line-height: 45px;
    padding: 0 10px;
    font-weight: 400
}

.quantity-input[type=number]::-webkit-outer-spin-button,
.quantity-input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.quantity-input[type=number] {
    -moz-appearance: textfield
}

.quantity-input:focus {
    border: 1px solid #000;
    color: #6b6b6b;
    outline: none
}

.quantity-input.qty-disabled {
    opacity: 0.5
}

.quantity-sold-by-length {
    width: 100%
}

.quantity-sold-by-length:after {
    content: '';
    clear: both;
    display: table
}
.basket-wrap .tblcont .basket-content {
    display: flex;
    flex-direction: row;
    padding: 16px;
    column-gap: 16px;
    width: 100%;
}
.quantity-units-basket {}

.basket-wrap .basket-content .clistarea{display: flex; width: 100%;width: calc(74% - 10px); }
.basket-wrap .basket-content .clistarea .cart-basket-list{}
.basket-wrap .basket-content .clistarea .cart-basket-list .tblwrap{width: auto; overflow-x: auto;}
.clistarea .cart-basket-list {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 100%;
    float: left;
    /* min-height: 78vh; */
    margin-bottom: 40px;
  }
  .cart-basket-list .cart-list-title {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
  }
  .orderstatus-panel {
    height: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 1px solid #e0e0e0;
    background: var(--white);
    border-radius: 3px;
    min-height: 78vh;
    width: calc(32% - 10px);
  }
.basket-wrap .basket-content .clistarea .cart-basket-list {
    display: flex;
    flex-direction: column;
  }

  .basket-wrap .basket-content .clistarea .cart-basket-list .cart-list-title {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 16px; row-gap: 8px;
    align-items: center;
    border-bottom: 2px solid #dddddd;
    padding: 8px;
    justify-content: space-between;
  }
  .basket-wrap .basket-content .clistarea .cart-basket-list .item-row.cart-list-title{}
  .basket-wrap .basket-content .clistarea .cart-basket-list .item-row.cart-list-title .cell-item{}
  .basket-wrap .basket-content .clistarea .cart-basket-list .item-row.cart-list-title .cell-item.btn-wrap{    display: flex; column-gap: 8px;}
  .basket-wrap .basket-content .clistarea .cart-basket-list .item-row.cart-list-title .cell-item.address-selectors{display: flex; align-items: center; flex-wrap: wrap; column-gap: 16px; row-gap: 8px; flex-grow: 1; justify-content: space-between;}
  .basket-wrap .basket-content .clistarea .cart-basket-list .item-row.cart-list-title .cell-item.address-selectors .cart-list-dropdown{ display: flex; align-items: center; column-gap: 4px; row-gap: 4px; flex-grow: 1; }

.quantity-units-basket-min-length {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 200;
    padding-left: 8px
}

.quantity-units {
    float: left;
    margin-left: 8px;
    margin-top: 16px;
    color: #141414;
    font-weight: 400
}

.quantity-wrapper-sold-by-length {
    float: left;
    margin-bottom: 8px
}

.update-button {
    margin: 0px
}
.add-to-basket-summary-and-cta .price {
    color: #141414;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 200;
    line-height: 20px;
    line-height: 1.25rem;
    margin-top: 0;
    letter-spacing: normal;
    margin-bottom: 8px;
}
.u-centred {
    text-align: center;
}
.product-selection-elements{margin: 0; padding: 0;}

.tagg-balloons-wrapper{width:100%; padding:0; margin: 0 0 16px 0; float: left;}
.tagg-balloons-wrapper .tagg-balloon {
    background-color: #d8d8d8;
    display: table;
    padding:10px; width: 100%;
}
.tagg-balloon .tagg-text{display: table-cell; color: #141414;}
.tagg-balloon .tagg-text strong{display: block; text-transform: uppercase; font-weight: 400; margin-bottom: 8px;}
.add-to-wish-list-cta{float: left;
    width: 100%;
    text-align: center;
    margin-top: 8px;
    border: 1px solid #E85B60;
    padding: 4px;
    border-radius: 2px;}
.add-to-wish-list-placeholder>div {
    border: 1px solid #000;
    position: relative;
    line-height: 0;
    margin-bottom: 8px;
}
.add-to-wish-list-cta .add-to-wish-list-cta__signed-out, .add-to-wish-list-cta .add-to-wish-list-cta__button{
    color: #141414;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
    letter-spacing: normal;
    background: #fff;
    border: none;
    cursor: pointer;
    display: block;
    text-align: center;
    margin-top: 0;
    padding: 4px 4px;
    width: 100%;
}
.add-to-wish-list-cta .add-to-wish-list-cta__signed-out div, .add-to-wish-list-cta .add-to-wish-list-cta__button div {
    display: inline-block;
    position: relative;
}
.add-to-wish-list-cta .add-to-wish-list-cta__signed-out svg, .add-to-wish-list-cta .add-to-wish-list-cta__button svg {
    height: 20px;
    left: -30px;
    margin: 0;
    position: absolute;
    top: 0;
}

div.ui-pnotify-sticker span.glyphicon-pause{display:none !important;}
div.ui-pnotify-closer span.glyphicon-remove{display:none !important;}
div.ui-pnotify-sticker .ui-pnotify-icon h4.ui-pnotify-title{font-weight:200; display:none !important;}
.ui-pnotify-icon span.glyphicon-exclamation-sign{display:none !important;}

div.ui-pnotify-sticker .ui-pnotify-icon{ display:none !important;}

body>.ui-pnotify{position: absolute !important;}
.ui-pnotify {
      top: 99px !important;
      right: 10px !important;
      position:absolute;
      height:auto;
      z-index:9999;
      width: auto;
      height: auto;
      padding: 0px; text-align: center;
}
.ui-pnotify .ui-pnotify-closer, .ui-pnotify .ui-pnotify-sticker{display: none;}
.ui-pnotify .ui-pnotify-container {
    color: #E9EDEF;
    background-color: #444444; 
    border-color:#444444;
}
.ui-pnotify .ui-pnotify-text{padding: 0 10px 5px 10px;}
.ui-pnotify .ui-pnotify-container{min-height: auto; max-height: auto; height: auto; padding:0 !important ; margin: 0; width: auto; height: auto; text-align: center;}

.gallery-wrap .img-big-wrap .splide .splide__arrows .splide__arrow{width: 2.5rem; height: 2.5rem; border-radius: 2px; background:#ffffff; border: 1px solid #cccccc;     padding: 2px;}
.gallery-wrap .img-big-wrap .splide .splide__arrows .splide__arrow:hover{width: 2.5rem; height: 2.5rem; border-radius: 2px; display: inline-block;}
.gallery-wrap .img-big-wrap .splide .splide__arrows .splide__arrow--prev {left: 0; margin: 0;}
.gallery-wrap .img-big-wrap .splide .splide__arrows .splide__arrow--next {right: 0; margin: 0;}
.splide__slide img {
	text-align: center;
}
.splide--nav>.splide__track>.splide__list>.splide__slide{ }
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{ border: 1px solid #F78F31;  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);}
.prodimg .gallery-wrap .img-big-wrap .splide .splide__arrows button.splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}
.prodimg .gallery-wrap .img-big-wrap .splide .splide__arrows button.splide__arrow:hover svg {
    width: 1.2em;
    height: 1.2em;
}


.row.gutter-0 { margin-left: 0; margin-right: 0;}

.row.gutter-10 {margin-left: -5px; margin-right: -5px;}
.row.gutter-20 {margin-left: -10px; margin-right: -10px;}


#wrapper {padding-left: 0; padding-right: 0; height: auto;}
#wrapper.toggled {
  padding-left: 100px;
}
#sidebar-wrapper {
  z-index: 1000;
  position: relative;
  left: 0px;
  width: 0;
  height: 100%;
  margin-left: -100px;
  min-height:100%; height: 100vh;
  background: #ffffff;
  border-right: 1px solid #e0e0e0;
}
#wrapper.toggled #sidebar-wrapper {
  width: 100px;
}

.btn-default#menu-toggle,
.btn-default#menu-toggle:hover,
.btn-default#menu-toggle:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color:#4E90E8;
}
/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #ddd;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #444;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav .sidebar-brand {
  text-align: left;
}
.sidebar-nav .sidebar-brand img {
  width: 75px;
}
.sidebar-nav ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 0;
}
.sidebar-nav ul > li {
  font-size: 13px;
}
.sidebar-nav ul > li > a {
  color: #ddd;
  text-decoration: none;
  padding-left: 10px;
}
.sidebar-nav ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.6);
}
.checkbox label input[type="radio"], .checkbox label input[type="checkbox"]{
    
}
@media(min-width:768px) {
  #sidebar-wrapper {
    /*width: 100px;*/
  }
  #wrapper {
    /*padding-left: 100px;*/
   /* margin-bottom: 72px;*/
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }

  .orderswrap .product-list-wrap ul.prod-list li{
    /* width: 100%; */
    margin-bottom: 10px;
  }

}
.vertical-center {
    display: table;
    align-items: center;
    vertical-align: middle;
}
.vertical-center-inner{display: table-cell; vertical-align: middle;}  
.showdiv{display: block;}
.hidediv{display: none;}

.action_btn{ width: 98px;}
.prodltbl { padding: 0;}
.stepwizard-step p {margin-top: 10px;}
.stepwizard-row {  display: table-row;}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 16px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.form-group.required .control-label:after { 
   content:"*";
   color:red;
}

legend.the-legend{
	font-size: 16px;
	margin: 1px;
	text-decoration-line: underline;
}

.visibility_hidden{
	display: none;
}

/*Product categories*/

.search-left-container.col-w-20 {
    width: 257px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.search-right-container.col-w-80 {
    /* max-width: calc(100% - 257px); */
    width: calc(100% - 257px);
    background-color: var(--white);
}
.grid-block-holder.noFilter .col-w-80.prodgrid {
    max-width: calc(100% - 0px);
    width: calc(100% - 0px);
}

/*Login page*/


.login-container {
    min-height: 100%;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.brandlogo{text-align: center; margin-top: 0; font-size: 42px; text-transform: uppercase; color: #383838; float: left; width: 100%;}
.brandlogo a{font-size: 36px; font-weight: 800; color: #383838;}
.wc-txt{font-size: 18px; font-weight: 700; color: #828282; width: 100%; text-align: center; margin-bottom: 8px;}
.wc-subtxt{font-size: 16px; font-weight: 700; color: #383838; width: 100%; text-align: center;}
.login-container form {
    padding: 5% 0 0 0;
}
.btnSubmit {
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-wrap-outer{}
.loginform { padding:0; float: none; margin: 0 auto;}
.loginform h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    margin-bottom:2rem;
    display:none;
}
.loginform h3 strong {
    padding-top:7px;
    font-weight: bold;
    display:block;
}
.loginform h4 {
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    padding-bottom: 16px;
    margin:0;
}
.loginform h4 strong {
    font-weight: 600;
    color: #34495e;
    display: flex;
    font-size: 16px;
    padding-bottom: 6px;
}
.saleorderlogo{text-align: center; padding-top: 1%;}
.saleorderlogo img{height: 24px; width: auto;}
.loginform .form-group {
   
}
.loginform .form-group:focus-within {
    border-left: 5px solid #6FCF97;
}
.loginform .form-group label {
color: #BDBDBD;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.loginform .form-group .form-control {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    height: 20px;
}
.loginform .form-control:focus {
    box-shadow: none;
}
.loginform .form-control:focus {
    transition: none;
}

.loginform .form-password input[type=checkbox].viewpwd {
    position: absolute;
    left: 91%;
    top: 25%;
    opacity: 0;
    border: 0;
    width: 24px;
    height: 24px;
    padding: 0; cursor: pointer;
}
.loginform .form-password input + label.viewpwd-lbl {
    width:25px;
    height: 25px;
    position: absolute;
    left: 92%;
    top: 49%;
    z-index:100;
    cursor:pointer;
    background: url(../images/svg/view_icon_inactive.svg) left no-repeat;
}
.loginform .form-password input:checked + label {
    background: url(../images/svg/view_icon_active.svg) left no-repeat;
}
.loginform .form-remember-me {
    padding: 16px 0 0 0;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #828282;
    line-height: 18px;
    float: left;
    width: 100%;
}
.loginform .form-remember-me input {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
}
.loginform .form-remember-me label {
    height: 24px;
    padding: 3px 0 0 30px;
    background: url(../images/svg/checkoff.svg) left no-repeat;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    color: #383838;
}
.loginform .form-remember-me input:checked + label {
    background: url(../images/svg/checkon.svg) no-repeat;
}
.loginform .form-remember-me .rem-component{text-align: left; float: left;}
.loginform .form-remember-me .settings-wrap{text-align: right; float: right;}
.loginform .form-remember-me .settings-wrap a{color: #383838 ;}
.loginform .form-remember-me .settings-wrap a i{font-size: 18px;}
.loginform .form-remember-me .settings-wrap a:hover{color:#4E90E8;}

.loginform .form-forget-pwd {
    width: 45%;
    float: right;
    padding: 32px 0 0 0;
    text-align: right;
}
.loginform .form-forget-pwd a {
    color: #4F4F4F;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000000;
}
.loginform .form-forget-pwd a:hover {
    opacity:0.8;
}
.error-placeholder{width: 100%; text-align: left; float:left;     padding: 8px 0 0 0;}
.error-placeholder .login-msg { color:#CC4B4C; padding: 0; margin:0; font-size: 12px;}
.error-placeholder .login-msg .msg{vertical-align: middle;}
.loginform .forgot_pwd_wrap{float: right; padding: 16px 0 0 0; font-size: 12px; line-height: 24px; color:#828282;}
.loginform .forgot_pwd_wrap a{color:#828282; font-weight: 400;}
.loginform .forgot_pwd_wrap a:hover{text-decoration: underline;}
.loginform .form-button {
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
}
.loginform .form-button input {
    width: 100%;
    padding: 12px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 0px 13px -6px rgba(46,46,46,1);
    -moz-box-shadow: 1px 0px 13px -6px rgba(46,46,46,1);
    box-shadow: 1px 0px 13px -6px rgba(46,46,46,1);
    margin-top: 8px;
}
.loginform .form-button input[type=submit] {
    background: #4E90E8;
    border: 2px solid #2674B3;
    width:100%;
}
.loginform .form-button input[type=reset] {
    margin-left:10px;
    background: #EB5757;
}
.loginform .form-button input.btn-success{background: #63BB52; border: 2px solid #489A38; text-transform: inherit;}
.loginform .form-button input.btn-success:hover{box-shadow: none;}
.register-wrap{width: 100%; float: left; text-align: center; padding: 20px 0; color: #383838; font-size: 16px; font-weight: 800; margin-top: 8px; }
.register-wrap a{color: #63BB52; text-decoration: underline; transition: all 0.3s ease;}
.register-wrap a:hover{transition: all 0.3s ease; text-decoration: none;}
.loginformlogo {
    background: #ffffff;
    border-right:1px solid #fdfdfd; 
    background-size: cover;
    display: inline-block;
    align-items: center;
    /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    color: #F2F2F2;
    font-weight:100;
    padding:0; border-radius: 8px 0 0 8px;
    height: 560px;
}
.col-md-5.loginformlogo::after{background: rgba(215, 40, 40, 0.9); }
.taplogo{padding:2% 0 0 2%; }
.taplogo img{width: 20%;}
.loginformlogo .taplogo-login{
width: 100%;
    text-align: center;
    float: left;
    padding: 22% 0 0 0;
    margin-top: 0px;
}
.loginformlogo .taplogo-login img {width: 46%;}
.loginformlogo .cust-remark{width:100%; text-align: center; float: left;padding:10% 12% 20px 14%;}
.loginformlogo .cust-remark .commentbody{width:100%; text-align: center; color:#969696; float: left; font-weight:400; font-size: 12px; line-height: 22px; padding-bottom: 8px; letter-spacing: 1px; }
.loginformlogo .cust-remark .commenter{font-weight:500; width:100%; color: #444444; text-align: center; float: left; font-size: 12px; line-height: 18px; }
.loginformlogo .saleorderlogo{width:100%; text-align: center; float: left; padding: 20px; position: absolute; bottom: 20px;}
.loginformlogo .saleorderlogo img {margin: 0 auto; width: 32%;}
.loginformlogo .saleorderlogo .salesorder_tagline{float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
    padding:0;
    letter-spacing: 0.5px;
    color:#969696;
}

.loginform form{
  padding: 0px 4px 20px 4px;
}
.loginform form .field{
  height: 54px;
  width: 100%;
  margin-top: 16px;
  position: relative;
}
.loginform form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding-left: 20px;
  border: 2px solid #8D8D8D;
  border-radius: 4px;
  transition: all 0.3s ease;
  color: #828282;
  font-weight: 800;
  border-left: 8px solid #8D8D8D;
}
.loginform form .field input:focus,
form .field input:valid{
  border-color: #63BB52;
}
.loginform form .field input.error{
  border-color: #CC4B4C;
}
.loginform form .field input.error ~ label{ color: #CC4B4C;}
.loginform form .field input.error:focus{ border-color: #CC4B4C;}

.invalid-feedback-user{font-size: 12px; padding: 2px 0; color: #CC4B4C;  position: relative; top: 4px;}
.invalid-feedback-user .msg{color: #CC4B4C; vertical-align: middle;}

.invalid-feedback-pwd{font-size: 12px; padding: 2px 0; color: #CC4B4C;  position: relative; top: 4px;}
.invalid-feedback-pwd .msg{color: #CC4B4C; vertical-align: middle;}

form .field input.error:focus ~ label{color: #CC4B4C;}
.loginform form .field label{
  position: absolute;
  top: 50%;
  left: 28px;
  color: #828282;
  font-weight: 800;
  font-size: 16px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
form .field input:focus ~ label,
form .field input:valid ~ label{
  top: 20%;
  font-size: 12px;
  font-weight: 400;
  color: #606060;
  background:transparent;
  transform: translateY(-50%);
}

form .content{
  display: flex;
  width: 100%;
  height: 50px;
  font-size: 16px;
  /*align-items: center;*/
  justify-content: space-around;
}
form .content .checkbox{
  display: flex;
  align-items: center;
  justify-content: center;
}
form .content input{
  width: 15px;
  height: 15px;
  background: red;
}
form .content label{
  color: #262626;
  user-select: none;
  padding-left: 5px;
}
form .content .pass-link{
  color: "";
}
form .field input[type="submit"]{
  color: #fff;
  border: none;
  padding-left: 0;
  margin-top: -10px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  transition: all 0.3s ease;
}
form .field input[type="submit"]:active{
  transform: scale(0.95);
}
form .signup-link{
  color: #262626;
  margin-top: 20px;
  text-align: center;
}
form .pass-link a,
form .signup-link a{
  color: #4158d0;
  text-decoration: none;
}
form .pass-link a:hover,
form .signup-link a:hover{
  text-decoration: underline;
}

table#datatable-fixed-header.userlist > tbody > tr > td.coltext{
    text-align: right;
    font-size: 12px;
}

table#datatable-fixed-header.userlist > thead > tr > th{
    text-align: center;
    font-size: 12px;
}

div#beamerLoader {
    display: none !important;
}

div#beamerOverlay {
    background: rgba(246, 246, 246, 0.5) !important;
}

iframe#beamerNews {
    max-height: calc(100% - 90px) !important;
    height: calc(100% - 90px) !important;
    top: 45px !important;
    right: 175px !important;
    width: 430px;
    max-width: 430px;
    border-radius: 12px;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 1%), 
        0 1px 4px rgb(0 0 0 / 5%), 
        0 2px 16px rgb(0 0 0 / 5%), 
        0 4px 42px rgb(0 0 0 / 5%);
}

.pushModal.active {
    top: 15px !important;
}

.pushModal {
    width: 430px !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 1%), 
        0 1px 4px rgb(0 0 0 / 5%), 
        0 2px 16px rgb(0 0 0 / 5%), 
        0 4px 42px rgb(0 0 0 / 5%) !important;

}

.pushModal .pushContent {
    background: transparent !important;
    padding: 15px 25px 10px !important;
}

.pushModal .pushContent .pushContentText {
    font-size: 13px !important;
    margin-left: 15px !important;
    color: #424242 !important;
}

.pushModal .pushActions {
    background: transparent !important;
    padding: 5px 25px 16px !important;
}

.pushModal .pushActions a {
    margin-left: 5px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none !important;
    outline: none !important;
    background: #4e90e8 !important;
    color: #ffffff !important;
    line-height: 13px !important;
    padding: 6px 15px !important;
    text-align: center !important;
    margin-right: 6px !important;
    text-decoration: none !important;
    border: 1px solid #4987d8 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    transition: all ease 0.3s !important;
    -webkit-transition: all ease 0.3s !important;
}

.pushModal .pushActions a#pushActionRefuse {
    background: #e8e8e8 !important;
    color: #424242 !important;
    border: 1px solid #e6e6e6 !important;
}
  
.pushModal .pushActions a:hover {
    text-decoration: none !important;
    background: #4580ce !important;
    color: #ffffff !important;
}

.pushModal .pushActions a:active {
    background: #3d71b6 !important; 
}

.pushModal .pushActions a#pushActionRefuse:hover {
    text-decoration: none !important;
    background: #e4e4e4 !important;
    color: #424242 !important;
}

.pushModal .pushActions a#pushActionRefuse:active {
    background: #d0d0d0 !important; 
}

.beamerAnnouncementPopupContainer {
    background: rgba(246, 246, 246, 0.5) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.beamerAnnouncementPopupContainer .beamerAnnouncementPopup {
    top: auto !important;
    left: auto !important;
    transform: none !important;
}
/*Error page Styling*/
.error-page-container{ }
.exception-page{
    text-align: center;
}
.main_headers{
    text-align: center;
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
}
.logo-wrapper{margin-top:42px; text-align: center; margin-bottom: 32px;}
.logo-wrapper img{ width: 242px;
    height: auto;}
.heading_404{
    margin-top: 20px;
    font-size: 108px;
    font-weight: 700;
    line-height: 127px;
    color: #E85B60;
}
.not_found_style{
    
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #E85A60; 
}
.resource_style{
    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #606060;   
    border-top:  1px solid #000000;
    border-bottom:  1px solid #000000;
    padding: 22px 0;
}
.btn_style{
    
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 16px 58px;
    background: #4E90E8;
    border: 1px solid #2D9CDB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    margin-top: 42px;
}
.help_section{
    ont-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #606060;
    margin-top: 8%;
}
.sales-Order{
    color: #4E90E8;
    font-weight: 600;
}

 /* unexpected error  */
 .error-pg-body{margin: 0; padding: 0;}
.main-error-section{ display:flex;  flex-direction: column;  align-items: center;}
.error-page-container.exception-page .logo-wrapper{margin-bottom: 68px;}
.main-error-section .content-inner{ display:flex;  flex-direction: column;  width: 60%;}
.main-error-section .content-inner h1{letter-spacing: 0.1px; margin: 0; text-transform: uppercase; font-size: 24px; color: #373737;}
.main-error-section .content-inner h2{font-size: 16px; letter-spacing: 0.1px; color: #515253; font-size: 16px; font-weight: 400; margin-top: 24px; margin-bottom: 0;}
.error-page-container.exception-page .main-error-section .content-inner .btn-wrap{display: flex; width: auto; justify-content: center; flex-direction: column; align-items: center; margin-top: 48px;}
.error-page-container.exception-page .main-error-section .content-inner .btn-wrap a.backhome{
    text-transform: uppercase; background: #4E90E8; border: 1px solid #4E90E8; font-size: 16px; color: #ffffff; font-weight: 400; border-radius: 5px;
    padding: 8px 34px;
}
.help_section_error{
    font-weight: 400; font-size: 16px; line-height: normal;  margin-top: 18%; letter-spacing: 0.1px; color: #515253;
}
.help_section_error a{color: #4E90E8; font-size: 16px; font-weight: 400;}
.main-error-section .content-inner .breadcrumb-wrapper{display: flex; justify-content: center; margin: 10px 0;}
.main-error-section .content-inner .breadcrumb-wrapper .breadcrumb-content{font-size: 14px; font-weight: 600; letter-spacing: 0.1px; text-align: center; border-radius: 24px; border: 1px solid #efefef; padding: 8px 24px; background: #efefef; width: auto;}
.main-error-section .content-inner .breadcrumb-wrapper .breadcrumb-content span{font-size: 16px; color:  #414141;}

.thankuwrap{display: flex; width: 100%; justify-content: center;    height: 100%; flex-direction: column;} 
.thankscontent{margin-top: 42px; display: flex; flex-direction: column; align-items: center;}
.thankscontent h2{margin-bottom: 24px;}
.thankscontent h2.not_found_style{font-size: 18px; line-height: normal; font-weight: 600;}
.thankscontent .notfound-msg{display: flex; align-items: center; column-gap: 8px;}
.thankscontent .notfound-msg h4{font-size: 14px; font-weight: 500; color: #606060; line-height: 24px;}
.thankscontent .notfound-msg h3{font-size: 14px; font-weight: 500; color: #606060;}
.thankscontent .apology-txt{font-size: 14px; font-weight: 500;}
.thankscontent .continue-txt{font-size: 14px; font-weight: 400;}
.thankscontent .btn-wrapper{text-align: center;}
.thankscontent .btn-wrapper .btn_style{
    
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 42px;
    background: #4E90E8;
    border: 1px solid #2D9CDB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    margin: 24px 0 16px 0;
    
}

.h_one{
    font-weight: 700; font-size: 18px; line-height: normal; color: #E85B60; margin: 0; padding: 0;
}
.h_two{
    font-weight: 500; font-size: 14px; line-height: normal; color: #606060;  margin: 0; padding: 16px 0 0 0;
}
.h_three{
    font-style: normal;
    font-weight: 500;
     line-height: normal; font-size: 14px; 
    color: #606060;
    padding: 8px 0 0 0; margin: 0;
}
.link_page{

    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #4E90E8;
    
}
.ms-n5{
    margin-left: 12px;
}

/*Metrix Menu start*/

.navigation {}
.navigation * {box-sizing: border-box; -webkit-tap-highlight-color: transparent;}

/*.navigation-portrait {
  height: 48px;
}*/

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}


.login-link{
    padding: 0;
    backface-visibility: hidden;
    /* color: #5D5D5D;
    font-size: 14px; */
        white-space: normal;
    will-change: background-color, transform, box-shadow;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    /* box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16); */
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-link:hover{color:#000000;}

/*Basic hyper link with and without Icon*/

.banner-wrapper img{width: 100%;}
.share-icon-wrapper .dropdownWrap button.social-dropbtn{background: none;}
.share-icon-wrapper .dropdownWrap button.social-dropbtn:hover{background: none; border: none;}
.top_nav.no-login .top-nav-wrapper{display: none;}
a.login-link{border-bottom: 1px solid transparent; white-space: nowrap;}

.gridcont.category-wrap .grid-block-holder .bread-crumb .share-icon-wrapper{z-index:1; top:13px;}

/*Search box*/
.searchbox-wrapper{display: flex;}
.searchbox-wrapper .input-group.searchbox-inner{
    position: relative; display: flex; border-collapse: separate;
    border: 1px solid rgb(117, 117, 117);
    border-collapse: separate;
    border-radius: 24px;
    overflow: hidden;

}
.searchbox-wrapper .input-group.searchbox-inner form#search-box{width: 100%;}
.searchbox-wrapper .input-group .input-group-btn.search-panel{width: auto;}
.searchbox-wrapper .input-group .input-group-btn.search-panel select option{font-size: 14px;}

.searchbox-wrapper .input-group.searchbox-inner .searchbox-btn{}
.searchbox-wrapper .input-group.searchbox-inner .searchbox-btn .icon.icon--search {
    width: 21px;
    height: 21px;
    margin: 0 auto;
    top: 0px;
    right: 4px;
}
.searchbox-wrapper .input-group.searchbox-inner .searchbox-btn svg {
    position: relative;
}

.side-filters{margin-bottom: 16px; min-height: 506px; overflow-x: auto;}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 42px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.menu > ul:before, .menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu-mobile:after {
    content: "";
    background:url('../images/svg/menu.svg') 0 0 no-repeat; 
    height: 24px; 
    width:24px; 
    line-height: 24px; 
    background-size: 24px 24px;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 10px 16px;
    display: block;
    text-align: left;
}

.menu > ul > li:hover {
    background: #efefef;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    padding-bottom: 0;
    list-style: none;
    width: calc(50% - 8px);
    background: none;
    float: left;
    /* margin: 0 4px; */
}

.menu > ul > li > ul > li a {
    /* color: #282828; */
    /* font-weight: 600; */
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 8px 8px;
    background: #ffffff;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
    font-weight: 200;
}
.menu > ul > li > ul > li > ul > li a:hover{color: #cccccc;}

.menu > ul > li > ul.normal-sub {
    width: 248px;
    left: auto;
    padding: 0;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
    padding: 0;
    /* border-bottom: 1px solid #cccccc; */
    background: #efefef;
}
.menu > ul > li > ul.normal-sub > li:hover{
    background: #dddddd;
    
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 10px 16px;
    /* color: #282828; */
    text-align: left;
}
.menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-mobile {
    display: none;
    padding: 16px;
    font-size: 14px;
    color: #282828;
    text-align: left;
    font-weight: 700;
    line-height: 10px;
}
a.menu-mobile:hover{color: #000000; text-align: left; line-height: 10px;  text-decoration: none; font-weight: 700;}
.menu-dropdown-icon::before {
    content: "+";
    display: none;
    cursor: pointer;
    float: right;
    background: #cccccc;
    color: #fff;
    padding: 8px;
    width: 24px;
}

.menu-dropdown-icon.collapsed::before {
    content: "-";
    display: none;
    cursor: pointer;
    float: right;
    background: #cccccc;
    color: #fff;
    padding: 8px;
}
.unique-cart-class {
    position: sticky;
    top: 0;  
    padding: 10px;
    z-index: 1000;
  }
#appended-cart{   
    right: 0;
    z-index: 9999;
    background: #ffffff;
    padding: 8px 8px 16px 24px;
    border-radius: 0 0 0 16px;
    border: 1px solid #eeeeee;
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
}
#appended-cart .title{display: none;}
#appended-cart2{
    right: 0;
    z-index: 9999;
    background: #ffffff;
    padding: 8px 8px 16px 24px;
    border-radius: 0 0 0 16px;
    border: 1px solid #eeeeee;
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
}
#appended-cart2 .title{display: none;}
div.ui-pnotify{position:fixed;}


.unique-cart-class {
    position: sticky;
    top: 0;
    
    padding: 10px;
    z-index: 1000;
  }

  
 #appended-cart{
    
    right: 0;
    z-index: 9999;
    background: #ffffff;
    padding: 8px 8px 16px 24px;
    border-radius: 0 0 0 16px;
    border: 1px solid #eeeeee;
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
}
#appended-cart .title{display: none;}

#appended-cart2{
    
    right: 0;
    z-index: 9999;
    background: #ffffff;
    padding: 8px 8px 16px 24px;
    border-radius: 0 0 0 16px;
    border: 1px solid #eeeeee;
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
}
#appended-cart2 .title{display: none;}

div.ui-pnotify{position:fixed;}

.ui-pnotify.cart-bar {
    position: fixed !important;
    top: 60px !important;
}

.addbtn {
    position: relative;
}

@keyframes basketAnimationItemOpacity {
    10% {
        opacity: 1
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.add-to-basket-animation-item {
    position: absolute;
    z-index: 99999;
    opacity: 0;

    div {
        width: 45px;
        height: 45px;
        border-radius: 5px;
    }
}

@keyframes basket-shake-fade {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-3px);
    }
    50% {
        transform: translateX(3px);
    }
    75% {
        transform: translateX(-1px);
    }
    100% {
        transform: translateX(0);
    }
}

.make-basket-shakable {
    animation: basket-shake-fade ease-out 400ms;
}

@media only screen and (max-width: 959px) {
    .drop-down-menu.menu-container { width: 100%; align-items:flex-start; min-width: 186px; }
    .drop-down-menu.menu-container .navigation { width: 100%; }
    .menu-mobile {display: block; padding: 14px 16px; font-size: 14px; color: #282828; text-align: left; font-weight: 700; line-height: 10px;}
    .menu-dropdown-icon::before { display: block; }
     .menu-dropdown-icon.collapsed::before { display: block; position: relative; top: 0;}
    .main_header_area .menu-container nav.navigation .menu ul { display: none;}
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 8px;
        width: 80%;
        display: block;
        
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
        background: #efefef;
        padding: 0;
    }
    .menu > ul > li > ul.normal-sub{padding: 0;}
    .menu > ul > li > ul.normal-sub > li {
        padding: 0;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu-container .navigation .menu>ul>li.menu-dropdown-icon>ul.normal-sub>li{padding: 1px 16px 1px 12px; background: none;}
    .menu-container .navigation .menu>ul>li.menu-dropdown-icon>ul.normal-sub>li a{padding: 4px 0; background:none;}
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .main_header_area .menu-container nav.navigation .menu ul.show-on-mobile {
        display: flex;
        flex-direction: column;
        position: absolute;
        background: #fff;
        width: 100%;
        min-width: 320px;
        z-index: 9999;
    }
    .menu .submenu-indicator {
        display: none;
    }
}

/* 
.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
} */

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}


.navigation-landscape .nav-menu.nav-menu-centered { float: none; text-align: center;}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}
.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a { display: flex; align-items: center; 
      transition: color 0.3s, background 0.3s;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  /*color: #ff6b00;*/
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {transition: all 0.2s; position: relative;}

.navigation-portrait .submenu-indicator {

  margin-top: 0;
  /* position: absolute; */
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cd-signin-modal__header{padding: 16px 24px; border-bottom: 1px solid #efefef;}
.cd-signin-modal__header h4{}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
  
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  /* clear: both; */
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}


.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 16px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}
.nav-menu > li > a {}
.nav-dropdown > li > a { padding: 10px 20px; border-bottom: 1px solid #f6f6f6;}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
}


/*Custom-theme for tap*/

.headerHome{  
      /* -webkit-box-shadow: 0 2px 4px rgb(3 27 78 / 10%); box-shadow: 0 2px 4px rgb(3 27 78 / 10%); */
}
.headerCMSheader-wrapper{ background: #F8F8F8; padding: 0 15px; height: 62px; border-bottom: 1px solid #e9e9e9;}
.headerCMSheader-left-col{ display: flex; flex-direction: row; column-gap: 24px; justify-content: flex-start; align-items: center;}

.headerCMSheader-left-col .image-wrapper a{}
.main_header_area .container .navigation{background: none; height: auto;}
.main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu{
    display: flex; column-gap: 16px; row-gap: 8px; flex-wrap: wrap; justify-content: space-between;
}
.main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li{height: auto;}
.main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li.focus{position: relative;}
.main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li a{border-bottom: 1px solid transparent; white-space: nowrap; padding:8px 8px; position: relative;
    display: flex; align-items: center; column-gap: 8px;}
.main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li.focus ul.nav-dropdown.nav-submenu li a{font-size: 14px; padding: 8px 8px; text-align: left; text-transform: capitalize; position: relative;}
.main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li.focus ul.nav-dropdown.nav-submenu li a:first-child{padding: 8px 8px;}
.main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li a:hover{ text-decoration: none; color: inherit;}

.main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li a .submenu-indicator{    top: -2px;}
.main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li.focus ul.nav-dropdown.nav-submenu li a:hover{}

/*Mega Menu Styles*/
.menu-container nav.navigation .menu ul{}
.menu-container nav.navigation .menu ul li a{position: relative;}
.menu-container nav.navigation .menu ul li a:hover{color: inherit;}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon{}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon a{
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 8px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon a .submenu-indicator{
    background: inherit; height: 10px; width: 10px; right: 0px; position: relative;
}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon a:hover .submenu-indicator{background: inherit;}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon a .submenu-indicator .submenu-indicator-chevron{}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu{padding: 0; left: 0; width: 100%;}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists{display: flex;     column-gap: 8px; padding: 16px;}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists ul.megamenu-list{display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists ul.megamenu-list li{padding: 0; display: flex; align-items: flex-start; justify-content: flex-start;}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists ul.megamenu-list li:before { content: "•"; font-size: 20px;
    padding-right: 8px; vertical-align: top; line-height: 32px;}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists ul.megamenu-list li a{padding: 8px 0;}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists ul.megamenu-list li.megamenu-list-title{padding:0;}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists ul.megamenu-list li.megamenu-list-title:before{content: "•"; font-size: 0; padding: 0;}
.menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists ul.megamenu-list li.megamenu-list-title a{font-weight: 600; padding: 8px 0; white-space: normal;}


.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
  }
  
  .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
  }
.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li.focus ul.nav-dropdown.nav-submenu li a .submenu-indicator { top: 15px; background: #fff; height: 10px; width: 10px; right: 8px;}

.BlockHyper-Links .info-wrap{}
.BlockHyper-Links .btn-wrap{display: flex; flex-direction: column; align-items: center;}
.fluid-cell.headerCMSheader-right-col{ display: flex; flex-direction: row; column-gap: 16px; justify-content: flex-end;}
.fluid-cell.headerCMSheader-right-col .fluid-cell.headerCMSheader-button-wrap{display: flex; flex-direction: row; column-gap: 8px;}

.fluid-cell.headerCMSheader-right-col .BlockHyper-Links{padding: 0;}
.fluid-cell.headerCMSheader-right-col .BlockHyper-Links a{
    background: #FFFFFF; border: 1px solid #5D5D5D; box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16); border-radius: 6px;
    font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: #5D5D5D; height: 42px;     padding: 4px 16px;

}
.fluid-cell.headerCMSheader-right-col a.login-link{
    background: #F68E31; border: 1px solid #F68E31; box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16); border-radius: 6px;
    font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: #FFFFFF; height: 42px; 
    padding: 4px 16px;
}

.featured-banner_img img{width: 100%;}

#aboutUs.main-content-wrapper.aboutUs{flex-direction: column; padding: 0;}

.fluid-cell.headerCMSheader-right-col .search-box-wrap .search-box{background: rgba(255, 255, 255, 0.4); border: 1px solid #5D5D5D; border-radius: 6px; height: 42px;}

.contentHome .contentHomeCMScontainer-wrap{flex-direction: column;}
.contentHome .contentHomeCMS-feature-prod-row{ display: flex;  flex-direction: column; align-items: center; width: 100% !important;  padding: 15px 15px; background:#EFEFF4;}
.contentHome .contentHomeCMS-feature-prod-row .BlockHyper-Links{width: 100% !important; padding: 0;}
.contentHome .contentHomeCMS-feature-prod-row .BlockHyper-Links a{width: 100%;}
.contentHome .contentHomeCMS-feature-prod-row .BlockHyper-Links a .banner-wrapper{width: 100%; padding: 0;}
.contentHome .contentHomeCMS-feature-prod-row .BlockHyper-Links a .banner-wrapper img{width: 100%;}

.contentHome .contentHomeCMS-feature-prod-row .contentHomeCMS-feature-cat-grid{ width: 100% !important; background: #fff; border-radius: 0 0 8px 8px; display: flex; justify-content: space-evenly;}
.contentHome .contentHomeCMS-feature-prod-row .contentHomeCMS-feature-cat-grid .row-cell.col1{justify-content: center; height: 80px; border-right: 1px solid #E0E0E0; 
    font-weight: 400; font-size: 14px; line-height: 16px; text-align: center; color: #000000;}
.contentHome .contentHomeCMS-feature-prod-row .contentHomeCMS-feature-cat-grid .row-cell.col1:last-child{border-right: none;}


.contentHome .contentHomeCMS-feature-prod-row .contentHomeCMS-banner-col{ width: 100% !important;  padding: 24px 0 0 0; display: flex; column-gap: 16px;}
.contentHome .contentHomeCMS-feature-prod-row .contentHomeCMS-banner-col .BlockHyper-Links{padding: 0;}
.contentHome .contentHomeCMS-feature-prod-row .contentHomeCMS-banner-col .BlockHyper-Links a .banner-wrapper img{border-radius: 8px;}


.contentHome .contentHomeCMS-bestseller-prod{background: #ffffff; display: flex; width: 100%; padding: 15px 15px 0 15px; flex-direction: column; align-items: flex-start;}
.contentHome .contentHomeCMS-bestseller-prod .contentHomeCMS-section-title{width: 100% !important; margin-bottom: 24px;}
.contentHome .contentHomeCMS-bestseller-prod .contentHomeCMS-section-title h2{font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #5D5D5D;}
.contentHome .contentHomeCMS-bestseller-prod h2{font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #5D5D5D;}

.contentHome .contentHomeCMS-bestseller-prod .contentHomeCMS-section-content{
    width: 100% !important; 
    margin-bottom: 24px; 
    align-items: flex-start;
    column-gap: 16px;

}
.contentHome .contentHomeCMS-bestseller-prod .contentHomeCMS-section-content .BlockHyper-Links{padding: 0; width: 100% !important; display: flex;   flex-direction: column;}
.contentHome .contentHomeCMS-bestseller-prod .contentHomeCMS-section-content .BlockHyper-Links a{width: 100%;}

.contentHome .contentHomeCMS-popular-cat-section{background: #EFEFF4; display: flex; width: 100%; padding: 15px 15px 0 15px; flex-direction: column; align-items: flex-start;}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap{width: 100% !important; column-gap: 16px; row-gap:16px;  margin-bottom: 24px;}

.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .col3{flex-direction: column; align-items: flex-start; padding-right: 20px; width: auto !important;}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .col3 .cell-item{display: flex; width: 100% !important;}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .col3 .cell-item.cell1{
    font-style: normal; font-weight: 600; font-size: 30px; line-height: 38px; color: #5D5D5D; margin-bottom: 16px;
}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .col3 .cell-item.cell2{
    font-style: normal; font-weight: 400; font-size: 18px; line-height: 24px; text-transform: capitalize; color: #5D5D5D; margin-bottom: 16px;
}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .col3 .cell-item.cell3{font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; text-transform: uppercase; color: #F68E31; display: none;}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .contentHomeCMScat-wrapper-block{width: 100% !important; column-gap: 16px;}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .BlockHyper-Links{padding: 0;}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .BlockHyper-Links a{width: 100%;}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .BlockHyper-Links a .hyperlinks-label{text-align: left;}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .BlockHyper-Links a .hyperlinks-label p{
    font-style: normal; font-weight: 400; font-size: 18px; line-height: 24px; text-transform: capitalize; color: #5D5D5D; margin-bottom: 16px
}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .BlockHyper-Links a .hyperlinks-label p:first-child{
    font-style: normal; font-weight: 600; font-size: 30px; line-height: 35px; color: #5D5D5D; 
}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .BlockHyper-Links a .hyperlinks-label p:last-child{
    font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; text-transform: uppercase; color: #F68E31;
}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-prod-wrap{width: 100% !important; column-gap: 16px; row-gap:16px; margin-bottom: 24px; align-items: flex-start;}
.contentHomeCMS-popular-cat-section .contentHomeCMS-popular-prod-wrap .BlockHyper-Links{width: 100%; padding: 0;}
.contentHomeCMS-popular-cat-section .contentHomeCMS-ad-block-wrapper{width: 100% !important; margin-bottom: 24px; background: #F8F8F8; border: 1px dashed #C4C4C4; border-radius: 8px; padding: 8px 0;}

.footerHome{ flex-direction: column; border-top: 1px solid #D9D9D9;}
.footerHome .footerHomeCMSftop-wrap{background: rgba(224, 224, 224, 0.4); border-bottom: 1px solid #D9D9D9 ; padding: 0 15px;}
.footerHome .footerHomeCMSftop-wrap .main_header_area .navigation .nav-menus-wrapper ul.nav-menu{    display: flex; justify-content: space-between;     flex-wrap: wrap;}

.footerHome .footerHomeCMSfbot-wrap{padding: 0 15px;}
.footerHome .footerHomeCMSfbot-wrap .fluid-cell.footerHomeCMSsocial-link-wrap{display: flex; justify-content: flex-end; align-items: center; column-gap: 16px;}
.footerHome .footerHomeCMSfbot-wrap .fluid-cell.footerHomeCMSsocial-link-wrap .BlockHyper-Links{padding: 0;}
.tblcont.thankuwrap{display: flex; flex-direction: column; align-items: center; height: auto; width: 100%; padding:16px;}
.tblcont.thankuwrap .confirm-wrap-inner{padding-top:0; display: flex; flex-direction: column; align-items: center;}

.tblcont.thankuwrap .splitOrdr-wrap{width: 100%;}
.tblcont.thankuwrap .splitOrdr-wrap .confirm-icon-wrap{}
.tblcont.thankuwrap .splitOrdr-wrap .confirm-icon-wrap .icon-order-confirm{
    width: 90px;
    background-size: 90px 90px;
    height: 90px;
}
.tblcont.thankuwrap .splitOrdr-wrap .confirm-thanku{font-weight: 600; font-size: 18px; margin-bottom: 16px;}
.tblcont.thankuwrap .splitOrdr-wrap .confirm-det-wrap{margin: 16px 0;display: flex ; flex-direction: column; align-items: center; width:100% ;}
.tblcont.thankuwrap .splitOrdr-wrap .confirm-det-wrap .container{    display: flex; flex-direction: column; align-items: center;}
.tblcont.thankuwrap .splitOrdr-wrap .confirm-det-wrap .container .table-responsive{display: flex; flex-direction: column; align-items: center; width: calc(100% - 10px); max-width: 840px;}
.tblcont.thankuwrap .splitOrdr-wrap .confirm-det-wrap .container .table-responsive .table.dataTablenowrap.table-bordered{}

.tblcont.thankuwrap .splitOrdr-wrap .confirm-status{font-size: 14px; font-weight: 600; margin: 0 0 16px 0;}
.tblcont.thankuwrap .splitOrdr-wrap .continue-cta-wrap{margin: 0 0 16px 0;}
.tblcont.thankuwrap .splitOrdr-wrap .continue-cta-wrap .btn.btn-continue{ 
    padding: 12px 24px;
    margin: 0;
    line-height: 20px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
    border: 1px solid #4E90E8;
    background: #4E90E8;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
}
.tblcont.thankuwrap .splitOrdr-wrap .continue-cta-wrap .btn.btn-continue:hover{
    padding: 12px 24px;
    margin: 0;
    line-height: 20px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
    border: 1px solid #4E90E8;
    background: #4E90E8;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
}

/* Quotes-thankyou */
.tblcont.thankuwrap .quote-wrap{display: flex; flex-direction: column; row-gap: 16px;}
.tblcont.thankuwrap .quote-wrap .confirm-thanku{text-transform: uppercase; color: #383838; font-weight: 700; font-size: 28px; margin-bottom: 16px; line-height: normal;
    text-align: center;}
.tblcont.thankuwrap .quote-wrap .confirm-det-wrap{
    display: flex; flex-direction: column; align-items: center; row-gap: 16px;
    border-radius: 8px; border: 2px dashed #63BB52;
    padding: 24px; width: 100%; position: relative;    margin-bottom: 24px;
}
.tblcont.thankuwrap .quote-wrap .confirm-det-wrap .confirm-ref-lbl{font-size: 18px; font-weight: 600; color: #383838; text-align: center; line-height: normal;}
.tblcont.thankuwrap .quote-wrap .confirm-det-wrap .ref-num-wrap{margin-bottom: 16px;}
.tblcont.thankuwrap .quote-wrap .confirm-det-wrap .ref-num-wrap a{font-size: 28px; font-weight: 800;}
.tblcont.thankuwrap .quote-wrap .confirm-det-wrap .conf-det-link{position: absolute; bottom: -8px;}
.tblcont.thankuwrap .quote-wrap .confirm-det-wrap .conf-det-link a{    background: #63BB52; color: #ffffff; padding: 8px 16px; border-radius: 24px;}
.tblcont.thankuwrap .quote-wrap .confirm-notification{text-align: center; line-height: normal;}
.tblcont.thankuwrap .quote-wrap .confirm-status{font-size: 16px;}
.tblcont.thankuwrap .quote-wrap .confirm-status.inprogress{color: #E85B60;}
.tblcont.thankuwrap .quote-wrap .continue-cta-wrap{display: flex; margin-top: 16px; margin-bottom: 16px;}
.tblcont.thankuwrap .quote-wrap .continue-cta-wrap .btn.btn-continue{ 
    padding: 12px 24px;
    margin: 0;
    line-height: 20px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
    border: 1px solid #4E90E8;
    background: #4E90E8;
    border-radius: 2px;
    font-size: 14px;
        color: #ffffff;
}
.tblcont.thankuwrap .quote-wrap .continue-cta-wrap .btn.btn-continue:hover{ 
    padding: 12px 24px;
    margin: 0;
    line-height: 20px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
    border: 1px solid #4E90E8;
    background: #4E90E8;
    border-radius: 2px;
        font-size: 14px;
    color: #ffffff;
}


.dataTables_wrapper.dt-bootstrap .row{margin: 8px 0px;}
.dataTables_wrapper .col-sm-12 { float: none; padding: 0;}
.tblcont.quoteswrap .quotetbl {padding:0 16px;}
.tblcont.orderwrap{padding: 0 16px;}
.tblcont.invoicewrap{padding: 0 16px;}
.orders-container .orderwrap .ordertbl { padding: 0 16px;}
.tblcont.shipmentwrap .shiptbl {padding: 0 16px;}
.invoice-payment-main .tblcont.inv-payment-wrap .carlist-wrap.usertbl { padding: 0 16px;}
.invoice-payment-main .tblcont.inv-payment-wrap .carlist-wrap.usertbl .clistarea {padding: 0px;}
.invoice-payment-main .tblcont.inv-payment-wrap .carlist-wrap.usertbl .clistarea > div {padding: 0px}
.clistarea .dataTables_wrapper > .row div.col-sm-12 { padding-left: 0px}
.inv-payment-wrap .orderstatus-panel .orderblock .paymentwrap{border-bottom: none; width: 100%;}
.inv-payment-wrap .orderstatus-panel .orderblock .nav-pills.nav-stacked{margin-bottom: 0px; width: 100%;}

.usertbl table.userlist {border-radius: 2px}
.datecal-wrap .dt-filter-btn .btn-group .btn { margin-right: 6px !important;}

/*Equal Height Containers*/
.view-section-wrap .orderwrap{padding-bottom: 0;}
.eqheight-wrap{padding: 16px;}
.eqheight-wrap .eqheight-inner{ display: flex; flex-wrap: wrap; justify-content: space-evenly; column-gap: 16px; row-gap: 16px;}
.eqheight-wrap .eqheight-inner .eqheight-block{background: #FFFFFF; border: 1px solid #efefef; box-shadow: 0px 2px 4px rgb(96 96 96 / 30%); border-radius: 2px; padding: 16px;}
.eqheight-wrap .eqheight-inner .eqheight-block.ol-block{flex-grow: 1; flex-basis: 0;}
.eqheight-wrap .eqheight-inner .eqheight-block .card .card-body{padding: 0.25rem;}
.eqheight-wrap .eqheight-inner .eqheight-block .the-legend{font-size: 14px; text-decoration-line:none; font-weight: 700;}
.view-section-wrap .prodltbl.orderviewtbl{padding: 0 16px;}
.prodltbl .dataTables_wrapper .dataTables_filter .dataTables_filter table th{font-size: 12px;}
.orders-container .orderwrap .ordertbl{}
.orders-container .orderwrap .ordertbl tr td.buynbtn .btn.addcart.copyorder-btn{ padding: 12px 24px;
    margin: 0;
    line-height: 20px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
    border: 1px solid #4E90E8;
    background: #4E90E8;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
}
.view-section-wrap .eqheight-wrap .eqheight-inner .eqheight-block ul.order-listing{display: table; width: 100%}
.view-section-wrap .eqheight-wrap .eqheight-inner .eqheight-block ul.order-listing li .ol-title{display: table-cell; width: 140px;}
.view-section-wrap .eqheight-wrap .eqheight-inner .eqheight-block ul.order-listing li .ol-entry{display: table-cell;}
.invoice-payment-main .tblcont.inv-payment-wrap{}
.invoice-payment-main .tblcont.inv-payment-wrap .carlist-wrap.usertbl{float:left;width: 100%;}
.invoice-payment-main .inv-payment-wrap .orderstatus-panel{padding: 0;}

.invoice-payment-main .tblcont.inv-payment-wrap .inv-payment-wrap .orderstatus-panel{padding: 0;}
.invoice-payment-main .tblcont.inv-payment-wrap .carlist-wrap.usertbl .clistarea{}
.invoice-payment-main .tblcont.inv-payment-wrap .carlist-wrap.usertbl .clistarea > div{}

.customers-outer .customerswrap{padding: 8px; width: 100%; display: inline-block;}
.contacts-outer .contacttbl-wrap{padding: 8px; width: 100%; display: inline-block;}

.expired{font-size: 12px;font-weight: 500;padding: 2px 4px;border-radius: 2px;color: #E85B60; border: 1px solid #E85B60;}

.tblcont.gridcont.category-wrap .search-right-container .pgridwrap.nodatafound{grid-template-columns: [start] repeat(1, minmax(0px, 1fr)) [end]; gap: 0;}
.tblcont.gridcont.category-wrap .search-right-container .pgridwrap.nodatafound span.error-msg{padding: 16px; width: 100%; margin: 0; font-weight: 600;}

.main-content-wrapper{display: flex; flex-direction: column; width: 100%; min-height: 86vh;}

.cust-model-win{}
.cust-model-win .modal-dialog{}
.cust-model-win .modal-dialog .modal-header{}
.cust-model-win .modal-dialog .modal-header .item-cell{}
.cust-model-win .modal-dialog .modal-header .item-cell h2{font-size: 18px;}
.cust-model-win .modal-dialog .modal-header .item-cell h2 .itemcode-txt{    background: #4E90E8;
    color: #ffffff; padding: 4px 8px; font-size: 16px; border-radius: 2px;}
.cust-model-win .modal-dialog .modal-header .item-cell.left{}
.cust-model-win .modal-dialog .modal-header .item-cell.right{}

.cust-model-win .modal-dialog .modal-body{}
.cust-model-win .modal-dialog .modal-body .uprofile{}
.cust-model-win .modal-dialog .modal-body .uprofile h3{    display: flex; width: 100%; font-size: 16px; font-weight: 600; color: #282828;
    justify-content: center; align-items: center; padding: 8px 0;}

.cust-model-win .modal-dialog .modal-body .item-row{display: flex; flex-direction: row; column-gap: 16px; margin-bottom: 8px;}
.cust-model-win .modal-dialog .modal-body .item-row .item-cell{flex-direction: column; display: flex; flex-grow: 1; flex-basis: 0; row-gap: 2px;}
.cust-model-win .modal-dialog .modal-body .item-row .item-cell.form-group{padding: 0; margin: 0;}
.cust-model-win .modal-dialog .modal-body .item-row .item-cell label{font-size: 13px; margin: 0;}
.cust-model-win .modal-dialog .modal-body .item-row .item-cell input{height: 39px; font-size: 14px; margin: 0;}
.cust-model-win .modal-dialog .modal-body .item-row .item-cell select{height: 39px; font-size: 14px;  margin: 0;}

.select-wrap.channel{display: inline-block;}
.select-wrap.channel select{ font-size: 14px;
    padding: 1px 4px;
    margin: 0;
    cursor: default;
    height: 38px;
    border: 1px solid #ADB2B5; line-height: 30px; border-radius: 2px;    min-width: 160px;}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }
  .somodel.model-prod-qv.modal .modal-dialog .modal-content .model-content-inner .modal-body .card.prod-cont{flex-direction: column;}
}

/*Metrix menu end*/

table.table.table-responsive th, table.table.table-responsive  td {
    border-left-width: 0;
}

table.table-responsive tbody th, table.table-responsive tbody td {
    vertical-align: middle;
    white-space: break-spaces;
}
table.table.dataTablenowrap.table-bordered tbody tr td.buynbtn{width: 180px;}
table.table.dataTablenowrap.table-bordered tbody tr td.buynbtn .btn-wrap{width: 100%;
  display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;}

      .top-right-content .select-wrap.channel select{max-width: 160px;}
      .top-right-content ul.nav.navbar-nav li.user-avatar a.user-profile{border:none; padding: 0;}
      .navbar-nav li.user-avatar a .profile-outer-wrap .pro-initial-wrap .prof-initial-txt{   
        font-size: 11px;
        line-height: 24px;
        width: 28px;
        height: 28px; display: flex; align-content: center; justify-content: center;}
      .navbar-nav li.user-avatar a .profile-outer-wrap .pro-initial-wrap .prof-name{display: none;}
      .top-right-content ul.nav.navbar-nav li.user-avatar a.user-profile i.icon-profile-down-arrow{display: none;}


      .select-wrap.channel select.channelDropdownCls {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    
        /* SVG background image */
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23999999'><polygon points='20,0 80,0 50,52'/></svg>");
        background-size: 12px;
        background-position-x: calc(100% - 8px);
        background-position-y: calc(100% - 10px);
        background-repeat: no-repeat;
        padding-right: 24px;
        padding-left: 8px;
        position: relative;
    }
    .select-wrap.channel select.channelDropdownCls option{
        background: #ffffff;
        color: #000;
    } 

@media screen and (max-width: 767px) {
    /* .confirm-det-wrap .container .table-responsive{max-width: 590px;} */
    table.table.dataTablenowrap.table-bordered {}
    .tblcont.thankuwrap .splitOrdr-wrap .confirm-icon-wrap .icon-order-confirm {
        width: 64px;
        background-size: 64px 64px;
        height: 64px;
    }
    .tblcont.thankuwrap .confirm-wrap-inner{padding-top: 0;}

}
@media (max-width: 991px) {
    table.table.table-responsive thead th {
        display: block;
        border-right: none;
        height: 100%;
        border-bottom: none;
        vertical-align: middle;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    
    .tblcont.thankuwrap .splitOrdr-wrap .confirm-icon-wrap .icon-order-confirm {
        width: 58px;
        background-size: 58px 58px;
        height: 58px;
    }
    .tblcont.thankuwrap .confirm-wrap-inner{padding-top: 0;}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){
    .navbar-nav .open .dropdown-menu{width: auto;}
    .contentHome{padding-top: 4px;}
    .footerHome .footerHomeCMSftop-wrap{
        padding: 0 16px;
    }
    
  
    .row-cell.headerCMSheader-wrapper{
        flex-direction: column; width: 100%; padding: 0 8px; display: flex; flex-wrap: wrap; height: auto;
    }
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-left-col{
        width: 100% !important; flex-direction: column; align-items: flex-start;
    }
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-left-col .image-wrapper a{display: flex;}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-left-col .image-wrapper a img.blockImage{width: 52px;}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-left-col .main_header_area nav.navigation .nav-menus-wrapper ul.nav-menu{
        column-gap: 8px; display: flex; justify-content: space-between;
    }

    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-left-col .main_header_area nav.navigation .nav-menus-wrapper ul.nav-menu li a{
        height: auto;
    }

    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col{
        width: 100% !important; padding: 8px 0; row-gap: 8px; flex-direction: column;
    }
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col .search-box{min-width: 100%;}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col .search-box form#search-box .search-input-group input[type="text"]{}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col .search-box form#search-box .searchbox-btn{
        width: 34px; height: 28px;
    }
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col .headerCMSheader-button-wrap{display: flex; column-gap: 16px;}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col .headerCMSheader-button-wrap .BlockHyper-Links{}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col .headerCMSheader-button-wrap .BlockHyper-Links a{
        height: auto; padding: 10px 12px;
    }
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col .headerCMSheader-button-wrap .login-link{height: auto;}

    .contentHome .contentHomeCMS-feature-prod-row{padding: 0;}
    .contentHome .contentHomeCMS-feature-prod-row .contentHomeCMS-feature-cat-grid{flex-direction: row; flex-wrap: wrap; padding: 16px; row-gap:4px;}
    .contentHome .contentHomeCMS-feature-prod-row .contentHomeCMS-feature-cat-grid .row-cell.col1{width: 50% !important; border:none; height: 42px; background: #efefef; border-radius: 4px;}
    .contentHome .contentHomeCMS-feature-prod-row .contentHomeCMS-banner-col{flex-direction: column; padding: 16px 16px; row-gap: 8px;}
    .contentHome .contentHomeCMS-bestseller-prod{padding: 16px 16px 0 16px;}
    .contentHome .contentHomeCMS-bestseller-prod .contentHomeCMS-section-title{margin-bottom: 8px;}
    .contentHome .contentHomeCMS-bestseller-prod .contentHomeCMS-section-content{flex-direction: column; row-gap: 8px;}

    .contentHome .contentHomeCMS-popular-cat-section{padding: 16px 16px 0 16px;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap{flex-direction: column;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .col3{width: 100% !important;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .contentHomeCMScat-wrapper-block{flex-direction: column; row-gap:16px;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .BlockHyper-Links{width: auto !important;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-prod-wrap{width: 100% !important;     flex-direction: column;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-prod-wrap .BlockHyper-Links{width: 100% !important; display: flex; flex-direction: column;}
    
    .footerHome .footerHomeCMSftop-wrap .main_header_area .navigation .nav-menus-wrapper ul.nav-menu{flex-direction: row; flex-wrap: wrap; column-gap: 8px;}
    .main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li a{}

    .footerHome .footerHomeCMSfbot-wrap{padding: 16px; flex-direction: column; display: flex; align-items: flex-start;     row-gap: 8px;}
    .footerHome .footerHomeCMSfbot-wrap .main_header_area{width: 100% !important;}
    .footerHome .footerHomeCMSfbot-wrap .main_header_area .navigation{display: flex;}
    .footerHome .footerHomeCMSfbot-wrap .main_header_area .navigation .nav-menus-wrapper ul.nav-menu{display: flex; flex-wrap: wrap; width: 100%; justify-content: center;}
    .footerHome .footerHomeCMSfbot-wrap .main_header_area .navigation .nav-menus-wrapper ul.nav-menu li a{height: auto;}
    .footerHome .footerHomeCMSfbot-wrap .fluid-cell.footerHomeCMSsocial-link-wrap{width: 100% !important; align-items: center; justify-content: center;}

    #aboutUs.main-content-wrapper.aboutUs{flex-direction: column; padding: 0;}
    .main-content-wrapper.aboutUs .aboutUsCMS-section-wrapper{flex-direction: column; margin-top: 140px;}
    .main-content-wrapper.aboutUs .aboutUsCMS-section-wrapper .aboutUsCMS-section-column-left{width: 100% !important;}
    .main-content-wrapper.aboutUs .aboutUsCMS-section-wrapper .aboutUsCMS-section-column-left .titleClass h2{font-size: 24px; margin-bottom: 0;}
    .main-content-wrapper.aboutUs .aboutUsCMS-section-wrapper .aboutUsCMS-section-column-right{width: 100% !important; margin-top: 24px;}
    .main-content-wrapper.aboutUs .aboutUsCMS-casestudy-section{flex-direction: column; padding: 16px;}
    .main-content-wrapper.aboutUs .aboutUsCMS-casestudy-section .image-wrapper{width: 100% !important;}
    .main-content-wrapper.aboutUs .aboutUsCMS-casestudy-section .row-cell{width: 100% !important;}
    .main-content-wrapper.aboutUs .aboutUsCMS-section-wrapper2{flex-direction: column; row-gap: 16px; margin: 16px 0;}
    .main-content-wrapper.aboutUs .aboutUsCMS-section-wrapper2 .titleClass{width: 100% !important; text-align: center; font-size: 18px;}
    .main-content-wrapper.aboutUs .aboutUsCMS-section-wrapper2 .image-wrapper{width: 100% !important;}

    .somodel.model-prod-qv .modal-dialog .modal-content .model-content-inner .modal-body .card.prod-cont{flex-direction: column;}

    .main-content-wrapper.contactUs{flex-direction: column;}
    .main-content-wrapper.contactUs .contactUsCMS-section-wrapper{flex-direction: column; }
    .main-content-wrapper.contactUs .contactUsCMS-section-wrapper .row-cell.col1{width: 100% !important;}
    .main-content-wrapper.contactUs .contactUsCMS-section-wrapper .contactUsCMS-col-right{width: 100% !important; padding: 16px;}
    .main-content-wrapper.contactUs .contactUsCMS-section-wrapper .contactUsCMS-col-right .contactUsCMS-item-row{flex-direction: column; display: flex; align-items: flex-start; row-gap: 16px;}
    .main-content-wrapper.contactUs .contactUsCMS-section-wrapper .contactUsCMS-col-right .block-html{width: 100% !important; }
    
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .contentHome .contentHomeCMS-feature-prod-row{padding: 16px;}
    .row-cell.headerCMSheader-wrapper{padding: 0 16px; flex-direction: row; justify-content: flex-start;}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-left-col{justify-content: flex-start;     align-items: center; width: 55% !important; column-gap: 8px;}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-left-col .main_header_area nav.navigation .nav-menus-wrapper ul.nav-menu li a{padding: 0 16px 0 0;}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col{width: 45% !important;}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col .search-box{min-width: 90px;}
    .table-responsive {width: 680px;}
    .table-responsive .btn-wrap{display: flex;}
    .contentHome .contentHomeCMS-popular-cat-section{padding: 16px 16px 0 16px}
    .contentHome .contentHomeCMS-bestseller-prod .contentHomeCMS-section-title{margin-bottom: 8px;}
    .main_header_area .container .navigation .nav-menus-wrapper ul.nav-menu li a{}
    .contentHome .contentHomeCMS-bestseller-prod{padding: 16px;}
    .row-cell.headerCMSheader-wrapper .fluid-cell.headerCMSheader-right-col{column-gap: 8px;}
    .contentHome .contentHomeCMS-bestseller-prod .contentHomeCMS-section-content .BlockHyper-Links{ width: 50%!important;     padding: 8px;}
    .contentHome .contentHomeCMS-bestseller-prod .contentHomeCMS-section-content{display: flex; row-gap: 8px; column-gap: 0; flex-wrap: wrap; flex-direction: row; justify-content: space-around;     margin-bottom: 0;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-prod-wrap{display: flex; column-gap: 0; row-gap: 8px; flex-wrap: wrap; flex-direction: row;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-prod-wrap .BlockHyper-Links{width: 50% !important; padding: 8px;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-prod-wrap .BlockHyper-Links a{width: 100%;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap{flex-direction: column;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .col3{width: 100% !important;}
    .contentHomeCMS-popular-cat-section .contentHomeCMS-popular-cat-wrap .contentHomeCMScat-wrapper-block{width: 100% !important; column-gap: 16px;}
    .footerHome .footerHomeCMSftop-wrap{padding: 8px 16px;}
    .footerHome .footerHomeCMSfbot-wrap{padding: 8px 16px; justify-content: space-between;}
    .footerHome .footerHomeCMSfbot-wrap .main_header_area{width: auto !important; }
    .footerHome .footerHomeCMSfbot-wrap .main_header_area ul.nav-menu{display: flex; column-gap: 8px;}
    .footerHome .footerHomeCMSfbot-wrap .main_header_area ul.nav-menu li{}
    .footerHome .footerHomeCMSfbot-wrap .main_header_area ul.nav-menu li a{}
    .footerHome .footerHomeCMSfbot-wrap .fluid-cell.footerHomeCMSsocial-link-wrap{ width: auto !important;}
    .right_col.prod-detail-container .titlewrap{padding: 0 15px;}
    .right_col.basket-wrap .titlewrap{padding: 0 15px;}
    .right_col .titlewrap.title-items .container-wrap{width: 100%;}
    .menu-container .navigation .menu>ul>li.menu-dropdown-icon>ul>li>a{background: none; padding: 6px 0;}

}


@media (min-width: 640px) {
    .somodel.model-prod-qv.modal .modal-dialog .modal-content .model-content-inner .modal-body .card.prod-cont{
        /* flex-direction: column; */
    }
    .menu-wrapper {
        display: flex;
    }

    .menu-wrapper .menus {
        position: static;
        visibility: visible;
        display: flex;
        transform: initial;
        align-items: baseline;
    }

    .menu-wrapper label{
        display: none;
    }
    .menu-wrapper input[type="checkbox"] {
        display: none;
    }

    .menu-wrapper ul li {
        position: relative;
        font-size: 14px;
    }

    .menu-wrapper ul li a:hover{
        background-color: #f2f2f2;
    }
    .menu-wrapper ul li button:hover {
        background-color: #f2f2f2;
    }

    .menu-wrapper .dropdown {
        position: absolute;
        right: 0;
        left: auto;
        box-shadow: 0 10px 15px -3px rgba(46, 41, 51, 0.08),
            0 4px 6px -2px rgba(71, 63, 79, 0.16);
        z-index: 99;
        min-width: 10rem;
        padding: 0;
        background-color: #fff;
        border-radius: 0 0 0.5rem 0.5rem; 
    }

    .menu-wrapper ul li:hover .dropdown {
        height: 135px;
    }

    .menu-wrapper ul li:hover > button > .arrow {
        transform: rotate(-225deg);
        margin-top: 4px;
    }
    .right_col .titlewrap.title-items .container-wrap{width: 100%;}
    .tblcont.prod-list-wrap .table-cont-inner{width: 100%;}
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .right_col .titlewrap.title-items .container-wrap{width: 100%;}
    .tblcont.prod-list-wrap .table-cont-inner{width: 100%;}
    /* .menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists{display: flex; column-gap: 24px; flex-direction: column;} */
}


@media (min-width: 992px) {
    .contentHome .contentHomeCMS-bestseller-prod {}
    .col-md-55 {
        width: 20%
    }
    
}
@media (min-width: 1200px) {
    .col-md-55 {
        width: 20%
    }
}
@media (min-width: 192px) and (max-width: 1270px) {
    table.tile_info span.right {
        margin-right: 7px;
        float: left
    }
}

/*slider*/
.portfolio_slider {
    margin: 20px auto;
    max-width: 100%;
    border: 5px solid #00B388;
    width: 100%;
}
.portfolio_slider {
    background-color: black;
}
.inner {
    padding: 0;
}
.slick-prev:before, .slick-next:before {
    /* color: #00B388 !important;  */
}
.slick-slide {
    text-align: center; 
    max-width: 100%;
}
.slick-slide img {
    
    /* padding-left: 1px; */
    width: 100%;
    height: 100%;
}
.portfolio_slider {
    background-color: white; 
    border: 0px;
}

/*carousel*/

.custom-slider{
  width: 100%;
  margin: auto;
}

.custom-slider .slick-prev, .slick-next{
  position: absolute;
  line-height: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50px;
  background: #043e46;
}
.custom-slider .slick-slider{
  user-select: none;
}
.custom-slider .slick-next{
  right: -30px;
}
.custom-slider .slick-prev{
  left: -30px;
}
.custom-slider .slick-next:before{
  content: '\003e';
  font-size: 1.2em;
  font-weight: 1000;
  padding-left: 12px;
  color: white;
}
.custom-slider .slick-prev:before{
  content: '\003c';
  font-size: 1.2em;
  font-weight: 1000;
  padding-left: 9px;
  color: white;
}
.prodimg{padding: 16px; margin: 0; border: 1px solid #d8d8d8;}
.prodimg .gallery-wrap .img-big-wrap{margin: 0;}
.prodimg .gallery-wrap .img-big-wrap #primary-slider.splide .splide__track ul#primary-slider-list.splide__list{background: #efefef;}
.prodimg .gallery-wrap .img-big-wrap #primary-slider.splide .splide__track ul#primary-slider-list.splide__list li.splide__slide{height: 420px;}
#parent_fixed_section .left_fixed_section { align-self: flex-start; width: 90%; max-width: 540px; position: sticky;top: 99px; bottom: 0; z-index: 0;}
#secondary-slider.splide.splide-thumb-wrap .splide__track{display: flex; justify-content: center;}

/*product details*/
.main-pdp-wrapper{display: flex; justify-content: space-between; flex-flow: row; width: 100%; padding: 16px;}
.prod-det-wrapper.noPrizeQtyPanel .pdp-container { width: calc(100% - 0px);}
.pdp-container{border-radius: 8px; width: calc(100% - 290px); background: #ffffff;}
.prod-carsl {background: var(--white);  border-radius: 8px; position: relative;}
.fix-tag{ position: absolute; top: 5px; left: 0; display: flex; justify-content: space-between; z-index: 9;}
.fix-tag img { max-width: 80px; border: none; width: 100%;}
.floating-cta-strip{position: absolute; right: 0; display: flex; flex-direction: column; z-index: 4; top: 14px;}
.floating-cta-strip .fixed_ico{border: 1px solid #efeff4; background: var(--white);  align-items: center; height: 36px; width: 36px; border-radius: 4px; margin-bottom: 15px; box-shadow: 0 5px 15px rgba(65,65,65,.10196078431372549); display: inline-flex; justify-content: center;}
.floating-cta-strip .fixed_ico i{ font-size: 14px; line-height: 18px;}
.floating-cta-strip .fixed_ico.wishlist i{ font-size: 22px;}
.prod-carsl .prod-carsl-pseudo .img-block-pseudo .inner-block-pseudo .element-pseudo{ position: relative;}
.prod-carsl .prod-carsl-pseudo .img-block-pseudo .inner-block-pseudo .element-pseudo .img-zoom-lens { position: absolute; width: 200px; height: 200px; cursor: crosshair; display: none; background: rgba(156,168,187,.3294117647) no-repeat 0 0!important;}
.prod-carsl .prod-carsl-pseudo .img-block-pseudo .inner-block-pseudo .element-pseudo img { margin-top: 15px; min-width: 305px!important; height: 402px;}



.main-pdp-wrapper #center_fixed_section{ border-left: 1px solid #efeff4; margin-bottom: 5px; padding-bottom: 0!important;}
.main-pdp-wrapper #center_fixed_section {border-left: 1px solid var(--ghost-white); margin-bottom: 5px; padding-bottom: 0!important;}



.prod-detail-container .prod-description{background: var(--white);  position: relative; border-radius: 8px; margin-bottom: 20px;}
.prod-detail-container .prod-description .prod-name { font-weight: 700; line-height: 30px; letter-spacing: .5px; font-size: 24px;}
.prod-detail-container .prod-description .prod-inner-desc{padding: 20px 0 0; display: flex; align-items: center;}
.prod-detail-container .prod-description .prod-inner-desc .rating-box{ background: #299e22; padding: 5px; border-radius: 4px; color: #ffffff;  font-weight: 600;}
.prod-detail-container .prod-description .prod-inner-desc .prod-status { font-size: 12px; padding-left: 5px;}
.prod-detail-container .prod-description .prod-inner-desc .prod-status .prod-status-right{display: block; color: #000000;}
.prod-detail-container .prod-description .prod-inner-desc .prod-status .prod-status-right .review {color: #6f6f6f; font-size: 12px;}

.prod-detail-container .price-block .actual-price small {font-size: 14px; font-weight: 400!important; padding-top: 5px; color: #666666;}

.prod-detail-container .price-block .actual-price span { /*font-size: 28px; font-weight: 700;*/}
.prod-detail-container .price-block .actual-price small {font-size: 14px; font-weight: 400!important; padding-top: 5px; color: var(--dark-gray); }
.prod-detail-container .price-block .actual-price small .icon-expand {font-size: 6px; vertical-align: middle; padding-bottom: 2px; margin: 0 4px 0 -3px;}
.prod-detail-container  .price-block .mrp{ font-size: 14px; color: var(--dark-gray);}
.prod-detail-container .price-block .mrp small {font-size: 12px; padding-right: 5px; letter-spacing: .5px; text-decoration: line-through;}
.prod-detail-container .price-block .mrp span { color: var(--slimy-green); text-decoration: initial; font-weight: 600;}

.pdp-price-qty-block .price-block{row-gap:8px; font-size: 12px; padding-right: 5px; letter-spacing: .5px; 
    /* text-decoration: line-through; */
}
.pdp-price-qty-block .price-block .mrp{font-family: inherit; font-size: 14px;}

.prodcontent .pricewrap{display: flex; flex-direction: column;}
.prodcontent .pricewrap .discountwrap{ font-size: 14px; color: var(--dark-gray); padding-left: 0;}
.prodcontent .pricewrap .discountwrap span{color: var(--slimy-green); text-decoration: initial; font-weight: 600;}

.grid-block-holder .prod-grid-block .pricewrap .price-inner-wrap{display: flex;  flex-direction: column; align-items: flex-start;}
.grid-block-holder .prod-grid-block .pricewrap .price-inner-wrap .unit-price-txt{}
.grid-block-holder .prod-grid-block .pricewrap .price-inner-wrap .p-val{}
.grid-block-holder .prod-grid-block .pricewrap .price-inner-wrap .discountwrap{ font-size: 14px; color: var(--dark-gray); padding-left: 0;}
.grid-block-holder .prod-grid-block .pricewrap .price-inner-wrap .discountwrap .disc-val{}
.grid-block-holder .prod-grid-block .pricewrap .price-inner-wrap .discountwrap .disc-val .disc-lbl{}
.grid-block-holder .prod-grid-block .pricewrap .price-inner-wrap .discountwrap .disc-val span{color: var(--slimy-green) !important; text-decoration: initial; font-weight: 600;}

.pwa-inline-tooltip { width: -moz-fit-content; width: fit-content; padding-left: 10px; padding-right: 10px;}
.pwa-inline-tooltip { display: flex; background: var(--white);  border: 1px solid #00d3cb; border-radius: 6px; padding: var(--base-inner-padding); margin: 0; align-items: center; position: relative; color: var(--persian-green); font-weight: 700; height: 30px; }
.pwa-inline-tooltip:before { content: ""; position: absolute; bottom: 29px; left: 9px; border: 6px solid transparent; border-bottom-color: #00d3cb;}
.pwa-inline-tooltip .pwa-tooltip-text { font-size: 10px; padding-left: var(--small-gutter-space);}
.pwa-inline-tooltip:after { content: ""; position: absolute; bottom: 28px; left: 10px; border: 5px solid transparent; border-bottom-color: #fff;}

.green-bg { background-color: var(--mint-cream);}
.green-bg h3 { font-size: 16px; padding-bottom: 5px;}

.border-bottom{ border-bottom: 1px solid var(--platinum)!important;}
.inline-list-item{ border-bottom: none!important; padding: 10px 0;}
.inline-list-item { background-color: var(--mint-cream); padding: 15px; border-bottom: 1px solid var(--platinum);}
.inline-list-item .inline-list-icon {width: 5%;}
.inline-list-item .inline-list-icon {font-size: 24px; color: var(--text-color);}
.inline-list-item .inline-list-text { width: 78%; padding-right: 8px; font-size: 14px; line-height: 20px; padding-left: 5px;}
.inline-list-item .inline-list-link { width: 12%; text-align: right; margin-left: auto;}
.inline-list-item .inline-list-link .link-text { font-weight: 600;}
/* .pwa-row-noPad, .pwa-row-noPad > div {border-radius: 8px;} */
.aboutProduct { border: 1px solid #ebe9e9;}
.pdp-section-header{ border-bottom: 1px solid var(--platinum); margin: 0 15px; padding: 5px 0;}
.pdp-section-header h3 {font-size: 18px;}
.show-all-strip { font-size: 12px; padding-top: 5px; text-transform: uppercase;}
.show-all-strip span { color: var(--bleu-de-france); font-weight: 600; cursor: pointer;}

.prod-detail-container .product-spec tr td.left, .product-spec tr td.right{ border-bottom: 1px dashed var(--silver);}
.prod-detail-container .product-spec tr td.left{ border-right: 1px dashed var(--silver); float: initial;}
.prod-detail-container .product-spec tr td { padding: 10px 15px; vertical-align: top;}
.prod-detail-container .product-spec tr td div { width: 100%;}
.prod-detail-container .product-spec tr:nth-child(2n) { background: #f1f1f1;}

    /*Features*/
    .key-features {padding: 0; display: flex; width: 100%; flex-direction: column; row-gap: 16px; align-items: flex-start; margin-bottom: 16px;}

    /*Sepcification*/
    .product-specification {align-items: flex-start; row-gap: 16px; display: flex; flex-direction: column; width: 100%; margin-bottom: 16px;}
    .product-specification table{ border: 1px dashed #c7c7c7;}
    .product-spec{ border-top: 1px dashed var(--platinum); font-size: 14px; border-spacing: 0; border-collapse: collapse;}


    .title-items .item-cell .dt-filter-btn .btn-group .btn{ border-radius: 2px; background: #278bed; border: 1px solid #278bed; font-size: 13px; line-height: 22px; z-index: 0; position: relative;}
    .title-items .item-cell .dt-filter-btn .btn-group .btn.active{background: #2f75bb; border: 1px solid #406a93;}

    .title-items .item-cell .dt-filter-btn .btn-group .actions-btn.bs-deselect-all.btn.btn-default{ border-radius: 2px; background: transparent; border: 0px solid #278bed; font-size: 13px; line-height: 22px; color: red; padding: 0;}
    
    

.bulk-sec { background-color: var(--white); padding: 10px; border-radius: 8px;}
.buy-section .update-qty { align-items: center; justify-content: space-between; border-bottom: 1px solid var(--platinum); border-top: 1px solid var(--platinum); padding: 8px 0;}
.update-qty {padding-bottom: 10px;}

.buy-section .update-qty.unit-wrap {
    flex-direction: column;
    row-gap: 8px;
}
.update-qty .qty_section { width: 100%; display: flex; justify-content: space-between; align-items: center;}
.buy-section .update-qty h3 { font-size: 16px;}
.update-qty .qty_section h3 { padding: 0;}
.update-qty .qty_section .quantity-block{ height: 30px; width: 130px; border-right: none; vertical-align: middle; display: flex; justify-content: space-around;}
.update-qty .qty_section .quantity-block button{background: none; padding: 0; margin: 0; border: none;}
.update-qty .qty_section .quantity-block .qty-block{ cursor: pointer; width: 30px; height: 30px; background: #dbedff; border: 1px solid #8bc5ff; line-height: 30px; font-size: 14px; border-radius: 6px; font-weight: 700; display: flex; align-items: center; justify-content: center;}
.update-qty .qty_section .quantity-block input {width: 60px; padding: 0; height: 100%; margin: 0 5px; text-align: center; border: none; background: var(--white); border: 1px solid var(--onyx-black); font-size: 14px; font-weight: 700; border-radius: 6px; cursor: pointer;}
.buy-section .bottom-bar button{ width: 100%; border-radius: 8px; margin-top: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 2px rgba(0,0,0,.30196078431372547);}
.buy-section .bottom-bar button i{font-size: 20px;}
.buy-section .bottom-bar button span { font-size: 14px;}
.buy-section .bottom-bar .btn, .continue-btn { position: relative; overflow: hidden; transform: translateZ(0);}
/* .buy-section .bottom-bar .btn { color: var(--white); border: 0;  outline: 0; font-weight: 600;  cursor: pointer;} */

.buy-section .bottom-bar button:hover {box-shadow: var(--mdc-protected-button-hover-container-elevation,0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12))!important;}
.primary-btn, .primary-full-btn { font-size: 14px; border-radius: 8px; padding: 0 15px;  height: 50px;  background: var(--primary);}

.buy-section .update-qty.unit-wrap{flex-direction: column; row-gap: 8px;}
.buy-section .update-qty.unit-wrap .unit-section{    display: flex;
    align-items: center; justify-content: space-between; width: 100%;}
.buy-section .update-qty.unit-wrap .unit-section .cell-item{flex-basis: 0; flex-grow: 1;}
.buy-section .update-qty.unit-wrap .unit-section .unit-label{font-weight: 400; margin: 0;}
.buy-section .update-qty.unit-wrap .unit-section .unit-block{text-align: center;}
.buy-section .update-qty.unit-wrap .unit-section .unit-block span{color :#5d5d5d;}

.filter-label h3{ font-size: 14px; padding: 10px 0; font-weight: 600; color: var(--onyx-black); text-transform: capitalize;}
.filter-options label input { width: 15px; -webkit-appearance: auto;}
.filter-options label{ display: flex; margin-bottom: 15px; cursor: pointer; font-size: 14px; align-items: center;}

.filter-options label .chk-txt{cursor: pointer; font-size: 14px; display: flex; margin-left: 5px; font-weight: 400;}
.novalue-attrib{display: flex; justify-content: center; align-items: center; width: 48px; height: 48px; border-radius: 50%; text-align: center; font-size: calc(48px / 4.2); line-height: normal; cursor: pointer;}


/*Image Zoom*/
  figure.zoom{background-position: 50% 50%; position: relative; overflow: hidden; cursor: zoom-in; 
    /* height: 420px; */
    background-size: contain;
    width: 100%;}
  figure.zoom img{transition: opacity .5s; display: block; width: 100%;}
  figure.zoom img:hover {opacity: 0;}


.gallery.gallery-responsive.portfolio_slider.slick-slider{}
.gallery.gallery-responsive.portfolio_slider.slick-slider{} 
.gallery.gallery-responsive.portfolio_slider.slick-slider .slick-prev:before{color: transparent; opacity: 1; font-size: 24px;}
.gallery.gallery-responsive.portfolio_slider.slick-slider .slick-next:before{color: transparent; opacity: 1; font-size: 24px;}
.gallery.gallery-responsive.portfolio_slider.slick-slider .slick-arrow.slick-prev{
    left: -30px; z-index: 1; 
    border: 0px solid #b0d2ff; border-radius: 0; padding: 0; width: 24px; height: 24px;
    background:url('../images/svg/arrow-left.svg') 0 0 no-repeat; line-height: 24px; background-size: 24px 24px;
}
.gallery.gallery-responsive.portfolio_slider.slick-slider .slick-arrow.slick-next{right: -30px; }
.gallery.gallery-responsive.portfolio_slider.slick-slider .slick-arrow{border: 0px solid #b0d2ff; border-radius: 0; padding: 0; width: 24px; height: 24px; 
    background:url('../images/svg/arrow-right.svg') 0 0 no-repeat; height: 24px; width:24px; line-height: 24px; background-size: 24px 24px;
}
.gallery.gallery-responsive.portfolio_slider.slick-slider .slick-arrow:hover{opacity: 0.4;}



.custom-slider.slick-initialized.slick-slider .slick-prev:before{color: transparent; opacity: 1; font-size: 24px;}{}
.custom-slider.slick-initialized.slick-slider .slick-next:before{color: transparent; opacity: 1; font-size: 24px;}
.custom-slider.slick-initialized.slick-slider .slick-arrow.slick-prev{left: -30px; z-index: 1; 
    border: 0px solid #b0d2ff; border-radius: 0; padding: 0; width: 24px; height: 24px;
    background:url('../images/svg/arrow-left.svg') 0 0 no-repeat; line-height: 24px; background-size: 24px 24px;

    }
.custom-slider.slick-initialized.slick-slider .slick-arrow.slick-next{right: -30px; 
    /* top: 180px; */
}
.custom-slider.slick-initialized.slick-slider .slick-arrow{border: 0px solid #b0d2ff;
    border-radius: 0; padding: 0; width: 24px; height: 24px; 
    background:url('../images/svg/arrow-right.svg') 0 0 no-repeat;line-height: 24px; background-size: 24px 24px;
}
.custom-slider.slick-initialized.slick-slider .slick-arrow:hover{opacity: 0.4;}

.main-pdp-wrapper .pdp-container #parent_fixed_section{ display: flex; flex-flow: row; width: 100%; column-gap: 24px;}
.prod-det-wrapper {
    padding: 0; min-height: 74vh; display: flex; width: 100%; justify-content: space-evenly;
}
.prodgrid .pgridwrap{ 
    display: grid; align-self: stretch; gap: 16px 16px; 
    grid-template-columns: [start] repeat(4, minmax(0px, 1fr)) [end];
    margin: 0;
}
.hl-img-block img{width: 100%;}


.gallery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .zoomed-image-container {
    position: relative;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .gallery-overlay .zoomed-image {
    max-width: 94%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #efefef;
  }
  
  .gallery-overlay .gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: white;
    cursor: pointer;
    background: #5a5a5a;
    padding: 8px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .gallery-overlay .prev {
    left: 20px;
  }
  
  .gallery-overlay .next {
    right: 20px;
  }
  

  .uploaded-doc-placeholder{ border: 1px solid #e3e3e3;
    padding: 16px; display: flex; flex-direction: column; width: 100%; min-height: 152px;
    justify-content: center; align-items: center; column-gap: 16px; row-gap: 16px;}
    .uploaded-doc-placeholder .title{font-size: 14px;}
  .uploaded-doc-placeholder .file-info-wrap{display: flex; flex-direction: row; column-gap: 8px; align-items: center;}
  .uploaded-doc-placeholder .file-info-wrap .col-wrap{width: auto;}
  .uploaded-doc-placeholder h4{padding: 0; margin: 0; line-height: normal;}
  .uploaded-doc-placeholder h4 .filename{font-weight: 600;font-size: 16px; line-height: normal; word-break: break-word;}
  .uploaded-doc-placeholder .btn.reset{padding: 0;}




  
/* Realted products start */

#productDetailCMS-BlockCustomHTML-21{width: 100%;}
.rp-prods-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22%, 1fr));
    gap: 20px;
}

.rp-prod-card {
    /* background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px; */
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 16px;
}
.rp-prod-card .rp-inner-wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
}
.rp-prod-card .rp-inner-wrap .rp-img-wrap{
    transition-duration: 0.3s;
    mix-blend-mode: multiply;
    overflow: hidden;
    width: 100%;
    display: block;
}
.rp-prod-card .rp-inner-wrap .rp-img-wrap .image-container{
    aspect-ratio: 1 / 1;
    transition-duration: 0.3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 384ms;
}
.rp-prod-card .rp-inner-wrap .rp-img-wrap .image-container .product-image{
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: multiply;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 384ms;
    min-height: auto;
    overflow: hidden;
    justify-content: center;
    display: flex;

}
.rp-prod-card .rp-inner-wrap .rp-img-wrap .image-container .product-image .image-holder{
    width: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
}
.rp-prod-card .rp-inner-wrap .rp-img-wrap .image-container .product-image .image-holder .lazy-load-image{
    opacity: 1;
    transition: opacity .3s;
    height: 100%;
    width: auto;
    color: transparent;
    display: inline-block;
}
.rp-prod-card .rp-inner-wrap .rp-img-wrap .image-container .product-image .image-holder .lazy-load-image img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
}
.rp-prod-card .rp-inner-wrap .rp-img-wrap .image-container .product-image .image-holder .lazy-load-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}
.rp-prod-card .rp-inner-wrap .rp-title{display: flex; width: 100%; text-align: center;  height: 40px;
    max-width: 400px; justify-content: center;
    align-items: flex-start; overflow: hidden; margin: 16px 0;}
.rp-prod-card .rp-inner-wrap .rp-title h3{ font-weight: 500; color: #00414b; font-size: 16px; text-align: center; }


.rp-prod-card .rp-inner-wrap .rp-price{    display: inline-flex; text-align: center;}
.rp-prod-card .rp-inner-wrap .rp-price .rp-price-val{
    font-size: 16px;
    font-weight: 600;

}
.rp-prod-card:hover {
    transform: translateY(-10px);
}
.rp-prod-card .rp-btn-wrap{width: 100%; min-width: 100%; display: flex; margin-top: 1rem; margin-bottom: 0.5rem; }
.rp-prod-card .rp-btn-wrap .button.add-basket{background: #64c5b7;
    color: #000;
    padding: 12px;
    height: auto;
    border-radius: 22.5px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
    touch-action: manipulation;
}

.collapse.in.addressblock{float: left; width: 100%; height: auto;}
.addressblock.shippingAddressToggle .blockwrap{padding: 16px; float: left; width: 100%;  height: auto;}

.blockwrap .panel-group.master-accordion{display: flex; float: left; flex-direction: row; width: 100%; align-items:stretch; column-gap: 16px; row-gap: 16px; height: auto;}
.blockwrap .panel-group.master-accordion .panel{float: left; padding: 16px; width: 100%; height: auto; }
.blockwrap .panel-group.master-accordion .panel .panel-heading{padding: 0; float: left; margin-bottom: 16px; display: flex; row-gap: 4px; flex-direction: column;}
.blockwrap .panel-group.master-accordion .panel + .panel{margin: 0;}
.blockwrap .panel-group .panel-outer-wrap.panel{padding: 16px; border-radius: 3px; }
.blockwrap .panel-group .panel-outer-wrap.panel .panel-addres-excerpt{ display: inline-block;}
.blockwrap .panel-group .panel-outer-wrap.panel .panel-heading{padding:0;}
.blockwrap .panel-group .panel-outer-wrap.panel .address-btn-wrap{text-align: right; padding-right: 0; display: inline-block; float: left;}
.blockwrap .panel-group .panel-outer-wrap.panel .address-btn-wrap .btn.btn-newaddress{margin:0;}
.blockwrap .panel-group.master-accordion .panel .addresspanel-header{   
     display: flex; float: left; width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    height: 80px;
    position: relative;
    padding-right: 20px;
    align-items: center;
}

.blockwrap .panel-group.master-accordion .panel .addresspanel-header i.icon.icon-profile-down-arrow {
    position: absolute; 
    right: -6px;
    top: 32px;
    vertical-align: middle;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}
.blockwrap .panel-group.master-accordion .panel .addresspanel-header .address-btn-wrap{
    height: 100%;
    display: flex;
    align-items: center;

}

.blockwrap .panel-group.master-accordion .panel .addresspanel-header .address-btn-wrap a.btn.btn-newaddress{
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
    border-radius: 4px;
    border: 1px solid #337ab7;
    background: #4E90E8;
    
}
.blockwrap .panel-group.master-accordion .panel .addresspanel-header .address-btn-wrap a.btn.btn-newaddress:hover{
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
    border-radius: 4px;
    border: 1px solid #4E90E8;
    background: #337ab7;
}

.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-wrap-shipping-add.panel{
    padding: 16px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
} 
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-wrap-shipping-add.panel:hover{
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 60%) #e6e6e6;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}

.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-wrap-billing-add.panel{   padding: 16px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-wrap-billing-add.panel:hover{
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 60%) #e6e6e6;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
    width: 100%;
}

.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel .panel-heading{margin-bottom: 0;}
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category{background-color:transparent; margin-top: 8px;}
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body{background: transparent; padding: 0;}
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body .panel-group .address-pane.panel{margin-bottom: 8px;
    border-radius: 6px;
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
}
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body .panel-group .address-pane.panel .generated-address-wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body .panel-group .address-pane.panel .generated-address-wrap .inner-panel-block{}
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body .panel-group .address-pane.panel .generated-address-wrap .address-card-action{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    column-gap: 4px;
    margin-top: 16px;
}
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body .panel-group .address-pane.panel .generated-address-wrap .address-card-action a.btn{
    font-size: 13px;
    padding: 4px 6px;
    background: #4E90E8;
    border-radius: 4px;
}

.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body .panel-group .address-pane.panel .address-check-wrap{position: absolute; right: 16px; top: 10px;}
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body .panel-group .address-pane.panel a{
    
}
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body .panel-group .address-card-action .btn{
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
    border-radius: 4px;
    font-weight: 500;
    background-color: #4E90E8;
    outline: none;
    color: #ffffff;
    border: 1px solid #337ab7;
}
.addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body .panel-group .address-card-action .btn:hover{
    box-shadow: rgba(238, 238, 238, 1) 0 0 1px, rgba(64, 64, 64, 0.02) 0 1px 4px, rgba(64, 64, 64, 0.03) 0 2px 16px, rgba(64, 64, 64, 0.04) 0 4px 42px;
    border-radius: 4px;
    font-weight: 500;
    background-color: #337ab7;
    border: 1px solid #4E90E8;
    outline: none;
    color: #ffffff;
}

.loginform form .g-recaptcha{display: flex; width: 100%; padding: 16px 0 0 0;}

.searchbox-wrapper .input-group.searchbox-inner .search-input-group input[type="text"].search-form-control {
    height: 44px;
}
.searchbox-wrapper .input-group.searchbox-inner .searchbox-btn {
    border-radius: 0 3px 3px 0;
    background: #ffffff;
    height: 44px;
    width: 50px;
}
.searchbox-wrapper .input-group.searchbox-inner .searchbox-btn .icon.icon--search {
    width: 21px;
    height: 21px;
    margin: 0 auto;
    top: 1px;
}

/*cart model window*/
.cart-basket.somodel{}
.cart-basket.somodel .modal-content .model-content-inner{}
.cart-basket.somodel .modal-content .model-content-inner .modal-header{padding: 15px;
    border-bottom: 1px solid #e5e5e5;}
.cart-basket.somodel .modal-content .model-content-inner .modal-header.item-row{display: flex; align-items: center; justify-content: space-between;}
.cart-basket.somodel .modal-content .model-content-inner .modal-header.item-row .item-cell{flex-basis: 0; flex-grow: 1;}
.cart-basket.somodel .modal-content .model-content-inner .modal-header.item-row .item-cell.align-left{text-align: left;}
.cart-basket.somodel .modal-content .model-content-inner .modal-header.item-row .item-cell.align-left h2{font-size: 18px; text-align: left;}
.cart-basket.somodel .modal-content .model-content-inner .modal-header.item-row .item-cell.align-right{text-align: right;}

.cart-basket.somodel .modal-content .model-content-inner .modal-body .item-col .item-row{font-size: 14px; margin-bottom: 16px;}
.cart-basket.somodel .modal-content .model-content-inner .modal-body .item-col .item-row.label-txt{border-bottom: 1px solid #b2b2b2; padding: 8px 0; margin-bottom: 16px;}
.cart-basket.somodel .modal-content .model-content-inner .modal-body .item-col .item-row label{font-size: 14px;}
.cart-basket.somodel .modal-content .model-content-inner .modal-body .item-col .item-row input[type="text"] {border-radius: 3px; height: 42px;}
.cart-basket.somodel .modal-content .model-content-inner .modal-footer button{padding: 12px 16px; font-weight: 600; font-size: 16px; text-transform: uppercase; margin: 8px; width: 100%;}

.cart-basket.somodel .modal-content .model-content-inner .modal-body .item-col.two-col{flex-direction: row; column-gap: 8px; display: flex;}
.cart-list-dropdown .sel-address.sel-basket .btn-group{width:200px}

table.cartlist tbody td.uprice .price-wrap a{font-weight: 600;}
table.cartlist tbody td.uprice .price-wrap span a{font-weight: 600;}
ul.pricelist li .amount a{font-weight: 600; color: #000000;}

@media (max-width: 768px) {
    .rp-prods-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .rp-prods-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Realted products end */

/* Table Container */
.table-responsive.torder-confirm-tbl {
    width: 100%;
    overflow-x: auto;
    padding: 10px;
}

/* Default Table Styling */
.table-responsive.torder-confirm-tbl .table {
    width: 100%;
    border-collapse: collapse;
}

/* Table Headers */
.table-responsive.torder-confirm-tbl .table thead tr {
    background: #f8f9fa;
    font-weight: bold;
    text-align: center;
}

.table-responsive.torder-confirm-tbl .table th, .table-responsive.torder-confirm-tbl .table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    white-space: normal;
}

/* Button Styling */
.table-responsive.torder-confirm-tbl .btn-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.table-responsive.torder-confirm-tbl .btn {
    cursor: pointer;
    padding: 8px 16px;
    margin: 0;
    line-height: 20px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
    border: 1px solid #4E90E8;
    background: #4E90E8;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
}

/* home basket */
.contentHome.body.container .home-basket-row{display: inline-block; width: 100%; }
.contentHome.body.container .home-basket-row .basket-cell{display: flex !important; flex-direction: row; width: 100%; justify-content: flex-end; padding: 1px 16px;}

/* custom basket */
.custom-basket-row{display: inline-block; width: 100%; }
.custom-basket-row .basket-cell {
    display: flex !important;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    padding: 2px 16px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .table-responsive.torder-confirm-tbl .table thead tr.order-batch {
        display:block; padding: 0;
    }
    .table-responsive.torder-confirm-tbl .table thead tr.order-batch th {
        width: 100%;
        border: none;
        background: transparent;
    }
    .table-responsive.torder-confirm-tbl .table thead tr.tbl-header {
        display:none;
    }
    .table-responsive.torder-confirm-tbl .table tbody {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .table-responsive.torder-confirm-tbl .table tr {
        display: flex;
        flex-direction: column;
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .table-responsive.torder-confirm-tbl .table td {
        display: flex;
        justify-content:flex-start;
        padding: 8px;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd !important;
        white-space: normal;
        text-align: left;
    }
    .table-responsive.torder-confirm-tbl .btn{width: 100%;}
    .table-responsive.torder-confirm-tbl .table td:last-child {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .table-responsive.torder-confirm-tbl .table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
    }
}

  
@media (max-width: 990px) {
    .drop-down-menu.menu-container .navigation.navigation-portrait .wrapper-drop-down-menu.menu  .ul-drop-down-menu.show-on-mobile ul li.menu-dropdown-icon a{
        padding: 8px 24px;
    }
}


@media only screen and (max-width: 959px){
    .main_menu_side .menu_section>ul {flex-wrap: wrap; column-gap: 4px; row-gap: 8px; margin: 8px 0;}
    .dataTables_wrapper.dt-bootstrap .row{display: flex; flex-direction: column; row-gap: 2px;}
    .prod-list-wrap .prodltbl .dataTables_wrapper .dataTables_info{}
    .gridcont .prodgrid .pgridwrap{grid-template-columns: [start] repeat(2, minmax(0px, 1fr)) [end];}
    #parent_fixed_section .left_fixed_section{width: 96%; max-width: 100%; background: #fff; position: relative; top: 0;}
    .main-pdp-wrapper .pdp-container #parent_fixed_section{flex-wrap: wrap; height: auto;}
    .main-pdp-wrapper .pdp-container.right-container-active .d-flex.fixed-sec#parent_fixed_section{height: auto !important;}
    .main-pdp-wrapper .pdp-container.right-container-active .d-flex.fixed-sec#parent_fixed_section .left_fixed_section{        min-width: 100% !important; border: none !important; position: relative; top: 0;}
    .right_col.prod-grid-wrap.filter-active .titlewrap{height: auto;}
    .titlewrap.title-items{height: auto; row-gap: 4px; column-gap: 4px; padding: 4px 16px 4px 16px;}
    
    aside.right_col.basket-wrap .tblcont .basket-content{flex-direction: column;}
    .basket-wrap .basket-content .clistarea {
        width: 100%;
        width: calc(100% - 0px);
    }
    .basket-content .orderstatus-panel{    width: calc(100% - 0px);}
    .cart-basket-list .tblwrap{    overflow-x: auto;}
    .jconfirm.jconfirm-light.jconfirm-open .jconfirm-scrollpane .jconfirm-cell .jconfirm-holder .jconfirm-box-container{min-width:284px;}
    .somodel.modal.cust-model-win .modal-dialog{width: 100%; margin: 0;}
    .somodel.model-prod-qv.modal .modal-dialog{width: 100%; padding: 0;}
    .tblcont.inv-payment-wrap .carlist-wrap{flex-direction: column;}
    .tblcont.inv-payment-wrap .carlist-wrap.usertbl .orderstatus-panel{min-height: auto !important; width: 100%; max-width:100%;}
    .menu-container nav.navigation .menu ul li.menu-dropdown-icon {
        background: #f7f7f7;
        border-bottom: 1px solid #fff;
    }
}
@media (min-width: 480px) {
    .top_nav .navbar-right li { position: relative; padding: 0; }
    
    .nav_menu { position: static;}
    li.user-avatar a .profile-outer-wrap .prof-name{display: none;}
    .tblcont.inv-payment-wrap .carlist-wrap .clistarea { }
    .tile_count .tile_stats_count:first-child:before { border-left: 0; }    
}




@media (min-width: 992px) and (max-width: 1100px) {
    .tile_count .tile_stats_count .count { font-size: 18px}
    .titlewrap{height: auto; row-gap: 4px; column-gap: 4px; }
}

@media (max-width: 767px) {
    .mail_list {
        margin-bottom: 5px;
        display: inline-block
    }
    .prodgrid #products.pgridwrap{ 
        display: grid; align-self: stretch; gap: 16px 16px; grid-template-columns: [start] repeat(1, minmax(0px, 1fr)) [end];
        margin: 0;
    }
    .container-wrap .item-cell .top_search .form-control input[type="search"]{width: 164px;}
}

@media (max-width: 460px) {
    .dataTables_wrapper .col-sm-6 {
        width: 100%;
        margin-bottom: 5px;
    }
    .dataTables_wrapper .col-sm-6 .dataTables_filter {
        float: none;
    }
}


@media (max-width: 767px) {
   .dataTables_length { float:none; }
   .dataTables_length label{width: auto; display: flex; align-items: center; column-gap: 8px;}
   .dataTables_length label select.form-control{width: auto;}
   
}

@media (max-width: 767px) {
    #datatable-responsive .dropdown-menu {position: static !important;}
}
@media (min-width: 768px) {
    #datatable-responsive {overflow: inherit;}
}
@media (min-width: 576px) {
  .logincontainer {max-width: 540px;}
}

@media (min-width: 768px) {
  .logincontainer {max-width: 720px;}
}

@media (min-width: 992px) {
  .logincontainer {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .logincontainer {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1024px) {
    .quantity-input {
        width: 48px;
        height: 48px;
        font-size: 14px;
        min-width: initial;
    }
    /* .carlist-wrap .orderstatus-panel{width: calc(34% - 10px);} */
}

@media (max-width: 991px) {
    .nav-item{padding-left: 6px; padding-right: 6px;}
    .nav-md .container.body .col-md-3.left_col {display: none;}
    /* .toggle a { display: inline-block !important;} */
    table.table.dt-responsive tbody td.blankthead {
        display: block;
        border-right: none;
        text-align: center;
    }
    table.table.dt-responsive thead th.blankthead {
        display: block;
        border-right: none;
        height: 100%;
        border-bottom: none;
        vertical-align: middle;
    }
    .addressblock .blockwrap .panel-group.master-accordion{flex-direction: column;}

    table.table thead th.blankthead{display: block; border-right: none; height: 100%; border-bottom: none; vertical-align: middle;}
    table.table thead th{ border-bottom: none;}
    table.table tbody td.blankthead{display: block; border-right: none; text-align: center}
        table.table tbody td.blankthead{display: table-cell; height: 100%;}
    table.table thead th.blankthead{display: block;}
    table.prodlist.table-bordered.dataTable > tbody > tr > td.tqty .tbl-qty {
        width: 100%;
        display: flex;
        column-gap: 4px;
        justify-content: center;
    }
    table.prodlist.table-bordered.dataTable > tbody > tr > td.tqty .tbl-qty button {
        background: #fff;
        border-radius: 20px;
        padding: 0;
        margin: 0;
        border: none;
    }
    .tblcont.prod-list-wrap table.prodlist.prod-list-tbl.table td.tqty input {
        width: auto;
        max-width: 62px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 2px;
    }
    table.prodlist > tbody > tr > td.buynbtn .btn.addcart {
        margin: 0;
        border: 1px solid #4E90E8;
        background: #4E90E8;
        color: #ffffff;
        font-size: 13px;
    }
    .dtr-data button.tqtycount {
        border: none;
        background: none;
    }
    table.prodlist.prod-list-tbl tbody tr.child td.child ul li input[type="text"] {
        padding: 4px 4px;
        margin: 0 4px;
        text-align: center;
    }
    .dtr-data input[type="text"] {
        width: 60px;
        text-align: center;
    }
    table.prodlist.prod-list-tbl tbody tr.child td.child ul li input[type="button"].btn.addcart {
        padding: 8px 16px;
        margin: 0;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        background: #4E90E8;
        border: 1px solid #3c79ca;
        text-transform: uppercase;
        border-radius: 3px;
        font-weight: 600;
        color: #ffffff;
        font-size: 12px;
        margin-top: 14px;
    }
    .user-profile-wrap.container .right_col .userprofile.userprofile-wrap .user-frm{width: 100%;}

}
@media (max-width: 1200px) {
    .tile,
    .graph {
        zoom: 85%;
        height: inherit
    }
}
@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}
@media (min-width: 768px) {
    .site_title img { max-width: 100%; top: 15px;}
    /* .somodel.model-change-address .modal-dialog{width: 100%;padding: 0; margin: 0;} */
    
}
@media (min-width: 576px){
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    /* .somodel.model-change-address .modal-dialog{width: 100%;padding: 0; margin: 0;} */
    
    
}

@media (min-width: 320px) and (max-width: 480px) {
    /* .somodel.model-change-address .modal-dialog{width: 100%;padding: 0; margin: 0;} */
    .top-left-content{width: 100%; float: left;}
    .top-right-content{width: 100%; float: left; display: flex; flex-wrap: wrap;}
    .top-right-content .select-wrap.channel { width: 100%; margin-bottom: 8px; }
    .top-right-content .select-wrap.channel select { max-width: 100%; width: 100%;     }

    .top_nav .navbar-right{float: left; width: 100%; column-gap: 4px;}
    .tblwrap{overflow-x:scroll; min-width: 310px; max-width: 478px;}
    .tblwrap .tbasket tr.text-right.rem td{text-align: left;}
    .mycart-left .clearcart-btn{width: 100%;}
    .mycart-left .clearcart-btn button{width: 100%;}
    .btn.btn-newaddress{width: auto;}
    .nav-sm .navbar.nav_title{width: 100%;top: -8%;}
    .nav-sm .nav.side-menu li a{font-size: 11px;}
    .toggle a{margin-right:8px; }
    .nav-item{ border-left:none;}
    ul.nav.navbar-nav li.user-avatar a.user-profile{padding:8px 8px; }
    .dataTables_wrapper .col-sm-12{float: none; padding: 0;}
    .dtr-data button.tqtycount{border:none; background:none; }
    .dtr-data input[type="text"]{width: 60px; text-align: center; }
    .page-title .title_right .pull-right{}
    .page-pretitle{font-size: 12px;}
    .tblcont .x_panel .prod-detwrap{margin: 0}
    .prod-detwrap .card.prod-cont{padding: 0}
    .prod-detwrap .card.prod-cont .prodimg{width: 100%; padding: 0;}
    .prod-detwrap .card.prod-cont .prodimg .gallery-wrap{width: 100%; padding: 0; margin-top: 10px;}
    .gallery-wrap .img-big-wrap{height: auto;}
    aside.prodcontent{ width: 100%; margin-top: 10px; padding: 0;}
    aside.prodcontent article{padding: 0;width: 100%;}
    aside.prodcontent article .item-title{font-size: 16px; line-height: 26px; margin-bottom: 20px;}
    aside.prodcontent article .pricewrap{font-size: 20px; line-height: 26px; }
    aside.prodcontent article .product-quantity{    padding-top: 10px;     text-align: center;}
    aside.prodcontent article .prodcontent .addbtn{width: 100%;}
    .carlist-wrap .clistarea{}
    .carlist-wrap .card{width: 100%; overflow: scroll;}
    .btnwrap{width: 100%; }
    .addboxbutton{text-align: center;}
    .schcomp{    padding: 2% 0 0 10px;}
    .gallery-wrap .img-big-wrap{}
    /*.prodgrid .row.pgridwrap .prod-grid-block .card.card-product .bottom-wrap .tqty{text-align: center; margin-bottom: 8px;}*/
    .prodgrid .row.pgridwrap .card.card-product{height: auto;}
    .prodgrid .row.pgridwrap .prod-grid-block{padding-right: 0;}
    .jconfirm-row .jconfirm-cell .jconfirm-holder .jconfirm-box-container { min-width: 320px;}
    .thankscontent{width: 100%;}
    .tblcont.thankuwrap{margin: 0; padding: 16px;}
    .tblcont.thankuwrap .quote-wrap .confirm-thanku{font-size: 24px;}
    .thankscontent .notfound-msg{flex-direction: column;}
    .cust-model-win .modal-dialog .modal-body .item-row{flex-direction: column;}
    /* .basket-wrap .basket-content .clistarea .cart-basket-list .item-row.cart-list-title .cell-item.address-selectors .cart-list-dropdown{flex-direction: column;     align-items: flex-start;} */
    .cart-list-dropdown .sel-address .btn-group button.btn.dropdown-toggle .select-lbl{white-space: break-spaces; width: 100%;}
    .container.body .right_col.basket-wrap .basket-content .cart-list-dropdown .sel-address .btn-group button.btn{height: auto;}
    .titlewrap.title-items .item-cell{justify-content: space-between;}
    .titlewrap.title-items .item-cell .withcscanoption{    flex-direction: column-reverse; row-gap: 4px;} 
    .titlewrap.title-items .item-cell .withcscanoption .btn-wrapper .btn.btn-scanbarcode{padding: 4px 8px;}
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .addressblock.shippingAddressToggle .blockwrap .panel-group.master-accordion .panel-sub-category .panel-body .panel-group .address-pane.panel .generated-address-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .blockwrap .panel-group.master-accordion .panel .addresspanel-header i.icon.icon-profile-down-arrow{top: 8px;}
    .addressblock.shippingAddressToggle .blockwrap{padding:0 16px;}
    .blockwrap .panel-group.master-accordion .panel .addresspanel-header{flex-direction: column-reverse; height: auto; row-gap: 8px;}
    .navbar-nav{margin:0;}
    .title-wrap { padding: 0px 0px;}
    .nav-item{padding: 0 4px;}
    .btn.btn-newaddress{width: auto;}    
    .shipaddress.modal .modal-dialog{width:98%;}
    .shipaddress .tabber .tab-content .tab-pane .addbox.right-tab ul li .address-block{ padding: 8px 8px; border-right: none;}

    .orderstatus-panel ul.nav-pills{padding: 16px 0 0 0;}
    .tabber .tab-content .checkbox{margin:0 0;}
    .x_content.usertbl{overflow-x: scroll;}
    .page-title .datecal-wrap.pull-left{width: 100%;}
    .datecomp .datefilter{width: 100%;}
    .datecal .input-prepend input[type="text"]{width:64%;}
    .x_content.userroles select.form-control{width: 100px;}
    table.prodlist > tbody > tr > td.tqty{width: 80px;}
    table.prodlist.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before{top: 5px;}

    .content-head{padding:8px 8px 8px 0;}
    .addtocart-count a .cartcount{z-index: 0;}
    .top_search .input-group .input-group-btn button{z-index: 0;}
    .bal-stats .tile_stats_count{margin-bottom: 8px; }
    .address-block{padding: 8px 8px; border-bottom: 1px solid #d8d8d8; border-right: none;}
    .orderswrap .product-list-wrap ul.prod-list li{width: 100%; margin-right: 0; margin-bottom: 8px;}
    .confirm-order-wrap .titlewrap .page-title .title_right{width: auto;}
    .confirm-order-wrap .titlewrap .page-title .title_left{padding: 12px 0;}
    .address-block .btnwrapper{margin-bottom: 12px;}
    .prodltbl { overflow: hidden; margin-bottom: 40px;}
    .basket-wrap .tblcont .basket-content{flex-direction: column;}
    .basket-wrap .basket-content .clistarea .cart-basket-list{min-height:auto}
    .basket-wrap .tblcont .orderstatus-panel{width: calc(100% - 0px);}
    .basket-wrap .tblcont .basket-content{width: calc(100% - 0px);}

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){
    .user-profile-wrap.container .right_col .userprofile.userprofile-wrap .user-frm{width: 100%;}
    .jconfirm-cell .jconfirm-holder .jconfirm-box-container{min-width:284px;}
    .col-w-20{width: 100%;}
    .main-content-wrapper{padding: 0 16px; min-height: 70vh;}
    .pwa-row .product-listing-section .col-w-80{width: 100%; margin: 0;}
    .col-w-20 .fixbox{width: calc(100% - 0px);}
    .col-w-20 .filterDiv.fixbox .filter-label{}
    .col-w-20 .filterDiv.fixbox .filter-options label{margin-bottom: 8px;}
    .col-w-20 .filterDiv.fixbox hr.hr-blurry{margin: 4px 0;}
    .search-right-container{max-width: calc(100% - 0px); width: calc(100% - 0px);}
    .right_col.prod-grid-wrap.filter-active .titlewrap{height: auto; padding: 0 15px; display: flex; flex-wrap: wrap;}
    .right_col.prod-grid-wrap.filter-active .titlewrap .title_left{font-size: 12px;}
    .right_col.prod-grid-wrap.filter-active .titlewrap .page-title{ display: flex; flex-wrap: wrap; justify-content: flex-end; row-gap: 4px; margin-bottom: 4px;}
    .prod-grid-wrap .titlewrap .page-title .datecal-wrap.pull-right.title_right .dt-filter-btn .order-dd-wrap.dropdown.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 154px;}
    .container.body .top_nav{margin-top: 0;}
    .top_nav .top-nav-wrapper{ height: auto; min-height: auto; row-gap: 0; padding: 12px 0; border-bottom: 1px solid #d9d9d9;}
    .container.body .top_nav.no-login{margin: 0;}
    
    .main_menu_side{ padding: 4px; background: #efefef; margin: 0 0 8px 0; border-radius: 4px; }
    .main_menu_side .menu_section>ul{flex-wrap: wrap; column-gap: 4px; row-gap: 8px; margin: 8px 0;}
    .main_menu_side .menu_section>ul li a{display: flex; flex-wrap: wrap; column-gap: 4px;}
    .basket-wrap .tblcont .basket-content{flex-direction: column;}
    .basket-wrap .basket-content .clistarea .cart-basket-list{min-height:auto}
    .basket-wrap .tblcont .orderstatus-panel{    width: calc(98% - 8px); margin: 0 8px;}
    .top-right-content .nav.navbar-nav.navbar-right {justify-content: flex-end;}

    .cart-basket-list .card-info-wrap{    flex-direction: column;    align-items: flex-start;}
    .card-info-wrap .item-row{flex-direction: column;    align-items: flex-start; row-gap: 4px;}

    .right_col.basket-wrap .basket-content .clistarea .cart-basket-list .cell-item.address-selectors .cart-list-dropdown{align-items: flex-start; column-gap: 8px; row-gap:4px; display: flex;}
    .right_col.basket-wrap .basket-content .clistarea .cart-basket-list .cell-item.address-selectors .cart-list-dropdown .lbl {width: auto; white-space: nowrap;}
    .container.body .right_col.basket-wrap .basket-content .clistarea .cart-basket-list .cell-item.address-selectors{flex-direction: column; align-items: flex-start;}
    .container.body .right_col.basket-wrap .basket-content .cart-list-dropdown .sel-address .btn-group button.btn{    min-width: 46%; width: 182px;}
    .userprofile.userprofile-wrap .uprofinner{flex-direction: column;}
    .tblcont.inv-payment-wrap .carlist-wrap{flex-direction: column; padding: 8px;}
    .tblcont.inv-payment-wrap .carlist-wrap .orderstatus-panel { width: auto;}
    /* .tblcont.inv-payment-wrap .carlist-wrap .clistarea{overflow-x: scroll;} */
    .tblcont.gridcont.category-wrap .search-right-container .pgridwrap{grid-template-columns: [start] repeat(1, minmax(0px, 1fr)) [end];}
    .custom-slider.slick-initialized.slick-slider .slick-arrow.slick-prev{left: 0;}
    .custom-slider.slick-initialized.slick-slider .slick-arrow.slick-next{right: 0;}
    .custom-slider.slick-initialized.slick-slider .slick-arrow{}
    .gallery.gallery-responsive.portfolio_slider.slick-slider .slick-arrow.slick-prev{left: 0;}
    .gallery.gallery-responsive.portfolio_slider.slick-slider .slick-arrow.slick-next{right: 0;}
    .main-content-wrapper.contactUs .image-wrapper img{width: 100%;}
    .main-content-wrapper.aboutUs .image-wrapper img{width: 100%;} 
    .main-pdp-wrapper{flex-direction: column; padding: 0;}
    .main-pdp-wrapper .pdp-container{width: calc(100% - 0px);}
    .main-pdp-wrapper .pdp-container #parent_fixed_section{flex-direction: column; row-gap: 16px; height: auto !important;}
    .main-pdp-wrapper .pdp-container #parent_fixed_section .left_fixed_section{width: 100%; min-width: 264px; z-index: 0; position: relative; top: 0;}
    .gallery-wrap .img-big-wrap img{width: 100%;}
    .main-pdp-wrapper .pdp-container #parent_fixed_section #center_fixed_section{width: 100%;}
    .side-filters{margin-bottom: 16px; height: 182px; overflow-x: auto;}
    .tblcont.gridcont.category-wrap .grid-block-holder .filter-container{width: 100%;}
    .menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists{display: flex; column-gap: 24px; flex-direction: column;}
    .main_header_area .menu-container nav.navigation .menu ul.show-on-mobile { width: 100%; min-width: 100%; }
    .menu-container nav.navigation .menu ul li.menu-dropdown-icon .megamenu-panel.nav-submenu .megamenu-lists ul.megamenu-list li.megamenu-list-title{width: 100%;}
    .addressblock .blockwrap .panel-group.master-accordion{flex-direction: column;}
    .addressblock .blockwrap .panel-group.master-accordion .panel{width: 100%;}
    .model-change-address.modal .modal-dialog .modal-content .modal-header .item-cell.left {flex-grow: 2; }
    .model-change-address.modal .modal-dialog .modal-content .modal-body .form-wrapper .form-wrap-inner .frm-row{flex-direction: column;}
    .basket-wrap .tblcont .basket-content{flex-direction: column;}
    .dataTables_wrapper.dt-bootstrap .row { display: flex; flex-direction: column; }
    .page-num-wrap{display: flex; justify-content: center;}
    .left_col.scroll-view .sidebar-footer{height: auto;}
    .cust-title-wrap{flex-direction: column; align-items: flex-start; padding: 2px 4px;     border-bottom: none; background: no-repeat;}
    .cust-title-wrap .cur-cust-title{padding: 0;}
    .somodel.model-prod-qv.modal .modal-dialog.modal-dialog-centered .modal-content .model-content-inner .modal-body .card.prod-cont{    flex-direction: column;}
    .prod-det-wrapper .prodimg {margin:0}
    .gallery-wrap .img-big-wrap .splide .splide__arrows .splide__arrow { border: 1px solid rgb(204, 204, 204); background: #fff;}
    /* .prod-detail-container .pdp-price-qty-block{align-items: flex-start;} */
    #right_fixed_section.right-fix-sec{margin-bottom: 8px;}
    .prod-detail-container .price-block .actual-price{padding: 8px 0;}
    .prod-detail-container .price-block .actual-price h2{margin: 0;}
    .prod-detail-container .price-block{justify-content: center; flex-direction: row; align-items: center;}
    #right_fixed_section.right-fix-sec .buy-section .bulk-sec{padding: 0;}
    .pwa-row.pwa-row-noPad .bordered-section{margin: 16px 0 0 0;}
    .prod-det-wrapper{padding: 0; }
    #right_fixed_section.right-fix-sec{left: 20px; width:280px;}
    #datatable-responsive { overflow-y: hidden !important;}
    .payview-outer .carlist-wrap{flex-wrap: wrap;}
    .orderstatus-panel.payview-det{width: calc(100% - 0px);}
    .top-right-content .navbar-right{column-gap: 4px; justify-content: flex-start;}
    .nav-item.nav-badge.currency-tag span.badge{padding: 10px 8px;}
    .tblcont.inv-payment-wrap .carlist-wrap{flex-direction: column;}
    .tblcont.inv-payment-wrap .carlist-wrap.usertbl.orderstatus-panel{min-height: auto !important; width: 100%;}
    
    div.dataTables_wrapper div.dataTables_paginate{display: flex;     justify-content: center;}
    div.dataTables_wrapper div.dataTables_paginate ul.pagination{display: flex;}
    .somodel.model-change-address .modal-dialog { min-width: 100%;}
    .eqheight-wrap .eqheight-inner .eqheight-block.ol-block{flex-basis: auto;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .user-profile-wrap.container .right_col .userprofile.userprofile-wrap .user-frm{width: 100%;}
    body .container.body .right_col.prod-grid-wrap.filter-active{ margin-top: 8px; }
    body .container.body .right_col.prod-grid-wrap.filter-active .titlewrap{padding: 0 15px;}
    body .container.body .right_col.prod-grid-wrap.filter-active .tblcont .content-head{padding: 8px 15px;}
    body .container.body .right_col.prod-grid-wrap.filter-active .tblcont .product-listing-section.pwa-row{padding: 0 15px;}
    .top_nav .top-nav-wrapper{padding: 8px 15px; height: auto; row-gap: 4px;  padding: 0;}
    .navigation .wrapper-drop-down-menu.menu{width: 100%;}
    /* .container.body .top_nav.no-login{margin: 0;} */
    .gridcont .prodgrid .pgridwrap{grid-template-columns: [start] repeat(2, minmax(0px, 1fr)) [end];}
    .custom-slider.slick-initialized.slick-slider .slick-arrow.slick-prev{left: 0;}
    .custom-slider.slick-initialized.slick-slider .slick-arrow.slick-next{right: 0;}
    .custom-slider.slick-initialized.slick-slider .slick-arrow{}
    .gallery.gallery-responsive.portfolio_slider.slick-slider .slick-arrow.slick-prev{left: 1px;}
    .gallery.gallery-responsive.portfolio_slider.slick-slider .slick-arrow.slick-next{right: 1px;}
    .main-content-wrapper.aboutUs .image-wrapper img{width: 100%;} 
    .main-pdp-wrapper .pdp-container.right-container-active #parent_fixed_section{flex-direction: column; padding: 16px; display: flex;}
    .main-pdp-wrapper .pdp-container.right-container-active .d-flex.fixed-sec#parent_fixed_section{height: auto;}
    .main-pdp-wrapper .pdp-container.right-container-active #parent_fixed_section .left_fixed_section{
        border: none; width: 100%; min-width: 100%;
    }
    .main-pdp-wrapper .pdp-container #parent_fixed_section{display: flex; flex-flow: row; width: 100%; column-gap: 24px;}
    .main-pdp-wrapper .pdp-container #parent_fixed_section .left_fixed_section{width: 100%; min-width: 360px; z-index: 0; position: relative; top: 0;}
    .main-pdp-wrapper .pdp-container #parent_fixed_section #center_fixed_section{width: 100%;}
    .side-filters{margin-bottom: 16px; height: 586px; overflow-x: auto;}
    .bread-crumb{padding: 10px 16px;}
    #parent_fixed_section{flex-direction: column;}
    #parent_fixed_section .left_fixed_section{width: 100%; z-index: 0; position: relative; top: 0;}
    #parent_fixed_section #center_fixed_section{width: 100%;}
    .productDetailCMS-prod-info-section{width: 100%;}
    .tblcont.inv-payment-wrap .carlist-wrap{}
    .tblcont.inv-payment-wrap .carlist-wrap.usertbl .orderstatus-panel{min-height: auto !important; width: 100%;}
        
    #parent_fixed_section .left_fixed_section{width: 100%; z-index: 0; position: relative; top: 0;}
    #parent_fixed_section .left_fixed_section .prodimg{width: 100%;}
    #parent_fixed_section #center_fixed_section{width: 100%;}
    .tblcont.gridcont.category-wrap .search-right-container .pgridwrap {
        grid-template-columns: [start] repeat(2, minmax(0px, 1fr)) [end];
    }
    /* aside.right_col.basket-wrap .tblcont .basket-content{flex-direction: column;} */
    .basket-wrap .basket-content .clistarea .cart-basket-list{min-height:auto}
    .basket-wrap .tblcont .orderstatus-panel{width: calc(100% - 0px);}

    .top-nav-wrapper .nav .main_menu_side .menu_section{}
    .dataTables_wrapper.dt-bootstrap .row {
        display: flex;
        flex-direction: row;
    }
   
    

}
