/* html */
main {
    height: 100%;
    display: flex;
}

html {
    height: 100%;
}

/* html end */
/* header  */


header {
    width: 100%;
    position: sticky;
    top: 0%;
    background-color: #002a3e;
    z-index: 999;
}

header .logo {
    height: 100px;
    width: 200px;
    background-image: url(/img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

nav .dropdown-item, nav .dropdown-divider, nav .dropdown-menu {
    background-color: #002a3e;
    color: white;
}

nav .nav-button:hover, .nav-button:hover, nav .dropdown-item:hover, nav .cart:hover, nav .user:hover {

    background-color: #273e3e;
    color: white;
}

.navbarDropdownimage img {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

nav .cart, nav .user {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 10%;
}

nav .cart {
    display: flex;
    flex-direction: column;

}

nav .cart-img, nav .user-img {
    height: 60px;
    width: 60px;
    z-index: 10;
}


nav .items-added {

    min-height: 20px;
    min-width: 20px;
    float: right;
    border-radius: 50%;
    z-index: 20;
    background-color: green;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    top: 20px;
    align-self: flex-end;
}

.navbar-collapse {
    margin-right: 20px;
}

.modal .modal-content {

    background-color: #022434;
}

.modal .modal-dialog {
    top: 30%;

}

.modal .modal-header {
    border-bottom: 1px solid black;
}

.modal .modal-footer {
    border-top: 1px solid black;
}

.modal-body input {
    width: 100%;
}

.modal .close {
    color: white;
}

/* header end  */

/* body  */
body {
    width: 100%;
    position: relative;


    min-height: 100%;
    overflow: auto;
    background-color: #fcf3f314;

}

.background-akroot-dark {

    background: #112a36;
}

.card-text {
    min-height: 90px;
}

body .container {
    min-height: 800px;
}

.card, .card img {
    border-radius: 10%;
}

.card, .featured {
    margin-top: 20px;
}

.card img {
    height: 150px;
}

.card .cart-add i {
    margin-right: 5px;
}

.sidebar {
    position: fixed;
    height: 100%;
    z-index: 1;

}

.sidebar a {
    width: 100%;
}


/* body end */


/* footer */
footer {
    width: 100%;
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;

    color: white;
}

.modal-backdrop {
    z-index: 77;
}

footer .container {
    margin-top: 20px;
    min-height: 0 !important;
}

.contact-form input:hover {
    border: solid skyblue;
}

.contact-form textarea:hover {
    border: solid skyblue;
}

.info-box {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: end;
    vertical-align: baseline;
    position: relative;
    margin-bottom: 10px;
}

.info-box .phone {
    transform: rotateY(180deg);
    margin-right: 0px !important;
    margin-left: 10px;
}

.info-box .icon {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}

.info-box .icon i {
    font-size: 20px;
    color: #c5c5c5;

}

.info-box .content h4 {
    font-size: 30px;
}

.info-box p {
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.info-box a {
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    text-decoration: none;
}

.info-box a:hover {
    color: skyblue;

}

.row {
    margin-top: 10px;
    margin-bottom: 5px;
}

/* fotter end */


/* mobile Version */
@media screen and (max-width: 990px) {

    header .logo {
        display: none;
    }

    header .user {
        position: absolute;
        margin-right: 60px;
        height: 30px;
        width: 30px;
        top: 10px;
        right: 10px;
    }

    header .cart {
        position: absolute;
        height: 40px;
        width: 40px;
        top: 10px;
        right: 10px;
    }

    nav .cart-img {
        height: 35px;
        width: 35px;
        z-index: 10;

    }

    nav .items-added {
        position: absolute;
        font-size: small;
        top: -5%;
        min-height: 10px;
        min-width: 10px;
    }

    .about-bg {
        width: inherit;
        height: inherit;
    }

    /* body */
    .product-card {
        display: flex;
        justify-content: center;
    }

    .card, .featured {
        margin-top: 10px;
    }

    .sidebar {
        display: none !important;
    }

    /* body end  */
    /* footer  */
    footer p, footer a {
        font-size: 10px;
    }

    footer h4 {
        font-size: 15px;
    }

    /* footer end */
    .minicart-details-remove {

        display: none;
    }

    .minicart-details-quantity {

        display: none;
    }

    .detailsform {
        padding-left: 0% !important;
    }

}

.detailsform {
    padding-left: 14%;
    float: left;
}

@media screen and (min-width: 590px) {


    /* footer  */
    footer p, footer a {
        font-size: 15px;
    }

    footer h4 {
        font-size: 20px;
    }

    /* footer end */
}

/* mobile version end */

@media (min-width: 1800px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        min-width: 1740px;
    }
}

@media (max-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media screen and (max-width: 1200) {
    .container {
        min-width: 1175;

    }

}

/* products table*/
.notification {
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notification:hover {
    background: red;
}

.notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
}

.productgroups {
    padding-top: 2px;

}

.productgroups ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    background-color: #455a64;
}

.productgroups li {
    float: left;
}

.productgroups li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: small;
}

/* Change the link color to #111 (black) on hover */
.productgroups li a:hover {
    background-color: #111;
}

.active {
    background-color: #e10606 !important;
}

.productgroups ul li.right {
    float: right;
}

@media screen and (max-width: 850px) {
    .productgroups ul li {
        float: none;
    }

}

/* products card   */


/* products card  end */
.catgorybar {
    background: #455a64;
    height: 100%;
    float: left;
    width: 300px;

}

@media screen and (max-width: 850px) {
    .catgorybar {
        float: none;
        width: 0px;
        height: 0px;

    }

    .catgorybar ul li p {
        font-size: 0px;
    }
}

.catgorybar ul {
    position: fixed;
    display: inline-block;
    list-style-type: none;
}

.catgorybar ul li {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.catgorybar ul li {
    color: #b8b8b8;
}

.catgorybar ul li p:hover {
    background: rgba(243, 237, 237, 0);

    border: solid rgb(8, 162, 209);
}


/* signup*/
.signup {
    width: 88%;
    padding-left: 30%;
}

/*checkout table*/
.checkouttable {
    padding-left: 14%;

}

.detailstable {
    padding-left: 14%;

}

.checkouttable img {
    width: 10%;
    height: 10%;
}

.detailsimage img {

    height: 500px;
    width: 400px;
}

@media screen and (max-width: 850px) {
    .checkouttable {
        padding-left: 0% !important;

    }

    .checkouttable img {
        width: 0%;
        height: 0%;
    }

    .imagesl {
        padding-left: 0% !important;

    }

    .detailstable {
        padding-left: 0% !important;

    }

    .detailsimage img {

        height: 300px;
        width: 250px;
    }
}

/*checkout table end*/


.tablecuting .tbody1 {
    width: 29%;
}

.tablecuting .tbody2 {
    width: 74%;
}

.imagesl {

    width: 70%;
    height: 70%;
    padding-left: 14%;

}

#PPMiniCart .minicart-subtotal {

    color: #ffffff;
}

#PPMiniCart form {
    position: relative;
    width: 400px;
    max-height: 550px;
    margin-left: -207px;
    padding: 10px 10px 40px;
    background: #002a3e;
    border: 1px solid #002a3e;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #022434;
    font: 15px/normal arial, helvetica;
    color: rgb(255, 255, 255);
    z-index: 2;
}

#PPMiniCart ul {
    clear: both;
    float: left;
    width: 340px;
    margin: 5px 39px 20px;
    padding: 10px;
    list-style-type: none;
    background: rgb(0 42 62);
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #022434;
}

#PPMiniCart .minicart-closer {
    float: right;
    margin: -12px -10px 0;
    padding: 10px;
    background: 0;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    color: #809199;
}

#PPMiniCart .minicart-closer:hover {

    color: #f7fafc;
}

#PPMiniCart .minicart-item a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#PPMiniCart .minicart-remove {
    width: 60px;
    height: 18px;
    margin: 0 0 0;
    padding: 0;
    background: #e40000;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    opacity: 0.70;
    cursor: pointer;
}

.text_style {

    color: #d7d7d7
}

#PPMiniCart .minicart-subtotal {
    position: absolute;
    bottom: 17px;
    padding-left: 6px;
    left: 10px;
    font-weight: bold;
}

#PPMiniCart .minicart-quantity {
    width: 60px;
    height: 18px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 13px;
    text-align: center;
    transition: border linear 0.2s,
    box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;

}

#PPMiniCart .minicart-quantity:hover {
    border-color: #0078C1;
}

#PPMiniCart .minicart-quantity:focus {
    border-color: #0078C1;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 120, 193, 0.4);
}

#PPMiniCart .minicart-details-name {
    float: left;
    width: 40%;
}

#PPMiniCart .minicart-details-quantity {
    float: left;
    width: 20%;
}

#PPMiniCart .minicart-details-remove {
    float: left;
    width: 20%;
}

#PPMiniCart .minicart-details-price {
    float: left;
    width: 16%;
    text-align: right;
    color: rgb(255, 255, 255);

}