﻿body {
    padding-top: 118px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.header-search .form-control {
    font-size: 12px !important;
    float: left;
}

.header-search .search-txt {
    width: 60% !important;
}

/*Main Menu*/
.wsmenu {
    width: 94%;
    float: left;
    color: #fff;
    position: relative;
    font-size: 13px;
    font-weight:600;
    padding: 0;
    display: block;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}


    .wsmenu > .wsmenu-list {
        text-align: left;
        margin: 0 auto;
        width: 100%;
        display: block;
        padding: 0;
        position: relative;
    }

        .wsmenu > .wsmenu-list > li {
            display: block;
            float: left;
            padding: 0;
            margin: 0;
           
        }
            /*.wsmenu > ul > li + li:before {
                content: "";
                position: absolute;
                left: -15px;
                top: 50%;
                margin-top: -13px;
                width: 2px;
                height: 26px;
                background: #000;
                display: block;
                -webkit-transition: all .50s ease;
                -moz-transition: all .50s ease;
                -ms-transition: all .50s ease;
                -o-transition: all .50s ease;
                transition: all .50s ease;
            }*/

            .wsmenu > .wsmenu-list > li > .navtext {
                line-height: 16px;
                text-align: right;
                padding: 9px 20px;
                margin: 0px;
                color: #fff !important;
            }

            .wsmenu > .wsmenu-list > li > .navtexts {
                line-height: 16px;
                text-align: right;
                padding: 17px 10px 17px 20px;
                margin: 0px;
            }

            .wsmenu > .wsmenu-list > li > a {
                display: block;
                text-decoration: none;
                position: relative;
                color: #fff !important;
                border-left: 1px solid rgb(3, 103, 156);
            }
                .wsmenu > .wsmenu-list > li > a:hover {
                    background: #f27f14 !important;
                }
               

            .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                content: "\f107";
                font-family: "FontAwesome";
                font-weight: 900;
                /*font-size: 9px !important;*/
                line-height: 10px;
                margin-left: 0px;
                position: relative;
                right: -7px;
                text-align: right;
                top: 1px;
                color: #ccc !important;
            }

            .wsmenu > .wsmenu-list > li > .navtext > span {
                display: block;
                font-size: 13px;
                color: #fff !important;
                text-align: left;
                white-space: nowrap;
                width: 100%;
                line-height: 16px;
            }

                .wsmenu > .wsmenu-list > li > .navtext > span + span {
                    white-space: nowrap;
                    font-size: 14px;
                    font-weight: bold;
                    color: #fff !important;
                }

            .wsmenu > .wsmenu-list > li a:hover .arrow:after {
                border-top-color: #b3b3b3
            }

            .wsmenu > .wsmenu-list > li a.active .arrow:after {
                border-top-color: #b3b3b3
            }

            .wsmenu > .wsmenu-list > li:hover > a .arrow:after {
                border-top-color: #b3b3b3
            }

            /* Main Search Bar CSS*/
            .wsmenu > .wsmenu-list > li.wssearchbar {
                width: 40%;
                float: left;
                padding-left: 15px;
            }

                .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch {
                    float: right;
                    width: 100%;
                    height: 42px;
                    position: relative;
                    margin: 9px 0 0 0;
                }

                    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > .searchicon {
                        -webkit-transition: all 0.7s ease 0s;
                        -moz-transition: all 0.7s ease 0s;
                        -o-transition: all 0.7s ease 0s;
                        transition: all 0.7s ease 0s;
                    }

                    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input {
                        width: 100%;
                        position: relative;
                        float: right;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        border: 0;
                        padding: 0;
                        margin: 0;
                        text-indent: 15px;
                        font-size: 12px;
                        height: 42px;
                        z-index: 2;
                        outline: none;
                        color: #7d7d7d;
                        -webkit-transition: all 0.7s ease 0s;
                        -moz-transition: all 0.7s ease 0s;
                        -o-transition: all 0.7s ease 0s;
                        transition: all 0.7s ease 0s;
                        -webkit-border-radius: 2px;
                        -moz-border-radius: 2px;
                        border-radius: 2px;
                    }

                        .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input:focus ~ .btnstyle {
                            color: #fff;
                            opacity: 0.9;
                        }

                        .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input:focus ~ .searchicon {
                            opacity: 1;
                            z-index: 3;
                            color: #FFFFFF;
                        }

                    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > .btnstyle {
                        top: 0px;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        width: 49px;
                        line-height: 30px;
                        z-index: 1;
                        cursor: pointer;
                        color: #fff;
                        z-index: 1000;
                        border: solid 0px;
                        -webkit-transition: all 0.7s ease 0s;
                        -moz-transition: all 0.7s ease 0s;
                        -o-transition: all 0.7s ease 0s;
                        transition: all 0.7s ease 0s;
                        -webkit-border-radius: 0px 2px 2px 0px;
                        -moz-border-radius: 0px 2px 2px 0px;
                        border-radius: 0px 2px 2px 0px;
                    }

                        .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > .btnstyle > i {
                            line-height: 38px;
                            margin: 0;
                            padding: 0;
                            text-align: center;
                            color: #9c9c9c;
                        }

            /* My Account Dropdown */
            .wsmenu > .wsmenu-list > li > ul.sub-menu {
                position: absolute;
                top: 60px;
                z-index: 1000;
                margin: 0;
                padding: 0;
                min-width: 190px;
                background-color: #fff;
                border: solid 1px #eeeeee;
            }

                .wsmenu > .wsmenu-list > li > ul.sub-menu > li {
                    position: relative;
                    margin: 0;
                    padding: 0;
                    display: block;
                }

                    .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
                        background-image: none;
                        color: #666666;
                        border-right: 0 none;
                        text-align: left;
                        display: block;
                        line-height: 22px;
                        padding: 8px 12px;
                        text-transform: none;
                        font-size: 13px;
                        letter-spacing: normal;
                        border-right: 0px solid;
                    }
                    .wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > a {
                        text-decoration: none;
                        background: #f27f14 !important;
                    }

                        .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
                            text-decoration: none;
                            background:#f27f14 !important;
                        }

                        .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > i {
                            margin-right: 9px;
                            font-size: 14px;
                        }



            .wsmenu > .wsmenu-list > li.wsshopmyaccount {
                float: right;
            }

                .wsmenu > .wsmenu-list > li.wsshopmyaccount > a {
                    display: block;
                    padding: 0 24px 0 24px;
                    line-height: 59px;
                    text-decoration: none;
                    position: relative;
                }



        .wsmenu > .wsmenu-list > .wsshopmyaccount > a i {
            display: inline-block;
            font-size: 13px;
            line-height: inherit;
            margin-right: 11px;
            vertical-align: middle;
        }

        /* Main Menu Cart Icon*/
        .wsmenu > .wsmenu-list > li.wscarticon {
            float: right;
            clear: right;
        }

            .wsmenu > .wsmenu-list > li.wscarticon > a {
                display: block;
                color: #828181;
                padding: 0 26px 0 22px;
                line-height: 59px;
                text-decoration: none;
                position: relative;
            }

            .wsmenu > .wsmenu-list > li.wscarticon .hidetxt {
                display: none;
            }

            .wsmenu > .wsmenu-list > li.wscarticon a {
                padding: 0 27px 0 23px;
                text-align: center;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
                border-right: 1px solid rgba(0, 0, 0, 0.1);
            }

                .wsmenu > .wsmenu-list > li.wscarticon a i {
                    font-size: 16px;
                }

            .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
                position: absolute;
                top: 14px;
                right: 21px;
                width: 17px;
                height: 17px;
                background-color: #DA4B38;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                font-size: 9px;
                text-align: center;
                font-style: normal;
                line-height: 16px;
                color: #fff;
            }

            .wsmenu > .wsmenu-list > li.wscarticon i {
                display: inline-block;
                font-size: 13px;
                line-height: inherit;
                margin-right: 2px;
                color: #7b7b7b;
            }

        /* ================== Desktop Tabing Mega Menus CSS  ================== */
        /* Tabing Leftside */
        .wsmenu > .wsmenu-list > li > .wsshoptabing {
            width: 100%;
            text-align: left;
            margin: 0px;
            padding: 0px;
            position: absolute;
            top: 44px;
            /*background-color: #f8f8f8;*/
            left: 0;
            border-bottom: solid 2px #376cb7;
            border-top: solid 0px;
            z-index: 101;
        }

            .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
                width: 100%;
                display: block;
                position: relative;
                /*background-color: #f5f5f5;*/
               overflow-y:scroll;
            }

            .wsmenu > .wsmenu-list > li > .wsshoptabing.wtsdepartmentmenu {
                /*background: #fff;*/
                border-bottom: none;
            }

            .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem {
                display: block;
                margin: 0px;
                padding: 0px;
                font-size: 12px;
            }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:before,
                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:after {
                    content: "";
                    display: table;
                }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:after {
                    clear: both;
                }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li {
                    width: 100%;
                    list-style: none;
                }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
                        display: block;
                        padding: 6px 11px;
                        font-size: 15px;
                        color: #606060;
                        border-bottom: solid 1px #e5e5e5;
                        width: 25%;
                        float: left;
                        position: relative;
                        border-left: 3px solid #fff;
                        background-color: #fff;
                    }
                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > a {
                        background-color: #8fd5f2 !important;
                        color: #555555;
                        border-left: 5px solid #DA4B38 !important;
                    }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:hover a {
                        text-decoration: none;
                    }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:hover > a {
                        text-decoration: none;
                    }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a > i {
                        color: #848484;
                        margin-right: 5px;
                        text-align: center;
                        width: 24px;
                        font-size: 16px;
                    }

                    /* Tabing Rightside */
                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wstitemright {
                        opacity: 0;
                        visibility: hidden;
                        position: absolute;
                        left: 310px;
                        top: 0;
                        background-color: #f5f5f5;
                        color: #000;
                        display: block;
                        float: left;
                        padding: 0px 8px 0px 8px;
                        width: 24%; 
                        min-height: 530px;
                    }
        .wsmenu > .wsmenu-list > li:hover > a {
            background-color: #f07d10 !important;
        }

        .wsmenu > .wsmenu-list > li:hover > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > .wstitemright {
            opacity: 1;
            visibility: visible;
        }

/* Mega Menu Content Formatting */
.carousel-caption {
    width: 100%;
    display: block;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    bottom: 0;
}

    .carousel-caption h3 {
        width: 100%;
        display: block;
        padding: 7px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }

.wsmenu > .wsmenu-list > li .wstbootslider {
    float: right;
    margin-top: 8px;
}

.wsmenu > .wsmenu-list > li .wstmegamenucolr {
    display: block;
    float: right;
    margin-top: 8px;
}

.wsmenu > .wsmenu-list > li .wstheading {
    width: 100%;
    display: block;
    padding: 10px 0px 6px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.wsmenu > .wsmenu-list > li .wstliststy01 {
    padding: 0px 0px 8px 0px;
    margin: 0px;
}

    .wsmenu > .wsmenu-list > li .wstliststy01 li {
        width: 33.33%;
        float: left;
        line-height: 23px;
        font-size: 14px;
        list-style: none;
        padding: 0px 0px 0px 0px;
        margin: 0px;
    }

        .wsmenu > .wsmenu-list > li .wstliststy01 li a {
            color: #6e6e6e;
            font-size: 12px;
        }

            .wsmenu > .wsmenu-list > li .wstliststy01 li a:hover {
                color: #000;
                text-decoration: none;
            }

.wsmenu > .wsmenu-list > li .wstliststy02 {
    padding: 5px 0px 10px 0px;
    margin: 0px;
    text-align: left;
}

    .wsmenu > .wsmenu-list > li .wstliststy02 li {
        width: 100%;
        list-style: none;
        line-height: 25px;
    }

        .wsmenu > .wsmenu-list > li .wstliststy02 li a {
            color: #6e6e6e;
            font-size: 15px;
        }

            .wsmenu > .wsmenu-list > li .wstliststy02 li a:hover {
                color: #eb691e;
                text-decoration: underline !important;
                font-weight:600;
            }
            .wsmenu > .wsmenu-list > li .wstliststy02 li a:after {
                text-decoration: underline !important;
                margin-bottom:5px
            }

        .wsmenu > .wsmenu-list > li .wstliststy02 li.wstheading {
            line-height: normal;
            padding-left: 0px;
            margin-top: 0px;
            text-transform: none;
        }

        .wsmenu > .wsmenu-list > li .wstliststy02 li a .wstcount {
            font-size: 10px;
            color: #adadad;
        }

.wsmenu > .wsmenu-list > li .wstliststy06 li.wstheading {
    line-height: normal;
    padding-left: 0px;
}

.wsmenu > .wsmenu-list > li .wstliststy06 {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

    .wsmenu > .wsmenu-list > li .wstliststy06 li {
        width: 100%;
        list-style: none;
        line-height: 24px;
    }

        .wsmenu > .wsmenu-list > li .wstliststy06 li a {
            color: #6e6e6e !important;
            font-size: 12px;
        }

            .wsmenu > .wsmenu-list > li .wstliststy06 li a:hover {
                color: #000;
                text-decoration: none;
            }

        .wsmenu > .wsmenu-list > li .wstliststy06 li.wstheading {
            line-height: normal;
        }

        .wsmenu > .wsmenu-list > li .wstliststy06 li a .wstcount {
            font-size: 10px;
            color: #adadad;
        }

.wsmenu > .wsmenu-list > li .wstliststy03 {
    width: 100%;
    padding: 0px 0px 8px 0px;
    margin: 0px;
}

    .wsmenu > .wsmenu-list > li .wstliststy03 li {
        width: 33.33%;
        float: left;
        line-height: 23px;
        font-size: 14px;
        list-style: none;
        padding: 0px 0px 0px 0px;
        margin: 0px;
    }

        .wsmenu > .wsmenu-list > li .wstliststy03 li a {
            color: #6e6e6e;
            font-size: 12px;
        }

            .wsmenu > .wsmenu-list > li .wstliststy03 li a:hover {
                color: #000;
                text-decoration: none;
            }

.wsmenu > .wsmenu-list > li .wstliststy04 {
    padding: 14px 0px 0px 0px;
    margin: 0px;
}

    .wsmenu > .wsmenu-list > li .wstliststy04 li {
        width: 100%;
        list-style: none;
        line-height: 22px;
    }

        .wsmenu > .wsmenu-list > li .wstliststy04 li a {
            color: #6e6e6e;
            font-size: 12px;
        }

            .wsmenu > .wsmenu-list > li .wstliststy04 li a:hover {
                color: #000;
                text-decoration: none;
            }

        .wsmenu > .wsmenu-list > li .wstliststy04 li.wstheading {
            line-height: normal;
            text-align: center;
            padding: 12px 0px;
            font-size: 13px;
            margin-bottom: 12px;
        }

        .wsmenu > .wsmenu-list > li .wstliststy04 li a .wstcount {
            font-size: 10px;
            color: #adadad;
        }

.wsmenu > .wsmenu-list > li .wstliststy05 {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.wsmenu > .wsmenu-list > li .wstmegamenucolr03 {
    padding-top: 10px;
    padding-left: 20px;
}

.wsmenu > .wsmenu-list > li .wstliststy05 li {
    width: 100%;
    list-style: none;
    line-height: 22px;
}

    .wsmenu > .wsmenu-list > li .wstliststy05 li a {
        color: #6e6e6e;
        font-size: 12px;
    }

        .wsmenu > .wsmenu-list > li .wstliststy05 li a:hover {
            color: #000;
            text-decoration: none;
        }

    .wsmenu > .wsmenu-list > li .wstliststy05 li.wstheading {
        line-height: normal;
    }

    .wsmenu > .wsmenu-list > li .wstliststy05 li a .wstcount {
        font-size: 10px;
        color: #adadad;
    }

.wsmenu > .wsmenu-list > li .wstmorebtn {
    border-radius: 2px;
    color: #9b9b9b;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 1px 7px;
    text-align: right;
    text-transform: none;
}

.wsmenu > .wsmenu-list > li .wstmenutag {
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 1px 6px 1px 6px;
    margin-left: 6px;
    text-transform: none;
    letter-spacing: -0.0px;
}

    .wsmenu > .wsmenu-list > li .wstmenutag:after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-image: none;
        border-style: solid;
        border-width: 3px;
        content: "";
        left: -6px;
        margin-top: 0px;
        position: absolute;
        top: 4px;
        z-index: 1;
    }

    .wsmenu > .wsmenu-list > li .wstmenutag.redtag {
        background-color: #fe7b8f;
    }

        .wsmenu > .wsmenu-list > li .wstmenutag.redtag:after {
            border-color: transparent #fe7b8f transparent transparent;
        }

    .wsmenu > .wsmenu-list > li .wstmenutag.greentag {
        background-color: #00c853;
    }

        .wsmenu > .wsmenu-list > li .wstmenutag.greentag:after {
            border-color: transparent #00c853 transparent transparent;
        }

    .wsmenu > .wsmenu-list > li .wstmenutag.bluetag {
        background-color: #4fc3f7;
    }

        .wsmenu > .wsmenu-list > li .wstmenutag.bluetag:after {
            border-color: transparent #4fc3f7 transparent transparent;
        }

    .wsmenu > .wsmenu-list > li .wstmenutag.orangetag {
        background-color: #FE7000;
    }

        .wsmenu > .wsmenu-list > li .wstmenutag.orangetag:after {
            border-color: transparent #FE7000 transparent transparent;
        }

.wsmenu > .wsmenu-list > li .kitchenmenuimg {
    /*background-image: url(../images/kitchen-menu-img.png);*/
    background-position: bottom right;
    background-repeat: no-repeat;
}

.wsmenu > .wsmenu-list > li .computermenubg {
    background-image: url(../404-error.html);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.wsmenu > .wsmenu-list > li .wstpngsml {
    padding-left: 18px;
}

.wsmenu > .wsmenu-list > li .wstfullwtag {
    width: 100%;
    display: block;
    border-bottom: solid 1px #e5e5e5;
    background-color: #f5f5f5;
}

/* Brand Mega Menu */
.wsmenu > .wsmenu-list > li .wstbrandbottom {
    width: 100%;
    background-color: #fff;
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    padding: 9px 6px;
}

.wsmenu-list > li:hover > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li.wsshoplink-active > .wstbrandbottom {
    opacity: 1;
    visibility: visible;
}

.wsmenu > .wsmenu-list > li .wstabitem02 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px;
    list-style: none;
    display: table;
}

    .wsmenu > .wsmenu-list > li .wstabitem02 > li {
        display: table-cell;
        list-style: outside none none;
        text-align: center;
    }

        .wsmenu > .wsmenu-list > li .wstabitem02 > li > a {
            display: block;
            padding: 14px 0px;
            font-size: 13px;
            color: #717171;
            background-color: #f5f5f5;
            border-bottom: 1px solid #e5e5e5;
            position: relative;
        }

    .wsmenu > .wsmenu-list > li .wstabitem02 > .wsshoplink-active > a:after {
        position: absolute;
        content: '';
        top: 42px;
        right: 50%;
        width: 13px;
        height: 13px;
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        border-right: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        z-index: 100;
        background-color: #ffffff;
    }

    .wsmenu > .wsmenu-list > li .wstabitem02 > li:hover a {
        text-decoration: none;
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
    }

    .wsmenu > .wsmenu-list > li .wstabitem02 > .wsshoplink-active > a {
        text-decoration: none;
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
        background-color: #f5f5f5;
        color: #333;
    }

        .wsmenu > .wsmenu-list > li .wstabitem02 > .wsshoplink-active > a > i {
            opacity: 1;
        }

    .wsmenu > .wsmenu-list > li .wstabitem02 > li:hover a {
        text-decoration: none;
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
    }

    .wsmenu > .wsmenu-list > li .wstabitem02 > li > a i {
        margin-right: 5px;
        text-align: center;
        width: 25px;
        font-size: 17px;
        opacity: 0.5;
    }

.wsmenu > .wsmenu-list > li .brandcolor01 {
    color: #424242;
}

.wsmenu > .wsmenu-list > li .brandcolor02 {
    color: #00bcf2;
}

.wsmenu > .wsmenu-list > li .brandcolor03 {
    color: #00aff0;
}

.wsmenu > .wsmenu-list > li .brandcolor04 {
    color: #003087;
}

.wsmenu > .wsmenu-list > li .brandcolor05 {
    color: #a82400;
}

.wsmenu > .wsmenu-list > li .brandcolor06 {
    color: #ff3300;
}

.wsmenu > .wsmenu-list > li .brandcolor07 {
    color: #7ac142;
}

.wsmenu > .wsmenu-list > li .brandcolor08 {
    color: #ef4056;
}

/* ================== Desktop Mega Menus CSS  ================== */
.wsmenu > .wsmenu-list > li > .wsmegamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 50px;
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 14px 5px;
    font-size: 15px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

    .wsmenu > .wsmenu-list > li > .wsmegamenu .title {
        border-bottom: 1px solid #CCC;
        font-size: 14px;
        padding: 9px 5px 9px 0px;
        font-size: 17px;
        color: #424242;
        margin: 0px 0px 7px 0px;
        text-align: left;
        height: 39px;
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
        display: block;
        text-align: center;
        white-space: nowrap;
        text-align: left;
    }

        .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
            line-height: 18px;
            border-right: none;
            text-align: left;
            padding: 6px 0px;
            background: #fff;
            background-image: none;
            color: #666666;
            border-right: 0 none;
            display: block;
            background-color: #fff;
            color: #424242;
        }

    .wsmenu > .wsmenu-list > li > .wsmegamenu li i {
        margin-right: 5px;
        text-align: center;
        width: 18px;
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu li a:hover {
        background: transparent;
        text-decoration: underline;
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li i {
        font-size: 11px;
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu li i {
        margin-right: 5px;
        text-align: center;
        width: 18px;
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu .mrgtop {
        margin-top: 15px;
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu .show-grid div {
        padding-bottom: 10px;
        padding-top: 10px;
        background-color: #dbdbdb;
        border: 1px solid #e7e7e7;
        color: #6a6a6a;
        margin: 2px 0px;
        font-size: 13px;
    }

    /* ================== Desktop Half Menus CSS  ================== */
    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
        width: 17%;
        right: auto;
        left: auto;
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfdiv {
        width: 35%;
        right: 0px;
        left: auto;
    }

/* ================== Desktop Extra CSS ================== */
.wsmobileheader {
    display: none;
}

.overlapblackbg {
    opacity: 0;
    visibility: hidden;
}

.wsmenu .wsmenu-click {
    display: none;
}

.wsmenu .wsmenu-click02 {
    display: none;
}

.wsmenu .wsmenu-click03 {
    display: none;
}

.hometext {
    display: none;
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {

    /* ================== Mobile Base CSS ================== */
    

        body.wsactive {
            overflow: hidden;
        }


    /* ================== Mobile Main Menu CSS ================== */
    .smllogo {
        display: none;
    }

    .wsmain {
        margin: 0px;
        background-color: transparent;
    }

    .wsmenu {
        width: 100%;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        visibility: hidden;
        position: fixed;
        margin: 0px;
        border-left: none;
    }

        .wsmenu > .wsmenu-list {
            height: auto;
            min-height: 100%;
            width: 260px;
            background: #fff;
            padding-bottom: 0;
            margin-left: -260px;
            display: block;
            text-align: center;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            position: static;
        }

            .wsmenu > .wsmenu-list > li {
                width: 100%;
                display: block;
                float: none;
                border-right: none;
                background-color: transparent;
                position: relative;
                white-space: inherit;
            }

    @supports (-webkit-overflow-scrolling: touch) {
        .wsmenu > .wsmenu-list > li:last-child {
            padding-bottom: 110px;
        }
    }

    .wsmenu > .wsmenu-list > li > a {
        padding: 9px 32px 9px 18px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0px;
        background-color: transparent;
        color: #666666 !important;
        line-height: 25px;
        border-bottom: 1px solid;
        position: static;
    }

    .wsmenu > .wsmenu-list > li > .navtext {
        text-align: left;
        padding: 15px 10px 15px 20px;
        background: #0087c8;
    }

    .wsmenu > .wsmenu-list > li.wscarticon a {
        padding-left: 18px;
    }

    .wsmenu > .wsmenu-list > li.wsshopmyaccount > a {
        padding-left: 18px;
    }

    .wsmenu > .wsmenu-list > li > a > i {
        font-size: 16px;
        color: #bfbfbf;
    }

    .wsmenu > .wsmenu-list > li.wscarticon a i {
        margin-right: 7px;
        font-size: 15px;
    }

    .wsmenu > .wsmenu-list > li > a .wsarrow:after {
        display: none;
    }

    .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
        display: inline-block;
        right: auto;
        left: 27px;
    }

    .wsmenu > .wsmenu-list > li:hover > a {
        background-color: rgba(0, 0, 0, 0.08);
        text-decoration: none;
    }

    .wsmenu > .wsmenu-list > li > a > .hometext {
        display: inline-block;
    }

    .wsmenu > .wsmenu-list > li.wscarticon .hidetxt {
        display: inline-block;
    }

    .wsmenu > .wsmenu-list > li.wssearchbar {
        display: none;
    }



    .wsmenu > .wsmenu-list > li.wscarticon {
        float: none;
    }

    .wsmenu > .wsmenu-list > li.wsshopmyaccount {
        float: none;
    }

    .wsmenu > .wsmenu-list > li.wscarticon a {
        text-align: left;
        font-size: 13px;
    }

    /* ================== Mobile Dropdown CSS ================== */
    .wsmenu > .wsmenu-list > li > ul.sub-menu {
        display: none;
        position: relative;
        top: 0px;
        background-color: #fff;
        border-bottom: solid 1px #ccc;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
    }

        .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
            line-height: 20px;
            font-size: 13px;
            padding: 13px 0px 13px 16px;
            color: #6e6e6e;
            border-bottom: solid 1px rgba(0, 0, 0, 0.13);
        }

        .wsmenu > .wsmenu-list > li > ul.sub-menu > li span + a {
            padding-right: 30px;
        }

        .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
            background-color: rgba(231, 231, 231, 0.5);
            color: #666666;
            text-decoration: underline;
        }

        .wsmenu > .wsmenu-list > li > ul.sub-menu li:hover > a {
            background-color: rgba(231, 231, 231, 0.5);
            color: #666666;
        }

    /* ================== Mobile Mega Menu CSS  ================== */
    .wsmenu > .wsmenu-list > li > .wsmegamenu {
        background-color: #fff;
        padding-top: 5px;
        color: #666666;
        display: none;
        position: relative;
        top: 0px;
        padding: 8px 0px 8px 0px;
        border: solid 0px;
        opacity: 1;
        visibility: visible;
        transform: none;
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
        -webkit-transform-style: flat;
    }

        .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
            width: 100%;
        }

    .wstabitem02 > .wsshoplink-active > a:after {
        display: none;
    }

    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li {
        position: relative;
    }

        .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
            width: 100%;
            margin: 0px;
            float: none;
            font-size: 12px;
            padding: 14px 11px 14px 11px;
            font-weight: bold;
        }

    .wsmenu > .wsmenu-list > li .wstheading {
        font-weight: normal;
        padding-left: 0px;
        padding-right: 0px;
    }

    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wstitemright {
        width: 100%;
        position: static;
        top: 0px;
        min-height: inherit;
        padding: 10px 0px;
        opacity: 1;
        visibility: visible;
        display: none;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    .wsmenu > .wsmenu-list > li .wstbootslider {
        width: auto;
    }

    .wsmenu > .wsmenu-list > li .wstmegamenucolr {
        width: auto;
    }

    .wsmenu > .wsmenu-list > li .wstliststy01 > li {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .wsmenu > .wsmenu-list > li .wstliststy02 {
        width: 100%;
        padding: 0px;
        margin: 0px 0px 15px 0px;
    }

    .wsmenu > .wsmenu-list > li .wstliststy03 li {
        width: 100%;
    }

    .wsmenu > .wsmenu-list > li .wstliststy05 {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }

    .wsmenu > .wsmenu-list > li .kitchenmenuimg {
        background-image: none;
    }

    .wsmenu > .wsmenu-list > li .computermenubg {
        background-image: none;
    }

    .wsmenu > .wsmenu-list > li .wstbrandbottom {
        width: 100%;
        position: static;
        top: 0px;
        min-height: inherit;
        padding: 10px 5px 15px 5px;
        opacity: 1;
        visibility: visible;
        display: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    .wsmenu > .wsmenu-list > li .wstabitem02 {
        display: block;
    }

        .wsmenu > .wsmenu-list > li .wstabitem02 > li {
            position: relative;
            text-align: left;
            display: block;
        }

            .wsmenu > .wsmenu-list > li .wstabitem02 > li > a {
                padding: 13px 11px;
            }

            .wsmenu > .wsmenu-list > li .wstabitem02 > li > a {
                background-color: #fff;
            }

    .wsmenu > .wsmenu-list > li .wstheading {
        padding-left: 0px;
    }

    .wsmenu-list > li > .navtext {
        margin: 0px;
    }

    .wsmenu .wsmenu-list > li .wsshoptabingwp {
        background-color: #fff;
        padding-left: 0px;
        padding-right: 0px;
    }

    .wsmenu > .wsmenu-list > li > .wsshoptabing {
        background-color: #ffffff;
        color: #666666;
        display: none;
        position: relative;
        top: 0px;
        padding: 0px;
        border: solid 0px;
        opacity: 1;
        visibility: visible;
        transform: none;
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -webkit-transform-style: flat;
    }

        .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem {
            width: 100%;
            background-color: #fff;
        }

            .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a:after {
                border: none;
            }

            .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a i {
                display: none;
            }

    /* ================== Mobile Header CSS ================== */
    .wsmobileheader {
        width: 48px;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10002;
        height: 48px;
        background-color: #fff;
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    }

    .wsactive .wsmobileheader {
        margin-left: 260px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .wsmobileheader > .smllogo {
        display: block;
        width: 80px;
        margin: 7px auto 0px auto;
        float: none;
        padding-left: 0px;
    }

    .mobiletext {
        display: inline-block;
    }

    /*Mobile Search Bar*/
    .wsmobileheader .wssearch {
        background-color: transparent;
        z-index: 1000;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 18px 22px;
        cursor: pointer;
    }

        .wsmobileheader .wssearch i {
            font-size: 18px;
            color: #9196a0;
        }

    .wsmobileheader .wssearchform {
        display: none;
        position: absolute;
        width: 100%;
        height: 50px;
        line-height: 44px;
        top: 0px;
        left: 0;
        padding: 13px 15px;
        cursor: default;
    }

    .wsmobileheader .wssearch.wsopensearch {
        width: 100%;
        background-color: #000;
    }

        .wsmobileheader .wssearch.wsopensearch .wssearchform {
            display: block;
        }

    .wsmobileheader .wssearchform form {
        width: calc((100% - 10px) - 45px);
        display: block;
        position: relative;
    }

        .wsmobileheader .wssearchform form:before {
            content: "\f002";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 12px;
            position: absolute;
            top: 0;
            color: #777777;
            height: 34px;
            line-height: 36px;
            font-size: 15px
        }

    .wsmobileheader .wssearchform input {
        width: 100%;
        height: 34px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: solid 0px;
        text-indent: 33px;
        margin: 0px;
        line-height: 18px;
        padding: 0px;
        display: block;
    }

    .wsmobileheader .wssearch.wsopensearch {
        left: 0px;
        right: auto;
        width: 100%;
        height: 60px;
    }

    .wsmobileheader .wssearch i.wsclosesearch {
        display: none;
    }

    .wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
        display: inline-block;
        float: right;
        font-size: 23px;
    }

    .wsmobileheader .wssearch.wsopensearch i.wsopensearch {
        display: none;
    }

    /* Mobile Toggle Menu icon (X ICON) */
    .wsanimated-arrow {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .wsanimated-arrow {
        cursor: pointer;
        /*padding: 16px 35px 16px 0px;*/
        margin: 22px 0px 0px 12px;
    }

        .wsanimated-arrow span,
        .wsanimated-arrow span:before,
        .wsanimated-arrow span:after {
            cursor: pointer;
            height: 2px;
            width: 23px;
            background: #ffffff;
            position: absolute;
            display: block;
            content: '';
        }

            .wsanimated-arrow span:before {
                top: -7px;
                width: 23px;
            }

            .wsanimated-arrow span:after {
                bottom: -7px;
                width: 23px;
            }

            .wsanimated-arrow span,
            .wsanimated-arrow span:before,
            .wsanimated-arrow span:after {
                transition: all 500ms ease-in-out;
            }

    .wsactive .wsanimated-arrow span:after {
        bottom:0;
        width: 23px;
    }

    .wsactive .wsanimated-arrow span {
        background-color: transparent;
    }

        .wsactive .wsanimated-arrow span:before,
        .wsactive .wsanimated-arrow.active span:after {
            top: 0px;
        }

        .wsactive .wsanimated-arrow span:before {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            bottom: 0px;
        }

        .wsactive .wsanimated-arrow span:after {
            transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

    /* ================== Mobile Overlay/Drawer CSS ================== */
    .wsmenu > .overlapblackbg {
        right: 0;
        width: calc(100% - 260px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }

    .wsactive .wsmenu > .overlapblackbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out;
    }

    .wsmenucontainer {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .wsactive .wsmenucontainer {
        margin-left: 260px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        position: relative;
        width: 100%;
        text-align: left;
        float: none;
    }

    .wsactive .wsmenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 0;
    }

        .wsactive .wsmenu > .wsmenu-list {
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            margin-left: 0;
        }

    /* ================== Mobile Sub Menu Expander Arrows  ================== */
    .wsmenu > .wsmenu-list > li > .wsmenu-click {
        border-left: 1px solid;
        cursor: pointer;
        display: block;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
    }

        .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
            display: block;
            height: 8px;
            width: 8px;
            float: right;
            transform: rotate(-225deg);
            margin: 23px 21px 0px 0px;
        }

            .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before {
                content: "";
                width: 100%;
                height: 100%;
                border-width: 1.5px 1.5px 0 0;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.40);
                transition: 0.2s ease;
                display: block;
                transform-origin: 100% 0;
            }

        .wsmenu > .wsmenu-list > li > .wsmenu-click.ws-activearrow > i {
            transform: rotate(-45deg);
            margin-top: 27px;
        }

    .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 {
        border-left: 1px solid #f3f3f3;
        cursor: pointer;
        display: block;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
        background-color: #f5f5f5;
    }

        .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 i {
            display: block;
            height: 8px;
            width: 8px;
            float: right;
            transform: rotate(-225deg);
            margin: 17px 21px 0px 0px;
        }

            .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 i:before {
                content: "";
                width: 100%;
                height: 100%;
                border-width: 1.5px 1.5px 0 0;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.40);
                transition: 0.2s ease;
                display: block;
                transform-origin: 100% 0;
            }

        .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02.ws-activearrow02 > i {
            transform: rotate(-45deg);
            margin-top: 21px;
        }

    .wsmenu .wsmenu-list > li > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li > .wsmenu-click03 {
        border-left: 1px solid #f3f3f3;
        cursor: pointer;
        display: block;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
        background-color: #f3f3f3;
    }

        .wsmenu .wsmenu-list > li > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li > .wsmenu-click03 i {
            display: block;
            height: 8px;
            width: 8px;
            float: right;
            transform: rotate(-225deg);
            margin: 17px 21px 0px 0px;
        }

            .wsmenu .wsmenu-list > li > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li > .wsmenu-click03 i:before {
                content: "";
                width: 100%;
                height: 100%;
                border-width: 1.5px 1.5px 0 0;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.40);
                transition: 0.2s ease;
                display: block;
                transform-origin: 100% 0;
            }

        .wsmenu .wsmenu-list > li > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li > .wsmenu-click03.ws-activearrow03 > i {
            transform: rotate(-45deg);
            margin-top: 21px;
        }

    /*End Media Query*/
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1262px) {
    .wsmenu > .wsmenu-list > li.wssearchbar {
        width: 21%;
    }

    .smllogo {
        width: 7%;
    }

    .wsmenu {
        width: 93%
    }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 400px;
    margin: 0px 0px 0px;
    
}
@media(max-width:360px){
    .carousel {
        height: 160px !important;
        margin: 0px 0px 0px !important;
    }
        .carousel .item {
            height: 160px !important;
            background-color: #fff;
        }

    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 160px !important;
    }
    #visual_container {
        margin-bottom: 0px !important;
        background: #fff;
    }
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 640px;
  background-color: #fff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}

@media screen and (max-width: 1450px) {
    .grid, .grid-item.p_one {
        width: 1050px;
    }
}

.grid {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

/* PORTFOLIO */

/* Create four equal columns that sits next to each other */
.row {
	    display: -ms-flexbox; /* IE10 */
    display: content; /* flex */
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}
.dflex{ display:flex !Important}  /* added for subsribe button fix */
/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .column img {
        margin-top: 8px;
        vertical-align: middle;
    }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.container:hover .overlay {
    opacity: 1;
}

.home_img img {
    height:600px !important;
    width:100%;
}

.home_img_small img {
    height: 400px !important;
    width: 100%;
}

.home_img_max img {
    height: 400px !important;
    width: 100%;
}

.home_render_img div {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.spacer{
    padding-top:20px;
}


.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}

    .search-form .form-group input.form-control {
        padding-right: 20px;
        border: 0 none;
        background: transparent;
        box-shadow: none;
        display: block;
    }

        .search-form .form-group input.form-control::-webkit-input-placeholder {
            display: none;
        }

        .search-form .form-group input.form-control:-moz-placeholder {
            /* Firefox 18- */
            display: none;
        }

        .search-form .form-group input.form-control::-moz-placeholder {
            /* Firefox 19+ */
            display: none;
        }

        .search-form .form-group input.form-control:-ms-input-placeholder {
            display: none;
        }

    .search-form .form-group:hover,
    .search-form .form-group.hover {
        width: 100%;
        border-radius: 4px 25px 25px 4px;
    }

    .search-form .form-group span.form-control-feedback {
        position: absolute;
        top: -1px;
        right: -2px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #3596e0;
        left: initial;
        font-size: 14px;
    }

.search-forms .input-group {
    float: left !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}

    .search-forms .input-group input.form-control {
        margin-left: -25px;
        border: none;
        background: transparent;
        box-shadow: none;
        display: block;
        padding: 1rem 2rem;
    }

        .search-forms .input-group input.form-control::-webkit-input-placeholder {
            display: none;
        }

        .search-forms .input-group input.form-control:-moz-placeholder {
            /* Firefox 18- */
            display: none;
        }

        .search-forms .input-group input.form-control::-moz-placeholder {
            /* Firefox 19+ */
            display: none;
        }

        .search-forms .input-group input.form-control:-ms-input-placeholder {
            display: none;
        }

    .search-forms .input-group:hover,
    .search-forms .input-group.hover {
        width: 100%;
        border-radius: 25px 25px 25px 25px;
    }

    .search-forms .input-group span.form-control-feedback {
        position: absolute;
        /*top: -5px;*/
        bottom: 0px;
        /*right: -2px;*/
        left: 5px;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #3596e0;
        left: initial;
        font-size: 16px;
    }
   
.logo h1 {
    margin-bottom:0px !important;
    padding:5px;
}

.header_search {
    width: 50% !important;
    float: left;
    padding: 0px !important;
    margin: 0px 30px !important;
    top: 13px !important;
    margin-bottom: 2px;
}

.header_search li{
    margin-top: 2px !important;
}

#custom-search-form {
    margin: 0;
    margin-top: 2px;
    padding: 0;
}

    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.search-query:focus + button {
    z-index: 3;
}

.btn-primary {
    color: #fff;
    background-color: #f27f14;
    border-color: #f27f14;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f27f14;
    border-color: #f27f14;
}

#imaginary_container {
    margin-top: 5%; /* Don't copy this */
}

.stylish-input-group .input-group-addon {
    background: white !important;
    width:50px;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.dd_head {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f27f14 !important;
}

.tabs {
}

    .tabs input[type=radio] {
        display: none;
    }

    .tabs label {
        transition: background 0.4s ease-in-out, height 0.2s linear;
        display: inline-block;
        cursor: pointer;
        color: #35c638;
        width: 20%;
        height: 3em;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background: #FCFCFC;
        text-align: center;
        line-height: 3em;
    }

        .tabs label:last-of-type {
            border-bottom: none;
        }

        .tabs label:hover {
            background: #35c638;
            color: #ffffff;
        }
.modal,
.modal-box {
    z-index: 900;
}

.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
}

.modal-box {
    position: relative;
    width: 80%;
    max-width: 550px;
    margin: 0 0;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0,0,.3,1.6);
    vertical-align: middle;
    bottom: 50%;
    left: 35%;
}

.modal-header {
    padding: 20px 40px;
    background: #546E7A;
    color: #ffffff;
}

.modal-body {
    background: #ECEFF1;
    padding: 30px 40px 60px;
}

/* Close Button */
.close-modal {
    text-align: right;
    cursor: pointer;
    color:#000;
}

/* Animation */
@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}



.modal-trigger, button {
    top: 50%;
    left: 50%;
    padding: 20px 40px;
    background: transparent;
    color: #333;
    border: 1px solid #333;
    text-decoration: none;
}

.modal-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: ease .2s;
}

button {
    border: 1px solid #333333;
    outline: none;
    color: #333333;
}

.modal-trigger:hover {
    padding: 20px 60px;
}


@media screen and (max-width: 1600px) {
    .tabs label {
        width: 15%;
    }
}

@media screen and (max-width: 900px) {
    .tabs label {
        width: 20%;
    }
}

@media screen and (max-width: 600px) {
    .tabs label {
        width: 100%;
        display: block;
        border-bottom: 2px solid #C7C6C4;
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .tabs {
        margin: 0;
    }
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
    background: #eb691e;
    color: #FFFFFF;
}

.tab-content {
    position: absolute;
    top: -9999px;
    padding: 15px;
}

.tab-content-wrapper {
    /*background: #FCFCFC;*/
    border-top: #eb691e 5px solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

@media screen and (max-width: 600px) {
    .tab-content-wrapper, .tab1-content-wrapper {
        border: none;
        border-radius: 0;
    }
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
    position: relative;
    top: 0px;
}

table .label {
    color: #000;
    margin-right:65px;
}

@media (min-width:1205px) {
    .float_box1 {
        top: 180px;
        z-index: 9999;
    }
}

@media (min-width:640px) {
    .float_box {
        width: 300px;
        min-height: 210px;
        height: auto;
        background-color: #FFF;
        position: fixed;
        right: -300px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
    }

        .float_box:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 15px;
        }

    .float_box1 {
        top: 150px;
        z-index: 99;
    }

    .float_box1_open {
        right: 0px;
    }

    .float_box2_open {
        right: 0px;
    }

    .float_box3_open {
        right: 0px;
    }

    .float_box4_open {
        right: 0px;
    }

        .float_box1_open .float_button, .float_box2_open .float_button, .float_box3_open .float_button, .float_box4_open .float_button {
            background: #ff0064;
        }

    .float_button {
        width: 207px;
        line-height: 45px;
        position: absolute;
        left: -125px;
        top: 83px;
        text-align: center;
        font-weight: 500;
        color: #FFF;
        cursor: pointer;
        font-size: 18px;
        text-transform: uppercase;
        background: #ff0064;
        transform: rotate(-90deg);
        border-radius: 5px 5px 0 0;
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    .float_button {
    }

        .float_button:hover {
            background: #ff0064;
        }

    .float_data {
        padding: 10px;
        color: #333;
        border: 1px solid #DDD;
        border-right: none;
        min-height: 46px;
        -webkit-box-shadow: 0px 5px 33px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 5px 33px -8px rgba(0,0,0,0.75);
        box-shadow: 0px 5px 33px -8px rgba(0,0,0,0.75);
    }

        .float_data h2 {
            color: #044679;
        }

    a.float_button {
        text-decoration: none;
        color: #fff;
    }

    .float_box .form-group input {
    }

        .float_box .form-group input::-webkit-input-placeholder {
            color: #999;
        }

        .float_box .form-group input::-moz-placeholder {
            color: #999;
        }

        .float_box .form-group input:-ms-input-placeholder {
            color: #999;
        }

        .float_box .form-group input:-moz-placeholder {
            color: #999;
        }
}

.float_box .form-group textarea {
    resize: none;
}

.float_box label {
    font-size: 10pt;
    font-weight: normal;
    display: none;
}

.float_box .form-group {
    margin-bottom: 10px;
}

/*.float_box .btn {
            background: #DDD;
        }*/

@media (max-width:640px) {
    .float_button {
        margin-bottom: 0;
        color: #FFF;
        background: #ff0064;
        padding: 8px;
    }

    .float_box {
        padding: 15px;
        background: #FAFAFA;
    }

    .float_data {
        border: #ff0064 1px solid;
        padding: 10px;
    }
}

@media only screen and (max-width:800px) and  (min-width:640px){
    .modal-box {
        position: relative;
        width: 81%;
        max-width: 550px;
        margin: 0 0;
        animation-name: modalbox;
        animation-duration: .4s;
        animation-timing-function: cubic-bezier(0,0,.3,1.6);
        vertical-align: middle;
        bottom: 62%;
        left: 13%;
    }
    .modal-body {
        background: #ECEFF1;
        padding: 10px 40px 10px;
    }
}

@media (min-width:480px) and (max-width:640px) {
    .float_box .col-2 {
        width: 50%;
        float: left;
        padding: 10px;
    }

    .float_box .col-1 {
        width: 100%;
        padding: 10px;
    }
}

.fancybox-opened .fancybox-title {
    visibility: visible;
    width: 100%;
    height: 100%;
    left: 0%;
    right: auto;
    top: 0;
}

    .fancybox-opened .fancybox-title a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
@media only screen and (max-width:1280px) and (min-width:1200px) {
    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wstitemright {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 291px !important;
        top: 0;
        background-color: #f5f5f5;
        color: #000;
        display: block;
        float: left;
        padding: 10px 8px 0px 8px;
        width: 52%;
        min-height: 530px;
    }
}
/*float box*/
@media only screen and (max-width:2048px) and (min-width:1920px) {
    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li {
        width: 84%;
        list-style: none;
    }
}
.wsmenu > .wsmenu-list > li:hover a {
    /*color: #fff !important;*/ /*chetan 23 11 2021*/
}
@media only screen and (max-width:485px) and (min-width:320px) {
    .wsmenu > .wsmenu-list > li > .wsmenu-click {
        height: 50px !important;
        left: 80%;
        width: 52px;
    }
    .wsmenu > .wsmenu-list > li > .navtext > span {
        display: inline;
        font-size: 15px;
        /*color: #000 !important;*/
    }
    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
        width: 100%;
        right: auto;
        left: auto;
    }

    .wsmenu > .wsmenu-list > li > .half-navtext > span + span:after {
        display: none;
    }

        .wsmenu > .wsmenu-list > li > .navtext > span + span {
            /*color: #555 !important;*/
            font-size: 15px;
        }
    .wsmenu > .wsmenu-list > li > .navtexts {
        text-align: left !important;
        font-size: 15px;
    }
    .modal-box {
        position: relative;
        width: 81%;
        max-width: 550px;
        margin: 0 0;
        animation-name: modalbox;
        animation-duration: .4s;
        animation-timing-function: cubic-bezier(0,0,.3,1.6);
        vertical-align: middle;
        bottom: 62%;
        left: 9%;
    }
    .tab-content {
         padding: 15px; 
    }
}