.ListItem {
    width: auto;
    height: auto;
}

.ListItem {
    background: rgba(0, 0, 0, 0.04);
    border: none !important;
    box-shadow: 0px 0px 7px -2px rgba(101, 101, 101, 0);
    border-radius: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ListItem {

    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;

}

.ListCell, .AltListCell {

    padding: 0 8px;

    position: relative;

    min-height: 1px;

    /* border: 1px solid #f3f3f3; */

    float: right;

    -webkit-backface-visibility: hidden;

    -webkit-tap-highlight-color: transparent;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    margin: 8px 0px;
}

@media only screen and (max-width:767px) {
.ListCell, .AltListCell {
    width: 100%;
}

}
td.ImageWrapper img {

    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;

}

.ListItem .InfoPanel {

    display: block;

    color: #4d4d4d;

    padding: 0 37px;

    height: 50px;

    text-align: center !important;
  
}

.ListItem .Name h2 {

    display: block;

    font-size: 14px;

    /* margin: 8px;  123*/

    height: 40px;/*123*/

    overflow: hidden;

    text-overflow: ellipsis;

    /* white-space: nowrap;123 */

    color: #636363;

    transition: all 0.3s;
}

.ListItem:hover .InfoPanel .Name h2:not(.empty) {
    /* text-overflow: clip;  123*/
    /* white-space: normal; 123*/
    /* height: auto; 123*/
}

.ListItem {
    transition: all 0.3s !important;
    /* box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.18); */
    border-radius: 2px;
    background-color: #fff;
    padding: 10px;/*123*/
    direction: rtl;
    /* box-shadow: 0 3px 10px 2px rgba(0,0,0,.15); */
    text-align: center;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.11) !important;
}

a.Button, a.Button:link {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
    padding: 5px;
    background-color: #6d8289 !important;
    margin-right: 0px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}

a.Button:hover {
    border: 1px solid #999;
    background: transparent;
    opacity: 0.6;
    box-shadow: 0px 0px 7px -1px black;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.Button, a.Button:link {
    color: #fff !important;
    border: 1px solid #B7B7B7;
    border-radius: 5px;-
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ProductList, .Detail {
    border-collapse: inherit !important;
    text-align: justify;
    background-color: #fff;
}

.Detail .ImagePanel {
    float: right;
    margin: 0px;
}

.ImagePanel-in {
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    margin: 10px;
    position: relative;
}

.Detail .GalleryWrapper {
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: none;
    background-color: #ffffff;
}

.Detail .PurchasingPanel .Label {
    width: 85px;
    float: right;
    line-height: 50px;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}

.Detail input.QuantityField {
    text-align: center;
    float: right;
    margin-top: 0px;
    width: 50px !important;
    padding: 18px 4px 18px 4px;
    border-radius: 0px;
    font-size: 17px;
}

.Detail .PurchasingPanel .Value {
    line-height: normal;
    text-align: justify;
    margin: 10px 0px 30px 0px !important;
    display: block;
    border-radius: 0px;
    color: #5d5d5d;
    font-size: 13px;
    padding: 0px 3px;
    position: relative;
}

.Detail .Quantity .Label {
    line-height: normal;
    text-align: right;
    float: right;
    margin-top: 9px;
    margin-right: 14px;
}

.Detail .AddToBasket .Button {
    margin-top: 0px;
    color: white;
    border: 0;
    background: transparent;
    transition: all 0.5s;
    z-index: 9999;
    margin: 0;
    width: 100% !important;
    font-size: 13px;
    padding: 8px 54px 4px 4px;
    background-color: #666;
    background-color: #6d8289 !important;
    display: block;
    height: 46px;
    /* line-height: 38px; */
    opacity: 1 !important;
    text-align: center;
}

span.RetailPrice {
    padding: 0px !important;
    display: inline-block;
    font-size: 15px;/*123*/
    transition: all 0.5s;
    font-weight: bold;
    margin-top: 4px;
    color: #4caf50;
    margin: 0 auto;/*123*/
}

.CheckoutSteps {
    height: 37px;
    width: 100%;
    border-spacing: 0;
    max-width: inherit;
    color: #ffffff;
    background: #2f2f33;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
}

.CheckoutSteps td {
    color: #a29d8f;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 13px 0px 61px;
    vertical-align: middle;
}

.Checkout {
    padding: 12px 24px;
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
}

.NBright_CartOptDiv, .NBright_ClientButtonDiv {
    text-align: right;
    /* font-weight: normal;
    float: left;
    line-height: 30px;
    padding-left: 0px; */
}

.NBright_ClientButtonDiv {
    /*margin-top: -64px;*/
}

.NBright_RecalcButtonDiv a {
    margin-top: 45px;
}

td.NBright_cartheader {
    text-align: center;
}

tr.NBright_CartItem td {
    text-align: center;
}

.NBright_CartItem input, tr.NBright_AltCartItem
input {
    width: 40px !important;
    text-align: center;
    margin: 0 auto;
}

.CheckoutSteps .Current {
    color: #ffffff;
}

tr.NBright_CartItem {
    background-color: #f5f5f5;
    border: 2px solid #eaeaea !important;
}

tr.NBright_CartItem td, .NBright_AltCartItem td {
    padding: 7px;
}

tr.NBright_AltCartItem {
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #eaeaea !important;
}

tr.NBright_AltCartItem td, tr.NBright_AltCartItem td tr, tr.NBright_AltCartItem td span, tr.NBright_AltCartItem td input {
    text-align: center;
    margin: 0 auto;

}

table.CheckoutSteps td {
    padding: 14px;
}

.NBright_RecalcButtonDiv a {
    background-color: #fdbb19 !important;
    color: white !important;
}

td.NBright_ClientButtonDivLeft a {
    background-color: #60a564 !important;
    color: white !important;
}

.ListItem .Price {
    font-size: 13px;
    display: block;
}

/* ---------------- liiiiiiiist ---------------*/
.list-product-card {



    border: 1px solid #ddd;

    background: #ffc107;

    font-size: 12px;

    font-weight: 600;

    display: inline-block;

    text-transform: uppercase;

    margin: 0px 0px !important;

    border-radius: 4px;

    float: left; /*123*/
    width: 100%;

    z-index: 2;

    padding: 2px 10px;

    vertical-align: middle;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    /*123*/
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

span.Retailtitle {
    font-size: 12px;
}

i.pgpfi.pgpfi-shopping-cart.shopping-cart-list {
    font-size: 16px;
    color: #3f9783;
    margin: 10px 6px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;/*123*/
    -moz-transition: all 0.2s ease-in-out;/*123*/
    transition: all 0.2s ease-in-out;/*123*/
}

td.PurchasingPanel {
    position: relative;
}

i.pgpfi.pgpfi-check-circle.shopping-cart-list {
    color: #529255;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

span.Retailtitle {

    position: relative;

    background: #f5c10a;

    font-size: 10px;

    font-weight: 600;

    text-transform: uppercase;

    padding: 0 0px;

    border-radius: 4px;

    color: #3f9783; /*123*/

    z-index: 2;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
}

.ListItem:hover span.Retailtitle {

}

.ListItem .list-product-card {

    width: calc(100% - 50px);/*123*/

}

.ListItem:hover td.ImageWrapper img {

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);

}

.ListCell:hover {
    /* box-shadow: 0 3px 10px 2px rgba(0,0,0,.15); */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* box-shadow: 0 3px 10px 2px rgba(0,0,0,.15); */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
}

}

select.NormalTextBox.SortCatalogue.form-control {
    float: left;
    display: inline-block;
}

select.NormalTextBox.PageLength.form-control {
    width: 47%;
    float: left;
}

.WayOut a.Button {
    width: 130px;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.7em 2em;
    text-decoration: none;
}

.ui-tabs {
    position: relative;
    padding: 0;
    zoom: 1;
    margin: 0;
    border: 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: right;
    position: relative;
    margin: 0;
    top: 0;
    border-bottom: 0 !important;
    border: 0;
    padding: 0;
    white-space: nowrap;
    border-radius: 0 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 1em 2em;
    text-decoration: none;
}

.ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    margin:4px;
    border: 1px solid #c7c7c7;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0 !important;
    border: 0;
}

.ui-widget-header {
    border: 0;
    background: #e0e0e0;
    color: #1b1b1b;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: rgba(218, 37, 28, 0.01);
    font-weight: normal;
    color: #ffffff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

li.ui-state-default::before {
    width: 1px;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    margin: 0px;
    background-color: #c7c7c7;
}

li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active {
    background-color: #efefef;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #797979;
    text-decoration: none;
}

li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active a {
    color: #da251c !important;
}

.Detail .ui-tabs .ui-tabs-panel {
    height: inherit;
    overflow: auto;
    background-color: #efefef;
    border-radius:0px !important;
}

.ui-tabs-panel h3 {
    color: #5a5a5a;
    margin-bottom: 34px;
    font-size: 17px;
    text-align: right;
    
}

.ListItem table img {
    box-sizing: border-box;
    vertical-align: middle;
    max-width: 100%;
    border: 0 none;
    text-align: center;
}

.GalleryWrapper {

    overflow: hidden;

    height: auto;

    box-shadow: 0px 0px 14px -2px #1b1b1b;

}

.Detail .GalleryInner {
    background: #FFF;
    border: none;
    width: auto;
    padding: 0px !important;
    height: auto;
    /* text-align: center; */
    /* display: table-cell; */
    /* vertical-align: middle; */
    box-shadow: none;
}

.Detail .GalleryOuter {
    float: left;
    margin: 5px 0px 5px 0px;
    display: block;
    padding: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

img.Main.Image {
    width: 100%;
    height: auto;
}

.col-sm-12.col-xs-12.col-md-12.product-price-list {
    padding: 0;
}



.col-sm-12.col-xs-12.col-md-12.product-price-list {
    background-color: #f5f5f5;
    padding: 0px;
    margin-bottom:30px;
    padding: 0px 0px 0px 30px;
}

.col-sm-6.col-xs-6.col-md-6.product-price-detail1 {
    margin-top: 0px;

    padding: 10px 0px;
}

.Detail .Price {
    font-size: 15px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 13px;
}

.Detail .RelatedWrapper .Name h2 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 12px;
}

.col-sm-12.col-xs-12.col-md-12.product-price-detail {
    padding: 0;
}

.Detail .InformationPanel {
    clear: both;
    margin-top: 30px;

}

.ListItem:hover span.RetailPrice {
    transition: all 0.4s;
    color: #0084bf;
}

.ImagePanel:hover a.BuyButton.Button {
    background-color: #666;
    transition: all 0.4s;
}

.CategoryMenuWrapper a {
    color: #545454;
}

.treeview li {
    background: transparent;
}



.Detail .RelatedWrapper {
    margin-bottom: 24px;
    overflow: hidden;

}

.Detail .RelatedOuter {
    margin: 0 0px 12px 12px;
    float: right;
}

.RelatedProducts h3 {
    font-size: 17px;
    margin-bottom: 32px;
    background: #e0e0e0;
    padding: 10px;
}

.Models h3 {
    margin-bottom: 32px;
    font-size: 17px;
}

/*
.Detail .RelatedInner {
    border: 1px solid #c5c5c5;
    width: 122px;
    height: 150px;
    padding: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.3s;
}
*/

.Detail .RelatedInner {
    border: 1px solid #c5c5c5;
    width: 217px;
    padding: 9px;
    text-align: center;
    display: table-cell;
    /* vertical-align: middle; */
    transition: all 0.3s;
}


.RelatedInner:hover {
    box-shadow: 0px 0px 10px -2px #000000;
    transition: all 0.3s;
}

.Detail .ModelTableHead {
    background: #e0dddd;
}

.NBright_CartItem a, .NBright_AltCartItem a {
    margin-right: 15px;
    /*color: #fdbb19;*/
    vertical-align: -4px;
    font-weight: 900;
}

a.Button {
    background: transparent;
    border: none !important;
}

.MiniCartWrapper .cartthumb {
    margin-right: 6px;
    float: right;
}

.MiniCart li {
    list-style-type: none;
    margin-bottom: 30px;
}

.MiniCart .Label {
    font: normal 20px verdana;
    white-space: nowrap;
    border: 2px solid #eaeaea;
    padding: 15px;
}

.MiniCart .Value {
    font: bold 16px verdana;
    vertical-align: 5px !important;
    font-family: mitra;
    text-align: left;
    float: left;
    color: #457748;
    padding-left: 45px;
    margin-top: 0px;
}

.MiniCart .Label {
    font: normal 16px verdana;
    white-space: nowrap;
    border: 2px solid #eaeaea;
    padding: 15px;
    font-family: mitra;
    border-radius: 7px;
}

.MiniCart li {
    list-style-type: none;
    margin-bottom: 10px;
    background-color: whitesmoke;

}

li.DisableCartFlag a {
    border: 2px solid #dedede !important;
}

li.DisableCartFlag:last-child {
    background-color: transparent;
}

.MiniCart .Label {
    font: normal 16px verdana;
    white-space: nowrap;
    border: 2px solid #eaeaea;
    padding: 7px 5px;
    background-color: whitesmoke;
    font-family: mitra;
    padding-right: 10px;
    text-align: right;
}

ul.MiniCart {
    padding: 0px 0px 0;
    margin: 0;
    text-align: center;
}

.MiniCartWrapper {
    padding: 30px 10px;
    overflow: hidden;
    background-color: white;
}

.treeview .NormalBold {
    font-weight: bold;
    /* border-bottom: 1px solid #da251c; */
    /* padding: 3px 18px; */
    color: #f94541;
    transition: all 0.3s;
}

.treeview>li:hover>a , .treeview>li.collapsable ul>li:hover>a {
    /* font-weight: bold;
    border-bottom: 1px solid #da251c;
    padding: 4px 18px; */
    /* margin-right: 5px; */
    color: #f94541;
}


.treeview li {
    background-color: #fff;
    padding: 0px 14px;
}

.treeview li a {
    font-size: 12px;
    transition: all 0.3s;
    width: 100%;
    display: inline-block;
}

.treeview .collapsable  .hitarea , .treeview .expandable .hitarea {
    background: none;
    height: 16px;
    width: 15px;
    /* border-radius: 50%; */
    margin-left: -16px;
    /* margin-top: 9px; */
    float: left;
    cursor: pointer;
    background-color: #777;
    position: relative;
}
.treeview .collapsable  .hitarea::before{
    content: "-";
    color: #fff !important;
    position: absolute;
    left: 3px;
    top: -9px;
}
.treeview .expandable  .hitarea::before{
    content: "+";
    color: #fff !important;
    position: absolute;
    left: 3px;
    top: -7px;
}

.CategoryMenuWrapper {
    background-color: white;
    padding: 0px 10px;
    transition: all 0.5s;
}

.CategoryMenuWrapper > a {
    padding: 0px 0px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin: 4px;
    color: #fdbb19;
}

div#dnn_ctr5395_CheckOut_pnlPayRtn p {
    display: none;
}

div#dnn_ctr5395_CheckOut_divShipMethod {
    display: none;
}

tr.NBright_CartItem a {
    color: #000;
    font-weight: 900;
}

.CheckoutSteps .Current div {
    background: #fdbb19;
    color: #FFFFFF;
}

.CheckoutSteps .Label {
    color: inherit;
    font-size: 18px;
    padding: 0 36px 0 4px;
    color: #fdbb19;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    z-index: 9999 !important;
    line-height: 0;
    margin-top: 5%;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 660px !important;
    padding: 0 10px 0;
}

.CheckoutSteps .Separator div {
    width: 1px;
    height: 62px;
    display: block;
    background: rgb(65, 65, 70);
}

.CheckoutSteps .Number div {
    background: #4e4e54;
    color: #eeeeee;
    font-family: Arial, Helvetica;
    font-size: 12px;
    width: 17px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    display: block;
    border-radius: 9px 9px 9px 9px;
}

li.DisableCartFlag a {
    background-color: #eeeeee !important;
}

.Detail .PurchasingPanel .Row {
    padding: 0px 20px;
    overflow: hidden;
}

.ListItem .WishListButtons a {
    position: relative;
    right: 0px;
    top: 0px;
    display: inline-block;
    margin: 0px;
    z-index: 1;
    line-height: 100%;
    vertical-align: middle;
    float: right;
    background: white;
    border-radius: 0;
    border: 1px solid #ddd;
    min-width: 36px;
    height: auto;
    width: auto;
    text-align: center;
    color: #999;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ListItem .EmailForPrice {
    font-size: 12px;
    display: none;
}

.ProductList {
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border: 1px solid #ebeced;
    padding: 4px 4px;
}

.ListItem:hover table tr .InfoPanel .Name h2 {
    text-overflow: clip;
    white-space: normal;
    height: auto;
    display: inline !important;
    transition: all 0.5s;
    text-align: right !important;
}

a.products__item-image-wrapper {
    display: block;
    position: relative;
    /* margin: 21px auto 23px;
    padding: 0px 15px */
}

a.products__item-image-wrapper img {
    max-width: 100%;
    vertical-align: middle;
    width:auto;
    height:200px;
}

.ListItem:hover .Name h2 {
    color: #03a9f4;
}

.whish-product-z a {
    font-family: 'PGPFontIcon' !important;
}

.product-right-btn-sf {
    height: 120px;/*123*/
}

.ListItem:hover {
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .15);
    transition: all 0.3s;
}

.ListItem a.Add, .ListItem a.Remove {
    display: block;
    height: auto;
    float: none;
    line-height: normal;
    text-align: center;
    width: auto;
    font-size: 14px;
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    padding: 13px;
}

.ListItem:hover .InfoPanel .Name h2 {
    color: #292929;
}

.ListItem .whish-product-z:hover a {
    color: #fff;
}

.ListItem a.Add:hover {
    background: #3f9783;
    color: #FFF;
}

span.WishListButtons.whish-product-z {
    position: absolute !important;/*123*/
    right: 0px;
    top: 0px;
    display: inline-block;
    margin: 0px;
    z-index: 1;
    line-height: 100%;
    vertical-align: middle;
    /* float: right; 123*/
    background: white;
    border-radius: 0;
    border: none;
    min-width: 36px;
    height: auto;
    width: auto;
    text-align: center;
    color: #999;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ListItem a.Add {
    color: #3f9783;
}

.ListItem a.Remove {
    background-color: #03a9f4;
    color: #fff;
}

.ListItem a.Remove:hover {
    background: #989898;
    color: #fff;
}

span.WishListButtons.whish-product-z {
    transition: all 0.7s !important;
    position: relative;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    z-index: 1;
    font-size: 12px;
    margin: 0 4px;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.ListItem span.WishListButtons.whish-product-z {
    transition: all 0.5s;
    right: 0;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.4s ease-in-out !important;
}

.button-group {
    position: relative;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

.btn-keeper-product-S {
    position: relative;
    overflow: hidden;
    display: initial;
}

span.list-product-card:hover, span.list-product-card:hover span {
    /* border: 1px solid #ddd; */
    background: #3f9783;
    font-size: 9px;
    color: #fff !important;
    -moz-transition: all 0.3s ease-in-out;
}

span.list-product-card:hover i {
    color: #fff !important;
}

.ListItem:hover span.list-product-card {
    box-shadow: 0px 0px 8px -4px #000000;
}

.ListHeader {
    text-align: right;
    padding: 8px 13px;
    margin: 0px 0px 7px;
    display: block;
    background-color: #fff;
}

.ListHeader select.NormalTextBox {
    width: 100%;
    margin: 0;
    display: inline-block;
}

table.PagingTable {
    background-color: rgb(255, 255, 255);
    border: none;
    width: 100%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    margin-top: 5px;
    padding-top: 10px !important;
    display: flex;
}

table.PagingTable * {
    text-align: center;
    margin: 0 auto;
    vertical-align: baseline;
    padding: 0px 5px;
    color: #7d7d7d;
}

span.price-title-h {
    color: #4d4d4d;
    font-weight: normal;
}

span.wishprice-holder {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 18px;
    background: #cccccc;
    width: 32px;
    height: 32px;
}

span.wishprice-holder .pgpfi-whishlist-add-detail {
    color: rgb(156, 156, 156);
}

span.wishprice-holder:hover
a {
    color: #03a9f4;
    transition: all 0.4s;
}

span.wishprice-holder
a {
    transition: all 0.4s;
}

.GalleryInner:hover {
    border: none !important;
}

.GalleryInner {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.ImagePanel .ImagePanel-in
img {
    border: 1px solid #E2E2E2 !important;
    padding: 15px !important;
}

.owl-item .GalleryOuter .GalleryInner img {
    border: none !important;
    padding: 0px;
}

.Detail {
    width: auto;
    position: inherit;
}

.ModNBStoreProductListC div table, .ModNBStoreProductListC div table tbody,
.ModNBStoreProductListC div table tbody tr, .ModNBStoreProductListC div table tbody tr td {
    display: block ;
    width: auto !important;
}



.ListItem2 a.products__item-image-wrapper {
    margin: 0px;
    padding: 20px;
}

.ListItem2 .Name.products__item-fatitle.force-rtl {
    /* padding: 8px 4px; */
    color: #555;
    /* white-space: nowrap !important; */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-grid;
}

.ListItem2.Name.products__item-fatitle.force-rtl h2 {
    padding: 8px 8px;
    color: #555;
    /* white-space: nowrap !important; */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 13.6px;
}

.ListItem2 .Price.products__item-price {
    padding: 7px 4px;
    background-color: #F9F9F9;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 3px solid #03a9f4;
}

.ListItem2 span.InfoPanel.products__item-info {
    /* height: 55px; */
    display: inline-block;
    background-color: #ffffff;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ListItem2 .Price.products__item-price span.RetailPrice {
    font-size: 14.6px;
}


.ListItem2 .Name.products__item-fatitle h2:not(.empty) {
    padding: 8px 4px;
    color: #555;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 13px;
    height: auto;
    margin: 9px 10px 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.ListItem2 .product-right-btn-sf {
    height: auto !important;
}

.ListItem2 span.RetailPrice {
    margin: 0;
    font-size: 13.5px;
}


.Name.products__item-fatitle.force-rtl h2 a img {
    width: auto;
}





.ListItem2:hover .product-right-btn-sf .Name.products__item-fatitle h2 {
    color: #03a9f4;
}



.ListItem2:hover .product-right-btn-sf .Price.products__item-price {
    border-color: #f05423;
    background-color: #efefef;
}



.product-title-top-z {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 15px;
    line-height: 26px;
    background-color: #f5f5f5;
    margin-top: 10px;
    border: 1px solid #aaaaaa4a;
}

.product-title-top-z h3 {
    margin: 0;
    font-size: 16px;
}

.DisplayNone {
    display: none !important;
}

.Price.products__item-price {
    border-radius: 0px;
    /*123*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 5px;
}


.ListItem .Price .OldPrice{
color: #c40000 !important;
}

.ListItem .Price .SalePrice {
    color: #4caf50;
    font-size:10px;}





.Product-All-Detail .PurchasingPanel .Name h1 {
    color: #5f5f5f;
    font-size: 17px;
    text-align: right;
    margin: 0px;
}



.Product-All-Detail .Name {
    text-align: center;
    display: block;
}

.Product-All-Detail .PurchasingPanel .Summary .Value  {
    margin: 5px 5px 0px 5px !important;
    padding: 20px 9px 25px 9px!important;
    /* border-bottom: 1px solid #E2E2E2; */
}

.Product-All-Detail .PurchasingPanel .Name .Value {
    border-bottom: 1px solid #E2E2E2;
    padding: 25px 16px 25px 16px !important;
    margin: 10px 0px 0px 0px !important;
}


.Product-All-Detail .product-price-detail {
    text-align: right;

}

.Product-All-Detail .product-price-detail .Price {
    padding: 10px;
    margin: 15px 20px;
}

.Product-All-Detail .product-price-detail .Row {
    padding: 0px !important;
    margin-right: 20px;
}


.Product-All-Detail .product-price-detail .Quantity.Row {
    margin-right: -5px;
}

.Product-All-Detail .product-price-detail * {
    border-radius: 3px !important;
}

.Product-All-Detail i.pgpfi.shopping-cart-list {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 21px;
    color: #fff;
    background-color: #3f9783 !important;
    padding: 12px 18px 13px 16px;
}


.Product-All-Detail .Quantity .Value .QuantityField {
    text-align: center;
    float: right;
    margin-top: 0px;
    width: 50px !important;
    padding: 4px 4px 4px 4px;
    border-radius: 0px;
    font-size: 17px;
}

.box-module-pavreassurances.col-md-8 {
    padding: 0px 50px;
    margin-top: -30px;
}

.Detail .EmailForPrice {
    margin-bottom: 6px;
    display: none;
}








* {
    -ms-border-radius: 4px;
    border-radius: 4px;
    /* -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1); */
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    /* box-shadow: 0 1px 2px 0 rgba(0,0,0,.1); */
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}






.Product-All-Detail .PurchasingPanel:hover .pulse {

    display: block;


    border-radius: 50%;

    cursor: pointer;
    /* box-shadow: 0 0 0 rgb(76, 145, 215);
    animation: pulse 2s infinite; */
}
.pulse {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(76, 145, 215);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(76, 145, 215);
        box-shadow: 0 0 0 0 rgb(76, 145, 215);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(76, 145, 215, 0);
        box-shadow: 0 0 0 10px rgba(76, 145, 215, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(76, 145, 215, 0);
        box-shadow: 0 0 0 0 rgba(76, 145, 215, 0);
    }
}

.box-module-pavreassurances.col-md-8.col-sm-8.col-xs-12 {
    float: left;
    margin-top: -30px;
    margin-bottom: 30px;
    /*SRM*/
    display: none;
}

.product-details-options .Options {
    /* width: 31% !important; */
    display: inline-block;
    /* float: right; */
    text-align: center;
}

.Row.First {}

.product-details-options .Options .Label {
    float: none;
    margin-top: 5px;
    display: inline-block;
    width: auto;
}

.product-details-options .Options .Value .Option {
    width: auto !important;
    margin: 0;
    color: #676767;
    background-color: #f7f8fa;
}



.product-details-options .Options .Value {
    margin: 0px 0px 30px 0px !important;
}

.product-price-list:hover .product-price-detail .shopping-cart-list {
    /* background-color: #4c91d7;
    transition: all 0.4s; */
}

.product-price-list:hover .product-price-detail .BuyButton {
    /* background-color: white;
    color: #4c91d7;
    box-shadow: 0px 0px 11px 0px #4c91d7; */
}

/*123*/
.w-sm-95{
    width: 95%;
    margin: 0 auto;
    float: none;
}

@media only screen and (max-width:991px){
    .w-sm-95{
        width: 100%;
    }
}
.special-sell {
    position: absolute;
    top: 13px;
    right: -25px;
    font-size: 12px !important;
    font-weight: bold;
    transform: rotate(45deg);
    width: 103px;
    background-color: #f90f06;
    color: #fff;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(26% 0%, 74% 0%, 100% 100%, 0% 100%);
    border-radius: 0px !important;
}


.ListCell:hover .RetailPrice,.ListCell2:hover .RetailPrice{
    color : #4caf50 !important;
}
.Name.products__item-fatitle a {
    color: #636363;
    font-size: 12px;
}


@media only screen and (min-width:768px){
   .pad-half{
        padding: 0 calc(5px/2);
    }

    .pad-half-l{
        padding: 0 0 0 calc(5px/2);
    }

    .pad-half-r{
        padding: 0 calc(5px/2) 0 0;
    }

    .nopadr{
        padding-right: 0;
    }

    .nopadl{
        padding-left: 0;
    } 
}

.title-holder-main-s a{
    color:#fff;
}

body{
    background-color: #eeeff1;
}


/*menu*/
div#dnn_CategoryMenu {
    border: 1px solid #ebebeb;
    border-radius: 0 !important;
    border-right: none;
    border-left: none;
}
div#dnn_CategoryMenu .CategoryMenuWrapper{
    padding: 0;
}

ul#NBStoreAccordion {
    padding: 0;
    width: 95%;
    margin: 0 auto;
}
ul#NBStoreAccordion > li {
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    border-right: 1px solid rgba(57, 57, 57, 0.1);
    border-radius: 0;
    font-size: 13px;
}
ul#NBStoreAccordion > li:hover{
    background-color: #f1f1f1;
}
ul#NBStoreAccordion > li:first-child{
    border: none;
}

ul#NBStoreAccordion > li:hover ul{
    display: block;
    top: 100%;
}
ul#NBStoreAccordion ul {
    display: none;
    width: max-content;
    min-width: 200px;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 0;
    transition: 0.3s all;
    border: 1px solid rgba(57, 57, 57, 0.1);
    border-radius: 0;
}

ul#NBStoreAccordion ul li a{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
}
ul#NBStoreAccordion ul li a:hover{
    background-color: rgb(236, 236, 236);
    border-radius: 0;
}


.mb-3{
    margin-bottom: 3rem;
}



/* mobile menu */
.display-in-mobile .CategoryMenuWrapper{
    display: none;
}

.display-in-mobile #NBStoreTreeMenu {
    padding: 0 20px;
}

.display-in-mobile .treeview .hitarea{
    margin-left: 0 !important;
    margin-top: 5px;
}

a.mobile-menu-btn {
    display: block;
    background-color: white;
    text-align: center;
    padding: 7px;
    font-size: 15px;
    border: 1px solid;
    width: 99%;
    margin: 0 auto;
}

@media only screen and (min-width:768px){
    .display-in-mobile .CategoryMenuWrapper{
        display: none !important;
    }
    a.mobile-menu-btn{
        display: none;
    }
}


/* .display-in-mobile li.expandable ,.display-in-mobile li.collapsable {
    display: flex;
    flex-direction: row-reverse;
}

.display-in-mobile .hitarea.expandable-hitarea , .display-in-mobile .hitarea.collapsable-hitarea{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
} */


.unoslider_indicator a{
    text-indent: 0 !important;
    color: transparent;
    font-size: 0;
}


.footer-up-pic-all{padding: 0}


.footer-category-left{
    margin-right: 0 !important;
}

@media only screen and (min-width:992px){
    .footer-category-left * ,.footer-category-left strong p {
        text-align: left !important;
    }


    .footer-category-left ul li {
        direction: ltr;
    }

    .footer-category-left ul li i {
        margin-left: 0 !important;
        margin-right: 5px !important;
    }
    .footer-category-left ul li i::before {
        content: '\f054' !important;
    }
}

.nopad{
    padding: 0;
}

/* .container{
    width: 95%;
} */



@media only screen and (min-width:992px){
    .category-fp-img{
        display: flex;
    }
    .category-fp-img>div:nth-child(3){
        order: -1;
    }
}


@media only screen and (min-width:768px){
    .d-flex{
        display: flex;
        align-items: center
    }
}

/*--------------*/

@media only screen and (max-width: 660px) {
    .dis_non{
        display: none !important;
    }
    table.CheckoutSteps td{
        padding: 0px !important;
    }

    .CheckoutSteps .Current {
        color: #ffffff;
        font-size: 10px !important;
        padding-right: 5px !important;
    }

    table.CheckoutSteps td {
        color: #ffffff;
        font-size: 10px !important;
        padding-right: 5px !important;
    }

    .CheckoutSteps .Label {
        color: inherit;
        font-size: 18px;
        padding: 0 36px 0 4px;
        color: #fdbb19;
        text-align: center !important;
    }

    .Checkout{
        padding: 12px 0px !important;
        max-width: inherit !important;
        width: 100% !important;
        margin: 0px auto !important;
        display: inline-block !important;
    }

    .NBright_CartItem a, .NBright_AltCartItem a {
        margin-right: 15px;
       /*color: #fdbb19;*/
        vertical-align: -4px;
        font-size: 10px;
        line-height: 0;
    }
    .Checkout .NBright_CartItem td, .Checkout .NBright_AltCartItem td{
        border-bottom: 1px solid #DDDDDD;
        font-size: 13px;
    }
} 



 .Sharing {
    margin-bottom: 24px !important;
    text-align: center !important;
    clear: both !important;
    margin-top: 24px !important;
}


.bg_cout  tr{

    line-height: 2;
    margin-top: 4px;
    display: block;
    font-size: 13px;
    padding-right: 4px;
    padding-left: 10px;
}



#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 3px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #28883a;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 30px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: all 0.5s;
}
#back-to-top:hover {
    background: rgba(40, 136, 58, 0.616);

}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}


.WishListFlag > a {
    width: 100%;
    background: #28883a;
    color: #fff;
}

.DisableCartFlag > a{
    margin-top: 9px;
    width: 100%;
}

.PrintButton {
    display:none;
}

.EmailButton { display:none;
}

.ViewWishList { display:none;
}
.GalleryWrapper-2  {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.slider-photo{
    position: relative;
    top: 73px;
    z-index: 2;
    right: 28px;
    width: 200px;
}
@media only screen and (max-width:767px){
img.slider-photo{
    display: none;
}
}
.pdl{
    padding: 0;
    background-color: #bbddd6;
    width: 10%;
    text-align: center;
    z-index: 999999;
    display: flex;
    bottom: 0;
    top: 0;
    height: 33px;
    width: 100%;
    margin-top: 8px;
    align-items: center;
    justify-content: center;
    color: #fff;
    }

@media only screen and (min-width: 600px) {
    .pdl{
        display: none !important;
    }
    }
   
    .Detail .Models .NormalTextBox{
        width: fit-content !important;
    }
    @media only screen and (max-width:767px){
        tr.NBright_CartItem td, .NBright_AltCartItem td{
            padding: 0px;
        }
    }
    @media only screen and (max-width:766px){
        #lightbox-container-image-data-box {
            width: 100% !important;
        }
    }
    @media only screen and (max-width:766px){
        #lightbox-container-image-box {
            width: 100% !important;
        }
    }
    @media only screen and (max-width:766px){
        td.NBright_cartheader{
            padding:10px;
        }
    }
    @media only screen and (max-width:766px){
  #dnn_ctr5513_CheckOut_pnlGateway1{
      display: table-caption;
  }
}
@media only screen and (max-width:766px){
.NBright_CartOptDiv, .NBright_ClientButtonDiv{
    bottom: 223px;
    margin-bottom: 18px;
}
}
@media only screen and (max-width:766px){
    .GateWays tbody{
        padding: 35px;
    }
}

label[for=dnn_ctr5513_CheckOut_rblShipMethod_0]{
    display: inherit;
}
#dnn_ctr6238_Comments_pnlCommentForm .Normal{
	color:#000;
}
.NBright_CartOptDiv{
	/* position: absolute;
	left:37px;
	bottom:80px; */
}

@media (max-width: 768px){
	.NBright_CartOptDiv{
	bottom:165px;
	right: 180px;
	}

}




.htmlfullnoti:before {
    background-color: #04040473;
    z-index: 9999;
    content: "";
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    background-size: cover;
}
.AddressCollector .NormalTextBox{
	border-radius: 20px;
}


.AddressCollector .Value {
	position: relative;
}

.req{
    position: absolute;
    top: 7px;
    right: -6px;
    color: red;
    font-size: 17px;
}

.AddressCollector .Label{
	display: flex;
}


#dnn_ctr5513_CheckOut_billaddress_dlAddress_ctl00_txtExtra1{
	display: none !important;
}
#dnn_ctr5513_CheckOut_billaddress_dlAddress_ctl00_txtCity{
	display: none !important;
}

.btnnextpay{
	font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
    padding: 5px;
    background-color: #eee !important;
    margin-right: 0px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
	line-height: 30px;
    width: 128px;
	pointer-events: none;
	color: #c7c7c7 !important;
	border: 0px !important;
}


.roltxt{
	background: #f9f9f9; margin-top: 30px; height: 240px; overflow-y: scroll; padding: 8px; font-size: 12px; width: 315px; border-radius: 20px;
}
#dnn_ctr6273_ModuleContent .Normal{
	color: #000;
}






/*input[type="number"] {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  position: relative;
  text-align: center;
  font-size: 20px;
  width: 80px;
  outline: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNjciDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDY3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMDA5OTUwO30NCgkuc3Qxe2ZpbGw6Izk5MDAwMDt9DQo8L3N0eWxlPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI+DQoJCTxzbGljZXM+PC9zbGljZXM+DQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSIgaGVpZ2h0PSI0OC43IiB3aWR0aD0iMjAuMyIgeD0iMTQuOCIgeT0iOS4xIj48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjYuOSwxNy44aDguM3YzLjZoLTguM3Y5LjRoLTMuOHYtOS40aC04LjN2LTMuNmg4LjNWOS4xaDMuOFYxNy44eiIvPg0KCTwvZz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MSIgZD0iTTMyLjQsNTcuOUgxNy42di00LjFoMTQuOVY1Ny45eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K');
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  caret-color: transparent;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  opacity: 1 !important;
  background: transparent !important;
  border-width: 0px;
  margin: 0;
  border-right: 1px solid #d8d8d8;
  height: 34px;
  width: 23px;
  cursor: pointer;
}
#dnn_ctr_ManageUsers_trHelp .Normal{
	color:#000;
}*/


#dnn_ctr5513_CheckOut_cmdPromo{
	background: #3c763d !important;
    color: #fff;
    font-size: 12px;
    padding: 1px 9px !important;
	transition: all 0.3s;
}
#dnn_ctr5513_CheckOut_cmdPromo:hover{
	background: #1f5820 !important;
	transition: all 0.3s;
}

#dnn_ctr5513_CheckOut_txtPromoCode{
	margin-bottom: 8px;
}


.NBright_ClientButtonDiv tr{
	display: flex;
    align-items: center;
    justify-content: end;
}


#dnn_ctr5513_CheckOut_pnlCart table:nth-child(2){
    width: fit-content;
    float: left;
}


#dnn_ctr5513_CheckOut_divShipMethod{
	background: white;
    padding: 9px;
    margin-top: 10px;
    line-height: 3;
}
#dnn_ctr5513_CheckOut_divShipMethod2{
	background: white;
    padding: 9px;
    margin-top: 10px;
    line-height: 3;
}

.NBright_CartOptDiv, .NBright_ClientButtonDiv{
	padding: 0px;
}
@media (max-width: 768px){
.UserTool .popover{
left:0 !important;
}
}
@media only screen and (min-width: 1900px){
	.UserTool .popover{
		left: 18% !important;
	}
}
@media (max-width: 768px){
.def-pad{
	padding: 7px 10px;
}
}
 
/* chekout-cartlist1*/
#dnn_ctr5513_CheckOut_cartlist1_dgCartList tbody tr:nth-of-type(3){
    background-color: #fff !important;
}

#dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl03_lblTotals, #dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl03_lblTotal{
	color: #3c763d;
    font-weight: 700;
}

#dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl03_lblShipping, #dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl03_lblShippingTotal{
	color: #f00;
    font-weight: 600;
}

#dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl03_lblOrderTotal, .NBright_OrderTotalValue{
	color: #277691;
}

#dnn_ctr5513_CheckOut_cartlist1_dgCartList tbody tr:nth-of-type(4){
    background-color: #ffffff !important;
}

#dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl04_lblTotals, #dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl04_lblTotal{
	color: #3c763d;
    font-weight: 700;
}

#dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl04_lblShipping, #dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl04_lblShippingTotal{
	color: #f00;
    font-weight: 600;
}

#dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl04_lblOrderTotal, .NBright_OrderTotalValue{
	color: #277691;
}
/*end-chekou-cartlist1*/
/*chekout- cartlist2 */
#dnn_ctr5513_CheckOut_cartlist2_dgCartList tbody tr:nth-of-type(3){
    background-color: #fff !important;
}
#dnn_ctr5513_CheckOut_cartlist2_dgCartList_ctl03_lblTotals, #dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl03_lblTotal{
	color: #3c763d;
    font-weight: 700;
}
#dnn_ctr5513_CheckOut_cartlist2_dgCartList_ctl03_lblShipping, #dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl03_lblShippingTotal{
	color: #f00;
    font-weight: 600;
}
#dnn_ctr5513_CheckOut_cartlist2_dgCartList_ctl03_lblOrderTotal, .NBright_OrderTotalValue{
	color: #277691;
}
#dnn_ctr5513_CheckOut_cartlist2_dgCartList tbody tr:nth-of-type(4){
    background-color: #ffffff !important;
}
#dnn_ctr5513_CheckOut_cartlist2_dgCartList_ctl04_lblTotals, #dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl04_lblTotal{
	color: #3c763d;
    font-weight: 700;
}
#dnn_ctr5513_CheckOut_cartlist2_dgCartList_ctl04_lblShipping, #dnn_ctr5513_CheckOut_cartlist1_dgCartList_ctl04_lblShippingTotal{
	color: #f00;
    font-weight: 600;
}
#dnn_ctr5513_CheckOut_cartlist2_dgCartList_ctl04_lblOrderTotal, .NBright_OrderTotalValue{
	color: #277691;
}
/* end-chekout-cartlist2*/
.ABC a{
		background: #03a9f4 !important;
		color: #fff !important;
}
#dnn_ctr5513_ModuleContent .Normal{
    color: #000 !important;
}

#dnn_ctr6067_ModuleContent table.PagingTable{
    display: none !important;
}

#dnn_ctr6052_ModuleContent table.PagingTable{
    display: none !important;
}
#dnn_ctr6057_ModuleContent table.PagingTable{
    display: none !important;
}

#dnn_ctr5513_CheckOut_cmdOrder{

	white-space: nowrap !important;
}
#dnn_ctr6256_ProductList_pnlProductList .PagingTable{
    display: none !important;
}
.owl-carousel-x{
    background: #fff;
}

#dnn_ctr6054_ProductList_pnlProductList .PagingTable{
	display: none !important;

}