@import url('arialfonts.css');
@import url('sfprofonts.css');

body{
    background: #676767;
    font-family: arial;
    padding-right: 0 !important;
}
.navbar-brand {
    padding: 12px 36px;
    width: 195px;
}
.no-margin-lr {
    margin-left: 0;
    margin-right: 0;
}
.no-padding-lr {
    padding-left: 0;
    padding-right: 0;
}
.btn{
    font-size: 15px;
}
.btn-default {
    background: #33698c;
    border-radius: 0;
    color: #fff;
    border-color: #33698c;
    padding: 3px 13px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,.btn-default.focus, .btn-default:focus{
    background: #33698c;
    border-color: #33698c;
    color: #fff;
}
.dark-bg {
    background: #8d8d8d;
}
.list-style{
    padding-left: 0;
    list-style: none;
}
a{
    color: #33698c;
}
a:hover, a:active {
    color: #33698c;
    text-decoration: none;
}
.bold-text{
    color: #33698c;
    text-shadow: 1px 0 0 currentColor;
}
.m-l-43{
    margin-left:43px !important;
}
.blank-label-input{
    margin-top: 17px;
}
/*Checkbox css*/
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    height: 22px;
}
.checkbox p{
    padding-right:15px;
    font-size: 12px;
    margin-top: 12px;
}

.checkbox {
    padding-left: 15px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    margin-left:5px;
    margin-top: 5px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    min-height: auto;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top:1px;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
    background: #33698c;
    content: "";
}
/*Header css*/

.head-top.navbar-default{
    background: #000000;
}
.navbar-default{
    background: #ffffff;
    border: none
}
.navbar{
    height: 54px;
}
/*.top-selection .caret.pull-right,*/#product-filter .caret.pull-right{
    margin-top: 8px;
    position: absolute;
    right: 7px;
    color: #000000;
}
.top-selection{
    float: left;
    margin-top: 0;
}
.top-selection .navbar-nav{
    height: 54px;
    display: flex;
    align-items: center;
 }
.top-selection .navbar-nav>li>a{
    padding: 3px 7px;
    color:#ffffff;
}
.navbar-default .top-selection .navbar-nav>li>a:focus, .navbar-default .top-selection .navbar-nav>li>a:hover{
    color: #eeeeee;
}
.navbar-default .top-selection  .navbar-nav>.open>a,.navbar-default .top-selection  .navbar-nav>.open>a:focus, .navbar-default .top-selection  .navbar-nav>.open>a:hover{
    background: transparent;
    color: #eeeeee;
}
.user-profile li>a {
    padding: 3px 15px;
    min-height: auto;
    display: inline;
    line-height: 1.7;
}
a.invoice-link {
    color: #fff;
    font-size: 14px;
}
.nav>li>a.invoice-link:hover{
    text-shadow: 1px 0 0 currentColor;
    color: rgb(54,106,139) !important;
    background:transparent;
}
.nav>li>a.invoice-link:focus {
    color: #fff;
    background:transparent;
    outline:none;
    font-weight:normal;
}
/* .top-filter-width {
    width: 205px;
} */
.top-selection .navbar-form{
    padding: 0;
    margin: 0;
}
.top-selection .dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
}
.top-selection .navbar-form .add-on input.form-control{
    height: 28px;
    border-radius: 0;
    width: 600px;
}
.border-dropdown {
    border: 1px solid #ccc;
}
.top-selection .form-inline select.form-control {
    width: 205px;
    border-radius: 0;
    box-shadow: none;
    padding: 3px 0px;
    height: 27px;
}
.top-selection .form-inline input.form-control{
    height: 27px;
    padding: 3px 5px;
    box-shadow: none;
    width: 235px;
    margin-right: 43px;
}
.btn-search{
    height: 28px;
    position: absolute;
    padding: 0 8px;
    border-radius: 0;
    background: #33698c;
    color: #fff;
    border-color: #33698c;
    margin-left: -43px;
}
.top-selection .dropdown-menu ul li a{
    color:#000000;
    line-height: 1.7;
}
.top-selection .dropdown-menu ul li a:hover {
    text-shadow: 1px 0 0 currentColor;
    color: rgb(54,106,139);
}

.user-profile {
    margin-top: 0;
    height: 54px;
    display: flex;
    align-items: center;
}
.user-profile li {
    padding: 0 5px;
}
.user-profile .dropdown-height li {
    padding: 0;
}

.user-profile li:last-child{
    padding-right: 0;
}
/*Browse Marketplace css*/

.browse-market-drop {
    width: 776px;
    display: flex;
}
.browse-market-block {

}
.department {
    background: #8d8d8d;
    color: #fff;
    padding: 15px 15px;
    width: 233px;
}
.browse-market-block .title-individual h5:hover{
    color: #337ab7;
    cursor: pointer;
    font-weight: bold;
}
.top-selection .dropdown-menu .department ul li a{
    color: #fff
}
.top-selection .dropdown-menu .department ul li a:hover{
    color:rgb(54,106,139)
}
.top-selection .dropdown-menu .department ul li a:hover, .top-selection .dropdown-menu .department ul li a:focus, .top-selection .dropdown-menu .department ul li a:active {
    text-decoration: none;
}
.sub-browse{
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 15px;
    position: relative;
}
.sub-browse:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 1px;
    background: #000;
    top: 47px;
}
.top-filter-width .input-group #srch-term::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #343434;
}
.top-filter-width .input-group #srch-term::-moz-placeholder { /* Firefox 19+ */
  color: #343434;
}
.top-filter-width .input-group #srch-term:-ms-input-placeholder { /* IE 10+ */
  color: #343434;
}
.top-filter-width .input-group #srch-term:-moz-placeholder { /* Firefox 18- */
  color: #343434;
}
.visible-tab .top-selection{
    display: none;
}
.browse-overflow{
    width: 100%;
}
/*Sidebar css*/
.sidebar{
    margin-top: 54px;
    width: 218px;
    height: calc(100vh - 94px);
    overflow: hidden;
}
.sidebar ul li{
    border-bottom: none;
}
.sidebar .fa.arrow{
    font-size: 18px;
    margin-top: 2px;
}
.sidebar .fa.arrow:before {
    content: "\f0d7";
}
.active>a>.fa.arrow:before {
    content: "\f0d7";
}
.sidebar .active > a > .fa.arrow:before {
    content: "\f0d7";
}
.sidebar-nav .nav>li a{
    color: #000000;
}
.sidebar-nav .nav>li>a {
    border-bottom: 2px solid #dedede;
    padding: 2px 15px;
}
.sidebar ul li.active a.active,.sidebar ul li.active a {
    background: #33698c;
    color: #fff;
    border-color: #33698c;
}
.sidebar ul li a.active{
    background: #ffffff;
}
#side-menu .checkbox{
    padding-left: 8px;
}
#side-menu .checkbox label{
    margin-left: 23px;
    font-size: 13px;
}
#side-menu .check-name {
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#side-menu .check-name:hover{
    color: #33698c;
    text-shadow: 1px 0 0 currentColor;
}
.checkbox i {
    color: #c7c7c7;
    font-size: 17px;
    cursor:pointer;
}
.checkbox i.selected{
    color: #ffda58;
}
.overflow-scroll {
    /* height: calc( 100vh - 237px );
    overflow-x: auto; */
    margin-top: 5px;
}
.filter-sidebar-btn{
    display: none;
}
.filter-sidebar-btn ul {
    padding-left: 0;
}
.filter-sidebar-btn ul li {
    display: inline-block;
    width: auto;
    float: left;
}
.sidebar .filter-sidebar-btn ul li a.active,.sidebar .filter-sidebar-btn ul li a {
    display: block;
    padding: 0px 15px;
    margin: 6px 0;
    border-right: 1px solid #33698c;
    color: #33698c !important;
    text-shadow: 1px 0 0 currentColor;
    background: transparent;
    font-size: 13px;
    letter-spacing:0.7px
}
.sidebar .filter-sidebar-btn ul li:last-child a{
    border-right: none;
}
.sidebar li.active > .collapse.in + .filter-sidebar-btn {
    display: block;
    border-bottom: 2px solid #dedede;
    /* border-top: 1px solid #f3f3f3; */
}
.navbar-top-links li.for-mobile{
    display: none;
}
/* width */
#side-menu ul.nav-second-level::-webkit-scrollbar,#side-menu ul.nav-second-level::-moz-scrollbar {
    width: 12px;
}

/* Track */
#side-menu ul.nav-second-level::-webkit-scrollbar-track,#side-menu ul.nav-second-level::-moz-scrollbar-track {
    box-shadow: inset 0 0 5px #62affd;
    border-radius: 0px;
}

/* Handle */
#side-menu ul.nav-second-level::-webkit-scrollbar-thumb,#side-menu ul.nav-second-level::-moz-scrollbar-thumb {
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 10px;
    background-color: #33698c;

}
/*Main-content css*/
#page-wrapper{
    margin: 0px 0 0 228px;
    min-height: calc( 100vh - 96px );
    padding: 0 0;
    background: #ebebeb;
    position: relative;
}
.main-filter-container {
    background: #ebebeb;
    padding-top: 8px;
}
.filter-action {
    float: left;
}
/*.filter-action .btn-default {
    padding: 4.5px 37px;
    font-size: 13px;
    line-height 13px;
}*/
.main-filter ul{
    float: none;
}
.main-filter>ul>li {
    margin: 0 10px 7px;
    width: 11.5%;
}
.main-filter > ul > li > a {
    padding: 0px 15px 0px 5px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #457ea2;
    font-size: 13px;
    height: 22px;
    border: 2px solid #ccc;
}
.sort-container,.sort-container .filter-action{
    width: 100%;
}
.sort-drop {
    background: #33698c;
    color: #fff;
    height: 26px;
    border-radius: 0;
    border: none;
    width: 100%;
    padding:0 5px
}
.more-filter {
    margin-top: 2px;
    color: #33698c;
}
.more-filter a i{
    color: #000000;
}
#product-filter>li>.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    width: max-content;
    width: intrinsic;
    width: -moz-max-content;
}
.dark-bg ul>li{
    color: #ffffff;
}
.Alpha-contain {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.Alpha-contain a{
    color: #000000;
}
.Alpha-pagination {
    display: flex;
    justify-content: center;
    padding: 10px 30px;
}
.Alpha-pagination ul{
    padding-left: 0;
}
.Alpha-pagination ul li {
    display: inline;
    padding: 5px;
}
.Alpha-pagination ul li.active a,.Alpha-pagination ul li a:hover,.Alpha-pagination ul li a:active,.Alpha-pagination ul li a:focus {
    color: #366a8b;
    text-decoration: underline;
    outline: none;
}
.Alpha-pagination ul li a{
    color: #000000;
}
.bottom-action {
    display: table;
    width: 100%;
    padding: 7px;
    background: #366a8b;
}
.bottom-action ul{
    padding-left: 0;
}
.bottom-action ul li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.bottom-action ul li a{
    color: #fff;
}
.bottom-action ul li a:hover{
    color: rgb(230, 230, 230) !important;
}
.bottom-action ul li:last-child{
    border-right: none;
}
/*Range slider css*/
#priceRange {
    padding: 0px 5px;
}
.slider.slider-vertical {
    height: 300px;
}
.slider.slider-vertical .slider-track{
    width: 8px;
    border-radius: 15px;
    background: #ccc;
}
#priceRange .slider-selection {
    background: #4d9030;
    border-radius: 15px;
}
.slider-track:before {
    content: 'Min';
    position: absolute;
    left: 20px;
    top: -5px;
    color: #fff;
}
.slider-track:after {
    content: 'Max';
    position: absolute;
    bottom: -5px;
    left: 20px;
    color: #fff;
}
.slider-handle{
    background: #4d9030;
    width: 30px;
    height: 15px;
    border-radius: 5px;
    left: -5px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}
.slider-handle.min-slider-handle {
    margin-top: 0px !important;
}
.slider-handle.max-slider-handle {
    margin-top: 0px !important;
}
/*Slick slider css*/
.slider {
    width: 100%;
    margin: 0px auto 10px;
}

.slick-container .slick-slide {
  margin: 0px 20px;
}

.slick-container .slick-slide img {
  width: 100%;
}

.slick-container .slick-prev:before,
.slick-container .slick-next:before {
  color: black;
}


.slick-container .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .27;
}
.slick-container .slick-slider a{
  color: #356a8c;
  text-decoration: none;
}
.slick-container .slick-current {
  opacity: 1;
  width:46vh;
  text-align: center;
}
.slick-container .slick-center a{
color: #fff;
}
.slick-container .slick-prev:before,.slick-container .slick-next:before{
color: #ffffff;
}
.slick-container .slick-prev {
left: 39.5%;
z-index: 1;
}
.slick-container .slick-next {
right: 39.5%;
z-index: 1;
}
.slick-container {
position: relative;
height: 30px;
}
.center-highlight {
width: 24%;
height: 25px;
position: absolute;
background: #346a8c;
border-radius: 15px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
margin-top: -2px;
}
.slick-container .slick-track{
transition:transform 600ms ease-in-out
}
.slick-container .slick-next:before{
    content: '⏵';
}
.slick-container .slick-prev:before {
    content: '⏴';
}
/*Product-list*/
.product-container {
    height: calc( 100vh - 161px);
    position: relative;
}
/*No-product-css*/
.no-product {
    height: calc( 100vh - 160px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-no-product {
    color: #346a8c;
    font-size: 36px;
    /* font-weight: bold; */
    text-align: center;
    line-height: 32px;
    margin-top: -50px;
}
.content-no-product span {
    font-size: 24px;
}

/*Swiper css*/
.product-container .swiper-container {
    width: 100%;
    height: calc( 100vh - 161px);
    margin-left: auto;
    margin-right: auto;
  }
  .product-container .swiper-slide {
    font-size: 14px;
    background: #fff;
    width: 32.4%;
    height: auto;
    margin-left: 0 !important;
    margin-right: 0.7vw;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .product-list-container {
    width: 100%;
    height: 100%;
    /* padding: 15px; */
}
  .product-thumb {
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.product-thumb img {
    max-width: 100%;
    max-height: 100%;
}
.collection,.collection-inner{
    height: 19px;
    width: 22px;
    background-image: url("../../images/collection.png");
    background-position-y: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}
.sidebar-nav .left-collection{
    height: 15px;
    width: 17px;
    background-image: url("../../images/left-collection.png");
    background-position-y: 15px;
    cursor: pointer;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.collection.selected ,.collection-inner.selected{
    background-position-y: 0px;
}
img.pro-logo {
    max-height: 40px;
    width: auto;
    position: absolute;
    left: 15px;
    top: 10px;
}
.product-overview {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}
.Pro-Name {
    font-family: arial-bold;
}
.Pro-Name i{
    color: #ffda58;
}
.pro-view-more{
    font-size: 23px !important;
    font-weight: bold !important;
    cursor: pointer;
    color: #346a8c;
    line-height: 17px !important;
    vertical-align: top;
}
.Pro-Price {
    font-family: arial-bold;
}
.discount {
    font-family: arial-bold;
    color: #fc0000;
}
.swiper-container-vertical>.swiper-scrollbar{
    top: 2.5%;
    height: 95%;
    width: 15px;
    box-shadow: inset 0 0 5px #62affd;
    background: none;
    border-radius: 0;
    right: 0;
    /* padding: 3px 0 3px */
}
.swiper-scrollbar-drag{
    background: #33698c;
    width: 9px;
    left: 3.4px;
    margin: 0;
}
.product-container .swiper-container-vertical>.swiper-wrapper{
    flex-direction: row;
}
/*Footer Css*/
.footer-link{
    float: left;
    margin-top: 12px;
    margin-right: 15px;
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 0;
}
ul.footer-link li {
    display: inline;
}
ul.footer-link li a {
    color: #fff;
    padding: 0 13px;
}
ul.footer-link li a:hover{
    color: #d7d7d7;
    text-decoration: underline;
}
ul.footer-link li:last-child a{
    border-right: none;
}
.rights-block{
    float: left;
    margin-top: 12px;
    color: #ffffff;
    font-size: 13px;
}
.company-copyrights {
    float: left;
    font-size: 13px;
    color: #fff;
    margin-top: 12px;
}
ul.social-links {
    float: left;
    margin-top: 8px;
    margin-bottom: 0px;
    list-style: none;
}
.social-links li {
    display: inline-block;
}
.social-links li a {
    padding: 0 2px;
    display: block;
}
.social-icon {
    width: 23px;
    height: 23px;
    background-image: url(../../images/social-link.png);
}
.social-links li a:hover .social-icon{
    background-position-y: 23px;
}
.social-icon.pintrest{
    background-position-x: -30px;
}
.social-icon.tw{
    background-position-x: -60px;
}
.social-icon.yt{
    background-position-x: -90px;
}
.social-icon.in{
    background-position-x: -120px;
}
.social-icon.insta{
    background-position-x: -149px;
}
.social-icon.gplus{
    background-position-x: -179px;
}
.social-icon.wifi{
    background-position-x: -209px;
}
.social-icon.victory{
    background-position-x: -239px;
}
.social-icon.cb{
    background-position-x: -268px;
}
.social-icon.tl{
    background-position-x: -298px;
}
/*invoice Page css*/
.no-sidebar #page-wrapper {
    margin: 0;
}
#page-wrapper.bg-banner{
    background:#ebebeb url("../../images/home-banner.jpg");
    background-size: cover;
}
#page-wrapper.bg-banner{
    background:#ebebeb url("../../images/home-banner.jpg");
    background-size: cover;
}
.white-bg {
    background: #ffffff !important;
}
.invoice-container {
    padding: 25px 0px;
}
.status-block {
    width: 100%;
    background: #000;
    margin-top: 35px;
    padding: 30px 20px;
    color: #ffffff;
}
.status-block h2 {
    margin-top: 0;
}
.status-block h2 label {
    float: left;
}
.modal-body .status-block {
    margin-top: 0px;
}
.action {
    font-size: 17px;
    display: inline-block;
}
.action-label {
    display: inline-block;
    background: #559e44;
    height: 50px;
    width: 49px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
}
.table-data {
    margin-top: 20px;
    color: #000000
}
.table-data .table>thead>tr {
    background: #467f9d;
    color: #ffffff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ebebeb;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #e2e0e1;
}
.table-data .table-bordered>tbody>tr>td,.table-data .table-bordered>tbody>tr>th,.table-data .table-bordered>tfoot>tr>td,.table-data .table-bordered>tfoot>tr>th,.table-data .table-bordered>thead>tr>td,.table-data .table-bordered>thead>tr>th{
    border-color: #a7a7a7;
    font-weight: 400;
}
.Search-invoice-btn {
    height: 40px;
    background: #467f9d;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    float: left;
    margin-left: 15px;
    padding: 0 20px;
}
.table-data .table{
    margin-bottom: 0;
}
.invoice-graph {
    margin-top: 49px;
    padding: 44px;
    background: #ebebeb;
}
.graph-data .invoice-top-button {
    margin-top: 15px;
}
.invoice-top-button a {
    display: inline-block;
    margin-right: 20px;
}
.invoice-top-button a:last-child{
    margin-right: 0;
}
.invoice-action {
    color: #3f81a4;
    font-size: 18px;
    white-space: nowrap;
}
.invoice-action img {
    width: 3.8vw;
}

.btn-invoice {
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-family: arial-bold;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 40px;
}
.status-data .invoice-top-button a{
    margin-right: 10px;
    margin-bottom: 5px;
}
.blue-btn{
    background: #01a2ff;
}
.orange-btn{
    background: #ff9b2c;
}
.green-btn{
    background: #559e44;
}
.text-white{
    color: #ffffff
}

/*Login Page css*/
.login-page {
    height: calc(100vh - 94px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.login-contain {
    background: #eee;
    padding: 15px;
    width: 450px;
    box-shadow: 0 4px 10px 1px rgba(100,100,100,0.3);
}
.tab-content {
    padding: 15px;
}
.login-contain .nav-tabs>li>a{
    color: #000000;
}
.login-contain .nav-tabs>li.active>a,.login-contain .nav-tabs>li.active>a:focus,.login-contain .nav-tabs>li.active>a:hover{
    color: #fff;
    background: #b5c1d0;
}
/*Product-Detail page css*/
.product-detail-container {
    padding: 35px 0;
}
#page-wrapper.product-detail {
    background: #ffffff;
}
.swiper-container.product-detail-swiper {
    width: 100%;
    height: calc(100vh - 195px);
    padding: 0 50px;
}
.product-detail-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-detail-swiper .swiper-slide img{
    width: 100%;
    max-height: 100%;
}
.main-product-detail {
    position: relative;
    font-size: 15px;
}
.close-btn {
    position: absolute;
    width: 30px;
    right: 10px !important;
    top: -25px;
    z-index: 1;
}
.pro-company-logo {
    width: auto;
    height: 51px;
    margin-bottom: 15px;
}
.pro-company-logo img{
    height: 100%;
}
.prod-price{
    height: 68px;
}
.product-detail-description {
    font-size: 20px;
    font-weight: bold;
    color: #0a0a0a;
    margin-bottom: 0px;
    line-height: 20px;
    position: relative;
}
.product-detail-description .product-collection{
    left: -30px;
    top: 0;
}
.price-prod {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    font-weight: bold;
}
.desc-pro {
    line-height: 19px;
    height: 76px;
}
.price-prod span{
    /*margin-left: 5px;*/
    color: #0a0a0a;
    font-size: 15px;
    font-weight: normal;
}
span.read-more {
    text-decoration: underline;
}
.product-element {
    margin-top: 15px;
}
.product-element h5 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-features .table{
    margin-bottom: 10px;
}
.product-features .table>tbody>tr>td {
    padding: 0;
    border: none;
    line-height: 18px;
}
.product-features .table>tbody>tr>td:first-child {
    width: 180px;
}
.btn-action .btn {
    padding: 1px 30px;
    font-size: 17px;
}
.btn-action .btn-success{
    background: #0c7b00;
    border-color: #0c7b00;
    width: 190px;
}
.btn-action .btn-default {
    background: #676767;
    border-color: #676767;
    width: 190px;
    border-radius: 4px;
    margin-left: 10px;
}
.btn-action .btn-default:hover, .btn-action .btn-default:active{
    color: #fff;
}
.btn-action .btn-default.active.focus, 
.btn-action .btn-default.active:focus, 
.btn-action .btn-default.active:hover, 
.btn-action .btn-default:active.focus, 
.btn-action .btn-default:active:focus,
.btn-action .btn-default:active:hover{
    background: #676767;
    border-color: #676767;
}
.btn-action .btn-info{
    background: #33698c;
    border-color: #33698c
}
.btn-action {
    margin-top: 15px;;
}
.loading_main {
    width: 100%;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.8);*/
    background: #ebebeb;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 1100;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading_main.with-transparency{
    background: rgba(255, 255, 255, 0.8);
}
.loading_main img {
    vertical-align: middle;
    position: relative;
}
/*Market-place user Profile*/
.marketplace-profile #page-wrapper{
    margin:0;
}
.nav-tabs-custom {
    background: #fff;
    padding: 15px 15px;
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
    margin-top: 15px;
}
/*New filter css*/
.main-filter {
    /*width: 90.5%;*/
    width:100%;
    float: left;
    /*margin-right: 20px;*/
}
.filter-appear {
    overflow: hidden;
    position: relative;
}
.filter-action .btn-default {
    padding: 0 5px;
    font-size: 15px;
    line-height: 15px;
    width: 132px;
    height: 26px;
    overflow: hidden;
    text-align: left;
    position:relative;
}
.filter-action .btn-default:hover,.filter-action .btn-default:focus{
    background:#33698c;
    color: #fff;
    border-color: #33698c;
}
.filter-action .btn-default.btn-white {
    background: #ffffff;
    color: #34698b;
}
.filter-action span{
    position:absolute;
    right:5px;
    top:12px;
}
.filter-action .dropdown .dropdown-menu-right{
    right:10px;
    min-width:140px;
}
.filter-action .dropdown .dropdown-menu>li>a{
    color: #34698b;
    padding: 3px 10px;
}
.filter-new {
    width: 100%;
    padding: 0 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
}
.filter-appear .slider{
    margin: 0 0;
    padding: 3.5px 10px;
    background: #d9d9d9;
    border: 1px solid #000;
    min-height: 26px;
}
.filter-appear .slider:before {
    content: "⏴";
    position: absolute;
    font-size: 20px;
    line-height: 22px;
    top: 1px;
    left: 0px;
    color: #8c8c8c;
}
.filter-appear .slider:after {
    content: "⏵";
    position: absolute;
    font-size: 20px;
    line-height: 22px;
    top: 1px;
    right: 0px;
    color: #8c8c8c;
    background: #d9d9d9;
}
.filter-appear .slick-next:before {
    content: '⏵';
}
.filter-appear .slick-prev:before {
    content: '⏴';
}
.filter-appear .slick-prev {
    left: 0;
    top:40%;
}
.filter-appear .slick-next {
    right: -2px;
    z-index: 1;
    top:40%;
}
.filter-appear .slick-prev:before,.filter-appear .slick-next:before{
    color: #376b8b;
    opacity: 1
}
.filter-appear .slick-prev.slick-disabled:before,.filter-appear .slick-next.slick-disabled:before{
    color: #8c8c8c;
    opacity: 1;
}
.filter-appear .slick-slide {
    padding: 0px 5px;
    font-size: 12px;
    border-right: 1px solid #000;
}
.filter-appear .slick-slide:last-child{
    border-right: none;
}

.filter-title {
    margin: 10px 0;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
}
.filter-header {
    margin-left: 5px;
    color: #366a8b;
}
.filter-header h3 {
    margin: 0;
    font-weight: bold;
}
.filter-header p {
    margin-bottom: 0;
}
.filter-title .close-btn {
    top: 10px;
    width: 20px;
    right: 30px !important;
}
.filter-detail-swiper .swiper-slide {
    /* align-items: baseline; */
}
ul.filter-option-main {
    width: 100%;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
li.filter-option-head {
    background: #33698c;
    color: #fff;
    padding: 5px 0px;
    font-weight: bold;
}
.filter-detail-swiper {
    padding: 0 70px;
    background: #ffffff url(../../images/filter-slider-bg.jpg) repeat no-repeat;
    height: calc( 100vh - 218px);
}

.fliter-data-container {
    width: 100%;
}
.filter-option.swiper-container{
    height: calc( 100vh - 248px);
    padding: 20px 0;
}
.rzslider .rz-bubble{
    font-size: 12px;
}
.filter-option .swiper-slide{
    padding-left: 5px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
}
.filter-detail-swiper>.swiper-button-prev,.filter-detail-swiper> .swiper-container-rtl .swiper-button-next{
    background: url(../../images/left-enable.png) , url(../../images/filter-slider-bg.jpg);
    height: calc( 100vh - 219px);
    top: 22px;
    width: 70px;
    left: 0;
    background-repeat: no-repeat,repeat no-repeat;
    background-position: center, top;
    background-color: #fff;
}
.filter-detail-swiper>.swiper-button-prev.swiper-button-disabled{
    background-image: url(../../images/left-disable.png), url(../../images/filter-slider-bg.jpg);
    opacity: 1
}
.filter-detail-swiper>.swiper-button-next,.filter-detail-swiper> .swiper-container-rtl .swiper-button-prev {
    background-image: url(../../images/right-enable.png), url(../../images/filter-slider-bg.jpg);
    height: calc( 100vh - 205px);
    top: 8px;
    width: 70px;
    right: 0;
    background-repeat: no-repeat,repeat no-repeat;
    background-position: center, top;
    background-color: #fff;
}
.filter-detail-swiper>.swiper-button-next.swiper-button-disabled{
    background-image: url(../../images/right-disable.png), url(../../images/filter-slider-bg.jpg);
    opacity: 1
}
.filter-option .swiper-button-prev,.filter-option .swiper-container-rtl .swiper-button-next{
    background: #fff url(../../images/filter-nav-prev.png);
    background-size: auto;
    width: 100%;
    left: 0;
    height: 22px;
    top: 21px;
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.filter-option .swiper-button-next,.filter-option .swiper-container-rtl .swiper-button-prev{
    background: #fff url(../../images/filter-nav-next.png);
    background-size: auto;
    left: 0;
    width: 100%;
    height: 22px;
    bottom: 0px;
    top: auto;
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.fliter-data-container .swiper-button-next.swiper-button-disabled,.fliter-data-container .swiper-button-prev.swiper-button-disabled{
    display: block;
}
.filter-option .swiper-slide>a{
    color: #000000;
    font-size: 11px;
    line-height: 10px;
}
.filter-detail-swiper .swiper-slide.active {
    background: #588e56;
}
.filter-detail-swiper .swiper-slide {
    max-width: 97%;
    z-index: 111;
}
.any{
    /* margin-top: 5px; */
}
.any div{
    background: #fff;
    font-size: 12px;
   
    padding-left: 5px;
    width: 95%;
}
.any div.active{
    background: #588e56;
}
.any div a{
    color: #000000
}
.any div.active a{
    color: #fff;
    font-weight: bold;
}
.any .swiper-slide.active a{
    color: #fff;
}
.any .swiper-slide a{
    color: #000000;
}
.filter-option .swiper-slide.active>a{
    color: #ffffff;
    font-weight: bold;
}
.filter-operate {
    padding: 8px 90px;
    border-top: 3px solid #d4d4d4;
}
.fast-container {
    position: absolute;
    width: 23.5%;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0.5px;
    cursor: pointer;
    font-family: 'slick';
    font-size: 14px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fast-pre {
    background: url(../../images/leftpointing-double.png);
    width: 20px;
    height: 20px;
}
.fast-next {
    background: url(../../images/righttpointing-double.png);
    width: 20px;
    height: 20px;
}
.fast-container .fast-pre:hover,.fast-container .fast-next:hover{
    background-position-y: 20px;
}
.greyed-out {
    pointer-events: none;
    opacity: 0.4;
}

.hide-seller-slide-section{
height: 0px;
}

/*Filter new css*/
/* div#filterOption {
    width: 90%;
    float: left;
} */
#priceRange {
    padding: 0;
    overflow: hidden;
}
.price-heading {
    background: #356a8a;
    color: #fff;
    padding: 5px 0px;
    font-weight: bold;
    margin-bottom: 15px;
}
.vertical-sliders {
    margin-top: 40px;
}
.rzslider.rz-vertical{
    height: 300px;
}
.rzslider.rz-vertical .rz-bar{
    width: 8px;
    border-radius: 15px;
    background: #ccc;
}
.rzslider.rz-vertical .rz-selection{
    background: #4d9030;
}
.rzslider.rz-vertical .rz-pointer{
    left: -12px!important;
    width: 32px;
    height: 15px;
    background-color: #4d9030;
}
.rzslider .rz-pointer:after{
    display: none
}
/*Custom Dialog css*/
.custom-dialog .modal-content {
    border: 10px solid #316a8d !important;
    border-radius: 6px !important;
}
.dialog-title {
    font-size: 42px;
    font-weight: bold;
    color: #2e6a8e;
    margin: 0 0 10px 0;
    padding: 0 10px;
}
.col-sm-12.type-collection {
    padding: 0 25px;
    margin-bottom: 10px;
}
.dialog-data {
    font-size: 18px;
    color: #7b7b7b;
    /* padding: 0 42px; */
    margin-bottom: 30px
}
.btn-pink {
    color: #fff;
    background-color: #ea1c4b;
    border-color: #ea1c4b;
}
.btn-pink:hover{
    color:#fff
}

/*Scroll Css*/
.scroller{
    position: absolute;
    right: 15px;
    height: 100%;
    top: 0;
    z-index: 1;
    cursor: pointer
}
.scroll-bottom {
    bottom: 0px;
    position: absolute;
    box-shadow: inset 0 0 5px #62affd;
    background: none;
    height: 2.5%;
    width: 15px;
    color: #346a8c;
    font-size: 20px;
    line-height: 0;
    text-align: center;
    transition: all 0.3s ease
}
.scroll-top {
    top: 0px;
    position: absolute;
    box-shadow: inset 0 0 5px #62affd;
    background: none;
    height: 2.5%;
    width: 15px;
    color: #346a8c;
    font-size: 20px;
    line-height: 0;
    text-align: center;
    transition: all 0.3s ease
}
.scroller i{
    font-size: 16px;
}
.scroller .scroll-top i{
    line-height: 0.8
}
.scroller .scroll-bottom i{
    line-height: 1
}
/* .scroll-bottom:hover,.scroll-top:hover{
    background: rgba(51,104,140,1)
} */
/* .type-collection > div:before {
    content: "\f0dc";
    position: absolute;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #909090;
    z-index: 1;
    right: 6px;
    top: 6px;
} */
.type-collection .dropdown-menu{
    width: 100%;
    max-height: 110px;
    overflow-y: auto;
}
.type-collection{
    position: relative;
}
.sorting-icon {
    position: absolute;
    right: 35px;
    top: 7px;
}
@media only screen and (max-width: 1550px) {
    /*.slick-container .slick-prev {
        left: 38%;
    }
    .slick-container .slick-next {
        right: 38%;
    }*/
    .top-selection .navbar-form .add-on input.form-control{
        width: 424px;
    }
}
@media only screen and (max-width: 1400px) {
    .top-filter-width {
        width: 170px;
    }
    /*.slick-container .slick-prev {
        left: 37%;
    }
    .slick-container .slick-next {
        right: 37%;
    }*/
    /* .main-filter{
        width: 85%;
    } */
    .main-filter ul li{
        width: 10.5%;
    }
    ul.footer-link li a{
        padding: 0 8px;
    }

    .graph-data .invoice-top-button>a{
        width: 28%;
    }
    .top-selection .navbar-form .add-on input.form-control{
        width: 275px;
    }
}
@media only screen and (max-width: 1324px) {
    ul.footer-link li a {
        padding: 0 4px;
    }
    .top-selection .navbar-form .add-on input.form-control{
        width: 100%;
    }
}
@media only screen and (max-width: 1215px) {
    .top-selection .navbar-form .add-on input.form-control {
        width: 586px;
    }
    .main-filter {
        width: 86%;
    }
    ul.social-links{
        padding-left: 0;
    }
    .social-links li a{
        padding: 0 0px;
    }
    ul.footer-link li a {
        padding: 0 2px;
    }
    .footer-link{
        margin-right: 5px;
        padding-left: 8px;
    }
    .main-filter>ul>li {
        width: 10%;
    }
    .status-data .invoice-top-button>a{
        width: auto;
    }
    .graph-data .invoice-top-button>a{
        width: auto;
    }
    .invoice-top-button>a{
        margin-right: 15px;
    }
    .btn-invoice{
        padding: 0 6px;
    }
}
@media (max-width: 1241px) and (min-width: 768px) {
    .main-body.scroll-lock {
        overflow-y: hidden;
    }
    .navbar-toggle.ipad-resolution-menu {
        display: block;
        position: relative;
        float: left;
        padding: 6px 10px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .sidebar{
        display: none;
    }
    .sidebar.tab-open{
        display: block
    }
    #page-wrapper{
        margin: 0px 0 0 0px;
    }
    .navbar{
        height: auto;
    }
    .top-selection{
        display: none;
    }
    .visible-tab .top-selection{
        display: block;
        margin-bottom: 10px;
        margin-top: 0;
        margin-left: 0;
    }
    .top-filter-width{
        width: auto;
    }
    .sidebar{
        margin-top: 87px;
    }
    #page-wrapper.side-active {
        position: relative;
        overflow: hidden !important;
    }
    #page-wrapper.side-active:before{
        content: '';
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        z-index: 2;
    }
    .main-filter ul li {
        width: 9.5%;
    }
    .main-filter {
        width: 84%;
    }


}
@media (max-width: 992px) and (min-width: 768px) {
    .top-selection .navbar-form .add-on input.form-control{
        width: 478px;
    }
}
@media only screen and (max-width: 768px) {

    .overflow-class,.browse-overflow {
        overflow-x: auto;
    }
    .sub-browse{
        min-width: 540px;
    }
    .overflow-class .dark-bg{
        min-width: 600px;
    }
    .navbar-top-links li.not-mobile{
        display: none;
    }
    .main-body.scroll-lock {
        overflow-y: hidden;
    }
    .navbar-top-links li.for-mobile{
        display: inline-block;
    }
    .user-profile li{
        padding: 0 5px;
    }
    .navbar-default .navbar-toggle.ipad-resolution-menu {
        display: none;
    }
    .navbar{
        height: auto;
    }
    .navbar-header {
        float: left;
    }
    .navbar-right {
        float: right!important;
    }
    .top-selection{
        display: none;
    }
    .visible-tab .top-selection{
        display: block;
        margin-bottom: 10px;
        margin-top: 0;
        margin-left: 0;
    }

    .navbar-toggle{
        float: left;
        margin-top: 10px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .visible-tab .top-selection .navbar-nav {
        float: left;
        margin: 0;
    }
    .visible-tab .top-selection .navbar-nav>li {
        float: left;
    }
    #page-wrapper{
        margin: 0px 0 0 0px;
    }
    .main-filter-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-filter {
        width: 100%;
    }
    .main-filter>ul>li {
        width: 45%;
        display: inline-block;
    }
    .sidebar {
        position: absolute;
        margin-top: 0;
        width: 218px;
    }
    .top-filter-width {
        width: auto;
    }
    .input-group-addon, .input-group-btn{
        width: auto;
    }
    /* .sidebar-nav .overflow-scroll {
        max-height: calc( 100vh - 233px );
    } */
    .swiper-container{
        height: 100vh;
    }
    .product-container {
        height: 100vh;
    }
    .center-highlight {
        width: 124px;
    }
    .slick-container .slick-current{
        padding: 0px 25px;
    }
    .swiper-slide{
        width: 47%;
    }
    footer{
        text-align: center;
    }
    footer .pull-right,.company-copyrights,.social-links,.rights-block,ul.social-links {
        float: none !important;
    }
    #page-wrapper.side-active:before{
        content: '';
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        z-index: 2;
    }
    .navbar-nav .open .dropdown-menu{
        position: absolute;
        float: left;
        background-color: #fff;
    }
    .navbar-nav .open .dropdown-menu.dark-bg{
        background: #8d8d8d;
    }
    .top-selection .navbar-form .add-on input.form-control{
        width: 142px;
    }
    .navbar-default .navbar-toggle{
        display: block;
        position: relative;
        float: left;
        padding: 9px 10px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}
@media (min-width: 485px) and (max-width: 768px) {
    .slick-container .slick-current {
        width: 234px;
        margin: 0;
        text-align: center;
    }
    .slick-container .center-highlight {
        width: 234px;
    }

}
@media only screen and (max-width: 455px) {
    .main-filter ul li {
        width: 43%;
    }
    .top-selection .navbar-form .add-on input.form-control{
        width: 70px;
    }
    .navbar-brand{
        width: 214px;
    }
}
@media only screen and (min-width: 1580px) {
    .desc-pro {
        padding-right: 30px;
    }
    .product-detail-description{
        padding-right: 50px;
    }
    .close-btn{
        right: 50px;
    }
}
@media only screen and (max-width: 1440px){
    .product-container .swiper-slide{
        width: 32.3%;
    }
}
@media only screen and (max-width: 1460px){
    ul.footer-link li a{
        padding: 0 5px;
    }
    ul.social-links{
        padding-left:0;
    }
    .footer-link{
        margin-right: 5px;
        padding-left: 5px;
    }
    .slick-container .slick-prev {
        left: 40%;
    }
    .slick-container .slick-next {
        right: 40%;
    }

}
@media only screen and (min-width: 1700px){
    /*.slick-container .slick-next {
        right: 42%;
    }
    .slick-container .slick-prev {
        left: 42%;
    }*/
    .slick-container .slick-current{
        width: 60vh;
    }
}

.scrolling {
    max-height: 400px;
    overflow-y: auto;
}
/*For Order List*/
.screen-scrolling{
    height: calc( 100vh - 230px);
}
/* .swiper-button-disabled{
    display : none !important;
} */

.swiper_pagination_none{
    display : none !important;
}

/* Disable Div */
.disableCover {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1; 
    opacity: 0.3;
    cursor: not-allowed;
}

/* Hidden Div */
.visibilityHidden{
    visibility: hidden;
}

/* Display Block */
.displayNone{
    display: none;
}

/* add collection pop up text overflow issue */
.add-collection-text .dropdown-menu>li>a{
    white-space: nowrap;
text-overflow: ellipsis;
overflow-x: hidden;
}

/* PlaceHolder Font Color */
.collectionPlaceholder{
    color: #999999;
}

/* Filter Display Container */
.filterContainer{
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0;
    padding: 1px 10px;
    background: #d9d9d9;
    border: 1px solid #000;
    min-height: 26px;
}
/* Filter Display Content */
.filterContent{
    display: inline-block;
    padding: 0px 5px;
    font-size: 12px;
    border-right: 1px solid #000;
    /* padding-right: 15px; */
}
.nav-left-filter {
    position: absolute;
    top: 1px;
    left: 1px;
    background: #d9d9d9;
    width: 15px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20.5px;
    color: rgb(140, 140, 140);
}
.m-t-3{
    vertical-align: middle;
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
    .m-t-3 { 
        vertical-align: middle; 
    } 
}
@media only screen and (max-width:1366px){
    .m-t-3{
        vertical-align: middle;
    }
}
.nav-left-filter .fa{
    font-size: 20.5px;
}
/* Firefox3-specific CSS property for nav-left-filter */
@-moz-document url-prefix() { 
    .m-t-3{
        vertical-align: middle;
        margin-top: 2px;
    }
}
/* @-moz-document url-prefix() { 
    .nav-left-filter .fa{
        margin-top:0.8px;
    }
} */
.nav-right-filter {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #d9d9d9;
    width: 15px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20.5px;
    color: rgb(140, 140, 140);
}
.navFilterEnable{
    color:#33698c;
    cursor: pointer;
}
.filterLastKeyValue{
    border-right: none;
     padding-right: 25px;
}
.pro-description > .popover {
    pointer-events: none;
}

/*Shipping & Cart Css*/
.no-padding {
    padding: 0;
}
div > .shipping {
    background: #fff !important;
}
div > .shipping-item {
    background: #fff !important;
}
.shipping, .shipping-item{
    font-family: SF-Pro-Light;
}
.shipping-header {
    border: 1px solid transparent;
    background: #f6f6f6;
    padding: 25px 0 45px 20px;
}
.shipping-header span > a{
    color: #366a8b;
}
.shipping-header span{
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    font-family: SF-Pro-Regular;
}
.shipping-help{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.shipping .fnt-type, .shipping-item .fnt-type{
    color: #337ab7;
    font-family: SF-Pro-Bold;
    font-weight: bold;
}
.shipping-header .fa-phone{
    color: #ccc;
}
.txt-right{
    text-align: right;
}
.txt-center{
    text-align: center;
}
.p-r-50{
    padding-right: 50px;
}
.p-t-10{
    padding-top: 10px;
    color: #366a8b;
}
.review-p-t10{
    padding-top: 10px;  
}
.p-r-165{
    padding-right: 18%;
    color: #366a8b;
}
.p-r-210{
    padding-right: 26%;
    color: #366a8b;
    padding-top: 10px;
}
.p-t10-r133{
    padding-right: 17%;
    padding-top: 10px;
}
@media only screen and (max-width:1366px){
    .p-r-210{
        padding-right: 28%;
    }
}
@media only screen and (max-width:1200px){
    .p-r-210{
        padding-right: 33%;
    }
}

.p-l-35{
    padding-left: 35px;
}
.p-l-25{
    padding-left: 25px;
}
.p-l-r{
    padding-right: 0px;
    padding-top: 50px;
}
.p-t-r{
    padding-right: 0px;
    padding-top: 10px;
}
.shipping-p-l-r{
    padding-top: 50px;
}
.shipping-p-t-r{
    padding-top: 10px;
}
.p-l-30{
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.p-r-30{
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.m-r-9{
    margin-right: 9px;
}
.m-r-31{
    margin-right: 31%;
}
.m-l-9{
    margin-left: 9px;
}
.m-t-5{
    margin-top: 5.05%;
}
.dis-flex{
    display: flex;
}
.shipping .p-l-150{
    padding-left: 110px !important;
    font-weight: 700 !important;
}
.shipping-body{
    padding-right: 170px;
    padding-left: 170px;
    overflow: auto;
    height: calc(100vh - 170px);
}
@media only screen and (min-width: 1367px) and (max-width:1440px){
    .shipping-body{
        padding-right: 155px;
        padding-left: 155px;
    }
}
@media only screen and (min-width: 1201px) and (max-width:1366px){
    .shipping-body{
        padding-right: 130px;
        padding-left: 130px;
    }
}
/* @media only screen and (max-width:1200px){
    .shipping-body{
        padding-right: 160px;
        padding-left: 160px;
    }
} */
.shipping-item-body{
    padding-right: 85px;
    padding-left: 85px;
    overflow: auto;
    height: calc(100vh - 166px);
}
.shipping-cartitem-body{
    display: flex;
    padding-top: 4px;
    padding-left: 5px;
    padding-bottom: 4px;
    background : #fff;
}
.shipping-cart-body{
    padding: 10px 20px 10px 30px;
}
.Review-invoice .shipping-cartitem-body{
    /* border-top: 5px solid #f6f6f6; */
    padding: 9px 12px;
}
.confirmation-invoice .shipping-cartitem-body{
    border-top: 5px solid #f6f6f6 !important;
}
.shipping-cartitem-body:last-child {
    margin-bottom: 5px;
}
.Review-invoice .item-detail {
    width: 39%;
}
.item-detail {
    width: 39%;
}
.shipping-product-detail{
    padding-top: 15px;
    margin:0 18px;
}
.Review-invoice .shipping-product-detail{
    padding-top: 0px;
    margin:0 18px;
}
.shipping-title{
    font-size: 26px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 20px;
}
.shipping-check label {
    display: inline-block;
}
.shipping-check .check{
    font-size: 12px;
}
.shipping-check .checkmark{
    top: -4px;
    left: 4px;
    height: 16px;
    width: 16px;
}
.shipping-title span {
    font-size: 12px;
    font-weight: bold;
}
.shipping-item-title{
    font-size: 26px;
    font-weight: 500;
    padding-top: 15px;
    padding-left: 15px;
}
.shipping-product-logo {
    margin: 0 18px;
    display: flex;
    align-items: center;
    width: 11%;
}
.item-quantity{
    margin: 18px 18px;
    align-items: center;
    width: 24%;
}
.Review-invoice .item-quantity{
    margin: 9px 18px 0;
    align-items: center;
    width: 20%;
}
.item-quantity .btn-group{
    width: 100%;
}
.unit-price{
    margin: 0 18px;
    align-items: center;
    width: 15%;
    display: flex;
}
.shipping-review-cart-body  .unit-padding{
    padding: 0 0 0 17px;
}
.extended-price{
    margin: 0 18px;
    align-items: center;
    width: 15%;
    display: flex;
}
.shipping-review-cart-body .extended-padding{
    padding: 0 0 0 24px;
}
.width-35{
    width: 35%;
}
.width-49{
    width: 49%;
}
.width-84{
    width: 84%;
}
.width-37{
    width: 37%;
}
.width-47{
    width: 47%;
}
.width-26{
    width: 26%;
}
.width-58{
    width: 58% !important;
}
.width-225{
    width: 50% !important;
}
.width-130{
    width: 130px !important;
}
.width-310{
    width: 310px;
}
.width-39{
    width: 35%;
    float: left;
}
.width-15{
    width: 15%;
    float: left;
}
.width-13{
    width: 13%;
    float: left;
}
.width-17{
    width: 17%;
    float: left;
}
.width-20{
    width: 20%;
    float: left;
}
.quantity-width{
    width: 18.5%;
    float: left;
}
.width-146{
    width: 146px;
    text-align: center;
}
.width-75{
    width: 75%;
}
.width-51{
    width: 51%;
    float: left;
}
.unit-width{
    width:13.5%;
    float: left;
}
.margin-11{
    margin: 5px 0;
}
.m-t-7{
    margin-top: 7px;
}
.m-b-7{
    margin-bottom: 7px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-r-26{
    margin-right: 18%;
}
.Country-dropdown .input-group-addon {
    padding: 1px 20px 0 10px;
}
.shipping-review-detail-container{
    margin: 10px 0 0px 0px;
    overflow: auto;
    height: calc(100vh - 186px);
}
.shipping-detail-container{
    margin: 39px 0 46px 7px;
}
.shipping-detail-title{
    margin-bottom: 7px;
    font-size: 14px;
    font-family: SF-Pro-Bold;
    font-weight: 700;
    padding-top: 0px;
}
.shipping-detail-data {
    line-height: 16px;
}
.shipping .form-control,.signin .form-control {
    display: block;
    width: 100%;
    height: 27px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}
.shipping .form-control[disabled]{
    background-color: #eee;
}

.shipping .padding-month .form-control {
    display: block;
    width: 100%;
    height: 27px;
    padding: 6px 33px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}
.shipping .card-icon .form-control {
    display: block;
    width: 100%;
    height: 27px;
    padding: 6px 12px 6px 33px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}
.quantity-hover li:hover {
    background: #366a8b;
    color: #fff;
}
.quantity-hover li{
	padding-right : 10px;
} 

.quantity-hover .input-li:hover{
	background : #fff;
	color : #366a8b;
}
.quantity-hover li:hover li:last-child{
    background:#fff;
    color:  #366a8b;
}
.item-quantity .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 85%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.width-58 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 93%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.item-quantity li{
    text-align: right;
}
.item-quantity label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
}
.Review-invoice .item-quantity label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
}
.item-quantity .btn-default {
    background: #fff;
    border-radius: 3px;
    color: #000;
    border: 1px solid #c1c1c1;
    padding: 4px 39px;
}
.item-quantity .width-85{
    width: 85%
}
.item-quantity .btn-group>.btn+.dropdown-toggle {
    padding-right: 5px;
    padding-left: 5px;
}
.shipping .form-group {
    margin-bottom: 10px;
    display: flex
}
.shipping .form-custom-group .form-group {
    margin-bottom: 10px;
    display: flex
}
.shipping .paypal-login .form-group {
    margin-bottom: 2px;
    display: flex
}
.shipping .btn-default{
    padding: 1px 13px;
    margin-left: 1px;
}
.shipping .btn-default[disabled]:hover{
    background-color: #999999;
    border-color: #999999;
    color: #000;
}
.shipping .btn-default[disabled]{
    background-color: #999999;
    border-color: #999999;
    color: #000;
}
.shipping .paypal-login .btn-default{
    padding: 1px 20px;
    margin-left: 1px;
}
.width-415 .btn-default{
    padding: 2px 159px;
    background: transparent;
    border-radius: 0;
    color: #000;
    border-color: #ccc;
}
.shipping-continue > .btn-right{
    display: table;
    float: right;
    max-width: 200px;
    width: 100%;
}
.shipping-continue .btn-default{
    padding: 6.5px 15px;
    border-radius: 5px; 
    max-width: 200px;
    width: 100%;
}
.shipping-continue > div > label{
    display: block;
}
.shipping-continue > div.shipping-continue-btn{
    display: block;
    max-width: 322px;
    text-align: right;
    float: none;
    width: 100%;
}
.shipping-continue > div.shipping-continue-btn > label{
    max-width: 200px;
    float: right;
    width: 200px;
}
.shipping-body .fa-angle-down{
    border: 1px solid #ccc;
    padding: 0px 7px;
    color: #366a8b;
    font-size: 25px;
}
.Country-dropdown .fa-angle-down{
    border: 0px solid transparent;
    padding: 1px 0px;
    color: #366a8b;
    font-size: 25px;
}
.shipping-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.shipping-radio input {
    position: absolute;
    /* opacity: 0; */
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #777;
}


/* On mouse-over, add a grey background color */
.shipping-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.shipping-radio input:checked ~ .checkmark {
    background-color: #366a8b;
    border : 2px solid #777;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.shipping-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.shipping-radio .checkmark:after {
 	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: white;
}
.shipping-cart-header{
    border: 1px solid transparent;
    background: #f6f6f6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.Review-invoice .shipping-cart-header{
    border: 1px solid transparent;
    background: #f6f6f6;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}
.shipping-product-cart-body{
    overflow: auto;
    height: calc(100vh - 310px);
    background: #f6f6f6;
}
.shipping-review-cart-body{
    background: #f6f6f6;
}
.shipping-confirm-cart-body{
    overflow: auto;
    /* max-height: calc(100vh - 495px); */
}
.shipping-cart-footer{
    border: 1px solid transparent;
    background: #f6f6f6;
    color: #366a8b;
    padding: 15px 20px 15px 30px;
}
.shipping-cart{
    border: 5px solid #f6f6f6;
    background: transparent;
}
.fnt-size{
    font-size: 14px;
}
.Review-invoice .fnt-size{
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
}
.Review-invoice .cart-product-title {
    font-size: 15px;
}
.shipping-product {
    width: 115px;
    margin-right: 18px;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}
.shipping-product img {
    width: 100%;
    height: auto;
}
.Review-invoice .shipping-product{
    width: 83px; 
    margin-right: 18px;
    float: left;
}
.Review-invoice .shipping-product img {
    width: 100%;
    height: auto;
}
.fnt-color{
    color: #366a8b;
}
.fnt-clr-a7a7a7{
    color: #a7a7a7;
    margin-top: 10px;
}
.Review-invoice .fnt-clr-a7a7a7{
    color: #a7a7a7;
    margin-top: 14px;
}
/*Payment Checkbox*/
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select-card-container{
    position: static;
}
.dropdown-menu.saved-payment-card {
    width: 100%;
    padding: 20px 0px 22px;
    margin: 0 0 0 -10px;
    bottom: inherit;
    top: inherit;
}
.card-title {
    padding: 0 35px;
    font-size: 20px;
    margin-bottom: 15px;
}
.payment-selector-swiper{
    padding: 0 50px;
    position: relative;
}
.payment-selector-swiper:before {
    background: #fff;
    content: "";
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.payment-selector-swiper:after {
    background: #fff;
    content: "";
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.payment-selector-swiper .swiper-button-next,.payment-selector-swiper .swiper-container-rtl .swiper-button-prev{
    background-image: url(../../images/right-enable.png);
}
.payment-selector-swiper .swiper-button-prev,.payment-selector-swiper .swiper-container-rtl .swiper-button-next{
    background: url(../../images/left-enable.png);
}
.payment-selector-swiper>.swiper-button-prev.swiper-button-disabled{
    background-image: url(../../images/left-disable.png);
    opacity: 1
}
.payment-selector-swiper>.swiper-button-next.swiper-button-disabled {
    background-image: url(../../images/right-disable.png);
    opacity: 1;
}
.adress-detail{
    height: 260px;
}
/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    /* opacity: 0; */
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color:#366a8b;
    border-style:solid;
    border-width:2px;
}
.shipping-radio input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 0px;
    left: 0;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}

.shipping-radio input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 0px;
    left: 0;
    position: relative;
    background-color: #366a8b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #366a8b  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
	margin-bottom: 10px;
	background-color: #fff;
	border-width: 2px;
	border-color: #f8204f;
	color: #fff;
}
.cust-btn:hover{
	
	border-color: #f8204f;
	background-color: #fff;
	color: #f8204f;
	border-radius: 20px;
	transform-style: 2s;
}
.card-icon{
    position:relative;
    padding:0 0 0 0px;
    margin:0 0px;
    background:#fff;
    width: 83%;
}
.bank-card-number .card-icon{
    width: 100%;
}
.account .card-icon{
    width: 100%;
}
.col-sm-4 .card-icon{
    width: 100%;
}
.card-input{
    height:20px;
    margin:0;
}
.card-img{
    position:absolute;
    bottom:6px;
    left:6px;
    width:24px;
    height:auto;
}
.card-img.icon-font{
    font-size: 18px;
    line-height: 18px;
    bottom: 4px;
}
.card-month-input{
    position: relative;
}
.card-month {
    content: '';
    position: absolute;
	padding: 8px 0px;
	background-color: #fff;
    left: 68%;
    top: 24%;
    height: 50%;
    border-left: 1px solid #000;
}
.card-month > .fa-angle-down{
    position: absolute;
    top: -4px;
    border-left: 1px solid #000; 
    border: none;
}
.selectdiv {
    position: relative;
    float: left;
    min-width: 178px;
    margin: 0px 0%;
  }
  
  .selectdiv:after {
    content: '\f107';
    font: normal normal normal 17px/1 FontAwesome;
    color: #366a8b;
    right: 53px;
    top: 5px;
    line-height: 18px;
    height: 50%;
    padding: 0px 0px 0px 7px;
    border-left: 1px solid #000;
    position: absolute;
    pointer-events: none;
    font-size: 25px;
  }
  select::-ms-expand {
  display: none;
  }
  
  .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 132px;
    height: 27px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    -ms-word-break: normal;
    word-break: normal;
}
@media only screen and (max-width: 1366px){
    .selectdiv{
        min-width: 100%;
    }
    .selectdiv select{
        padding: 0 30px 0 2px;
        width: 100%;
    }
    .selectdiv:after{
        right: 4px;
        top: 6px;
        line-height: 20px;
    }
}
.credit-cvv .col-sm-4{
    width: 28%;
}

/* .card-month:after {
	content: '';
	position: absolute;
	left: 95%;
	top: 25%;
	height: 50%;
    border-left: 1px solid #000;
} */
/*----------Confirmation------------*/
.confirm-close{
    top: 80px;
    padding: 0;
    right: 25px !important;
}
.txt-left{
    text-align: left;
}
.confirm-thank-title{
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 28px;
}
@media only screen and (max-width: 1550px){
    .confirm-thank-title{
        font-size: 25px;
    }
}
.confirm-detail-data{
    font-size: 14px;
    font-family: SF-Pro-Medium;
    margin-bottom: 15px;
    line-height: 17px;   
}
.m-b-0{
    margin-bottom: 0px !important;
}

.width-32{
    width: 31.5%;
    float: left;
    padding-left: 0.5%;
}
.width-12{
    width: 12%;
    float: left;
}
.width-20{
    width: 20%;
    float: left;
}
.width-100{
    width: 100px;
}
.width-116{
    width: 116px;
}
.width-83{
    width: 83px;
}
.width-75{
    width: 75px;
}
.p-l-2{
    padding-left: 1%;
}
.m-t-177{
    margin-top: 177px
}
.confirm-item-detail {
    width: 32%;
}
.confirm-product{
    width: 100%; 
    margin-right: 18px;
    float: left;
    line-height: 14px;
}
.confirm-Id-Model{
    margin: 0 18px;
    width: 15%;
    display: flex;
    padding-left: 6%;
}
.confirm-seller{
    margin: 0 18px;
    width: 15%;
    display: flex;
    padding-left: 6%;
}
.confirm-quantity{
    margin: 0 18px;
    width: 15%;
    display: flex;
    padding-left: 7%;
}
.confirm-unit-price{
    margin: 0 18px;
    width: 15%;
    display: flex;
    padding-left: 3%;
}
.confirm-extended-price{
    margin: 0 18px;
    width: 15%;
    display: flex;
    padding-left: 3%;
}
@media only screen and (min-width: 1800px) and (max-width: 2560px){
    .confirm-unit-price,
    .confirm-extended-price{
        padding-left: 3.8%;
    }
} 
.confirm-total{
    border: 1px solid #366a8b;
    background: transparent;
    color: #000;
    text-align: right;
    padding: 1% 7% 5px 0;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1221px) and (max-width: 1366px){
    .confirm-total{
        padding: 1% 6% 5px 0;
    }
}
@media only screen and (min-width: 1067px) and (max-width: 1220px){
    .confirm-total{
        padding: 1% 5% 5px 0;
    }
}
@media only screen and (max-width: 1066px){
    .confirm-total{
        padding: 1% 4.5% 5px 0;
    }
}
.confirm-total-data{
    font-size: 14px;
    font-family: SF-Pro-Light;
    margin-bottom: 10px;
}
.dis-inline-block{
    display: inline-block;
}
.final-price-block{
    width: 110px;
}
@media (min-width: 1160px) and (max-width: 1350px){
    .shipping-product{
        margin-right: 9px;
    }
    .shipping-product-detail{
        margin:0 9px;
    }
    .shipping-product-logo{
        margin:0 9px;
    }
    .item-quantity{
        margin: 18px 9px;
    }
    .unit-price{
        margin: 0 9px;
    }
    .shipping-review-cart-body .unit-padding{
        padding: 0 0 0 6px;
    }
    .extended-price{
        margin: 0 9px;
    }
    .fnt-size{
        font-size: 12px;
    }
}
@media only screen and (max-width: 1159px){
    .shipping-product{
        margin-right: 4.5px;
    }
    .shipping-product-detail{
        margin:0 4.5px;
    }
    .shipping-product-logo{
        margin:0 4.5px;
    }
    .item-quantity{
        margin: 18px 4.5px;
    }
    .unit-price{
        margin: 0 4.5px;
    }
    .extended-price{
        margin: 0 4.5px;
    }
    .fnt-size{
        font-size: 10px;
    }
}
@media only screen and (max-width: 991px){
    .shipping-cart {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 1366px){
    .shipping-header{
        padding: 15px 0 40px 20px;
    }
    .confirm-detail-data {
        margin-bottom: 0;
    }
    .confirm-total-data {
        margin-bottom: 0;
    }
    .shipping-p-l-r {
        padding-top: 20px;
    }
    .shipping-p-t-r {
        padding-top: 5px;
    }
}
@media only screen and (min-width: 1290px) and (max-width: 1366px){
    .confirm-thank-title {
        font-size: 22px;
    }
}
@media only screen and (max-width:1289px){
    .confirm-thank-title{
        font-size: 20px;
    }
}

/*Number of items in cart*/

.cart-icon {
    position: relative;
}

.cart-number {
    position: absolute;
    background: #34698c;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    top: -10px;
    right: -5px;
}

.cursor-pointer{
    cursor: pointer;
}
/*For cart page*/
.product-title {
    display: block;
    justify-content: space-between;
    padding: 5px 12px;
    overflow: hidden;
}
.pdf-icon{
    margin: 2%;  
}
@media only screen and (min-width:1800px) and (max-width: 2560px){
    .pdf-icon{
        margin: 1%;  
    }
    .shipping-cart-header .width-32 {
        width: 32%;
    }
    .shipping-cart-header .width-13 {
        width: 13.3%
    }
    .shipping-cart-header .width-12 {
        width: 12.4%;
    }
}
@media only screen and (min-width:1367px) and (max-width: 1440px){
    .pdf-icon{
        margin: 2%;  
    }
    .shipping-cart-header .width-32 {
        width: 31%;
    }
    .shipping-cart-header .width-13 {
        width: 13.5%
    }
    .shipping-cart-header .width-12 {
        width: 11.8%;
    }
}
@media only screen and (max-width:1366px){ 
    .shipping-item-body {
        height: calc(100vh - 164px);
    }
    .shipping-cart-header .width-32 {
        width: 30.5%;
    }
    .shipping-cart-header .width-13 {
        width: 14%
    }
    .shipping-cart-header .width-12 {
        width: 12.4%;
    }
    .company-copyrights {
        font-size: 11px;
        margin-top: 14px;
    }
    .footer-link {
        margin-top: 11px;
    }
    .rights-block {
        font-size: 11px;
    }
} 
@media only screen and (min-width: 1067px) and (max-width:1200px){
    .shipping-cart-header .width-32 {
        width: 30%;
    }
}
@media only screen and (min-width:992px)and (max-width:1066px){
    .shipping-cart-header .width-32 {
        width: 29%;
    }
    .confirmation-invoice .shipping-cart-header .width-15 {
        width: 15.5%;
        float: left;
    }
}
@media only screen and (max-width:991px){
    .shipping-cart-header .width-32 {
        width: 26%;
    }
}


/* Registration & Login CSS */
div > .signin {
    background: #fff !important;
}
.signin-header {
    border: 1px solid transparent;
    background: #f6f6f6;
    padding: 15px 0 53px 20px;
}
.signin-header span > a{
    color: #737373;
}
.signin-header span{
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    font-family: SF-Pro-Regular;
}
.reg-size{
    font-size: 26px !important;
}
.signin .fnt-type{
    color: #337ab7;
    font-family: SF-Pro-Bold;
    font-weight: bold;
}
/*remaining in cart


1. the new links between the search box and the cart icon at the top*/

.signin{
    font-family: SF-Pro-Light;
}
/* .signin-body{
    width: 450px;
    margin-top: 85px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
} */
.signin-detail{
    line-height: 20px;
    font-size: 16px;
}
.signin-data{
    margin-top: 0px;
}
.m-t-20{
    margin-top: 20px;
}
.width-per-100{
    width: 100%;
}
.signin-radio {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    color: #366a8b;
    font-family: SF-Pro-Medium;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.signin-radio input[type='radio']:after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}	
.signin-radio input[type='radio']:checked:after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #366a8b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}
/* Create a custom radio button */
.signin-radio .checkmark {
    position: absolute;
    top: -1px;
    left: 2px;
    height: 11px;
    width: 11px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #777;
}
/* Hide the browser's default radio button */
.signin-radio input {
    position: absolute;
    /* opacity: 0; */
    cursor: pointer;
}
/* On mouse-over, add a grey background color */
.signin-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.signin-radio input:checked ~ .checkmark {
    background-color: #366a8b;
    border : 2px solid #777;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.signin-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.signin-radio .checkmark:after {
 	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: white;
}
.account-title{
    font-size: 26px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 20px;
}
.signin-data .btn-default{
    padding: 5px 25px;
    border-radius: 5px;
}
.p-r-18{
    padding-right: 18%;
    color: #366a8b;
}
.signin-save .btn-default{
    padding: 5px 34px !important;
    border-radius: 5px;
}
.signin-submit{
    padding-right: 30px;
}

.block-ui-select .ui-select-container{
    width: 100%;
}

.form-custom-group
{
    line-height: 14px;
}
.width-80{
    width: 80%;
}
.change-save .btn-default{
    padding: 2.5px 34px !important;
    border-radius: 5px;
}
/*UI-select css*/
.ui-select-placeholder, .ui-select-match-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
  }  

@media only screen and (max-width: 1366px){
    .signin-header {
        padding: 10px 0 40px 20px;
    }
    .reg-size{
        font-size: 22px !important;
    }
    .account-title{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .shipping-body{
        font-size: 12px;
    }
}

/* Header CSS */
.txt-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
}
.width-140{
    width: 140px;
}
.dropdown-margin{
    margin: 0 40px 0 30px;
    display: flex;
}
.dropdown-margin a{
    color: #fff;
}
.top-selection .navbar-form .add-on input.form-control {
    height: 28px;
    border-radius: 0;
    width: 485px;
}
.drop-overflow{
    width: 184px;
    border: 2px solid #000;
    padding: 32px 0px 14px 10px;
    position: relative;
}
.other-drop .drop-overflow{
    width: 184px;
}
.btn-drop .drop-overflow{
    width: 184px;
    padding: 15px 0;
}
.btn-drop a {
    color: #000;
    text-decoration: none;
    padding: 0 15px !important;
}
.dropdown-close{
    position: absolute;
    top: 5px;
    right: 5px;
}
.dropdown-menu{
    padding: 0;
    margin: -1px 8px 0;
}
.user-profile .dropdown-height .dropdown-menu{
        padding: 0;
        margin: -14px 8px 0;
        border: 2px solid #000;
        border-radius: 0;
}
.user-profile .drop-overflow{
    border: none !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
    text-decoration: none;
}
.mr5{
    margin-right: 10px;
}
.btn-account-dropdown-width{
    margin-right: 10px;
    width: 184px;
}

.aTagDisabled {
    pointer-events:none;
    opacity:0.6;     
    cursor: not-allowed;   
}

.user-profile .btn-default:active, 
.user-profile .btn-default:hover,
.user-profile .btn-default:visited, 
.user-profile .btn-default:active:hover,
.user-profile .btn-default:focus,
.user-profile .open>.dropdown-toggle.btn-default:focus, 
.user-profile .open>.dropdown-toggle.btn-default:hover, 
.user-profile .open>.dropdown-toggle.btn-default{
    color: #fff;
    background-color: #366a8b;
    border-color: #366a8b;
}
.user-profile .btn-default{
    padding: 3px 17.5px;
}
.dropdown-menu ul li a:hover {
    text-shadow: 1px 0 0 currentColor;
    color: rgb(54,106,139);
}
.m-t-2{
    margin-top: 2px;
}


/*custom price input css*/
.input-container{
    position: relative;
    width: 112px;
}
.adjustment-toggle{
    position: absolute;
    top: 4px;
    right: 4px;
}
.adjust-top,.adjust-bottom {
    width: 24px;
    line-height: 11px;
    text-align: center;
    border: 1px solid #000000;
    background: #f1f1f1;
}  
.adjustment-toggle i{
    font-size: 13px;
    line-height: 10px;
    color: #000000;
} 
.custom-table-style thead tr th{
    background: #f6f6f6;
    font-weight: bold;
}
@media only screen and (max-width: 1550px){
    .top-selection .navbar-form .add-on input.form-control {
        width: 390px;
    }
    .dropdown-margin{
        margin: 0 40px 0 45px;
    }
}
@media only screen and (max-width: 1400px){
    .top-selection .navbar-form .add-on input.form-control {
        height: 28px;
        border-radius: 0;
        width: auto;
    }
    .dropdown-margin{
        margin: 0 0px 0 85px;
        display: flex;
    }
    /* .user-profile li {
        padding: 0 px;
    } */
}
@media only screen and (max-width: 1366px){
    .top-selection {
        margin-left: 0px;
    }
   
}
.isDisabled {
    color: #ccc !important;
    pointer-events: none !important;
    cursor: default !important;
}

/*For Validations in cart*/
.validation-mark{
    color: #ea1c4b;
}

.no-cart{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}

.no-cart .empty-cart{
    font-weight: bold; 
    text-align: center; 
    padding: 50px; 
    margin-bottom: 0px; 
    margin-top: 20px; 
    border: 0px;
    height: calc(100vh - 186px);
    font-size: 18px;
}
.jump_on_it_btn {
    background: #366a8b;
    width: 100%;
    padding: 7px 0;
    clear: both;
    white-space: nowrap;
    color: #FFF;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}
@media only screen and (max-width: 1366px){
    .empty-cart{ 
        padding: 0px; 
    }
}


.dropup .dropdown-menu.quantity-hover {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.disabled-class {
    pointer-events: none;
    color:gray;
}

.disable-span{
    color: #E6E6E6;
    cursor: not-allowed;
}

@media screen and (min-width: 1367px) and (max-width: 1500px){
    .dropdown-margin{
        margin: 0 0 0 20px;
    }
    .top-selection{
        margin-left: 0;
    }
    .top-selection .navbar-form .add-on input.form-control {
        height: 28px;
        border-radius: 0;
        width: 380px;
    }
}
.dt-responsive tbody tr .posted-auction a{
    color: #33688c;
}
.dt-responsive tbody tr .post-auction a{
    color:#000000;
}
.dt-responsive tbody tr .post-auction a:hover {
    text-shadow: 1px 0 0 currentColor;
    color: rgb(54,106,139);
}
.width-27{
    width: 33% !important;
}

@media only screen and (min-width: 2200px){
    .confirm-Id-Model{
        padding-left: 4.8%;
    }
    .confirm-seller{
        padding-left: 6.2%;
    }
    .confirm-quantity{
        padding-left: 5.3%;
    }
    .confirm-unit-price{
        padding-left: 3.5%;
    }
    .confirm-extended-price{
        padding-left: 2%;
    }

}
.dt-responsive thead .p-l-r-18{
    padding-right: 18px;
    padding-left: 18px;

}

.dt-responsive thead .fix-width, 
.dt-responsive tbody .fix-width{
    width:10%;

}
.dt-responsive thead .fix-width-amount,
.dt-responsive tbody .fix-width-amount{
    width: 15%;
}

.signin-data .btn-default:hover,
.shipping-continue .btn-default:hover,
.navbar-form .btn-default:hover,
.navbar-form .btn-default:focus,
.navbar-form .btn-default:active{
    color: #fff;
    background-color: #366a8b;
    border-color: #366a8b;
}

.navbar-form .btn-default.active.focus,
.navbar-form .btn-default.active:focus, 
.navbar-form .btn-default.active:hover, 
.navbar-form .btn-default:active.focus, 
.navbar-form .btn-default:active:focus, 
.navbar-form .btn-default:active:hover, 
.navbar-form .open>.dropdown-toggle.btn-default.focus, 
.navbar-form .open>.dropdown-toggle.btn-default:focus, 
.navbar-form .open>.dropdown-toggle.btn-default:hover{
    color: #fff;
    background-color: #366a8b;
    border-color: #366a8b;
}

/*Set pricing button*/
.btn-bg-clr{
    background: #f0f0f0;
}
.btn-reset{
    color: #fff !important;
    background-color: #366a8b;
    border-color: #366a8b;
    padding: 3px 10px !important;
    font-size: 14px;
}
.btn-reset.active.focus,
.btn-reset.active:focus, 
.btn-reset.active:hover, 
.btn-reset:active.focus, 
.btn-reset:active:focus, 
.btn-reset:active:hover {
    color: #fff;
    background-color: #366a8b;
    border-color: #366a8b;
}
/*Hover effect for my account*/
/* .dropdown.onhover:hover .dropdown-menu {display: block;} */
/*log in css*/
.m-10{
    margin: 10px 0 0 0;
}
.m-l-7pr{
    margin-left: 3%;
    margin-top: 20px;
}
.user-payment .m-l-7pr{
    margin-left: 3%;
    margin-top: 28px;
}
.m-lr-10{
    margin: 0 10px;
}
.login-register-width{
    width: 87px;
}
.reg-padding{
    padding: 3px !important;
}
.login-radio {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    font-family: SF-Pro-Light;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login-radio[disabled]{
    color: #777;
}
.login-radio input[type='radio']:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: -1px;
    left: -2px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}	
.login-radio input[type='radio'][disabled]:after{
    background-color: #ccc;
}
.login-radio input[type='radio']:checked:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: -1px;
    left: -2px;
    position: relative;
    background-color: #366a8b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}
/* Hide the browser's default radio button */
.login-radio input {
    position: absolute;
    /* opacity: 0; */
    cursor: pointer;
}

/* Create a custom radio button */
.login-radio .checkmark {
    position: absolute;
    top: 0px;
    left: 2px;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #777;
}
/* On mouse-over, add a grey background color */
.login-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.login-radio input:checked ~ .checkmark {
    background-color: #366a8b;
    border : 2px solid #777;
}
/* Show the indicator (dot/circle) when checked */
.login-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.login-radio .checkmark:after {
 	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: white;
}
.flt-right{
    float: right;
}
.flt-left{
    float: left;
}
.user-profile .btn-default[disabled] {
    background-color: #999999;
    border-color: #999999;
    color: #000;
}

.btn-blue {
    background: #33698c;
    border-color: #33698c;
    padding: 6px 50px;
    color: #fff;
}
/* Tooltip Css */
.ontooltip + .tooltip > .tooltip-inner {
    padding: 3px 3px 3px 10px;
  }


  
/*Modal dialogs for view invoice*/
#view-invoice-tmpl .invoice-main {
    padding: 50px;
    box-shadow: 0 0 7px 3px rgba(150,150,150,0.2);
    margin: 15px 0;
    box-sizing: border-box;
    position: relative;
}
#view-invoice-tmpl .invoice-title h2, 
#view-invoice-tmpl .invoice-title h3 {
    display: inline-block;
}
#view-invoice-tmpl .invoice-title img{
    max-width: 120px;
    height: auto;
}
#view-invoice-tmpl .table > tbody > tr > .no-line {
    border-top: none;
}

#view-invoice-tmpl .table > thead > tr > .no-line {
    border-bottom: none;
}

#view-invoice-tmpl .table > tbody > tr > .thick-line {
    border-top: 2px solid #adadad;
}
#view-invoice-tmpl .height-10{
    height: 10px;
    width: 100%;
}

#view-invoice-tmpl .ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
#view-invoice-tmpl .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
#view-invoice-tmpl .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
#view-invoice-tmpl .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
#view-invoice-tmpl tags-input .tags .tag-item{
    background: #559e44 !important;
}
#view-invoice-tmpl tags-input .tags .input{
    color: black ;
}

#view-invoice-tmpl .loading_main {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#view-invoice-tmpl .modal-loader.loading_main {
    height: 100%;
    top: 0;
}

#view-invoice-tmpl .loading_main img {
    vertical-align: middle;
    position: relative;
}
#view-invoice-tmpl .invoice-status-table tbody>tr>td{
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#view-invoice-tmpl .status-parent {
    position: relative;
}
#view-invoice-tmpl .invoice-send-table tbody>tr>td{
    max-width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#view-invoice-tmpl .seller-list-dropwown>.btn-default {
    background: #fff;
    border-radius: 5px;
    color:#333;
}
#view-invoice-tmpl .seller-list-dropwown>.btn-default>i{
    color: #666666;    
}
#view-invoice-tmpl .ui-select-multiple.ui-select-bootstrap .ui-select-match-item{
    border-radius: 4px;
}
#view-invoice-tmpl .ui-select-multiple.ui-select-bootstrap .ui-select-match .close{
    margin-top: 4px;
}
#view-invoice-tmpl .swal2-popup {
    font-size: 1.4rem !important;
}
.swal2-popup {
    font-size: 1.4rem !important;
}
#view-invoice-tmpl a.invoice-link {
    color: #fff;
    font-size: 14px;
}
#view-invoice-tmpl .nav>li>a.invoice-link:hover {
    font-weight: bold;
    color: rgb(54,106,139) !important;
    background: transparent;
}
#view-invoice-tmpl .custom-swal{
    width:650px !important;
    font-family: Verdana !important; 
    font-size: 5px;
}
#view-invoice-tmpl table td {
    border-top: 1px solid #c1baba !important;    
}
#view-invoice-tmpl .scrolling {
    max-height: 195px;
    overflow-y: auto;
}
#view-invoice-tmpl .ui-select-bootstrap span.ui-select-toggle .text-muted{
	color: #999; 
}
.no-wrap-data .table tbody tr td,
.invoice-main .no-wrap-data .table{
    white-space: nowrap;
}
#no-border table td{
        border-top: none !important;
}

.search-btn{
    color: #fff;
    background: #366a8b;
    border: 2px solid transparent;
}
.table-fixed{
    table-layout: fixed;
}
.iffyTip {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
} 
.tooltip{
    word-wrap: break-word;
}
.account-padding {
    padding: 0px 15px !important;
    
}
.set-pricing-window .modal-dialog{
    width: 65%;
}
.set-pricing-padding .dropdown-menu{
    margin: -1px 0px
}


/* Start Register New CSS 21-08-2018 */

.depart-width{
    width: 44%
}
.bulding-width{
    width: 40%
}
.account .depart-width{
    width: 45%
}
.account .bulding-width{
    width: 39%
}
.Country-dropdown {
    margin-bottom: 0px;
}
.dis-block{
    display: block;
}
.signin-body {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 35% 0;
    overflow: auto;
    max-height: calc(100vh - 146px);
}
.forgot-username .signin-body {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 35% 0;
    overflow: auto;
    max-height: calc(100vh - 146px);
}
.recover-username .signin-body {
    width: auto;
    margin-top: 00px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 35% 10px 35%;
    max-height: calc( 100vh - 165px);
    overflow: auto;
}
.recover-username .recover-user-margin{
    margin-top: 10px;
}
.recover-username .signin-detail {
    line-height: 20px;
    font-size: 15px;
    margin-left: -4%;
}
.registration .shipping-body, 
.account-profile .shipping-body,
.account .shipping-body {
    overflow: auto;
    min-height: calc(100vh - 165px);
    padding-bottom: 10px;
}
.roles .signin-body,
.entity .signin-body {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 32% 10px 32%;
    overflow: auto;
    max-height: calc(100vh - 165px);
} 
.entity .signin-radio  {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-family: SF-Pro-Light;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.entity .signin-radio input[type='checkbox']:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}
.entity .signin-radio input[type='checkbox']:checked:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #366a8b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}
.entity .signin-radio .checkmark {
    position: absolute;
    top: 1px;
    left: 2px;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #777;
}
.roles .signin-radio {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    font-family: SF-Pro-Medium;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.roles .signin-radio input[type='checkbox']:after{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}	
.roles .signin-radio input[type='checkbox']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #366a8b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}
.roles .signin-radio .checkmark{
    position: absolute;
    top: 1px;
    left: 2px;
    height: 11px;
    width: 11px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #777;
}
.account-profile .shipping-title{
    font-size: 26px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 5px;
}
.signin .btn-default:active,
.signin .btn-default:hover,
.signin .btn-default:focus,
.signin .btn-default.active.focus,
.signin .btn-default.active:focus, 
.signin .btn-default.active:hover, 
.signin .btn-default:active.focus, 
.signin .btn-default:active:focus, 
.signin .btn-default:active:hover,
.registration .btn-default:active,
.registration .btn-default:hover,
.registration .btn-default:focus,
.registration .btn-default.active.focus,
.registration .btn-default.active:focus, 
.registration .btn-default.active:hover, 
.registration .btn-default:active.focus, 
.registration .btn-default:active:focus, 
.registration .btn-default:active:hover,
.account-profile .btn-default:active,
.account-profile .btn-default:hover,
.account-profile .btn-default:focus,
.account-profile .btn-default.active.focus,
.account-profile .btn-default.active:focus, 
.account-profile .btn-default.active:hover, 
.account-profile .btn-default:active.focus, 
.account-profile .btn-default:active:focus, 
.account-profile .btn-default:active:hover,
.recover-username .btn-default:active,
.recover-username .btn-default:hover,
.recover-username .btn-default:focus,
.recover-username .btn-default.active.focus,
.recover-username .btn-default.active:focus, 
.recover-username .btn-default.active:hover, 
.recover-username .btn-default:active.focus, 
.recover-username .btn-default:active:focus, 
.recover-username .btn-default:active:hover,
.account .btn-default:active,
.account .btn-default:hover,
.account .btn-default:focus,
.account .btn-default.active.focus,
.account .btn-default.active:focus, 
.account .btn-default.active:hover, 
.account .btn-default:active.focus, 
.account .btn-default:active:focus, 
.account .btn-default:active:hover,
.entity .btn-default:active,
.entity .btn-default:hover,
.entity .btn-default:focus,
.entity .btn-default.active.focus,
.entity .btn-default.active:focus, 
.entity .btn-default.active:hover, 
.entity .btn-default:active.focus, 
.entity .btn-default:active:focus, 
.entity .btn-default:active:hover{
    color: #fff;
    background-color: #366a8b;
    border-color: #366a8b;
}
.change-save{
    padding-right: 2%;
}
.Country-dropdown .form-control {
    display: block;
    width: 99.5%;
    height: 27px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}
.entity .m-l-7pr{
    margin-left: 3%;
    margin-top: 2px;
}
.account .signin-save .btn-default{
    padding: 5px 22px !important;
    border-radius: 5px;
}
.account-radio {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.account-radio input[type='checkbox']:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: -1px;
    left: 0;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}	
.account-radio input[type='checkbox']:checked:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: -1px;
    left: 0;
    position: relative;
    background-color: #366a8b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}

/* Create a custom radio button */
.account-radio .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 9px;
    width: 9px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #777;
}
.payment-radio .account-radio {
    display: block;
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.payment-radio .account-radio input[type='radio']:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: -7px;
    left: 0;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}	
.payment-radio .account-radio input[type='radio']:checked:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: -7px;
    left: 0;
    position: relative;
    background-color: #366a8b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #777;
}

/* Create a custom radio button */
.payment-radio .account-radio .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 9px;
    width: 9px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #777;
}
.selected-account-method {
    background: #366a8b;
    color: #fff !important;
    padding: 10px;
    border-radius: 3px;
}
.select-account-method {
    background: #f6f6f6;
    color: #000;
    padding: 10px;
    border-radius: 3px;
}
.payment-method-scroll {
    max-height: 395px;
    overflow: auto;
    width: 100%;
}
.width-53 {
    width: 43%;
    float: left;
}
.m-r-5 {
    margin-right:5px;
}
.payment-date {
    margin-top: 4px;
    margin-right: 21%;
}
.m-t5-r7 {
    margin-top: 4px;
    margin-right: 5%;
}
.m-t-15{
    margin-top: 15px;
}
.user-payment {
    margin-left: -2.5%;
}
.paypal-title {
    font-size: 20px;
    font-weight: 100;
}
.paypal-margin{
    margin-top: 10px;
}
#filtersubmit {
    position: relative;
    z-index: 1;
    left: -28px;
    top: 6px;
    color: #7B7B7B;
    cursor:pointer;
    width: 0;
    font-size: 16px;
}
.requirement-popover{
    top: 0 !important;
    background: #f6f6f6;
    border: 1px solid #000;
    border-radius: 0;
}
.password-popup {
    width: 252px;
    height: auto;
    color: #336a8c;
    position: relative;
    font-size: 12px;
    padding: 10px;
}
.popup-title {
    font-weight: bold;
}
.password-popup ul  {
    list-style: none;
    padding : 0;
}
.close-popover{
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
}

.requirement-popover .arrow {
    display: none !important;
}
.Country-dropdown .form-control{
    color: #333 !important;
    background-color: #fff !important; 
    border-color: #adadad !important;
}
.has-form-error{
    border: 1px solid #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
}
.ui-select-container.has-form-error{
    display: grid;
}
.ui-select-container.has-form-error .ui-select-match .form-control {
    border: none !important;
    border-style: none;
}
.has-title-form-error{
    color: #843534 !important;
}
.routing-width {
    width: 30%;
    margin-right: 5px;
}
.account-width {
    width: 35%;
    margin: 0 5px;
}
.re-account-width {
    width: 35%;
    margin-left: 5px;
}
.selected-account-deposite-method {
    background: #366a8b;
    color: #fff !important;
    padding: 10px;
    border-radius: 3px;
}
.select-account-deposite-method {
    background: #f6f6f6;
    color: #000 !important;
    padding: 10px;
    border-radius: 3px;
}
.change-remove-deposit{
    display: flex; 
    align-items: center; 
    height: 100%; 
    justify-content: flex-end;
}
.change-remove-deposit a {
    text-decoration: none;
}
.no-payment-method {
    margin-top: 5px;
    height: 49px;
    align-items: center;
}
.fnt-type-method {
    font-family: SF-Pro-Bold;
    font-weight: bold;
    color: #000;
}

.txt-decoration {
    text-decoration: none;

}
.pay-invoice {
    width: 17%;
    float: left;
    margin-right: 10px;
}
.pay-address {
    width: 87%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}
.pay-city {
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-default-view-change{
    margin-top: 6px;
    display: flex;
    justify-content: flex-end;
}
.paypal-continue{
    display: flex; 
    justify-content: flex-end; 
}
.paypal-continue .btn-default{
    padding: 6.5px 45px;
    margin-left: 1px;
    border-radius: 5px;
}
@-moz-document url-prefix() { 
    .firefox-padding{
        padding-bottom: 10px;
    }
}
.padding15{
    padding: 0 7.5px;
}
/* .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
} */

/* Start New Dashboard Screen CSS */
.dashboard-sub-header{
    padding: 10px 0 10px 10.8%;
}
.dashboard-sub-header a{
    color: #000;
    border-right: 1px solid #9b9b9b;
    padding: 0 10px;
}
.dashboard-sub-header a:last-child{
    border-right: none;
}
.dash-body{
    padding: 15px !important;
    height: calc(100vh - 240px) !important;
}
.PO-invoice .dash-body{
    max-height: calc(100vh - 277px) !important;
    height: calc(100vh - 240px) !important;
}
.dash-body .selectdiv {
    position: relative;
    float: left;
    min-width: 178px;
    margin: 0px 0%;
    border: 1px solid #366a8b;
} 
.dash-body .selectdiv:after {
    content: '\f107';
    font: normal normal normal 17px/1 FontAwesome;
    color: #fff;
    right: 0px;
    top: -1px;
    line-height: 18px;
    height: 36.6px;
    padding: 9px;
    border: 1px solid transparent;
    position: absolute;
    pointer-events: none;
    font-size: 25px;
    background: #366a8b;
}
.dash-body select::-ms-expand {
  display: none;
  }
.dash-body .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 178px;
    height: 36.6px;
    margin: -1px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.75;
    color: #366a8b;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #366a8b;
    -ms-word-break: normal;
    word-break: normal;
}
.table-approve th, .firefox-padding th{
    color: #fff;
    background: #366a8b;
    border-right: 1px solid #fff;
}
.table-approve th:last-child{
    border-right: 1px solid green;
    background: green;
}
.dash-table {
    max-height: calc(100vh - 218px);
    width: 90%;
}
.pagination {
    display: inline-block;
    padding: 0 4% 0 0; 
    margin: 0px 0;
    border-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #366a8b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid transparent;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    z-index: 2;
    color: #366a8b;
    border-bottom: 1px solid #366a8b !important;
    background-color: #fff;
    border-color: #fff;
}
.table-sorting{
    position: absolute; 
    top: 5px; 
    display: grid; 
    right: 5px;
}
.position-rela{
    position: relative;
}
.fnt-clr-black{
    color: #000 !important;
}
.search-container {
    display: flex;
    float: right;
}

.search-container input[type=text] {
    padding: 3px;
    font-size: 16px;
    border: 1px solid #ccc;
    float: right;
    margin-right: 3px;
}

.search-container button {
    float: right;
    padding: 3px 10px;
    background: #366a8b;
    font-size: 16px;
    border: 1px solid transparent;
    cursor: pointer;
    color: #fff;
}
.search-txt{
   float: right;
   padding: 3px 5px 0 0;
   color: #366a8b;
}
.padding-caret-left{
    padding: 0 10px 0 15px;
    font-size: 28px;
}
.padding-caret-right{
    padding: 0 15px 0 10px;
    font-size: 28px;
}
.close-invoice{
    position: absolute;
    top: 10px;
    right: 10px;
}
.auction-table .auction-sticky-col{
    border-left: solid 1px #DDEFEF;
    border-right: solid 1px #DDEFEF;
    left: 0;
    position: absolute;
    top: auto;
    width: 120px;
}
@media only screen and (max-width: 1366px){
    .selectdiv{
        min-width: 100%;
    }
    .selectdiv select{
        padding: 0 30px 0 2px;
        width: 100%;
    }
    .selectdiv:after{
        right: 4px;
        top: 6px;
        line-height: 20px;
    }
}

/* End New Dashboard Screen CSS */
@media only screen and (max-width: 1366px){
    .entity .signin-body {
        padding: 0 29% 10px 29%;
        max-height: calc( 100vh - 146px);
    }
    .roles .signin-body {
        max-height: calc( 100vh - 146px);
    }
    .width-53 {
        width: 50%;
    }
    .payment-date {
        margin-right: 22%;
    }
    .m-t5-r7 {
        margin-right: 6%;
    }

    .recover-username .signin-body,
    .registration .shipping-body,
    .account .shipping-body {
        min-height: calc(100vh - 146px);
    }
    .account .shipping-body {
        padding: 0 90px;
    }
    .signin-body,
    .account-profile .shipping-body {
        max-height: calc( 100vh - 146px);
    }

    .signin-radio {
        font-size: 10px;
    }
    .signin-radio .checkmark {
        top: -2px;
    }
    .signin-data{
        margin-top: 0px;
    }
    .user-payment .m-l-7pr {
        margin-left: 3%;
        margin-top: 20px;
    }
    .dashboard-sub-header{
        padding: 10px 0 10px 12%;
    }
    .dash-body{
        padding: 15px !important;
        height: calc(100vh - 222px) !important;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1500px){
    .registration .shipping-body, 
    .account .shipping-body {
        min-height: calc(100vh - 164px);
    }
    .roles .signin-body, 
    .entity .signin-body,
    .account-profile .shipping-body,
    .signin-body {
        max-height: calc( 100vh - 164px);
    }
    .signin-data{
        margin-top: 20px;
    }
    .user-payment .m-l-7pr {
        margin-left: 3%;
        margin-top: 26px;
    }
    .m-t5-r7 {
        margin-right: 5%;
    }
    .account .shipping-body {
        padding: 0 90px;
    }
    .dashboard-sub-header{
        padding: 10px 0 10px 11.8%;
    }
    .dash-body{
        padding: 15px !important;
        height: calc(100vh - 232px) !important;
    }
    .dash-body .selectdiv select {
        height: 35px;
    }
    .dash-body .selectdiv:after {
        height: 35px;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* End Register New CSS 21-08-2018 */