.csShippingAppCode {
    margin-top: 20px;
}
.csLoader {
    text-align: center;
}

.csLoader img {
    width: 35px;
}

.error-cls span {
    color: red;
}

.CS-custom-tab-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 15px;
}

.CS-custom-tab-section .cs-tab_container .tab_drawer_heading,
.CS-custom-tab-section .cs-crawler-tabs li {
    /* background: #f5f5f5; */
    border: 1px solid #ddd;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    /* color: #888; */
}

.CS-custom-tab-section .cs-tab_container .tab_drawer_heading {
    display: none;
}

.CS-custom-tab-section .cs-crawler-tabs li {
    margin-bottom: 10px;
    /* max-width: 30.6%; */
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    position: relative;
}

.CS-custom-tab-section .cs-crawler-tabs li .cs-check-icon svg {
    width: 20px;
    height: 20px;
}

.CS-custom-tab-section .cs-crawler-tabs li .cs-check-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    height: 22px;
    transform: translate(0, -50%);
}

.CS-custom-tab-section .cs-crawler-tabs li.active .cs-check-icon svg polyline {
    display: block;
}

.CS-custom-tab-section .cs-crawler-tabs li .cs-check-icon svg polyline {
    display: none;
}

.shipping-option .error-cls span {
    color: red;
    background: #f7e4e4;
    display: block;
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

#required-error .error-cls span {
    color: #202223;
    background: #fff5ea;
    display: block;
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    font-weight: bold;
    border: 1px solid #e1b878;
}

.CS-custom-tab-section .cs-crawler-tabs li:last-child {
    margin-right: 0;
}

.CS-custom-tab-section .cs-tab_container svg,
.CS-custom-tab-section .cs-crawler-tabs svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.tab-inner-content {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.tab-inner-content h5 {
    text-align: center;
}

.tab-inner-content select,
.tab-inner-content input {
    border: 1px solid #dadada;
    border-radius: 5px;
    /*appearance: none;*/
}

.tab-inner-content input[type="text"],.tab-inner-content input[type="email"] {
    padding: 10px 10px 11px;
    border-radius: 5px;
    width: 100%;
    outline: none;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.date-picker-heading,
.time-picker-heading,
.tab-inner-content {
    text-align: left;
}

.tab-inner-content select {
    width: 100%;
    padding: 10px 5px;
}

.postal-code button {
    background: green;
    border: none;
    color: #fff;
    max-width: 44px;
    width: 100%;
    border-radius: 0px 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid #ddd;
     padding: 0px;
    height: auto;
}

.postal-code {
    display: flex;
    align-items: stretch   ;
    border-radius: 5px;
    margin: 0 auto;
}
.tab-inner-content.cs-sbz-thankyou {
    padding-top: 25px;
}
.tab-inner-content .postal-code input {
    width: calc(100% - 44px);
    border-radius: 5px 0 0 5px;
    outline: none;
    height: auto;
    margin: 0;
    padding: 0 10px;
}

.csdatwpiker-input-wrap {
    position: relative;
}

.csdatwpiker-input-wrap svg {
    top: 50%;
    transform: translateY(-50%);
}

.tab-inner-content .postal-code input:focus,
.search-content-wrap input:focus,
.search-content-wrap select:focus {
    box-shadow: unset;
}

.search-content-wrap span {
    font-size: 14px;
}

.search-content-wrap input,
.search-content-wrap select {
    outline: none;
}

.CS-custom-tab-section .postal-code button svg {
    width: 20px;
    height: 20px;
    margin: 0;
}

.tab-inner-content .input-content-block,
.tab-inner-content .select-block {
    margin: 10px auto 0;
    display: flex;
}

.tab-inner-content .select-block {
    position: relative;
    display: flex;
}

.tab-inner-content .select-block svg {
    width: 16px !important;
    position: absolute;
    bottom: 2px;
    right: 0;
}

.datepicker-block {
    position: relative;
}

.shipping-option {
    max-width: 390px;
    margin: 0 auto;
}

.cs-radio-card {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    display: flex;
    margin-bottom: 10px;
    border-radius: 5px;
}

.cs-radio-card:last-child {
    margin-bottom: 0
}

.cs-radio-card h6 {
    margin: 0;
}

.cs-radio-card p {
    margin-bottom: 0;
    margin-top: 5px;
}

#cs-location-list .cs-radio-card h6 {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 5px;
}

#cs-location-list .cs-radio-card p {
    line-height: 1.2;
    font-size: 12px;
}

#cs-location-list .cs-radio-card p:not(:last-child) {
    margin: 0 0 5px;
}

#cs-location-list {
    max-height: 320px;
    overflow: auto;
}

#cs-location-list .cs-radio-card svg {
    width: 20px;
    height: 20px;
    stroke: #000;
    float: left;
}

#cs-location-list .cs-radio-card svg polyline {
    display: none;
}

#cs-location-list .cs-radio-card.csactive svg polyline {
    display: block;
}

.top-row {
    margin-left: 5px;
}

#csShippingAppCode {
    margin: 20px 0 20px auto;
    display: flex;
    justify-content: flex-end;
}
.time-block {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px lightgrey !important;
    border: 1px solid whitesmoke !important;
    background: #ffff;
    z-index: 1;
}

.time-header {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
}

.time-header .close-time-slot {
    position: absolute;
    right: 12px;
    top: 21px;
    cursor: pointer;
}

.time-header .close-time-slot svg {
    margin: 0;
}


.time-body {
    max-height: 160px;
    height: 100%;
    overflow: auto;
    width: 100%;
}

.multiple-input {
    display: flex;
    flex-wrap: wrap;
}

.multiple-input input {
    display: none;
}

.time-body .multiple-input .t {
    border: 1px solid #EAEAEA;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    outline: none;
    box-shadow: none;
    position: relative;
    border-radius: 0;
    font-size: 14px;
    width: 50%;
    display: inline-block;
    padding: 0;
    margin-right: 0;
    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    box-sizing: border-box;
}

.multiple-input .cs-time-picker.active {
    border: 1px solid #000!important;
    opacity: 1;
    background-color: #000;
    color: #fff;
}

.time-header .close-time-slot svg {
    height: auto !important;
}

div#cs-map{
    margin-bottom: 10px;
}
.cs-map-content select {
    margin:0 10px;
    max-width: 80px;
}
.cs-map-content button.csIgnoreCngEvent {
    max-width: 40px;
    width: 100%;
    border-radius: 3px;
    background: #efefef;
    border: unset;
    cursor: pointer;
}
.cs-map-content button.csIgnoreCngEvent:hover {
    background: #9c9c9c;
}
.cs-map-content button.csIgnoreCngEvent:hover svg ,.cs-map-content button.csIgnoreCngEvent:hover svg path {
    fill: red;
}
.cs-map-content button.csIgnoreCngEvent:not(:last-child){
    margin-right:10px;
}
.cs-map-content svg{
    margin:0 auto !important;
}
.cs-radio-card-block .google-map-label:not(:last-child) {
    margin-bottom: 10px;
}

.cs-pop-up{
    max-width:500px;
    width:calc(100% - 30px);
    border-radius: 5px;
    background:#fff;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding: 10px 10px 20px;
    border: 1px solid #000;
    z-index: 99;
}
.cs-title-wrap{
    padding:0 10px;
}
.cs-pop-up-wrp {
    position: relative; 
}
.csp-close-btn {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin: 5px 0;
}
.csp-close-btn svg {
    max-width: 20px;
    width: 100%;
}
.csp-title {
    margin-bottom:15px;
}
.csp-title h2 {
    margin: 0;
}
.csp-info-text p {
    margin: 0 !important;
    text-align: left;
}
.csp-content {
    max-height: 500px;
    overflow-y: auto;
    padding: 0 0 0 10px;
}
.csp-content .table.table-bordered {
    width: 100% !important;
}
.cs-bg {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
}
.cs-title-wrap .csp-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cs-title-wrap .csp-title .csp-title-text{
    flex: 1;
    padding-right: 10px;
}
.cs-pop-up-wrp .cs-title-wrap{
    padding-right: 0px;
    text-align: left;
}
.cs-pop-up-wrp .csp-content {
    margin-top: 10px;
    text-align: left;
}    
.cs-tab_container p {
    float:none !important;
}
.CS-custom-tab-section .cs-tab_container svg, .CS-custom-tab-section .cs-crawler-tabs svg {
    fill:transparent;
}
.postal-code button {
    margin-bottom: 0;
}
#cs-location-list {
    clear: both;
}
.sbz-cart-calculator .ShippingEstimator__Form,.ShippingEstimator__Form {
    display: flex;
    width: 100%;
}
.sbz-cart-calculator input#input_postcode,input#input_postcode {
    padding: 10px;
    font-size: 15px;
    flex: 1;
}
.sbz-cart-calculator button#search_postcode,button#search_postcode {
    background: #000;
    border: 1px solid;
    color: #fff;
    border-left: 0;
    padding: 0 15px;
    flex: 0 0 170px;
    font-size: 15px;
}
.sbz-cart-calculator .field select,.sbz-cart-calculator .field input {
    padding: 10px;
    flex: 1;
    max-width: 230px;
}
.sbz-cart-calculator {
    max-width: 350px;
    margin: 20px 0 20px auto;
}
.sbz-cart-calculator .field label {
    flex: 0 0 120px;
}
.sbz-cart-calculator input.get-rates.btn.button {
    max-width: 100%;
}
.sbz-cart-calculator .nolabel select,.sbz-cart-calculator  .nolabel input{
    max-width: 100%;
}
button.update_order.btn {
    width: 100%;
    margin-top: 15px;
    padding: 15px 15px;
    max-width: 150px;
}
div#success-msg {
    color: #008000;
    margin-top: 10px;
    font-size: 15px;
}
button#update_order[disabled],.tab-inner-content input[type="text"][disabled],.tab-inner-content input[type="email"][disabled] {
    opacity: 0.5;
}
.error-cls-war{
    color: red;
    font-size: 15px;
    margin-top: 10px;
}
.csLoader1 {
    text-align: center;
    max-width: 40px;
    margin: 0 auto;
}
.csLoaderTime {
    max-width: 30px;
    margin: 0 auto;
}
.CS-custom-tab-section .cs-crawler-tabs li.active {
    pointer-events: none;
}
.cs-layout-tab-1 .cs-crawler-tabs li {    
    width: auto;    
    flex: 1;   
    display: flex;  
    flex-wrap: wrap;    
    margin: 0 3px;  
}   
.cs-layout-tab-1 .cs-crawler-tabs li .cs-check-icon { 
    display: none;  
}   
.cs-layout-tab-1  {  
    max-width: 400px;   
    margin: 20px 0 20px auto;   
    width:100%;
}   
.cs-layout-tab-1 .shipping-option{  
    max-width: 100%;    
}   
.cs-layout-tab-1 ul{  
    margin: 0 -5px; 
}   
.cs-layout-tab-1 .cs-crawler-tabs li span { 
    display: block; 
    width: 100%;    
}   
.cs-layout-tab-1 .cs-crawler-tabs svg{    
    margin-right: 0;    
}
.cs-layout-tab-0 {
    display: flex;
    justify-content: flex-end;
    max-width: 350px;
    flex-wrap: wrap;
    width: 100%;
}
.cs-layout-tab-0 .CS-custom-tab-section.tab-view.quality-sticker-tab {
    max-width: 350px;
}
.CS-custom-tab-section.tab-view.quality-sticker-tab{
    width: 100%;
}
.cs-layout-tab-0 ul {
    width: 100%;
}
.cs-tab_container {
    width: 100%;
}
.info-outer {
    margin-top: 10px;
}
.info-outer input {
    width: 100%;
}
/* ================================================================================ media css ============================================================================================== */

@media only screen and (max-width: 767px) {
    #csShippingAppCode,.CS-custom-tab-section.tab-view.quality-sticker-tab {
        margin: auto;
    }
    .csp-content{
        padding:0 10px;
    }
}
@media screen and (max-width: 500px){
    .sbz-cart-calculator .ShippingEstimator__Form,.ShippingEstimator__Form{
     flex-wrap: wrap;   
    }
    .sbz-cart-calculator button#search_postcode, button#search_postcode{
        flex: 0 0 100%;
        padding: 15px;
    }
    button.update_order.btn{
        max-width: 100%;
    }
    .CS-custom-tab-section.cs-layout-tab-1 .cs-crawler-tabs li {
        font-size: 12px;
        padding: 10px 0;
    }
}
@media screen and (max-width: 414px){
    .csp-content {
        height: 400px;
    }
    .CS-custom-tab-section.cs-layout-tab-1 .cs-crawler-tabs li {
        flex: 0 0 30.33%;
    }
}