*:before, *:after{
    text-transform: lowercase;
}
/*Header*/
#userEcommAccount {
    height: 50px;
    padding: 0 40px 0 20px;
    position: absolute;
    top: 1px;
    right: 195px;
    text-align: left;
}
#userEcommAccount #wrapper-login, #userEcommAccount #wrapper-logout {
    position: relative;
}
#userEcommAccount #wrapper-login:before, #userEcommAccount #wrapper-logout:before {
    content: "";
    position: absolute;
    height: 0px;
    background-color: #f7901e;
    left: 0;
    right: 0;
    bottom: 14px;
/*-moz-transition: height 0.3s ease;
-o-transition: height 0.3s ease;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;*/
height: 2px;
}
#userEcommAccount #wrapper-logout:before {
    left: 20px;
    right: 0px;
    bottom: -5px;
}
#userEcommAccount #wrapper-login > span, #userEcommAccount #wrapper-logout > span {
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
#userEcommAccount .popup {
    background-color: #7e8c95;
    color: white;
    width: 190px;
    max-height: 0;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -90px;
    padding: 0;
    overflow: hidden;
    z-index: 1;
/*-moz-transition: max-height 0.3s ease, padding 0.3s ease;
-o-transition: max-height 0.3s ease, padding 0.3s ease;
-webkit-transition: max-height 0.3s ease, padding 0.3s ease;
transition: max-height 0.3s ease, padding 0.3s ease;*/
}
#userEcommAccount .popup ul li.my-account:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 44%;
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -5px -46px;
    height: 30px;
    width: 39px;
    background-size: cover;
    background-repeat: no-repeat;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);

}
#userEcommAccount .popup ul li.wishlist:before {
    content: "\e90d";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 1em;
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
    color: #a9b2bc;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -13px;
}
#userEcommAccount .popup:before {
    content: "";
    position: absolute;
    right: 90px;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #7e8c95 transparent;
/*-moz-transition: bottom 0.3s ease;
-o-transition: bottom 0.3s ease;
-webkit-transition: bottom 0.3s ease;
transition: bottom 0.3s ease;*/
}
#userEcommAccount .popup ul li a:hover {
    color: #fff;
    background: #007bc3;
}
#userEcommAccount .popup.opened ul {
    -moz-animation: fadeIn 0.25s ease-in-out 0.1s 1 forwards;
    -webkit-animation: fadeIn 0.25s ease-in-out 0.1s 1 forwards;
    animation: fadeIn 0.25s ease-in-out 0.1s 1 forwards;
}
#userEcommAccount .popup ul {
    list-style: none;
    margin: 0;
    opacity: 0;
}
#userEcommAccount .popup ul li.sign-in, #userEcommAccount .popup ul li.logout {
    background-color: #007bc3;
}
#userEcommAccount .popup ul li {
    position: relative;
}
#userEcommAccount .popup ul li.sign-in a, #userEcommAccount .popup ul li.logout a {
    padding: 13px 0;
    text-align: center;
}
#userEcommAccount .popup ul li.sign-in a:hover, #userEcommAccount .popup ul li.logout a:hover{
    background: #f7901e;
}
#userEcommAccount .popup ul li a {
    display: block;
    padding: 20px 0 20px 55px;
    color: white;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
#userEcommAccount .popup ul li.track-orders:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -3px -73px;
    height: 30px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}

#userEcommAccount .popup ul li.customer-service {
    border-top: 1px solid #a9b2bc;
}
#userEcommAccount .popup ul li.customer-service:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -1px -99px;
    height: 30px;
    width: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.arrow-orange, #userEcommAccount #wrapper-login:after, #userEcommAccount #wrapper-logout:after, #hdr_ecom_minicart_div:after, header .brands > span:before {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -10px;
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: 4px -165px;
    height: 21px;
    width: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}
#userEcommAccount #wrapper-login:after, #userEcommAccount #wrapper-logout:after {
    right: -25px;
}
#userEcommAccount #wrapper-logout {
    display: none;
}
#userEcommAccount #wrapper-login > span, #userEcommAccount #wrapper-logout > span {
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #7e8c95;
    user-select: none;
}
#userEcommAccount #wrapper-logout > span {
    line-height: inherit;
    text-align: center;
    padding-top: 10px;
    right: -10px;
    font-size: 12px;
}
#userEcommAccount #wrapper-logout > span i {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
}
#userEcommAccount #wrapper-logout > span b {
    display: inline-block;
    width: 100%;
    text-transform: `uppercase;
}
#userEcommAccount .popup {
    background-color: #7e8c95;
    color: white;
    width: 190px;
    max-height: 0;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -90px;
    padding: 0;
    overflow: hidden;
    z-index: 1;
/* -moz-transition: max-height 0.3s ease, padding 0.3s ease;
-o-transition: max-height 0.3s ease, padding 0.3s ease;
-webkit-transition: max-height 0.3s ease, padding 0.3s ease;
transition: max-height 0.3s ease, padding 0.3s ease;*/
}
#userEcommAccount .popup.opened {
    padding: 10px 10px 0 10px;
    max-height: 300px;
    overflow: visible;
}
#userEcommAccount .popup.opened.logout {
    padding-bottom: 10px;
}
#userEcommAccount .popup ul {
    list-style: none;
    margin: 0;
    opacity: 1;
}
#hdr_ecom_minicart_div {
    height: 50px;
    width: 60px;
    position: absolute;
    top: 5px;
    background-color: #007bc3;
    text-align: left;
    color: white;
    font-size: 12px;
    cursor: pointer;
    z-index: 1;
    user-select: none;
    right: 0;
/*    -moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;*/
}
#hdr_ecom_minicart_div:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 17px;
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -5px -5px;
    height: 28px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
}
#hdr_ecom_minicart_div span {
    display: block;
    position: absolute;
    top: 6px;
    text-align: center;
    width: 40px;
    left: 3px;
}
#hdr_ecom_minicart_div .popup {
    background-color: white;
    border: 0px solid #d9dfe5;
    width: 256px;
    max-height: 0;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
/*    -moz-transition: max-height 0.3s ease, padding 0.3s ease;
-o-transition: max-height 0.3s ease, padding 0.3s ease;
-webkit-transition: max-height 0.3s ease, padding 0.3s ease;
transition: max-height 0.3s ease, padding 0.3s ease;*/
}
#hdr_ecom_minicart_div .popup.opened {
    padding: 6px;
    max-height: 420px;
    border-width: 1px;
    overflow: visible;
}
#hdr_ecom_minicart_div .popup:before {
    content: "";
    position: absolute;
    right: 22px;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent white transparent;
/*    -moz-transition: bottom 0.3s ease;
-o-transition: bottom 0.3s ease;
-webkit-transition: bottom 0.3s ease;
transition: bottom 0.3s ease;*/
}
#hdr_ecom_minicart_div .popup ul li.btn {
    display: block;
    color: white;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px;
}
#hdr_ecom_minicart_div .popup ul li.view-cart {
    background-color: #f7901e;
}
#hdr_ecom_minicart_div .popup ul li.view-cart:hover {
    background: #007bc3;
}
#hdr_ecom_minicart_div .popup ul li {
    position: relative;
    margin-bottom: 6px;
/*    -moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;*/
}
#hdr_ecom_minicart_div .popup ul li a {
    display: block;
    color: white;
}
#hdr_ecom_minicart_div .popup .cart-items .itemCart a .description {
    padding: 0 10px 0 5px;
}
#hdr_ecom_minicart_div .popup .cart-items .itemCart a .description p {
    color: #7e8c95;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
/*    -moz-transition: color 0.25s ease;
-o-transition: color 0.25s ease;
-webkit-transition: color 0.25s ease;
transition: color 0.25s ease;*/
}
#hdr_ecom_minicart_div .popup .cart-items .itemCart a .description p.quantity {
    font-weight: 700;
}
#hdr_ecom_minicart_div .popup .cart-items .itemCart a img {
    display: block;
    -webkit-align-items: center;
    align-items: center;
    width: 69px;
    height: 69px;
}
#hdr_ecom_minicart_div .popup .cart-items .itemCart a {
    display: -webkit-flex;
    display: flex;
}
#hdr_ecom_minicart_div .popup .cart-items .itemCart {
    margin: 10px 0;
    min-height: initial;
}
#hdr_ecom_minicart_div .popup ul li.shipping {
    background-color: #007bc3;
}
#hdr_ecom_minicart_div .popup .cart-items {
    max-height: 300px;
    /*opacity: 0;*/
    overflow-y: scroll;
}
#hdr_ecom_minicart_div .popup ul {
    list-style: none;
    margin: 0;
    /*opacity: 0;*/
}
#hdr_ecom_minicart_div .popup .cart-items .itemCart a:hover .description p {
    color:#0076c3 ;
}

/*End Header*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* core Styles */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/**, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}*/
.ecomm ul, .ecomm ol {
    margin-left: 1em;
    list-style: disc;
}
.action-button, .action-button-alt {
    color: white;
    font-weight: 600;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 15px;
    border: none;
    outline: none;
    background: #f7901e;
    display: inline-block;
    cursor: pointer;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
.action-button:hover, .action-button-alt:hover {
    background: #007bc3;
}
.ecomm input[type="color"], .ecomm input[type="date"], .ecomm input[type="datetime"], .ecomm input[type="datetime-local"], .ecomm input[type="email"], .ecomm input[type="file"], .ecomm input[type="month"], .ecomm input[type="number"], .ecomm input[type="password"], .ecomm input[type="search"], .ecomm input[type="tel"], .ecomm input[type="text"], .ecomm input[type="time"], .ecomm input[type="url"], .ecomm input[type="week"] {
    color: black;
    font-family: "proxima-nova", sans-serif;
    background: white;
    margin: 0;
    padding: 10px;
    border: none;
    outline: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Modal Styles */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(40, 40, 40, 0.8);
    z-index: 9999;
}
.overlay.opened {
    display: block;
    -moz-animation: fadeIn 0.3s linear forwards;
    -webkit-animation: fadeIn 0.3s linear forwards;
    animation: fadeIn 0.3s linear forwards;
}
.overlay.opened .modal-content {
    display: block;
    -moz-animation: fadeIn 0.3s linear forwards;
    -webkit-animation: fadeIn 0.3s linear forwards;
    animation: fadeIn 0.3s linear forwards;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Modal Add-to-cart */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal-add-to-cart {
    background-color: rgba(40, 40, 40, 0.1);
}
.modal-add-to-cart.opened .modal-content {
    display: -webkit-flex;
    display: flex;
}
.modal-add-to-cart .wrapper-modal {
    position: absolute;
    background-color: white;
    width: 980px;
    height: auto;
    top: 60px;
    left: 50%;
    margin-left: -490px;
    padding: 50px 30px;
    border: 4px solid #f7901e;
}
@media (max-width: 1023px) {
    .modal-add-to-cart .wrapper-modal {
        width: 983px;
        /*width: calc(100% - 40px);*/
        height: auto;
        left: auto;
        margin-left: 18px;
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal {
        width: 747px;
        /*width: calc(100% - 20px);*/
        padding: 40px 10px 90px;
        margin-left: 8px;
    }
}
.modal-add-to-cart .wrapper-modal .image {
    border: 1px solid #d9dfe5;
    margin-right: 20px;
    width: 220px;
    height: 220px;
}
@media (max-width: 1023px) {
    .modal-add-to-cart .wrapper-modal .image {
        margin-right: 15px;
        width: 210px;
        height: 210px;
    }
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal .image {
        margin-right: 10px;
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 479px) {
    .modal-add-to-cart .wrapper-modal .image {
        width: 60px;
        height: 60px;
    }
}
.modal-add-to-cart .wrapper-modal .image img {
    width: 100%;
}
.modal-add-to-cart .wrapper-modal .description {
    width: 80%;
    /*width: calc(100% - 240px);*/
}
@media (max-width: 1023px) {
    .modal-add-to-cart .wrapper-modal .description {
        width: 798px;
        /*width: calc(100% - 225px);*/
    }
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal .description {
        width: 637px;
        /*width: calc(100% - 130px);*/
    }
}
@media (max-width: 479px) {
    .modal-add-to-cart .wrapper-modal .description {
        width: 409px;
        /*width: calc(100% - 70px);*/
    }
}
.modal-add-to-cart .wrapper-modal .description .wrapper-title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal .description .wrapper-title {
        display: inline-block;
        margin-bottom: 20px;
    }
}
.modal-add-to-cart .wrapper-modal .description .wrapper-title h2 {
    color: #007bc3;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 0 0;
    float: left;
    width: 60%;
}
@media (max-width: 1023px) {
    .modal-add-to-cart .wrapper-modal .description .wrapper-title h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal .description .wrapper-title h2 {
        font-size: 18px;
        margin: 0 0 20px 0;
        width: 100%;
    }
}
.modal-add-to-cart .wrapper-modal .description .wrapper-title .wrapper-price {
    float: right;
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal .description .wrapper-title .wrapper-price {
        float: left;
    }
}
.modal-add-to-cart .wrapper-modal .description .wrapper-title .wrapper-price .price {
    font-size: 30px;
    text-align: right;
    width: 100%;
    margin-bottom: 0;
}
@media (max-width: 1023px) {
    .modal-add-to-cart .wrapper-modal .description .wrapper-title .wrapper-price .price {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal .description .wrapper-title .wrapper-price .price {
        text-align: left;
    }
}
.modal-add-to-cart .wrapper-modal .description .wrapper-title .wrapper-price .price.old {
    font-size: 16px;
    font-style: italic;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline {
    display: inline-block;
}
@media (max-width: 1023px) {
    .modal-add-to-cart .wrapper-modal .description .wrapper-inline {
        width: 100%;
    }
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline .avaibility {
    color: #007bc3;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal .description .wrapper-inline .avaibility {
        font-size: 14px;
    }
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline .avaibility.out {
    color: #007bc3;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline .item-no {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline .item-no strong {
    font-weight: 700;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline .subtotal {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline .price {
    font-size: 22px;
    display: inline-block;
    margin: 0;
}
.modal-add-to-cart .wrapper-modal .action-button, .modal-add-to-cart .wrapper-modal .action-button-alt {
    font-size: 18px;
    padding: 15px 40px;
    position: absolute;
    right: 30px;
    bottom: 50px;
}
@media (max-width: 1023px) {
    .modal-add-to-cart .wrapper-modal .action-button, .modal-add-to-cart .wrapper-modal .action-button-alt {
        bottom: 20px;
        position: absolute;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal .action-button, .modal-add-to-cart .wrapper-modal .action-button-alt {
        width: 747px;
        /*width: calc(100% - 20px);*/
        max-width: 340px;
    }
}
.modal-add-to-cart .wrapper-modal .close-modal {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}
.modal-add-to-cart .wrapper-modal .close-modal:before {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -1px -139px;
    height: 32px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -5px;
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal .close-modal:before {
        font-size: 21px;
    }
}
@media (max-width: 767px) {
    .modal-add-to-cart .wrapper-modal .close-modal {
        top: 16px;
        right: 16px;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Modal Register */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal-register {
    overflow-y: auto;
}
.modal-register .wrapper-modal {
    position: absolute;
    background-color: white;
    width: 500px;
    height: auto;
    top: 20px;
    left: 55%;
    margin-left: -330px;
    padding: 30px;
}
@media (max-width: 767px) {
    .modal-register .wrapper-modal {
        width: 747px);
/*width: calc(100% - 20px);*/
top: auto;
left: auto;
margin: 10px;
padding: 30px 10px;
}
}
.modal-register .wrapper-modal .close-modal {
    float: right;
    position: relative;
    cursor: pointer;
    margin: -10px;
}
@media (max-width: 767px) {
    .modal-register .wrapper-modal .close-modal {
        margin: 0 10px 0 0;
    }
}
.modal-register .wrapper-modal .close-modal:before {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -1px -139px;
    height: 32px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -5px;
}
.modal-register .wrapper-modal h2 {
    color: #007bc3;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
@media (max-width: 767px) {
    .modal-register .wrapper-modal h2 {
        margin-top: 0;
    }
}
.modal-register .wrapper-modal p {
    font-size: 16px;
    margin-bottom: 20px;
}
.modal-register .wrapper-modal ul {
    font-size: 16px;
    margin: 0 0 10px 20px;
}
.modal-register .wrapper-modal .action-button, .modal-register .wrapper-modal .action-button-alt {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 300px;
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .modal-register .wrapper-modal .action-button, .modal-register .wrapper-modal .action-button-alt {
        min-width: 270px;
        margin-top: 30px;
    }
}
.modal-register .wrapper-modal form {
    background-color: #007bc3;
    margin: 50px -30px -30px -30px;
/* width: 100%;
max-width: 660px;*/
/*width: calc(100% + 60px);*/
padding: 50px 30px;
}
@media (max-width: 767px) {
    .modal-register .wrapper-modal form {
        margin: 40px -10px -30px -10px;
        width: 787px;
        /*width: calc(100% + 20px);*/
        padding: 30px 10px;
    }
}
.modal-register .wrapper-modal form h2 {
    color: white;
}
.modal-register .wrapper-modal form input {
    color: #7e8c95;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d9dfe5;
    width: 100%;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.modal-register .wrapper-modal form input:-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #7e8c95;
    text-transform: none;
}
.modal-register .wrapper-modal form input::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #7e8c95;
    text-transform: none;
}
.modal-register .wrapper-modal form input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #7e8c95;
    text-transform: none;
}
.modal-register .wrapper-modal form input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #7e8c95;
    text-transform: none;
}
.modal-register .wrapper-modal form button:hover {
    background-color: #7e8c95;
}
.modal-register .wrapper-modal form .forgot {
    color: white;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    display: block;
    margin-top: 5px;
    width: 300px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .modal-register .wrapper-modal form .forgot {
        width: 270px;
    }
}
@media (min-width: 1025px) {
    #RegisterAccountForm .wrapper-info .field{
        margin-bottom: 0px;
    }
    #RegisterAccountForm .wrapper-modal form input, #RegisterAccountForm .wrapper-info .pwd .selector{
        margin-bottom: 15px;
    }
    #RegisterAccountForm .wrapper-info .field input, #RegisterAccountForm .wrapper-info .pwd .selector{
        width: 100%;
    }
    #tootltip1 {
        margin-left: 12px;
    }
    #tootltip2 {
        position: absolute;
        right: 10px;
        top: 122px;
    }
    #tootltip3 {
        position: absolute;
        right: 10px;
        top: 200px;
    }
    #RegisterAccountForm .wrapper-info p{
        font-size: 14px;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Modal avalara */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal-address-validation {
    overflow-y: auto;
}
.modal-address-validation .wrapper-modal {
    position: absolute;
    background-color: white;
    width: 660px;
    height: auto;
    top: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px;
}
@media (max-width: 767px) {
    .modal-address-validation .wrapper-modal {
        width: auto;
        top: auto;
        left: auto;
        margin: 10px;
        padding: 30px 10px;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.modal-address-validation .wrapper-modal .close-modal {
    float: right;
    position: relative;
    cursor: pointer;
    margin: -10px;
}
@media (max-width: 767px) {
    .modal-address-validation .wrapper-modal .close-modal {
        margin: 0 10px 0 0;
    }
}
.modal-address-validation .wrapper-modal .close-modal:before {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -1px -139px;
    height: 32px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -5px;
}
.modal-address-validation .wrapper-modal h2 {
    color: #007bc3;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
@media (max-width: 767px) {
    .modal-address-validation .wrapper-modal h2 {
        margin-top: 0;
    }
}
.modal-address-validation .wrapper-modal p {
    font-size: 16px;
    margin-bottom: 20px;
}
.modal-address-validation .wrapper-modal ul {
    font-size: 16px;
    margin: 0 0 10px 20px;
}
.modal-address-validation .wrapper-modal .action-button, .modal-address-validation .wrapper-modal .action-button-alt {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 300px;
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .modal-address-validation .wrapper-modal .action-button, .modal-address-validation .wrapper-modal .action-button-alt {
        min-width: 270px;
        margin-top: 30px;
    }
}
.modal-address-validation .wrapper-modal form {
    background-color: #007bc3;
    margin: 50px -30px -30px -30px;
    padding: 50px 30px;
}
@media (max-width: 767px) {
    .modal-address-validation .wrapper-modal form {
        margin: 40px -10px -30px -10px;
        width: 787px;
        padding: 30px 10px;
    }
}
.modal-address-validation .wrapper-modal form h2 {
    color: white;
}
.modal-address-validation .wrapper-modal form input {
    color: #7e8c95;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d9dfe5;
    width: 100%;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.modal-address-validation .wrapper-modal form input:-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #7e8c95;
    text-transform: none;
}
.modal-address-validation .wrapper-modal form input::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #7e8c95;
    text-transform: none;
}
.modal-address-validation .wrapper-modal form input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #7e8c95;
    text-transform: none;
}
.modal-address-validation .wrapper-modal form input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #7e8c95;
    text-transform: none;
}
.modal-address-validation .wrapper-modal form button:hover {
    background-color: #7e8c95;
}
.modal-address-validation .wrapper-modal form .forgot {
    color: white;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    display: block;
    margin-top: 5px;
    width: 300px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .modal-address-validation .wrapper-modal form .forgot {
        width: 270px;
    }
}
/*Styles for Create an account Modal*/
.modal-create-account {
    overflow-y: auto;
}
.modal-create-account .wrapper-modal {
    position: absolute;
    background-color: white;
    width: 660px;
    height: auto;
    top: 20px;
    left: 50%;
    margin-left: -330px;
    padding: 30px;
}
.modal-create-account .wrapper-modal .close-modal {
    float: right;
    position: relative;
    cursor: pointer;
    margin: -10px;
}
.modal-create-account .wrapper-modal .close-modal:before {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -1px -139px;
    height: 32px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -5px;
}
.modal-create-account .wrapper-modal h2 {
    color: #007bc3;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
.modal-create-account .wrapper-modal form {
    margin: 50px -30px -30px -30px;
    width: 100%;
    padding: 0px 42px 35px 34px;
}
form.standard .wrapper-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
form.standard .wrapper-info.birth-date {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
form.standard .wrapper-info label, form.standard .wrapper-info p {
    color: #7e8c95;
    font-size: 18px;
    text-transform: none;
    display: block;
    margin-bottom: 5px;
}
form.standard .wrapper-info .field label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}
.select-form, .select-form.orange, form.standard .wrapper-info .selector, .shopping-cart .wrapper-collapsing-container .collapsing-item .collapsing-content.summary .summary-item .qty-selector .selector, .sorting .wrapper-selector .selector {
    width: 200px;
    overflow: hidden;
    position: relative;
    border: 1px solid #d9dfe5;
    margin-left: 20px;
    float: right;
}
.select-form.orange, form.standard .wrapper-info .selector, .shopping-cart .wrapper-collapsing-container .collapsing-item .collapsing-content.summary .summary-item .qty-selector .selector, .sorting .wrapper-selector .orange.selector {
    width: 100%;
    margin: 0;
    float: none;
}
.select-form:before, .select-form.orange:before, form.standard .wrapper-info .selector:before, .shopping-cart .wrapper-collapsing-container .collapsing-item .collapsing-content.summary .summary-item .qty-selector .selector:before, .sorting .wrapper-selector .selector:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    height: 31px;
    width: 33px;
    pointer-events: none;
}
.select-form.orange:before, form.standard .wrapper-info .selector:before, .shopping-cart .wrapper-collapsing-container .collapsing-item .collapsing-content.summary .summary-item .qty-selector .selector:before, .sorting .wrapper-selector .orange.selector:before {
    height: 100%;
    width: 25px;
    background-color: #f7901e;
}
.select-form select, .select-form.orange select, form.standard .wrapper-info .selector select, .shopping-cart .wrapper-collapsing-container .collapsing-item .collapsing-content.summary .summary-item .qty-selector .selector select, .sorting .wrapper-selector .selector select {
    width: 200px;
    color: #007bc3;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 10px 10px;
    border: 0;
    background-color: white;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.select-form.orange select, form.standard .wrapper-info .selector select, .shopping-cart .wrapper-collapsing-container .collapsing-item .collapsing-content.summary .summary-item .qty-selector .selector select, .sorting .wrapper-selector .orange.selector select {
    width: 100%;
    font-weight: 400;
    padding: 10px 0 10px 10px;
}
.select-form select option, .select-form.orange select option, form.standard .wrapper-info .selector select option, .shopping-cart .wrapper-collapsing-container .collapsing-item .collapsing-content.summary .summary-item .qty-selector .selector select option, .sorting .wrapper-selector .selector select option {
    color: #007bc3;
}
.select-form:after, .select-form.orange:after, form.standard .wrapper-info .selector:after, .shopping-cart .wrapper-collapsing-container .collapsing-item .collapsing-content.summary .summary-item .qty-selector .selector:after, .sorting .wrapper-selector .selector:after {
    content: "";
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 1em;
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
    color: #007bc3;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -4px;
    pointer-events: none;
}
.select-form.orange:after, form.standard .wrapper-info .selector:after, .shopping-cart .wrapper-collapsing-container .collapsing-item .collapsing-content.summary .summary-item .qty-selector .selector:after, .sorting .wrapper-selector .orange.selector:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: white transparent transparent transparent;
}
.modal-create-account .wrapper-modal form input {
    color: #7e8c95;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d9dfe5;
    width: 100%;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
}
form.standard .wrapper-info .field input {
    color: #007bc3;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    width: 98%;
    border: 1px solid #d9dfe5;
    padding: 8px 10px;
}
.ecomm input {
    box-sizing: border-box;
}
form.standard .wrapper-info .field input.has-error ,form.standard .wrapper-info .field textarea.has-error{
    border: 1px solid red;
}
form.standard .wrapper-info .field {
    width: 49%;
    margin-bottom: 25px;
}
form.standard .wrapper-info .field.full {
    width: 100%;
}
form.standard .wrapper-info .selector {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 154px;
    float: left;
}
form.standard .wrapper-info .wrapper-date .selector {
    width: 192px;
}
form.standard .wrapper-info .selector.has-error {
    border: 1px solid red;
}
.modal-create-account-2 form.standard .wrapper-info .selector {
    width: 256px;
}
form.standard .wrapper-info .pwd .selector {
    width: 648px;
}
.action-button, .action-button-alt {
    color: white;
    font-weight: 600;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 15px;
    border: none;
    outline: none;
    background: #f7901e;
    display: inline-block;
    cursor: pointer;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
.action-button-alt {
    background-color: #007bc3;
}
.modal-create-account .wrapper-modal .action-button, .modal-create-account .wrapper-modal .action-button-alt {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 300px;
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
}
.modal-create-account .wrapper-modal .action-button-alt:hover {
    background:#f7901e;
}
.modal-create-account .wrapper-modal p {
    font-size: 16px;
    margin-bottom: 20px;
}
form.standard .wrapper-info label, form.standard .wrapper-info p {
    color: #7e8c95;
    font-size: 18px;
    text-transform: none;
    display: block;
    margin-bottom: 5px;
}
form.standard .wrapper-info p {
    color: #7e8c95;
    font-size: 13px;
    text-transform: none;
    display: block;
    margin-bottom: 5px;
    padding: 20px;
    text-align: center;
}
.wrapper-info .privacy a {
    color: #007bc3;
}
/*create account 2*/
.checkbox label:before, .filters-column form fieldset .choice label:before, form.standard .wrapper-info .choice label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: #e4e8ed;
    border: 1px solid #a9b2bc;
}
.checkbox label, .filters-column form fieldset .choice label, form.standard .wrapper-info .choice label {
    color: #7e8c95;
    font-size: 1.4rem;
    font-family: "proxima-nova", sans-serif;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
.checkbox label:after, .filters-column form fieldset .choice label:after, form.standard .wrapper-info .choice label:after {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -2px -340px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 1px;
    top: -5px;
    width: 32px;
    height: 22px;
    opacity: 0;
    pointer-events: none;
}
.checkbox input[type="checkbox"]:checked ~ label:after, .filters-column form fieldset .choice input[type="checkbox"]:checked ~ label:after, form.standard .wrapper-info .choice input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}
form.standard .wrapper-info .choice {
    padding: 12px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}
form.standard .wrapper-info .choice input[type="checkbox"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}
form.standard .wrapper-info .choice label {
    font-size: 18px;
}
form.standard .wrapper-info .choice input[type="checkbox"]:checked ~ label {
    color: #7e8c95;
    font-style: normal;
}
/*Create Account*/
#create-account-container-2 {
    display: none;
}
.wrapper-date select{
    width: 200px;
    color: #007bc3;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    border: 0;
    background-color: white;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.wrapper-date {
    margin-bottom: 25px;
}
.wrapper-date select:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    height: 31px;
    width: 33px;
    pointer-events: none;
    height: 100%;
    width: 25px;
    background-color: #f7901e;
}
.wrapper-date select:after{
    content: "";
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 1em;
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
    color: #007bc3;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -4px;
    pointer-events: none;
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: white transparent transparent transparent;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Forgot password */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal-forgot-password {
    overflow-y: auto;
}
.modal-forgot-password .wrapper-modal {
    position: absolute;
    background-color: white;
    width: 660px;
    height: auto;
    top: 20px;
    left: 50%;
    margin-left: -330px;
    padding: 30px;
}
.modal-forgot-password .wrapper-modal .close-modal {
    float: right;
    position: relative;
    cursor: pointer;
    margin: -10px;
}
.modal-forgot-password .wrapper-modal .close-modal:before {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -1px -139px;
    height: 32px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -5px;
}
.modal-forgot-password .wrapper-modal form {

    margin: 50px -30px -30px -30px;

    padding: 0px 42px 35px 34px;
    color: #7e8c95;
}
.modal-forgot-password .wrapper-modal form input {
    color: #7e8c95;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d9dfe5;
    width: 100%;
    text-transform: none;
    /* text-align: left;*/
    margin-bottom: 10px;
}
.modal-forgot-password .wrapper-modal .action-button, .modal-forgot-password .wrapper-modal .action-button-alt {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 300px;
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
}
.modal-forgot-password .wrapper-modal .action-button-alt:hover{
    background : #f7901e;
}
form.standard {
    padding: 0 80px 50px 80px;
}
#modal-forgot-password-2 {
    display: none;
}
.modal-forgot-password .wrapper-modal h2 {
    color: #007bc3;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
.modal-forgot-password .wrapper-modal p {
    font-size: 16px;
    margin-bottom: 20px;

}
form.standard .textcolor {
    color: #007bc3;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Forgot password END*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Error Modal */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal-error {
    overflow-y: auto;
}
.modal-error .wrapper-modal {
    position: relative;
    background-color: white;
    width: 320px;
    height: auto;
    top: 20px;
    padding: 30px;
    margin: 0 auto;
}
.modal-error .wrapper-modal .close-modal {
    float: right;
    position: relative;
    cursor: pointer;
    margin: -10px;
}
.modal-error .wrapper-modal .close-modal:before {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -1px -139px;
    height: 32px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -5px;
}
.modal-error .wrapper-modal form {

    margin: 50px -30px -30px -30px;

    padding: 0px 42px 35px 34px;
    color: #7e8c95;
}
.modal-error .wrapper-modal form input {
    color: #7e8c95;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d9dfe5;
    width: 100%;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
}
.modal-error .wrapper-modal .action-button, .modal-error .wrapper-modal .action-button-alt {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 300px;
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
}

.modal-error .wrapper-modal h2 {
    color: red;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
.modal-error .wrapper-modal p {
    font-size: 16px;
    margin-bottom: 20px;

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Error Modal END*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ecomm .error{
    display: block;
    color: red;
    margin-bottom: 15px;
    font-style: normal;
}
.error-container {
    display: block;
    width: 100%;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Track Order*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal-track-order {
    overflow-y: auto;
}
.modal-track-order .wrapper-modal {
    position: absolute;
    background-color: white;
    width: 660px;
    height: auto;
    top: 20px;
    left: 50%;
    margin-left: -330px;
    padding: 30px;
}
.modal-track-order .wrapper-modal .close-modal {
    float: right;
    position: relative;
    cursor: pointer;
    margin: -10px;
}
.modal-track-order .wrapper-modal .close-modal:before {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -1px -139px;
    height: 32px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -5px;
}
.modal-track-order .wrapper-modal h2 {
    color: #007bc3;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
.modal-track-order .wrapper-modal form {
    background-color: #fff;
}
.modal-track-order .wrapper-modal form input {
    color: #7e8c95;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d9dfe5;
    width: 100%;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
}
.modal-track-order .wrapper-modal p {
    font-size: 16px;
    margin-bottom: 20px;
}
.modal-track-order .wrapper-modal .action-button, .modal-track-order .wrapper-modal .action-button-alt {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 300px;
    font-size: 18px;
    margin-top: 40px;
}
/*Shopping cart*/
.modal-add-to-cart .wrapper-modal {
    position: absolute;
    background-color: white;
    width: 980px;
    height: auto;
    top: 60px;
    left: 50%;
    margin-left: -490px;
    padding: 50px 30px;
    border: 4px solid #f7901e;
}
.modal-add-to-cart .wrapper-modal .close-modal {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

.modal-add-to-cart .wrapper-modal {
    position: absolute;
    background-color: white;
    width: 980px;
    height: auto;
    top: 60px;
    left: 50%;
    margin-left: -490px;
    padding: 50px 30px;
    border: 4px solid #f7901e;
}
.modal-add-to-cart.opened .modal-content {
    display: -webkit-flex;
    display: flex;
}

.modal-add-to-cart .wrapper-modal .close-modal:before {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -1px -139px;
    height: 32px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -5px;
}
.modal-add-to-cart .wrapper-modal .image {
    border: 1px solid #d9dfe5;
    margin-right: 20px;
    width: 220px;
    height: 220px;
    float: left;
}
.modal-add-to-cart .wrapper-modal .image img {
    width: 100%;
}
.modal-add-to-cart .wrapper-modal .description {
    width: calc(100% - 240px);
    padding: 10px;
}

.modal-add-to-cart .wrapper-modal .description .wrapper-title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-title h2 {
    color: #007bc3;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 0 0;
    float: left;
    width: 60%;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-title .wrapper-price {
    float: right;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-title .wrapper-price .price-old {
    font-size: 16px;
    font-style: italic;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-title .wrapper-price .product-price {
    font-size: 30px;
    text-align: right;
    width: 100%;
    margin-bottom: 0;
}

.modal-add-to-cart  .price-old {
    font-weight: 400;
    text-decoration: line-through;
    color: #7e8c95;
    float: left;
    padding-right: 7px;
}
.modal-add-to-cart  .product-price {
    color: #007bc3;
    font-weight: 700;
    font-size: 16px;
    margin: 7px 0;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline {
    display: inline-block;
    color: #7e8c95;
}

.modal-add-to-cart .wrapper-modal .description .wrapper-inline .avaibility.out {
    color: #007bc3;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline .item-no {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal-add-to-cart .wrapper-modal .description .wrapper-inline .item-no strong {
    font-weight: 700;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline .subtotal {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.modal-add-to-cart .wrapper-modal .description .wrapper-inline .product-price {
    font-size: 22px;
    display: inline-block;
    margin: 0;
}
.modal-add-to-cart  .product-price {
    color: #007bc3;
    font-weight: 700;
    font-size: 16px;
    margin: 7px 0;
}

.modal-add-to-cart .wrapper-modal .action-button, .modal-add-to-cart .wrapper-modal .action-button-alt {
    font-size: 18px;
    padding: 15px 40px;
    position: absolute;
    right: 30px;
    bottom: 50px;
}
.modal-add-to-cart  .action-button, .modal-add-to-cart  .action-button-alt {
    color: white;
    font-weight: 600;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 15px;
    border: none;
    outline: none;
    background: #f7901e;
    display: inline-block;
    cursor: pointer;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
/*Info icon*/
.tooltip {
    position: relative;
    display: inline-block;


}
.tooltipin{
    margin-left: -35px;
}

.tooltip .tooltiptext {
    margin-top: -45px;
    visibility: hidden;
    width: 280px;
    background-color: #fff;
    color: black;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
    border:solid #007bc3;
}
.tooltip .tooltiptext1 {
    margin-top: -9px;
    visibility: hidden;
    width: 280px;
    background-color: #fff;
    color: black;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
    border:solid #007bc3;
}
.tooltip .tooltiptext1::after {
    content: "";
    position: absolute;
    top: 43%;
    right: 100%;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #007bc3 transparent transparent;
}
.tooltip:hover .tooltiptext1 {
    visibility: visible;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 43%;
    right: 100%;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #007bc3 transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.registration_info_icon:after {
    content: "i";
    display: inline-block;
    border: solid;
    border-color: #0092BC;
    border-width: 2px;
    border-radius: 50%;
    color: #0092BC;
    cursor: pointer;
    width: 18px;
    height: 16px;
    text-align: center;
    font-family: arial;
    font-weight: 900;
    font-size: 13px;
    line-height: 14px;
    margin-right: 4px;
    margin-top: 10px;
}
/*Integration changes*/
#userEcommAccount, #hdr_ecom_minicart_div{
    visibility: hidden;
}
.nickName_hidden, .addrType_hidden, .email_hidden, .phone_hidden {
    display: none;
}
#stockInfo{
    font-style: italic;
}
.stock-quantity{
    color:#ff001a;
}
.in-stock{
    color:#007BC3;
}
.addressTypeContainer{
    padding-bottom: 30px;
    width: 100%;
}
.ecomm .modal-add-address form.standard .wrapper-info .selector{
    width: 100%;
}
.ecomm .modal-edit-address form.standard .wrapper-info .selector{
    width: 98%;
}
#create-account-container-2 .wrapper-info .selector {
    width:  319px;
}
.account .wrapper-collapsing-container .collapsing-item .collapsing-content .wrapper-collapsing-content.address-book .bloc-address.primary-address:hover a:first-of-type {
    border: none;
    margin-left: 65px;
}
.ecomm .payment-hidden{
    display: none;
}
.ecomm .hidden{
    display: none!important ;
}
.content-products.en-us .item_cta, .content-product.en-us .item_cta, .content-search.en-us .item_cta {
    cursor: pointer;
    visibility: hidden;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.item_cta.add-to-cart {
    background: #f7901e;
}
.item_cta.add-to-cart::after {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -5px -5px;
    height: 22px;
    width: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10px;
    display: inline-flex;
}
.item{
    text-decoration: none!important;
}
.item_cta.add-to-cart:hover, .item:hover .item_cta.add-to-cart {
    background: #007bc3;
    text-decoration: none;
}
.item_cta.add-to-cart a:hover {
    text-decoration: none;
}
/*.item_cta.out-of-stock{
background: #7e8c95;
}*/
span.price s {
    color: #ccc;
    font-size: 20px;
    margin-right: 10px;
}
.modal-remove-address .wrapper-modal .remove-modal-button .remove-btn:hover{
    background-color: #007bc3;
    color:#fff;
}

.cartIcon{
    display: block;
    margin: 10px 50px;
    width: 110px;
    height: 110px;
}
.cartIcon:before{
    content: "";
    background-image: url(/images/ecomm/cart-checkout.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 110px;
    height: 110px;
}
.emptyCart{
    color: #007bc3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    width: 320px;
    margin: 0 auto;
    padding: 20px 0;
}
.emptyCart a{
    color: #007bc3;
}
.wrapper-collapsing-container .collapsing-item.opened .collapsing-content .order-space:nth-child(odd) {
    background: #e4e7e9;
    padding: 0px 0 30px 0;
}
input#CancelOrderButton {
    background: grey;
    margin-right: 10px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Success Modal */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal-success {
    overflow-y: auto;
}
.modal-success .wrapper-modal {
    position: relative;
    background-color: white;
    width: 320px;
    height: auto;
    top: 20px;
    padding: 30px;
    margin: 0 auto;
}
.modal-success .wrapper-modal .close-modal {
    float: right;
    position: relative;
    cursor: pointer;
    margin: -10px;
}
.modal-success .wrapper-modal .close-modal:before {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -1px -139px;
    height: 32px;
    width: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -5px;
}
.modal-success .wrapper-modal form {

    margin: 50px -30px -30px -30px;

    padding: 0px 42px 35px 34px;
    color: #7e8c95;
}
.modal-success .wrapper-modal form input {
    color: #7e8c95;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d9dfe5;
    width: 100%;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
}
.modal-success .wrapper-modal .action-button, .modal-success .wrapper-modal .action-button-alt {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 300px;
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
}

.modal-success .wrapper-modal h2 {
    color: green;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
.modal-success .wrapper-modal p {
    font-size: 16px;
    margin-bottom: 20px;

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Success Modal END*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*header*/

.en-us a.shop-btn.topnav-btn, .en-us ul#subnav {
    display: none;
}

.action-button.clr {
    background: #007bc3;
}
.action-button.clr:hover {
    background: #f7901e;
}
/*view-shopping-btn*/
.modal-add-to-cart .wrapper-modal .action-button:hover{
    background: #007bc3;

}

a.remove-btn.remove-confirm {
    background: #007bc3;
    color: #fff;
    border: 2px solid #007bc3;
}
.pdp-add-to-cart{
    text-align: left;
    width:200px;
    margin: 10px 0px;
}
.content-product .pdp-add-to-cart a::after{
    content: "\e91d";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1em;
    font-family: sans-serif;

    text-rendering: optimizeLegibility;  font-feature-settings: 'liga';
    color: inherit;
    margin-left: 10px;
    float: right;
}
.ecomm-footer{
    float: right;
    margin: 0;
    width: 22%;
    font-size: .75em;
}

.submit-order-button:after{
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -6px -370px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -13px;
    width: 29px;
    height: 26px;
}
.submit-order-button{
    width: 300px;
    margin: 0 auto;
    display: block;
    position: relative;
    float: right;
    color: #fff;
}
.content-product #wtb_container.add-to-cart{
    min-height: 350px;
}
.content-product .out-of-stock a {
    color: #7E8C95;
    text-decoration: none;
    font-style: italic;
}
.btn_01, .btn_02 {
    color: #007bc3;
    width: 300px;
    border: 5px solid #007bc3;
    padding: 60px;
    margin-top: 30px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}
.btn_02 a{
    color: #007bc3;
}
.btn_02:hover a{
    color: #fff;
}
.btn_01:hover, .btn_02:hover {
    background: #007bc3;
    color: #fff;
}
.btn_02{
    float: right;
}       
.content-product .header-message,.content-products .header-message{
    background-color: #007BC3;
    color: white;
    font-weight: 700;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
}
.content-product .header-message a,.content-products .header-message a{
    font-size: 0.8em;
}
/*Load Mask*/
#circularG {
    position: fixed;
    width: 155px;
    height: 155px;
    margin: auto;
    margin-top: 20%;
    margin-left: 45%;
}

.circularG{
    position:absolute;
    background-color:rgb(255,255,255);
    width:25px;
    height:25px;
    border-radius:25px;
    -o-border-radius:25px;
    -ms-border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    animation-name:bounce_circularG;
    -o-animation-name:bounce_circularG;
    -ms-animation-name:bounce_circularG;
    -webkit-animation-name:bounce_circularG;
    -moz-animation-name:bounce_circularG;
    animation-duration:1.1s;
    -o-animation-duration:1.1s;
    -ms-animation-duration:1.1s;
    -webkit-animation-duration:1.1s;
    -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#circularG_1{
    left:0;
    top:66px;
    animation-delay:0.41s;
    -o-animation-delay:0.41s;
    -ms-animation-delay:0.41s;
    -webkit-animation-delay:0.41s;
    -moz-animation-delay:0.41s;
}

#circularG_2{
    left:17px;
    top:17px;
    animation-delay:0.55s;
    -o-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
    -webkit-animation-delay:0.55s;
    -moz-animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:66px;
    animation-delay:0.69s;
    -o-animation-delay:0.69s;
    -ms-animation-delay:0.69s;
    -webkit-animation-delay:0.69s;
    -moz-animation-delay:0.69s;
}

#circularG_4{
    right:17px;
    top:17px;
    animation-delay:0.83s;
    -o-animation-delay:0.83s;
    -ms-animation-delay:0.83s;
    -webkit-animation-delay:0.83s;
    -moz-animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:66px;
    animation-delay:0.97s;
    -o-animation-delay:0.97s;
    -ms-animation-delay:0.97s;
    -webkit-animation-delay:0.97s;
    -moz-animation-delay:0.97s;
}

#circularG_6{
    right:17px;
    bottom:17px;
    animation-delay:1.1s;
    -o-animation-delay:1.1s;
    -ms-animation-delay:1.1s;
    -webkit-animation-delay:1.1s;
    -moz-animation-delay:1.1s;
}

#circularG_7{
    left:66px;
    bottom:0;
    animation-delay:1.24s;
    -o-animation-delay:1.24s;
    -ms-animation-delay:1.24s;
    -webkit-animation-delay:1.24s;
    -moz-animation-delay:1.24s;
}

#circularG_8{
    left:17px;
    bottom:17px;
    animation-delay:1.38s;
    -o-animation-delay:1.38s;
    -ms-animation-delay:1.38s;
    -webkit-animation-delay:1.38s;
    -moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
    0%{
        transform:scale(1);
    }

    100%{
        transform:scale(.3);
    }
}

@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1);
    }

    100%{
        -o-transform:scale(.3);
    }
}

@-ms-keyframes bounce_circularG{
    0%{
        -ms-transform:scale(1);
    }

    100%{
        -ms-transform:scale(.3);
    }
}

@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1);
    }

    100%{
        -webkit-transform:scale(.3);
    }
}

@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1);
    }

    100%{
        -moz-transform:scale(.3);
    }
}
/*End Load Mask*/
span.ratings div{
    padding: 10px;
}
.ratings{
    display: inline-block;
}

.navigation .mobile-help-faq-nav{
    display: none;
    width: 100%;
    color: white;
    background-color: #f7901e;
    padding: 10px 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.navigation .mobile-help-faq-nav option{
    background-color: white;
    color: #007BC3;
}
.navigation .wrapper-navigation.desktop-help-faq-nav{
    display: flex;
}

/*My account Nav*/
.navigation .mobile-profile-nav{
    display: none;
    width: 100%;
    color: white;
    background-color: #f7901e;
    padding: 10px 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.navigation .mobile-profile-nav option{
    background-color: white;
    color: #007BC3;
}
.navigation .wrapper-navigation.desktop-profile-nav{
    display: flex;
}

.content-product.en-us #wtb_container{
    min-height: 350px;
}
.no-order-history{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    color: #7E8C95;
}
a.remove-promo-code {
    margin-left: 20px;
    font-weight: bold;
    color: #007bc3;
}
.promo-code-error {
    margin: 20px;
}
.pdp-add-to-cart::after {
    content: "";
    background-image: url(/images/ecomm/ecomm-assets.png);
    background-position: -5px -5px;
    height: 22px;
    width: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10px;
    float: right;
}
.account_track_icon {
    color: #a9b2bc;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%) rotateY(180deg);
    font-size: 32px;
}
/*Avalara Modal*/
.ecomm .addressValHeader{
    color:#007bc3;
    font-size: 20px;
}
.ecomm .addressValContent{
    padding:5px 0 30px;
    text-align: center;
}
.ecomm .validatedAddress{
    text-align: center;
    word-wrap: break-word;
    padding-top:25px;
}
.ecomm .buttonContainer{
    text-align: center;
}
.ecomm .addressValButton{
    border: none;
    height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.accptChg{
    background: #007bc3;
    color:#fff;
}
#modal-forgot-password-1 .field label {
    font-weight: 700;
}
#modal-forgot-password-2 .field p {
    font-weight: 700;
}
/*---------------------Header Shop Button-----------------------*/
/*Mobile*/
@media screen and (max-width: 766px){
    .hasbro-shop-btn{
        padding: 10px 10px 10px 15px;
        text-transform: uppercase;
        border-top: 1px solid #fff;
    }
}
/*Desktop*/
@media screen and (min-width: 767px){
    .en-us .hasbro-shop-btn{
        margin: 5px;
        padding: 5px;
        position: absolute;
        top: 60px !important;
        width: 256px;
        right: 0px;
    }
}
@media screen and (min-width: 767px){
   .hasbro-shop-btn{
        margin: 5px;
            padding: 5px;
            position: absolute;
            top: 60px;
            width: 256px;
            right: 11px;
        }
    .topnav-shop-btn{
        background: -moz-linear-gradient(top,rgba(0,116,180,0.98) 0%, rgba(0,117,181,1) 13%, rgba(0,140,203,1) 87%, rgba(0,141,204,0.98) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,rgba(0,116,180,0.98) 0%,rgba(0,117,181,1) 13%,rgba(0,140,203,1) 87%,rgba(0,141,204,0.98) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,rgba(0,116,180,0.98) 0%,rgba(0,117,181,1) 13%,rgba(0,140,203,1) 87%,rgba(0,141,204,0.98) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000070b0', endColorstr='#000090cf',GradientType=0 ); /* IE6-9 */
        border-radius: 10px;
        color: #fff;
        display: block;
        font-size: 1.25em;
        line-height: 1.1em;
        height: 46px;
        padding: 6px 15px 3px;
        text-transform: uppercase;
        text-align: center;
        line-height: 45px;
        border: 1px solid rgba(0,141,204,0.98);
        font-weight: bold;
    }
    .gamefinder .topnav-btn{
        background: -moz-linear-gradient(top,  rgba(1,147,191,0.82) 0%, rgba(1,147,191,0.98) 11%, rgba(2,148,192,1) 13%, rgba(3,149,193,1) 18%, rgba(19,176,220,1) 75%, rgba(21,179,224,1) 87%, rgba(21,180,225,0.98) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(1,147,191,0.82) 0%,rgba(1,147,191,0.98) 11%,rgba(2,148,192,1) 13%,rgba(3,149,193,1) 18%,rgba(19,176,220,1) 75%,rgba(21,179,224,1) 87%,rgba(21,180,225,0.98) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,rgba(1,147,191,0.82) 0%,rgba(1,147,191,0.98) 11%,rgba(2,148,192,1) 13%,rgba(3,149,193,1) 18%,rgba(19,176,220,1) 75%,rgba(21,179,224,1) 87%,rgba(21,180,225,0.98) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000090bc', endColorstr='#0018b7e5',GradientType=0 ); /* IE6-9 */
        box-shadow: none;
        border:0.5px solid rgba(2,148,192,1);
        word-wrap: break-word;
        line-height: normal;
        position: relative;

    }
    .gamefinder .arrow{
        background: transparent url(/images/dropdown-white.png) no-repeat right;
        padding-right: 17px;
        height: 22px;
        width: auto;
        line-height: normal;
        top:0px;
    }
    .gamefinder{
        width:256px;
    }
    .en-us .shopby{
            /* right: 577px; */
        }
    .shopby{
         right: 577px;
        }

    .gamefinder.on{
        background: none;
        border: none;
    }
    .gamefinder.on>a{
        background: -moz-linear-gradient(top,  rgba(1,147,191,0.82) 0%, rgba(1,147,191,0.98) 11%, rgba(2,148,192,1) 13%, rgba(3,149,193,1) 18%, rgba(19,176,220,1) 75%, rgba(21,179,224,1) 87%, rgba(21,180,225,0.98) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(1,147,191,0.82) 0%,rgba(1,147,191,0.98) 11%,rgba(2,148,192,1) 13%,rgba(3,149,193,1) 18%,rgba(19,176,220,1) 75%,rgba(21,179,224,1) 87%,rgba(21,180,225,0.98) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,rgba(1,147,191,0.82) 0%,rgba(1,147,191,0.98) 11%,rgba(2,148,192,1) 13%,rgba(3,149,193,1) 18%,rgba(19,176,220,1) 75%,rgba(21,179,224,1) 87%,rgba(21,180,225,0.98) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000090bc', endColorstr='#0018b7e5',GradientType=0 ); /* IE6-9 */
        height: 60px;
        border-radius:10px 10px 0 0;
    }
    .gamefinder.on .topnav-btn-container {
        top: 39%;
    }
    .finder-content{
        background: #16b3e0;
        right:5px;
        margin-top: 0px;
    }
    .topnav-btn-container{
        position: relative;
        top:50%;
        transform: translateY(-50%);
        font-weight: bold;
    }
}
/*Tablets*/
@media screen and (min-width:768px) and (max-width: 1024px) and (orientation:portrait){
   .en-us .shopby{
        /* right: 272px; */
    }
    .en-us .hasbro-shop-btn{
        /* top:125px;
        right: 0px;*/
    }
   .en-us .gamefinder.on>a{
       /* height: 54px;*/
    }

}
 @media screen and (min-width:768px) and (max-width: 1024px) and (orientation:landscape){
   .en-us .hasbro-shop-btn{
       /* top:60px;*/
    }
   .en-us .shopby{
       /* right: 577px;*/
    }

}
 @media screen and (min-width:768px) and (max-width: 1024px) and (orientation:portrait){
    .shopby{
         right: 272px; 
    }
    .hasbro-shop-btn{
         top:125px; 
        right: 0px;
    }
    .gamefinder.on>a{
        height: 54px;
    }

}
 @media screen and (min-width:768px) and (max-width: 1024px) and (orientation:landscape){
    .hasbro-shop-btn{
        top:60px;
    }
    .shopby{
        right: 577px;
    }

}

#giftCardPayments input[type=password], #giftCardPayments label:nth-child(3) {
    display: none;
}
