/*
:root {
    --orange-color: #f9bb3d;
    --blue-color: #16365d;
}
*/


/*header .m-header,
.m-header .cart {
    background-color: #f5f5f5;
}

header .m-header .cart .dropdown .btn.mini-cart {
    background-color: #2081f9;
}*/


/*.t-header, .m-header {
    background-color: #f99820;
}*/

.m-header {
    padding: 15px 0;
}

.middle-header-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-header .logo {
    /*background-color: #fff;*/
}

.m-header .logo a {
    padding: 5px 15px;
}

.m-header .logo a img {
    height: auto;
    max-width: 350px;
    width: 100%;
}

.middle-header-calltext {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}

.middle-header-calltext li a {
    font-size: 16px;
}

.middle-header-calltext li a i {
    margin-right: 10px;
}

.category-list.nav.navbar-nav {
    max-height: 484px;
    overflow-y: auto;
}

.stactic_banner {
    padding: 50px;
    background-color: #fff;
    border: 1px solid #efefef;
    margin-bottom: 45px;
}

.stactic_banner h1 {
    color: #2081f9;
    margin-bottom: 0;
    font-size: 48px;
}

.stactic_banner h1 span {
    font-weight: 900;
    color: #f99820
}

.stactic_banner h5 {
    font-style: italic;
}

.stactic_banner form {
    display: block;
}

.stactic_banner form {
    display: block;
    margin-top: 25px;
}

.stactic_banner form input:not([type=submit]) {
    width: calc(100% - 135px);
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

.stactic_banner form input[type=submit] {
    background-color: #f99820;
    border: 1px solid #f99820;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    max-width: 125px;
    margin-left: 5px;
    width: 100%;
}

.icons-three-column {
    border: 1px solid #efefef;
    background-color: #fff;
    margin-bottom: 45px;
    margin-top: -15px;
}

.icons-three-column:after {
    content: ' ';
    display: block;
    clear: both;
}

.icons-three-column .icon-column {
    width: calc((100% - 30px) / 3);
    float: left;
    padding: 30px;
    text-align: center;
}

.icons-three-column .icon-column img {
    margin-bottom: 15px;
    max-width: 69px;
}

.icons-three-column .icon-column p {
    color: #f99820;
    margin-bottom: 0;
}


/* Footer */

.static_footer {
    padding: 15px 0;
}

.static_footer p {
    font-size: 14px;
    margin-bottom: 0;
}

.footer-social-icons {
    width: 100%;
    text-align: right;
    margin-bottom: 0;
}

.footer-social-icons li {
    list-style: none;
    display: inline-block;
}

.footer-social-icons li a {
    color: #ccc;
    padding: 0 5px;
    font-size: 16px;
    display: block;
}

.services .card .card-body p {
    color: #fff;
}


/* Media Quries */

@media (min-width: 421px) {
    .icons-three-column .icon-column:first-child {
        border-right: 1px solid #efefef;
    }
    .icons-three-column .icon-column:nth-child(2) {
        margin-left: 15px;
        margin-right: 15px;
    }
    .icons-three-column .icon-column:last-child {
        border-left: 1px solid #efefef;
    }
}

@media (max-width: 575px) {
    .m-header .logo a {
        margin-bottom: 10px;
    }
    .middle-header-calltext {
        text-align: center;
    }
    .icons-three-column .icon-column {
        padding: 30px 15px;
    }
}

@media (max-width: 480px) {
    .stactic_banner {
        padding: 30px;
    }
    .stactic_banner form input:not([type=submit]) {
        width: 100%;
    }
    .stactic_banner form input[type=submit] {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 420px) {
    .icons-three-column .icon-column {
        width: 100%;
        float: none;
    }
    .icons-three-column .icon-column:nth-child(2) {
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
}


/* Footer */
.footer {
    background-color: #001e3f
}


/*  Static Banner Home   */
.static_banner_home_inner {
    background-color: #f9bb3d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 5px;
    overflow: hidden; 
}

.static_banner_home_inner_left {
    width: 65%;
    float: left;
/*     align-self: center;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%; */
    padding: 15px;
}

.static_banner_home_inner_right {
    width: 35%;
    float: left;
    background-color: #001e3f;
/*     align-self: center;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%; */
    padding: 15px;
    position: relative;
}
.static_banner_home_inner h1 {
    color: #fff;
}
.static_banner_home_inner_right h1 {
    margin-bottom: 0;
}

.static_banner_home_inner_left h1 span {
    color: #16365d;
}

.static_banner_home_inner_right h1 span {
    color: #f9bb3d;
}

.static_banner_home_inner_right h5 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.static_banner_home_inner_left ul {
    padding-left: 0;
}

.static_banner_home_inner_left li {
    list-style: none;
    width: 27%;
    display: block;
    float: left;
}

.static_banner_home_inner_left li a {
    color: #16365d;
    font-weight: 600;
}


.static_banner_home_inner_left li:before {
    content: '\f054';
    margin-right: 10px;
    font-family: FontAwesome;
    color: #d49f34;
}
.static_banner_home_inner_left li:nth-last-child(2),
.static_banner_home_inner_left li:nth-last-child(3) {
    visibility: hidden;
}
.static_banner_home_search_form {
    position:relative;
    height: 40px;
    margin-top: 50px;
}
.static_banner_home_search_form .search-feild {
    background-color: #fff;
    width: 100%;
    border-radius: 25px;
    height: 40px;
    border: none;
    text-indent: 15px;
}
.static_banner_home_search_form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    color: #f9bb3d;
    height: 40px;
    width: 40px;
/*     line-height: 40px; */
}
.static_banner_home_search_form .search-button:hover {
    cursor: pointer;
}

@media (max-width: 1024px) {
    .static_banner_home_inner h1 {
        font-size: 30px;
    }
    .static_banner_home_inner_left li a {
        font-size: 14px;
    }
    .static_banner_home_inner_left li:before {
        font-size: 14px;
    }
    .static_banner_home_inner_left li {
        width: 28%;
    }
    .static_banner_home_inner_left {
        width: 70%;
    }
    .static_banner_home_inner_right {
        width: 30%;
    }
    .static_banner_home_search_form .search-feild {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .static_banner_home_inner_right:after {
        width: 150px;
        position: absolute;
        content: '';
        background-color: inherit;
        height: inherit;
        left: -150px;
        display: block;
        height: 100%;
        top:0;
        -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }
}
@media (max-width: 991px) {
    .static_banner_home_inner_left,
    .static_banner_home_inner_right {
        width: 100%;
    }
    .static_banner_home_inner_left li {
        width: 30%;
    }
    .static_banner_home_inner_left li:before {
        margin-right: 3px;
    }
    .static_banner_home_inner_left li:nth-last-child(2),
    .static_banner_home_inner_left li:nth-last-child(3) {
        display: none;
    }
    .static_banner_home_search_form {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .static_banner_home_inner_left li {
        width: 50%;
    }
}

.btn-login {
    background: #dd9933;
    color: #fff;
}

.btn-login:hover {
    background: #001e3f;
}

.row-product {
    margin-bottom: 30px;
}

.row.header-row-shop {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    /* color: black; */
    /* text-align: center; */
    font-weight: bold;
}

.row-product .control-label {
    margin: 10px 0 5px;
}

.cnt-shp {
    margin-right: 10px !important;
}

@media screen and (max-width: 374px) {
    .cnt-shp {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
}

.product-cart-edit {
    margin: 10px 0;
    border: 1px solid #d9d9d9;
    padding: 10px 0;
}

.cart-edit-product--qty {
    margin: 10px 0;
}

.cart-edit-product--qty label {
    margin: 5px 0;
}

.cart-edit-product--cprice,
.cart-edit-product--tprice {
    margin: 5px 0;
}

.cart-edit-product--delete {
    margin: 10px 0;
}

.cart-edit-product--qty label {
    display: block;
}

.cart-edit-product--qty textarea {
    width: 100%;
}

.checkout-form-primary .form-group {
    width: 100%;
}

.checkout-form-primary input[type="text"] {
    max-width: 320px;
}

.checkout-form-primary {
    border: 1px solid #d9d9d9;
    padding: 20px 40px;
}