.fullWidthCategoryname {
    width: 100%;
}

.btnfloatleft {
    float: left;
}

.btnfloatright {
    float: right;
}

.searchtxt {
    width: 98%;
    background-color: white;
}

.dv-delivery-address {
    display: none;
}

.login-page {
    background: #fff;
    padding: 26px 20px 30px;
    position: absolute;
    top: 14%;
    left: 32%;
    width: 365px;
    overflow: hidden;
}

.cancel-color {
    background-color: rgb(52, 73, 94);
    box-shadow: 0px 2px 0px #2C3E50 !important;
}

.minWidthlanguage {
    width: 90px !important;
}

.lblAlertMsg {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    font-weight: normal;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0 !important;
    top: 0;
    width: 41%;
    z-index: 1;
}

#lblAlertMsg {
    z-index: 99999;
    position: fixed;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.alert-success {
    color: #0A0A0A;
    background-color: #C4E4C5;
    ;
    border-color: #03F74E;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.register-button {
    margin-left: 16PX;
    margin-top: -10px;
}

.dv-registration-button {
    text-align: center;
    margin: 29px -1px 18px 246px;
    padding: 33px 18px 30px 35px;
}

.closeAlert {
    line-height: 14px !important;
    opacity: 0.2;
    text-indent: 0px !important;
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    height: 9px;
    width: 9px;
}

.minWidthMenuSubItem {
    min-width: 145px;
}

.login-page {
    background: #fff;
    padding: 26px 20px 30px;
    position: absolute;
    top: auto;
    left: 32%;
    width: 360px;
    overflow: hidden;
}

.login-page-reg-button {
    margin-left: 12px;
}

.logo-login-page {
    text-align: center;
    padding: 14px 31px 24px 8px;
}

.forgot-pass:hover {
    text-decoration: underline;
}

.login-popup {
    background: #fff;
    padding: 26px 20px 30px;
    position: absolute;
    top: 20%;
    left: 32%;
    width: 360px;
    overflow: hidden;
}

.hand {
    cursor: pointer;
}

.Productcolor {
    /*cursor: default;*/
    width: 20px;
    height: 20px;
    margin: 1px;
    border: 2px solid #D2CECD;
    padding: 2px;
    background-clip: content-box;
}

.color_red {
    color: #f55252;
}

.Productcolordetailoff {
    width: 25px;
    height: 25px;
    margin: 1px;
    border: 2px solid;
    padding: 2px;
    background-clip: content-box;
    border-color: #e8e2e2;
}


.Productcolordetailon {
    width: 25px;
    height: 25px;
    margin: 1px;
    border: 2px solid;
    padding: 2px;
    background-clip: content-box;
    border-color: #47fa13;
}

.selectSize {
    height: 30px;
    min-width: 120px;
    width: auto;
    border: 1px solid #BDA2A2;
    border-radius: 5px;
    border-style: outset;
    z-index: 0;
}

    .selectSize > option {
        background-color: white;
        color: black;
    }

.noproduct {
    color: #323A45;
    font-weight: bold;
    margin-top: 35px;
    display: block;
}

.sectionProductList {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 100px;
}

.centerImageCategory {
    height: 210px;
    width: 192px;
    background-color: #FFF;
    float: none;
    position: relative;
    margin: 0 auto;
}

.centerImageProduct {
    height: 242px;
    width: 242px;
    background-color: #FFF;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

    .centerImageProduct .customizeImageCenter {
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        width: 242px;
        height: 242px;
    }

.customizeImageCenter {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 228px;
    height: 210px;
}


.minHeighDetailProductimg {
    min-height: 430px !important;
}

.cursorHand {
    cursor: pointer;
}

.login-main {
    background: #fff;
    padding: 26px 20px 30px;
    width: 360px;
    margin: 0 auto;
    overflow: hidden;
}

.catDescription {
    position: absolute;
    top: 0px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
    padding: 5px;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    /*transition:visibility 0s linear 0.5s,opacity 0.5s linear;*/
    position: absolute !important;
    width: 192px !important;
    height: 200px !important;
    vertical-align: middle;
    text-align: center;
}

.catDescP {
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-align: center;
    width: 95%;
}


.catDescription_link:hover .catDescription {
    display: block;
    /*transition:visibility 0s linear 0.5s,opacity 0.5s linear;*/
}

.cartItemImage {
    width: 50px;
    height: 50px;
}

.noItemCart {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

#grdCart > tbody > tr > td {
    border: 1px solid #ecf0f1;
}

.noBordertd {
    border: none !important;
}

.noBordertdpad {
    border: none !important;
    padding-top: 25px !important;
}

.sizeddllabel {
    vertical-align: middle;
    padding-top: 10px !important;
}

.zindexzero {
    z-index: 0;
}

.productimgframe {
    float: right;
    width: 345px;
    /*overflow: hidden;*/
    overflow: visible;
}

.closeshopalert {
    margin: 0 auto !important;
    position: static !important;
    margin-top: 200px !important;
    width: 322px !important;
}

.font-Weight-500 {
    font-weight: 500;
}

.lilogout {
    margin-left: 5px;
    margin-right: 5px;
}

.line-height-62 {
    text-align: center;
    line-height: 62px;
}

#grdOrderProductInfo > tbody > tr > td {
    border: 1px solid #ecf0f1;
}

td.k-editor-toolbar-wrap.k-secondary {
    padding-left: 0px !important;
}

.grdMO {
    width: 100%;
    overflow-x: scroll;
}

table#grdCart {
    width: 99.9% !important;
}

.viewTyped {
    padding-bottom: 12px;
}

.zindex_cart {
    z-index: 99999;
}

#ProductListMain {
    overflow: visible !important;
    min-height: 210px;
    margin-top: -20px;
}

    #ProductListMain .product_item {
        position: relative !important;
        transform: none !important;
    }

    #ProductListMain .list_type .product_item {
        overflow: hidden;
        max-height: 292px;
    }

.login-popup-home {
    position: relative !important;
    margin-top: 112px !important;
    width: 360px;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
}

#loadMoreBtn {
    width: 100px !important;
    clear: both !important;
}

#noMoreRecord {
    clear: both !important;
}

.askQuestion {
    /*background: #fff;
    padding: 26px 20px 30px;
    position: relative;  
    width: 790px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 115px;
    top:0!important;
    left:0!important;*/
    background: #fff;
    padding: 26px 20px 30px;
    position: relative !important;
    left: 0;
    width: 790px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 115px !important;
}


/*tell a friend*/
.tellFriend {
    background: #fff;
    padding: 26px 20px 30px;
    position: relative !important;
    left: 0;
    width: 790px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 115px !important;
}

.loadertellFriend {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}



#grdOrders .table_type_5 tr:last-child td, .table_type_5 tr:nth-last-child(2) td, [class*="table_type_"] tr:last-child td {
    border: 1px solid #ecf0f1;
    padding: 14px 11px;
}

.LoaderUprp {
    margin-top: 3px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}

.LoaderuprImg {
    width: 50px;
    height: 50px;
}

.LoaderlwrImg {
    width: 25px;
    height: 25px;
}

.LowerLwrDiv {
    margin-top: 10px;
}

#LoaderUpper {
    margin-top: 35px !important;
}





.lblAlertMsgShopping {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    font-weight: normal;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0 !important;
    top: 0;
    width: 41%;
    z-index: 1;
    display: none;
}

#lblAlertMsgShopping {
    z-index: 99999;
    position: fixed;
}

.noItemCart {
    margin-bottom: 10px;
    margin-top: 10px;
}

#loadMoreDiv {
    clear: both;
}

.m-left-34 {
    margin-left: 34px;
}

.ProductcolorOn {
    border: 2px solid #47fa13;
    /*border: 2px solid #D2CECD;*/
}

.ProductcolorOff {
    border: 2px solid #D2CECD;
}

.highzindex {
    z-index: 190;
}



input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f5f7f8 inset;
}

.cartImageProduct {
    position: relative;
    vertical-align: middle;
    width: 54px;
    height: 54px;
    display: table;
    border: 1px solid #EFEFEF;
    float: left;
    margin-Right: 10PX;
    MARGIN-TOP: 7PX;
    PADDING: 5PX;
}

.cartimgspan {
    vertical-align: middle;
    display: table-cell;
}

.upd_dele_link {
    font-size: 13px;
}

#grdCart th {
    text-align: center !important;
}

#grdCart td {
    text-align: center !important;
}

#grdCart > tbody > tr > td:nth-child(1) {
    text-align: left !important;
}

#LanguageSection {
    z-index: 189;
}

.products_container {
    z-index: 1;
}

.searchBox {
    margin-top: 10px;
    margin-left: 25px;
}

    .searchBox input[type="search"] {
        height: 24px;
        border-right: none;
        width: 81%;
        -moz-border-radius: 2px 0px 0px 2px;
        -webkit-border-radius: 2px 0px 0px 2px;
        border-radius: 2px 0px 0px 2px;
    }

    .searchBox input[type="button"] {
        background-color: #E50C13;
        color: #fff;
        margin-left: -4px;
        padding: 12px 20px;
        -moz-border-radius: 0px 2px 2px 0px;
        -webkit-border-radius: 0px 2px 2px 0px;
        border-radius: 0px 2px 2px 0px;
        height: auto !important;
    }

        .searchBox input[type="button"]:hover {
            background-color: #113352;
        }


.m_bottom_44 {
    margin-bottom: 44px;
}

#grdMyorderDetail th {
    text-align: center !important;
}

#grdMyorderDetail td {
    text-align: center !important;
}

#mainlistproduct {
    z-index: 0;
}

.clearBoth {
    clear: both;
}

.askQuestionbtn {
    padding: 16px 0px 8px !important;
}

#sectionProductListMain {
    height: auto !important;
}

.serchresult {
    margin-bottom: 20px;
    font-size: 15px;
    margin-left: 13px;
    margin-top: 0px;
}

.font_19 {
    font-size: 19px;
}

.prod_box_figure {
    height: 242px;
    display: table-cell;
    vertical-align: middle;
}

.loaderregCheckout {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

.selectSizespan {
    margin-top: 10px;
    display: block;
}

.red-border {
    border: 1px solid #cf1118 !important;
}

.loaderAskQuestion {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.rbl tbody tr td input {
    background: #f5f7f8;
    height: 0px;
    padding: 0px;
    color: #696e6e;
    border: 0px solid #e4e4e2;
}

.excepCatch {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    font-weight: normal;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0 !important;
    top: 0;
    width: 41%;
    z-index: 1;
}

    .excepCatch .close {
        float: right;
        color: #A94442;
        font-size: 17px;
    }

.prod_box_inner {
    width: 200px;
    text-align: center;
}
