/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.70);
    z-index:900;
}

/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;

}

/* Close Button */
.popup-close {
    cursor:pointer;
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
    z-index:999;
}

.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}


#notification {
    position:fixed;
    top:0px;
    width:100%;
    z-index:105;
    text-align:center;
    font-weight:normal;
    font-size:14px;
    font-weight:bold;
    color:white;
    background-color:#FF7800;
    padding:5px;
}
#notification span.dismiss {
    border:2px solid #FFF;
    padding:0 5px;
    cursor:pointer;
    float:right;
    margin-right:10px;
}
#notification a {
    color:white;
    text-decoration:none;
    font-weight:bold
}


.str0 {stroke:#DEDEDD;stroke-width:0.9}
.str3 {stroke:white;stroke-width:2.08346}
.str2 {stroke:#0080BF;stroke-width:2.08346}
.str1 {stroke:#0080BF;stroke-width:4.16693}
.fil3 {fill:none}
.fil4 {fill:#007CC3}
.fil0 {fill:#0080BF}
.fil5 {fill:#A82927}
.fil6 {fill:#E0922D}
.fil1 {fill:white;fill-rule:nonzero}
.fil2 {fill:#0080BF;fill-rule:nonzero}


.register_description {
    position: absolute;
    top: 10%;
    left: 7%;
    width: 75%;
    height: 50%;
    background-color:rgba(255, 255, 255, 0.5);
}

.sq-input {
border: 1px solid #CCCCCC;
margin-bottom: 10px;
padding: 1px;
}
.sq-input--focus {
outline-width: 5px;
outline-color: #70ACE9;
outline-offset: -1px;
outline-style: auto;
}
.sq-input--error {
    outline-width: 5px;
outline-color: #FF9393;
outline-offset: 0px;
outline-style: auto;
}


#dvLoading

{

    background:transparent url(/assets/images/loading17.gif) no-repeat center center;
    border: 1px solid #3498db;
    height: 70px;
    width: 70px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

#navigation {
    width: auto; max-width: 890px;
    overflow: auto;
    color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0px 0px 0px 0px;
    background: #3498db;
}

.errors{
    color: red;
}

.attrID {
    width: auto; max-width: 890px;
    /*color: #333;*/
    /*border: 1px solid #ccc;*/
   // background:#f9f9f9;
  //  margin: 0px 0px 5px 0px;
   // padding: 10px;
    overflow: auto;
}

.patternimg{
    float:left;
    display:block;
    margin:5px auto;
    padding:5px;
    color:black;
    border-radius:20px;
    opacity:1;
   /* width:173px;*/
    overflow: auto;
}


#attrimg{
    float:left;
    display:block;

    margin:5px auto;
    padding:5px;
    color:black;
    border-radius:20px;
    opacity:1;
 /*   width:173px;*/
    overflow: auto;
}

.img{
    max-width: 100%;
    max-height: 100%;
}
 .img_border {
     border: 2px solid dodgerblue;
 }
.Attr{


    display:block;
    padding: 5px;
    border: 1px solid #e0e0e0;
    float: left;

}
.Attrib{

    /*float: right;*/

    display: inline;
    padding: 5px;
    color: #005983;

}
#Attr{


    display:block;
    padding: 5px;


}

.patternimg.ribbon
{
    position: absolute;
}

.notification p{
    color:red;
    padding: 5px;
}

.bot
{
    text-align:center;
    margin:auto;
    background:#808290;;
    color:white;
    font-size: 11px;
}


label.inline {
    display: inline;

}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 200%;
    height: 200%;
    z-index: 9999;
    background: url('../images/ajax.gif') 50% 50% no-repeat;
}
.accordionteddy,
.accordionteddy dt,
.accordionteddy dd,
.accordionteddy figure{
    margin: 0;
    padding: 0;
}

.accordionteddy dt.open{

    border-radius: 7px 7px 0 0;
}

.accordionteddy dt{
    background: #91e0ff;
    border:1px solid #3498db;
    border-bottom: 1px #3498db;
    /*border-radius: 7px;*/
    cursor: pointer;
    color: black;

    margin-top: 0.222em;
    padding: 0.5em 1em;

}

.accordionteddy dt:before{
content: '+';
    margin-right: 0.5em;

}
.accordionteddy dd{

    border:1px solid #3498db;
    border-top: none;

    border-radius: 0 0 7px 7px;

}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
/*/!* -----------------------------------------------------------------------------*!/*/

/*.steps {*/
    /*margin-top: -41px;*/
    /*display: inline-block;*/
    /*float: right;*/
    /*font-size: 16px*/
/*}*/
/*.step {*/
    /*float: left;*/
    /*background: white;*/
    /*padding: 7px 13px;*/
    /*border-radius: 1px;*/
    /*text-align: center;*/
    /*width: 100px;*/
    /*position: relative*/
/*}*/
/*.step_line {*/
    /*margin: 0;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-left: 16px solid #fff;*/
    /*border-top: 16px solid transparent;*/
    /*border-bottom: 16px solid transparent;*/
    /*z-index: 1008;*/
    /*position: absolute;*/
    /*left: 99px;*/
    /*top: 1px*/
/*}*/
/*.step_line.backline {*/
    /*border-left: 20px solid #f7f7f7;*/
    /*border-top: 20px solid transparent;*/
    /*border-bottom: 20px solid transparent;*/
    /*z-index: 1006;*/
    /*position: absolute;*/
    /*left: 99px;*/
    /*top: -3px*/
/*}*/
/*.step_complete {*/
    /*background: #357ebd*/
/*}*/
/*.step_complete a.check-bc, .step_complete a.check-bc:hover,.afix-1,.afix-1:hover{*/
    /*color: #eee;*/
/*}*/
/*.step_line.step_complete {*/
    /*background: 0;*/
    /*border-left: 16px solid #357ebd*/
/*}*/
/*.step_thankyou {*/
    /*float: left;*/
    /*background: white;*/
    /*padding: 7px 13px;*/
    /*border-radius: 1px;*/
    /*text-align: center;*/
    /*width: 100px;*/
/*}*/
/*.step.check_step {*/
    /*margin-left: 5px;*/
/*}*/
/*.ch_pp {*/
    /*text-decoration: underline;*/
/*}*/
/*.ch_pp.sip {*/
    /*margin-left: 10px;*/
/*}*/
/*.check-bc,*/
/*.check-bc:hover {*/
    /*color: #222;*/
/*}*/
/*.SuccessField {*/
    /*border-color: #458845 !important;*/
    /*-webkit-box-shadow: 0 0 7px #9acc9a !important;*/
    /*-moz-box-shadow: 0 0 7px #9acc9a !important;*/
    /*box-shadow: 0 0 7px #9acc9a !important;*/
    /*background: #f9f9f9 url(../images/valid.png) no-repeat 98% center !important*/
/*}*/

/*.btn-xs{*/
    /*line-height: 28px;*/
/*}*/

/*/!*login form*!/*/
/*.login-container{*/
    /*margin-top:30px ;*/
/*}*/
/*.login-container input[type=submit] {*/
    /*width: 100%;*/
    /*display: block;*/
    /*margin-bottom: 10px;*/
    /*position: relative;*/
/*}*/

/*.login-container input[type=text], input[type=password] {*/
    /*height: 44px;*/
    /*font-size: 16px;*/
    /*width: 100%;*/
    /*margin-bottom: 10px;*/
    /*-webkit-appearance: none;*/
    /*background: #fff;*/
    /*border: 1px solid #d9d9d9;*/
    /*border-top: 1px solid #c0c0c0;*/
    /*/!* border-radius: 2px; *!/*/
    /*padding: 0 8px;*/
    /*box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
/*}*/

/*.login-container input[type=text]:hover, input[type=password]:hover {*/
    /*border: 1px solid #b9b9b9;*/
    /*border-top: 1px solid #a0a0a0;*/
    /*-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);*/
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);*/
    /*box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);*/
/*}*/

/*.login-container-submit {*/
    /*/!* border: 1px solid #3079ed; *!/*/
    /*border: 0px;*/
    /*color: #fff;*/
    /*text-shadow: 0 1px rgba(0,0,0,0.1);*/
    /*background-color: #357ebd;/!*#4d90fe;*!/*/
    /*padding: 17px 0px;*/
    /*font-family: roboto;*/
    /*font-size: 14px;*/
    /*/!* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); *!/*/
/*}*/

/*.login-container-submit:hover {*/
    /*/!* border: 1px solid #2f5bb7; *!/*/
    /*border: 0px;*/
    /*text-shadow: 0 1px rgba(0,0,0,0.3);*/
    /*background-color: #357ae8;*/
    /*/!* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); *!/*/
/*}*/

/*.login-help{*/
    /*font-size: 12px;*/
/*}*/

.asterix{
    background:#f9f9f9 url(../images/red_asterisk.png) no-repeat 98% center !important;
}

/* images*/
ol, ul {
    list-style: none;
}
.hand {
    cursor: pointer;
    cursor: pointer;
}
.cards{
    padding-left:0;
}
.cards li {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-image: url('//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg');
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 51px;
}
.cards .mastercard {
    background-position: -51px 0;
}
.cards li {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-image: url('//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg');
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 51px;
}
.cards .amex {
    background-position: -102px 0;
}
.cards li {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-image: url('//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg');
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 51px;
}
.cards li:last-child {
    margin-right: 0;
}
/* images end */



/*
 * BOOTSTRAP
 */
.container{
    border: none;
}
.panel-footer{
    background:#fff;
}
.btn{
    border-radius: 1px;
}
.btn-sm, .btn-group-sm > .btn{
    border-radius: 1px;
}
.input-sm, .form-horizontal .form-group-sm .form-control{
    border-radius: 1px;
}

.panel-info {
    border-color: #999;
}

.panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.panel {
    border-radius: 1px;
}

hr {
    border-color: #999 -moz-use-text-color -moz-use-text-color;
}

.panel-footer {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top: 1px solid #999;
}

.btn-link {
    color: #888;
}

hr{
    margin-bottom: 10px;
    margin-top: 10px;
}

/** MEDIA QUERIES **/
@media only screen and (max-width: 989px){
    .span1{
        margin-bottom: 15px;
        clear:both;
    }
}

@media only screen and (max-width: 764px){
    .inverse-1{
        float:right;
    }
}

@media only screen and (max-width: 586px){
    .cart-titles{
        display:none;
    }
    .panel {
        margin-bottom: 1px;
    }
}

.form-control {
    border-radius: 1px;
}

@media only screen and (max-width: 486px){
    .col-xss-12{
        width:100%;
    }
    .cart-img-show{
        display: none;
    }
    .btn-submit-fix{
        width:100%;
    }

}

.le-quantity {
    padding: 12px;
    position: relative;
    border: 1px solid #e0e0e0;
    display: inline-block;
    vertical-align: top;
}
.le-quantity .minus,
.le-quantity .plus {
    position: absolute;
    width: 5px;
    height: 100%;
    padding: 3px 14px;
    background-color: #f9f9f9;
    top: 0;
    font-family: fontawesome;
}
.le-quantity .minus:hover,
.le-quantity .plus:hover {
    background-color: #f6f6f6;
}
.le-quantity .minus,
.le-quantity .plus,
.le-quantity .minus:after,
.le-quantity .plus:after {
    color: #3d3d3d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.le-quantity .minus:after,
.le-quantity .plus:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    font-size: 10px;
}
.le-quantity .minus {
    left: 0;
    border-right: 1px solid #e0e0e0;
}
.le-quantity .minus:after {
    content: "\f068";
}
.le-quantity .plus {
    border-left: 1px solid #e0e0e0;
    right: 0;
}
.le-quantity .plus:after {
    content: "\f067";
}
.le-quantity input {
    border: none;
    text-align: center;
    width: 80px;
    color: #3d3d3d;
    font-size: 20px;
    background-color: #fff;
}


.product-item-holder {
    background-color: #fff;
    border: 2px solid #ececec;
    position: relative;
    padding: 3px;
    width: 249px;
    /*height: 246px;*/
}
.product-item-holder .ribbon {
    position: absolute;
}
.product-item-holder .image {
    text-align: center;
}
.product-item-holder .prices {
    margin: 0 34px;
    padding: 11px 0;
}
.product-item-holder .price-prev {
    display: inline-block;
    font-size: 14px;
    color: #d3d3d3;
    font-weight: 700 !important;
    font-weight: 800;
}
.product-item-holder .price-current {
    color: #2A1051;
    font-weight: 700;
    font-size: 17px;
}
.product-item-holder .body .title {
    margin: 7px 0 0 0;
    line-height: 19px;
    text-transform: capitalize;
}

.product-item-holder .body .title a {
    color: #0e53a5;
    font-weight: bold;
}
.product-item-holder .body .brand {
    font-size: 10px;
    line-height: 30px;
    color: #3d3d3d;
    text-transform: uppercase;
}

.blue {
    background-color: #407AC5;
    color: #fff;
}
.blue.ribbon {
    background-color: transparent;
}
.blue.ribbon:after {
    border-top-color: #407AC5;
}
.label-discount {
    padding: 0 8px;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    display: table-cell;
    text-transform: uppercase;
    background-color: #59B210;
    color: #fff;
}
.label-discount.ribbon {
    background-color: transparent;
}
.label-discount.ribbon:after {
    border-top-color: #59B210;
}
.label-discount.clear {
    height: 16px;
    background-color: transparent;
}
.ribbon {
    z-index: 100;
    top: 2.5%;
    font-size: 11px;
    line-height: 20px;
    padding: 4px 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.ribbon:nth-child(2) {
    margin-top: 30px;
}
.ribbon:nth-child(3) {
    margin-top: 60px;
}
.ribbon:nth-child(4) {
    margin-top: 90px;
}
.ribbon span {
    position: relative;
    z-index: 100;
    margin-right: 11px;
}
.ribbon:after {
    content: "";
    display: inline-block;
    border-top-width: 28px;
    border-top-style: solid;
    border-left: 0px;
    border-right: 14px solid transparent;
    height: 0;
    min-width: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}

.ui-widget{
    color:red;
    position: absolute;
    margin-top: -22px;
}
.ui-widget-checkbox{
    color:red;
    position: absolute;
    margin-top: 25px;
}
/*
@media only screen and (max-width: 777px){
    .container{
        overflow-x: hidden;
    }
}*/

.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
}

.creditCardForm .owner {
    width: 50%;
    margin-right: 10px;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 100%;
}

.creditCardForm #expiration-date {
    width: 49%;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #2ec4a5;
    color: white;
}

.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
}

.transparent {
    opacity: 0.2;
}

@media(max-width: 650px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm #credit_cards {
        text-align: left;
    }
}


/*  Examples Section */

.examples {
    max-width: 700px;
    background-color: #fff;
    margin: 0 auto 75px;
    padding: 30px 50px;
    color: #4c4e56;
}

.examples-note{
    text-align: center;
    font-size: 14px;
    max-width: 370px;
    margin: 0 auto 40px;
    line-height: 1.7;
    color: #7a7a7a;
}

.examples table {
    margin: 5px 0 0 0;
    font-size: 14px;
}

.starRating:not(old){
    display        : inline-block;
    width          : 7.5em;
    height         : 1.5em;
    overflow       : hidden;
    vertical-align : bottom;
}

.starRating:not(old) > input{
    margin-right : -100%;
    opacity      : 0;
}

.starRating:not(old) > label{
    display         : block;
    float           : right;
    position        : relative;
    background      : url('/assets/images/star-off.svg');
    background-size : contain;
}

.starRating:not(old) > label:before{
    content         : '';
    display         : block;
    width           : 1.5em;
    height          : 1.5em;
    background      : url('/assets/images/star-on.svg');
    background-size : contain;
    opacity         : 0;
    transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
    opacity : 1;
}