/* -------------------- Fonts -------------------- */
@font-face {
    font-family: 'osLight';
    src: url(../fonts/OpenSans-Light.ttf);
    font-weight: 300;
    font-style: normal; 
}

@font-face {
    font-family: 'osSemibold';
    src: url(../fonts/OpenSans-Semibold.ttf);
    font-weight: 700;
    font-style: normal; 
}

@font-face {
    font-family: 'SBL_Hbrw';
    src: url(../fonts/SBL_Hbrw.ttf);
}
/* -------------------- Fonts -------------------- */

/* -------------------- Global Styles -------------------- */
body section, body footer {
    font-family: 'osLight';
}

body a, body a:hover, body a:focus{
    text-decoration: none;
}

body *:focus {
    outline: none !important;
}

table th, strong, label {    
    font-family: 'osSemibold';
}

.smallBanner {
    color: #fff;
    font-family: 'osSemibold';
    font-size: 18px;
    padding: 13px 0 13px 10%;
    line-height: 24px;
}

.highlight {
    color: #D3232D;
}

.highlightDark {    
    color: #58585A;
}

.secTitle {
    font-size: 30px;
    line-height: 52px;
    letter-spacing: -1.5px;
    color: #A8A9AD;
}

.secPrice {
    font-size: 14px;
    line-height: 22px;
}

.highlightPrice, 
.highlightPriceDark {
    color: #fff;
    background: #D3232D;
    padding: 2px;
    font-family: 'osSemibold';
    width: 45px;
    display: inline-block;
    text-align: center;
}

.highlightPriceDark {
    background: #58585A;
}

.secPrice sup {
    vertical-align: sub;
    padding: 0 1px;
}

.productInnerdiv {
    display: inline-block;
    border: 2px solid #a7a9ac;
    margin: 15px 0;
    width: 100%;
    position: relative;
}

.productInnerdiv .itemCode {
    text-align: left;
    padding: 5px 15px;
    background: #a7a9ac;
    color: #fff;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 20px;
}

.productInnerdiv .itemCode.outofstock {
    background: #D3232D;
}

img.productImage {
    max-width: 100%;
    margin: 35px auto 25px auto;
}

.productDetails div {
    display: inline-block;
    padding: 0px;
}

.productDetails {
    width: 100%;
    background: #f1f2f2;
    padding: 0px 5px 10px 5px !Important;
}

.productDetails .productQuantity,
.productDetails .productName {
    font-size: 15px;
    line-height: 16px;
    color: #58585A;
    padding-top: 10px;
    padding-bottom: 0px;
}

.productInnerdiv .productDetails .productName {
    margin-top: 6px;
}

.productInnerdiv .productNameHebrew{   
    font-family: 'SBL_Hbrw';
    font-size: 16px;
    text-align: left;
}

select.form-control,
input.cartItemQuantity,
.quantityCount input {
    width: 36px;
    height: 28px;
    border: 2px solid #a7a9ac;
    text-align: center;
    color: #58585A;
    font-family: 'osSemibold';
    line-height: 20px;
    font-size: 15px;
    padding: 1px 0;
    margin: 0 0 0 5px;
    display: inline-block;
}

select.form-control {
    width: 50px;
    padding: 1px 3px;
}

.sectionHeader {
    margin-top: 40px;
    font-size: 38px;
    line-height: 35px;
    padding: 35px 10%;
}

.sectionHeader i.fa {
    padding: 2px;
    top: 4px;
    display: inline-flex;
    margin-right: 10px;
    border: 1px solid;
    vertical-align: top;
    position: relative;
}

.sectionHeader i.fa-check:before {
    font-size: 16px;
    font-weight: 400;
    padding: 4px 4px;
}

.container-fluid .innerSection{
    padding: 30px 10%;
}

form .row .col-xs-12 {
    padding: 0 10px;
}

.inputPrefix {
    width: 100%;
    padding: 5px 20px;
    line-height: 24px;
    font-size: 16px;
}

form .form-control {
    border-width: 2px;
    border-color: #ccc;
    border-radius: 0px;
}

label.amountLabel {
    width: 100%;
    padding: 5px 20px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
}

.sectionForm form .row {
    margin: 15px 0;
}

.sectionHeader.modal-title {
    padding: 10px 15px       
}

.swapLink button {
    background: transparent;
    border: none;
    color: blue;
    font-family: 'osSemibold';
    text-decoration: underline;
}

section .no-padding{
    padding: 0px;
}

.arrowHolder {
    display: inline-block;
    width: 41px;
}

.spanArrow {
    display: inline-block;
    width: 11px;
    height: 44px;
    position: relative;
    vertical-align: middle;
}

.spanArrow::before,
.spanArrow::after {
    content: '';
    width: 7px;
    height: 22px;
    background: #A8A8AA;
    position: absolute;
    left: 0;
}

.spanArrow::before{
    top:0;
    transform: skewX(24deg);
}

.spanArrow::after {
    bottom:0;
    transform: skewX(-24deg);
}

.spanArrow.one::before,
.spanArrow.one::after {
    background: #D2D3D5;
}

.spanArrow.two::before,
.spanArrow.two::after {
    background: #818286;
}

.spanArrow.three::before,
.spanArrow.three::after {
    background: #59595B;
}

.arrowHolder.left .spanArrow::before{
    transform: skewX(-24deg);
}

.arrowHolder.left .spanArrow::after{
    transform: skewX(24deg);
}

.arrowHolder.left .spanArrow.one::before,
.arrowHolder.left .spanArrow.one::after {
    background: #59595B;
}

.arrowHolder.left .spanArrow.two::before,
.arrowHolder.left .spanArrow.two::after {
    background: #818286;
}

.arrowHolder.left .spanArrow.three::before,
.arrowHolder.left .spanArrow.three::after {
    background: #D2D3D5;
}

.spanArrow.one{
    animation: spanOne 2s linear infinite;
    -moz-animation: spanOne 2s linear infinite;
    -webkit-animation: spanOne 2s linear infinite;
    -ms-animation: spanOne 2s linear infinite;
    -o-animation: spanOne 2s linear infinite;
}

.spanArrow.two{
    animation: spantwo 2s linear infinite;
    -moz-animation: spantwo 2s linear infinite;
    -webkit-animation: spantwo 2s linear infinite;
    -ms-animation: spantwo 2s linear infinite;
    -o-animation: spantwo 2s linear infinite;
}

.spanArrow.three{
    animation: spanthree 2s linear infinite;
    -moz-animation: spanthree 2s linear infinite;
    -webkit-animation: spanthree 2s linear infinite;
    -ms-animation: spanthree 2s linear infinite;
    -o-animation: spanthree 2s linear infinite;
}

.arrowHolder.left .spanArrow.one{
    animation: spanReverseOne 2s linear infinite;
    -moz-animation: spanReverseOne 2s linear infinite;
    -webkit-animation: spanReverseOne 2s linear infinite;
    -ms-animation: spanReverseOne 2s linear infinite;
    -o-animation: spanReverseOne 2s linear infinite;
}

.arrowHolder.left .spanArrow.two{
    animation: spanReversetwo 2s linear infinite;
    -moz-animation: spanReversetwo 2s linear infinite;
    -webkit-animation: spanReversetwo 2s linear infinite;
    -ms-animation: spanReversetwo 2s linear infinite;
    -o-animation: spanReversetwo 2s linear infinite;
}

.arrowHolder.left .spanArrow.three{
    animation: spanReversethree 2s linear infinite;
    -moz-animation: spanReversethree 2s linear infinite;
    -webkit-animation: spanReversethree 2s linear infinite;
    -ms-animation: spanReversethree 2s linear infinite;
    -o-animation: spanReversethree 2s linear infinite;
}

.btn{
    position: relative;
}

.btn::before,
.btn::after{
    content: '';
    width: 20px;
    height: 22px;
    background: inherit;
    position: absolute;
    z-index: 0;
    right: -11px;
}

.btn::before{
    top:0;
    transform: skewX(24deg);
}

.btn::after {
    bottom:0;
    transform: skewX(-24deg);
}

button.btn {
    background: #D1D2D4;
    color: #D3232D;
    font-family: 'osSemibold';
    border: none;
    border-radius: 0;
}

button.btn.checkoutBtn{
    padding: 9px 25px;
    font-size: 20px;
    line-height: 26px;
    margin-right: 17px;
    color: #59595B;
}

button.btn.leftBtn a,
button.btn.checkoutBtn a{
    color: #59595B;
    text-decoration: none;
    padding: 8px 0;
}

.sectionForm form button[type=submit] {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 5px 10px 10px;
    margin-right: 17px;
    color: #D3232D;
}

button.btn.leftBtn{
    font-size: 20px;
    line-height: 26px;
    margin-right: 5px;
    margin-left: 12px;
    padding: 9px 25px;
    color: #59595B;
    border: none;
}

button.btn.leftBtn::before,
button.btn.leftBtn::after{
    height: 22px;
    left: -11px;
    right: auto;
}

button.btn.leftBtn::before{
    transform: skewX(-24deg);
}

button.btn.leftBtn::after{
    transform: skewX(24deg);
}

.sectionForm form button[type=submit]::before,
.sectionForm form button[type=submit]::after {
    height: 22px;
}

input.form-control.form-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(169, 68, 66,.9);
}


label.radioLabel {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 370px;
    margin: 0px;
    vertical-align: middle;
}

label.radioLabel span {
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    font-weight: 300;
    border: 1px solid #ccc;
    padding: 10px 15px 10px 50px;
    line-height: 24px;
    height: auto;
    width: auto;
    background-color: #fff;
    color: #ccc;
    margin: 10px auto;
    text-align: left;
}

.radioLabel input[type=radio] {
    position: absolute;
    top: 0px;
    opacity: 0;
    left: 0;
}

.radioLabel input + span::after {
    content: "";
    width: 26px;
    height: 26px;
    background: #ccc;
    border: 2px solid #ccc;
    position: absolute;
    display: block;
    border-radius: 50%;
    bottom: 0;
    top: 0;
    left: 12px;
    margin: auto;
    color: #5D5D5D;
    line-height: 20px;
    font-size: 12px;
}

.radioLabel input:checked + span {
    cursor: default;
    color : #5D5D5D;
}

.radioLabel input:checked + span::after {
    background: #5D5D5D;
    color: #fff;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    vertical-align: middle;
    line-height: 23px;
}

/* -------------------- Global Styles-------------------- */


/* -------------------- Common Styles-------------------- */
#sec4, #sec5, #sec6, #sec13 {
    padding: 20px 0 0 0;
}

#sec4 .sec4row1, 
#sec5 .sec5row1,
#sec6 .sec6row1,
#sec13 .sec13row1 {
    padding: 10px 15px 10px 0px;
}

#sec4 .sec4row1 .secTitle, 
#sec5 .sec5row1 .secTitle,
#sec6 .sec6row1 .secTitle,
#sec13 .sec13row1 .secTitle {
    margin-left: -25px;
    margin-right: 25px;
}

section#sec7 .sec7row1,
section#sec8 .sec8row1,
section#sec14 .sec14row1 {
    background: #F3F3F5;
    color: #58585A;
}

#sec11 #signUpForm .modal-content,
#sec12 #loginForm .modal-content {
    background: transparent;
}

#sec11 #signUpForm .modal-header,
#sec12 #loginForm .modal-header {
    background: #F3F3F5;
    color: #58585A;
    border-radius: 6px 6px 0 0;
}

#signUpForm .modal-header button.close,
#loginForm .modal-header button.close {
    background: #58585a;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    text-align: center;
    position: relative;
    opacity: 1;
}

#signUpForm .modal-header button.close span,
#loginForm .modal-header button.close span {
    position: absolute;
    top: -1px;
    left: 1px;
    right: 0;
    text-shadow: none;
    color: #F3F3F5;
}

#signUpForm .modal-body,
#loginForm .modal-body {
    padding: 30px;
    background: #fff;
}

#signUpForm .row,
#loginForm .row {
    margin: 0 0 15px 0;
    padding: 0 10px;
}

#signUpForm .inputPrefix,
#loginForm .inputPrefix {
    padding: 9px 10px;
    line-height: 16px;
    font-size: 14px;
    background: #0A638F;
    color: #fff;
}

#signUpForm input#signUpBtn,
#loginForm input#signUpBtn {
    color: #58585a;
    font-size: 16px;
    line-height: 18px;
}

/* -------------------- Common Styles-------------------- */
/* -------------------- spinner css -------------------- */
#page_loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: #f2f2f2;
}

#page_loader::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f2f2f2;
    opacity: 0.5;
}

.spinner_svg {
    -webkit-animation: rotate 2s linear infinite;
       -moz-animation: rotate 2s linear infinite;
        -ms-animation: rotate 2s linear infinite;
         -o-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
}

.spinner_svg .path {
    stroke-dasharray: 1,850; 
    stroke-dashoffset: 0;
    stroke: rgba(27, 154, 89, 0.7);
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
       -moz-animation: dash 1.5s ease-in-out infinite;
        -ms-animation: dash 1.5s ease-in-out infinite;
         -o-animation: dash 1.5s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite;
}

#page_loader .spinner_svg .path {
    stroke: #D3232D;
}
/* -------------------- spinner css -------------------- */
/* -------------------- Header Styles -------------------- */

header nav.navbar{
    height: 80px;
    margin: 0;
    background: url(../images/header-bg.png) repeat-x;
}

header nav.navbar .navbar-brand {
    height: auto;
    padding:10px;
}

li#loginSpace {
    display: table;
    height: 100%;
}

li#loginSpace a{
    display: table-cell;
    vertical-align: middle;
}

li.menu-scroll a.dropdown-toggle {
    line-height: 20px;
    color: #58585A;
    font-size: 21px;
    font-family: 'osLight';
    padding: 18px 10px;
    background: transparent !important;
    text-decoration: none !important;
}

li.menu-scroll a.dropdown-toggle div {
    padding: 0px;
    display: inline-block;
    width: auto;
}

li.menu-scroll a.dropdown-toggle strong {
    font-size: 13px;
}

li#loginSpace .dropdown-menu {
    width: 100%;
    padding: 0px;
    border: 1px solid #A7A9AC;
}

li#loginSpace a.dropdown-item {
    display: block;
    line-height: 20px;
    color: #58585A;
    font-size: 16px;
    font-family: 'osLight';
    padding: 10px 10px;
    border-top: 1px solid #A7A9AC;
}

li#loginSpace a.dropdown-item:hover {
    background: #f1f2f2;
}

li#loginSpace a.dropdown-item i.fa {
    float: right;
}
.menu-scroll .dropdown-toggle .customerName {
    font-size: 13px;
    color: #D3232D;
}

.menu-scroll .dropdown-toggle .cartIcon {
    font-size: 36px;
    line-height: 36px;
    margin: 0 5px;
}

.menu-scroll .dropdown-toggle .cartItemCount {
    font-size: 18px;
    line-height: 36px;
    vertical-align: top;
    background: #D3232D;
    border-radius: 50%;
    padding: 5px 12px;
    color: #A8A9AD;
}

header .countMessage {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px 8px 35px;
    font-family: 'osSemibold';
    display: none;
    margin: 20px 5px 10px 5px;
    border-radius: 5px;
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    float: right;
    position: relative;
    text-align: left;
    cursor: pointer;
}

header .countMessage::before{    
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 50%;
    left: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    font-weight: 600;
    top: 9px;
    margin-left: 3px;
}

.alert-success::before{
    content: '\2714';
    color: #3c763d;
}

.alert-info::before{
    content: '!';
    color: #31708f;
}

.alert-danger::before{
    content: '\2716';
    color: #a94442;
}

header .container-fluid.text-center {
    width: auto;
    display: inline-block;
    float: right;
    margin: 0 15px;
}
/* -------------------- Header Styles -------------------- */
/* -------------------- Section1 Styles -------------------- */
section#sec1 {
    background: #f1f2f2;
    padding-top: 80px;
}

section#sec1 .sec1row1 {
    background: #58585A;
    font-size: 15px;
    letter-spacing: 0.4px;
}

#sec1 a.contactLinks {
    color: #fff !important;
}

.sec1row2 .owl-item .banner {
    padding-top: 20px;
    z-index: -1;
    position: relative;
    width: auto;
    margin: auto;
}

#sec1 .sec1row3 {
    font-size: 48px;
    color: #A8A9AD;
    line-height: 60px;
    margin-top: -7%;
}

.sec1row4 .dots {
    width: 14px;
    height: 14px;
    background: #a7a9ac;
    display: inline-block;
    margin: 0px 10px 30px 10px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.sec1row4 .dots:hover {
    opacity: 1;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.sec1row4 .dots.active {
    cursor: auto;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.sec1row4 .dots.blue {
    background: #6dcff6;
}

.sec1row4 .dots.pink {
    background: #f49ac1;
}

.sec1row4 .dots::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #a7a9ac;
    left: -3px;
    top: -3px;
    border-radius: 50%;
}

/* -------------------- Section1 Styles -------------------- */


/* -------------------- Section2 Styles -------------------- */

section#sec2 {
    margin: 0;
    padding: 20px 0;
    border-top: 2px solid #a7a9ac;
    border-bottom: 2px solid #a7a9ac;
    font-size: 24px;
    line-height: 26px;
}

.sec2row1 .balanceTxt {
    color: #58595B;
}

.sec2row1 .balanceTxt .greyText {
    font-family: 'osSemibold';
    color: #a7a9ac;
}

.sec2row1 .input-group.balanceVal {
    float: left;
    padding: 0 15px;
}

.balanceVal span.input-group-addon {
    font-size: 22px;
    line-height: 24px;
    color: #a7a9ac;
    background: #F3F3F5;
    border: 2px solid #D1D2D4;
    border-right: none;
}

.sec2row1 .balanceVal input {
    width: 100%;
    padding: 10px 15px;
    height: auto;
    border: 2px solid #D1D2D4;
    color: #a7a9ac;
    font-size: 22px;
    line-height: 26px;
}

#sec2 .sec2row2 {
    padding-top: 15px;
}

#sec2 .balanceSbmt button {
    background: #D1D2D4;
    border: none;
    color: #D3232D;
    padding: 9px 25px;
    font-size: 20px;
    font-family: 'osSemibold';
    margin-right: 15px;
    border-radius: 0;
    line-height: 26px;
}

#sec2 .balanceSbmt .spanArrow.three::before,
#sec2 .balanceSbmt .spanArrow.three::after {
    background: #D3232D;
}

textarea#baldescription {
    background-color: #fff;
    display: block;
    padding: 8px 20px 5px 10px;
    line-height: 24px;
    border: 2px solid #D1D2D4;
    width: 100%;
    color: #59595B;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
    height: 44px;
}

dl.dropdown {
    margin-bottom: 0px;
}

.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown dt a {
    background-color: #fff;
    display: block;
    padding: 10px 20px 10px 10px;
    min-height: 25px;
    line-height: 24px;
    border: 2px solid #D1D2D4;
    width: 100%;
    color: #59595B;
    text-decoration: none;
    font-size: 18px;
    border-radius: 4px;
}

.dropdown dt a span.hida{
    color: #a7a9ac;
}

.dropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}

.dropdown dd ul {
    background-color: #F3F3F5;
    border: 0;
    color: #59595B;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    border: 2px solid #D1D2D4;
    border-top: none;
    top: 0px;
    width: 100%;
    list-style: none;
    z-index: 9;
}

.dropdown dd ul input[type=checkbox]{   
    width: 15px;
    height: 15px;
    border: none;
    outline: none !important;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
}

.dropdown dd ul li {
    font-size: 16px;
    line-height: 26px;
}

.dropdown span.value {
    display: none;
}

.dropdown p.multiSel {
    margin: 0;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}
/* -------------------- Section2 Styles -------------------- */


/* -------------------- Section3 Styles -------------------- */
#sec3 .sec3row1 {
    background: url(../images/sec3-bg.png) repeat-x;
    height: 115px;
}

#sec3 .sec3row1 div[class^='catalog-'],
#sec3 .sec3row1 div[class*='catalog-'] {
    line-height: 115px;
    height: 100%;
    display: table;
}

#sec3 .sec3row1 div[class*='catalog-'] a,
#sec3 .sec3row1 div[class*='catalog-'] a {
    display: table-cell;
    vertical-align: middle;
}

#sec3 .sec3row1 div.catalog-en a {
    display: inline-block ;
    color: #E8E8EA;
    font-size: 36px;
    text-decoration: none;
}

#sec3 .sec3row2 {
    background: #D3232D;
    height: 115px;
}

#sec3 .catalog-en .spanArrow {
    width: 14px;
    height: 30px;
}

#sec3 .catalog-en .spanArrow::before,
#sec3 .catalog-en .spanArrow::after {
    width: 7px;
    height: 15px;
    background: #A8A8AA;
}
/* -------------------- Section3 Styles -------------------- */


/* -------------------- Section4 Styles -------------------- */
#sec4 .modal-content {
    padding: 15px;
}

table#cardsHolderTable {
    margin: 0;
}

table#cardsHolderTable td {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.pricePop {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
}

.priceSec {
    display: inline-block;
    vertical-align: top;
}

button.modalBtn {
    border: none;
    padding: 5px 25px;
    font-size: 16px;
    line-height: 22px;
    background: #D1D2D4;
    color: #D3232D;
    font-family: 'osSemibold';
    transition: all 0.3s ease;
}

button.modalBtn:hover {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2),0 2px 10px 0 rgba(0,0,0,0.19);
}

.modal-open {
    padding-right: 0 !important;
}

.modal-open .modal{
    padding-right: 0 !important;
}
/* -------------------- Section4 Styles -------------------- */


/* -------------------- Section5 Styles -------------------- */

/* -------------------- Section5 Styles -------------------- */


/* -------------------- Section6 Styles -------------------- */
section#sec6 {
    padding-bottom: 20px;
}

#sec6 img.productImage {
    display: block;
}

.productInnerdiv .singleProductName div {
    display: block;
}

.productInnerdiv .singleProductName + div.productQuantity {
    margin-top : 8px;
}
/* -------------------- Section6 Styles -------------------- */


/* -------------------- Section7 Styles -------------------- */
section#sec7 {
    border-top: 2px solid #D3232D;
}

#sec7 #customerForm .inputPrefix {
    background: #F3F3F5;
    color: #58585A;
}

/* -------------------- Section7 Styles -------------------- */


/* -------------------- Section8 Styles -------------------- */
section#sec8 {
    border-bottom: 2px solid #a7a9ac;
}

#sec8 .sec8row2 {
    background: #0A638F;
}

#sec8 .saveCardHolder {
    margin: auto;
    text-align: center;
}

#sec8 .saveCardHolder a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    color: #D3232D;
    vertical-align: middle;
}
#sec8 .saveCardHolder a i.fa{
    font-size: 24px;
    vertical-align: text-bottom;
}

#sec8 .savedCardsRadio::before {
    content: "";
    width: 47px;
    height: 30px;
    position: absolute;
    display: block;
    bottom: 0;
    top: 0;
    right: 12px;
    margin: auto;
    padding: 0px;
}

#sec8 .sec8row3 img {
    padding: 15px 0;
}

#sec8 .sec8row4 {
    background: #F3F3F5;
    color: #D3232D;
}

#sec8 .sectionHeader i.fa {
    border-color: #58585A;
}

#sec8 .sectionHeader i.fa-check:before {
    background: #58585A;
    color: #F3F3F5;
}

.saveCardHolder .savedCardsRadio::before,
.sectionForm input#ccNumber {
    background-image: url(../images/cards.png);
    background-position: 2px -121px;
    background-size: 47px 192px;
    background-repeat: no-repeat;
    padding-left: 54px;
    border-width: 2px;
    background-position: 0px -160px;
}

.saveCardHolder .savedCardsRadio.visa::before,
.sectionForm input#ccNumber.visa {
    background-position: 0px -2px;
}

.saveCardHolder .savedCardsRadio.mastercard::before,
.sectionForm input#ccNumber.mastercard {
    background-position: 0px -34px;
}

.saveCardHolder .savedCardsRadio.amex::before,
.sectionForm input#ccNumber.amex {
    background-position: 0px -65px;
}

.saveCardHolder .savedCardsRadio.discover::before,
.sectionForm input#ccNumber.discover {
    background-position: 0px -96px;
}

.saveCardHolder .savedCardsRadio.diners_club_international::before,
.sectionForm input#ccNumber.diners_club_international {
    background-position: 0px -129px;
}

i.ccNumberIcon.fa {
    position: absolute;
    right: 17px;
    top: 4px;
    font-size: 24px;
    color: #ccc;
}

.sectionForm input#ccNumber.valid + i.ccNumberIcon.fa {
    color: #3c763d;
}

.sectionForm input#expMonth {
    width: 55px;
    display: inline-block;
    text-align: center;
}

.sectionForm input#expYear {
    width: 65px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

#sec8 .sectionForm .no-padding {
    padding: 0px 10px;
}

#sec8 .sectionForm .inputPrefix {
    background: #0A638F;
    color: #fff;
}

#sec8 #creditCardForm .formTitle {
    background: #F3F3F5;
    color: #D3232D;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 24px;
}

.sectionForm input#billingState {
    width: 75px;
    display: inline-block;
    text-align: center;
}

.sectionForm input#billingZip {
    width: 91px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
}

#sec8 #creditCardForm  input#saveDefault {
    display: inline-table;
    width: 17px;
    height: 19px;
    margin: 0 7px 0 0;
    vertical-align: middle;
}

#sec8 #creditCardForm label[for=saveDefault] {
    line-height: 24px;
    margin-bottom: 0;
    vertical-align: middle;
    color: #59595B;
}

#sec8 .creditCardNotice {
    font-size: 16px;
    font-family: 'osSemibold';
    color: #0A638F;
}

#sec8 #savedCardForm #savedCardFormBtn,
#sec8 #creditCardForm #creditCardFormBtn {
    color: #0A638F;
}

.sectionForm #creditCardForm .spanArrow.three::before,
.sectionForm #creditCardForm .spanArrow.three::after {
    background: #0A638F;
}

.sectionForm #creditCardForm .arrowHolder.left .spanArrow.one::before,
.sectionForm #creditCardForm .arrowHolder.left .spanArrow.one::after {
    background: #0A638F;
}

.sectionForm #creditCardForm .arrowHolder.left .spanArrow.three::before,
.sectionForm #creditCardForm .arrowHolder.left .spanArrow.three::after {
    background: #D2D3D5;
}

/* -------------------- Section8 Styles -------------------- */


/* -------------------- Section9 Styles -------------------- */
section#sec9 {
    border-bottom: 2px solid #a7a9ac;
}

section#sec9 .sec9row1 {
    background: #E3F2EF;
    color: #58585A;
}

#sec9 .sectionHeader i.fa-check:before {
    background: #58585A;
    color: #E3F2EF;
}

#sec9 .sec9row2 {
    padding-top: 25px;
}

#sec9 .sectionForm .no-padding {
    padding: 0px 9px;
}

#sec9 #checkingForm .inputPrefix {
    background: #E3F2EF;
    color: #58585A;
}

#sec9 #checkingForm .inputPrefix.amountPrefix {
    background: #D3232D;
    color: #fff;
}

#sec9 #checkingForm .checkingNotice {
    font-size: 16px;
    font-family: 'osSemibold';
    color: #AAAAAC;
}

#sec9 .checkingFormSubmit {
    padding-top: 20px;
}

.sectionForm #checkingForm .spanArrow.three::before,
.sectionForm #checkingForm .spanArrow.three::after {
    background: #D3232D;
}

/* -------------------- Section9 Styles -------------------- */

/* -------------------- Section10 Styles -------------------- */
#sec10 .sec10row1 {
    background: #199AD6;
    color: #fff;
}

#sec10 .sectionHeader i.fa {
    border-color: #fff;
}

#sec10 .sectionHeader i.fa-check:before {
    background: #fff;
    color: #58585A;
}

#sec10 .sectionHeader span.pay {
    font-family: 'osSemibold';
    color: #1F3D7C;
}

#sec10 .sectionHeader span.pal {
    font-family: 'osSemibold';
}

#paypal_form .inputPrefix {
    background: #199AD6;
    color: #fff;
}

#paypal_form .paypalNotice {
    color: #58585A;
}

#paypal_form #paypalFormBtn {
    color: #1F3D7C;
}

.sectionForm #paypal_form .spanArrow.three::before,
.sectionForm #paypal_form .spanArrow.three::after {
    background: #199AD6;
}

.sectionForm #paypal_form .arrowHolder.left .spanArrow.one::before,
.sectionForm #paypal_form .arrowHolder.left .spanArrow.one::after {
    background: #199AD6;
}

.sectionForm #paypal_form .arrowHolder.left .spanArrow.three::before,
.sectionForm #paypal_form .arrowHolder.left .spanArrow.three::after {
    background: #D2D3D5;
}
/* -------------------- Section10 Styles -------------------- */

/* -------------------- Section11 Styles -------------------- */

/* -------------------- Section11 Styles -------------------- */

/* -------------------- Section12 Styles -------------------- */

button.buttonCust {
    font-size: 16px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    font-weight: 900;
    font-family: 'osSemibold';
    color: #fff;
    background: #31708f;
}

button.buttonCust.removeItem {
    background: #D3232D;
    margin-right: 7px;
}

input.cartItemQuantity[disabled] {
    background: transparent;
    border: none;
    cursor: default;
    box-shadow: none;
}

.productSec {
    display: inline-block;
    vertical-align: top;
}
/* -------------------- Section12 Styles -------------------- */

/* -------------------- Section13 Styles -------------------- */

/* -------------------- Section13 Styles -------------------- */

/* -------------------- Section14 Styles -------------------- */
section#sec14 {
    border-bottom: 2px solid #a7a9ac;
}

#sec14 .sectionHeader i.fa-check:before {
    background: #58585A;
    color: #F3F3F5;
}

section#sec14 .sec14row2 {
    padding: 30px 0 40px 0;
}

#sec14 table#cartTable {
    border: 2px solid #ccc;
    margin: 10px 0px 20px 0px;
    border-collapse: collapse;
}

#sec14 #cartTable thead{
    background: #f1f2f2;
    color: #58585a;
    border-bottom: 2px solid #ccc;
}

#sec14 #cartTable thead th {
    border-bottom: none;
    padding: 15px 8px;
}

#cartTable td {
    font-family: 'osSemibold';
    color: #000;
}

#cartTable td .oldCartBalance {
    display: inline-block;
}

#cartTable td .oldCartBalance.editable {
    background: #fff;
    border: 2px solid #a7a9ac;
    text-align: center;
    color: #58585A;
    font-family: 'osSemibold';
    border-radius: 4px;
    margin: 0 5px;
    padding: 2px 5px;
    line-height: 20px;
    font-size: 15px;
    min-width: 36px;
}

#cartTable td .productDescription {
    font-family: 'osLight';
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    white-space: pre-line;
}

#cartTable td input.cartItemQuantity {
    margin-right: 5px;
}

#cartTable td:first-child {
    text-align: left;
}

#cartTable td:last-child {
    text-align: right;
}

#cartTable tfoot td:first-child {
    color: #58585a;
}

#cartTable tfoot td {
    vertical-align: bottom;
}

#cartTable tfoot {
    background: #ccc;
}

.sec14row2 .cartEdit {
    background: #D1D2D4;
    border: 0;
    padding: 9px 10px;
    font-size: 20px;
    line-height: 26px;
    font-family: 'osSemibold';
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    color: #59595B;
}

.sec14row2 button.btn.leftBtn {
    padding: 9px 25px 9px 15px;
}

.sec14row2 button.btn.checkoutBtn {
    padding: 9px 15px 9px 25px;
    margin-left: 5px;
}

/* -------------------- Section14 Styles -------------------- */
/* -------------------- Section15 Styles -------------------- */
section#sec15 {
    margin: 0;
    padding: 20px 0;
    background: #F3F3F5;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

.sec15row1 .returnTxt {
    color: #59595B;
    line-height: 50px;
}

.sec15row1 .returnTxt .greyTextAnchor {
    font-family: 'osSemibold';
    color: #59595B;
    text-decoration: none !important;
}

.sec15row1 .returnTxt .greyText {
    background: #D1D2D4;
    border: 2px solid #d1d2d4;
    color: #59595B;
    padding: 10px 30px 10px 40px;
    font-size: 20px;
    font-family: 'osSemibold';
    margin-right: 15px;
    border-radius: 0;
    line-height: 26px;
}

.sec15row1 .returnTxt .greyText::before,
.sec15row1 .returnTxt .greyText::after{
    height: 25px;
    width: 20px;
}

.sec15row1 .returnTxt .greyText::before{
    top: -2px;
}

.sec15row1 .returnTxt .greyText::after{
    bottom: -2px;
}
/* -------------------- Section15 Styles -------------------- */

/* -------------------- Footer Styles -------------------- */

footer {
    background: #414042;
    color: #a7a9ac;
    padding-top: 50px;
}

.footrow2 a {
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    font-family: 'osSemibold';
}

.footrow3 {
    font-size: 18px;
    line-height: 26px;
    font-family: 'osLight';
}

.footrow3 a.payOptions {
    color: #A8A9AD;
    font-family: 'osSemibold';
}

.footrow2, .footrow4 {
    padding: 80px 0 10px 0;
}

.footrow4 .copyrightText {
    padding: 20px 0;
    border-top: 1px solid #fff;
}
/* -------------------- Footer Styles -------------------- */



/* -------------------- Media queries -------------------- */
@media (min-width:1200px){
    
}
/* -------------------- Media queries -------------------- */

/* -------------------- key frames -------------------- */
@keyframes rotate {
    100% { transform: rotate(360deg);}
}

@-webkit-keyframes rotate {
    100% { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate{
    100% { -moz-transform: rotate(360deg);}
}

@-ms-keyframes rotate{
    100% { -ms-transform: rotate(360deg);}
}

@-o-keyframes rotate{
    100% { -o-transform: rotate(360deg);}
}

@keyframes dash {
    0% {stroke-dasharray: 1,850; stroke-dashoffset: 0;}
    50% {stroke-dasharray: 90,850; stroke-dashoffset: -35;}
    100% {stroke-dasharray: 90,850; stroke-dashoffset: -150;}
}

@-webkit-keyframes dash {
    0% {stroke-dasharray: 1,850; stroke-dashoffset: 0;}
    50% {stroke-dasharray: 90,850; stroke-dashoffset: -35;}
    100% {stroke-dasharray: 90,850; stroke-dashoffset: -150;}
}

@-moz-keyframes dash {
    0% {stroke-dasharray: 1,850; stroke-dashoffset: 0;}
    50% {stroke-dasharray: 90,850; stroke-dashoffset: -35;}
    100% {stroke-dasharray: 90,850; stroke-dashoffset: -150;}
}

@-ms-keyframes dash {
    0% {stroke-dasharray: 1,850; stroke-dashoffset: 0;}
    50% {stroke-dasharray: 90,850; stroke-dashoffset: -35;}
    100% {stroke-dasharray: 90,850; stroke-dashoffset: -150;}
}

@-o-keyframes dash {
    0% {stroke-dasharray: 1,850; stroke-dashoffset: 0;}
    50% {stroke-dasharray: 90,850; stroke-dashoffset: -35;}
    100% {stroke-dasharray: 90,850; stroke-dashoffset: -150;}
}
/*@keyframes spanOne {
    0% { transform:translateX(-11px); opacity:0 }
    33.33333% { transform:translateX(0px); opacity:1 }
    66.66667% { transform:translateX(0px); opacity:1 }
    95% { transform:translateX(0px); opacity:1 }
    100% { transform:translateX(0px); opacity:0 }
}
@-webkit-keyframes spanOne {
    0% { -webkit-transform:translateX(-11px); opacity:0 }
    33.33333% { -webkit-transform:translateX(0px); opacity:1 }
    66.66667% { -webkit-transform:translateX(0px); opacity:1 }
    95% { -webkit-transform:translateX(0px); opacity:1 }
    100% { -webkit-transform:translateX(0px); opacity:0 }
}
@-moz-keyframes spanOne {
    0% { -moz-transform:translateX(-11px); opacity:0 }
    33.33333% { -moz-transform:translateX(0px); opacity:1 }
    66.66667% { -moz-transform:translateX(0px); opacity:1 }
    95% { -moz-transform:translateX(0px); opacity:1 }
    100% { -moz-transform:translateX(0px); opacity:0 }
}
@-ms-keyframes spanOne {
    0% { -ms-transform:translateX(-11px); opacity:0 }
    33.33333% { -ms-transform:translateX(0px); opacity:1 }
    66.66667% { -ms-transform:translateX(0px); opacity:1 }
    95% { -ms-transform:translateX(0px); opacity:1 }
    100% { -ms-transform:translateX(0px); opacity:0 }
}
@-o-keyframes spanOne {
    0% { -o-transform:translateX(-11px); opacity:0 }
    33.33333% { -o-transform:translateX(0px); opacity:1 }
    66.66667% { -o-transform:translateX(0px); opacity:1 }
    95% { -o-transform:translateX(0px); opacity:1 }
    100% { -o-transform:translateX(0px); opacity:0 }
}

@keyframes spantwo {
    0% { transform:translateX(-11px); opacity:0 }
    33.33333% { transform:translateX(-11px); opacity:0 }
    66.66667% { transform:translateX(0px); opacity:1 }
    95% { transform:translateX(0px); opacity:1 }
    100% { transform:translateX(0px); opacity:0 }
}
@-webkit-keyframes spantwo {
    0% { -webkit-transform:translateX(-11px); opacity:0 }
    33.33333% { -webkit-transform:translateX(-11px); opacity:1 }
    66.66667% { -webkit-transform:translateX(0px); opacity:1 }
    95% { -webkit-transform:translateX(0px); opacity:1 }
    100% { -webkit-transform:translateX(0px); opacity:0 }
}
@-moz-keyframes spantwo {
    0% { -moz-transform:translateX(-11px); opacity:0 }
    33.33333% { -moz-transform:translateX(-11px); opacity:1 }
    66.66667% { -moz-transform:translateX(0px); opacity:1 }
    95% { -moz-transform:translateX(0px); opacity:1 }
    100% { -moz-transform:translateX(0px); opacity:0 }
}
@-ms-keyframes spantwo {
    0% { -ms-transform:translateX(-11px); opacity:0 }
    33.33333% { -ms-transform:translateX(-11px); opacity:1 }
    66.66667% { -ms-transform:translateX(0px); opacity:1 }
    95% { -ms-transform:translateX(0px); opacity:1 }
    100% { -ms-transform:translateX(0px); opacity:0 }
}
@-o-keyframes spantwo {
    0% { -o-transform:translateX(-11px); opacity:0 }
    33.33333% { -o-transform:translateX(-11px); opacity:1 }
    66.66667% { -o-transform:translateX(0px); opacity:1 }
    95% { -o-transform:translateX(0px); opacity:1 }
    100% { -o-transform:translateX(0px); opacity:0 }
}

@keyframes spanthree {
    0% { transform:translateX(-11px); opacity:0 }
    33.33333% { transform:translateX(-11px); opacity:0 }
    66.66667% { transform:translateX(-11px); opacity:0 }
    95% { transform:translateX(0px); opacity:1 }
    100% { transform:translateX(0px); opacity: 0}
}
@-webkit-keyframes spanthree {
    0% { -webkit-transform:translateX(-11px); opacity:0 }
    33.33333% { -webkit-transform:translateX(-11px); opacity:1 }
    66.66667% { -webkit-transform:translateX(-11px); opacity:1 }
    95% { -webkit-transform:translateX(0px); opacity:1 }
    100% { -webkit-transform:translateX(0px); opacity:0 }
}
@-moz-keyframes spanthree {
    0% { -moz-transform:translateX(-11px); opacity:0 }
    33.33333% { -moz-transform:translateX(-11px); opacity:1 }
    66.66667% { -moz-transform:translateX(-11px); opacity:1 }
    95% { -moz-transform:translateX(0px); opacity:1 }
    100% { -moz-transform:translateX(0px); opacity:0 }
}
@-ms-keyframes spanthree {
    0% { -ms-transform:translateX(-11px); opacity:0 }
    33.33333% { -ms-transform:translateX(-11px); opacity:1 }
    66.66667% { -ms-transform:translateX(-11px); opacity:1 }
    95% { -ms-transform:translateX(0px); opacity:1 }
    100% { -ms-transform:translateX(0px); opacity:0 }
}
@-o-keyframes spanthree {
    0% { -o-transform:translateX(-11px); opacity:0 }
    33.33333% { -o-transform:translateX(-11px); opacity:1 }
    66.66667% { -o-transform:translateX(-11px); opacity:1 }
    95% { -o-transform:translateX(0px); opacity:1 }
    100% { -o-transform:translateX(0px); opacity:0 }
}

@keyframes spanReverseOne {
    0% { transform:translateX(11px); opacity:0 }
    33.33333% { transform:translateX(11px); opacity:0 }
    66.66667% { transform:translateX(11px); opacity:0 }
    95% { transform:translateX(0px); opacity:1 }
    100% { transform:translateX(0px); opacity: 0}
}
@-webkit-keyframes spanReverseOne {
    0% { -webkit-transform:translateX(11px); opacity:0 }
    33.33333% { -webkit-transform:translateX(11px); opacity:1 }
    66.66667% { -webkit-transform:translateX(11px); opacity:1 }
    95% { -webkit-transform:translateX(0px); opacity:1 }
    100% { -webkit-transform:translateX(0px); opacity:0 }
}
@-moz-keyframes spanReverseOne {
    0% { -moz-transform:translateX(11px); opacity:0 }
    33.33333% { -moz-transform:translateX(11px); opacity:1 }
    66.66667% { -moz-transform:translateX(11px); opacity:1 }
    95% { -moz-transform:translateX(0px); opacity:1 }
    100% { -moz-transform:translateX(0px); opacity:0 }
}
@-ms-keyframes spanReverseOne {
    0% { -ms-transform:translateX(11px); opacity:0 }
    33.33333% { -ms-transform:translateX(11px); opacity:1 }
    66.66667% { -ms-transform:translateX(11px); opacity:1 }
    95% { -ms-transform:translateX(0px); opacity:1 }
    100% { -ms-transform:translateX(0px); opacity:0 }
}
@-o-keyframes spanReverseOne {
    0% { -o-transform:translateX(11px); opacity:0 }
    33.33333% { -o-transform:translateX(11px); opacity:1 }
    66.66667% { -o-transform:translateX(11px); opacity:1 }
    95% { -o-transform:translateX(0px); opacity:1 }
    100% { -o-transform:translateX(0px); opacity:0 }
}

@keyframes spanReversetwo {
    0% { transform:translateX(11px); opacity:0 }
    33.33333% { transform:translateX(11px); opacity:0 }
    66.66667% { transform:translateX(0px); opacity:1 }
    95% { transform:translateX(0px); opacity:1 }
    100% { transform:translateX(0px); opacity:0 }
}
@-webkit-keyframes spanReversetwo {
    0% { -webkit-transform:translateX(11px); opacity:0 }
    33.33333% { -webkit-transform:translateX(11px); opacity:1 }
    66.66667% { -webkit-transform:translateX(0px); opacity:1 }
    95% { -webkit-transform:translateX(0px); opacity:1 }
    100% { -webkit-transform:translateX(0px); opacity:0 }
}
@-moz-keyframes spanReversetwo {
    0% { -moz-transform:translateX(11px); opacity:0 }
    33.33333% { -moz-transform:translateX(11px); opacity:1 }
    66.66667% { -moz-transform:translateX(0px); opacity:1 }
    95% { -moz-transform:translateX(0px); opacity:1 }
    100% { -moz-transform:translateX(0px); opacity:0 }
}
@-ms-keyframes spanReversetwo {
    0% { -ms-transform:translateX(11px); opacity:0 }
    33.33333% { -ms-transform:translateX(11px); opacity:1 }
    66.66667% { -ms-transform:translateX(0px); opacity:1 }
    95% { -ms-transform:translateX(0px); opacity:1 }
    100% { -ms-transform:translateX(0px); opacity:0 }
}
@-o-keyframes spanReversetwo {
    0% { -o-transform:translateX(11px); opacity:0 }
    33.33333% { -o-transform:translateX(11px); opacity:1 }
    66.66667% { -o-transform:translateX(0px); opacity:1 }
    95% { -o-transform:translateX(0px); opacity:1 }
    100% { -o-transform:translateX(0px); opacity:0 }
}

@keyframes spanReversethree {
    0% { transform:translateX(11px); opacity:0 }
    33.33333% { transform:translateX(0px); opacity:1 }
    66.66667% { transform:translateX(0px); opacity:1 }
    95% { transform:translateX(0px); opacity:1 }
    100% { transform:translateX(0px); opacity:0 }
}
@-webkit-keyframes spanReversethree {
    0% { -webkit-transform:translateX(11px); opacity:0 }
    33.33333% { -webkit-transform:translateX(0px); opacity:1 }
    66.66667% { -webkit-transform:translateX(0px); opacity:1 }
    95% { -webkit-transform:translateX(0px); opacity:1 }
    100% { -webkit-transform:translateX(0px); opacity:0 }
}
@-moz-keyframes spanReversethree {
    0% { -moz-transform:translateX(11px); opacity:0 }
    33.33333% { -moz-transform:translateX(0px); opacity:1 }
    66.66667% { -moz-transform:translateX(0px); opacity:1 }
    95% { -moz-transform:translateX(0px); opacity:1 }
    100% { -moz-transform:translateX(0px); opacity:0 }
}
@-ms-keyframes spanReversethree {
    0% { -ms-transform:translateX(11px); opacity:0 }
    33.33333% { -ms-transform:translateX(0px); opacity:1 }
    66.66667% { -ms-transform:translateX(0px); opacity:1 }
    95% { -ms-transform:translateX(0px); opacity:1 }
    100% { -ms-transform:translateX(0px); opacity:0 }
}
@-o-keyframes spanReversethree {
    0% { -o-transform:translateX(11px); opacity:0 }
    33.33333% { -o-transform:translateX(0px); opacity:1 }
    66.66667% { -o-transform:translateX(0px); opacity:1 }
    95% { -o-transform:translateX(0px); opacity:1 }
    100% { -o-transform:translateX(0px); opacity:0 }
}*/
/* -------------------- key frames -------------------- */