﻿@charset "utf-8";
/*=================Table of CSS According to Page===================
1)Home Page
2)Mivza Page
3)Stores inside Page
4)Stores Page
5)checkout Page
6)Product Page
=========================================================================================================================================================*/



/* 1)Home Page
---------------------------------------------------------------------------------------------------------------------------------------------------------*/
#bez-wrapper {
    width: 968px;
    margin: 0px auto;
    background: #ffffff;
    padding: 0px 10px;
    overflow: hidden;
    position: relative;
}

.bez-content {
    /*padding: 0px 0px 45px 0px;*/
    padding: 0px 0px 10px 0px;
    width: 100%;
    display: table;
}
/*---------sidebar------------*/
.bez-sidebar {
    width: 245px;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.ie9 .bez-sidebar {
    margin-right: 9px;
    margin-left: 1px;
}

.repeat {
    border: 1px solid #dcdff0;
    background: url(../images/bg.jpg) left bottom repeat-x #ffffff;
    min-height: 50px;
    border-radius: 5px;
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

ul.services {
    padding: 15px;
}

    ul.services li {
        margin-bottom: 10px;
        line-height: 18px;
        padding-right: 70px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

        ul.services li a {
            display: block;
        }

        ul.services li strong {
            display: block;
        }
        .street label { float: right; margin: 0 5px; }
.bg-one {
    background: url(../images/bg1.png) right top no-repeat;
}

.bg-two {
    background: url(../images/bg2.png) right top no-repeat;
}

.bg-three {
    background: url(../images/bg3.png) right top no-repeat;
    margin-bottom: 2px !important;
}

#divServices ul.services a {
    cursor: default;
}

.repeat h3 {
    font-weight: bold;
    background: url("../images/secondary-header-bg.jpg") repeat-x left top #1C2159;
    height: 28px;
    line-height: 28px;
    border-radius: 5px 5px 0px 0px;
    padding: 0px 12px;
}

    .repeat h3.business {
        font-weight: bold;
        background: url("../images/secondary-header-business-bg.jpg") left top repeat-x #e1e1e1;
        /*background: url("../images/secondary-header-bg.jpg") repeat-x left top #1C2159;*/
        height: 28px;
        line-height: 28px;
        border-radius: 5px 5px 0px 0px;
        padding: 0px 12px;
    }

.ie9 .repeat h3 {
    margin-right: 1px;
}

.repeat form {
    padding: 10px 5px;
    padding-left: 0px;
}

    .repeat form .btn {
        margin-right: 2px;
        float: left;
        margin-left: 5px;
    }

.ie9 .winter img {
    float: left;
}

.winter img {
    margin-bottom: 10px;
}

.winter {
    padding-bottom: 15px;
}

    .winter h2 {
        margin-bottom: 5px;
        font-weight: bold;
    }

    .winter h2, .winter a, .winter p {
        padding: 0px 15px;
    }

    .winter p {
        margin-bottom: 10px;
    }

    .winter a {
        display: block;
        text-align: left;
    }
/*---------sidebar------------*/

* {
    outline: none;
}

.page {
    width: 690px;
    float: right;
    margin-bottom: 2px;
    margin-left: 23px;
    margin-top: 6px;
    z-index: 99;
}

.bez-slider {
    border: 1px solid #dcdff0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*height: 205px;*/
    height: 221px;
    margin-bottom: 20px;
    background: url(../images/design-bg.png) left top no-repeat #fbfcff;
    overflow: hidden;
}

.tabbed_area {
    height: 175px;
}

.tab-content {
    overflow: hidden;
    border-bottom: 1px solid #dcdff0;
    height: 202px;
}

    .tab-content div {
        height: 250px;
        display: block;
    }

    .tab-content img {
        width: 688px;
        height: 235px;
    }

.tab-content, .tabing {
    height: 175px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

    .tabing img {
        border-radius: 5px 5px 0px 0px;
    }

.tabing {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/design-bg.png) left top no-repeat #fbfcff;
}

#tabbed_box_1 {
    margin: 0px auto 0px auto;
    width: 300px;
}

ul.tabs {
    overflow: hidden;
    background-color: #98989a;
}

    ul.tabs li {
        float: left;
        height: 45px;
        text-align: center;
        /*margin: 0px 4px;*/
        background-color: #98989a;
        border-left: 1px solid #fff;
        text-decoration: none;
    }

        ul.tabs li:first-child {
            border: none;
        }

        ul.tabs li a {
            /*height: 25px;
    line-height: 25px;*/
            display: block;
            text-decoration: underline;
            height: 100%;
            line-height: 45px;
            color: #fff;
            font-size: 14px;
            padding: 0 31px;
        }

            ul.tabs li a:hover, ul.tabs li a.active {
                /*background: url(../images/bg.jpg) left bottom repeat;
    border-radius: 0px 0px 5px 5px;*/
                background-color: #555555;
                /*border: 1px solid #dcdff0;
    border-top: none;*/
                text-decoration: none;
                color: #fff;
            }

.banner {
    width: 255px;
    float: right;
    margin-top: 5px;
}

    .banner img {
        float: left;
        width: 224px;
        height: 169px;
    }

.text {
    float: left;
    width: 330px;
    height: 160px;
    margin-top: 5px;
    padding-top: 15px;
    padding-right: 40px;
    padding-left: 60px;
    position: relative;
}

    .text img {
        position: absolute;
        left: 0px;
        bottom: 15px;
    }

    .text p {
        line-height: 25px;
    }

    .text h2 {
        margin-bottom: 7px;
    }

.details a {
    display: block;
}
/*---------products------------*/

.ie9 .item img {
    margin-right: 2px;
}

.item {
    width: 214px;
    height: 195px;
    float: right;
    border-radius: 5px;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 1px 1px #e3e4f0;
    margin-left: 16px;
    background: #ffffff;
    margin-bottom: 23px;
    position: relative;
}

    .item h3 {
        line-height: 18px;
        text-align: center;
        margin-top: 7px;
        font-weight: bold;
    }

    .item .btn {
        float: left;
        margin-left: 3px;
        margin-top: 5px;
    }

.price {
    float: right;
    margin-right: 5px;
    max-width: 125px;
}

    .price span {
        margin-bottom: 3px;
        display: block;
        text-decoration: line-through;
    }

    .price strong {
        display: block;
    }

.more {
    display: block;
    line-height: 28px;
    font-weight: bold;
    height: 28px;
    background: #f4f7fe;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}

.item .more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

    .item .more span {
        background: url(../images/blue-arrow-right.png) left 6px no-repeat;
        padding-left: 10px;
    }

.third-item {
    margin-left: 0px !important;
}
/*---------products end------------*/

/*---------more-section------------*/
.more-section {
    background: url(../images/bg.jpg) left bottom repeat-x #ffffff;
    border-radius: 5px;
    border: 1px solid #dcdff0;
    min-height: 75px;
    clear: both;
    margin-bottom: 25px;
}

    .more-section ul li {
        float: right;
        padding: 12px 10px;
        border-right: 1px solid #dcdff0;
        width: 219px;
    }

    .more-section ul li {
        background-position: 180px center;
    }

        .more-section ul li img {
            float: right;
            margin-left: 15px;
        }

        .more-section ul li.first-child {
            border-right: none;
        }

        .more-section ul li strong, .more-section ul li a {
            display: block;
        }
/*---------more-section end------------*/
/*---------bez-our-brands------------*/
.bez-our-brands {
    margin-bottom: 23px;
    position: relative;
    overflow: hidden;
    height: 44px;
    width: 100%;
    display: table;
}

.jcarousel-skin-tango {
    overflow: hidden;
    height: 45px;
}

.bez-our-brands ul {
    width: 920px;
    margin: 0px auto;
    overflow: hidden;
}

    .bez-our-brands ul li {
        float: left;
        height: 32px;
        line-height: 32px;
        width: 110px;
        border: 1px solid #eaeaea;
        background: #ffffff;
        border-radius: 5px;
        margin-right: 3px;
        box-shadow: 0px 0px 8px 3px #f3f3f3 inset;
        text-align: center;
        padding: 4px 0px;
    }

        .bez-our-brands ul li a {
            display: block;
            background: url(../images/blue-arrow.png) 5px center no-repeat;
            padding-left: 10px;
            background-position: 7px 8px;
        }

        .bez-our-brands ul li img {
            height: 32px;
            min-width: 30px;
        }

        .bez-our-brands ul li.last-child {
            margin-right: 0px;
        }
/*---------bez-our-brands end------------*/

/*---------bez-my-products------------*/
.ie9 .bez-my-products, .ie9 .more-section {
    margin-left: 1px;
}

.bez-my-products {
    padding: 7px 6px;
    border: 1px solid #dedede;
    border-radius: 5px;
    overflow: hidden;
}

    .bez-my-products h3 {
        margin-bottom: 5px;
    }

    .bez-my-products ul {
    }

        .bez-my-products ul li {
            border: 1px solid #dedede;
            border-radius: 5px;
            background: url(../images/li-img.png) left top no-repeat #e8eefc;
            width: 195px;
            height: 30px;
            padding: 20px 15px;
            float: right;
            margin-left: 6px;
            margin-right: 3px;
        }

            .bez-my-products ul li img {
                float: right;
                margin-left: 15px;
            }

            .bez-my-products ul li a {
                display: block;
                background: url(../images/darkblue-arrow.png) left center no-repeat;
            }

            .bez-my-products ul li strong {
                display: block;
            }
/*---------bez-my-products end------------*/



/* 2) Mivza Page
---------------------------------------------------------------------------------------------------------------------------------------------------------*/
.deals {
    border: 1px solid #dcdff0;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    padding: 6px 10px 0px 15px;
    margin-top: -3px;
    z-index: 12;
    margin-bottom: 18px;
    overflow: hidden;
    background: #FBFCFF;
}

    .deals h1 {
        float: right;
        width: 120px;
        padding-left: 10px;
    }

    .deals img {
        margin-bottom: 3px;
    }

.common-deals {
    min-width: 135px;
    float: right;
    line-height: 16px;
    margin-top: 5px;
}

    .common-deals span, .common-deals strong {
        display: block;
        margin-bottom: 1px;
    }

    .common-deals span {
        margin-bottom: 3px;
    }

    .common-deals ul li a {
        color: #55acef;
    }

.filter {
    width: 105%;
    overflow: hidden;
    padding: 3px 0px;
    border-top: 1px solid #dcdff0;
    margin-right: -10px;
}

    .filter ul {
        float: right;
        margin-right: 10px;
    }

        .filter ul li {
            float: left;
            line-height: 21px;
            margin-left: 9px;
            font-weight: bold;
        }

            .filter ul li span {
                display: block;
                margin-left: 22px;
            }

            .filter ul li a {
                display: inline-block;
                background: url(../images/filter-a-bg.png) left top repeat-x;
                line-height: 20px;
                border: 1px solid #dcdff0;
                border-radius: 3px;
                padding: 0px 17px;
                font-weight: normal;
            }

.for-pd ul li a {
    padding: 0px 5px 0px 3px;
}

.filter ul li a:hover {
    background: #ffffff;
    color: #55ACEF;
}

.deals img {
    float: left;
}

.input-small {
    width: 100px;
}

.promotion {
    overflow: hidden;
}

    .promotion p {
        margin-bottom: 10px;
    }

    .promotion form {
        padding-bottom: 0px;
    }

.select {
    width: 50px;
    height: 27px;
    float: left;
    border: 1px solid #dcdff0;
    border-radius: 3px;
}

.repeat-left {
    width: 139px;
    min-height: 115px;
    padding: 7px 10px 10px 5px;
    background: #ffffff;
    float: left;
    border-radius: 5px 0px 0px 5px;
    margin: 1px 0px 0px 1px;
}

    .repeat-left p {
        line-height: 16px;
    }

    .repeat-left a {
        background: url(../images/blue-arrow2.png) left center no-repeat;
        padding-left: 10px;
        display: inline-block;
        font-weight: bold;
    }

        .repeat-left a:hover, .repeat-left a:focus {
            text-decoration: underline;
        }

    .repeat-left h2, .repeat-left p {
        margin-bottom: 5px;
    }

.repeat-right {
    width: 88px;
    float: left;
    margin-top: 1px;
}

.form form {
    padding-bottom: 0px;
}

.repeat-right img {
    float: left;
    border-radius: 0px 3px 3px 0px;
}

.inner-page {
    margin-left: 0px !important;
    width: 682px !important;
    padding: 12px;
    background-color: #f6f8fe;
    border: 1px solid #dcdff0;
    border-radius: 5px;
}

    .inner-page .item {
        margin-bottom: 24px;
    }

.ie8 .inner-page .item {
    margin-bottom: 27px;
}

.innerbg {
    /*background-image: url(../images/designbg.png);*/
    background-position: left 0px;
    background-repeat: no-repeat !important;
}

.sell {
    font-weight: bold;
    margin-bottom: 10px;
}

.for-width {
    width: 355px;
    margin-bottom: 40px;
}

.innerbg .item {
    height: 207px;
}

.for-width strong {
    font-weight: normal;
}

ul.pager {
    display: block;
    text-align: center;
}

    ul.pager li {
        display: inline;
        margin: 0px 2px;
    }

        ul.pager li a {
            display: inline-block;
            font-weight: bold;
        }
/* 3)Stores inside Page
---------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-section {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px 1px #E3E4F0;
    margin-bottom: 40px;
    min-height: 407px;
}

.page-section-inner {
    padding: 0px 10px;
}

.map {
    float: left;
    width: 350px;
    height: 15px;
}

.address {
    float: right;
    width: 300px;
}

    .address table {
        border: 1px solid #dcdff0;
        margin-bottom: 10px;
    }

        .address table td {
            border-bottom: 1px solid #dcdff0;
            line-height: 30px;
            padding: 0px 5px;
        }

.branch {
    text-decoration: underline;
}

    .branch:hover, .branch:focus {
        text-decoration: none;
    }
/* 4)Stores Page
---------------------------------------------------------------------------------------------------------------------------------------------------------*/
.stores {
    border: 1px solid #dcdff0;
    line-height: 25px;
    margin-bottom: 20px;
}

    .stores .first-child a:hover {
        text-decoration: none;
    }

    .stores td, .stores th, .stores caption {
        border-bottom: 1px solid #dcdff0;
    }

    .stores th {
        text-align: right;
        color: #97abdf;
    }

    .stores th, .stores td {
        padding: 0px 5px;
    }

    .stores td {
        line-height: 30px;
    }

        .stores td a {
            font-weight: bold;
            text-decoration: underline;
        }

        .stores td img {
            float: left;
        }

        .stores th.first-child, .stores td.first-child {
            text-align: left;
        }

    .stores caption {
        text-align: right;
        background: #d4dff6;
        padding: 0px 5px;
    }

    .stores th {
        background: #f6f8fe;
    }

.small-logo {
    width: 21px;
    height: 28px;
    display: inline-block;
    background: url(../images/small-logo.png) left top no-repeat;
    margin-bottom: -9px;
}

.ie7 .small-logo {
    margin-bottom: 0px;
}

.ie7 .i {
    margin-bottom: -3px;
}

.i {
    width: 21px;
    height: 28px;
    display: inline-block;
    background: url(../images/i.png) left top no-repeat;
    margin-bottom: -9px;
    margin-left: 10px;
    position: relative;
}

.tooltip {
    display: none;
    background: url(../images/tooltip-bg.png) left top no-repeat;
    height: 51px;
    width: 110px;
    padding: 10px 15px 20px 15px;
    font-weight: bold;
    line-height: 18px;
    z-index: 999;
    position: absolute;
    left: -85px;
    top: -73px;
}

.i:hover .tooltip {
    display: block;
}
/* 5)checkout Page
---------------------------------------------------------------------------------------------------------------------------------------------------------*/
.checkout {
    border: 1px solid #dcdff0;
    margin-bottom: 10px;
}

.confirmation {
    border-bottom: 1px solid #dcdff0;
}

.row {
    border-top: 1px solid #dcdff0;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

    .row div {
        /*min-height: 10px;*/
    }

    .row .two span, .row .three span, .row .four span {
        padding-top: 10px;
        display: inline-block;
    }

.one {
    width: 315px;
    float: left;
}

    .one input[type="checkbox"] {
        float: right;
        margin-top: 11px;
        position: relative;
        top: 12px;
    }

.ie7 .one input[type="checkbox"] {
    margin-top: 7px;
    position: relative;
    top: 12px;
}

.ie8 .one input[type="checkbox"] {
    margin-top: 9px;
}

.one label {
    display: block;
    line-height: 20px;
}

.one input[type="radio"] {
    float: right;
}

.one img {
    float: right;
    margin-left: 7px;
    border: 1px solid #dcdff0;
    padding: 5px;
    border-radius: 5px;
}

.one span {
    display: block;
    line-height: 16px;
}

.delete {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/delete.png) left top no-repeat;
}

    .delete:hover, .delete:focus {
        background-position: left bottom;
    }

.row .delete {
    position: absolute;
    left: 5px;
    top: 57%;
    margin-top: -6px;
}

.row-top span {
    float: left;
    padding-top: 0px !important;
}

.row-top strong {
    font-weight: normal;
}

.mr-rt {
    margin-right: 75px;
    display: block;
}

.plus, .minus {
    width: 17px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}

.three span {
    display: inline-block;
    position: relative;
    top: -3px;
    width: 15px;
    text-align: center;
}

.ie7 .three span {
    top: 0px;
}

.plus {
    background-position: left top;
}

    .plus:hover, .plus:focus {
        background-position: left -16px;
    }

.minus {
    background-position: -17px top;
}

    .minus:focus, .minus:hover {
        background-position: -17px -16px;
    }

.row-second img {
    margin-right: 20px;
}

.second-head {
    border-top: 1px solid #dcdff0;
    padding-top: 10px !important;
}

.details {
    font-weight: bold;
    text-decoration: underline;
    background: url(../images/blue-arrow.png) left 5px no-repeat;
    display: inline-block;
    padding-left: 15px;
    line-height: 20px;
}

.two {
    width: 125px;
    float: left;
}

.three {
    width: 83px;
    float: left;
}

.four {
    width: 115px;
    float: left;
}

.checkout-head {
    background: #f6f8fe;
    line-height: 30px;
    padding: 0px 10px;
}

    .checkout-head h4 {
        font-weight: bold;
    }
#rdLstCompanyIdType td { white-space:nowrap;} 
#rdLstCompanyIdType td input {margin-top:0; vertical-align:middle;}
.checkout-inner {
    padding: 10px 35px;
}

    .checkout-inner strong {
        display: block; font-weight: bold; color: #4a4a4a; margin-bottom: 15px;
    }

    .checkout-inner ul {
        margin-bottom: 5px;
    }

        .checkout-inner ul li {
            width: 100%;
            display: table;
            margin-bottom: 10px;
        }

            .checkout-inner ul li > span {
                display: block;
                float: right;
                width: 100%;
            }

            .checkout-inner ul.fields-form li > span { padding: 5px 0; }

            .checkout-inner ul li label.main {
                float: right;
                text-align: right;
            }

            .checkout-inner ul li input[type="text"], .checkout-inner ul li input[type="number"], .checkout-inner ul li select {
                float: right;
            }

            .checkout-inner ul li select {
                height: 21px;
                line-height: 21px;
            }

            .checkout-inner ul li input[type="text"], .checkout-inner ul li input[type="number"] {
                line-height: 17px;
                height: 17px;
                width: 160px;
                padding: 0px 5px;
                margin-left: 5px;
            }

            .checkout-inner ul li > label {
                float: right;
                line-height: 17px;
            }

            .checkout-inner ul li .otp-section {
                font-size: 12px;
            }

            .checkout-inner ul li .otp span {
                float: none;
            }

        .checkout-inner ul li .otp .link-button {
            text-decoration: underline;
            cursor: pointer;
            display: inline;
        }




input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.small-input {
    width: 140px !important;
}

.mini-select {
    width: 50px;
}

.large-select {
    width: 210px;
}

.small-select {
    width: 80px;
}

.mini-input {
    width: 22px;
}

.mini-input-second {
    width: 60px !important;
    margin-left: 44px !important;
}

.mini-input-third {
    width: 74px ;
}

.checkout-footer {
    background: #f6f8fe;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #dcdff0;
    box-sizing: border-box;
}

#divPopupAddress #imgClosePopup {
    margin-top: 0px !important;
    border: none !important;
    display: none;
}

.btn-second {
    background: url(../images/btn-second-bg.jpg) left top repeat-x #3f86cd;
    padding: 14px 20px;
    line-height: 18px;
    border: none;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.ie7 .btn-second {
    padding: 10px 0px !important;
}

.checkout-footer .btn-second, .checkout-footer .btn-disabled {
    float: left;
}

.checkout-footer label {
    display: block;
    line-height: 18px;
    overflow: hidden;
    margin-top: 3px;
}

    .checkout-footer label input[type="checkbox"] {
        float: right;
    }

    .checkout-footer label span {
        float: right;
    }

.checkout-footer a {
    text-decoration: underline;
    float: right;
}

    .checkout-footer a:hover, .checkout-footer a:focus {
        text-decoration: none;
    }    

.security {
    background: url(../images/security.png) right center no-repeat;
    padding: 5px;
    padding-right: 50px;
}

    .security a {
        display: block;
        line-height: 18px;
        font-weight: bold;
    }

        .security a:hover, .security a:focus, .security a.active {
            text-decoration: underline;
        }



/* 6)Product Page
---------------------------------------------------------------------------------------------------------------------------------------------------------*/
.none-bg {
    background: none;
}

.inner-page.none-bg .item {
    margin-bottom: 0px;
    margin-left: 15px !important;
}

    .inner-page.none-bg .item.none-mr-lt {
        margin-left: 0px !important;
    }

.small-cross {
    display: inline-block;
    float: left;
    line-height: 20px;
    height: 20px;
    margin-right: 5px;
    border-right: 1px solid #dcdff0;
    background: url(../images/small-cross.png) left center no-repeat;
    width: 10px;
    cursor: pointer;
}

.ie7 .deals h1 {
    font-weight: normal;
}

.mr-btm {
    margin-bottom: 85px;
}

.product-top {
    border-bottom: 1px solid #dcdff0;
}

    .product-top ul {
        float: left;
        margin-top: 7px;
        height: 22px;
    }

        .product-top ul li {
            float: left;
            height: 22px;
        }

            .product-top ul li a {
                display: block;
                height: 22px;
                line-height: 22px;
                width: 23px;
            }

            .product-top ul li.twitter-icon a {
                background: url(../images/twitter-icon.png) left center no-repeat;
                width: 18px;
            }

.twitter-icon:hover a {
    background: url(../images/twitter-icon-hover.png) left center no-repeat;
}

.product-top ul li.facebook-icon {
    background: url(../images/facebook.png) left center no-repeat;
    margin-right: 7px;
}

    .product-top ul li.facebook-icon a {
        background: url(../images/border.jpg) right center no-repeat;
    }

.facebook-icon:hover {
    background: url(../images/facebook-hover.png) left center no-repeat;
}

.more-icon {
    background: url(../images/more.png) left center no-repeat;
}

    .more-icon:hover {
        background: url(../images/more-hover.png) left center no-repeat;
    }

.prient-icon {
    background: url(../images/print-icon.png) left center no-repeat;
}

    .prient-icon:hover {
        background: url(../images/print-icon-hover.png) left center no-repeat;
    }

.product-middle {
    padding: 15px 0 0 0;
    overflow: hidden;
}

.product-list {
    width: 325px;
    float: left;
}

.product-image {
    width: 323px;
    text-align: left;
}

.product-image-item {
    float: left;
    border: 1px solid #e0dfe5;
    border-radius: 10px;
    margin: 5px 2px;
    cursor: pointer;
    background-color: #fff;
}

.product-image .magnify {
    float: left;
    margin-top: 10px;
}

.product-list-info {
    width: 355px;
    float: right;
    min-height: 100px;
}

    .product-list-info p {
        background: url(../images/b.png) right center no-repeat;
        padding-right: 40px;
    }

        .product-list-info p span {
            display: block;
            font-weight: bold;
        }

.buy-section {
    height: 38px;
    margin-bottom: 15px;
    background: url(../images/angle-left.png) left center no-repeat #e2f2ff;
    border-radius: 0px 8px 8px 0px;
    padding: 14px 20px 14px 35px;
}

.buynow {
    background: url("../images/btn-second-bg.jpg") repeat-x scroll left top #3F86CD;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
    padding: 9px 10px;
    float: left;
    font-weight: bold;
}

a.buynow:hover {
    color: #fff;
}

.buynow span {
    background: url(../images/big-white-arrow.png) left center no-repeat;
    padding-left: 15px;
    display: inline-block;
}

.ie7 .buynow {
    padding: 8px 0px;
}

.price-section {
    float: right;
    line-height: 22px;
}

    .price-section strong {
        display: block;
    }

.product-list-info ul li {
    line-height: 16px;
}


/*--tab css--*/
#tabContaier {
    background: #ffffff;
    border: 1px solid #fff;
    position: relative;
    width: 100%;
}

    #tabContaier > ul {
        overflow: hidden;
        border-bottom: 1px solid #dcdff0;
        height: 26px;
        z-index: 100;
    }

        #tabContaier > ul > li {
            float: right;
            list-style: none;
            margin-left: 3px;
        }

            #tabContaier > ul > li > a {
                border: 1px solid #fcfcfc;
                border-right: 0;
                cursor: pointer;
                display: block;
                height: 25px;
                line-height: 25px;
                padding: 0 15px;
                text-decoration: none;
                border-radius: 5px 5px 0px 0px;
                font-weight: bold;
                border: 1px solid #dcdff0;
            }

                #tabContaier > ul > li > a:hover {
                    background: #dcdff0;
                }

                #tabContaier > ul > li > a.active {
                    background: #dcdff0;
                    border-right: 0;
                }

.tabDetails {
    background: #fbfbfb;
    border: 1px solid #fff;
}

.tabContents {
    padding: 20px;
}

    .tabContents strong {
        font-size: inherit;
    }

    .tabContents ul li {
        float: none !important;
    }

    .tabContents ul {
        height: auto !important;
        border: none !important;
        margin-bottom: 25px;
    }

        .tabContents ul li {
            line-height: 18px;
            background: url(../images/dics.png) right center no-repeat;
            padding-right: 10px;
        }

    .tabContents p {
        text-align: justify;
    }

.pull-left {
    float: left;
}

.upgrades {
    background: #f7f9fe;
    border: 1px solid #dcdff0;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 25px;
}

    .upgrades .row {
        border: none;
    }

        .upgrades .row .one {
            width: 210px;
        }

            .upgrades .row .one a {
                font-weight: bold;
            }

    .upgrades h2 {
        font-weight: bold;
    }

    .upgrades p {
        margin-bottom: 5px;
    }

    .upgrades .row .two {
        width: 350px;
        margin-right: 40px;
    }

    .upgrades .row .four {
        width: 50px;
        text-align: left;
    }

.product-btm {
    background: #e2f2ff;
    padding: 8px;
    width: 101.2%;
    margin-right: -1.9%;
    margin-bottom: -12px;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    margin-left: 1px;
}

.ie7 .product-btm {
    margin-right: -1.7%;
}

.ie9 .product-btm {
    margin-right: -1.66%;
}

.product-btm .price-section {
    float: left;
    margin-left: 25px;
    line-height: 40px;
}

.total-sum {
    border-top: 1px solid #DCDFF0;
    padding: 5px 0 0 2%;
    text-align: left;
}

    .total-sum span {
        color: #2B358F;
        font-size: 1.4em;
        font-weight: 700;
    }



/*ron adds*/
#ulProductDetails {
    margin-right: 15px;
}

    #ulProductDetails li {
        color: #4b4c4e !important;
        list-style-position: outside !important;
    }

.marginBot10px {
    margin-bottom: 10px;
}

.branchDescription {
    font-size: 1.2em;
    margin-top: 5px;
}

.noActive {
    display: none !important;
}

.ckeditor p {
    background: none !important;
    padding: 0;
    font-size: 12px !important;
}

    .ckeditor p span {
        display: inline-block !important;
    }

.ckeditor ul {
    list-style-position: inside !important;
    list-style-type: disc !important;
}


.hand {
    cursor: pointer;
}

.autoHeight {
    height: auto !important;
}

.height95pxOverFlowHidden {
    height: 115px;
    overflow: hidden;
}

.errorvalidate {
    color: red;
    font-weight: bold;
}

.thanksSection {
    font-size: 14px;
    margin-top: 10px;
}

.thanks {
    color: #2393e8;
    font-size: 17px;
}

.mainImgAbout {
    float: left;
    padding: 0 20px 20px 0;
}

.elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.verTop {
    vertical-align: top;
}

.width215 {
    width: 215px;
}

.noBg {
    background: none !important;
}

.noBorder {
    border: none !important;
}

.stickergift {
    float: left;
    background: url('../images/buyGet.png');
    width: 61px;
    height: 41px;
    position: absolute;
    top: -78px;
    left: 135px;
}

    .stickergift span {
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        margin: 4px;
        padding: 8px;
        padding-top: 9px;
        float: right;
        padding-right: 5px;
        padding-top: 2px;
    }

.productgift {
    float: left;
    margin-left: 10px;
    direction: ltr;
}

    .productgift img {
        vertical-align: middle;
    }

.product-list-info ul {
    list-style: inherit;
}
/*
.product-list-info p span
{
    font-size: inherit !important;
}*/

.bez-products .price strong {
    margin-top: 5px;
}


img, .png {
    position: relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}


#newheader {
    background-color: #2b348f;
    height: 33px;
    padding: 13px 0 13px 0;
}

    #newheader #divHeaderHolder {
        width: 968px;
        margin: 0 auto;
    }

    #newheader ul li {
        float: right;
        padding: 5px;
        margin: -3px 10px;
    }

        #newheader ul li a:hover {
            color: #0099FF;
            text-decoration: none;
        }

        #newheader ul li.current {
            background-color: #395faa;
            border-radius: 3px;
        }


    #newheader a {
        color: #fff;
        font: normal 17px arial;
        text-decoration: none;
    }

        #newheader a.current {
        }

    #newheader .basketicon {
        background: url('../images/basket.png') top left no-repeat;
        width: 39px;
        height: 25px;
        display: inline-block;
        position: relative;
        top: -5px;
        left: 15px;
    }

    #newheader .basketiconbusiness {
        background: url('../images/cart_bussiness.png') top left no-repeat;
        /*background: url('../images/cart1.png') top left no-repeat;*/
        width: 40px;
        height: 32px;
        display: inline-block;
        position: relative;
        top: -5px;
        left: 15px;
    }

    #newheader .basketicon .basketcounter {
        position: absolute;
        color: #474e9c;
        top: 0;
        left: -15px;
        background: url(../images/circle.png);
        width: 27px;
        height: 26px;
        text-align: center;
        line-height: 25px;
    }

    #newheader .basketiconbusiness .basketcounter {
        position: absolute; color: #474e9c; top: -8px; left: -6px; background: #fff; min-width: 17px; height: 23px; text-align: center; line-height: 25px; border-radius: 50px; padding: 0px 4px; font-size: 15px;
    }

.navcontainer {
    margin-top: 20px;
    position: relative;
    height: 90px;
    z-index: 999;
}

nav #navbar {
    width: 681px;
    float: right;
    height: 51px;
    background: url('../images/navCenter.png') top left repeat-x;
    height: 71px;
    padding: 10px 0;
}

    nav #navbar > li {
        background: url('../images/TabLines.png') no-repeat top left;
        border-left: 1px solid #ccc;
        height: 52px;
        float: right;
        display: table;
        text-align: center;
        padding: 0 2px 0 2px;
        min-width: 130px;
    }

        nav #navbar > li a {
            color: #595959;
            font-size: 21px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            text-decoration: none;
        }

nav .searcharea {
    float: left;
    width: 203px;
    background: url('../images/navCenter.png');
    height: 71px;
    text-align: right;
    /* margin-right: 7px;*/
}

    nav .searcharea .searchbg {
        background-image: url('../images/searchNew2.png');
        width: 193px;
        height: 41px;
        margin: 16px;
    }

        nav .searcharea .searchbg .magnify {
            position: absolute;
            top: 3px;
            left: 15px;
            cursor: pointer;
            margin-right: 12px;
             margin-top: 10px;
             width: 20px;
        }

        nav .searcharea .searchbg input[type=text] {
            margin-top: 10px;
            width: 140px;
            margin-right: 12px;
            border: none;
            background: none;
            color: #595959;
            font-size: 18px;
            text-align: inherit;
        }

.navbarleftcorner {
    float: left;
    background: url('../images/navLeft.png') top left no-repeat;
    width: 42px;
    height: 71px;
}

.navbarrightcorner {
    float: right;
    background: url('../images/navRight.png') top right no-repeat;
    width: 42px;
    height: 71px;
}

.navcontainer #navbarholder {
    position: absolute;
    z-index: 0;
}

.navcontainer .navbarsublinks {
    position: absolute;
    z-index: -1;
    background: url('../images/navOpenBG.png') top left repeat-x #fff;
    /*height: 261px;*/
    width: 962px;
    top: 35px;
    right: 3px;
    /*visibility: hidden;*/
    display: none;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    border: 1px solid #EDEDED;
}

ul.subnav {
    display: none;
    /*height: 200px;*/
    position: absolute;
    right: 0;
    top: 60px;
    margin: 10px 20px;
    width: 928px;
}

    ul.subnav li {
        padding: 7px 0;
        font-size: 16px;
        float: right;
        min-width: 155px;
        /*max-width: 170px;*/
        width: 25%;
    }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}


.active {
    display: block !important;
}

.noactive {
    display: none !important;
}

#servicesul {
    /*width: 214px;*/ /*height:298px;*/
    border: 1px solid #dcdff0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 15px;
}

    #servicesul li {
        /*height:70px;*/ /*width: 220px;*/
        width: 227px;
        float: right;
        display: block;
        padding: 0;
        border-bottom: 1px solid #dee1f2;
        margin-bottom: 8px;
    }

        #servicesul li:last-child {
            border-bottom: 0;
        }

        #servicesul li div {
            /*float: right;
            width: 100%;*/
            height: 60px;
        }

        #servicesul li img {
            float: right;
        }

        #servicesul li span {
            color: #484b50;
            float: right;
            margin-top: 10px;
        }

        #servicesul li strong {
            font-size: 16px;
            color: #3b97ec;
        }

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0px !important;
}

.marginleft1px {
    margin-left: 1px;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.clearboth {
    clear: both;
}

.relative {
    position: relative;
}

.textdecoration_none {
    text-decoration: none;
}

.bez-productsAddOn .item {
    margin-left: 20px;
    height: 213px;
}

.bez-productsAddOn .saleicon > div {
    position: absolute;
    right: 5px;
    top: -10px;
    z-index: 1;
}

.bez-productsAddOn .saleicon > a {
    display: block;
    text-align: center;
    min-height: 85px;
}

.bez-productsAddOn .saleicon a img {
    width: 134px;
    height: 101px
}

.bez-productsAddOn h3 {
    height: 37px;
}

ul.subnav a {
    color: #2b358f !important;
    font-size: 17px !important;
}

ul.subnav .catname {
    display: inline;
    float: right;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.fs14 {
    font-size: 14px;
}

.fs17 {
    font-size: 17px;
}

.fs12 {
    font-size: 12px;
}

.specialofferpromotion {
    background: none !important;
    color: #2b358f !important;
    font-size: 17px !important;
}

.inlineright {
    display: inline !important;
    float: right !important;
}

.specialofferstrong {
    font-size: 1.2em !important;
    color: #2B358F !important;
}

.width86height131px {
    width: 86px;
    height: 129px;
}

.height215px {
    height: 215px !important;
}

.specialproducta {
    display: block;
    text-align: center;
    min-height: 104px;
}

#navbar > li > a > span {
    width: 110px;
    display: inline-block;
}

#footerholder, #divIntrestingProducts, #wrapProductListinner {
    margin: 0 auto;
    width: 968px;
}

    #divIntrestingProducts h3 {
        color: #2d348e;
        margin-bottom: 10px;
        background-color: #fff;
        font-size: 2.4em;
    }

#wrapProductList {
    margin-bottom: 10px;
    background-color: #c0d8f2;
    width: 100%;
    float: right;
}

#prductListUl {
    background-color: #c0d8f2;
    float: right;
}

.productListLi {
    float: right;
    height: 155px;
}

    .productListLi > a > span {
        width: 180px;
        overflow: hidden;
        display: inline-block;
        text-align: center;
        height: 36px;
    }

.spninner {
    margin: 0;
    padding: 0;
    color: #0e243c;
    font-size: 17px;
}

.product-top .AddThis {
    float: left;
    margin-top: 8px;
    min-width: 120px;
}

.phForLink {
    width: 50px;
    height: 20px;
    clear: both;
    padding-top: 12px;
}

.bez-productsPage .item {
    height: 236px;
}

    .bez-productsPage .item h3 {
        min-height: 37px;
    }

.product-block {
    position: relative;
    z-index: 1;
}

    .product-block .product-icon {
        position: absolute;
        right: 5px;
        top: -10px;
        z-index: 2;
        width: 48px;
        height: 46px;
    }

    .product-block a {
        display: block;
        text-align: center;
        min-height: 85px;
    }

.product-block2 {
    display: table;
    height: 100px;
}

    .product-block2 .inner {
        display: table-cell;
        vertical-align: middle;
    }

        .product-block2 .inner .ptext {
            overflow: hidden;
            width: 200px;
            padding: 5px;
            font-size: 14px;
        }

.width134height101 {
    width: 134px;
    height: 101px;
}

.height34px {
    height: 34px;
}

.nounderline {
    text-decoration: none !important;
}

.fontnormal {
    font-weight: normal;
}

div.deliveryPopup2 {
    display: block;
    width: 14px;
    height: 12px;
    background: transparent url(../images/questionIcon.png) left top no-repeat;
    float: right;
    cursor: pointer;
}

    div.deliveryPopup2:hover {
        background: transparent url(../images/questionIcon.png) left -12px no-repeat;
    }




.width90px {
    width: 90px !important;
}

.width49px {
    width: 49px !important;
}

#basketHolder input[type="text"], #basketHolder input[type="number"] {
    font-size: 12px; border: 1px solid #bdbdbd; height: 35px; margin: 5px 0; width: 100%;
}

    #basketHolder input[type="number"]#otp_verify_code {
        width: 60%;
        height: 35px;
    }

#basketHolder textarea, #basketHolder canvas {
    font-size: 12px;
    border: 1px solid #bdbdbd;
    margin: 5px 0;
    max-width: 100%;
}


/*end ron adds*/

/* elior*/
.tabbed_area a {
    cursor: pointer !important;
}
/* fix for home page carusel mouse over the tabs.*/

/* end elior*/

.summary ul {
    padding: 10px 35px;
}

    .summary ul li {
        color: red;
        font-size: 14px;
        line-height: 14px;
    }

        .summary ul li a {
            color: red;
            font-size: 14px;
            line-height: 14px;
        }

.productListLi:not(:last-child) {
    border-left: 1px solid white;
    margin-left: 20px;
    padding-left: 20px;
}

#btnPrint {
    text-decoration: none !important;
    color: #fff !important;
}

.basketProductName .productHeb {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 120px;
    float: right;
    text-align: right;
}

.basketProductName .productEng {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /*width: 100px;*/
    float: right;
    text-align: left;
    direction: ltr;
}

.marginTop9px {
    margin-top: 9px;
}

.marginTop12px {
    margin-top: 12px;
}

.page-product #lisortprice {
    display: none;
}

.phoneRegBoxContainer {
    float: right;
}

.regBox-responsive {
    padding: 5px;
}

.valid-responsive {
    margin: 5px auto;
}


#spnRightsChecked {
    display: none;
    font-size: 10px;
    padding-right: 25px;
}

#divRegBoxSuccess {
    display: none;
    font-size: 10px;
    padding-right: 25px;
    display: block;
    float: right
}


.iagree {
    padding-right: 25px;
    font-size: 12px;
}

    .iagree a {
        text-decoration: none;
    }

        .iagree a label {
            text-decoration: underline;
        }

#rightsCheckBox {
    position: absolute;
}

#divServices + div .iagree.minFontSize, .bez-sidebar .iagree {
    display: block;
}

.btn-inpage-operations {
    background-color: #000;
    color: #fff;
    padding: 10px 16px;
    line-height: 5px;
    border: none;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.checkout-footer-btn {
    padding: 14px 20px;
    line-height: 18px;
}

.btn-disabled {
    border: 1px solid #999999;
    background-color: #cccccc;
    background-image: none;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.thin-border {
    border: solid;
    border-color: #000000;
    border-width: 1px;
}

canvas.disabled {
    background-color: rgb(235, 235, 228);
}

canvas.signature {
    font-family: David;
    font-size: 9px;
}

.checkout-inner .radio-zone{padding-right: 0px}
.checkout-inner .radio-zone label { margin-left: 20px; white-space: nowrap; width: auto; }


.checkout-inner ul.fields-6 li > div.radio-zone { display: flex;}
.checkout-inner ul.fields-6 li > div.radio-zone + div input { width: 158px; }
.checkout-inner ul.fields-6 li.otp-section { width: 100%; }
#basketHolder.checkout-inner ul.fields-6 li.otp-section input[type=text] { width: 60%; }
.checkout-inner ul.confirm-form.fields-6 li>div { width: 100%; display: flex; }
#basketHolder.checkout-inner ul.fields-6 li.otp-section .btn-inpage-operations { color: #fff; padding: 16px 15px; margin: 5px 0; display: inline-block; background: #222; border-radius: 0; width: 25%; }


.radio-zone input[type=radio] { margin-left: 11px; height: 10px; width: 10px; -webkit-appearance: none; background: #ffffff; border-radius: 100%; margin-top: 0; display: inline-block; padding: 0; box-shadow: 0 0 0 2px #fff, 0 0 0 4px #55acef; vertical-align: middle; }

.radio-zone input[type=radio]:checked { background: #55acef; }

.inline-block{display:inline-block !important; width: auto !important;}
.inline-block + .radio-zone{padding-right:15px;}

.street { display: flex; }
.street > div { display: flex; flex-direction: column; }
.street > div:first-child { width: 70%; }
.street > div:nth-child(2) { width: 30%; } 
#basketHolder .street > div input[type="text"]{width:90%;}
.street > div > label { padding: 5px 0; }


@media (min-width:780px){

    .checkout-inner ul.fields-6 {
        display: flex;
        flex-wrap: wrap;
    }


    .checkout-inner ul.fields-6.confirm-form{
        flex-direction: column;
    }

    .checkout-inner ul.fields-6 li {
        width: 50%;
        display: inline-block;
        align-items: center;
    }

    .checkout-inner ul.fields-6 li.full-width {
        width: 100%;
    }


    .checkout-inner ul.fields-6 li>div {
        padding-left: 30px;
    }

    .checkout-footer .sum-zone { float: left; }

}

@media (max-width:780px){
        .checkout-footer .sum-zone { font-size: 0.8rem !important; display: block; clear: both; padding-top: 15px; }
    }

.full-width label, .full-width textarea{width:100%;}


.centerRightYourOrder.centerRightYourOrderStatus table td:first-child{
    width: 160px;
}

.centerRightYourOrder.centerRightYourOrderStatus table td:first-child p{
    color: #2894e9; font-size: 14px; padding-left: 10px; font-weight: bold; text-align: right;
}
.centerRightYourOrder.centerRightYourOrderStatus table td:first-child p.sum { font-size: 17px; color: #2c348e !important; }