#popup-product-box  {
font-family: Arial, Helvetica, sans-serif; 
font-size:12px;
color: #888; 
background-color: #fff;
overflow-x: hidden;
}
/*product */
.popup-info-prod-name {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #545454;
    margin: 0;
}
.popup-info-prod-titleDesc {
	margin-bottom:15px;
	font-size: 12px; 
	font-weight: bold; 
	color: #545454;
	font-family: 'Lato', sans-serif !important;
}
.popup_box_container-info {
	margin: 0px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif; 
}
#popup-product-box .tab-pane {
   height: 210px;
   background-color: #fff;
}

#popup-product-box #tabs .tab-pane {
    height: auto;
    min-height: 210px;
}

#popup-product-box #tabs .tab-pane:focus {
    outline: none;
}

#popup-product-box .tab-pane ul {
    margin-bottom: 1rem;
    padding-left: 40px;
}

#popup-product-box .tab-pane .tabHeader {
        font-weight: bold;
}
.red-label-image-bottom {
    width: 350px;
    background-color: #dc3636;
    padding: 10px;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left:0;
}

/*discount form mobile version*/

@media (max-width: 1010px) {
    .red-label-image-bottom {       
        width: 250px;       
    }
}

@media (max-width: 760px) {
    .red-label-image-bottom {
        bottom: 15%;
        position: relative;
        right: auto;
        width: 350px;       
    }
}


.popover#flip-popover {
left:50px;
}
#zoom {
    width: 620px;
    height: 620px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    display: none;
    opacity: 0;
    position: absolute;
    left: 380px;
    top: -1px;
    z-index: 1000;
}
button {
    width: 80px;
    padding-right: 1.2%;
    padding-left: 1.2%;
    text-align: center;
    font-size: 10pt;
    line-height: 18pt;
    background: #EDEDED;
    color: #B8B8B8;
}

    button:hover {
        color: #000;
    }

/*End product*/
/*start additional images*/

#large-zoom{
    position: absolute;
    left:40px;
    top:0px;
}

.additional-bottom-div {
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    background-color: white;
}

#large-zoom {       
    display: none;
    z-index: 900;
    background-repeat: no-repeat;
    background-color: #fff;
}

.large-arrow-left {
    top: 0 !important;
    left: 10px !important;
    bottom: 0 !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.large-arrow-right {
    top: 0 !important;
    bottom: 0 !important;
    right: 10px !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.popupLargeImg {
    padding-bottom: 75px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.large-additional-div {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
    overflow-y: hidden;
}

    .large-additional-div .img-arrow-left, .large-additional-div .img-arrow-right {
        top: 2px;
    }

#additional-div {
    width: 100%;
    height: 70px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.img-swiper-container {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    backface-visibility: hidden;
}

#additional-div {
    overflow: hidden !important;
}

.img-swiper-container {
    overflow-x: auto !important;
}

.img-container {
    left: 0px;
    height: 70px;
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease 0s;
}

.img-arrow-left {
    background-position: 0px 0px;
    left: 0px;
    height: 70px;
    background-size: 200% 100%;
    position: absolute;
    bottom: 0;
    width: 25px;
    display: inline-block;
    background-image: url(../jpg/arrows.jpg);
    z-index: 2;
    cursor: pointer;
}

.img-arrow-right {
    background-position: 25px 0px;
    right: 0px;
    height: 70px;
    background-size: 200% 100%;
    position: absolute;
    bottom: 0;
    width: 25px;
    display: inline-block;
    background-image: url(../jpg/arrows.jpg);
    z-index: 2;
    cursor: pointer;
}

.additional-img-div {
    height: 70px;
    width: 70px;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    position: relative;
    margin-right: 3px;
    outline: 1px solid transparent;
    outline-offset: -1px;
}

    .additional-img-div:focus {
        outline: 1px solid #e6e6e6;
    }

.active-img {
    border: 1px solid #e6e6e6;
    cursor: default;
}

.additional-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: scaleY(1);
}

.zoomed-image-popup {
    position: fixed !important;
}

.div-arrow-left {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    left: 0;
    z-index: 999;
    background-color: white;
}

.div-arrow-right {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    right: 0;
    z-index: 999;
    background-color: white;
}

#loader-img {
    display: none;
    z-index: 70002;
}

#spinner-large-img {
    position: fixed;
    z-index: 70002;
    top: 40%;
    left: 0px;
    width: 100%;
    background-color: #fafafa;
    text-align: center;
    padding: 25px;
    box-shadow: 0 0 15px 5px #888888;
}

/*end additional images*/
@font-face {
        font-family: password;
        src: url(https://cdn.lightsamerica.com/content/fonts/password.ttf);
    }
#pass  , #passCustomer
,#passL, #passLCustomer
 {
       /* font-family: password !important;*/
        font-size: 13px;
        line-height: 20px;
    } 
#loader {
    display: none; 
    z-index: 70002;
}
#loader .overlay {
    position: fixed; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    z-index: 70002; 
    background-color: rgba(0, 0, 0, 0);
}
#loader #spinner {
    position: fixed;
    z-index: 70002;
    top: auto;
    bottom: 0;
    left: 0px;
    width: 100%;
    background-color: #fafafa;
    text-align: center;
    padding: 25px;
    box-shadow: 0 0 15px 5px #888888;
}

#login_popup, #wishlist-popup, #wishlist-popup-edit-wl-title {
    padding: 0px;
}
.popover.top {
  margin-top: -10px;
}
.popover>.arrow
,.popover>.arrow:after{
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover>.arrow{border-width:11px}
.popover>.arrow:after{content:"";border-width:10px}
.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}
.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}
.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}
.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}
.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}
.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}
.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}
.popover{
	width:100%;
        max-width:360px !important;
   }
#imgSocialShare {
cursor:hand;
cursor:pointer;
}
#inpSocialShare {
white-space:nowrap;
width:100%;
border:1px solid #AAAAAA;
}

/*tr {
    position: relative;
}*/

.login-dialog, .compare-dialog, .product-dialog, .wishlist-popup, .wishlist-popup-edit-wl-title,
.wl-discount-dialog, .wl-comment-dialog, .wl-email-dialog, .wl-storePrint-passwor-dialog, .email-dialog
,.errorPopup_dialog 
{
    padding: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 1001;
    position: fixed;
    box-shadow: 0 0 15px 5px #888888;
    background-color: #fff;
    display:none;
}
.errorPopup_dialog .errorText
{
font-size:14px;
}
#feedback_popup {
    display: none;
}

/*#feedback_popup {
,#feedback_popup
    display: none;
     width:410px !important;
padding:10px;
} */

#login-header {
    line-height: 70px;
    background: #EEEEEE;
}

    #login-header > span {
        background: #EEEEEE;
    }

.login-header-btn {
    border: 1px solid #D2D2D2;
    color: #888888 !important;
    padding: 3px 10px;
}

    .login-header-btn:hover {
        border: 1px solid #C3C3C3;
        color: #000 !important;
        text-decoration: none;
    }

.login-header-btn-icon {
    width: 19px;
    padding-bottom: 3px;
}

.menu-top-btn {
    color: #777 !important;
    background-color: #f8f8f8;
    padding: 7px !important;
    margin: 5px;
    border: 1px solid #D2D2D2;
    text-align: center;
    text-decoration: none !important;
}

    .menu-top-btn:hover {
        color: #000 !important;
        background-color: #f8f8f8 !important;
    }
.btn-print-ind {
	padding:0px;
	font-size: 10px;
}
.factory-info {
	padding:0px;
	font-size: 11px;
}
.btn-popup, .btn-popup2 {
    min-width: 53px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    cursor: hand;
    cursor: pointer;
}

.btn-popup {
    border: 1px solid #E5E5E5;
}

.btn-popup-white {
    color: #808080;
    background: #fff;
}

    .btn-popup-white:hover {
        color: #000;
        transition: all 400ms ease-in 0ms;
    }

.btn-popup-red {
    color: #ffffff;
    background: #d33c3c;
}

    .btn-popup-red:hover {
        transition: all 400ms ease-in 0ms;
        color: #000;
    }

    @media (prefers-reduced-motion) {
        .btn-popup-red:hover {
            transition: none;
        }
    }

.btn-popup-grey {
    color: #fff;
    background: #949494;
}

    .btn-popup-grey:hover {
        transition: all 400ms ease-in 0ms;
        color: #000;
    }

    @media (prefers-reduced-motion) {
        .btn-popup-grey:hover {
            transition: none;
        }
    }

.btn-popup-light-grey {
    /*color: #949494;*/
    color: #666666;
    background: #E5E5E5;
}

    .btn-popup-light-grey:hover {
        transition: all 400ms ease-in 0ms;
        color: #000;
    }

    @media (prefers-reduced-motion) {
        .btn-popup-light-grey:hover {
            transition: none;
        }
    }

/*.btn-menu {
        width: 110px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        text-decoration: none !important;
        margin-bottom: 2px;
    }*/

.btn-close-popup {
    height: 32px;
    width: 32px;
    display: block;
    background-image: url('../png/btn_close.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#login-popup-content {
    margin: 20px;
}

.login-popup-pannel-header {
    line-height: 50px;
    font-family: sans-serif;
}

.login-popup-form-field-title {
    font-size: 12px;
    font-family: sans-serif;
    padding: 5px 0px;
}

.login-popup-form-row {
    margin-bottom: 20px;
}

#login-popup-left-pannel > * input {
    background-color: #E5E5E5;
    height: 28px;
}

#wishlist-popup-container-list > * input {
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
}

#login-popup-left-pannel > * select {
    background-color: #E5E5E5;
    height: 28px;
    width: 100%;
}

#login-popup-left-pannel > * input:focus {
    background-color: #fff;
}

.login-popup-form {
    padding: 15px;
    height: 300px;
    width: 90%;
    background-color: #F1F1F1;
    border: 1px solid #D2D2D2;
}

.popup-search-result-row {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
    display: flex;
}

    .popup-search-result-row:hover {
        cursor: hand;
        cursor: pointer;
    }

.popup-search-new-wl-row {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.popup-wishlist-result-row {
    padding: 15px;
    font-size: 15px;
    font-family: sans-serif;
    display: flex;
}

#login_popup {
    display: none;
}

.customer-info {
    width: 65%;
    float: left;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    color: #454545;
}

.customer-info-btn-container {
    width: 35%;
    display: inline-block;
    text-align: center;
}

#btnRegisterNewCustomer {
    width: 190px;
}

.login-popup-pannel-container {
    height: 400px;
    margin-top: 30px;
    margin-bottom: 50px;
}

#login-popup-left-pannel {
    width: 50%;
    height: 100%;
    float: left;
    display: inline-block;
}

#login-popup-search-phone1, #login-popup-search-phone2, #login-popup-search-phone3 {
    width: 70px;
    margin-right: 10px;
}

.login-popup-search-btn {
    text-align: right;
    margin-top: 30px;
    line-height: 30px;
}

#login-popup-register-fn, #login-popup-register-ln, #login-popup-sales-person, #login-popup-form-location, #login-popup-register-email, #login-popup-register-password {
    display: inline;
    width: 67% !important;
    margin-left: 15px;
}

#login-popup-register-form {
    height: 510px;
    text-align: right;
}

#login-popup-register-error-list {
    color: red;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 12px;
}

#login-popup-search-result-content {
    background-color: #fff;
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
}

.input-register-form-phone {
    width: 70px;
    display: inline;
}

#login-popup-right-pannel {
    width: 50%;
    height: 100%;
    display: inline-block;
}


/* wish list popup */
.wl-popup-wl-info {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    color: #454545;
}

#wishlist-popup-container-list {
    height: 400px;
    overflow: auto;
}

.wl-popup-cel {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.wl-popup-cel-2-fl {
    width: 20%;
    float: left;
}

.wl-popup-cel-2-fr {
    width: 20%;
    float: right;
}

.wl-popup-cel-creat-new-wl {
    width: 60%;
    font-size: 18px;
    font-weight: normal;
    color: #454545;
}

.wl-popup-cel-creat-new-wl-container {
    padding: 0px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
}

.wl-popup-cel-creat-new-wl-content {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.wl-popup-cel-2-tar {
    width: 20%;
    text-align: right;
}

.wl-popup-cel-3-info {
    width: 30%;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
}

.wl-popup-cel-6 {
    width: 60%;
}

.wl-popup-cel-7 {
    width: 70%;
    padding-right: 20px;
}

.wl-popup-cel-name {
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
}

#popup-wishlist-create-wl-name, #popup-wishlist-create-wl-comment{
    width: 76%;
    height: 30px;
    padding-left:7px;
}

#popup-wishlist-edit-wl-title-name, #popup-wishlist-edit-wl-title-comment {
    width: 100%;
    height: 30px;
    padding-left: 7px;
}

/*compare products*/


.img-product {
    max-width: 200px;
    max-height: 165px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px;
}

.cat-head-td {
    color: #CDCBCC;
}

.cat-actions li a {
    line-height: 14px;
}

.cat-actions li {
    list-style-type: none;
}

.btn-grey-compare {
    text-decoration: none;
    display: inline-block;
    width: 31%;
    margin: 0px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    background: #EDEDED;
    color: #B8B8B8;
    opacity: 0.6;
}

.btn-red-compare {
    text-decoration: none;
    display: inline-block;
    width: 31%;
    margin: 0px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    background: #ff5959;
    color: #fff;
    opacity: 0.6;
}


.sub-popup-header {
    text-align: center !important;
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0px 0px;
    font-weight: normal;
}


.feedback_btn {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.product-label-container {
  position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    width: 70px;
    text-align: center;
    color: #fff;
 z-index:1;   

}

.product-sale-label {
    margin-top: 5px;
    padding: 3px;
    /*background-color: #ff5959;*/
    background-color: #ee0606;
}
.product-none-label{
      margin-top: 5px;
    padding: 3px;
    background-color: #fff;
    height:26px;
}

.product-option-label {
    margin-top: 5px;
    padding: 3px;
    background-color: #00A2E8;
}

.product-instock-label {
    margin-top: 5px;
    padding: 3px;
    background-color: #22B14C;
}
.product-3D-label {
    margin-top: 5px;
    padding: 3px;
    background-color: purple;
}
.popover {
    border-radius: 0px;
    max-width: 350px;
    margin: 0px;
}
.popover.right{
    margin: 0px;
}
.popover-content{
    width: 100%;
}
.product-flip {
    position: absolute;
    bottom: 0px;
    display: block;
    width:40px;
}

.product-flip-large{
    z-index:2000;
}

.product-flip img {
    display: block;
    position: relative !important;
    float: left;
    margin-left: 3px;
    margin-bottom: 3px;
    cursor: pointer !important;
}
.flipTip {
color: #545454;
}

#popup-compare-product {
    padding: 5px;
    overflow: auto;
}

#divCompareTable {
    width: 800px;
    overflow-x: scroll;
    padding-left: 160px;
    overflow-y: visible;
    padding-bottom: 1px;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    text-align: left;
    font-family: arial;
    font-size: 14px;
}

    #divCompareTable td {
        text-align: left;
        font-family: arial;
        font-size: 14px;
        text-align: left;
        padding: 4px;
        height: 28px;
        border: 1px solid #FFFFFF;
    }

#tabCompareTable .cat-head-td {
    position: absolute;
    width: 167px;
    left: 5px;
    top: auto;
    border-right: 1px solid #FFFFFF;
    border: none;
    color:#888888;
    border: 1px solid #FFFFFF;
    height:auto;
    z-index:1;
}
/*#tabCompareTable .cat-head-td:before {content: 'Row ';}*/

#tabCompareTable .cat-head-td-price {
    line-height: 38px;
    padding: 4px;
    height: 40px;
}

#tabCompareTable .compare-grey {
    background-color: #EEEEEE;
   
}

#tabCompareTable {
    border-collapse: collapse;
    
}

    #tabCompareTable .price-compare {
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #454545;
        font-weight: bold;
        vertical-align: middle;
        padding-left:20px;
    }

    #tabCompareTable .td-compare {
        width: 200px;
        
    }

.compare-product-item, .cat-saves {
    text-align: center;
}

/*.pull-name {
    color: #757575 !important;
    margin-right: 10px !important;
    font-size:12px;
}*/
/*.pull-right {
    font-size:12px;
}*/
.price-sale {
    color: #FF5959 !important;
}
.price-through {
   text-decoration: line-through;
}
.price-list {
   text-decoration: line-through;
}
.price-regular {
    text-decoration: line-through;
}
.price-yousave {
   font-style: italic;
}
.label-price-list 
, .list-price-regular 
, .list-price-yousave {
 width: 80px;
}

#global-disclaimer {
margin-bottom:5px;
}
#manufacturer-disclaimer {
margin-bottom:20px;
}
.cat-print a, .cat-mail a, .cat-ask a {
    color: #757575 !important;
    font-size: 12px;
}

.cat-print > div,
.cat-mail > div,
.cat-ask > div {
    display: inline-block;
    color: #757575;
    font-size: 12px;
    cursor: pointer;
}

    .cat-print > div:hover,
    .cat-mail > div:hover,
    .cat-ask > div:hover {
        text-decoration: underline;
    }

.cat-print:before {
    background-image: url('../jpg/icons.jpg');
    background-position: 0px 0px;
    content: '';
    vertical-align: bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.cat-mail:before {
    background-image: url('../jpg/icons.jpg');
    background-position: -16px 0px;
    content: '';
    vertical-align: bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.cat-ask:before {
    background-position: -32px 0px;
    background-image: url('../jpg/icons.jpg');
    content: '';
    vertical-align: bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.cat-print-dis a, .cat-mail-dis a, .cat-ask-dis a {
    /*color: #CCCCCC !important;*/
    color: #757575;
    font-size: 12px;
    cursor: default;
}

.cat-print-dis span, .cat-mail-dis span, .cat-ask-dis span {
    /*color: #CCCCCC !important;*/
    color: #757575;
    font-size: 12px;
    cursor: default;
}

.cat-print-dis:before {
    background-position: 0px 0px;
    background-image: url('../jpg/icons.jpg');
    content: '';
    vertical-align: bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.cat-mail-dis:before {
    background-position: -16px 0px;
    background-image: url('../jpg/icons.jpg');
    content: '';
    vertical-align: bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.cat-ask-dis:before {
    background-position: -32px 0px;
    background-image: url('../jpg/icons.jpg');
    content: '';
    vertical-align: bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.upArrow {
    display: block;
    position: fixed;
    right: 18px;
    bottom: -50px;
    padding: 7px;
    z-index: 10;
    background: #DDDDDD;
    opacity: 0;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(50,50,50,0.5);
}

@media (prefers-reduced-motion) {
    .upArrow {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.scrolled {
    opacity: 0.6;
    bottom: 10px;
}

.upArrow:hover {
    opacity: 1;
}

.wlOuter {
    border: none;
    width: 100%;
    margin-top: 10px;
}

.wrapper-button {
    text-align: center !important;
    padding: 10px !important;
}

.myoption-input {
    width: 374px !important;
    border-radius: 0px !important;
    padding-right:0px !important;
     padding-left:0px !important;
}

.popupTable {
    width: 100%;
    font-family: Arial,Verdana,Helvetica;
    font-size: 14px;
    border: none;
}

    .popupTable #inner-error {
        text-align: center;
        height: 150px;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        vertical-align: middle;
    }
    .popupTable #inner-errorV2 {
        text-align: center;
        width: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
        vertical-align: middle;
        color: #666666;
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0px 0px;
        font-weight: normal;
        font-family: Verdana,Arial,sans-serif;
	
    }

    .popupTable td {
        text-align: left;
        padding: 1px 0px 0px 1px;
        border: none;
    }

    .popupTable .tabHeader {
        text-align: center;
        color: #666666;
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0px 0px;
        font-weight: normal;
        font-family: Verdana,Arial,sans-serif;
    }
     
    .popupTable input {
       /* background-color: #EEEEEE;
        border: 1px solid #AAAAAA;
        border-radius: 4px;*/
        line-height: 24px !important;
        height: 24px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        vertical-align: middle;
        width: 350px;
        box-sizing: content-box;
    }

    .popupTable select {
       /* background-color: #EEEEEE;
        border: 1px solid #AAAAAA;
        border-radius: 4px;*/
        line-height: 30px !important;
        height: 30px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 0px;
        padding-bottom: 0px;
        vertical-align: middle;
        width: 350px;
        box-sizing: content-box;
    }
   
    .popupTable textarea {
       /* background-color: #EEEEEE;
        border: 1px solid #AAAAAA;
         border-radius: 4px;*/
        padding: 4px;
        width: 360px;
       
    }
    .popupTable .iteBox {
        border: 1px solid #AAAAAA;
        padding: 4px;
        margin-bottom: 2px;
    }

    .popupTable .iteCaption {
        white-space: nowrap;
        width: 135px;
    }

    .popupTable .iteInput {
        width: 250px;
    }

    .popupTable .iteNumber {
        width: 100px;
        padding-right: 4px;
        text-align: right;
    }

    .popupTable .iteHead {
        background-color: #AAAAAA;
        color: #FFFFFF;
    }

        .popupTable .iteHead td {
            padding-left: 4px;
            padding-right: 4px;
        }

    .popupTable .iteQty {
        width: 40px;
    }

    .popupTable .itePrice {
        text-align: right;
        padding-left: 4px;
        padding-right: 4px;
    }
/*ITE Table */
.popupTableITE {
    width: 100%;
    font-family: Arial,Verdana,Helvetica;
    font-size: 14px;
    border: none;
   
}

    .popupTableITE td {
        text-align: left;
        padding: 2px 0px 0px 1px;
        border: none;

    }

    .popupTableITE .iteGray {
        background-color: #E7E7E7;
    }

    .popupTableITE .tabHeader {
        text-align: center;
        color: #666666;
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0px 0px;
        font-weight: normal;
        font-family: Verdana,Arial,sans-serif;
    }

    .popupTableITE input {
        /*border: 1px solid #AAAAAA;
        border-radius: 4px;*/
        line-height: 24px !important;
        height: 24px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 0px;
        /*padding-top: 0px;*/
        padding-bottom: 2px;
        vertical-align: middle;
        box-sizing: content-box;
	    text-align:left;
    }

    .popupTableITE select {
        /*border: 1px solid #AAAAAA;
        border-radius: 4px;*/
        line-height: 30px !important;
        height: 30px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 0px;
        padding-bottom: 0px;
        vertical-align: middle;
        box-sizing: content-box;
       padding-right:6px;
    }

    .popupTableITE textarea {
        /*border: 1px solid #AAAAAA;
        padding: 4px;
        border-radius: 4px;*/
        float:right;
        width:100%;
    }

    .popupTableITE .iteBox {
        border: 1px solid #AAAAAA;
        padding: 8px;
        margin-bottom: 2px;
    }

.popupTableITE #tdIteDetails {
overflow:auto;
height:735px;
width:100%;
}
    .popupTableITE .iteCaption {
        white-space: nowrap;
        width: 135px;
        font-weight: bold;
    }

    .popupTableITE .iteRightHead {
        text-align: right;
        font-weight: bold;
        padding-right: 40px;
    }

    .popupTableITE .iteListProduct {
        vertical-align: top;
        border: 1px solid #AAAAAA;
        /*height: 709px;*/
       /* height:660px;*/
    }

    .popupTableITE .iteInput {
        text-align: left;
    }
    

    .popupTableITE .iteInput, .popupTableITE .iteNumber, .popupTableITE .iteSelect {
        width: 290px;
     height:20px;
    }
    @-moz-document url-prefix() {
     .popupTableITE .iteInput, .popupTableITE .iteNumber, .popupTableITE .iteSelect {
            width: 290px;
         height:21px;
        }
  
     .popupTableITE #tdIteDetails{
             overflow: auto;
        /* height: 735px; */
        width: 100%;
        /* height: 650px; */
        height: 600px;
     }
}

    .popupTableITE .iteTotalCaption {
        text-align: left;
    }

    .popupTableITE .iteHeadError, .popupTableITE .iteBodyError {
        width: 40px;
    }

    .popupTableITE .iteHeadProduct, .popupTableITE .iteBodyProduct {
        width: 180px;
        text-align: left;
    }

    .popupTableITE .iteHeadMan, .popupTableITE .iteBodyMan {
        width: 180px;
    }

    .popupTableITE .iteHeadQty, .popupTableITE .iteBodyQty {
        width: 40px;
        padding:3px;
    }

    .popupTableITE .iteHeadQty {
        text-align: center !important;
    }

    .popupTableITE .iteHeadPrice, .popupTableITE .iteBodyPrice {
        width: 90px;
    }

    .popupTableITE .iteHeadTotal, .popupTableITE .iteBodyTotal {
        width: 90px;
    }

    .popupTableITE .iteHeadPrice, .popupTableITE .iteHeadTotal {
        text-align: right;
        padding-right: 10px !important;
    }

    .popupTableITE .iteBodyPrice, .popupTableITE .iteBodyTotal {
        text-align: right;
        padding-left: 4px;
        padding-right: 4px;
        text-align: right;
    }

    .popupTableITE #tdIteDetails {
        overflow: auto;
        /*height: 735px;*/
        width: 100%;
        /*height: 650px;*/
        /*height:706px;*/
    }
@-moz-document url-prefix() {

   .popupTableITE #tdIteDetails {
        overflow: auto;
        /*height: 735px;*/
        width: 100%;
        /*height: 650px;*/
        /*height:683px;*/
    }
}




  @media all and (-webkit-min-device-pixel-ratio:0){
      #creLot{
          width:292px;
      }
      #creShipMethod{

          width:287px;
      }

      #creShipToZIP{
        height:auto;
        width:55px;
       
      }
      #creShipToState{
           height:auto;
      }
      #creShipToCity{
          height:auto;
           margin-left: -1px;
      }

      #creZIP{
          width:55px;
          height:auto;
      }
      #creState{
          height:auto;
      }

      #creCity{
          margin-left:-1px;
          height:auto;
      }

      .popupTableITE .iteBox{
          padding:10px;
      }

      /*.popupTableITE #tdIteDetails{
              height: 670px;
      }*/

      
  }




    .popupTableITE .iteTotalValue, .popupTableITE .iteTotalCaption {
        font-weight: bold;
        font-size: 16px;
        padding: 4px 0px 4px 4px;
        text-align:right;
        padding-right:5px;
    }

    
    .popupTableITE .iteNumber {
        padding-right: 4px;
        text-align: left;
    }

    .popupTableITE .iteHead {
        background-color: #AAAAAA;
        color: #FFFFFF;
    }

        .popupTableITE .iteHead td {
            padding-left: 4px;
            padding-right: 4px;
        }

    .popupTableITE .iteQty {
        width: 40px;
        background-color: #fff;
       border: 1px solid #AAAAAA;
        border-radius: 0;
    }

#fanEfficiency {
    border: 3px solid #dedede;
    width: 450px;
    padding: 5px;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

    #fanEfficiency .details_print {
        border: 3px solid #dedede;
        height: 300px;
        padding: 5px;
        /* vertical-align: bottom; */
        /* margin-left:auto; */
        /* margin-right:auto; */
        width: 460px;
        /* margin-top: 240px; */
        display: block;
    }

    #fanEfficiency .details_header {
        text-align: center;
        font-size: large;
        --font-style: normal;
        font-family: "Arial";
    }

    #fanEfficiency .details_sub_header {
        text-align: center;
        font-size: large;
        font-style: normal;
        font-family: "Arial";
    }

    #fanEfficiency .table_with_data {
        margin-left: auto;
        margin-right: auto;
        width: 86%;
    }

    #fanEfficiency .data_table {
        border: 2px solid #000;
        float: left;
        height: 110px;
        width: 120px;
        position: relative;
    }

    #fanEfficiency .data_margin {
        margin-right: 5px;
    }

    #fanEfficiency .Middle_text {
        text-align: center;
        font-size: small;
        font-style: normal;
        font-family: "Arial";
        width: 100%;
        float: left;
        padding-top: 10px;
    }

    #fanEfficiency .botton_text {
        margin-left: auto;
        margin-right: auto;
        width: 71%;
        border: 2px solid #000;
        padding-left: 5px;
    }

    #fanEfficiency .botton_text_print {
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        border: 2px solid #000;
        padding-left: 5px;
    }

    #fanEfficiency .botton_text_in_table {
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-family: "Arial";
        vertical-align: bottom;
        width: 120px;
        position: absolute;
        bottom: 3px;
    }

    #fanEfficiency .head_in_table {
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-family: "Arial";
        --vertical-align: middle;
        margin-top: 5px;
        width: 120px;
    }

    #fanEfficiency .dinamic_values {
        text-align: center;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

.price-type {
    color: #ff8205;
    font-weight: normal;
    margin-left: 5px;
    font-family: Verdana,Arial,Helvetica;
    font-size: 14px;
}


.right-caret:after {
    border-left: 5px solid #ffaf46;
}


@media (max-width:1024px) {
    #popup-tab-collection {
        width: 984px;
    }
}

@media (max-width:980px) {
    #login-popup-register-phone1 {
        margin-left: 50px !important;
    }

    #popup-tab-collection {
        width: 940px;
    }
}

@media (max-width:940px) {
    #login-popup-register-phone1 {
        margin-left: 40px !important;
    }

    .wishlist-popup {
        width: 100% !important;
    }

    .popup-wishlist-result-row span:nth-child(2) {
        width: 55% !important;
    }

        .popup-wishlist-result-row span:nth-child(2) input {
            width: 95% !important;
        }

    .popup-wishlist-result-row span:last-child {
        width: 25% !important;
    }

    #popup-tab-collection {
        width: 900px;
    }
}

@media (max-width:900px) {
    #login-popup-register-phone1 {
        margin-left: 30px !important;
    }

    #popup-tab-collection {
        width: 860px;
    }
}

@media (max-width:860px) {
    #login-popup-register-phone1 {
        margin-left: 20px !important;
    }

    #popup-tab-collection {
        width: 820px;
    }
}

@media (max-width:820px) {
    #login-popup-register-phone1 {
        margin-left: 10px !important;
    }

    #popup-tab-collection {
        width: 780px;
    }
}

@media (max-width:813px) {
    #login-popup-register-fn, #login-popup-register-ln, #login-popup-sales-person, #login-popup-form-location, #login-popup-register-email, #login-popup-register-password {
        margin-left: 5px;
    }

    #popup-tab-collection {
        width: 673px;
    }
}


@media (max-width:780px) {
    #login-popup-register-phone1 {
        margin-left: 5px !important;
    }

    #popup-tab-collection {
        width: 740px;
    }
}


@media (max-width:768px) {

    #popup-tab-collection {
        width: 728px;
    }

    #divCompareTable {
        width: 570px;
    }
}

@media (max-width:753px) {
    #login-popup-register-phone1 {
        margin-left: 0px !important;
    }

    #popup-tab-collection {
        /*width: 713px;*/
        width:auto;
    }
}

#creIteNotes{
    width:100%;
}
.OrderCreateText{
    border: 1px solid #EEEEEE;
    background:#EEEEEE;
    text-align: center;
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0px 0px;
    font-weight: normal;
    font-family: Verdana,Arial,sans-serif;
}

#creShipMethod{
height:26px;
}

#creIteNotes{
    height:60px;
}

/* .ErrorStyleToolTip{
   
} */
.topButtonRight
{
float: right; 
margin-top: 10px;
}

#sbox-login {
    display: none;
    z-index: 400;
    position: absolute;
    right: 10px;
    top: 60px;
    max-width: 500px;
    background-color:#e7e7e7;
    -webkit-box-shadow: -5px 7px 15px 5px #FFFFFF;
    -moz-box-shadow: -5px 7px 15px 5px #FFFFFF;
    box-shadow: -5px 7px 15px 5px #FFFFFF;
}

    #sbox-login .login {
        background: #F1F1F1;
        width: 500px;
        border: 1px solid #DCDCDC;
    }

        #sbox-login .login a {
            text-decoration: none;
        }

    #sbox-login .tabs {
        list-style: none;
        padding: 0;
    }

        #sbox-login .tabs li {
            display: inline-block;
            background: #EDEDED;
            margin: 0;
            padding: 0;
            text-align: center;
            border-bottom: 1px solid #DCDCDC;
            padding-right: 2px;
        }

            #sbox-login .tabs li:first-child {
                border-right: 1px solid #DCDCDC;
            }

            #sbox-login .tabs li.active {
                background: #F1F1F1;
                border-bottom: none;
		border: 1px solid #DBDBDB;
		border-bottom: 0px solid #DBDBDB;
		padding-bottom: 1px;
		margin-bottom: -1px;
            }

            #sbox-login .tabs li a {
                display: inline-block;
                margin: 0;
                padding: 5px;
		color: #434343;
            }

    #sbox-login .tab-content {
        padding: 10px;
        margin-top: 30px;
    }
    #sbox-login .tab-pane {
        /*height: 400px;*/
	    color:#333333;
	    background-color:#E7E7E7;
    }
    #sbox-login .forgotlinks {
        margin-top: 20px;
    }

#loginPhone {
    display: none;
}

/* #sbox-login select
,#sbox-login input {
	border: 1px solid #FFF;
	border-top: 1px solid #CBC7C8;
	box-shadow: 0px 0px 0px;
	display: inline-block;
	background: #E5E5E5;
	min-width: 53px;
	height: 38px;
	font-size: 14px;
	line-height: 28px;
	padding-left:10px;
	padding-right:0px !important;
	
} */
#sbox-login .forgotlinks {
font-size:14px;
color: #434343;
}
/* #sbox-login label {
display: inline-block;
font-size: 14px;
color: #434343;
line-height: 30px;
} */
#sbox-login legend,
.popupMenus legend {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 8px;
}
.btnProduct {
    /*width:80px;*/
    width: auto;
}
.menuXSValue {
width:50px;
line-height:20px;
height:24px;
text-align:right;
}
.menuXSText {
font-size:12px;
}
.popupMenus {
z-index:1000;
}

.popupMenus  .menuXSName {
width:70px;
display:inline-block;
}
.popupMenus .subLinks li a:hover {
cursor: pointer;
}
.removefilter:hover {
cursor: pointer;
}
@media (max-width:320px) {
	.btn-popup-light-grey {
		width: 100%; 
		margin: 5px 0;
	}
    .quantity-counter-btns-wrapper .btn-popup-light-grey {
        margin: 0;
    }
    #popup-ask-question .btn-popup-red, #popup-prod-print .btn-popup-red {
        width: 100%;
        margin: 5px 0;
    }
}
.removeFilter {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 7px;
	right: 45px;
	background: url("../jpg/x_button.jpg") center center no-repeat;
	background-size: cover;
	border: solid 4px #ffffff;
	z-index: 2;
}

.enLabTable {
    background-image: url('../png/energyguide.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    border: 1px solid #000000;
    width: 550px;
    font-family: Arial,Verdana;
    border-collapse: collapse;
	line-height:normal;
}

    .enLabTable .enLabTop {
        height: 78px;
        border-bottom: 6px solid #000000;
    }

    .enLabTable .enLabLeft {
        border-right: 8px solid #000000;
        width: 60%;
    }

    .enLabTable .enLabLeft, .enLabTable .enLabRight {
        vertical-align: top;
        padding-top: 10px;
    }

    .enLabTable td h1 {
        font-family: Arial,Verdana;
        font-size: 24px;
        text-align: center;
        font-weight: normal;
        width: 99%;
        margin: 0px;
    }

    .enLabTable .enLabBottom {
        width: 100%;
        border-top: 1px solid #000000;
        line-height: 20px;
        height: 30px;
    }

        .enLabTable .enLabBottom .enLabBottomLeft {
            float: left;
            font-size: 10px;
            margin-left: 15px;
        }

        .enLabTable .enLabBottom .enLabBottomRight {
            float: right;
            font-size: 10px;
            padding-left: 15px;
            font-weight: bold;
            margin-right: 15px;
        }

    .enLabTable .enLabCost {
        width: 100%;
    }

        .enLabTable .enLabCost .enLabPrice {
            font-size: 60px;
            font-weight: bold;
        }

        .enLabTable .enLabCost .enLabProgress {
            padding-left: 20px;
            padding-right: 20px;
        }

        .enLabTable .enLabCost .enLabProgressBox {
            width: 100%;
            border: 2px solid #000000;
            height: 25px;
            position: relative;
        }

            .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxBlack {
                height: 25px;
                position: absolute;
                background-color: #000000;
		top:-2px;
            }

            .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxDivL, .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxDivR, .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxDivC {
                position: absolute;
           }

            .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxDivL, .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxDivR {
                height: 10px;
                top: 6px;
            }

            .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxDivC {
                height: 14px;
                top: 4px;
            }

            .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxDivC {
                left: 50%;
            }

            .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxDivL {
                left: 25%;
            }

            .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxDivR {
                left: 75%;
            }

            .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxMin
	, .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxMax {
                font-family: Arial,Verdana;
                font-size: 18px;
                position: absolute;
		line-height:22px;
		padding:0px;
		margin:0px;
            }

            .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxMin {
                left: 0px;
                padding-left: 4px;
                color: #FFFFFF;
            }

            .enLabTable .enLabCost .enLabProgressBox .enLabProgressBoxMax {
                right: 0px;
                padding-right: 4px;
            }
.enLabArrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #000;
    margin-bottom: 3px;
}

.enLabTable .enLabRange {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 14px;
}
.enLabTable .enLabPermi {
    margin-bottom: 7px;
    text-align: center;
    font-size: 14px;
}

.enLabTable .enLabLeftText ul {
    font-size: 10px;
}

.enLabTable .enLabValue {
    margin-top: 7px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.center-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Prices */
.product-item-price {
    font-weight: bold;
    margin: 2px 0px;
    font-size: 20px;
    line-height: 30pt;
    color: #454545;
    text-align: center;
    /*padding: 4px 0px;*/
    border: 1px solid #E4E4E4;
    /*width: 49%;*/
    width: 50px;
    padding: 10px;
    margin-right: -1px;
}

.popup-info-price-container {
    padding-right: 0px;
    text-align: right;
    float: right;
    max-width: 200px;
    width: 100%;
}


.popup-info-price-container-other-price {
    text-align: right;
    padding-right: 10%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757575;
}

 .popup-info-price-container-price {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .popup-info-price-container-footer {
        float: left;
        width: 100%;
        position: static !important;
    }

    .infoBlock-content>.tab-pane{
        height: auto;
    }
    .infoBlock-content>.row>.tab-pane{
        height: auto;
    }
        
#popup-ask-question {
    padding-left: 30px;
}

.container-quantity-wrapper {
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
    color: #000000;
    background: #ffffff;
}

.container-quantity-wrapper > div:first-child {
    align-self: center;
}

.container-quantity-wrapper .quantity-counter-btns-wrapper {
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 3px 0 5px;
}

.quantity-counter-btns-wrapper .quantity-btn {
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    outline: 1px solid transparent;

    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quantity-counter-btns-wrapper .quantity-btn:focus,
.quantity-counter-btns-wrapper .quantity-btn:active {
    outline: 1px solid transparent;
}

#quantity-product,
#cnfQty {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #919191;
    margin-right: -1px;
}

    #quantity-product.negQTYValue,
    #cnfQty.negQTYValue {
        background-color: #ff5959;
    }

@media (max-width: 767px) {
    .container-quantity-wrapper {
        justify-content: center;
    }
}

@media(max-width:420px){
    #popup-ask-question {
        padding-left: 10px !important;
    }
    #popup-ask-question .sub-popup-header {
        width: 90%;
    }
    #popup-ask-question {
        padding-left: 1em;
    }
    #popup-ask-question > p, #popup-ask-question input, #popup-ask-question textarea, #popup-ask-question label {
        width: 100%;
    }
}

@media(max-width:430px) {

}

@media(max-width:390px) {
    #popup-prod-print textarea, #popup-prod-print select {
        width: 100%;
    }
}


#inpAskYourName, #inpAskYourEmail, #txtPrdAsk {
    font-family: arial;
    width: 350px;
}

#txtComparePrint {
   /* background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    border-radius: 4px;*/
    padding: 4px;
    width: 360px;
}
.blockInfoMail textarea {
    /* background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
        border-radius: 4px;*/
    padding: 4px;
    width: 360px;
}
.blockInfoMail input {
   /* background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    border-radius: 4px;*/
    line-height: 24px !important;
    height: 24px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
    width: 360px;
    box-sizing: content-box;
}
#comparePrintLocation {
   /* background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    border-radius: 4px;*/
    line-height: 30px !important;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
    width: 350px;
    box-sizing: content-box;
} 
.blockInfoMail select {
    /*background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    border-radius: 4px;*/
    line-height: 30px !important;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
    width: 350px;
    box-sizing: content-box;
}
.blockInfoMail{
    margin-top:-25px;
}
.topText {
    text-align: center;
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0px 0px;
    font-weight: normal;
}
body .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
#thumb.hasAddImages {
    height: 275px !important;
    margin-bottom: 5px !important;
}
@media (max-width:792px) {
    .popup-info-price-container {
        width: 35%;
    }
}

.ulAddInfo {
padding:0;
        margin:0;
        list-style-type:none;
        font-size:13px;
        color:#717171;
        width:100%;
}

.ulAddInfo li{
 border-bottom:1px solid #eeeeee;
        padding:7px 10px 7px 10px;
}

  .ulAddInfo li:hover
    {
        background-color:#ffcc00;
    }
.ulAddInfo li:hover a
    {
        color:White;
    }


.ulAddInfo a:link
    {
        color:#717171;
        text-decoration:none;
    }

.ulAddInfo a:hover
    {
        color:White;
    }


/**Wish list notification*/

#wlNotification, #cartNotification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
}

.cNtfc-background-wl, .cNtfc-background-cart {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.wlNotification-inner, .cartNotification-inner {
    position: absolute;
    z-index: 2;
    width: 300px;
    max-width: 80vw;
    max-height: 80vh;
    height: auto;
    top: 50%;
    left: 50%;
    padding: 15px;
    background: #ffffff;
    /*border: solid 2px #e8e8e8;*/
    text-align: center;
    color: #333333;
    font-size: 19px;
    line-height: 120%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 0px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}

    .wlNotification-inner:hover {
        color: #9e7d3d;
    }
.cartNotification-inner:hover {
    color: #9e7d3d;
}

.cNtfc-1 {
    float: left;
    width: 100%;
    height: 130px;
    margin-bottom: 5px;
}

    .cNtfc-1 img {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.cNtfc-2 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.cNtfc-3 {
    float: left;
    width: 100%;
    font-size: 12px;
}
/*End Cart Notification*/

.tab-prod-info-list {
    margin-bottom: 1rem;
    padding-left: 40px;
    line-height: 18px;
    list-style-type: none;
}

    .tab-prod-info-list > li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .tab-prod-info-list .tp-prod-info-header {
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 10px;
        font-size: 12px;
    }

.tab-prod-info-list .tp-prod-info-text {
    float: none;
    font-size: 12px;
    text-align: right;
}

/* #region Account Popup */

#dialog-account .popupTable input {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 0 0.5rem;
    padding: 2px 4px;
    border: 1px solid #767676;
    line-height: 36px !important;
    box-sizing: border-box;
}

#dialog-account .popupTable .acc-phone-wrapper {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    margin: 0 0 8px;
}

#dialog-account .popupTable .acc-phone-wrapper .acc-phone-input {
    width: auto;
    margin: 0;
    text-align: center;
}
 
#dialog-account .password-requirements-block {
    position: relative;
}

#dialog-account .popupTable .password-require-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    padding: 10px 0;
    background: #ffffff;
}

#dialog-account .popupTable .password-requirements-header {
    font-size: 16px;
}

#dialog-account .popupTable .alert {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 10px;
    border-radius: 0;
}

#dialog-account .popupTable .acc-btn {
    display: inline-block;
    width: auto;
    margin: 0 0 0.5rem;
    padding: 0.5rem 0.75rem;
    /* background-color: #5cb85c; */
    background-color: #e5e5e5;
    background-image: none;
    /* border-color: #4cae4c; */
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    /* color: #ffffff; */
    color: #666666;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    transition: all 400ms ease-in 0ms;
}

#dialog-account .popupTable button.disabled,
#dialog-account .popupTable button:hover.disabled {
    cursor: not-allowed;
    color: #666666;
    background-color: #e5e5e5;
    /* opacity: .65;
    background-color: #5cb85c; */
}

#dialog-account .popupTable button:hover {
    /* color: #fff; */
    color: #000000;
    /* background-color: #449d44;
    border-color: #398439; */
}

#dialog-account .popupTable button:focus {
    /* color: #333; */
    color: #000000;
    outline: 5px auto #333;
    outline-offset: -2px;
}

#dialog-account .alert-match,
#dialog-account .alert-old {
    display: none;
}

#dialog-reset-register {
    max-height: 100px !important;
    min-height: auto !important;
}

.tab-content .login-email-wrap {
    position: relative;
}

.login-email-wrap .error-popover {
    display: none;
    min-width: 215px;
    max-width: 275px;
    padding: 5px 10px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1060;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    opacity: 1;
}

    .login-email-wrap .error-popover::before,
    .login-email-wrap .error-popover::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border: 11px solid transparent;
        border-bottom-color: rgba(0, 0, 0, .25);
        border-top-width: 0;
    }

    .login-email-wrap .error-popover::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-bottom-color: #ffffff;
        border-top-width: 0;
    }

/* #endregion Account Popup */

#divBreadCrumbs {
display: inline-block;
}

#divRightButtons {
    	display: inline-block;
    	right: 10px;
	position: absolute;
}

.butTopCompare {
    border: none;
}

}