@font-face {
    font-family: 'saira_reg';
    src: url('../fonts/SairaSemiCondensed-Regular.ttf') format('truetype');
    font-display: swap;
    /* or auto, fallback, optional */
}

@font-face {
    font-family: 'saira_semibold';
    src: url('../fonts/SairaSemiCondensed-SemiBold.ttf') format('truetype');
    font-display: swap;
    /* or auto, fallback, optional */
}

@font-face {
    font-family: 'saira_bold';
    src: url('../fonts/SairaSemiCondensed-Bold.ttf') format('truetype');
    font-display: swap;
    /* or auto, fallback, optional */
}

html {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    margin: 0;
    font-family: saira_reg;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    text-align: left;
    background-color: #fff;
    max-width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: saira_bold;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

.navbar {
    position: relative;
    height: 113px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    background: #0360b3;
    border-bottom: 4px solid #75beff;
    z-index: 99;
}

#navbarClassicCollapse .dropdown-menu {
    border-bottom: 4px solid #0360b3;
}

#navbarClassicCollapse .navbar-nav .nav-link {
    padding-right: 0.75cm;
    padding-left: 0.75cm;
}

.article_separate {
    border-bottom: 1px solid #0360b3;
    padding-bottom: 30px;
}

.imgActualSize {
    display: block;
}

.responsive-image-actual {
    display: block;
    max-width: 100%;
    height: auto;
}

.flickity-page-dots {
    position: relative;
    bottom: 0;
    margin-top: -3rem !important;
}

#topFreecall {
    position: absolute;
    right: 0;
    border-radius: 0 0 0 50px;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    padding-left: 20px;
    z-index: 10;
}

.bt_line {
    border-bottom: 4px solid #99badd;
}

.top_line {
    border-top: 6px solid #99badd;
}

.navbar-light .navbar-nav .nav-link {
    color: #dfdfdf;
    font-family: saira_bold;
}

.navbar-nav {
    padding-top: 15px;
    margin-bottom: -10px;
    margin-left: 3rem;
}

.button_viewmore {
    align-self: flex-end;
}

.card.article-flex-row {
    flex-direction: row;
}

.flickity-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 42px;
    border-radius: 0;
    background-color: #fff;
    z-index: 1;
    transition: all .1s ease-in-out;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer .text-white a {
    color: #fff !important;
}

.nav-link.active::before {
    content: "";
    position: absolute;
    left: .75rem;
    right: .75rem;
    bottom: .25rem;
    border-top: 1px solid #a2c5eb;
}

.nav-link.active {
    color: #6cb2fd;
}

.nav-link:hover {
    color: #6cb2fd;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #63daff;
}

#video_items .card {
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

#video_items .card:hover {
    -webkit-box-shadow: 0 12px 18px -6px black;
    -moz-box-shadow: 0 12px 18px -6px black;
    box-shadow: 0 12px 18px -6px black;
}

.navbar-nav .card-bg .bg-cover {
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: auto 100% !important;
}

.navbar-nav .card-bg:hover .bg-cover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: auto 95% !important;
}

.card-img img {
    height: 253px;
    width: auto;
}

.pad-b0 {
    padding-bottom: 0px !important;
}

.icon-chevron-down::before {
    content: "\f078";
}

.icon-chevron-up::before {
    content: "\f077";
}

.navbar-nav .card-items h6 {
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.card-items:hover h6 {
    color: #5593fa;
    margin-top: -10px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #63daff;
}

.seprate_bordered {
    border-right: solid 2px #eee;
    margin-bottom: 15px;
}

.navbar-nav .card-items .bg-cover {
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    min-height: 160px;
}

.navbar-nav .card-items:hover .bg-cover {
    min-height: 170px;
}

.list-dl-horizontal {
    list-style-type: none;
    padding: 0;
}

.list-dl-horizontal--title {
    font-weight: bold;
    padding-right: 10px;
    width: 100%;
}

.list-dl-horizontal>li::before {
    content: '';
}

.list-dl-horizontal li {
    padding: 15px
}

.list-dl-horizontal li:nth-child(even) {
    background: #eaeaea
}

.list-dl-horizontal--content {
    color: #666;
    padding-bottom: 0;
    width: 100%;
    font-family: 'forza book'
}

.textGrey {
    color: #bbb;
}

.textBlue {
    color: #0360b3 !important;
}

.greyBg {
    background: #e7e7e7;
}

.card-actions {
    position: absolute;
    bottom: 30%;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1.25rem;
}

.card-img {
    border-bottom: solid 2px #7ec2ff;
    padding-bottom: 15px;
}

#productSlider {
    height: 305px;
}

#productSlider .flickity-viewport {
    height: 305px !important;
}

#productSlider .flickity-slider img {
    height: 280px;
    width: auto;
}

#productSlider .flickity-slider a {
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%);
	opacity: 1 !important;
	background: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
}

.flickity-nav .is-nav-selected::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    padding: inherit;
    background-color: transparent;
    background-clip: content-box;
}

#productDetailSlider .embed-responsive {
    border: 4px transparent;
}

#productDetailSlider .embed-responsive:hover {
    border: solid 2px #3ecfff;
}

.card-img-hover .card-img-front {
    margin-left: -88%;
}

.card-img-hover>* {
    float: initial;
}

#productPage .card-img-hover .card-img-front {
    margin-left: 0;
    margin-top: -110%;
}

#productPage .card-img-hover .card-img-back {
    filter: saturate(155%);
}

.font16 {
    font-size: 16px !important;
}

#productDetailSlider .flickity-button.next {
    right: -25px;
}

#productDetailSlider .flickity-button.previous {
    left: -25px;
}

.w-full {
    width: 100% !important;
}

.flickity-viewport {
    height: 500px;
}

#pageInsideBanner .flickity-viewport {
    height: 400px
}

.form-control.bottomblue_line {
    border-bottom: solid 4px #0360b3;
}

.nav-link.productCateHome {
    font-family: saira_bold;
}

.bannerSlideIndex {
    min-height: 550px;
}

#productCateHome .productCateIndex {
    max-width: 310px;
}

.view_button_slide_index {
    align-items: center;
    position: absolute;
    bottom: -10px;
}

#preview.magnifier-preview{width: 50%; height: 85%; position:absolute; left:50%}
/* ============================ Responsive Section ============================*/


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .wh2buy_search {
        margin: 8px auto;
    }

    #bannerMainSlide .flickity-viewport {
        height: 220px !important;
    }
    #productCateHome .flickity-viewport {
        height: 240px !important;
    }

    #pageInsideBanner .flickity-viewport {
        height: 160px;
    }

    #productCateHome .productCateIndex {
        max-width: 400px;
    }

    .flickity-viewport .bg-cover {
        background-repeat: no-repeat !important;
        background-position: top left !important;
        background-size: contain !important;
    }

    .card-img img {
        height: 160px;
        width: auto;
    }

    .bannerSlideIndex {
        min-height: 160px;
    }

    .py-11.mob_version {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .flickity-page-dots {
        position: relative;
        bottom: 0;
        margin-top: -5rem !important;
    }

    #navbarClassicCollapse {
        background: #1b78cc;
        margin-top: 15px;
    }

    #navbarClassicCollapse .nav-item:hover {
        background: #1a69b0;
    }

    .button_viewmore .btn-group-lg > .btn, .button_viewmore .btn-lg {
        padding: 0.2rem 1rem;
        font-size: 0.5rem;
        line-height: 1rem;
        border-radius: 0;
        height: 1.4rem !important;
        position: absolute;
        bottom: 30px;
        left: 50%;
        width: 70px;
        transform:translate(-50%, 0%);
    }
    #preview.magnifier-preview {
        width: 0%;
        height:0%;
        position: absolute;
        left: 0%;
        overflow: hidden;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portait) {
    .navbar-light .navbar-toggler {
        color: #111;
        border-color: transparent;
        margin-top: 30px;
        margin-bottom: -20px;
    }

    .navbar-brand img {
        height: 22px;
    }

    .wh2buy_search {
        margin: 8px auto;
    }

    #pageInsideBanner .flickity-viewport {
        height: 160px;
    }

    .flickity-viewport .bg-cover {
        background-repeat: no-repeat !important;
        background-position: top left !important;
        background-size: contain !important;
    }

    .card-img img {
        height: 160px;
        width: auto;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .navbar-light .navbar-toggler {
        color: #111;
        border-color: transparent;
        /* margin-top: 30px; */
        /* margin-bottom: -20px; */
        position: absolute;
        top: 75px;
    }

    #pageInsideBanner .flickity-viewport {
        height: 160px;
    }

    .flickity-viewport .bg-cover {
        background-repeat: no-repeat !important;
        background-position: top left !important;
        background-size: cover !important;
    }

    .navbar-brand img {
        height: 22px;
    }

    .card-img img {
        height: 160px;
        width: auto;
    }

    #productCateHome .productCateIndex {
        max-width: 400px;
    }

    .productCateIndex .card-img {
        border-bottom: solid 2px #7ec2ff;
        padding-bottom: 15px;
        text-align: center;
    }

    #productSlider .flickity-slider img {
        height: 220px;
        width: auto;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar {
        z-index: 99;
        margin-top: -25px;
        padding-bottom: 30px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .navbar-light .navbar-toggler {
        color: #111;
        border-color: transparent;
        margin-top: 30px;
        margin-bottom: -20px;
    }

    .navbar-brand img {
        height: 22px;
    }

    .wh2buy_search {
        margin: 8px auto;
    }

    #pageInsideBanner .flickity-viewport {
        height: 160px;
    }

    .flickity-viewport .bg-cover {
        background-repeat: no-repeat !important;
        background-position: top left !important;
        background-size: contain !important;
    }

    .card-img img {
        height: 160px;
        width: auto;
    }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .navbar-light .navbar-toggler {
        color: #111;
        border-color: transparent;
        margin-top: 30px;
        margin-bottom: -20px;
    }

    .navbar-brand img {
        height: 22px;
    }

    .wh2buy_search {
        margin: 8px auto;
    }

    #pageInsideBanner .flickity-viewport {
        height: 160px;
    }

    .flickity-viewport .bg-cover {
        background-repeat: no-repeat !important;
        background-position: top left !important;
        background-size: contain !important;
    }

    .card-img img {
        height: 160px;
        width: auto;
    }

    .flickity-page-dots {
        position: relative;
        bottom: 0;
       /* margin-top: -1rem !important;*/
    }

    #productCateHome>.flickity-viewport {
        height: 550px !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* ----------- iPhone X ----------- */



/* Responsive Section */

.error {
    color: red;
}

/* .pagination li.active {
    background-color: #4CAF50;
    color: white;
    padding: 0.5em 0.5em 0.5em;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
} */

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;

    & li {
        position: relative;
        display: block;
        padding: .75rem 1.25rem;
        margin-left: -1px;
        line-height: 1.25;
        color: inherit;
        background-color: transparent;
        border: 1px solid #e5e5e5
    }

    & a :hover {
        z-index: 2;
        color: #d01b1b;
        text-decoration: none;
        background-color: transparent;
        border-color: #e5e5e5
    }

    & a :focus {
        z-index: 3;
        outline: 0;
        box-shadow: none
    }

    & li.active a {
        z-index: 3;
        color: #d01b1b;
        background-color: transparent;
        border-color: #d01b1b
    }

    & li.disabled a {
        color: #3e3e3e;
        pointer-events: none;
        cursor: auto;
        background-color: #fff;
        border-color: #bababa
    }
}

.products_img_home {
    border-bottom: 4px solid #0360b3;
    display: flex;
    justify-content: center;

    & img {
        padding-bottom: 15px;
        width: 200px;
        height: auto;
    }
}

.product_price_home {
    padding: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}