/*@font-face {
    src: url('../font/FuturaPTBold.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 700;
}
@font-face {
    src: url('../font/FuturaPTBook.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 400;
}
@font-face {
    src: url('../font/FuturaPTCondBold.otf');
    font-family: 'FuturaCond';
    font-display: swap;
    font-weight: 700;
}
@font-face {
    src: url('../font/FuturaPTCondBook.otf');
    font-family: 'FuturaCond';
    font-display: swap;
    font-weight: 400;
}
@font-face {
    src: url('../font/FuturaPTLight.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 300;
}
@font-face {
    src: url('../font/FuturaPTMedium.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 500;
}*/

@font-face {
    src: url('../font/Poppins/Poppins-Bold.ttf');
    font-family: 'Poppins';
    font-display: swap;
    font-weight: 700;
}
@font-face {
    src: url('../font/Poppins/Poppins-SemiBold.ttf');
    font-family: 'Poppins';
    font-display: swap;
    font-weight: 600;
}
@font-face {
    src: url('../font/Poppins/Poppins-Medium.ttf');
    font-family: 'Poppins';
    font-display: swap;
    font-weight: 500;
}
@font-face {
    src: url('../font/Poppins/Poppins-Regular.ttf');
    font-family: 'Poppins';
    font-display: swap;
    font-weight: 400;
}
@font-face {
    src: url('../font/Poppins/Poppins-Light.ttf');
    font-family: 'Poppins';
    font-display: swap;
    font-weight: 300;
}

a, .btn, .form-control, .form-select, button {
    transition: 0.2s all;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
    border-radius: 0px;
}

a {
    color: #1D6FB7;
    text-decoration: none;
}
a:hover {
    color: #666666;
}

.btn.btn-default {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}
.btn.btn-default:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.btn.btn-primary {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.btn.btn-primary:hover {
    background: #6F7075;
    border: 1px solid #6F7075;
    color: #ffffff;
}

.btn.btn-success {
    background: #1D6FB7;
    border: 1px solid #1D6FB7;
    color: #ffffff;
}
.btn.btn-success:hover {
    background: #bf5f5b;
    border: 1px solid #bf5f5b;
    color: #ffffff;
}



body {
    font-family: 'Poppins', 'Arial', 'Tahoma', sans-serif;
    background: #ffffff;
}

.p-relative {
    position: relative;
}

header {
    position: relative;
    display: block;
    background: #ffffff;

    z-index: 3;
    border-bottom: 1px solid #e9e9e9;
}
header .header-top {
    position: relative;
    display: block;
    background: #1D6FB7;
    color: #A8A8A8;
    padding: 15px 0px;
    font-size: 12px;
    text-transform: uppercase;
}
header .header-link {
    position: relative;
    display: block;
    text-align: right;
}
header .header-link a {
    color: #000000;
    font-size: 15px;
}
header .header-link a + a {
    margin-left: 10px;
}
header .header-link a i {
    margin-right: 3px;
}
header .header-link a:hover {
    color: #1D6FB7;
}

header .header-middle {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: 10px;
}
header .header-middle .header-logo {
    position: relative;
    display: block;
}
header .header-middle .header-logo img {
    width: auto;
    height: auto;
}
header .header-middle .header-menu {
    position: relative;
    display: block;
    text-align: left;
}
header .header-middle .header-menu > a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #737373;
    text-transform: uppercase;
    font-weight: 400;
}
header .header-middle .header-menu > a:hover {
    color: #1D6FB7;
}
header .header-middle .header-menu > a + a {
    margin-left: 25px;
}

header .header-middle .header-telephone {
    position: relative;
    display: block;
    text-align: right;
    white-space: nowrap;
}
header .header-middle .header-telephone > a {
    position: relative;
    display: inline-block;
    /* border: 1px solid #737373; */
    color: #737373;
    text-align: center;
    font-size: 15px;
    padding: 7px 25px;
    padding-left: 65px;
    color: #000000;
}
header .header-middle .header-telephone > a img {
    position: absolute;
    top: 3px;
    left: 25px;
}
header .header-middle .header-telephone > a:hover {
    color: #1D6FB7;
    border-color: #1D6FB7;
}


header .header-desktop-menu {
    position: relative;
    display: block;
}
header .header-desktop-menu a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    font-weight: 400;
    padding: 5px 15px;
}
header .header-desktop-menu a:hover {
    background: #1D6FB7;
    color: #ffffff;
}
header .header-desktop-menu a.always-active {
    background: #1D6FB7;
    color: #ffffff;
}
header .header-desktop-menu a.always-active:hover {
    background: #ffffff;
    color: #000000;
}

header .header-desktop-menu a + a {
    margin-left: 15px;
}

header .header-bottom {
    position: relative;
    display: block;
    background: #F2F2F2;
}

header .header-bottom > .container {
    position: relative;
}

header .header-bottom .header-search {
    position: relative;
    display: block;
}
header .header-bottom .header-search .input-group .btn,
header .header-bottom .header-search .input-group .form-control {
    border: none;
    margin-right: 2px;
}
header .header-bottom .header-search .input-group .btn {
    background: #ffffff;
}
header .header-bottom .header-search .input-group .btn:hover {
    background: #1D6FB7;
    color: #ffffff;
}
header .header-bottom .header-search .search-error {
    position: absolute;
    top: 100%;
    right: 0px;
    display: block;
    background: #ffffff;
    padding: 8px 25px;
    border-radius: 25px;

    border: 1px solid #ff0000;

    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 25%);
}
header .header-bottom .header-cart {
    position: relative;
    display: block;
    text-align: right;
}
header .header-bottom .header-cart .btn.cart-toggle {
    color: #666666;
    position: relative;
    display: inline-block;
}
header .header-bottom .header-cart .btn.cart-toggle > i {
    color :#1D6FB7;
    background: #ffffff;
    padding: 4px 4px;
    font-size: 24px;
    margin-right: 10px;
}
header .header-bottom .header-cart .btn.cart-toggle #cart-count {
    position: absolute;
    top: -3px;
    left: 35px;
    background: #1D6FB7;
    color: #ffffff;
    border-radius: 100%;
    padding: 0px 7px;
    font-size: 12px;
}
header .header-bottom .header-cart .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 500px;
    background: #ffffff;

    padding: 15px 15px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

header .header-bottom .header-cart .cart-dropdown .cart-name {
    text-align: left !important;
    font-size: 14px;
}

header .header-bottom .header-category-button {
    position: relative;
    display: block;
    background: #1D6FB7;
    border: 1px solid #1D6FB7;
    width: 100%;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding: 18px 25px;
    padding-top: 28px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: -10px;
}
header .header-bottom .header-category-button i {
    float: right;
    font-size: 22px;
}

header .header-bottom .header-category-container {
    position: absolute;
    top: 70%;
    left: 15px;
    right: 15px;

    background: #ffffff;
    padding: 15px 25px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);

    transition: 0.5s top;
    z-index: 10;
}
header .header-bottom .header-category-container .header-category-main {
    position: relative;
    display: block;
    border-right: 1px solid #eaeaea;
}
header .header-bottom .header-category-container .header-category-main > a {
    position: relative;
    display: block;
    color: #666666;
    font-size: 15px;
    padding: 7px 15px;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
header .header-bottom .header-category-container .header-category-main > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 19px solid #1D6FB7;
    border-bottom: 18px solid transparent;

    opacity: 0;
    transition: 0.2s all;
}
header .header-bottom .header-category-container .header-category-main > a i {
    position: absolute;
    font-size: 22px;
    top: 6px;
    right: 9px;
}
header .header-bottom .header-category-container .header-category-main > a + a {
    border-top: 1px solid #eaeaea;
}
header .header-bottom .header-category-container .header-category-main > a:hover {
    color: #ffffff;
    background: #1D6FB7;
}
header .header-bottom .header-category-container .header-category-main > a:hover:after {
    opacity: 1;
}
header .header-bottom .header-category-container .header-category-sub {
    position: relative;
    display: block;
    /* min-height: 100%; */
}
header .header-bottom .header-category-container .header-category-sub .header-category-title {
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 10px;
}
header .header-bottom .header-category-container .header-category-sub .text-columns {
    position: relative;
    display: block;
    columns: 4;
    column-gap: 30;
    column-fill: auto;
    column-span: none;
    /* min-height: 80%; */
}
header .header-bottom .header-category-container .header-category-sub a {
    position: relative;
    display: block;
}
header .header-bottom .header-category-container .header-category-sub a.big {
    font-weight: 500;
    font-size: 15px;
}
header .header-bottom .header-category-container .header-category-sub a.small {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 2px;
}
header .header-bottom .header-category-container .header-category-sub a.small + a.big {
    margin-top: 10px;
}

.breadcrumb {
    border: none;
    margin-bottom: 0px;
}

.added-to-cart {
    position: fixed;
    top: 30px;
    right: 30px;

    max-width: 90%;

    width: 300px;
    padding: 15px;

    z-index: 10000;
    background: #ffffff;

    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);

        font-size: 14px;
}
.added-to-cart .atc-close {
    position: absolute;
    top: -15px;
    left: -15px;
    border: none;
    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    z-index: 10001;
}
.added-to-cart .atc-close:hover {
    background: #333333;
    color: #ffffff;
}

.added-to-cart.has-image img {
    position: absolute;
    lefT: 15px;
    top: 15px;
    border: 1px solid #dddddd;
}
.added-to-cart span {
    display: block;
}
.added-to-cart.has-image span {
    padding-left: 70px;
}


.added-to-cart.is-cart {
    width: 500px;
    max-width: 90%;
    font-size: 20px;
}
.added-to-cart.is-cart a {
    font-weight: 700;
}
.added-to-cart.is-cart .btn {
    position: relative;
    display: inline-block;
    width: 49%;

    vertical-align: middle;
}

.header-cart .btn.btn-xs {
    font-size: 11px;
    padding: 1px 5px;
}

.pagination .page-item.active .page-link {
    background-color: #1D6FB7;
    border-color: #1D6FB7;
}
.pagination .page-link {
    color: #1D6FB7;
}


.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
}
.dummy {
    position: relative;
    display: block;
    opacity: 0;
}

@keyframes hdropopen {
    0%  {
        opacity: 0;
        height: 0px;
        margin-top: 30px;
    }
    1%  {
        height: auto;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
        height: auto;
    }
}
@keyframes hdropclose {
    0%  {
        opacity: 1;
        margin-top: 0px;
        height: auto;
    }
    99%  {
        height: auto;
    }
    100% {
        opacity: 0;
        margin-top: 30px;
        height: 0;
    }
}

.h-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #ffffff;
    padding: 15px 0px;
    text-align: left;
    display: block;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    margin-top: 30px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);

    animation-name: hdropclose;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.h-dropdown:hover .h-dropdown-menu {
    animation-name: hdropopen;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}


.h-dropdown-menu a {
    display: block !important;
    white-space: nowrap;

    padding-left: 35px !important;
    padding-right: 35px !important;
}
.h-dropdown-menu a + a {
    margin-left: 0px !important;
}
