﻿.form-control {
    height: 34px !important;
    width: auto;
    background-color: #fff !important;
}

.has10Txt sup {
    top: -3px;
    font-size: 11px;
}

/*=============*/
#itemlist1 .tooltip div{
    max-width:270px;
}

#itemlist,
#itemlist1 {
    overflow-y: auto;
}

#itemlist {
    padding-bottom: 0;
}

#itemlist {
    max-height: 286px;
}

#itemlist .cart-box:last-child {
    padding-bottom: 5px;
}

#itemlist1 {
    max-height: 340px;
}

.cart-box {
    padding-right: 1.5rem;
}

.cart-box:not(:last-child) {
    margin-bottom: 0;
}

.cart-box ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-box ul.cart-list-box li span {
    font-weight: 600;
    color: #888;
    font-size: 17px;
}

.cart-box ul li:first-child {
    width: 36%;
}

.cart-box ul li {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    color: #666;
    position: relative;
}

.cart-box ul li:last-child {
    text-align: right;
}

.mycart-items-details + .round-extar-div {
    margin-top: 15px;
}

.border-box {
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 1rem 1rem 0.7rem;
    position: relative;
}

.border-box-close {
    color: #fff;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ccc;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 27px;
}
}

.border-box select {
    width: auto;
    background-color: #fff !important;
    font-size: 1.5rem;
}

.price-blue {
    color: #018381;
    font-weight: 600;
    font-size: 1.5rem;
}

.button-box {
    display: flex;
    justify-content: space-between;
}

.btn-primary {
    background-color: #018381;
    border-color: #018381;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active {
    background-color: #05afac;
    border-color: #05afac;
}

.btn-primary-outline {
    border-color: #018381;
    color: #018381;
    background: #fff;
}

h4.text-black {
    font-size: 1.3rem;
    line-height: 1;
    padding-right: 1.2rem;
}

.text-black {
    color: #000;
}

/*---------------------*/
.rental-pera-box {
    display: flex !important;
    justify-content: space-between;
    margin-top: 2rem;
}

.rental-pera {
    padding-right: 1rem;
}

.rental-heading {
    margin-bottom: 1rem;
}

.rental-heading h4 {
    font-weight: 700;
    display: inline-block;
    margin: 0;
}

.plus-minus-box {
    min-width: 15rem;
}

.plus-minus-box h5 {
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem;
}

.plus-minus-btn {
    display: flex;
    align-items: center;
}
    /*.plus-minus-btn span{
    padding: 0 1.5rem;
}*/
    .plus-minus-btn a {
        height: 4rem;
        width: 4rem;
        border-radius: 50%;
        border: 1px solid #ccc;
        color: #aaa;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.number-box {
    flex: 1;
    padding-right: 2rem;
    margin-right: 2rem;
    border-right: 1px solid #ccc;
}

    .number-box:last-child {
        border: 0;
        padding: 0;
        margin: 0;
    }

.number-heading, .spiner-box {
    display: flex;
    justify-content: space-between;
}

.info-icon {
    /*width: 40px;
    height: 40px;*/
    width: 25px;
    height: 25px;
    border: 1px solid #337ab7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    align-self: center;
    margin-left: auto;
}


/*15-10-19*/
.plus-minus-btn .btn {
    background: transparent;
    border: 2px solid #707070;
    color: #707070;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 33px;

}

.plus-minus-btn .btn .glyphicon {
    font-size: 14px;
}

.plus-minus-btn .btn.disabled {
    border: 2px solid #b8b8b8;
    color: #b8b8b8;
}

/*.round-extar-div {
    padding-bottom: 0.5rem;
}*/

.round-extar-div.open {
    background: #f9f9f9;
    padding: 1rem;
    margin: 0 -1rem -0.67rem;
}

.round-extar-div .button-box {
    align-items: center;
    z-index: 9999999;
}

.round-extar-div [id^="targ-div"] {
    display: none;
}

.plus-minus-btn input[type="text"] {
    color: #018381;
    font-weight: bold;
    font-size: 20px !important;
    background: transparent !important;
    padding: 3px;
    text-align: center;
}

.round-extar-div h4 {
    font-size: 15px;
    font-weight: 600;
}

.cart-box .cart-box {
    padding-right: 0;
}

.round-extar-div h5 {
    font-weight: bold;
    font-size: 16px;
}

    .round-extar-div h5 span {
        vertical-align: middle;
    }

.round-extar-div.open button[data-target] {
    font-size: 0%;
}

    .round-extar-div.open button[data-target]:after {
        content: 'Hide Extras';
        font-size: 14px;
    }

.round-extar-div .button-box h5 {
    visibility: hidden;
}

.round-extar-div.open .button-box h5 {
    visibility: visible;
}

.red {
    color: #f00;
}

.tooltip-inner {
    text-align: left;
    background: #ccc;
    color: #000;
}

.tooltip-arrow {
    background: #fff;
    border-left-color: #ccc !important;
}

.info-icon:hover {
    text-decoration: none;
}

.has10Txt {
    font-size: 12px;
    position: relative;
    display: block;
}
/*13thNov'19*/
.addonmodal {
    width: 100% !important;
}

@media only screen and (min-width: 768px) {
    .cart-list-box {
        padding: 1rem 1rem 0.5rem !important;
    }
  
    .mycart-items-details {
        padding-top: 1.5rem !important;
    }
}

@media only screen and (min-width: 667px) and (max-width:800px) {
    .mycart-items-details {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {

    ul.mycart-items-details > li:nth-child(1) {
        left: -5px;
        top: 7px;
        width: 80px !important;
    }

    ul.mycart-items-details > li:nth-child(2) {
        position: absolute;
        top: 216px;
        left: 45% !important;
        width: auto !important;
    }

    ul.mycart-items-details > li:nth-child(3) {
        position: absolute;
        top: 111px;
        right: 0;
        width: auto !important;
    }

    ul.mycart-items-details > li:nth-child(4) {
        position: absolute;
        top: 160px;
        right: 0;
        width: auto !important;
    }

    .cart-box .border-box ul.mycart-items-details > li:nth-child(5) {
        position: absolute !important;
        top: 216px;
        right: 0;
        width: auto !important;
        bottom: initial !important;
        left: initial !important;
    }

    .cart-box ul.mycart-items-details > li {
        border: none;
    }

    .cart-box .border-box .round-extar-div.targto-wrap {
        margin-top: 50px;
    }

    .cart-box .border-box .round-extar-div.targto-wrap .button-box > .btn {
        margin-top: 0px;
    }

    .cart-box .border-box > ul:nth-child(2) > li:last-child {
        top: 252px;
        right: 2%;
    }

    .cart-box > .cart-list-box li:last-child {
        left: 15px;
    }

    .rental-heading + p {
        margin-bottom: 6px;
    }

    .rental-pera-box {
        flex-wrap: wrap;
    }

    .rental-pera-box .number-box {
        flex: 1 0 100%;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

    .rental-pera-box .number-box:not(:first-child) {
        margin-top: 20px;
    }

    .round-extar-div.targto-wrap .button-box > h5 {
        text-align: right;
    }

    .cart-box .cart-list-box {
        width: 46%;
        float: left;
        padding-top: 1.5rem;
        padding-left: 1rem;
    }

    .cart-box .border-box > ul:nth-child(2) {
        width: 54%;
        float: right;
        padding-top: 10px;
        z-index: 1;
    }

    .cart-box ul.cart-list-box li span {
        font-size: 15px;
    }

    h4.text-black {
        font-size: 1rem;
        padding-right: 0;
    }

    .cart-box .border-box > ul:nth-child(2) li h4 {
        margin: 0;
    }

    .cart-box ul li {
        width: 100% !important;
        text-align: left !important;
        min-height: 50px;
        padding: 0;
    }

    .cart-box {
        margin-top: 9px;
        padding-right: 12px;
    }

    .cart-box .mycart-items-details li {
        min-height: auto;
        border: 1px solid #eee;
        font-size: 12px;
    }

    .cart-box {
        position: relative;
    }

    .cart-box .cart-list-box li:last-child {
        position: absolute;
        bottom: -98px;
        left: 15px;
        float: left;
    }

    .border-box ul li:last-child {
        position: absolute;
        bottom: 22px;
        right: 0;
        width: auto !important;
    }

    .border-box .mycart-items-details li:last-child {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    .border-box .mycart-items-details li:last-child {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    ul.mycart-items-details {
        width: 100%;
        margin-left: auto;
    }

    .round-extar-div .button-box .btn {
        margin-top: 50px;
    }

    #itemlist {
        height: 232px;
    }
}

/*subhash css*/

div#itemlist1 {
    padding-bottom: 12px;
}

div#itemlist::-moz-scrollbar,
div#itemlist1::-moz-scrollbar,
div#itemlist::-webkit-scrollbar,
div#itemlist1::-webkit-scrollbar {
       width: 5px;
}

div#itemlist::-moz-scrollbar-track,
div#itemlist1::-moz-scrollbar-track, 
div#itemlist::-webkit-scrollbar-track,
div#itemlist1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

div#itemlist::-moz-scrollbar-thumb,
div#itemlist1::-moz-scrollbar-thumb,
div#itemlist::-webkit-scrollbar-thumb,
div#itemlist1::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

@media screen and (max-width: 375px) {
    h4.text-black {
        font-size: 1rem;
        padding-right: 0;
    }

    .cont-right {
        margin-top: 10px;
        text-align: left;
    }

    .cont-right h5 {
        font-size: 1rem;
    }
}

