.img_upload_show {
    height: 50px;
    width: 50px;
}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #43cb83;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

.boader-table {
    border: aliceblue !important;
    padding: 2px !important;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

nav {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.Quality_Heading {
    margin-top: 14px;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 13px;
}

.image-width100 {
    width: 100% !important;
}

.margin-bottom10 {
    margin-bottom: 10%;
}

.size16 {
    line-height: 23px;
    margin-bottom: 6%;
}

.row-boader {
    margin-top: 3%;
    border-bottom: 1px solid #3dbd79;
    padding-bottom: 37px;
}

.image-width {
    width: 100%;
    height: 181px !important;
}

.CurrencySelector {
    color: #fff;
    background-color: #43cb83;
    border-color: #43cb83;
    width: 100%;
}

.Close_Feature_Popup {
    z-index: 20000;
    color: white;
    position: absolute;
    right: 23px;
    font-size: 106px;
    font-weight: 100;
    top: -28px;
}

.Checkout-boader {
    background-color: white;
    border: 1px solid #e0dddd;
    padding: 20px;
    margin-bottom: -1px;
    width: 100%;
}

.Checkout-boader2 {
    background-color: #99deba;
    border: 1px solid #e0dddd;
    padding: 20px;
    margin-bottom: -1px;
    width: 100%;
}

.Checkout-AddButton {
    background-color: white;
    border: 1px solid #e0dddd;
    padding: 20px;
    margin-bottom: 17px;
    font-size: 16px;
}

.Checkout-Image {
    width: 150px;
    margin-top: 4%;
    margin-bottom: 9px;
}

.Main_Heading_Background {
    background-image: url('../DemoWorkImg/jumbotron.jpg');
    padding: 28px 0px;
}

.Main_Subject_Heading {
    color: #212121;
    letter-spacing: 0.12px;
    margin-top: 3%;
}

.Line_Height_Content {
    color: #5f5e5e;
    font-size: 15px;
    line-height: 23px;
}

.Sili_Heading_Color {
    color: white;
    margin-top: 1%;
}

.RA_Heading {
    color: white;
    font-size: 17px;
}

.Send_Enqurie_Backgroundcolor {
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    padding: 27px;
}

.Send_Text_color {
    font-size: 25px;
    margin-bottom: 2%;
    color: #444546;
    font-weight: 600;
}

.RightTick {
    margin-top: 5%;
    margin-bottom: 3%;
}

.RCM_Back_Auth {
    background-color: #3dbd7959;
    padding: 66px;
}

.Image_Width_Height25 {
    width: 100%;
    height: 250px;
}

.RCM_Back_Auth2 {
    background-color: #002050f0;
    padding: 66px;
}

.Authorized_Fontsize {
    font-size: 35px;
    font-family: serif;
    font-weight: 600;
}

.Authorized_Content_size {
    font-size: 15px;
    line-height: 24px;
}

.Authorized_Heading_color {
    color: #3dbd79;
}

.Authorized_Content_color {
    color: white;
}

.Blue_Heading_color {
    color: #002050;
}

.White_Border {
    border: 1.90px solid #139262 !important;
}

.White_Border2 {
    border: 1.90px solid #05794d !important;
}

.Table_Back_Heading {
    background-color: #0c905e;
}

.Table_Background_color {
    background-color: #21af79;
    margin-top: 3%;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0%;
}

.RCM_Fontsize_Content {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 100;
    margin-bottom: 2%;
}

.Think_RMC_Margin {
    margin-top: 2%;
    margin-bottom: 1%;
}

.Think_RMC_Margin {
    font-size: 40px;
    font-weight: 600;
    color: #0f2d5a;
    font-family: -webkit-pictograph;
    margin-bottom: 3px;
}

.Positios_Left {
    position: absolute;
    margin-top: 400%;
}

.Position_Right {
    position: absolute;
    margin-top: 400%;
    margin-left: -106%;
}

.General {
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    margin-bottom: 8%;
    letter-spacing: 1.1px;
}

.YourLoginDetail {
    font-size: 16px;
    margin-top: 17%;
    color: gray;
    font-weight: 600;
    letter-spacing: 1.1px;
}

.Left_Side_border {
    border-right: 1px solid #d4cece;
}

.Support_Blackcolor {
    border-bottom: 1px solid #d0cdcd;
    color: black;
    margin-bottom: 19px;
}

.Edit_Profile {
    font-size: 16px;
    color: #0875b6;
    font-weight: 100;
}

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        background: #1AA059;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
}

    .image-dropping,
    .image-upload-wrap:hover {
        background-color: #1FB264;
        border: 4px dashed #ffffff;
    }

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

    .drag-text h3 {
        font-weight: 100;
        text-transform: uppercase;
        color: #15824B;
        padding: 60px 0;
    }

.Create_Backgroundcolor {
    background-color: #002050;
    color: white;
    padding: 20px;
    margin-top: -27px;
}

.Margintop_BOM {
    margin-top: 45%;
}

.YourBOMS_COlor {
    font-size: 22px;
    padding-top: 30px;
    color: #575757;
    cursor: default;
    font-weight: 600;
    padding-bottom: 13px;
}

.Uni_Backgroundcolor {
    border: 0px solid #fff;
    background-color: #ededed;
    height: 84px;
    padding: 19px;
    margin-bottom: 2%;
}

.Download_Delete {
    margin-top: 9%;
    font-weight: 600;
    font-size: 15px;
}

.Delete_Download_Color {
    color: #1b8ae8 !important;
    letter-spacing: 0.1px;
}

.BOMS_Color_Green {
    color: #3dbd79;
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: 1.1px;
}

.Last_Updated {
    color: #6f6e6e;
    font-size: 16px;
}

.Create_a_BOMS {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    margin-top: 20%;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.Order_History {
    background-color: #f1f1f1;
    color: black;
    font-size: 22px;
    padding: 8px;
    margin-top: -27px;
    margin-bottom: 3%;
}

.Left_Side_Support {
    background-color: #43cb83;
    color: white;
    padding: 20px;
    height: 500px;
}

.ThanksYou_Color {
    font-weight: 600;
    color: gray;
}

.Your_Submission {
    font-size: 20px;
    color: gray;
}

.GoToHomePage_Backgroundcolor {
    background-color: #43cb83;
    color: white !important;
    padding: 10px;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #head-mobile {
        display: none;
    }

#cssmenu {
    width: 100%;
    margin-bottom: 1%;
}

    #cssmenu > ul > li {
        float: left;
        z-index: 200;
    }

        #cssmenu > ul > li > a {
            padding: 0 24px 12px 0;
            text-decoration: none;
            color: #000;
            font-weight: 500;
            text-transform: uppercase;
        }

        #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
            color: #43cb83;
        }

        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
            /*background: #448D00 !important;*/
            -webkit-transition: background .3s ease;
            -ms-transition: background .3s ease;
            transition: background .3s ease;
        }

        #cssmenu > ul > li.has-sub > a {
            /*padding-right: 30px*/
        }

            #cssmenu > ul > li.has-sub > a:after {
                position: absolute;
                top: 22px;
                right: 11px;
                width: 8px;
                height: 2px;
                display: block;
                background: #ddd;
                /*content: ''*/
            }

            #cssmenu > ul > li.has-sub > a:before {
                position: absolute;
                top: 19px;
                right: 14px;
                display: block;
                width: 2px;
                height: 8px;
                background: #ddd;
                /*content: '';*/
                -webkit-transition: all .25s ease;
                -ms-transition: all .25s ease;
                transition: all .25s ease;
            }

        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0;
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #F1F2F3;
            box-shadow: 1px 2px 3px lightgrey;
            transition: all .25s ease;
        }

            #cssmenu ul ul li:hover {
                background-color: #43cb83;
            }

    #cssmenu li:hover > ul {
        left: auto;
    }

        #cssmenu li:hover > ul > li {
            height: 35px;
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 11px 10px;
        width: 230px;
        font-size: 13px;
        text-decoration: none;
        color: #000;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #fff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #43cb83;
        content: '';
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #43cb83;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #43cb83;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333;
    }

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none;
    }

    .logo2 {
        display: none;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

            #cssmenu ul li {
                width: 100%;
                padding: 16px;
                background: #F1F2F3;
                box-shadow: 1px 2px 3px lightgrey;
                border-bottom: 1px solid #d8dadd;
            }

                #cssmenu ul li:hover {
                    background: #43cb83;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto;
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0;
                    text-decoration: none;
                    color: #000;
                    font-weight: 500;
                    text-transform: uppercase;
                }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul li {
            background: #002050 !important;
            padding: 0px;
            border-bottom: 1px solid #022951;
        }

            #cssmenu ul ul li:hover {
                background: #363636 !important;
            }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #ddd;
            background: none;
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #fff;
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #head-mobile {
            display: block;
            padding: 5px;
            color: #ddd;
            font-size: 12px;
            font-weight: 700;
        }

    .button {
        width: 38px;
        height: 39px;
        position: absolute;
        /* right: 5px; */
        top: 0;
        cursor: pointer;
        z-index: 200;
    }

        .button:after {
            position: absolute;
            top: 20px;
            right: 12px;
            display: block;
            height: 4px;
            width: 20px;
            border-top: 2px solid #000;
            /*border-bottom: 2px solid #000;*/
            content: '';
        }

        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 14px;
            right: 12px;
            display: block;
            height: 2px;
            width: 20px;
            background: #000;
            content: '';
        }

        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 18px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #000;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .button.menu-opened:before {
            top: 18px;
            background: #000;
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #d8dadd;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #43cb83;
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }
}

.Company_Profile_Background {
    color: #fff;
    background-color: #43cb83;
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 3%;
}

.Company_Profile_Color {
    font-size: 27px;
    font-weight: 600;
    color: #002050;
    margin-bottom: 8px;
}

.Select_Currency_Width {
    float: left;
    margin-right: 10px;
}

.Currency_Rate_Width {
    float: left;
    width: 22%;
    margin-right: 15px;
}

.Select_Currency_Margin {
    margin-top: 8px;
}























.Company_Profile {
    margin-top: 4%;
    margin-bottom: 4%;
}

.FormColor {
    background-color: #fff;
    padding: 10px;
}

.Read_More_MasterCompnay {
    color: #43cb83;
    padding: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.ShowLongText {
    max-width: 200px;
    overflow: hidden;
    cursor: pointer;
}

.Bold_Of_PartNo {
    font-weight: 600;
    letter-spacing: 0.2px;
}

.Box_In_Pro {
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.Request_White_Back {
    border: 1px solid #F1F2F3;
    border-radius: 8px;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,.3);
    background-color: #fff;
    padding: 20px;
}

.Text_Text_Company {
    color: #43cb83;
    letter-spacing: 1.2px;
    font-family: -webkit-body;
}

.For_Size {
    font-weight: 600;
    margin-top: 2%;
    font-size: 22px;
}

.Please_Font_Size {
    margin-bottom: 3%;
}

.Ou_Font {
    color: #002050;
}

.Bar_Icon_Color {
    color: white;
    font-size: 17px;
    margin-top: -3px;
}

.Top_Header_Phone {
    padding: 10px;
    background-color: #002050;
    color: white;
}

.Left_Side_Menu {
    background-color: #002050;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-family: Roboto,arial,sans-serif;
    padding: 7px;
    border-radius: 3px;
    margin-bottom: 7px;
    color: white;
}

.Our_In_Gallery_Backgroundcolor {
    background: linear-gradient(to bottom, #C7C7C7 0%,#ededed 100%);
    padding: 27px;
    margin-top: 2%;
}

.Our_Infrastructure_Color {
    font-size: 35px;
    margin-bottom: 2%;
    color: #002050;
    font-weight: 600;
}

.Image_Marginbottom {
    margin-bottom: 8%;
}

.Sil_Heading_color {
    font-size: 25px;
    padding: 2px 0px 2px 10px !important;
    color: #0f2d5a;
}

.Header_Master_Back {
    background-color: white;
    z-index: 222;
    margin-bottom: 1%;
}

.Client_Width {
    padding: 20px;
}

.AT_APVM {
    margin-top: 3px;
    font-size: 18px;
}

.Fade_Master_Back {
    background-image: url(../Electr/BackAbout.png);
    background-repeat: no-repeat;
    background-size: 70%;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
}

.What_Is_For {
    color: #43cb83;
    font-size: 17px;
}

.Our_Services_What {
    font-size: 27px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 2%;
}

.Offer_tream {
    font-size: 18px;
    color: #43cb83;
    margin-bottom: 1%;
}

.Content_Page {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}

.Service_Bottom_Margin {
    line-height: 23px;
    margin-bottom: 6%;
}

.AboutUser {
    background-image: url('../../Electr/manu-bg.png');
    background-color: #0a0a0a;
    background-size: cover;
    color: white;
    padding: 45px;
}

.ColourWhite_Master {
    color: white;
}

.Margin_Bootom_Pro {
    margin-bottom: -1%;
}

.Products_Name_Color {
    font-size: 30px;
    margin-top: 33px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 33px;
    font-family: -webkit-body;
}

.Menu_Border {
    border-bottom: 1px solid #d2cece;
    padding: 21px 0px 20px 0px;
}

.Our_Ser {
    color: white !important;
    margin-top: 13% !important;
}

.Our_Image_height {
    width: 100%;
    height: 178px;
}

.Our_Support_Color {
    margin-bottom: 6%;
    font-size: 25px;
    font-weight: 600;
    font-family: auto;
}

.Menu_Border:hover {
    border-bottom: 1px solid #d2cece;
    padding: 21px 0px 20px 0px;
    background-color: #43cb83;
    color: white;
}

.color_master_LeftMenu {
    color: black;
}

    .color_master_LeftMenu:hover {
        color: white;
    }

.SeeMore_Button {
    font-weight: 600;
    margin-top: 4%;
    letter-spacing: 0.2px;
}

.Auto_Fonts {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: auto;
    margin-bottom: 2%;
    margin-top: 2%;
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



.Left_border_Width {
    border-left: 1px solid #d0cdcd;
}

.More_Products_Button {
    color: #43cb83;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #43cb83;
    padding: 9px;
}

.RR_Font {
    color: #43cb83;
}

.post-desc {
    height: 105px;
    overflow: HIDDEN;
}

.box {
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    margin-bottom: 5%;
}

    .box:hover {
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
    }

    .box img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease 0s;
    }

    .box:hover img {
        filter: hue-rotate(100deg);
    }

    .box .box-content {
        color: #fff;
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 38px 10px 0px 10px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

        .box:before,
        .box:after,
        .box .box-content:before,
        .box .box-content:after {
            content: '';
            height: 50%;
            width: 50%;
            background-color: rgba(0,0,0,0.5);
            position: absolute;
            left: 0;
            top: 100%;
            transition: all 0.5s;
            z-index: 1;
        }

    .box:before {
        transition-delay: 0.1s;
    }

    .box:after {
        left: 50%;
        transition-delay: 0.2s;
    }

    .box .box-content:before,
    .box .box-content:after {
        z-index: -1;
        top: 100%;
        transition-delay: 0.3s;
    }

    .box .box-content:after {
        left: 50%;
        transition-delay: 0.35s;
    }

    .box:hover:before,
    .box:hover:after {
        top: 0;
    }

    .box:hover .box-content:before,
    .box:hover .box-content:after {
        top: 50%;
    }

    .box .title {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 19px;
        opacity: 0;
        transform: translateX(-200px);
        transition: all 0.3s ease 0.3s;
    }

    .box .post {
        font-size: 15px;
        margin-bottom: 10px;
        opacity: 0;
        display: block;
        transform: translateX(-200px);
        transition: all 0.3s ease 0.3s;
    }

    .box .icon {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0;
        opacity: 0;
        z-index: 2;
        transform: translateX(200px);
        transition: all 0.3s ease 0.3s;
    }

    .box:hover .title,
    .box:hover .post,
    .box:hover .icon {
        opacity: 1;
        transform: translateX(0);
    }

    .box .icon li {
        margin: 0 4px;
        display: inline-block;
    }

        .box .icon li a {
            color: #fff;
            font-size: 18px;
            line-height: 37px;
            height: 40px;
            width: 40px;
            border: 2px solid #fff;
            border-radius: 50%;
            display: block;
            transition: all 0.3s;
        }

            .box .icon li a:hover {
                background: #f39c12;
                box-shadow: 0 0 10px #f39c12;
            }

.FlagMasterBaby {
    background-image: url('../Flag/austraila.png');
}

.Option_Flag {
    width: 169px !important;
    line-height: 19px;
    margin-top: 5%;
    background-color: #f1f1f1 !important;
}

.Value_Des {
    background-color: #eee;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #333333;
}

.Padding_4_Column {
    padding: 4px !important;
}

.Qu_Padding {
    border: 1px solid #b1afaf;
    margin-top: 4px;
}

.Image_zooming_back {
    background-color: #eeeeee;
    padding: 10px;
}

.Submit_Request_Color {
    font-size: 13px;
    margin-top: 13px;
}

.Background_Color_RightSide {
    background-color: #eeeeee;
    padding: 5px;
    font-weight: 600;
    /*border: 1px solid #b1afaf;*/
    color: #313030;
    letter-spacing: 0.2px;
}

.BackGroundEE {
    background-color: #eee;
}

.Left_Side_Master {
    background-color: white;
    box-shadow: 0px 0px 1px 1px #c7c1c1;
    padding: 10px;
    margin-bottom: 6px;
}

    .Left_Side_Master:hover {
        background-color: #43cb83;
        box-shadow: 0px 0px 1px 1px #c7c1c1;
        padding: 10px;
        margin-bottom: 6px;
        color: black !important;
    }

.Black_Text_Master {
    color: black !important;
}

.Products_Overview {
    background-color: #eeeeee;
    padding: 8px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #292929;
    border: 1px solid #a2a1a1;
    margin-top: -8px;
}

.Discription_Img {
    height: 87px;
    border: 1px solid #eaeaea;
    margin-bottom: 4px;
    padding: 5px;
}

.White_color_Master {
    color: white;
}

.Header_Background_color {
    background-color: black;
    color: white;
    padding: 12px 0px 12px 0px;
    margin-bottom: 0%;
}

.Padding_100 {
    padding: 10px;
}

.Heading_Cat {
    letter-spacing: 1.1px;
    background-color: #72777D;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 11px;
    width: 100%;
    height: 30px;
    margin: 0;
    border-bottom: 1px solid #72777D;
    border-radius: 3px 3px 0 0;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.BackgroundColor_Back {
    background-color: white;
    height: 182px;
    border-radius: 3px;
    margin-bottom: 13%;
    overflow: auto;
}

.Compare_PDF {
    background-color: #464545;
    color: white;
    text-align: center;
}

.Heading_Heading_name {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 12px;
}

.View_All {
    background-color: #41c363;
    color: black;
    padding: 8px 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border-radius: 3px;
    text-transform: uppercase;
}

    .View_All:hover {
        background-color: #41c363;
        color: black;
        padding: 8px 18px;
        font-weight: 600;
        letter-spacing: 0.2px;
        border-radius: 3px;
        text-transform: uppercase;
    }

.View_All_Margin {
    margin-top: 4%;
    margin-bottom: 3%;
}

.RatingPage {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    padding: 14px 14px 0px 14px;
}

.Data_Image_display {
    display: inherit;
}

.Data_Image_display2 {
    display: none;
}

.coloumfor_width {
    background-color: #f3f7f8;
    height: 550px;
}

.Review_Master_Page {
    font-size: 14px;
    margin-top: -9px;
    margin-bottom: 2px;
}

.Rview_Rating_star {
    color: #ffc800;
    font-size: 14px;
    margin-bottom: -1px !important;
}

.Review_Star_contect {
    margin-top: -9px;
    line-height: 24px;
}

.MarginBottomDetial {
    margin-bottom: 65px;
}

.Products_Height {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-height: 100%;
    /*min-height:100%;*/
    padding: 14px 14px 0px 14px;
}

.PleaseLoginMaster {
    font-size: 24px;
    margin-top: 17%;
    margin-bottom: 13%;
    font-weight: 600;
    color: #111;
}

.Products_Height22 {
    height: 200px;
    overflow: hidden;
}

.Login_Logo_image {
    margin-bottom: 9px;
    width: 28%;
}

.Mange_font {
    font-size: 14px;
    text-align: center;
}

.Track_Fontsize {
    font-size: 13px;
    text-align: center;
    margin-bottom: 12%;
}

.width_Your {
    width: 38px;
}

.mypomart_your_size {
    margin-top: 23px;
    margin-bottom: 34px;
}

.mypomart_fontsize {
    font-size: 20px;
    font-weight: 600;
}

.forget_password_text {
    font-size: 13px;
    color: #0373c5;
    font-weight: 600;
}

.Register_BackgroundColor {
    background-color: #43cb83;
    color: white;
}

    .Register_BackgroundColor:hover {
        background-color: #2fad6a;
        color: white;
    }

.mypomart_loginbutton_color {
    width: 100% !important;
    margin-top: 8%;
    background-color: #43cb83;
    color: white !important;
    box-shadow: 0 2px 4px 0 rgba(107, 106, 106, 0.2);
    height: 48px;
    font-size: 15px;
}

    .mypomart_loginbutton_color:hover {
        width: 100% !important;
        margin-top: 8%;
        background-color: #43cb83;
        color: white !important;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
        height: 48px;
        font-size: 15px;
    }

.mypomart_sinup {
    margin-top: 18%;
    color: #0c1016;
}

.My_cart_back {
    background-color: #0094ff0d;
    margin-top: -44px;
    padding: 50px;
    margin-bottom: -22px;
}

.Shipping_back {
    background-color: #43cb83 !important;
    padding: 18px 0px 37px 0px;
}

.OrderSummary {
    background-color: #b5b1b1 !important;
    padding: 17px !important;
    margin-bottom: 0px !important;
    font-weight: 600;
}

.Button_Baclgrouncolors {
    background-color: #002050;
    color: white;
    width: 100%;
    font-size: 17px;
    height: 43px;
    line-height: 23px;
    border-radius: 2px;
}

.Button_Baclgrouncolors2 {
    background-color: #fb641b;
    color: black;
    width: 100%;
    font-size: 17px;
    height: 43px;
    line-height: 23px;
    border-radius: 2px;
}

.Addres_back {
    font-size: 19px;
}

    .Addres_back:hover {
        font-size: 19px;
    }

.Register_Backgroundcolor_Cart {
    background-color: #43cb83 !important;
    padding: 17px !important;
}

.cd-top.cd-is-visible {
    opacity: 0.9;
    -webkit-transform: scale(1) translate(0px,0px);
    -moz-transform: scale(1) translate(0px,0px);
    -o-transform: scale(1) translate(0px,0px);
    -ms-transform: scale(1) translate(0px,0px);
    transform: scale(1) translate(0px,0px);
    visibility: visible;
}

.cd-top:hover {
    background-color: rgb(17, 75, 125);
    color: #fff;
}

.Ajaxloader {
    margin-left: 30%;
    margin-top: 12%;
}

.cd-top {
    background-color: rgb(51, 122, 183);
    bottom: 0px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 18px;
    line-height: 56px;
    position: fixed;
    opacity: 0;
    right: 0px;
    text-align: center;
    text-decoration: none;
    -webkit-transform: scale(5) translate(47px,-10px);
    -moz-transform: scale(5) translate(47px,-10px);
    -o-transform: scale(5) translate(47px,-10px);
    -ms-transform: scale(5) translate(47px,-10px);
    transform: scale(5) translate(47px,-10px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    width: 200px;
}


.input-sm-price {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    max-width: 70px;
}

.input-sm-price-quick {
    display: block;
    width: 88px;
    height: 17px;
    padding: 13px 15px;
    font-size: 15px;
    line-height: 1.428571;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.vertical-menu a {
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
}

    .vertical-menu a:hover {
        /*background-color: #ccc;*/
    }

    .vertical-menu a.active {
        background-color: #4CAF50;
        color: white;
    }

/*End */
.divSearchRow {
    width: 100%;
}

.searchtextdivElement {
    height: 30px;
    line-height: 30px;
}

    .searchtextdivElement:hover {
        background-color: #f1f4f7;
        cursor: pointer;
    }

.searchtextdiv {
    display: block;
    position: absolute;
    background: #fff;
    color: #000;
    top: 40px;
    z-index: 10000;
    width: 82%;
    left: 2%;
    border: solid 1px #c1c1c1;
    padding: 7px;
    display: none;
}

.mag {
    width: 80%;
    margin: 0 auto;
    float: none;
}

    .mag img {
        max-width: 100%;
    }



.magnify {
    position: relative;
    cursor: none;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 300px;
    height: 265px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.Slider {
    width: 100%;
    height: 250px;
}

.SliderBackSide {
    height: 250px;
    width: 100%;
}

.VegitableName {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.MinImageProductImages {
    width: 34% !important;
    margin-left: 64%;
    position: absolute;
    margin-top: -12%;
}

.ButtonQuickRegister {
    background-color: #b40f21;
    border: 1px solid red;
    padding: 14px 10px;
    font-size: 13px;
    line-height: 1.3333333;
    color: #fff;
}

.Name_Box {
    display: block;
    border-radius: 4px;
    border: 1px #ddd solid;
    background-color: #fff;
    padding: 3px 36px 36px 36px;
}

.Label_Font_weight {
    font-weight: 600;
    font-size: 13px;
}

.Margin_bottom_class {
    margin-bottom: 14px;
}

.button_color_seller {
    width: 100%;
    color: white !important;
    height: 51px;
    background-color: #43cb83 !important;
    font-size: 16px !important;
}

.seller_code {
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,.14),rgba(0,0,0,.03) 3px,transparent);
    background: linear-gradient(to bottom,rgba(0,0,0,.14),rgba(0,0,0,0.01) 3px,transparent);
    z-index: 0;
    zoom: 1;
    padding: 16px 0px 0px 0px;
}

    .seller_code :after {
        display: block;
        width: 100%;
        background-color: transparent;
        background: -webkit-linear-gradient(to right,#fff,rgba(255,255,255,0),#fff);
        background: linear-gradient(to right,#fff,rgba(255,255,255,0),#fff);
        z-index: 1;
        content: "";
    }

.QuickName {
    font-size: 26px;
    margin-top: 8%;
    margin-bottom: 3%;
    line-height: 31px;
    font-weight: 600;
    color: #111;
}

.bell_product {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
}

.star_Quick {
    color: #ffb100;
    margin-bottom: 8%;
    font-size: 18px;
    margin-top: 6%;
}

.Quick_rate {
    font-size: 23px;
    font-weight: 600;
}

.Homewish_pop {
    font-size: 26px;
    margin-bottom: 16px;
    margin-top: 2%;
}

.ShoppingCartweight {
    font-size: 30px;
    font-weight: 600;
}

.hrefcolor {
    text-decoration: underline;
    color: #0982e9;
}

.href_Back {
    width: 25% !important;
    margin-bottom: 7px;
    background-color: #b83149 !important;
    border: 1px solid;
}

.shoppingbottom {
    font-size: 13px;
    margin-bottom: 8px;
}

.a-spacing-top-extra-large {
    margin-top: 26px !important;
}

.a-spacing-medium, .a-ws .a-ws-spacing-medium {
    margin-bottom: 18px !important;
}

.a-box .a-divider.a-divider-section .a-divider-inner, .a-color-base-background .a-divider.a-divider-section .a-divider-inner, .a-divider.a-divider-section .a-divider-inner {
    height: 44px;
    margin-bottom: -18px;
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,.14),rgba(0,0,0,.03) 3px,transparent);
    background: linear-gradient(to bottom,rgba(0,0,0,.14),rgba(0,0,0,.03) 3px,transparent);
    z-index: 0;
    zoom: 1;
}

    .a-box .a-divider.a-divider-section .a-divider-inner:after, .a-color-base-background .a-divider.a-divider-section .a-divider-inner:after, .a-divider.a-divider-section .a-divider-inner:after {
        display: block;
        width: 100%;
        height: 44px;
        background-color: transparent;
        background: -webkit-linear-gradient(to right,#fff,rgba(255,255,255,0),#fff);
        background: linear-gradient(to right,#fff,rgba(255,255,255,0),#fff);
        z-index: 1;
        content: "";
    }


.use_Backgroundcolor {
    background-color: #ffffff;
    color: #000;
    padding: 27px;
    font-size: 13px;
    border-top: 1px solid #c5c3c3;
}

.ButtonQuickRegister:hover {
    background-color: #8b0816;
}

.ButtonQuickCart {
    background-color: #0aab62;
    border: 1px solid #1d5f41;
    padding: 14px 10px;
    font-size: 13px;
    line-height: 1.3333333;
    color: #fff;
}

    .ButtonQuickCart:hover {
        background-color: #088b30;
    }

.Productsize {
    width: 100%;
    height: 250px;
}

.form-control3 {
    display: block;
    width: 100%;
    /* height: 39px; */
    font-weight: 500;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    font-family: Roboto, Arial, sans-serif;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/* The Modal (background) */
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal2-content2 {
    background-color: #fefefe;
    margin: auto;
    width: 50%;
    height: 376px;
}

/* The Close Button */
.close2 {
    background: #e7e9ec;
    border-radius: 3px;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px 12px 9px 13px;
}

    .close2:hover,
    .close2:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.English {
    border: 1px solid #848688;
    border-radius: 3px;
    font-size: 13px;
    margin-right: 4px;
    padding: 9px 44px 9px 14px;
}


.modalmaster {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalmaster-contentmaster {
    background-color: #fefefe;
    margin: auto;
    width: 50%;
    height: 376px;
}

/* The Close Button */
.closemaster {
    background: #e7e9ec;
    border-radius: 3px;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px 12px 9px 13px;
}

    .closemaster:hover,
    .closemaster:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.checkit_box {
    margin-top: 5%;
    border-bottom: 1px solid #f3f3f3;
    padding: 7px;
}

.Save_Button_popup {
    background: #b83149;
    border-radius: 3px;
    border-color: #b83149 #b83149 #b83149;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px 12px 9px 13px;
    color: white;
}

.liBackGroundColors {
    background-color: #f1f4f7;
}

.save_cancel {
    text-align: right;
    background-color: #f3f3f3;
    background: #f9f9f9;
    background: -webkit-linear-gradient(top,#f3f3f3,#fff);
    background: linear-gradient(to bottom,#f3f3f3,#fff);
    box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;
    border-top: 1px solid #ddd;
    padding: 14px;
    margin: 0;
    border-radius: 0 0 4px 4px;
}

.liBackGroundColors:hover {
    background-color: #f1f4f7;
}

.SideMenuZindex {
    z-index: 2000 !important;
}

.ProductssearchMaster {
    width: auto;
    /*height: 150px;*/
    margin-bottom: 22%;
}

.bold_fontyour {
    margin-top: 16px;
    font-size: 13px;
    color: #3c3b3b;
}

.size_bottom {
    font-size: 14px;
    margin-bottom: 18px;
}

.lan_color {
    position: relative;
    text-align: left;
    background: #f2f2f2;
    background: #f1f1f1;
    background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea);
    background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-bottom-color: rgba(0,0,0,.2);
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -1px 0 rgba(255,255,255,.4) inset;
    padding: 11px;
    margin: 0;
    z-index: 10;
}

.mobileproducts {
    /*display: none;*/
}

.mobileproducts2zomm {
    display: none;
}

.paddingcheckout {
    /*width: 49%;
    float: left;
    padding: 10px;*/
}

.padding10master {
    /*padding:10px;*/
}

.cartdisplay {
    /*display:none;*/
}

.ThankYouMessage {
    margin-top: 4%;
    margin-bottom: 1%;
}

.showcolum {
    /*width: 50% !important;
        float: left !important;*/
}

.showcolum2 {
    /*width: 50% !important;
        float: left !important;*/
}

.Code_Backgroundcolor_Search {
    border: 1px solid #eaeaea;
    overflow: hidden;
    height: 230px;
}

.bluebackgroundcolorToCart {
    background-color: #b83149;
    color: #fff;
    text-align: center;
    padding: 6px 0px 9px 0px;
    font-size: 18px;
}

.bluebackgroundcolorToCart2 {
    background-color: #fb641b;
    color: #fff;
    text-align: center;
    padding: 6px 0px 9px 0px;
    font-size: 18px;
}

.ul_Master {
    display: inherit;
}

.ul_Master2 {
    display: none;
}

.unitjhkh {
    /*width: 50%;
    float: left;*/
}

.padding_width_master {
    /*padding:0;*/
}

/*.mobile_Search {
    width: 100%;
    padding: 0px 0px 0px 6px;
    flex: 90% !important;
    max-width: 90%;
}*/
.Pro_Images {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    padding: 14px 14px 0px 14px;
}

.Height_Width_Search {
    width: 200px;
    height: 150px;
}

.Cart_PopUp {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}

.MyCart_Text {
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 31px 0 25px;
    min-height: 47px;
    margin-bottom: 3%;
}

.Heading_Pro {
    font-size: 16px;
    color: #212121;
    line-height: 21px;
}

.discount_Price {
    font-weight: 600;
    color: #388e3c;
    font-size: 14px;
}

.Currenny {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

.Row_Id_Height {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 3%;
    height: 200px;
}

.Left_Min {
    background: linear-gradient(#fff,#f1f3f6);
    display: inline-block;
    border: 1px solid #c2c2c2;
    border-radius: 27pc !important;
    font-size: 12px;
    width: 30px;
    height: 30px;
    padding: 0;
}

.Right_Min {
    background: linear-gradient(#fff,#f1f3f6);
    display: inline-block;
    border: 1px solid #c2c2c2;
    border-radius: 27pc !important;
    font-size: 12px;
    width: 30px;
    height: 30px;
    padding: 0;
}

.Center_Min {
    width: 88%;
    height: 29px;
    background-color: white;
    color: black;
    margin-left: 5px;
}

.Pay_Amount {
    border-top: 1px dashed #e0e0e0;
    margin-bottom: 20px;
    padding-top: 6%;
}

.Safe_Text {
    font-size: 16px;
    color: #676767;
}

.Remove_Text {
    font-size: 15px;
    font-weight: 600;
    color: #4a4949;
    letter-spacing: 0.2px;
    position: absolute;
    bottom: 0;
}

.Color_Image {
    width: 53px;
    height: 56px;
    border-radius: 2px;
    border: 2px solid #e0e0e0;
}

.Color_Right {
    float: left;
    color: #878787;
    font-weight: 600;
    margin-right: 5%;
}

.Border_Image {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-height: 100%;
}

.Des_Search_Image {
    width: 100%;
    height: 451px;
    border: solid 1px #f0f0f0;
}

.Flex_Search_Width {
    /*max-width: 100%;
    flex: 100%;*/
}

.display_Menu_Master {
    display: inherit;
}

.Padding_CoverPage {
    /*padding: 0;*/
}

.Max_Width {
    /*max-width: 100%;*/
}

.columeight_width {
    background-color: white;
    height: 550px;
    padding: 0px 36px 0px 31px;
}


.jssorb05 {
    position: absolute;
}

    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url('../../img/b05.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb05 div {
        background-position: -7px -7px;
    }

        .jssorb05 div:hover, .jssorb05 .av:hover {
            background-position: -37px -7px;
        }

    .jssorb05 .av {
        background-position: -67px -7px;
    }

    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -97px -7px;
    }


.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../../img/a22.png') center center no-repeat;
    overflow: hidden;
}

.jssora22l {
    background-position: -10px -31px;
}

.jssora22r {
    background-position: -70px -31px;
}

.jssora22l:hover {
    background-position: -130px -31px;
}

.jssora22r:hover {
    background-position: -190px -31px;
}

.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}

.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

.Popup_width {
    width: 70% !important;
}

.Popup_width1 {
    width: 40% !important;
}

.Popup_width2 {
    width: 36% !important;
}

.Ul_Menu {
    margin-left: 3%;
}

.openmenu {
    margin-top: 0px;
}

.submit_RQL_Mi {
    background: #F1F2F3;
    padding: 40px;
}

@media (min-width:220px) and (max-width:425px) {
    .showcolum {
        width: 50% !important;
        float: left !important;
        padding: 4px !important;
    }

    .Uni_Backgroundcolor {
        border: 0px solid #fff;
        background-color: #ededed;
        height: auto;
        padding: 19px;
        margin-bottom: 2%;
    }

    .Create_Backgroundcolor {
        background-color: #002050;
        color: white;
        padding: 10px;
        margin-top: -8px;
    }

    .YourBOMS_COlor {
        font-size: 22px;
        padding-top: 17px;
        color: #575757;
        cursor: default;
        font-weight: 600;
        padding-bottom: 13px;
        margin-left: 4%;
        margin-bottom: 2px;
    }

    .Order_History {
        background-color: #f1f1f1;
        color: black;
        font-size: 22px;
        padding: 8px;
        margin-top: 0;
        margin-bottom: 3%;
    }

    .submit_RQL_Mi {
        background: #F1F2F3;
        padding: 19px 0px 19px 0px;
    }

    .RCM_Back_Auth {
        background-color: #3dbd7959;
        padding: 20px;
    }

    .Send_Enqurie_Backgroundcolor {
        background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
        padding: 20px;
    }

    .RCM_Back_Auth2 {
        background-color: #002050f0;
        padding: 20px;
    }

    .openmenu {
        margin-top: 16px !important;
    }

    .Ul_Menu {
        margin-left: 0%;
    }

    .Select_Currency_Margin {
        margin-top: 0px;
        margin-left: 0 !important;
        margin-bottom: 4px;
    }

    .Font_Size_Icon {
        color: #43cb83 !important;
        margin-left: 2px !important;
        margin-top: -1px !important;
        font-size: 13px !important;
        padding: 0px 3px 0px 5px;
        display: none;
    }

    .modal2-content2 {
        background-color: #fefefe;
        margin: auto;
        width: 95%;
    }

    .modalmaster-contentmaster {
        background-color: #fefefe;
        margin: auto;
        width: 95%;
    }

    .Popup_width2 {
        width: 95% !important;
    }

    .Popup_width1 {
        width: 95% !important;
    }

    .Popup_width {
        width: 95% !important;
    }

    .Des_Search_Image {
        width: auto;
        height: 256px;
    }

    .Data_Image_display {
        display: none;
    }

    .Data_Image_display2 {
        display: none;
        margin-bottom: -2%;
        margin-top: -7%;
    }


    .coloumfor_width {
        display: none;
    }

    .columeight_width {
        background-color: white;
        height: auto;
        padding: 5px 36px 13px 31px;
    }

    .mobile_Search {
        width: 80%;
        padding: 0px 0px 0px 6px;
        flex: 80% !important;
        max-width: 80%;
    }

    .Products_Height22 {
        height: 162px;
    }

    .My_cart_back {
        background-color: #0094ff0d;
        margin-top: -63px;
        padding: 26px;
        margin-bottom: -22px;
    }

    .padding_width_master {
        padding: 0 !important;
    }

    #product .pb-right-column .product-name {
        font-size: 15px;
        line-height: 21px;
        font-weight: 600;
    }

    .breadcrumb {
        background: none;
        padding: 0;
        margin: 0;
        padding-bottom: 17px;
        line-height: normal;
        display: none;
    }

    .unitjhkh {
        width: 50% !important;
        float: left !important;
        padding: 3px;
    }

    .Clothing {
        font-size: 23px;
        color: black;
        line-height: 29px;
        margin-bottom: 27%;
        margin-top: -8px;
    }

    .ul_Master {
        display: none !important;
    }

    .ul_Master2 {
        display: inherit;
        background-color: #b83149;
        height: 57px;
    }

    .box-left {
        width: 30%;
        float: left;
        border-left: 1px solid #eaeaea;
        display: none;
    }


    .bluebackgroundcolorToCart {
        background-color: #b83149;
        color: #000;
        text-align: center;
        font-size: 15px;
        height: 37px;
        line-height: 27px;
        font-weight: 600;
    }

    .box-right {
        width: 100%;
        float: left;
    }

    .product-featured .product-list li {
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        padding-left: 0;
        padding-right: 0;
        min-height: 264px;
        width: 50%;
        float: left;
    }

    .bluebackgroundcolorToCart2 {
        background-color: #ff9900;
        color: #fff;
        text-align: center;
        font-size: 15px;
        margin-top: 29px;
        height: 37px;
        line-height: 27px;
    }

    .showcolum2 {
        width: 50% !important;
        float: left !important;
        padding: 4px !important;
    }


    .Slider {
        width: 100%;
        height: 100%;
    }

    .ThankYouMessage {
        margin-top: 4%;
        margin-bottom: 5%;
        font-size: 16px;
        line-height: 24px;
    }

    .OaderWidthRightImages {
        width: 29%;
    }

    .cartdisplay {
        display: none;
    }

    .padding10master {
        padding: 10px;
        width: 50%;
    }

    .paddingcheckout {
        width: 49% !important;
        float: left !important;
        padding: 10px !important;
    }


    .mobileproducts2zomm {
        display: initial;
    }


    .mobileproducts {
        display: none;
    }


    .Productsize {
        width: 80%;
    }

    .ProductssearchMaster {
        /*width: 100%;
        height: 200px;*/
        margin-bottom: 22%;
    }
}

@media (min-width:426px) and (max-width:768px) {

    .ul_Master {
        display: none;
    }

    .showcolum {
        width: 50% !important;
        float: left !important;
        padding: 4px !important;
    }

    .Max_Width {
        max-width: 100% !important;
    }

    .Padding_CoverPage {
        padding: 0;
    }

    .display_Menu_Master {
        display: none;
    }

    .Col_width_Col {
        width: 50% !important;
        float: left;
        padding: 3px !important;
    }

    .Flex_Search_Width {
        max-width: 100% !important;
        flex: 100% !important;
    }

    .cartdisplay {
        display: none;
    }

    .showcolum2 {
        float: left !important;
        padding: 4px !important;
        max-width: 25% !important;
        flex: 50% !important;
    }

    .mobile_Search {
        width: 86% !important;
        padding: 0px 0px 0px 6px;
        flex: 86% !important;
        max-width: 86% !important;
    }

    .box-left {
        display: none;
    }

    .box-right {
        width: 100%;
        float: left;
    }

    .Products_Height22 {
        height: 158px;
    }

    .product-featured .product-list li {
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        padding-left: 0;
        padding-right: 0;
        min-height: 262px;
        float: left;
    }

    .product-list li .product-name {
        margin-top: 13px;
        -webkit-line-clamp: 2;
        font-size: 14px;
        width: 100%;
        margin-bottom: 2px;
        text-align: center;
        color: #505050;
        font-weight: 500 !important;
    }

    .NowPriceMaster {
        font-size: 15px;
        font-weight: 600;
        margin-top: 0px;
        color: #388c06;
        margin-bottom: 28px;
        text-align: center;
    }

    .welcome {
        overflow: inherit;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .TrackOrder_BackgroundColors {
        background-color: #b83149;
        padding: 7px 0px 7px 0px;
        margin-top: -23px;
        margin-bottom: 12px;
    }

    .unitjhkh {
        width: 50% !important;
        float: left !important;
        padding: 3px;
    }
}

@media(max-width:799px) {
    .QuickCart {
        width: 95%;
        overflow: auto;
        margin-left: 1%;
    }
}

@media(max-width:799px) {
    .UlArea {
        background: rgb(255, 255, 255);
        margin-top: 0px;
        width: 92%;
        margin-left: 8%;
        position: absolute;
        z-index: 111;
        padding: 6px;
        display: none;
        border: 1px solid #ccc;
    }
}

.tcb-product-slider {
    background: #333;
    background-image: url(https://unsplash.it/1240/530?image=721);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

    .tcb-product-slider .carousel-control {
        width: 5%;
    }

.tcb-product-item a {
    color: #147196;
}

    .tcb-product-item a:hover {
        text-decoration: none;
    }

.tcb-product-item .tcb-hline {
    margin: 10px 0;
    height: 1px;
    background: #ccc;
}

@media all and (max-width: 768px) {
    .tcb-product-item {
        margin-bottom: 30px;
    }
}

.tcb-product-photo {
    text-align: center;
    height: 120px;
    background: #fff;
}

    .tcb-product-photo img {
        height: 100%;
        display: inline-block;
    }

.image_Hover_Zooming {
    transition: all 0.5s;
    webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    margin: 0 auto;
}

    .image_Hover_Zooming:hover {
        -webkit-transform: scale(1.2,1.2);
        -webkit-transform-origin: top right;
        -moz-transform: scale(1.2,1.2);
        -moz-transform-origin: top right;
        -o-transform: scale(1.2,1.2);
        -o-transform-origin: top right;
        transform: scale(1.2,1.2);
        transform-origin: top right;
        transition: all .3s ease-out;
    }

.tcb-product-info {
    /*background: #f0f0f0;*/
    /*padding: 15px;*/
    margin-top: 12%;
    margin-bottom: 11%;
}

.tcb-product-title h4 {
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tcb-product-rating {
    color: #acacac;
}

    .tcb-product-rating .active {
        color: #FFB500;
    }

.tcb-product-price {
    color: firebrick;
    font-size: 18px;
}

.Dashboard_Background_Color {
    background-color: #36373a;
    color: white;
    padding: 20px;
    margin-bottom: 2%;
}

.Get_Startus {
    font-size: 30px;
    font-weight: 600;
    color: #5f6063;
    margin-bottom: 3%;
}

.Get_Start_Content {
    line-height: 23px;
    color: #737272;
    margin-bottom: 9px;
}

.Color_More {
    color: #6eb1e1;
}

.Padding_Order {
    padding: 0 !important;
}

.Order_Color {
    color: gray;
}

.Count_Order {
    font-size: 42px;
    font-weight: 600;
    color: #6eb1e1;
}

.View_Profile_Color {
    color: #6eb1e1;
    font-weight: 600;
    letter-spacing: 1.1px;
    line-height: 26px;
}

.Caption_Padding {
    padding: 20px !important;
}

.Color_Href {
    color: white;
}

    .Color_Href:hover {
        color: white !important;
    }

.Dash_Color {
    color: #43cb83;
}

.details {
    margin: 50px 0;
}

    .details h1 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 3px;
    }

    .details .back-link {
        text-align: center;
    }

        .details .back-link a {
            display: inline-block;
            margin: 20px 0;
            padding: 15px 30px;
            background: #333;
            color: #fff;
            border-radius: 24px;
        }

            .details .back-link a svg {
                margin-right: 10px;
                vertical-align: text-top;
                display: inline-block;
            }

@media(min-width:800px) {
    .UlArea {
        background: rgb(255, 255, 255);
        margin-top: 40px;
        width: 82%;
        margin-left: 4%;
        position: absolute;
        z-index: 111;
        padding: 6px;
        display: none;
        border: 1px solid #ccc;
    }
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:479px) {
    .box .box-content {
        padding: 23% 0 0;
    }
}
