/*General whole site style*/

:root {
    --mt-blue: #026CD0;
    --mt-blue-hover: #2156a8;
    --mt-sale: #da0e0e;
    --light-grey: #eaeaea;
    --mt-yellow: #FFB620;
    --mt-purple: #9048c4;
    --mt-purple-hover: #703799;
    --mt-green: #008900;
    --mt-bg: #f6f6f6;
    --mt-grey: #6d6d6d;
}


:focus{
    outline-color: #29a9b4;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -4px;
}

button:focus,
select:focus,
.carousel-control-next:focus, .carousel-control-prev:focus
{
    box-shadow: none !important;
    outline-color: #29a9b4 !important;
    outline-style: solid !important;
    outline-width: 2px !important;
    outline-offset: -4px !important;
}

#series-container .carousel-control-next:focus, 
#series-container .carousel-control-prev:focus
{
    outline-offset: 8px !important;
}

.ui-autocomplete{
    border-radius: 0 0 4px 4px;
    position: fixed !important;
    z-index: 999999 !important;
/*    width: 40.5% !important;*/
    background-color: white;
    list-style: none;
    padding: 0;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.3);
}

.ui-autocomplete a{
    text-decoration:none;
}
.ui-autocomplete li:hover{
    background-color: #e3e3e3;
    cursor: pointer;
}

.modal-content{
    z-index: 999999 !important;
    margin-top: 15px;
}

#skipToMain.hidden{
    width: 0px;
    height: 0px;
    padding: 0 !important;
    margin: 0 !important;
}
#skipToMain{
    background-color: rgba(255, 255, 255);
    text-decoration: underline; 
    color: #026CD0;
   
    border: none;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
#skipToMain:focus{
    width: auto;
    height: auto;
     padding: 5px 10px !important;
}

#searchSuggestions ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#searchSuggestions li{
    padding: 10px;
    color: black;
}

#searchSuggestions a{
    color: black
}

#searchSuggestions li:hover{
    cursor: pointer;
    background-color: #e3e3e3;
}

.warning{
    color: #ff6c00;
}
.danger{
    color: #da0e0e;
}

.freeze{
    pointer-events:none;
}

.prevent-scroll{
    overflow: hidden;
    touch-action: none;
}

.displayNone{
    display: none;
}

.mobile-sm{
    display: none;
}

.trans-btn{
    background: none !important;
    border: none  !important;
}

.primary-btn{
    color: white;
    font-weight: 700;
    border-radius: 5px;
    background-color: #026CD0;
    border: 2px solid #026CD0;
    text-align: center;
}

.full-btn{
    margin: auto;
    width: 100%;
}

.long-mid-btn{
    margin: auto;
    width: 80%;
}

.backBtn{
    background: none;
    border: none;
    margin: 0;
    padding: 5px 0;
    color: #026CD0;
}

.thin{
    font-weight: 400 !important;
}

/*Credit Card Icons*/
.payment-review{
    font-size: 22px;
}
.fa-cc-visa {
    color: #026CD0;
}

.fa-cc-mastercard {
    color: darkblue;
}

.fa-cc-discover {
    color: rgb(230, 130, 0);
}

.fa-cc-amex {
    color: #008dff;
}

.fa-cc-paypal {
    color: #0073f5;
}

button:hover{
    cursor: pointer;
}

.primary-btn:hover {
    background-color: #2156a8;
}
.preroder-btn{
    color: white;
    font-weight: 700;
    border-radius: 5px;
    background-color: #9048c4;
    border: 2px solid #9048c4;
    text-align: center;
}

.preroder-btn:hover{
    color: white;
    font-weight: 500;
    border-radius: 5px;
    background-color: #703799 !important;
    border: 2px solid #703799 !important;
    text-align: center;
}


.added-btn{
    background-color: #008900 !important;
    border-color: #008900 !important;
    color: white;
    font-weight: 600;
    border: 2px solid;
    border-radius:  5px;
}

.added-btn:hover{
    background-color: #009348 !important;
    border-color: #009348 !important;
}

.ofs-btn{
    background-color: #acacac !important;
    border-color: #acacac !important;
}

.ofs-btn:hover{
    background-color: #acacac !important;
    border-color: #acacac !important;
}
.invert{
    padding: .5rem;
    color: #026CD0;
    border: 2px solid #026CD0;
    background-color: white;
    font-weight: 700;
    text-align: center;
    align-items: center;
    border-radius: 5px;
}
.invert:hover{
    color: white;
    border: 2px solid #026CD0;
    background-color: #026CD0 !important;
}
.wish-btn{
    color: white !important;
    background-color: #da370a !important;
}

.wish-btn span {
    color: white !important;
    font-weight: 600 !important;
}
.dropdown-menu .wish-btn span {
    color: black !important;
    font-weight: 700 !important;
}

.dropdown-menu .wish-btn span:hover {
    color: white !important;
}
.wish-btn:hover{
     color: white !important;
    background-color: #da370a !important;
}

.wish-btn:disabled{
     color: white !important;
    background-color: #5c5c5c !important;
    border-color: #5c5c5c !important;
}


.center-radio{
    align-items: center;
}

.center-radio label{
    margin-bottom: 0;
}


select, input{
    border-radius: 5px;
    background-color: white;
}

input{
    border: 2px solid #e3e3e3;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: .2s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
	z-index: 2;
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 65px);
    color: #4f4f4f;
    background-color: white;
    border-color: #656565;
    transition: 0.05s cubic-bezier(0, .79, 1, .27);
    -o-transition: 0.05s cubic-bezier(0, .79, 1, .27);
    -ms-transition: 0.05s cubic-bezier(0, .79, 1, .27);
    -moz-transition: 0.05s cubic-bezier(0, .79, 1, .27);
    -webkit-transition: 0.05s cubic-bezier(0, .79, 1, .27);
}

.MultiCarousel .leftLst:hover,
.MultiCarousel .rightLst:hover {
    /*transform: scale(1.2);*/
    background-color: #e5e5e5 !important;
	opacity: 1;
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    /*pointer-events: none;*/
    background: #ccc;
    border-style: solid;
    border-color: #656565;
    border-width: 1px;
}


.wishlist-button i{
    color: #ff8000;
}

.wishlist-button button{
    border: 2px solid #c1c1c1;
    background-color: white;
    font-weight: 500;
    color: #545454;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
}

.wishlist-button button:hover{
    border: 2px solid #c1c1c1;
    background-color: #e3e3e3 !important;
    font-weight: 500;
    color: #545454;
    border-radius: 5px;
}


.f-header {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    display: inline;
    text-transform: capitalize;
}

.accordion .f-header {
    display: inline;
}

#filter-form{
    margin-bottom: 10px;
}

.accordion ol{
    list-style: none;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
    font-size: 16px;
    touch-action: pinch-zoom;
}


.stick2top {
        position: fixed;
/*
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        top: -1px;
*/
        z-index: 9999;
        width: 100%;
}

.modal-backdrop {
    z-index: 100 !important;
}

.modal-dialog {
    z-index: 122 !important;
}

.modal-dialog .close {
    width: 50px;
}

.mobile {
    display: none;
}

.invisible {
    visibility: hidden;
}

#top-button {
    position: fixed;
    bottom: 1rem;
    right: 5rem;
    margin: auto;
    background-color: #ffffff;
    border-radius: 100%;
    width: 4.5rem;
    height: 4.5rem;
    overflow: hidden;
    text-align: center;
    transform: scale(0.7);
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -o-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -ms-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -moz-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -webkit-transition: 0.08s cubic-bezier(0, .79, 1, .27);
}

#top-button:hover {
    transform: scale(.9);
}

#top-button a {
    color: #5c5c5c;
}

#top-button i{
    width: 100%
}

#top-button i:nth-child(odd) {
    line-height: 0;
}

#top-button i:nth-child(even) {
    line-height: 1.5rem;
}

#top-button a i{
    font-size: 2rem;
    transition: ease-in-out;
    transition-duration: 200ms;
}

#top-button a h3{
    font-size: 1rem;
    transition: ease-in-out;
    transition-duration: 200ms;
}

.card-header{
    background-color: #f5f5f5 !important;
}

sticky-options{
    
}

#skipFacebookFocus{
    display: none;
    position: absolute;
    color: white;
    z-index: 99;
    font-weight: 600;
    border-radius: 5px;
    background-color: #026CD0;
    padding: 5px;
    margin: 5px;    
}


#skipFacebookFocus:focus{
    outline-style:dashed
}

.product-isbn dt,
.product-isbn dd{
    display: inline;
    font-size: 12px;
    padding: 0 2px;
    font-weight: 400;
}
@media screen and (max-width: 480px) {
    body {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    #page {
        overflow-x: hidden;
    }
    body {
        background-color: #f6f6f6;
        font-size: 12px;
        overflow-x: hidden;
    }

    .stick2top {
        position: fixed;
        top: 0px;
        z-index: 9999;
        width: 100%;
    }
    
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    #top-button {
        right: 0;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 14px;
    }
    
    footer .container-fluid{
        width: 90%;
    }
}

@media screen and (max-width: 2160px) {
    body {
        font-size: 16px;
    }
}

@media screen and (max-height: 420px) {

}

.hidden {
    position:absolute;
    left:-111111px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    color: black;
    background-color: white;
}

.container-fluid {
    margin: auto;
    width: 69%;
}

.light-ex {
    font-weight: 100;
}

.light {
    font-weight: 200;
}

.bold {
    font-weight: 600;
}

.strike {
    text-decoration: line-through;
    color: #545454;
}

.bold-ex {
    font-weight: 900;
}

.overlay {
    position: absolute;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.camelcase {
    text-transform: capitalize;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: .70rem;
}



#dim {
    height: 120%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 15;
    position: absolute;
    top: 0;
    position: fixed;
    visibility: hidden;
    -ms-transition: visibility .3s;
    -moz-transition: visibility .3s;
    -webkit-transition: visibility .3s;
    transition: visibility .3s;
}

.popover {
    width: auto;
}

#copyright {
    margin: auto;
    padding: 0px 20px;
    text-align: center;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    margin: 0 .5rem;
}

.checkbox input:checked + .newCheckBox{
    background-color: inherit !important;
}

.newCheckBox::before{
    content: "";
    display: inline-block;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border: 1px solid;   
    background-color: white;
}

.newCheckBox::after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 15px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    
    transform: rotate(-45deg);
}

.newCheckBox{
    position: relative;
}

.newCheckBox::after {
    position: absolute;
}
/*Outer-box*/
.newCheckBox::before {
}
/*Checkmark*/
.newCheckBox::after {
    left: 3px;
    top: 4px;
}

.checkbox input[type="checkbox"] + .newCheckBox::after {
    content: none;
}
/*Unhide the checkmark on the checked state*/
.checkbox input[type="checkbox"]:checked + .newCheckBox::after {
    content: "";
}

.customCheckBox {
    height: 1.2rem;
    width: 1.2rem;
    margin: auto;
    border-color: #545454;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    margin: 0 .4rem 0 0;
    border-radius: 4px;
}

.customCheckBox i {
    font-size: 1rem !important;
    padding: 0 !important;
    color: #2e2e2e !important;
    position: relative !important;
    display: none !important;
}

.checkbox input {
    height: 0;
    width: 0;
    position: absolute;
    left: -9999px
}

.checkboxText{
    cursor: pointer;
}
.checkbox p{
    display: inline;
}

.checkbox input:checked + label {
    background: #dddddd;
}
.checkbox input:checked{
    
}

.checkbox input:focus + label {
    outline: rgb(59, 153, 252) auto 10px;
}

.shadow {
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
}

.border {
    border-radius: 5px;
    border-width: 0px;
}

@media only screen and (max-width: 768px) {
    #dim {
        background-color: rgba(0, 0, 0, .5);
    }
    .checkbox-text.desktop{
        display: none;
    }
    
    .ui-autocomplete {
        width: 50% !important;
    }
    .full-btn{
        margin: auto;
        width: 90%;
    }
}


@media only screen and (max-width: 420px) {
    .mobile-sm{
        display: block;
    }
    
    
}