﻿
.pdt70 {
    padding-top: 70px;
}

.loginInner {
    width: 90%;
    max-width: 415px;
    margin: 0 auto;
    background: #f1f1f1;
   /* padding: 35px;*/
    border-radius: 8px;
    margin-top: 50px;
}

.Registration {
    padding: 35px;
    background: #f1f1f1;
    border-radius: 8px;
}

.logintoggle {
    padding-right: 15px;
}

    .logintoggle a i {
        dropdown-menu font-size: 20px;
        padding: 0px;
        background: #f1f1f1;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }

    .logintoggle .dropdown-menu {
        left: auto !important;
        right: 0 !important;
        padding: 5px 15px !important;
        font-size: 14px !important;
        transform: translate3d(-1px, 32px, 0px) !important;
    }

.myproduct .f_p_item h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.myproduct .f_p_item .f_p_img {
    height: 260px;
    overflow: hidden;
    padding: 5px;
}

.myproduct .f_p_img img {
    width: 100%;
}

.productItem img {
    width: 100%;
    height: auto;
}
/*list product page 20-08-2020*/
.main_box {
    padding: 0px 15px;
}

    .main_box .listProduct {
        max-width: 200px;
        width: 100%;
        margin-top: 15px;
        box-shadow: none;
    }

.productlist .f_p_item {
    border: 1px solid #f0f0f0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .productlist .f_p_item:hover {
        webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    }

    .productlist .f_p_item h5 {
        padding-bottom: 20px;
    }


.productImgItem {
    border: 1px solid #f0f0f0;
    padding: 15px;
    max-height: 350px;
    height: 100%;
    text-align: center;
}

.productdetialItem {
    border: 1px solid #f0f0f0;
    padding: 30px 30px 70px 30px;
    max-height: 350px;
    height: 100%;
    position: relative;
}

    .productdetialItem p {
        font-size: 16px;
    }

.productImgItem img {
    width: 100%;
    height: 100%;
}

.addtocart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: auto;
}

.productsummaryIn h2, .shippingsection h2 {
    margin-bottom: 30px;
}

.shippingsection label {
    display: block;
    font-size: 20px;
}

.summaryTable .table-bordered {
    border: 1px solid #f0f0f0;
}

.AdderssLst {
    padding: 15px 0px;
}

.AddressSec {
    background: #f8f8f8;
    margin-bottom: 15px;
    padding: 15px;
}

.shippingsection i.fa.fa-plus-square {
    margin-bottom: 15px;
}


    .shippingsection i.fa.fa-plus-square a {
        font-family: "Roboto", sans-serif;
        margin-left: 5px;
    }

.summaryTable .table-bordered th {
    background: #f0f0f0;
    border: none;
}

.summaryTable .table-bordered td {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

    .summaryTable .table-bordered td input {
        padding: 0px 34px;
        height: 35px;
        border: 1px solid #ccc;
    }

.form-group.align-right {
    text-align: right;
    margin-top: 15px;
}

.itemadd {
    position: relative;
    width: 170px;
}

    .itemadd input {
        width: 100%;
    }

    .itemadd i.fa.fa-minus-circle,
    .itemadd i.fa.fa-plus-circle {
        position: absolute;
        top: 4px;
    }

    .itemadd i.fa.fa-minus-circle {
        left: 5px;
    }

    .itemadd i.fa.fa-plus-circle {
        right: 5px;
    }

.totalpricein {
    background: #f8f8f8;
    height: 100%;
}

.totalprice {
    width: auto;
    align-items: center;
    padding-top: 40%;
}

    .totalprice b {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
        display: block;
    }

.totalAmt {
    font-size: 38px;
}


/*16/05/22*/
.col-wrap {
    padding: 25px;
}
.login-image img {
    width: 100%;
}

@media (max-width:1370px) {
    .section_gap {
        padding: 58px 0px;
    }

    .home_banner_area .banner_inner,
    .home_banner_area {
        min-height: 780px;
    }
}


@media (max-width:767px) {
    .totalprice {
        padding-top: 0px;
        padding: 20px 0px;
        width: 100%;
    }

    .form-group.align-right {
        text-align: center;
    }

    .summaryTable {
        position: relative;
        overflow: auto;
    }
}
.copyright {
    text-align: center;
    padding: 15px 0px;
    font-weight: 600;
    font-size: 14px;
}
    .copyright p {
        display: none;       
    }
    .copyright:after {
        content: "Copyright 2023 - All Rights Reserved - Booking Insights, LLC.";
    }
.btn-primary {
    background: #000;
    border-color: #000;
}

.btn-secondary {
    background: #358ae5;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #358ae5;
        border-color: #358ae5;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        color: #fff;
        background-color: #358ae5;
        border-color: #358ae5;
        box-shadow: none;
    }

    .btn-save .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #358ae5;
        border-color: #358ae5;
    }

.btn-save .btn.btn-secondary {
    margin-left: 5px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-save {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

    .btn-save #btnsave {
        width: 100px;
    }

    .btn-save #btnreset {
        width: 100px;
        margin-left: 10px;
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}