﻿* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #ef5777;
    --secondary-color: yellow;
    --hover-color: yellow;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 120px;
    padding-bottom: 40px;
}

    .body-content ul {
        margin-left: 1em;
    }

        .body-content ul li {
            margin-left: 1em;
        }

    .body-content p {
        margin: auto;
    }

.logo {
    position: absolute;
    top: 0;
    height: 110px;
    background: #ef5777;
    padding: 10px !important;
    border-radius: 50%;
}

#navbarCollapse {
    padding-left: 160px;
}

.logo-style-1 {
    text-shadow: 0px 0px 0 #899CD5, 1px 1px 0 #8194CD, 2px 2px 0 #788BC4, 3px 3px 0 #6F82BB, 4px 4px 0 #677AB3, 5px 5px 0 #5E71AA, 6px 6px 0 #5568A1, 7px 7px 0 #4C5F98, 8px 8px 0 #445790, 9px 9px 0 #3B4E87, 10px 10px 0 #32457E, 11px 11px 0 #2A3D76, 12px 12px 0 #21346D, 13px 13px 0 #182B64, 14px 14px 0 #0F225B, 15px 15px 0 #071A53, 16px 16px 0 #02114A, 17px 17px 0 #0B0841, 18px 18px 0 #130039, 19px 19px 0 #1C0930;
    color: #92a5de;
}

#navbarCollapse .navbar-nav li {
    -webkit-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    margin: 0px 10px;
}

    #navbarCollapse .navbar-nav li:hover a {
        color: var(--hover-color);
    }


.navbar-toggler {
    color: white;
}

.cus-sub-menu {
    background-color: var(--primary-color) !important;
}

    .cus-sub-menu:hover * {
        background-color: var(--primary-color) !important;
    }

    .cus-sub-menu li a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px !important;
    }


    .cus-sub-menu li:hover > a {
        color: var(--hover-color) !important;
    }

    .cus-sub-menu a {
        color: white !important;
    }

.form-search input {
    padding: 0 0 0 20px;
    border: 0;
    height: 40px;
    float: none;
    font-size: 13px;
    background: #ccc;
    min-width: 350px;
    -webkit-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    border-radius: 30px;
}

.form-search .input-group {
    flex-wrap: initial;
}

.form-search button {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.cart-count a {
    color: red;
    background: none;
    border: none;
}

.navbar-1 {
    background: var(--primary-color);
    box-shadow: 0px 0px 5px;
}

    .navbar-1 a {
        color: white;
    }
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*footer*/
#page-footer {
    border-top: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

    #page-footer .footer-1 {
        -webkit-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;
        overflow: hidden;
        background-color: #323a45;
        /*padding-top: 30px !important;*/
        padding-bottom: 30px !important;
        color: #999;
    }

.footer-1 * {
    color: #d1d5db;
}

.footer-1 a {
    text-decoration: none;
}

#page-footer .footer-1 .title {
    color: white;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 10px;
}

#page-footer .footer-1 ul {
    padding: 0;
    margin: 0;
}

    #page-footer .footer-1 ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 30px;
    }

        #page-footer .footer-1 ul li a {
            text-decoration: none;
            -webkit-transition: color .3s ease;
            -o-transition: color .3s ease;
            transition: color .3s ease;
        }

        #page-footer .footer-1 ul li:hover a {
            color: yellow;
        }

#page-footer .footer-2 {
    position: relative;
    box-sizing: border-box;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #292f38 !important;
    color: #999;
}


/*shape style*/
.pointer-bg {
    margin: 0px !important;
    height: 40px;
    position: relative;
    display: inline-block;
    padding: 10px 5px 5px 30px;
    font-size: 1rem !important;
}

    .pointer-bg:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid white;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .pointer-bg:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid white;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

.pointer-bg-color-1 {
    background: #ef5777;
    color: white;
}

    .pointer-bg-color-1:before {
        border-left-color: #ef5777;
    }


/*social*/
.content-social li {
    display: inline-block;
    padding: 5px !important;
}

.product-content .container-fliud {
    margin-top: 20px;
}

.contain-content {
    width: 100%;
    overflow: hidden;
    padding: 0px 15px;
}

.pd-5 {
    padding: 5px !important;
}

.menu-right-icon-mobile {
    display: flex;
}

#blog .entry {
    margin-bottom: 20px;
}

#blog .entry-img {
    padding: 10px;
    border: 1px solid #ececec;
    display: block;
}

#blog .entry-title {
    font-size: 18px;
    padding: 10px 0px;
}

#blog .entry-content {
    font-size: 16px;
}

#blog .read-more {
    text-align: right;
    margin-top: 10px;
}
