/***GLOBAL***/

#notice {
    height: 38px;
}

h1, .h1 {
    font-size: 2rem;
    font-weight: 400;
}

.h2-big {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem
}

.h2-med {
    font-size: 1.5rem!important;
    font-weight: 500;
}

h2, .h2 {
    font-size: 1.25rem;
}

h3, .h3 {
    font-size: 1.17rem;
}

h4, .h4 {
    font-size: 1.05rem;
}

h5, .h5 {
    font-size: 1rem;
}

p, .p {
    font-size: 0.9rem;
    font-weight: 500;
}

.text-small {
    font-size: 0.8rem!important;
}

.text-smaller {
    font-size: 0.7em !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

a:focus {
    outline: 0;
}

ul {
    padding-left: 0;
    list-style: none;
}

.w-100img img {
    width: 100%;
}

.h130 {
    height: 130px!important;
}

.w-20 {
    width: 20% !important;
}

.lh-1 {
    line-height: 1rem;
}

.lh-normal {
    line-height: 1.15rem;
}

.cross {
    text-decoration: line-through
}

.pointer {
    cursor: pointer;
}

.o-hidden {
    overflow: hidden
}

.word-break {
    word-break: break-all;
}

.font-weight-500 {
    font-weight: 500!important;
}

.text-dpink {
    color: #ff6666;
}

.text-pink {
    color: #f6699e!important;
}

.text-lblue {
    color: #7eb7e4;
}

.text-dblue {
    color: #005495;
}

.text-blue {
    color: #007FFF;
}

.text-green {
    color: #00792b
}

.text-red {
    color: #da0000;
}

.text-yellow {
    color: #fff200!important;
}

.text-lgrey {
    color: #ccc!important;
}

.text-grey {
    color: #666666!important;
}

.text-black {
    color: #3f4244!important
}

.bg-transparent {
    background: transparent!important;
}

.bg-black {
    background: #000
}

.bg-wblue {
    background: #f2f6f9
}

.bg-lblack {
    background: #222222;
}

.bg-blue {
    background: #1992df!important
}

.bg-green {
    background: #00792b!important
}

.bg-dblue {
    background: #005495
}

.bg-lblue {
    background: #ccddea!important;
}

.bg-fadeblue {
    background: #f0f8ff
}

.bg-grey {
    background: #f7f7f7!important;
}

.bg-home-page {
    background: #f0f2f5 !important;
}

.bg-dgrey {
    background: #bfbfbf!important
}

.bg-teal {
    background: #26bbb3;
}

.bg-dpink {
    background: #ff6666;
}

.bg-pink {
    background: #ffcfce;
}

.bg-grey.no-hover:hover {
    background: #f1f0f0;
}

.border-pink {
    background: #f6699e!important;
    height: 2px!important;
    margin-top: 20px!important;
}

.p-mb-0 p {
    margin-bottom: 0;
}

.p-text-grey p {
    color: #666666;
}

.col-px-0.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-px-0>[class*="col"] {
    padding-right: 0px;
    padding-left: 0px;
}

.col-px-0_5.row {
    margin-right: -2.5px!important;
    margin-left: -2.5px!important;
}

.col-px-0_5>[class*="col"] {
    padding-right: 2.5px!important;
    padding-left: 2.5px!important;
}

.col-px-1.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-px-1>[class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
}

.col-px-1_5.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.col-px-1_5>[class*="col"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.col-px-2.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-px-2>[class*="col"] {
    padding-right: 10px;
    padding-left: 10px;
}

.img-100 img {
    width: 100%
}

/*CSS3 DOWN ARROW*/

.arrow-more {
    animation: bounce 2s infinite;
    font-size: 1.2rem;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/*****/

/********************/

/*** BOOTSTRAP OVERIDES ***/

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0rem 0.9rem;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0.25rem;
    color: #000;
    background: transparent;
    font-size: 0.8rem;
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #000;
    content: ">";
}

/* !!! DO NOT PUT BACKGROUND COLOUR OR FONT COLOUR ON THIS CLASS, USE CLASSES LIKE btn-primary TO DO SO INSTEAD !!! */

.btn {
    border: none;
    border-radius: 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.2rem 0.5rem 0.36rem;
    width: 100%;
    font-size: 0.8rem;
    text-align: left;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*.modal-dialog{
    max-width: 800px!important
}

button.close{
    position: absolute;
    right:1.2rem;
}
.close-text{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.3rem;
    padding-top: 20px;
    font-weight: 500;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}*/

.modal-backdrop {
    background-color: #005495;
}

.modal-backdrop.show {
    opacity: .9;
}

/*****/

/*** ADDITIONAL BOOTSTRAP ***/

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.w-auto {
    /* updated 18-10-02 */
    width: auto !important;
}

/*** SPACING ***/

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mt-0_5, .my-0_5 {
    margin-top: 5px !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mr-0_5, .mx-0_5 {
    margin-right: 5px !important;
}

.ml-0_5, .mx-0_5 {
    /* updated 18-09-27 */
    margin-left: 5px !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mb-0_5, .my-0_5 {
    margin-bottom: 5px !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 10px !important;
}

.mt-1, .my-1 {
    margin-top: 10px !important;
}

.mt-1_5, .my-1_5 {
    margin-top: 15px !important;
}

.mr-1, .mx-1 {
    margin-right: 10px !important;
}

.mb-1, .my-1 {
    margin-bottom: 10px !important;
}

.mb-1_5, .my-1_5 {
    margin-bottom: 15px !important;
}

.ml-1, .mx-1 {
    margin-left: 10px !important;
}

.m-2 {
    margin: 20px !important;
}

.mt-2, .my-2 {
    margin-top: 20px !important;
}

.mr-2, .mx-2 {
    margin-right: 20px !important;
}

.mb-2, .my-2 {
    margin-bottom: 20px !important;
}

.ml-2, .mx-2 {
    margin-left: 20px !important;
}

.m-3 {
    margin: 30px !important;
}

.mt-3, .my-3 {
    margin-top: 30px !important;
}

.mr-3, .mx-3 {
    margin-right: 30px !important;
}

.mb-3, .my-3 {
    margin-bottom: 30px !important;
}

.ml-3, .mx-3 {
    margin-left: 30px !important;
}

.m-3_5 {
    margin: 35px !important;
}

.mt-3_5, .my-3_5 {
    margin-top: 35px !important;
}

.mr-3_5, .mx-3_5 {
    margin-right: 35px !important;
}

.mb-3_5, .my-3_5 {
    margin-bottom: 35px !important;
}

.ml-3_5, .mx-3_5 {
    margin-left: 35px !important;
}

.m-4 {
    margin: 40px !important;
}

.mt-4, .my-4 {
    margin-top: 40px !important;
}

.mr-4, .mx-4 {
    margin-right: 40px !important;
}

.mb-4, .my-4 {
    margin-bottom: 40px !important;
}

.ml-4, .mx-4 {
    margin-left: 40px !important;
}

.m-5 {
    margin: 50px !important;
}

.mt-5, .my-5 {
    margin-top: 50px !important;
}

.mr-5, .mx-5 {
    margin-right: 50px !important;
}

.mb-5, .my-5 {
    margin-bottom: 50px !important;
}

.ml-5, .mx-5 {
    margin-left: 50px !important;
}

.mt-6, .my-6 {
    margin-top: 60px !important;
}

.mb-6, .my-6 {
    margin-bottom: 60px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-0_5 {
    padding: 5px !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pr-0_5, .px-0_5 {
    padding-right: 5px !important;
}

.pr-0_75, .px-0_75 {
    padding-right: 7.5px !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pb-0_5, .py-0_5 {
    padding-bottom: 5px !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.pl-0_5, .px-0_5 {
    padding-left: 5px !important;
}

.pl-0_75, .px-0_75 {
    padding-left: 7.5px !important;
}

.p-1 {
    padding: 10px !important;
}

.p-1_5 {
    padding: 15px !important;
}

.pt-0_5, .py-0_5 {
    padding-top: 5px !important;
}

.pt-1, .py-1 {
    padding-top: 10px !important;
}

.pt-1_5, .py-1_5 {
    padding-top: 15px !important;
}

.pr-1, .px-1 {
    padding-right: 10px !important;
}

.pr-1_5, .px-1_5 {
    padding-right: 15px !important;
}

.pb-1, .py-1 {
    padding-bottom: 10px !important;
}

.pb-1_5, .py-1_5 {
    padding-bottom: 15px !important;
}

.pl-1, .px-1 {
    padding-left: 10px !important;
}

.pl-1_5, .px-1_5 {
    padding-left: 15px !important;
}

.p-2 {
    padding: 20px !important;
}

.pt-2, .py-2 {
    padding-top: 20px !important;
}

.pr-2, .px-2 {
    padding-right: 20px !important;
}

.pb-2, .py-2 {
    padding-bottom: 20px !important;
}

.pl-2, .px-2 {
    padding-left: 20px !important;
}

.p-2_5 {
    padding: 25px !important;
}

.pt-2_5, .py-2_5 {
    /* updated 18-09-27 */
    padding-top: 25px !important;
}

.pr-2_5, .px-2_5 {
    /* updated 18-09-27 */
    padding-right: 25px !important;
}

.pb-2_5, .py-2_5 {
    /* updated 18-09-27 */
    padding-bottom: 25px !important;
}

.pl-2_5, .px-2_5 {
    /* updated 18-09-27 */
    padding-left: 25px !important;
}

.p-3 {
    padding: 30px !important;
}

.pt-3, .py-3 {
    padding-top: 30px !important;
}

.pr-3, .px-3 {
    padding-right: 30px !important;
}

.pb-3, .py-3 {
    padding-bottom: 30px !important;
}

.pl-3, .px-3 {
    padding-left: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.pt-4, .py-4 {
    padding-top: 40px !important;
}

.pr-4, .px-4 {
    padding-right: 40px !important;
}

.pb-4, .py-4 {
    padding-bottom: 40px !important;
}

.pl-4, .px-4 {
    padding-left: 40px !important;
}

.p-5 {
    padding: 50px !important;
}

.pt-5, .py-5 {
    padding-top: 50px !important;
}

.pt-6, .py-6 {
    padding-top: 60px!important;
}

.pt-8, .py-8 {
    padding-top: 80px!important;
}

.pr-5, .px-5 {
    padding-right: 50px !important;
}

.pb-5, .py-5 {
    padding-bottom: 50px !important;
}

.pb-6, .py-6 {
    padding-bottom: 60px !important;
}

.pb-8, .py-8 {
    padding-bottom: 80px !important;
}

.pl-5, .px-5 {
    padding-left: 50px !important;
}

.pl-6, .px-6 {
    padding-left: 60px !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 425px) {
    .mb-xs-0 {
        margin-bottom: 0!important;
    }
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 10px !important;
    }
    .mt-sm-1, .my-sm-1 {
        margin-top: 10px !important;
    }
    .mr-sm-1, .mx-sm-1 {
        margin-right: 10px !important;
    }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: 10px !important;
    }
    .ml-sm-1, .mx-sm-1 {
        margin-left: 10px !important;
    }
    .m-sm-2 {
        margin: 20px !important;
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: 20px !important;
    }
    .mr-sm-2, .mx-sm-2 {
        margin-right: 20px !important;
    }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: 20px !important;
    }
    .ml-sm-2, .mx-sm-2 {
        margin-left: 20px !important;
    }
    .m-sm-3 {
        margin: 30px !important;
    }
    .mt-sm-3, .my-sm-3 {
        margin-top: 30px !important;
    }
    .mr-sm-3, .mx-sm-3 {
        margin-right: 30px !important;
    }
    .mb-sm-3, .my-sm-3 {
        margin-bottom: 30px !important;
    }
    .ml-sm-3, .mx-sm-3 {
        margin-left: 30px !important;
    }
    .m-sm-4 {
        margin: 40px !important;
    }
    .mt-sm-4, .my-sm-4 {
        margin-top: 40px !important;
    }
    .mr-sm-4, .mx-sm-4 {
        margin-right: 40px !important;
    }
    .mb-sm-4, .my-sm-4 {
        margin-bottom: 40px !important;
    }
    .ml-sm-4, .mx-sm-4 {
        margin-left: 40px !important;
    }
    .m-sm-5 {
        margin: 50px !important;
    }
    .mt-sm-5, .my-sm-5 {
        margin-top: 50px !important;
    }
    .mr-sm-5, .mx-sm-5 {
        margin-right: 50px !important;
    }
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 50px !important;
    }
    .ml-sm-5, .mx-sm-5 {
        margin-left: 50px !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-0_1, .py-sm-0_1 {
        padding-top: 1px !important;
    }
    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 10px !important;
    }
    .pt-sm-1, .py-sm-1 {
        padding-top: 10px !important;
    }
    .pr-sm-1, .px-sm-1 {
        padding-right: 10px !important;
    }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: 10px !important;
    }
    .pb-sm-1_5, .py-sm-1_5 {
        padding-bottom: 15px !important;
    }
    .pl-sm-1, .px-sm-1 {
        padding-left: 10px !important;
    }
    .p-sm-2 {
        padding: 20px !important;
    }
    .pt-sm-2, .py-sm-2 {
        padding-top: 20px !important;
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: 20px !important;
    }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: 20px !important;
    }
    .pl-sm-2, .px-sm-2 {
        padding-left: 20px !important;
    }
    .p-sm-3 {
        padding: 30px !important;
    }
    .pt-sm-3, .py-sm-3 {
        padding-top: 30px !important;
    }
    .pr-sm-3, .px-sm-3 {
        padding-right: 30px !important;
    }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 30px !important;
    }
    .pl-sm-3, .px-sm-3 {
        padding-left: 30px !important;
    }
    .p-sm-4 {
        padding: 40px !important;
    }
    .pt-sm-4, .py-sm-4 {
        padding-top: 40px !important;
    }
    .pr-sm-4, .px-sm-4 {
        padding-right: 40px !important;
    }
    .pb-sm-4, .py-sm-4 {
        padding-bottom: 40px !important;
    }
    .pl-sm-4, .px-sm-4 {
        padding-left: 40px !important;
    }
    .p-sm-5 {
        padding: 50px !important;
    }
    .pt-sm-5, .py-sm-5 {
        padding-top: 50px !important;
    }
    .pt-sm-6, .py-sm-6 {
        padding-top: 60px !important;
    }
    .pr-sm-5, .px-sm-5 {
        padding-right: 50px !important;
    }
    .pb-sm-5, .py-sm-5 {
        padding-bottom: 50px !important;
    }
    .pb-sm-6, .py-sm-6 {
        padding-bottom: 60px !important;
    }
    .pl-sm-5, .px-sm-5 {
        padding-left: 50px !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto!important
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 10px !important;
    }
    .mt-md-1, .my-md-1 {
        margin-top: 10px !important;
    }
    .mr-md-1, .mx-md-1 {
        margin-right: 10px !important;
    }
    .mb-md-1, .my-md-1 {
        margin-bottom: 10px !important;
    }
    .ml-md-1, .mx-md-1 {
        margin-left: 10px !important;
    }
    .m-md-2 {
        margin: 20px !important;
    }
    .mt-md-2, .my-md-2 {
        margin-top: 20px !important;
    }
    .mr-md-2, .mx-md-2 {
        margin-right: 20px !important;
    }
    .mb-md-2, .my-md-2 {
        margin-bottom: 20px !important;
    }
    .ml-md-2, .mx-md-2 {
        margin-left: 20px !important;
    }
    .m-md-3 {
        margin: 30px !important;
    }
    .mt-md-3, .my-md-3 {
        margin-top: 30px !important;
    }
    .mr-md-3, .mx-md-3 {
        margin-right: 30px !important;
    }
    .mb-md-3, .my-md-3 {
        margin-bottom: 30px !important;
    }
    .ml-md-3, .mx-md-3 {
        margin-left: 30px !important;
    }
    .m-md-4 {
        margin: 40px !important;
    }
    .mt-md-4, .my-md-4 {
        margin-top: 40px !important;
    }
    .mr-md-4, .mx-md-4 {
        margin-right: 40px !important;
    }
    .mb-md-4, .my-md-4 {
        margin-bottom: 40px !important;
    }
    .ml-md-4, .mx-md-4 {
        margin-left: 40px !important;
    }
    .m-md-5 {
        margin: 50px !important;
    }
    .mt-md-5, .my-md-5 {
        margin-top: 50px !important;
    }
    .mr-md-5, .mx-md-5 {
        margin-right: 50px !important;
    }
    .mb-md-5, .my-md-5 {
        margin-bottom: 50px !important;
    }
    .ml-md-5, .mx-md-5 {
        margin-left: 50px !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-0_1, .py-md-0_1 {
        padding-top: 1px !important;
    }
    .pt-md-0_3, .py-md-0_3 {
        padding-top: 3px !important;
    }
    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-0_5 {
        /* updated 18-09-27 */
        padding: 5px !important;
    }
    .pt-md-0_5, .py-md-0_5 {
        /* updated 18-09-27 */
        padding-top: 5px !important;
    }
    .pr-md-0_5, .px-md-0_5 {
        /* updated 18-09-27 */
        padding-right: 5px !important;
    }
    .pb-md-0_5, .py-md-0_5 {
        /* updated 18-09-27 */
        padding-bottom: 5px !important;
    }
    .pl-md-0_5 {
        padding-left: 5px !important;
    }
    .p-md-1 {
        padding: 10px !important;
    }
    .pt-md-1, .py-md-1 {
        padding-top: 10px !important;
    }
    .pt-md-1_5, .py-md-1_5 {
        padding-top: 15px !important;
    }
    .pb-md-1_5, .py-md-1_5 {
        /* updated 2019-06-04 */
        padding-bottom: 15px !important;
    }
    .pl-md-1_5, .px-md-1_5 {
        /* updated 18-09-28 */
        padding-left: 15px !important;
    }
    .pr-md-1_5, .px-md-1_5 {
        /* updated 18-09-28 */
        padding-right: 15px !important;
    }
    .pr-md-1, .px-md-1 {
        padding-right: 10px !important;
    }
    .pb-md-1, .py-md-1 {
        padding-bottom: 10px !important;
    }
    .pl-md-1, .px-md-1 {
        padding-left: 10px !important;
    }
    .p-md-2 {
        padding: 20px !important;
    }
    .pt-md-2, .py-md-2 {
        padding-top: 20px !important;
    }
    .pr-md-2, .px-md-2 {
        padding-right: 20px !important;
    }
    .pb-md-2, .py-md-2 {
        padding-bottom: 20px !important;
    }
    .pl-md-2, .px-md-2 {
        padding-left: 20px !important;
    }
    .p-md-3 {
        padding: 30px !important;
    }
    .pt-md-3, .py-md-3 {
        padding-top: 30px !important;
    }
    .pr-md-3, .px-md-3 {
        padding-right: 30px !important;
    }
    .pb-md-3, .py-md-3 {
        padding-bottom: 30px !important;
    }
    .pl-md-3, .px-md-3 {
        padding-left: 30px !important;
    }
    .p-md-4 {
        padding: 40px !important;
    }
    .pt-md-4, .py-md-4 {
        padding-top: 40px !important;
    }
    .pr-md-4, .px-md-4 {
        padding-right: 40px !important;
    }
    .pb-md-4, .py-md-4 {
        padding-bottom: 40px !important;
    }
    .pl-md-4, .px-md-4 {
        padding-left: 40px !important;
    }
    .p-md-5 {
        padding: 50px !important;
    }
    .pt-md-5, .py-md-5 {
        padding-top: 50px !important;
    }
    .pt-md-6, .py-md-6 {
        padding-top: 60px !important;
    }
    .pr-md-5, .px-md-5 {
        padding-right: 50px !important;
    }
    .pb-md-5, .py-md-5 {
        padding-bottom: 50px !important;
    }
    .pb-md-6, .py-md-6 {
        padding-top: 60px !important;
    }
    .pb-md-8, .py-md-8 {
        padding-bottom: 80px !important;
    }
    .pl-md-5, .px-md-5 {
        padding-left: 50px !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 10px !important;
    }
    .mt-lg-1, .my-lg-1 {
        margin-top: 10px !important;
    }
    .mr-lg-1, .mx-lg-1 {
        margin-right: 10px !important;
    }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: 10px !important;
    }
    .ml-lg-1, .mx-lg-1 {
        margin-left: 10px !important;
    }
    .m-lg-2 {
        margin: 20px !important;
    }
    .mt-lg-2, .my-lg-2 {
        margin-top: 20px !important;
    }
    .mr-lg-2, .mx-lg-2 {
        margin-right: 20px !important;
    }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: 20px !important;
    }
    .ml-lg-2, .mx-lg-2 {
        margin-left: 20px !important;
    }
    .m-lg-3 {
        margin: 30px !important;
    }
    .mt-lg-3, .my-lg-3 {
        margin-top: 30px !important;
    }
    .mr-lg-3, .mx-lg-3 {
        margin-right: 30px !important;
    }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 30px !important;
    }
    .ml-lg-3, .mx-lg-3 {
        margin-left: 30px !important;
    }
    .m-lg-4 {
        margin: 40px !important;
    }
    .mt-lg-4, .my-lg-4 {
        margin-top: 40px !important;
    }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 40px !important;
    }
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 40px !important;
    }
    .ml-lg-4, .mx-lg-4 {
        margin-left: 40px !important;
    }
    .m-lg-5 {
        margin: 50px !important;
    }
    .mt-lg-5, .my-lg-5 {
        margin-top: 50px !important;
    }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 50px !important;
    }
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 50px !important;
    }
    .ml-lg-5, .mx-lg-5 {
        margin-left: 50px !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-0_5, .py-lg-0_5 {
        padding-bottom: 5px !important;
    }
    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 10px !important;
    }
    .pt-lg-1, .py-lg-1 {
        padding-top: 10px !important;
    }
    .pr-lg-1, .px-lg-1 {
        padding-right: 10px !important;
    }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: 10px !important;
    }
    .pl-lg-1, .px-lg-1 {
        padding-left: 10px !important;
    }
    .p-lg-1_5 {
        /* updated 19-01-17 */
        padding: 15px !important;
    }
    .pt-lg-1_5, .py-lg-1_5 {
        /* updated 19-01-17 */
        padding-top: 15px !important;
    }
    .pr-lg-1_5, .px-lg-1_5 {
        /* updated 19-01-17 */
        padding-right: 15px !important;
    }
    .pb-lg-1_5, .py-lg-1_5 {
        /* updated 19-01-17 */
        padding-bottom: 15px !important;
    }
    .pl-lg-1_5, .px-lg-1_5 {
        /* updated 19-01-17 */
        padding-left: 15px !important;
    }
    .p-lg-2 {
        padding: 20px !important;
    }
    .pt-lg-2, .py-lg-2 {
        padding-top: 20px !important;
    }
    .pr-lg-2, .px-lg-2 {
        padding-right: 20px !important;
    }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: 20px !important;
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: 20px !important;
    }
    .p-lg-3 {
        padding: 30px !important;
    }
    .pt-lg-3, .py-lg-3 {
        padding-top: 30px !important;
    }
    .pr-lg-3, .px-lg-3 {
        padding-right: 30px !important;
    }
    .pb-lg-3, .py-lg-3 {
        padding-bottom: 30px !important;
    }
    .pl-lg-3, .px-lg-3 {
        padding-left: 30px !important;
    }
    .p-lg-4 {
        padding: 40px !important;
    }
    .pt-lg-4, .py-lg-4 {
        padding-top: 40px !important;
    }
    .pr-lg-4, .px-lg-4 {
        padding-right: 40px !important;
    }
    .pb-lg-4, .py-lg-4 {
        padding-bottom: 40px !important;
    }
    .pl-lg-4, .px-lg-4 {
        padding-left: 40px !important;
    }
    .p-lg-5 {
        padding: 50px !important;
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 50px !important;
    }
    .pr-lg-5, .px-lg-5 {
        padding-right: 50px !important;
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 50px !important;
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 50px !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1440px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 10px !important;
    }
    .mt-xl-1, .my-xl-1 {
        margin-top: 10px !important;
    }
    .mr-xl-1, .mx-xl-1 {
        margin-right: 10px !important;
    }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: 10px !important;
    }
    .ml-xl-1, .mx-xl-1 {
        margin-left: 10px !important;
    }
    .m-xl-2 {
        margin: 20px !important;
    }
    .mt-xl-2, .my-xl-2 {
        margin-top: 20px !important;
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: 20px !important;
    }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: 20px !important;
    }
    .ml-xl-2, .mx-xl-2 {
        margin-left: 20px !important;
    }
    .m-xl-3 {
        margin: 30px !important;
    }
    .mt-xl-3, .my-xl-3 {
        margin-top: 30px !important;
    }
    .mr-xl-3, .mx-xl-3 {
        margin-right: 30px !important;
    }
    .mb-xl-3, .my-xl-3 {
        margin-bottom: 30px !important;
    }
    .ml-xl-3, .mx-xl-3 {
        margin-left: 30px !important;
    }
    .m-xl-4 {
        margin: 40px !important;
    }
    .mt-xl-4, .my-xl-4 {
        margin-top: 40px !important;
    }
    .mr-xl-4, .mx-xl-4 {
        margin-right: 40px !important;
    }
    .mb-xl-4, .my-xl-4 {
        margin-bottom: 40px !important;
    }
    .ml-xl-4, .mx-xl-4 {
        margin-left: 40px !important;
    }
    .m-xl-5 {
        margin: 50px !important;
    }
    .mt-xl-5, .my-xl-5 {
        margin-top: 50px !important;
    }
    .mr-xl-5, .mx-xl-5 {
        margin-right: 50px !important;
    }
    .mb-xl-5, .my-xl-5 {
        margin-bottom: 50px !important;
    }
    .ml-xl-5, .mx-xl-5 {
        margin-left: 50px !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 10px !important;
    }
    .pt-xl-1, .py-xl-1 {
        padding-top: 10px !important;
    }
    .pr-xl-1, .px-xl-1 {
        padding-right: 10px !important;
    }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: 10px !important;
    }
    .pl-xl-1, .px-xl-1 {
        padding-left: 10px !important;
    }
    .p-xl-2 {
        padding: 20px !important;
    }
    .pt-xl-2, .py-xl-2 {
        padding-top: 20px !important;
    }
    .pr-xl-2, .px-xl-2 {
        padding-right: 20px !important;
    }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: 20px !important;
    }
    .pl-xl-2, .px-xl-2 {
        padding-left: 20px !important;
    }
    .p-xl-3 {
        padding: 30px !important;
    }
    .pt-xl-3, .py-xl-3 {
        padding-top: 30px !important;
    }
    .pr-xl-3, .px-xl-3 {
        padding-right: 30px !important;
    }
    .pb-xl-3, .py-xl-3 {
        padding-bottom: 30px !important;
    }
    .pl-xl-3, .px-xl-3 {
        padding-left: 30px !important;
    }
    .p-xl-4 {
        padding: 40px !important;
    }
    .pt-xl-4, .py-xl-4 {
        padding-top: 40px !important;
    }
    .pr-xl-4, .px-xl-4 {
        padding-right: 40px !important;
    }
    .pb-xl-4, .py-xl-4 {
        padding-bottom: 40px !important;
    }
    .pl-xl-4, .px-xl-4 {
        padding-left: 40px !important;
    }
    .p-xl-5 {
        padding: 50px !important;
    }
    .pt-xl-5, .py-xl-5 {
        padding-top: 50px !important;
    }
    .pr-xl-5, .px-xl-5 {
        padding-right: 50px !important;
    }
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 50px !important;
    }
    .pl-xl-5, .px-xl-5 {
        padding-left: 50px !important;
    }
}

/*****/

/*RESPONSIVE FONT SIZE*/

.font-0_7 {
    font-size: 0.7rem!important;
}

.font-0_8 {
    font-size: 0.8rem!important;
}

.font-0_9 {
    font-size: 0.9rem!important;
}

.font-1 {
    font-size: 1rem!important;
}

.font-1_1 {
    font-size: 1.1rem!important;
}

.font-1_2 {
    font-size: 1.2rem!important;
}

.font-1_3 {
    font-size: 1.3rem!important;
}

.font-1_4 {
    font-size: 1.4rem!important;
}

.font-1_5 {
    font-size: 1.5rem!important;
}

.font-1_6 {
    font-size: 1.6rem!important;
}

.font-1_7 {
    font-size: 1.7rem!important;
}

.font-1_8 {
    font-size: 1.8rem!important;
}

.font-1_9 {
    font-size: 1.9rem!important;
}

.font-2 {
    font-size: 2rem!important;
}

.font-2_1 {
    font-size: 2.1rem!important;
}

.font-2_2 {
    font-size: 2.2rem!important;
}

.font-2_3 {
    font-size: 2.3rem!important;
}

.font-2_4 {
    font-size: 2.4rem!important;
}

.font-2_5 {
    font-size: 2.5rem!important;
}

.font-2_6 {
    font-size: 2.6rem!important;
}

.font-2_7 {
    font-size: 2.7rem!important;
}

.font-2_8 {
    font-size: 2.8rem!important;
}

.font-2_9 {
    font-size: 2.9rem!important;
}

.font-3 {
    font-size: 3rem!important;
}

@media (min-width: 576px) {
    .font-sm-0_7 {
        font-size: 0.7rem!important;
    }
    .font-sm-0_8 {
        font-size: 0.8rem!important;
    }
    .font-sm-0_9 {
        font-size: 0.9rem!important;
    }
    .font-sm-1 {
        font-size: 1rem!important;
    }
    .font-sm-1_1 {
        font-size: 1.1rem!important;
    }
    .font-sm-1_2 {
        font-size: 1.2rem!important;
    }
    .font-sm-1_3 {
        font-size: 1.3rem!important;
    }
    .font-sm-1_4 {
        font-size: 1.4rem!important;
    }
    .font-sm-1_5 {
        font-size: 1.5rem!important;
    }
    .font-sm-1_6 {
        font-size: 1.6rem!important;
    }
    .font-sm-1_7 {
        font-size: 1.7rem!important;
    }
    .font-sm-1_8 {
        font-size: 1.8rem!important;
    }
    .font-sm-1_9 {
        font-size: 1.9rem!important;
    }
    .font-sm-2 {
        font-size: 2rem!important;
    }
    .font-sm-2_1 {
        font-size: 2.1rem!important;
    }
    .font-sm-2_2 {
        font-size: 2.2rem!important;
    }
    .font-sm-2_3 {
        font-size: 2.3rem!important;
    }
    .font-sm-2_4 {
        font-size: 2.4rem!important;
    }
    .font-sm-2_5 {
        font-size: 2.5rem!important;
    }
    .font-sm-2_6 {
        font-size: 2.6rem!important;
    }
    .font-sm-2_7 {
        font-size: 2.7rem!important;
    }
    .font-sm-2_8 {
        font-size: 2.8rem!important;
    }
    .font-sm-2_9 {
        font-size: 2.9rem!important;
    }
    .font-sm-3 {
        font-size: 3rem!important;
    }
}

@media (min-width: 768px) {
    .font-md-0_7 {
        font-size: 0.7rem!important;
    }
    .font-md-0_8 {
        font-size: 0.8rem!important;
    }
    .font-md-0_9 {
        font-size: 0.9rem!important;
    }
    .font-md-1 {
        font-size: 1rem!important;
    }
    .font-md-1_1 {
        font-size: 1.1rem!important;
    }
    .font-md-1_2 {
        font-size: 1.2rem!important;
    }
    .font-md-1_3 {
        font-size: 1.3rem!important;
    }
    .font-md-1_4 {
        font-size: 1.4rem!important;
    }
    .font-md-1_5 {
        font-size: 1.5rem!important;
    }
    .font-md-1_6 {
        font-size: 1.6rem!important;
    }
    .font-md-1_7 {
        font-size: 1.7rem!important;
    }
    .font-md-1_8 {
        font-size: 1.8rem!important;
    }
    .font-md-1_9 {
        font-size: 1.9rem!important;
    }
    .font-md-2 {
        font-size: 2rem!important;
    }
    .font-md-2_1 {
        font-size: 2.1rem!important;
    }
    .font-md-2_2 {
        font-size: 2.2rem!important;
    }
    .font-md-2_3 {
        font-size: 2.3rem!important;
    }
    .font-md-2_4 {
        font-size: 2.4rem!important;
    }
    .font-md-2_5 {
        font-size: 2.5rem!important;
    }
    .font-md-2_6 {
        font-size: 2.6rem!important;
    }
    .font-md-2_7 {
        font-size: 2.7rem!important;
    }
    .font-md-2_8 {
        font-size: 2.8rem!important;
    }
    .font-md-2_9 {
        font-size: 2.9rem!important;
    }
    .font-md-3 {
        font-size: 3rem!important;
    }
}

@media (min-width: 992px) {
    .font-lg-0_7 {
        font-size: 0.7rem!important;
    }
    .font-lg-0_8 {
        font-size: 0.8rem!important;
    }
    .font-lg-0_9 {
        font-size: 0.9rem!important;
    }
    .font-lg-1 {
        font-size: 1rem!important;
    }
    .font-lg-1_1 {
        font-size: 1.1rem!important;
    }
    .font-lg-1_2 {
        font-size: 1.2rem!important;
    }
    .font-lg-1_3 {
        font-size: 1.3rem!important;
    }
    .font-lg-1_4 {
        font-size: 1.4rem!important;
    }
    .font-lg-1_5 {
        font-size: 1.5rem!important;
    }
    .font-lg-1_6 {
        font-size: 1.6rem!important;
    }
    .font-lg-1_7 {
        font-size: 1.7rem!important;
    }
    .font-lg-1_8 {
        font-size: 1.8rem!important;
    }
    .font-lg-1_9 {
        font-size: 1.9rem!important;
    }
    .font-lg-2 {
        font-size: 2rem!important;
    }
    .font-lg-2_1 {
        font-size: 2.1rem!important;
    }
    .font-lg-2_2 {
        font-size: 2.2rem!important;
    }
    .font-lg-2_3 {
        font-size: 2.3rem!important;
    }
    .font-lg-2_4 {
        font-size: 2.4rem!important;
    }
    .font-lg-2_5 {
        font-size: 2.5rem!important;
    }
    .font-lg-2_6 {
        font-size: 2.6rem!important;
    }
    .font-lg-2_7 {
        font-size: 2.7rem!important;
    }
    .font-lg-2_8 {
        font-size: 2.8rem!important;
    }
    .font-lg-2_9 {
        font-size: 2.9rem!important;
    }
    .font-lg-3 {
        font-size: 3rem!important;
    }
}

@media (min-width: 1200px) {
    .font-xl-0_7 {
        font-size: 0.7rem!important;
    }
    .font-xl-0_8 {
        font-size: 0.8rem!important;
    }
    .font-xl-0_9 {
        font-size: 0.9rem!important;
    }
    .font-xl-1 {
        font-size: 1rem!important;
    }
    .font-xl-1_1 {
        font-size: 1.1rem!important;
    }
    .font-xl-1_2 {
        font-size: 1.2rem!important;
    }
    .font-xl-1_3 {
        font-size: 1.3rem!important;
    }
    .font-xl-1_4 {
        font-size: 1.4rem!important;
    }
    .font-xl-1_5 {
        font-size: 1.5rem!important;
    }
    .font-xl-1_6 {
        font-size: 1.6rem!important;
    }
    .font-xl-1_7 {
        font-size: 1.7rem!important;
    }
    .font-xl-1_8 {
        font-size: 1.8rem!important;
    }
    .font-xl-1_9 {
        font-size: 1.9rem!important;
    }
    .font-xl-2 {
        font-size: 2rem!important;
    }
    .font-xl-2_1 {
        font-size: 2.1rem!important;
    }
    .font-xl-2_2 {
        font-size: 2.2rem!important;
    }
    .font-xl-2_3 {
        font-size: 2.3rem!important;
    }
    .font-xl-2_4 {
        font-size: 2.4rem!important;
    }
    .font-xl-2_5 {
        font-size: 2.5rem!important;
    }
    .font-xl-2_6 {
        font-size: 2.6rem!important;
    }
    .font-xl-2_7 {
        font-size: 2.7rem!important;
    }
    .font-xl-2_8 {
        font-size: 2.8rem!important;
    }
    .font-xl-2_9 {
        font-size: 2.9rem!important;
    }
    .font-xl-3 {
        font-size: 3rem!important;
    }
}

/*****/

/*RESPONSIVE LINE HEIGHT*/

.line-0_7 {
    line-height: 0.7rem!important;
}

.line-0_8 {
    line-height: 0.8rem!important;
}

.line-0_9 {
    line-height: 0.9rem!important;
}

.line-1 {
    line-height: 1rem!important;
}

.line-1_1 {
    line-height: 1.1rem!important;
}

.line-1_2 {
    line-height: 1.2rem!important;
}

.line-1_3 {
    line-height: 1.3rem!important;
}

.line-1_4 {
    line-height: 1.4rem!important;
}

.line-1_5 {
    line-height: 1.5rem!important;
}

.line-1_6 {
    line-height: 1.6rem!important;
}

.line-1_7 {
    line-height: 1.7rem!important;
}

.line-1_8 {
    line-height: 1.8rem!important;
}

.line-1_9 {
    line-height: 1.9rem!important;
}

.line-2 {
    line-height: 2rem!important;
}

.line-2_1 {
    line-height: 2.1rem!important;
}

.line-2_2 {
    line-height: 2.2rem!important;
}

.line-2_3 {
    line-height: 2.3rem!important;
}

.line-2_4 {
    line-height: 2.4rem!important;
}

.line-2_5 {
    line-height: 2.5rem!important;
}

.line-2_6 {
    line-height: 2.6rem!important;
}

.line-2_7 {
    line-height: 2.7rem!important;
}

.line-2_8 {
    line-height: 2.8rem!important;
}

.line-2_9 {
    line-height: 2.9rem!important;
}

.line-3 {
    line-height: 3rem!important;
}

@media (min-width: 576px) {
    .line-sm-0_7 {
        line-height: 0.7rem!important;
    }
    .line-sm-0_8 {
        line-height: 0.8rem!important;
    }
    .line-sm-0_9 {
        line-height: 0.9rem!important;
    }
    .line-sm-1 {
        line-height: 1rem!important;
    }
    .line-sm-1_1 {
        line-height: 1.1rem!important;
    }
    .line-sm-1_2 {
        line-height: 1.2rem!important;
    }
    .line-sm-1_3 {
        line-height: 1.3rem!important;
    }
    .line-sm-1_4 {
        line-height: 1.4rem!important;
    }
    .line-sm-1_5 {
        line-height: 1.5rem!important;
    }
    .line-sm-1_6 {
        line-height: 1.6rem!important;
    }
    .line-sm-1_7 {
        line-height: 1.7rem!important;
    }
    .line-sm-1_8 {
        line-height: 1.8rem!important;
    }
    .line-sm-1_9 {
        line-height: 1.9rem!important;
    }
    .line-sm-2 {
        line-height: 2rem!important;
    }
    .line-sm-2_1 {
        line-height: 2.1rem!important;
    }
    .line-sm-2_2 {
        line-height: 2.2rem!important;
    }
    .line-sm-2_3 {
        line-height: 2.3rem!important;
    }
    .line-sm-2_4 {
        line-height: 2.4rem!important;
    }
    .line-sm-2_5 {
        line-height: 2.5rem!important;
    }
    .line-sm-2_6 {
        line-height: 2.6rem!important;
    }
    .line-sm-2_7 {
        line-height: 2.7rem!important;
    }
    .line-sm-2_8 {
        line-height: 2.8rem!important;
    }
    .line-sm-2_9 {
        line-height: 2.9rem!important;
    }
    .line-sm-3 {
        line-height: 3rem!important;
    }
}

@media (min-width: 768px) {
    .line-md-0_7 {
        line-height: 0.7rem!important;
    }
    .line-md-0_8 {
        line-height: 0.8rem!important;
    }
    .line-md-0_9 {
        line-height: 0.9rem!important;
    }
    .line-md-1 {
        line-height: 1rem!important;
    }
    .line-md-1_1 {
        line-height: 1.1rem!important;
    }
    .line-md-1_2 {
        line-height: 1.2rem!important;
    }
    .line-md-1_3 {
        line-height: 1.3rem!important;
    }
    .line-md-1_4 {
        line-height: 1.4rem!important;
    }
    .line-md-1_5 {
        line-height: 1.5rem!important;
    }
    .line-md-1_6 {
        line-height: 1.6rem!important;
    }
    .line-md-1_7 {
        line-height: 1.7rem!important;
    }
    .line-md-1_8 {
        line-height: 1.8rem!important;
    }
    .line-md-1_9 {
        line-height: 1.9rem!important;
    }
    .line-md-2 {
        line-height: 2rem!important;
    }
    .line-md-2_1 {
        line-height: 2.1rem!important;
    }
    .line-md-2_2 {
        line-height: 2.2rem!important;
    }
    .line-md-2_3 {
        line-height: 2.3rem!important;
    }
    .line-md-2_4 {
        line-height: 2.4rem!important;
    }
    .line-md-2_5 {
        line-height: 2.5rem!important;
    }
    .line-md-2_6 {
        line-height: 2.6rem!important;
    }
    .line-md-2_7 {
        line-height: 2.7rem!important;
    }
    .line-md-2_8 {
        line-height: 2.8rem!important;
    }
    .line-md-2_9 {
        line-height: 2.9rem!important;
    }
    .line-md-3 {
        line-height: 3rem!important;
    }
}

@media (min-width: 992px) {
    .line-lg-0_7 {
        line-height: 0.7rem!important;
    }
    .line-lg-0_8 {
        line-height: 0.8rem!important;
    }
    .line-lg-0_9 {
        line-height: 0.9rem!important;
    }
    .line-lg-1 {
        line-height: 1rem!important;
    }
    .line-lg-1_1 {
        line-height: 1.1rem!important;
    }
    .line-lg-1_2 {
        line-height: 1.2rem!important;
    }
    .line-lg-1_3 {
        line-height: 1.3rem!important;
    }
    .line-lg-1_4 {
        line-height: 1.4rem!important;
    }
    .line-lg-1_5 {
        line-height: 1.5rem!important;
    }
    .line-lg-1_6 {
        line-height: 1.6rem!important;
    }
    .line-lg-1_7 {
        line-height: 1.7rem!important;
    }
    .line-lg-1_8 {
        line-height: 1.8rem!important;
    }
    .line-lg-1_9 {
        line-height: 1.9rem!important;
    }
    .line-lg-2 {
        line-height: 2rem!important;
    }
    .line-lg-2_1 {
        line-height: 2.1rem!important;
    }
    .line-lg-2_2 {
        line-height: 2.2rem!important;
    }
    .line-lg-2_3 {
        line-height: 2.3rem!important;
    }
    .line-lg-2_4 {
        line-height: 2.4rem!important;
    }
    .line-lg-2_5 {
        line-height: 2.5rem!important;
    }
    .line-lg-2_6 {
        line-height: 2.6rem!important;
    }
    .line-lg-2_7 {
        line-height: 2.7rem!important;
    }
    .line-lg-2_8 {
        line-height: 2.8rem!important;
    }
    .line-lg-2_9 {
        line-height: 2.9rem!important;
    }
    .line-lg-3 {
        line-height: 3rem!important;
    }
}

@media (min-width: 1200px) {
    .line-xl-0_7 {
        line-height: 0.7rem!important;
    }
    .line-xl-0_8 {
        line-height: 0.8rem!important;
    }
    .line-xl-0_9 {
        line-height: 0.9rem!important;
    }
    .line-xl-1 {
        line-height: 1rem!important;
    }
    .line-xl-1_1 {
        line-height: 1.1rem!important;
    }
    .line-xl-1_2 {
        line-height: 1.2rem!important;
    }
    .line-xl-1_3 {
        line-height: 1.3rem!important;
    }
    .line-xl-1_4 {
        line-height: 1.4rem!important;
    }
    .line-xl-1_5 {
        line-height: 1.5rem!important;
    }
    .line-xl-1_6 {
        line-height: 1.6rem!important;
    }
    .line-xl-1_7 {
        line-height: 1.7rem!important;
    }
    .line-xl-1_8 {
        line-height: 1.8rem!important;
    }
    .line-xl-1_9 {
        line-height: 1.9rem!important;
    }
    .line-xl-2 {
        line-height: 2rem!important;
    }
    .line-xl-2_1 {
        line-height: 2.1rem!important;
    }
    .line-xl-2_2 {
        line-height: 2.2rem!important;
    }
    .line-xl-2_3 {
        line-height: 2.3rem!important;
    }
    .line-xl-2_4 {
        line-height: 2.4rem!important;
    }
    .line-xl-2_5 {
        line-height: 2.5rem!important;
    }
    .line-xl-2_6 {
        line-height: 2.6rem!important;
    }
    .line-xl-2_7 {
        line-height: 2.7rem!important;
    }
    .line-xl-2_8 {
        line-height: 2.8rem!important;
    }
    .line-xl-2_9 {
        line-height: 2.9rem!important;
    }
    .line-xl-3 {
        line-height: 3rem!important;
    }
}

/*****/

/*** GRID ***/

.col-1_5, .col-sm-3_4, .col-sm-2_5, .col-sm-4_5, .col-sm-5_5, .col-sm-6_5, .col-md-1_5, .col-md-2_5, .col-md-5_5, .col-md-6_5, .col-lg-5_5, .col-lg-6_5, .col-lg-7_5, .col-lg-9_5, .col-xl-2_5, .col-xl-3_5, .col-xl-4_5, .col-xl-7_5, .col-xl-8_5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 450px) and (max-width: 575px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }
    .col-xs-12 {
        max-width: 100%;
    }
    .col-xs-11 {
        max-width: 91.66666667%;
    }
    .col-xs-10 {
        max-width: 83.33333333%;
    }
    .col-xs-9 {
        max-width: 75%;
    }
    .col-xs-8 {
        max-width: 66.66666667%;
    }
    .col-xs-7 {
        max-width: 58.33333333%;
    }
    .col-xs-6 {
        max-width: 50%;
    }
    .col-xs-5 {
        max-width: 41.66666667%;
    }
    .col-xs-4 {
        max-width: 33.33333333%;
    }
    .col-xs-3 {
        max-width: 25%;
    }
    .col-xs-2 {
        max-width: 16.66666667%;
    }
    .col-xs-1 {
        max-width: 8.33333333%;
    }
}

@media (min-width: 576px) {
    .col-px-sm-3.row {
        /* updated 2019-07-17 */
        margin-right: -15px!important;
        margin-left: -15px!important;
    }
    .col-px-sm-3>[class*="col"] {
        /* updated 2019-07-17 */
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .col-sm-3_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-2_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-sm-4_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
    .col-sm-5_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.835%;
        flex: 0 0 45.835%;
        max-width: 45.835%;
    }
    .col-sm-6_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.165%;
        flex: 0 0 54.165%;
        max-width: 54.165%;
    }
    .col-sm-7_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
    .col-sm-9_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.165%;
        flex: 0 0 79.165%;
        max-width: 79.165%;
    }
}

@media (min-width: 768px) {
    .col-md-1_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .col-md-2_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-5_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.835%;
        flex: 0 0 45.835%;
        max-width: 45.835%;
    }
    .col-md-6_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.165%;
        flex: 0 0 54.165%;
        max-width: 54.165%;
    }
}

@media (min-width: 992px) {
    .col-lg-5_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.835%;
        flex: 0 0 45.835%;
        max-width: 45.835%;
    }
    .col-lg-4_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
    .col-lg-5_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.835%;
        flex: 0 0 45.835%;
        max-width: 45.835%;
    }
    .col-lg-6_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.165%;
        flex: 0 0 54.165%;
        max-width: 54.165%;
    }
    .col-lg-7_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
    .offset-lg-1_5 {
        margin-left: 12.4%;
    }
    .offset-lg-2_5 {
        margin-left: 20.835%;
    }
}

@media (min-width: 1440px) {
    .col-xl-2_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xl-3_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.165%;
        flex: 0 0 29.165%;
        max-width: 29.165%;
    }
    .col-xl-4_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
    .col-xl-7_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
    .col-xl-8_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.835%;
        flex: 0 0 70.835%;
        max-width: 70.835%;
    }
    .offset-xl-2_5 {
        margin-left: 20.835%;
    }
}

/*****/

/*****/

/*@media screen and (max-width: 762px){
#notice {
display: none !important;
}
}*/

@media screen and (max-width: 992px) {
    #notice .notice a.btn.btn-sm.text-uppercase.rounded-0.py-0.ml-1.w-auto {
        display: none !important;
    }
    #notice .notice a {
        font-size: 90% !important;
    }
}

/*Colorbox*/

#cboxLoadedContent {
    margin: 0px!important;
}

#colorbox {
    max-width: 90%!important;
    max-height: 90%!important;
}

@media(max-width: 800px) {
    #colorbox {
        left: 50%!important;
        top: 50%!important;
        transform: translate(-50%, -50%)!important;
    }
    #cboxWrapper {
        width: 100%!important;
        height: 100%!important;
    }
    #cboxMiddleLeft {
        width: 90%!important;
        height: 90%!important;
    }
    #cboxContent {
        width: 100%!important;
        height: auto!important;
    }
    #cboxLoadedContent {
        width: 100%!important;
        height: auto!important;
    }
    #cboxLoadedContent img {
        width: 100%!important;
        height: auto!important;
    }
    #colorbox, #cboxOverlay, #cboxWrapper {
        overflow: hidden!important;
    }
    /*SR: 2018-10-13 remove the below to make colorbox overlay open on mobile
	.page-index  #colorbox, #cboxOverlay, #cboxWrapper{
		display:none !important;
	}
	end mod*/
}

@media(max-width: 425px) {
    .page-index #cboxLoadedContent img, .page-index #cboxWrapper, .page-index #cboxContent, .page-index #cboxLoadedContent, .page-index #colorbox {
        width: 288px!important;
        height: 173px!important;
    }
    #cboxClose {
        width: 25px!important;
        height: 25px!important;
    }
    #cboxClose:before {
        font-size: 19px!important
    }
}

/*****/

/* Slick Slider */

.slider {
    width: 100%;
}

.slick-image {
    max-height: 400px;
    width: auto!important;
    max-width: 100%;
}

.slick-slide img {
    display: block;
    margin: auto;
}

.slick-prev:before, .slick-next:before {
    color: black;
}

.slick-current {
    opacity: 1;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 22px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    transition: 0.3s;
    z-index: 1;
    font-family: Font Awesome\ 5 Free;
    font-size: 1.4rem;
}

.page-index .product-parent .slick-prev, .page-index .product-parent .slick-next {
    font-size: 2.4rem;
    height: auto;
}

.page-index .product-parent .slick-prev {
    left: -12px;
}

.page-index .product-parent .slick-next {
    right: -12px;
}

.back-to-school .slick-next:before, .featured-product .slick-next:before {
    content: '\f054';
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    font-weight: 700;
    top: 1px;
    color: #666;
}

.back-to-school .slick-prev:before, .featured-product .slick-prev:before {
    content: '\f053';
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    font-weight: 700;
    top: 1px;
    color: #666;
}

.featured-product .slick-prev:before, .featured-product .slick-next:before {
    background: rgba(255, 255, 255, 0.7);
}

.main-featured .slick-next:before, .main-featured .slick-prev:before {
    color: #fff;
}

.back-to-school .slick-next, .featured-product .slick-next {
    right: 5px;
}

.back-to-school .slick-prev, .featured-product .slick-prev {
    left: 5px;
}

.back-to-school .main-featured .slick-next, .back-to-school .main-featured .slick-prev {
    top: 96%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.shop-product .slick-prev, .shop-product .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 22px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 1px solid #ccc;
    outline: none;
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(238, 238, 238, 1));
    transition: 0.3s;
    font-family: Font Awesome\ 5 Free;
}

.shop-product .slick-prev:hover, .shop-product .slick-prev:focus, .shop-product .slick-next:hover, .shop-product .slick-next:focus {
    color: transparent;
    outline: none;
    background: linear-gradient(to bottom, rgba(219, 219, 219, 0), rgba(219, 219, 219, 1));
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    opacity: 1;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -5px;
}

.slick-prev:before {
    content: '\f053';
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    font-weight: 700;
    top: 1px;
}

.slick-next {
    right: -5px;
}

.slick-next:before {
    content: '\f054';
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    font-weight: 700;
    top: 1px;
}

.featured-brands .slick-next, .featured-brands .slick-prev {
    background: transparent;
    border: none;
    font-size: 2rem;
    top: 15px;
}

/* Dots */

.slick-dots {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0;
    cursor: pointer;
}

.home-page .hero-banner .dots, .home-page .hero-banner .flickity-button {
    /* Updated 19-06-26 */
    display: none!important;
}

.home-page .hero-banner:hover .dots, .home-page .hero-banner:hover .flickity-button {
    /* Updated 19-06-26 */
    display: block!important;
}

.home-page .hero-banner .flickity-button-icon {
    /* Updated 19-06-26 */
    fill: white;
}

.home-page .hero-banner .flickity-page-dots .dot {
    /* Updated 19-06-26 */
    background: white !important;
    opacity: 0.5 !important;
}

.home-page .hero-banner .flickity-page-dots .dot.is-selected {
    /* Updated 19-06-26 */
    opacity: 1 !important;
}

.home-page .hero-banner .flickity-page-dots {
    /* Updated 19-06-26 */
    bottom: 10px;
}

.page-product_info .slick-dots li button, .back-to-school .slick-dots li button {
    background: #666;
}

.slick-dots li button, .main-featured .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
    background: #fff;
    opacity: 0.6;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-active button {
    opacity: 1!important;
}

.four-items .slick-slide div {
    padding-left: 3px;
    padding-right: 3px;
}

.four-items, .five-items, .five-items-res {
    padding-left: 20px;
    padding-right: 20px;
}

.five-items .slick-slide div, .five-items-res .slick-slide div {
    padding-left: 3px;
    padding-right: 3px;
}

.page-product_info .slider-nav .slick-next {
    right: 0;
}

.page-product_info .slider-nav .slick-prev {
    left: 0;
}

.page-product_info .slider-nav {
    max-height: 81px;
    overflow: hidden;
}

.page-product_info .slider-for {
    max-height: 405px;
    overflow: hidden;
}

.display-5 {
    font-size: 3rem;
    font-weight: 400;
}

@media(min-width: 992px) {
    .headerscroll #header-top, .headerscroll #header-shop {
        display: none!important
    }
        .header-right-border {
            border-right: 1px solid #ffffff9c;
        }
    }

header[role="menu"] {
    background: #01155a;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header .cart-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: red;
    position: absolute;
    top: -8px;
    right: -10px;
    font-size: 12px;
    text-align: center;
    padding-top: 6px;
    padding-right: 1px;
    font-family: arial
}

header .custom-select {
    width: 60px
}

.fix-header {
    padding-top: 94px;
}

.subhead {
    font-size: 0.8rem;
}

.subhead div {
    align-self: center;
}

.subhead i {
    padding-right: 2px;
}

.subhead div:nth-last-child(1) i {
    font-size: 2em;
    position: relative;
    top: 2px;
    color: #fd0;
}

header a, .dropdown-parent {
    transition: 0.3s
}

header a:hover, .dropdown-parent:hover {
    color: #c2e4ff;
}

header #hd_subnav_myaccount {
    cursor: pointer;
}

header .myaccount-dropdown {
    /* updated 2019-07-17 */
    position: absolute;
    background: #fff;
    color: #000;
    top: 50px;
    left: 0px;
    width: 160px;
    z-index: 2;
    padding: 10px 0 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

header .myaccount-dropdown a {
    display: block;
    padding: 5px 15px;
}

header .myaccount-dropdown a:hover {
    background: #c2e4ff;
    color: #666;
}

header .myaccount-dropdown:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    top: -10px;
    left: 20px;
    content: '';
    position: absolute;
}

header .cart-icon {
    width: 50%;
}

@media(min-width: 576px) and (max-width:768px) {
    header .cart-icon {
        width: 60%;
    }
}

@media(max-width: 575px) {
    header .cart-icon {
        width: 100%;
    }
}

/*header .fa-times{
position: fixed;
font-size:2rem;
top:10px;
right:16px;
display: none
}*/

nav {
    position: fixed;
    background: #005495;
    color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 250px;
    height: 100%;
    z-index: 10;
    font-size: 1.1rem;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: 0.3s ease-out;
}

nav>ul {
    padding: 7px 15px;
}

nav li {
    border-bottom: 1px solid rgba(153, 153, 153, 0.45);
    padding: 12px 0;
}

.second-layer>li:nth-child(2) {
    border-bottom: none;
    padding: 0;
}

.third-layer {
    border-bottom: none;
    padding: 0;
}

nav a:hover {
    color: inherit;
}

.nav-header {
    margin: 0;
    padding: 15px;
    font-size: 1.6rem;
    text-align: center;
}

nav .fa-phone {
    transform: rotate(90deg);
}

.menu-dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    color: #000;
    font-size: 0.8rem;
    top: 41px;
    left: 14px;
    width: 1111px;
}

.shop-dropdown .menu-dropdown {
    background: transparent;
    width: 850px;
}

.menu-dropdown:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    top: -10px;
    left: 55px;
    content: '';
    position: absolute;
}

/* .french .menu-dropdown{  updated 19-07-16
    top:59px;
} */

.menu-dropdown ul {
    margin: 0;
}

.menu-dropdown li, .right-menunav a {
    position: relative;
    padding: 4px 15px 6px 10px;
    display: block;
    transition: 0.3s;
}

.menu-dropdown li:hover, .menu-dropdown li.active, .mas-group a:hover {
    background: #005495!important;
    color: #fff!important;
}

.menu-dropdown li a {
    transition: 0s;
}

.menu-dropdown li a:hover {
    color: #fff;
}

.menu-dropdown li:hover:after, .menu-dropdown li.active:after, .mas-group a:hover:after {
    content: "\f054";
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    right: 5px;
    color: #fff;
    font-size: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
}

.menu-dropdown.w-specials:before {
    left: 265px;
}

.french .menu-dropdown.w-specials:before {
    left: 245px;
}

.menu-dropdown.w-services:before {
    left: 242px;
}

.french .menu-dropdown.w-services:before {
    left: 284px;
}

.menu-dropdown.w-business:before {
    left: 645px;
}

.french .menu-dropdown.w-business:before {
    /* updated 2019-07-17 */
    left: 565px;
}

.menu-dropdown.w-specials h1 {
    font-size: 1.2rem;
    color: #005495;
    font-weight: 700;
    padding-top: 15px;
}

.menu-dropdown.w-specials h2 {
    font-size: 1.05rem;
    color: #005495;
    font-weight: 500;
}

.menu-dropdown.w-services h1 {
    font-size: 1.2rem;
    color: #1a1a1a;
    font-weight: 700;
}

.menu-dropdown.w-services h2, .menu-dropdown.w-business h2 {
    font-size: 1.05rem;
    color: #1a1a1a;
    font-weight: 700;
}

.menu-dropdown.w-services p, .menu-dropdown.w-business p {
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.2rem;
}

.menu-dropdown.w-services a, .menu-dropdown.w-business a {
    padding: 0;
    color: #007FFF;
}

.menu-dropdown.w-services .fa-chevron-right, .menu-dropdown.w-business .fa-chevron-right {
    font-size: 0.7rem;
}

.menu-dropdown.w-specials .specials-bg {
    background: url(../img/specials-bg.png) 97.7% top no-repeat;
    background-size: 32%;
}

.menu-dropdown.w-services .service-bg {
    background: url('../img/services-bg.jpg') 97.5% bottom no-repeat;
    background-size: 42%;
}

.menu-dropdown.w-business .business-bg {
    background: url('../img/business-bg.jpg') left bottom no-repeat;
    background-size: cover;
}

.menu-dropdown.w-business h1 {
    font-size: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .menu-dropdown {
        width: 931px;
    }
    .menu-dropdown:before {
        left: 66px;
    }
    .menu-dropdown.w-specials:before {
        left: 230px;
    }
    .french .menu-dropdown.w-specials:before {
        left: 215px;
    }
    .menu-dropdown.w-business:before {
        left: 537px;
    }
    .french .menu-dropdown.w-business:before {
        left: 450px;
    }
}

.dropdown-parent {
    cursor: pointer;
}

.second-dropdown {
    display: none;
    background: #fff;
    z-index: 1;
    padding: 20px 20px 1px 20px;
}

/* .second-dropdown-active {
    background: #005495;
    color: #fff;
} */

.second-dropdown-active:after, .second-dropdown-active:hover:after {
    content: "\f054";
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    right: 5px;
    color: #fff;
    font-size: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
}

.third-dropdown {
    display: none;
    background: #fff;
    z-index: 1;
    padding: 20px 20px 1px 20px;
}

.seeall-cat {
    margin-top: 61px;
}

.second-dropdown .col-9 {
    padding-top: 20px!important;
}

.second-dropdown a {
    padding-left: 10px;
    padding-right: 10px;
}

.second-dropdown a:hover {
    color: #2492FF;
}

.second-dropdown .img-container {
    height: 67px;
}

.third-dropdown p {
    font-size: 1rem;
}

.third-dropdown a {
    color: #1a1a1a;
    padding: 2px 0;
}

.menu-brands {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    color: #999999;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 7px 0 17px;
    margin: 15px 0 25px;
    position: absolute;
    display: none;
    left: 0;
    top: 109px;
    width: 100%;
}

.menu-brands a {
    display: inline-block;
    border-right: 1px solid #ccc;
}

.menu-brands a:nth-last-child(1) {
    border-right: none;
}

.menu-brands .pt-1 a {
    min-width: 60px;
    text-align: center;
    margin: 7px 0;
}

.second-dropdown .brand-drop>div:hover {
    margin-bottom: 100px;
}

.second-dropdown .brand-drop>.menu-2line:hover {
    margin-bottom: 140px;
}

.second-dropdown .brand-drop>.menu-3line:hover {
    margin-bottom: 190px;
}

.second-dropdown .position-relative>div:hover .menu-brands {
    display: block
}

.second-dropdown .position-relative>div {
    width: 112px;
    height: 125px;
}

.third-dropdown .header-fbrands a {
    display: inline-block;
    min-width: 60px;
    text-align: center;
    margin: 7px;
}

.menu-brands:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ccc transparent;
    top: -12px;
    left: 43px;
    content: '';
    position: absolute;
}

.menu-brands:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    top: -10px;
    left: 45px;
    content: '';
    position: absolute;
}

.menu-brands.brand2:before, .menu-brands.brand8:before, .menu-brands.brand14:before {
    left: 154px;
}

.menu-brands.brand2:after, .menu-brands.brand8:after, .menu-brands.brand14:after {
    left: 156px;
}

.menu-brands.brand3:before, .menu-brands.brand9:before, .menu-brands.brand15:before {
    left: 265px;
}

.menu-brands.brand3:after, .menu-brands.brand9:after, .menu-brands.brand15:after {
    left: 267px;
}

.menu-brands.brand4:before, .menu-brands.brand10:before {
    left: 378px;
}

.menu-brands.brand4:after, .menu-brands.brand10:after {
    left: 380px;
}

.menu-brands.brand5:before, .menu-brands.brand11:before {
    left: 493px;
}

.menu-brands.brand5:after, .menu-brands.brand11:after {
    left: 495px;
}

.menu-brands.brand6:before, .menu-brands.brand12:before {
    left: 602px;
}

.menu-brands.brand6:after, .menu-brands.brand12:after {
    left: 604px;
}

.menu-brands.brand7, .menu-brands.brand8, .menu-brands.brand9, .menu-brands.brand10, .menu-brands.brand11, .menu-brands.brand12 {
    top: 234px;
}

.menu-brands.brand13, .menu-brands.brand14, .menu-brands.brand15 {
    top: 359px;
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #767676;
    padding: 10px 20px;
    font-size: 0.8rem;
    margin-top: 20px;
}

.mobile-copyright {
    text-align: center;
    font-weight: 500;
    font-size: 0.9rem;
    font-style: italic;
}

.foot-fix {
    padding-bottom: 90px;
}

@media (max-width:576px) {
    .shopping-quantity .form-control {
        width: 37px!important
    }
}

.nav-opened {
    font-weight: 500;
    transform: translateX(0);
    transition: 0.3s ease-out;
}

.cover {
    background: rgba(0, 0, 0, 0);
    transition: 0.3s;
}

.cover-on {
    position: fixed;
    z-index: 9;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.search-btn {
    color: #fff;
    background: #2492FF;
    border: none;
    padding: 0.2rem 1rem;
    font-size: 1rem;
}

.third-layer ul {
    /* updated 18-09-26 */
    padding-left: 45px;
    font-size: 0.8em;
}

/*! * Hamburgers * @description Tasty CSS-animated hamburgers * @author Jonathan Suh @jonsuh * @site https://jonsuh.com/hamburgers * @link https://github.com/jonsuh/hamburgers */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: 2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -6px
}

.hamburger-inner:after {
    bottom: -6px
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

/*Home Page*/

.home-page {
    /* background: #f0f2f5; */
    overflow: hidden;
}

.home-page .hero-banner {
    /* updated 2019-06-25 */
    height: 150px;
    max-height: 150px;
    overflow: hidden;
}

.hero-banner [class^="a"] {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-banner .flickity-button.flickity-prev-next-button {
    /* updated 19-06-26 */
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.hero-banner .flickity-button.flickity-prev-next-button.next {
    /* updated 19-06-26 */
    right: 4vw !important;
}

.hero-banner .flickity-button.flickity-prev-next-button.previous {
    /* updated 19-06-26 */
    left: 4vw !important;
}

.hero-banner .flickity-button.flickity-prev-next-button.next:before {
    /* updated 19-06-26 */
    /* content: "\f054"; */
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    position: relative;
    /* left:14px; */
}

.hero-banner .flickity-button.flickity-prev-next-button.previous:before {
    /* updated 19-06-26 */
    /* content: "\f053"; */
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    position: relative;
    /* left:11px; */
}

.a1 {
    background: url(../img/A1.jpg) center;
}

.btn-weekly-deal {
    background: url(../img/btn-weekly-deals.jpg) right no-repeat;
    background-size: cover;
    height: 82px;
}

.view-all-deals {
    right: 10px;
    top: 40px;
}

.btn-trending-products {
    background: url(../img/btn-trending-products.jpg) right no-repeat;
    background-size: cover;
    height: 82px;
}

.btn-flipp-flyer {
    background: url(//canadacomputers.com/marketing/images/ho/btn-flipp-flyer.jpg) right no-repeat;
    background-size: cover;
    height: 82px;
}

.btn-hamilton-opening, .btn-hamilton-opening-fr {
    background: url(../img/btn-hamilton-opening.jpg) right no-repeat;
    background-size: cover;
    height: 82px;
}

.btn-hamilton-opening-fr {
    background: url(../img/btn-hamilton-opening-fr.jpg) right no-repeat;
}

.btn-dream-build, .btn-dream-build-fr {
    background: url(../img/btn-dream-build.jpg) right no-repeat;
    background-size: cover;
    height: 82px;
}

.btn-dream-build-fr {
    background: url(../img/btn-dream-build-fr.jpg) right no-repeat;
}

.btn-labour-day-flash-sale, .btn-labour-day-flash-sale-fr {
    background: url(../img/btn-labour-day-flash-sale.jpg) right no-repeat;
    background-size: cover;
    height: 82px;
}

.btn-labour-day-flash-sale-fr {
    background: url(../img/btn-labour-day-flash-sale-fr.jpg) right no-repeat;
}

.btn-ce-flyer, .btn-ce-flyer-fr {
    background: url(../img/btn-ce-flyer.png) right no-repeat;
    background-size: cover;
    height: 82px;
}

.btn-ce-flyer-fr {
    background: url(../img/btn-ce-flyer-fr.png) right no-repeat;
}

.flat-shipping {
    background: url(/templates/ccnew/assets/img/shipping-gradient.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-transform: uppercase;
    line-height: 1.2rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    height: 100%;
}

.flat-rate {
    background: #005495;
    height: 100%;
    color: #fff;
    padding: 5px 10px 0;
    line-height: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

.flat-rate p {
    margin-bottom: 0;
    font-size: 0.7rem;
}

.flat-rate span {
    font-size: 1rem;
}

.left-banner {
    position: absolute;
    left: -405px;
}

.right-banner {
    position: absolute;
    right: -405px;
}

.side-banner-g, .side-banner-e {
    /* updated 19-03-21 */
    padding-top: 20px;
}

@media screen and (min-width: 1440px) and (max-width: 1550px) {
    .left-banner a img,
    .right-banner a img {
        width: 244px;
    }
}

.banner-bottom {
    /* updated 19-07-08 */
    bottom: 50px;
}

.tv-banner {
    position: relative;
    height: 100px;
    margin-top: 40px;
}

.tv-banner img {
    position: absolute;
    left: 0;
    top: 0;
}

.tv-banner .overbottom {
    z-index: 2
}

.tv-banner .overtop {
    animation-name: fadetwo;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
}

@keyframes fadetwo {
    0% {
        opacity: 1;
        z-index: 3;
    }
    40% {
        opacity: 1;
        z-index: 3;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .banner-bottom {
        /* updated 19-07-08 */
        bottom: 50px;
    }
}

#dream-deals .row {
    padding: 0 10px;
}

#dream-deals .col-6, #more-deals .col-6 {
    padding: 0 5px 10px;
}

#dream-deals .inner [class^='col-'] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

#dream-deals .bg-white {
    height: 100%;
}

#dream-deals .featured-description {
    height: 109px;
    text-decoration: none;
    overflow: hidden;
}

#dream-deals .product-description {
    /* updated 18-09-27 */
    font-size: 0.8rem;
    line-height: 1rem;
    max-height: 3rem;
    overflow: hidden;
}

.dream-featured h2 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400
}

#dream-deals .dd-tags {
    /* updated 18-10-16 */
    z-index: 8;
}

#dream-deals .img-inside {
    z-index: 0;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, #dream-deals .row.inner div[class^="col-"] {
        flex: 0 0 auto;
    }
    /* IE11 */
    *::-ms-backdrop, #dream-deals .row.inner {
        width: 100%
    }
    *::-ms-backdrop, #dream-deals .row.inner img {
        width: 100%
    }
    *::-ms-backdrop, #dream-deals .row.inner .align-self-center {
        width: 100%
    }
}

#banner-h div {
    overflow: hidden;
}

.banner-h {
    position: relative;
    align-self: center;
    max-width: 100%;
    max-height: 130px;
}

.bg-social_media {
    background-color: rgba(233, 244, 255, 1);
}

.footer-container {
    z-index: 2;
    position: relative;
}

/*****/

/*Mobile Add To Cart*/

.mobile-addcart {
    position: fixed;
    z-index: 11;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: 0.3s ease-out;
}

.link {
    float: left;
    text-decoration: underline;
    color: #007fff;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer
}

.mobile-addcart .protection {
    background: #fff;
    padding: 15px;
    margin: 2px 0;
}

.select-title {
    position: absolute;
    top: 3px;
    left: 17px;
    font-size: 0.85rem;
    color: #767676;
}

.mobile-addcart .form-control {
    font-size: 1rem;
    height: auto!important;
    padding: 1.25rem 0.75rem .4rem;
}

/*****/

.icon-box {
    text-align: center;
    width: 80%;
    margin: auto;
}

.icon-box img {
    height: 45px;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    -webkit-transition: -webkit-filter 300ms linear
}

.icon-box a:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}

.icon-box h2 {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
}

.icon-box a {
    color: #1a1a1a;
    transition: 0.3s;
}

.icon-box a:hover {
    color: #007fff;
    text-decoration: none;
}

.line {
    height: 1px;
    background: #dddddd;
    border: none;
    margin: 0;
}

.back-to-school .product-parent p.pt-1 {
    height: 58px;
    overflow: hidden;
}

.row.product-parent {
    margin: 0 -5px;
}

.shop-product .product-parent div[class^="col-"] {
    padding: 0px 5px 20px;
}

.product-parent p {
    font-size: 0.9rem;
    line-height: 1rem;
}

.product-parent a {
    text-decoration: none;
}

.product-parent a:hover .product-description {
    text-decoration: underline;
}

.before-price {
    text-decoration: line-through;
    position: relative;
    top: -3px;
}

.price {
    font-size: 1.2rem;
    font-weight: 700;
    color: red;
}

.price.big-font {
    font-size: 2.3rem;
    line-height: 3rem
}

.save {
    font-size: 0.8em;
    color: red;
}

/* updated 18-09-27 */

.sale-end {
    font-size: 0.8em;
    color: #6e7679;
}

/* updated 18-09-27 */

/*.btn .fa-caret-right{position: relative;left:4px;}*/

.btn-rounded {
    border-radius: 5px;
    width: auto;
    padding: 0.2rem 0.7rem 0.3rem;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.btn-yellow {
    background: #fd0;
    color: #000!important;
    font-weight: 500;
    border-radius: 5px;
    width: auto;
    padding: 0.5rem 1.5rem 0.6rem;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.btn-yellow:hover {
    background: #fd0;
}

.bg-bluecloud {
    background: url('../img/bluecloud.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 120px;
    position: relative;
}

.bg-bluecloud h2 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 8px;
    left: 15px;
}

.home-weekly-specials .bg-grey p {
    font-size: 0.75rem;
    color: #007fff;
}

.home-weekly-specials h3 {
    font-size: 1.5rem;
    padding-bottom: 5px;
}

.bg-weekly-ad {
    background: url('../img/google-home.jpg');
    height: 100%;
    background-size: cover;
}

.home-category h3, .product-category h3 {
    font-size: 1rem;
}

.home-category li, .product-category li {
    font-weight: 500;
    font-size: 0.85rem;
    padding-bottom: 7px;
    padding-left: 13px;
    color: #007fff;
}

.home-category li:before, .product-category li:before {
    content: '>';
    color: #63aaff;
    margin-left: -15px;
    position: absolute;
    transition: 0.3s;
}

.product-category li {
    padding: 5px 33px 8px;
    transition: 0.3s;
}

.product-category .active-highlight, .product-category .active-highlight:before, .product-category li:hover {
    background: #007fff;
    color: #fff;
}

.product-category li:hover:before {
    color: #fff;
}

.featured-brands p {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #333;
    padding-top: 20px;
}

.featured-brands a:hover {
    text-decoration: none
}

.app-icons img {
    max-height: 55px
}

.app-icons h2 {
    padding-top: 15px;
    color: #666;
    font-size: 1.2rem;
}

.app-icons hr {
    height: 1px;
    width: 85px;
    background: #e0e0e0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.app {
    color: #666;
}

.app .btn {
    background: transparent;
    border: 1px solid #fff;
    width: 300px;
    border-radius: 3px;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 20px;
}

.app .bg-grey ul {
    list-style: disc;
    padding-left: 20px;
}

.bg-app {
    background: url('../img/join-cc.jpg');
    background-size: cover;
    color: #fff;
}

.google-play {
    width: 100%;
    max-width: 150px;
    display: block;
    padding: 30px 0px 50px;
    margin: auto;
}

.btn2 {
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.2rem 0.7rem 0.36rem;
    font-size: 0.8rem;
    text-align: left;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-product_info .btn2 {
    /* updated 2019-02-08 */
    color: #005495;
    font-weight: 500;
    border-color: #005495;
}

.btn2:hover, .btn2:focus, .btn2.active {
    text-decoration: none;
    background: transparent;
    color: #007fff;
    border-color: #007fff;
}

/* .page-product_info .btn2:hover, .page-product_info .btn2:focus, .page-product_info .btn2.active {
    color: #d64026;
    border-color: #d64026;
} */

.page-product_info .btn2:hover, .page-product_info .btn2:focus, .page-product_info .btn2.active {
    /* updated 2019-02-08 */
    color: #fff;
    border-color: #005495;
    background-color: #005495;
}

.btn2:focus, .btn2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-product_info #pi-cart-quantity, .shopping-quantity .form-control {
    width: 55px;
    height: 25px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 0;
    border: 1px solid #666;
    text-align: center
}

.box-btn {
    background: #ccc;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.tech-protection .btn2 {
    margin: 5px;
    width: 44%;
    border-radius: 5px;
    text-align: center;
}

.check-bg, .check-bg-online  {
    background: #00792b;
    color: #fff;
    position: absolute;
    display: flex;
    height: 100%;
    vertical-align: top;
    padding: 4px;
    font-size: 0.6rem;
}

.check-bg-special  {
    background: #015495;
    color: #fff;
    position: absolute;
    display: flex;
    height: 100%;
    vertical-align: top;
    padding: 4px;
    font-size: 0.6rem;
}

/* .other-stores{
    position: relative;
} */

.stocklevel-pop, .storeloc-pop {
    display: none;
    position: fixed;
    background: #fff;
    padding: 20px;
    z-index: 10;
    width: 80%;
    max-width: 700px;
    max-height: 70vh;
    top: 20vh;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow-y: auto;
    height: 600px;
}

.stocklevel-pop p, .storeloc-pop p {
    margin-bottom: 0;
    align-self: center;
    font-weight: 400;
}

.stocklevel-pop .row .row [class^="col-"], .storeloc-pop .row .row [class^="col-"] {
    display: flex;
}

.stocklevel-pop .row .row, .storeloc-pop .row .row {
    height: 100%;
}

.item-stock {
    text-align: center;
    background: #eee;
    border-radius: 10px;
    width: 100%;
    align-self: center;
}

.col-border-bottom .col-md-4 {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart {
    font-size: 1rem;
    width: 100%;
    padding: 5px 0px 7px;
    text-align: center
}

.vertical-slider-for {
    width: 80%!important;
    display: inline-flex!important;
    order: 2;
    margin-left: auto;
    float: right;
    height: 500px
}

.vertical-slider-nav {
    width: 8%!important;
    display: inline-flex!important;
    height: 500px;
}

.slider-for h3, .vertical-slider-for h3 {
    background: red;
    padding-top: 93.4%;
    width: 100%;
}

.slider-nav, .slider-nav-4, .vertical-slider-nav {
    margin: auto;
    width: 100%;
    text-align: center
}

.slider-nav-4 {
    width: 85%
}

.slider-nav .slick-next, .slider-nav-4 .slick-next {
    right: -25px;
}

.slider-nav .slick-prev, .slider-nav-4 .slick-prev {
    left: -25px;
}

.slider-nav h3, .slider-nav-4 h3 {
    margin: 0 5px;
}

.slider-nav h3, .slider-nav-4 h3, .vertical-slider-nav h3 {
    background: blue;
    padding-top: 50%;
}

.page-product_info .tab-content p {
    line-height: 2rem
}

.page-product_info .tab-content span, .page-product_info .tab-content td {
    font-size: 0.9rem!important;
}

.product-title {
    height: 86px;
    overflow: hidden;
    margin: 0;
}

.product-title br {
    display: none
}

.fa-1_5x {
    font-size: 1.5em;
}

.rate-bar {
    height: 5px;
    width: 63%;
    background: #ccc;
    display: inline-block;
    border-radius: 10px;
    margin: 0 10px;
    position: relative;
}

.inner-bar {
    position: absolute;
    background: #007fff;
    width: 50%;
    height: 5px;
    border-radius: 10px
}

.starbar-5 {
    width: 50%
}

.starbar-4 {
    width: 40%
}

.starbar-3 {
    width: 20%
}

.starbar-2 {
    width: 10%
}

.starbar-1 {
    width: 30%
}

.review-btn {
    border-radius: 50px;
    width: auto;
    padding: 5px 25px 7px;
    font-size: 1rem;
}

.comment-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: red;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.rating {
    float: left;
    padding: 1px 8px 0 0;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
follow these rules. Every browser that supports :checked also supports :not(), so
it doesn’t make the test unnecessarily selective */

.rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.3rem;
}

.rating:not(:checked)>label:before {
    content: '\f005';
}

.rating>input:checked~label {
    font-weight: 900;
    color: #ffcc00;
}

.rating:not(:checked)>label:hover, .rating:not(:checked)>label:hover~label {
    color: #007fff;
    font-weight: 900;
}

.rating>input:checked+label:hover, .rating>input:checked+label:hover~label, .rating>input:checked~label:hover, .rating>input:checked~label:hover~label, .rating>label:hover~input:checked~label {
    color: #007fff
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.tab-mobile {
    border-top: 1px solid #ddd;
    margin: 0px 15px 0 15px;
    padding: 10px 0;
    cursor: pointer;
}

.hot-keyword {
    position: absolute;
    bottom: 20px;
}

.hot-keyword .btn2 {
    margin-bottom: 6px;
}

.pb-2-col .col-sm-4 {
    padding-bottom: 20px;
}

.fixed-nav-parent {
    position: absolute;
    top: 0;
    left: -140px;
    z-index: 11;
    font-size: 0.8rem;
    display: none;
}

.fixed-side-nav {
    position: fixed;
    top: 37px;
    border: 1px solid #ddd;
    padding: 10px;
}

.hover-text {
    display: none;
}

.nav1:hover .hover-text, .nav2:hover .hover-text, .nav3:hover .hover-text {
    position: absolute;
    display: block;
    background: #1992df;
    left: 40px;
    color: #fff;
    width: 154px;
    height: 30px;
    padding: 4px 0 0 20px;
}

.img-container {
    /* updated 2018-12-13 */
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-inside {
    max-width: 85%;
    max-height: 85%;
    z-index: 1;
    width: auto;
    flex-shrink: 0
}

.bg-img1 {
    background: url('../img/placeholder.jpg') center no-repeat;
    background-size: cover;
    height: 630px;
}

.print-btn {
    background: linear-gradient(#2d91d9 50%, #185bbb 51%);
    color: #fff;
    padding: 5px 10px 9px;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-block;
}

.coupon-wrapper {
    border: 2px dashed #005495;
    text-align: center;
    padding: 30px;
    width: 85%;
    margin: auto;
}

#coupon-`ers {
    display: inline;
    width: auto;
    height: 31px;
    padding: 1px 5px 5px;
    position: relative;
    top: 1px;
    margin: 0 30px 10px 10px;
}

.clipped-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    display: flex;
}

.clipped-tag {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: -32px;
    background: #2492ff;
    color: #fff;
    width: 130px;
    font-weight: 500;
    text-align: center;
    transform: rotate(45deg);
}

.black-btn {
    background: #000;
    color: #fdd301;
    display: inline-block;
    padding: 2px 30px 5px;
    margin: 10px 0 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.number-nav {
    padding: 1px 8px 4px;
}

.number-nav.active {
    background: #e2e2e2;
    border-radius: 2px;
    box-shadow: -1px -1px #ccc;
}

.tags {
    padding: 20px 20px 15px;
}

.tags .btn2 {
    background: #fff;
    margin: 0 5px 10px 0;
    font-size: 0.8rem;
    width: 104px;
    text-align: center;
}

.featured-product .three-items .slick-slide {
    margin: 0 5px;
}

.featured-product .three-items .fa-star {
    font-size: 0.8rem;
}

.featured-product .cart {
    width: 100%;
}

.similar-product {
    background: #fff;
    padding: 10px;
}

.fixed-featured {
    width: 100%
}

.featured-position {
    position: fixed;
    top: 45px;
}

.fa-star, .fa-star-half-alt {
    color: #ffcc00;
}


.heart {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 1.4rem;
    color: #ccc;
}

.controls {
    padding-bottom: 20px;
}

.controls .btn2 {
    font-size: 0.9rem;
    padding: 0.6rem;
    width: 47.5%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
}

.select-filter {
    width: auto;
    display: inline;
    margin-left: 10px;
    padding-bottom: 5px;
    font-weight: 400;
}

.controls .mixitup-control-active {
    border: #007fff 1px solid;
    color: #007fff;
}

/*TOOLTIPs FOR PRODUCT LISTING PAGE*/

body.tooltip-listStyle .tooltip {
    z-index: 9;
}

body.tooltip-listStyle .tooltip-inner {
    text-align: left;
    background: #fff;
    color: #000;
    max-width: 250px;
    padding: 15px;
    border: 1px solid #ccc;
}

body.tooltip-listStyle .tooltip.show {
    opacity: 1;
    z-index: 100000;
}

body.tooltip-listStyle .tooltip .arrow:after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

body.tooltip-listStyle .bs-tooltip-bottom, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.8rem 0;
}

body.tooltip-listStyle .bs-tooltip-top .arrow::after, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="top"] .arrow::after {
    top: -1px;
    left: -0.04rem;
    border-width: 0.65rem 0.6rem 0;
    border-top-color: #fff;
}

body.tooltip-listStyle .bs-tooltip-bottom .arrow::after, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
    bottom: -8px;
    left: -0.08rem;
    border-width: 0 0.6rem 0.65rem;
    border-bottom-color: #fff;
}

body.tooltip-listStyle .bs-tooltip-top .arrow::before, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    left: -2px;
    border-width: 0.7rem 0.7rem 0;
    border-top-color: #ccc;
}

body.tooltip-listStyle .bs-tooltip-bottom .arrow::before, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: -7px;
    left: -0.15rem;
    border-width: 0 0.7rem 0.7rem;
    border-bottom-color: #ccc;
}

@media(min-width: 992px) {
    body.tooltip-listStyle .bs-tooltip-top, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="top"] {
        padding: 3.5rem 0;
        top: 45px!important;
    }
    body.tooltip-listStyle .bs-tooltip-bottom, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="bottom"] {
        padding: 3.5rem 0;
        top: -40px!important;
    }
    body.tooltip-listStyle .bs-tooltip-top .arrow, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 50px!important;
    }
    body.tooltip-listStyle .bs-tooltip-bottom .arrow, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 50px!important;
    }
    body.tooltip-listStyle .bs-tooltip-bottom .arrow::before, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
        bottom: 0px;
    }
    body.tooltip-listStyle .bs-tooltip-bottom .arrow::after, body.tooltip-listStyle .bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
        bottom: -1px;
    }
}

/*END OF: TOOLTIPs FOR PRODUCT LISTING PAGE*/

/*** PRODUCT SEARCH RESULTS CUSTOM STYLES :: p-s-r_section-id__modifier ***/

.productTemplate {
    display: flex;
    padding: 0;
    height: 100%;
    margin-bottom: 20px;
}

.productTemplate .row {
    min-width: 100%;
}

.productTemplate_title {
    /* updated 19-03-14 */
    font-size: 0.8em;
    line-height: 1.25em;
    /* max-height: 2.5em; */
    margin-bottom: 10px;
    overflow: hidden;
}

.productTemplate .line-height {
    line-height: 1em;
}

#search-page-numbs .btn {
    background-color: rgba(255, 255, 255, 0);
}

.pq-img-manu_logo_box {
    position: absolute;
    top: 50px;
    left: 0px;
    height: 60px;
    width: 60px;
}

.pq-img-sub_manu_logo_box {
    position: absolute;
    right: 0;
    top: 120px;
}

.pq-img-sub_manu_logo {
    height: 20px;
}

.pq-img-value_tag {
    position: absolute;
    top: 20px;
    right: 10px;
    height: 17px;
    width: auto;
    font-size: 0.7em;
    text-align: center;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 7% 51%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 7% 51%, 0% 0%);
}

.pq-img-ship_tag {
    position: absolute;
    top: 135px;
    left: 10px;
    height: 17px;
    width: auto;
    font-size: 0.7em;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.pq-img-btn_tag {
    position: absolute;
    bottom: 30px;
    right: 8px;
    height: 20px;
    width: auto;
    font-size: 0.7em;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 98% 86%, 95% 100%, 95% 86%, 0 86%);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 98% 86%, 95% 100%, 95% 86%, 0 86%);
}

.pq-img-manu_logo {
    position: relative;
    margin: 0 auto;
    max-height: 105px;
    max-width: 100%;
}

.pq-img-product_container {
    text-align: center;
    width: 100%;
    height: 105px;
    max-height: 105px;
    overflow: hidden;
}

.pq-hdr-product_price {
    font-size: 1.75rem;
    padding: 0;
}

.pq-hdr-bolder {
    font-weight: 700;
    font-size: 11px;
    line-height: 1.1em;
}

.pq-hdr-savings {
    font-size: 0.75em;
    line-height: 1.1em;
}

.allInfoSearch {
    height: auto;
}

.allInfoSearch .row {
    height: 100%;
}

.infoAboveAddCart {
    min-height: 5em;
}

/* .productInfoSearch { // updated 19-03-14
    min-height: 8em;
} */

.addCartSearch {
    /* updated 19-03-14 */
    align-self: flex-end;
    padding: 0 12px;
    /* min-height:140px; */
}

/***************************************************************************/

/*** CHECK OUT  ***/

.shipping-step {
    background: #ccc;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    padding-bottom: 3px;
    align-items: center;
    justify-content: center;
}

.shipping-step.active {
    background: #007fff
}

.shipping-parent hr {
    position: absolute;
    top: 47px;
    height: 2px;
    width: 80%;
    left: 50%;
    border: 0;
    transform: translateX(-50%);
    background: #ccc;
}

#check-out .border p {
    font-weight: 400;
}

#check-out .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 5px 15px 6px;
    text-align: center;
}

#check-out .form-check {
    padding-bottom: 10px;
}

#check-out .form-check-label {
    font-size: 0.9rem;
}

#check-out .title-border {
    padding: 10px 20px 12px;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    background: #f7f7f7;
}

#check-out .border {
    padding: 20px 20px 10px;
}

#check-out .border .btn.navigation {
    width: 180px;
    color: #fff;
    background-color: #007bff;
}

#check-out .btn.navigation {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 48%;
    margin-top: 15px;
}

#check-out .btn.invert {
    background: transparent;
    color: #007fff!important;
    border: 1px solid #007fff;
}

#check-out .btn.navigation .fa-chevron-left {
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
}

#check-out .btn.navigation .fa-chevron-right {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
}

#check-out .table-title {
    padding: 10px;
    margin-top: 20px;
    background: #e6e6e6;
    font-size: 0.9rem;
    font-weight: 500;
}

#check-out .table-check {
    padding: 10px;
    font-size: 0.9rem;
    /* border-bottom: 2px solid #fff; */
    border-top: 2px solid #fff;
}

#check-out .table-check .form-check-label div {
    font-size: 0.8rem;
    color: #007fff;
}

#check-out .border .active {
    color: #7b1113;
}

#check-out .fa-question {
    color: #fff;
    background: #000;
    padding: 3px;
    font-size: 0.5rem;
    position: relative;
    left: 5px;
    top: -3px;
}

#check-out .card-security-code:hover .tip {
    display: block
}

#check-out .tip {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    right: -5px;
    top: -52px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 0.8rem;
    width: 100%;
    display: none;
}

#check-out .process {
    font-size: 0.7rem;
    height: 32px;
}

#check-out .form-control {
    font-weight: 400;
    padding: 0.2rem 0.65rem 0.3rem;
}

#check-out .form-control.number {
    width: 57.5px;
    display: inline
}

#check-out .form-control.number-3 {
    width: 55px;
    display: inline
}

#check-out .form-control.number-4 {
    width: 65px;
    display: inline
}

#check-out ul {
    font-size: 0.8rem;
    list-style: circle;
    padding-left: 20px;
    line-height: 1.4rem
}

#check-out .extension {
    padding-top: 10px;
}

#header-checkout {
    font-size: 0.8rem;
    padding: 5px 0!important;
    line-height: 1.4rem;
}

#footer-checkout {
    font-size: 0.8rem;
    padding: 15px 0!important;
    line-height: 1.4rem;
}

#header-checkout [class*="col-"] {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

#footer-checkout {
    margin-top: 80px;
    display: block!important
}

#header-checkout .fa-chevron-right, #footer-checkout .fa-chevron-right {
    font-size: 0.55rem;
    position: relative;
    top: -1px;
    left: -1px;
}

.fix-slimpage {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width: 767px) {
    .fix-slimpage header .offset-xl-3.col-lg-5 {
        display: none
    }
}

/***************************************************************************/

/*** SEARCH FILTERS  ***/

/* product-search-result */

#search-results #filters #filters_clear .btn {
    background-color: #e8e8e8;
}

#p-s-r_filters .card {
    background: #00000000;
    border: none;
}

#p-s-r_filters .filter-tab {
    /* updated 18-10-03 */
    width: 100%;
    background: #00498E;
    /* background:  #D9D9D9; */
    border: none;
}

#p-s-r_filters .form-check-label {
    font-size: 0.8em;
}

.filter-toggle {
    cursor: pointer;
    margin-top: -5px;
    font-size: 30px;
    background: none;
}

#p-s-r_filters .card-body {
    /* updated 18-10-03 */
    background-color: #ffffff;
}

#collapse1 .card-body ul li div label div {
    display: inline;
}

/***************************************************************************/

/*** SLI SEARCH ***/

/* updated 18-10-01 */

#sli_autocomplete {
    /* updated 18-10-01 */
    position: absolute;

    top: 38px;
 
    max-width: 100vw;
    background-color: #ffffff;
    margin: 0;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
}

.sli_row {
    /* updated 18-10-01 */
    padding: 10px;
}

#sli_autocomplete .sli_row .col {
    padding-left: 15px;
}

#sli_autocomplete .sli_row .col-auto {
    padding-left: 0;
}

#sli_autocomplete .sli_product:nth-child(odd) .row, #search_suggestions a:nth-child(odd) .row {
    /* updated 18-10-01 */
    background-color: #f7f7f7;
}

.sli_product_font {
    /* updated 18-10-01 */
    font-size: 11px;
    color: black;
}

#search_suggestions .text-dark {
    /* updated 18-10-29 */
    font-size: 18px;
}

#sli_autocomplete a:hover div, #sli_autocomplete a:hover.sli_product:nth-child(odd) .row, #search_suggestions a:nth-child(odd):hover .row {
    /* updated 18-10-01 */
    background-color: lightblue;
}

#sli_autocomplete img {
    /* updated 18-10-29 */
    max-width: 60px;
}

#cc_quick_bgd {
    /* updated 18-10-19 */
    z-index: -1;
    border-left: 0px solid white;
}

#search_suggestions span.text-secondary+span {
    /* updated 18-10-29 */
    color: #005495;
    font-weight: 500;
}

#product_suggestions .bg-info, #search_suggestions .bg-info {
    /* updated 18-10-29 */
    background-color: #005495 !important;
}

@media (min-width: 576px) {
    /* updated 18-10-01 */
    #sli_autocomplete {

        width: 100vw;

    }
}

@media screen and (min-width: 768px) {
    /* updated 19-07-17 */
    #sli_autocomplete {
        width: 95%;
    }
}

@media screen and (min-width: 992px) {
    /* updated 18-10-01 */
    #sli_autocomplete {

        width: 95%;

    }
}

@media screen and (min-width: 1440px) {
    /* updated 18-10-01 */
    #sli_autocomplete {
        width: 150%;
    }
}

/*** FONT IMPORTS ***/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
/***************************************************************************/

/*** ACCESSIBLE CSS: GLOBAL USAGE
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}***/

.hidden-accessible {
    /* updated 18-09-27 */
    font-size: 0;
    margin: 0;
}

.overflow-hidden {
    overflow: hidden;
}

#go-to-top {
    /* updated 18-09-26 */
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9;
    /* this was adjusted for the mobile nav */
    font-size: 1.5em;
    border: none;
    outline: none;
    background-color: #004085;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#go-to-top:hover {
    opacity: 0.7;
}

.h-600 {
    height: 600px;
}

.bot-right {
    bottom: 5px;
    right: 5px;
}

.sm-txt {
    font-size: 0.75em;
    line-height: 1.2em;
}

.line-height {
    line-height: 1.1em;
}

.ten-lines {
    max-height: 11em;
    overflow: hidden;
}

.items-in-cart {
    border-radius: 12px;
    padding: 3px 5px;
    right: 10px;
}

.text-truncate_2 {
    /* Updated 19-07-12 */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-truncate_3 {
    /* Updated 19-07-12 */
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-cc {
    color: #005495;
}

.text-ccom {
    color: #00498e;
}

a.text-cc:hover {
    /* updated 18-12-27*/
    color: #004d95ab;
}

.bg-cc {
    background-color: #005495;
}

.bg-cc-lighter {
    background-color: #2492ff !important;
}

.bg-cc-light {
    background-color: #0069aa;
}

.bg-cc-dark {
    background-color: #004c8a;
}

.btn-cc {
    /* updated 18-10-25 */
    background-color: #005495;
    color: white;
}

.btn-cc:hover {
    /* updated 18-10-25 */
    background-color: #083a61;
    color: white;
}

#sli_autocomplete .sli_ac_logo {
    display: none !important;
    opacity: 0;
    height: 0px;
}

.font-12 {
    font-size: 12px;
}

/* updated 18-11-21 */

/***************************************************************************/

/*** MY CC ACCOUNT ***/

#my-cc-account .line-height {
    min-height: 2em;
}

/***************************************************************************/

/*** LOGIN PAGE ***/

@media(max-width: 767px) {
    .page-login, .page-password_forgotten {
        background: #005495;
    }
}

#login {
    background: #005495;
    height: 100vh;
    display: flex;
}

#login .container {
    align-self: center;
}

#check-out .title {
    padding: 10px 20px 12px;
    background: #005495;
    font-size: 1rem;
    margin: 0;
    color: #fff;
}

#login .navigation {
    text-transform: none;
    font-weight: 500;
    width: 100%!important;
    padding: 0.5rem 0.75rem 0.6rem;
}

#login .border, #create-account .border {
    border: none!important;
    padding: 0;
}

#login .form-control {
    padding: 0.5rem 0.75rem 0.6rem;
}

/***************************************************************************/

/*** FEEDBACK FORM ***/

.feedback-unopened {
    right: -30px;
}

.feedback-opened {
    right: 275px;
}

.form-opened {
    right: 0px;
}

.form-closed {
    right: -300px;
}

/**************************************************************************/

/*** DYNAMIC FEATURED SLIDER ***/

.bts-bg-feature_product {
    height: 100%;
    background-image: url('../img/bts-img-banner_background.svg');
    background-size: cover;
}

.bts-hdr-product_title {
    line-height: 1.25em;
    min-height: 8.75em;
    max-height: 8.75em;
    overflow: hidden;
}

.bts-hdr-product_title:hover {
    position: relative;
    overflow: visible;
    z-index: 200;
}

.bts-hdr-product_title:hover span {
    display: inline-block;
    background-color: white;
    max-height: 15em;
    overflow: hidden;
}

.bts-img-feature_product {
    min-height: 220px;
    max-height: 220px;
    max-width: 220px;
}

.bts-img-feature_product img {
    max-height: 210px;
    max-height: 100%;
}

.bts-hdr-product_font {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.bts-hrd-lg_price {
    z-index: -100;
    font-size: 3em;
    font-weight: bolder;
}

/**************************************************************************/

/*** FP: MORE DEALS ***/

.pl-img-more_deals {
    margin: 10px 0;
    max-height: 140px;
    min-height: 140px;
    max-width: 100%;
    overflow: hidden;
}

.pl-img-more_deals img {
    position: relative;
    max-height: 150px;
    max-width: 100%;
}

.pl-hdr-product_title {
    /* updated: 18-09-26 */
    font-size: 0.9em;
    line-height: 1.1em;
    max-height: 3.3em;
    min-height: 3.3em;
    overflow: hidden;
}

#more-deals .btn-sm {
    font-size: 0.7em;
    border-radius: 0;
}

/**************************************************************************/

/*** WEEKLY SPECIALS ***/

.ho-img-wkly_sp_icons {
    max-height: 80px;
    min-height: 80px;
    width: 100%;
    overflow: hidden;
}

.ho-img-wkly_sp_icons img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 150px;
}

/**************************************************************************/

/*** FP: SHOP BY BRANDS AND BELOW ***/

.ho-img-brand-cont {
    height: 150px;
}

/*** PRODUCT INFO ***/

.pi-price-note {
    line-height: 2.5em;
}

.pi-price-note a {
    color: #007bff;
    text-decoration: underline;
}

.pi-specs-table {
    background-color: white;
}

.pi-prod-availability {
    /* updated 18-10-03 */
    font-size: 0.8em;
}

.pi_loc-stock__box, .pi_loc-stock__box_online {
    /* updated 18-10-29 */
    min-height: 90px;
}

.btn-tv {
    /* updated 19-01-04 */
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 15px;
    width: auto;
    font-size: 0.8rem;
    text-align: center;
    /* overflow:hidden; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-tv div:first-child {
    /* updated 19-01-04 */
    background-color: #6c757d;
    color: white;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.btn-tv:hover, .btn-tv:focus, .btn-tv.active {
    /* updated 19-01-04 */
    text-decoration: none;
    color: #1992df !important;
    border-color: #1992df;
}

.btn-tv:nth-of-type(2):hover, .btn-tv:nth-of-type(2):focus, .btn-tv:nth-of-type(2).active {
    /* updated 19-01-04 */
    color: #016fae !important;
    border-color: #016fae;
}

.btn-tv:nth-of-type(2):hover div:first-child, .btn-tv:nth-of-type(2):focus div:first-child, .btn-tv:nth-of-type(2).active div:first-child, .btn-tv:nth-of-type(2) .cc-boxCheck {
    /* updated 19-01-04 */
    background-color: #016fae;
}

.cc-boxCheck.warranty {
    background-color: #d64026;
}

.btn-tv:nth-of-type(3):hover, .page-product_info .btn-tv:nth-of-type(3):focus, .page-product_info .btn-tv:nth-of-type(3).active {
    /* updated 19-01-04 */
    color: #005495 !important;
    border-color: #005495;
}

.btn-tv:nth-of-type(3):hover div:first-child, .btn-tv:nth-of-type(3):focus div:first-child, .btn-tv:nth-of-type(3).active div:first-child, .btn-tv:nth-of-type(3) .cc-boxCheck {
    /* updated 19-01-04 */
    background-color: #005495;
}

.btn-tv:hover div:first-child, .btn-tv:focus div:first-child, .btn-tv.active div:first-child {
    /* updated 19-01-04 */
    background-color: #1992df;
}

.btn-tv:focus, .btn-tv.focus {
    /* updated 19-01-04 */
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.cc-boxCheck {
    /* updated 19-01-04 */
    display: none;
    position: absolute;
    background-color: #1992df;
    top: -10px;
    right: -10px;
    padding: 3px 5px;
    border-radius: 50px;
    font-size: 80%;
}

.btn-tv.active .cc-boxCheck {
    /* updated 19-01-04 */
    display: block;
}

.btn2.active .cc-boxCheck {
    /* updated 19-02-06 */
    display: block;
}

.pi-freeship-lg, .pi-freeship-sm {
    /* updated 19-01-04 */
    /* to be altered in the future */
    left: 15%;
    top: 5%;
    max-height: 78px;
    max-width: 78px;
    z-index: 8;
}

/**************************************************************************/

/***** Verify Page *****/

.step-button {
    background: #e6e6e6;
    color: #c0c0c0;
    font-weight: 500;
    position: relative;
    padding: 2px 15px 5px;
    height: 31px;
}

@media(min-width: 768px) {
    .text-white.step-button:before {
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #2392fe transparent transparent transparent;
    }
}

.grey-step {
    position: absolute;
    right: -15.5px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.5px 0 15.5px 15.5px;
    border-color: transparent transparent transparent #e6e6e6;
    z-index: 2
}

.text-white .grey-step {
    border-color: transparent transparent transparent #2392fe;
}

.white-step {
    position: absolute;
    left: 0px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.5px 0 15.5px 15.5px;
    border-color: transparent transparent transparent #fff;
}

/*****/

/**************************************************************************/

/*** FOOTER ***/

footer {
    background: #01155a;
    color: #fff;
    font-size: 0.7rem;
    padding: 20px 0 10px;
    display: none
}

footer li {
    padding: 0px 0 3px;
}

footer ul li:nth-child(1) {
    font-weight: 700;
    font-size: 0.75rem;
}

footer a {
    transition: 0.3s
}

footer a:hover {
    color: #fd0;
}

footer i {
    padding-right: 5px;
    padding-top: 5px;
}

#subscriptions {
    max-height: 150px;
}

@media screen and (max-width: 767px) {
    #subscriptions {
        max-height: 215px;
    }
}

.copyright p {
    font-size: 0.7rem;
    margin: 10px 0;
}

/**************************************************************************/

@media (min-width:315px) {
    .tech-protection .btn2 {
        width: 35%;
    }
}

@media (max-width: 374px) {
    .w-320-100 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width:375px) {
    .rate-bar {
        width: 69%;
    }
    .d-375-block {
        display: block!important;
    }
    .controls .btn2 {
        width: 48.5%;
    }
    /* .other-stores{
        position: absolute;
        top:2px;
        right:10px;
    } */
}

@media (min-width:425px) {
    .nav-tabs .nav-link {
        margin-right: 10px;
        font-size: 0.9rem;
    }
    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        font-size: 1rem;
    }
    .rate-bar {
        width: 73%;
    }
    .cart {
        width: 150px;
    }
    .tech-protection .btn2 {
        margin: 0 9px 0 0;
        width: 67px;
    }
    /*** CHECK OUT PAGE ***/
    #check-out .process {
        font-size: 0.9rem;
        height: auto;
    }
    #check-out .extension {
        display: inline;
        padding-top: 10px;
    }
    /*****/
}

@media (max-width:575px) {
    .controls .btn2:nth-child(odd) {
        margin-right: 5px;
    }
    .featured-product .slider {
        width: 99.5%!important;
    }
    #subscriptions {
        max-height: 280px;
    }
    .page-product_info .product-title {
        max-height: 70px;
    }
    .power-deals-img{
        width:142px;
    }
}

@media (min-width: 576px) {
    .tab-mobile {
        display: none
    }
    .fade {
        opacity: 0;
        transition: opacity 0.15s linear;
    }
    .rate-bar {
        width: 80%;
    }
    .controls .btn2 {
        width: 163px;
        margin-right: 5px;
    }
    .tech-protection .btn2 {
        width: 70px;
    }
    /*Main Menu*/
    .fix-header {
        padding-top: 51px;
    }
    /*****/
    /*Check Out Page*/
    #check-out .btn.navigation {
        width: 210px;
        margin-top: 10px;
    }
    #check-out .extension {
        display: block;
        padding-top: 10px;
    }
    #header-checkout {
        padding: 10px 0!important;
    }
    .fix-header-checkout {
        padding-top: 76px;
    }
    /*****/
    .w-auto-sm, .w-sm-auto {
        /* updated 18-10-02 */
        width: auto !important;
    }
    .font-weight-sm-normal {
        font-weight: normal!important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .controls .btn2:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute;
    }
    .h-md-auto {
        height: auto;
    }
    .app-icons hr {
        height: 1px;
        width: 85px;
        background: #e0e0e0;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .app-icons h2 {
        padding-top: 25px;
    }
    .rate-bar {
        width: 56%;
    }
    .controls .btn2 {
        width: 165px;
    }
    /*Main Menu*/
    .fix-header {
        padding-top: 55px;
    }
    /*****/
    /*Home Page*/
    .home-page .hero-banner {
        /* Updated 19-06-25 */
        height: 400px;
        max-height: 400px;
        overflow: hidden;
    }
    .hero-banner [class^="a"] {
        height: 400px;
    }
    .hero-banner .slick-next, .hero-banner .slick-prev {
        font-size: 2.6rem;
        width: 60px;
        height: 60px;
    }
    .hero-banner .slick-next:before {
        left: 20px;
    }
    .hero-banner .slick-prev:before {
        left: 15px;
    }
    #dream-deals .row, #more-deals .row {
        padding: 0 7.5px;
    }
    #dream-deals .col-6, #more-deals .col-6 {
        padding: 0 7.5px 15px;
    }
    .dream-featured p {
        font-size: 1rem!important;
        line-height: 1.4rem!important;
        font-weight: 700;
    }
    #dream-deals .featured-description {
        font-size: 1.1rem!important;
    }
    .price.huge-font {
        font-size: 3.1rem;
        line-height: 3.8rem
    }
    .bg-black-md {
        background: #000
    }
    .mobile-addcart {
        display: none
    }
    /*****/
    /*** LOGIN PAGE ***/
    #login {
        background: #fff;
        height: auto;
        display: block
    }
    #login .form-control {
        padding: 0.2rem 0.75rem 0.3rem;
    }
    #login .navigation {
        position: absolute!important;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        text-transform: none;
        font-weight: 500;
        width: 180px!important;
        padding: 5px 15px 6px;
    }
    #login .border, #create-account .border {
        border: 1px solid #d4d4d4!important;
        padding: 20px 20px 10px;
    }
    /*****/
    footer {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .controls .btn2:nth-child(4n) {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .rate-bar {
        width: 60%;
    }
    .controls .btn2 {
        width: 147px;
    }
    .controls .btn2:nth-last-child(1) {
        margin-right: 0;
    }
    .featured-product .cart {
        width: 150px;
    }
    /*Home Page*/
    .home-page .container {
        max-width: 960px
    }
    .flat-shipping {
        line-height: 1.5rem;
        font-size: 1.4rem;
    }
    .flat-rate {
        line-height: 1.5rem;
        font-size: 1.5rem;
        padding: 5px 15px 0;
    }
    .flat-rate p {
        font-size: 0.9rem;
    }
    .flat-rate span {
        font-size: 1.17rem;
    }
    /*****/
    /*Main Menu*/
    .fix-header {
        padding-top: 97px;
    }
    /*****/
    /*** CHECK OUT PAGE ***/
    #check-out .extension {
        display: inline;
        padding-top: 0;
    }
    #header-checkout {
        padding: 15px 0!important;
    }
    /*****/
}

@media (min-width: 1440px) {
    /*Home Page*/
    .hero-banner .flickity-button.flickity-prev-next-button.next {
        /* updated 19-06-26 */
        right: 12vw !important;
    }
    .hero-banner .flickity-button.flickity-prev-next-button.previous {
        /* updated 19-06-26 */
        left: 12vw !important;
    }
    /*****/
}
@media (min-width: 2000px) {
.hero-banner [class^="a"] {
    height: 520px;
}
.carousel-cell {
    height: 520px !important;
}
.home-page .hero-banner {
    height: 520px;
    max-height: 520px;
    overflow: hidden;
}
}
.placeholder {
    background: red;
    height: 100px;
    width: 100%;
}

footer ul li:first-child {
    padding-top: 5px;
    font-weight: 400;
}

.footer-title {
    cursor: text;
}

@media screen and (max-width: 575px) {
    .footer-list {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .footer-title {
        font-size: 1.5em;
        padding: 10px 15px;
        border-top: 1px solid white;
    }
    footer ul li {
        font-size: 1.2em;
        padding: 2px 15px;
    }
    footer ul {
        display: none;
    }
    footer ul:target {
        display: block;
    }
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.bitemslider .img-inside {
    width: auto !important;
    height: auto !important;
    max-height: 170px !important;
}

.bitemslider .slick-track {
    margin-left: 0 !important;
}

.passblock {
    display: none !important;
}

.grecaptcha-badge {
    bottom: 10%!important;
    z-index: 100!important
}

/* START OF: STATIC PAGES */

/* main.static-page {
    font-family: 'roboto', Helvetica, Arial;
}

main.static-page p, main.static-page li {
    font-size: 12px;
} */

.container-mod {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 992px){
.container-mod {
  max-width: 1232px;
}
}

/* END OF: STATIC PAGES */