@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'Acumin';
    src: url('/wp-content/themes/Brexol-surgical-instruments-main/assets/fonts/AcuminPro.woff') format('woff');
}



body, html * {
    /* font-family: 'Acumin', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

.hero-heading {
    font-weight: 800;
    color: #f5d25e;
}

a {
    text-decoration: none;
}

p, li {
    font-size: 18px;
}

.home-heading {
    font-size: 30px;
    font-weight: 600;
}

.product-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
    padding: 0px 20px;
}

.product-items {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 31.9%;
    margin: 8px;
    background: #ffffff;
    text-align: center;
    padding: 5px;
    text-decoration: none !important;
    color: #32323c;
}

.product-items:hover {
    color: #f5d25e;
    transition: all .5s;
}

.product-items h2 {
    font-weight: 600;
    padding: 5px;
    margin: 0px;
    font-size: 24px;
}

.product-items img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.article-items {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 31.9%;
    margin: 8px;
    background: #ffffff;
    text-align: center;
    text-decoration: none !important;
    color: #32323c;
}

.product-head {
    background: #32323c;
    color: #ffffff;
    margin-top: -8px !important;
    text-align: left;
    padding-left: 20px;
}

.article-items {
    padding: 0px;
    background: #f2f2f2;
    cursor: pointer;
}

.product-head h2 {
    padding: 10px 0px 8px 0px;
    font-size: 20px;
}

.product-detail-sec {
    padding: 20px 0px;
}

.product-detail-sec img {
    padding: 10px;
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.product-detail-sec h2 {
    font-size: 22px;
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
}

.article-items:hover, .product-items:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    transition: all .5s;
}

.contact-head h2 {
    font-size: 20px;
    background: #f5d25e;
    margin-top: 0;
    padding: 10px 0;
    font-weight: 400;
    text-transform: capitalize;
}

.contact-head h2 i {
    background: #32323c;
    padding: 10px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 22px;
}

.form-detail-sec p {
    background: #f5d25e;
    margin: 0 10px;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
}

.form-item {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
}

.form-conatiner {
    align-items: flex-start;
}

.home-cnt-form {
    margin-top: 20px;
}

#nf-form-3-cont .nf-form-fields-required,
#nf-form-3-cont .nf-error-required-error,
#nf-form-3-cont .nf-error-field-errors {
    display: none;
}

#nf-form-3-cont .nf-field-element input[type="text"],
#nf-form-3-cont .nf-field-element input[type="email"],
#nf-form-3-cont .nf-field-element input[type="tel"] {
    height: 40px;
}

#nf-form-3-cont {
    padding: 0 15px;
}

#nf-form-3-cont .label-above .nf-field-label {
    margin-bottom: 0;
}

#nf-form-3-cont .ninja-forms-req-symbol {
    color: #32323c;
}

#nf-form-3-cont .nf-field-container {
    margin-bottom: 10px;
}

#nf-form-3-cont #nf-field-18 {
    height: 80px;
}

#nf-form-3-cont .nf-error.field-wrap .nf-field-element:after {
    height: 32px;
    width: 30px;
    line-height: 35px;
    background: #32323c;
}

#nf-form-3-cont .nf-error .ninja-forms-field {
    border-color: #32323c !important;
}

#nf-field-20 {
    padding: 0px 60px;
    border-radius: 0px;
    background-color: #32323c;
    cursor: pointer;
}

#nf-field-20:hover {
    color: #f5d25e;
    transition: all .5s;
}

#nf-form-3-cont .nf-field-label label {
    font-size: 14px;
}

/* BreadCrumb */
.main-breadcrumb {
    background: #f5d25e;
    margin-top: -8px;
}

.main-bread-container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 10px;
}

.main-bread-container h2 {
    font-weight: 600;
    font-size: 40px;
    margin: 5px 0px;
}

main-bread-container h1 {
    font-weight: 600;
    font-size: 40px;
    margin: 5px 0px;
}

.main-bread-container #breadcrumbs {
    margin: 0px;
    font-size: 14px;
    color: #32323c;
}

.main-bread-container #breadcrumbs span span a {
    color: #32323c;
}

.main-bread-container #breadcrumbs span span a:hover {
    color: #fff;
    transition: all .5s;
}

.tax-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.tax-container h3 {
    margin: 0px;
    padding: 10px 0px;
    background: #32323c;
    color: #ffffff;
    font-size: 18px;
    padding-left: 15px;
    font-weight: 600;
}

.tax-content {
    margin-top: 20px;
    background: #f2f2f2;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    padding: 15px;
}

.tax-content p {
    font-size: 16x;
}

.tax-product {
    padding: 0px;
}

.tax-product {
    margin-top: 50px;
}

/* .sub-item {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
} */

.tax-item {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%) !important;
    margin-bottom: 30px;
}

.tax-products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
    margin-top: 40px;
}

.tax-items {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 50%;
    margin-bottom: 20px;
}

.tax-product-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
    margin: 5px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);

}

.tax-product-content:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    transition: all .5s;
}

.tax-pro-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 50%;
}

.tax-content-detail {
    background: #f5d25e;
    padding: 5px;
}

.tax-content-detail h3 {
    background: none;
    padding: 0px;
}

.tax-pro-item:nth-child(1) {
    width: 70%;
}

.tax-pro-item img {
    object-fit: contain;
    width: 100%;
    height: 400px;
}

.tax-pro-item {
    color: #32323c;
}

.tax-pro-item h2 {
    font-weight: 600;
    font-size: 30px;
}

.tax-pro-item h3 {
    text-decoration: underline;
    font-size: 20px;
}

.tax-pro-item div {
    margin-top: 20px;
    padding: 10px;
}

.tax-product-content:hover .tax-pro-item {
    color: #ffffff;
    transition: all .3s;
}

.tax-pro-item h3 {
    color: #32323c;
}

.tax-product-content:hover .tax-pro-item h3 {
    color: #ffffff;
    transition: all .3s;
}

.product-main-cont {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.product-youtube-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: flex-start;
    align-content: normal;
    margin-top: 60px;
}

.youtube-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin: 5px;
}

.youtube-item:nth-child(2) {
    background: #f5d25e;
}

.youtube-det h2 {
    background: #32323c;
    color: #ffffff;
    margin: 0px;
    padding: 10px 0px 7px 10px;
    font-size: 20px;
    font-weight: 500;
}

.youtube-det .video-spec {
    padding: 10px;
    font-size: 14px;
}

.video-spec p,
.video-spec ul li {
    font-size: 14px;
}



.pro-img-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: flex-start;
    align-content: normal;
    margin-top: 60px;
}

.pro-img-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin: 5px;
    width: 50%;
}

.pro-img-item:nth-child(1) {
    background: #f5d25e;
    padding: 20px;
}

.pro-img-item:nth-child(2) {
    background: #f8f8f8;
}

.pro-img-item:nth-child(2) p {
    background: #32323c;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    margin: 0px;
    font-weight: 600;
}

.tax-content-img {
    background: #f8f8f8;
}

.product-basic-det {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    padding: 10px;
    background: #32323c;
    color: #ffffff;
}

.product-basic-det h1 {
    /*     font-size: 30px; */
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0px;
}

.product-basic-det h3 {
    font-size: 20px;
    margin: 0px;
}

.product-basic-det hr {
    width: 40%;
    height: 2px;
    background: rgba(248, 248, 248, 0.42);
    border: 0px;
}

.product-content {
    margin-top: 50px;
    color: #32323c;
}

.brexol-contact-page p a {
    text-decoration: underline !important;
}

.brexol-contact-page p a:hover {
    color: #f5d25e;
}


#nf-form-1-cont .nf-form-fields-required,
#nf-form-1-cont .nf-field-label,
#nf-form-1-cont .nf-error-wrap,
#nf-form-1-cont .nf-error-msg {
    display: none;
}

#nf-form-1-cont .nf-error.field-wrap .nf-field-element:after {
    height: 38px;
    width: 33px;
    line-height: 38px;
    background: #32323c;
    color: #f5d25e;
}

#nf-form-1-cont .nf-error .ninja-forms-field {
    border-color: #002366 !important;
}

#nf-form-1-cont .nf-field-element input[type="text"],
#nf-form-1-cont .nf-field-element input[type="email"],
#nf-form-1-cont .nf-field-element input[type="tel"] {
    height: 40px;
    color: #32323c;
}

#nf-form-1-cont .nf-field-element #nf-field-3 {
    height: 100px;
    color: #32323c;
}

#nf-form-1-cont #nf-field-4 {
    border-radius: 0;
    padding: 0 30px;
    background: #32323c;
    color: #f5d25e;
    cursor: pointer;
    font-weight: 500;
}

#nf-form-1-cont #nf-field-4:hover {
    color: #32323c;
    background: #f5d25e;
    transition: all 0.5s;
    font-weight: 500;
}


#nf-form-1-cont .nf-pass.field-wrap .nf-field-element:after {
    color: #f5d25e;
    line-height: 40px;
    right: 5px;
    height: 38px;
}

@media (min-width:768px) and (max-width:1024px) {
    .product-items {
        width: 31%;
    }

    .article-items {
        width: 47%;
    }

    .form-detail-sec p {
        font-size: 13px;
    }

    #nf-form-3-cont .label-above .nf-field-label {
        text-align: initial !important;
    }

    .contact-head h2 {
        font-size: 20px;
    }

    .contact-head h2 i {
        font-size: 18px;
    }

    .sub-item span {
        padding: 4px 10px !important;
        margin-right: 3px !important;
        font-size: 11px !important;
    }

    .product-items h2 {
        font-size: 18px;
    }

    .product-items img {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .article-items, .product-items {
        width: 100%;
    }

    #nf-form-3-cont .label-above .nf-field-label {
        text-align: initial !important;
    }

    .product-items img {
        margin-top: 20px;
    }
}

.product-items img {
    margin-top: 20px;
}

/* Global Search Model */

.search-box {
    display: flex;
    justify-content: flex-end;
}

.search-wrap {
    width: 25rem;
    padding: 0;
    margin: 0;
    line-height: 2em;
    position: relative;
    transition: all 0.25s linear;
    border: 2px solid #f5d25e;
    border-radius: 100px;

}

.search-wrap input {
    width: 23rem;
    outline: none;
    background-color: transparent;
    font-size: 1em;
    color: #32323c;
    float: left;
    transition: all 0.25s linear;
    border: 0px;
}

.search-wrap .search-icon {
    cursor: pointer;
    padding: 4px 12px 0px 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.25s linear;
}

.search-wrap .search-icon:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    color: #32323c;
}

.search-wrap .search-icon:hover {
    font-size: 18px;
}

.search-wrap.collapsed {
    width: 2.8em;
    border-radius: 100px;
    margin-left: 10em;
}

.search-wrap.collapsed input {
    width: 0;
}

.search-wrap.collapsed .search-icon {
    color: #999;
}

.search-wrap.collapsed .search-icon:hover {
    color: #bbb;
}


/*  Product new design */
.tax-surgical-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 24%;
    margin: 5px 5px 20px;
}

.tax-surgical-item:hover .tax-surgical-img img {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
    transition: all 0.5s;
}

.tax-surgical-item:hover .tax-surgical-title {
    color: #f5d25e;
    background-color: #32323c;
    transition: all 0.5s;
}

.pro-title-container {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
    margin-top: -32px;
    margin-left: 30px;
}

.tax-surgical-title {
    padding: 3px 6px 5px 6px;
    background-color: #f5d25e;
    color: #32323c;
    font-weight: 600;
    font-size: 22px;
    display: table;
}

.tax-surgical-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}


@media (max-width: 767px) {

    .search-wrap {
        width: 21.5rem;
    }

    .main-breadcrumb {
        padding: 0px 10px;
    }

    .main-bread-container h2 {
        font-size: 22px;
    }

    .main-bread-container {
        width: 100%;
        padding: 10px 0px;
    }

    .main-bread-container #breadcrumbs {
        font-size: 12px;
    }

    .search-wrap input {
        width: 20rem;
        font-size: 14px;
    }

    .search-wrap .search-icon {
        padding: 3px 12px 4px 12px;
    }

    .tax-products {
        margin-top: 30px;
    }

    .tax-container {
        width: 100%;
    }

    .tax-surgical-item {
        width: 47%;
        margin: 5px 5px 0px;
    }

    .tax-surgical-img img {
        height: 200px;
        object-fit: contain;
    }

    .tax-surgical-title {
        font-size: 12px;
        padding: 3px 5px 5px 5px;
    }

    .pro-title-container {
        margin-top: -25px;
    }

    /* Single Products */

    .product-main-cont {
        width: 100%;
    }

    .product-youtube-cont {
        flex-direction: column;
        margin-top: 20px;
    }

    .youtube-item iframe {
        width: 100%;
        height: 200px;

    }

    .prod-video {
        width: 97%;
        padding: 0;
    }

    .youtube-det {
        width: 97%;
    }

    .pro-img-container {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .pro-img-item {
        width: 97.5%;
    }

    .pro-img-item:nth-child(1) {
        padding: 10px;
    }

    .product-basic-det h1 {
        font-size: 18px;
    }

    .product-basic-det h3 {
        font-size: 15px;
    }

    .product-content {
        margin-top: 10px;
        font-size: 14px;
    }

    .product-basic-det hr {
        width: 20%;
        background: #f5d25e;
    }
}


@media (min-width:768px) and (max-width:1024px) {
    .tax-container, .main-bread-container {
        width: 100%;
    }

    .main-bread-container {
        padding: 5px 0px;
    }

    .main-breadcrumb {
        padding: 0px 10px;
    }

    .main-bread-container h2 {
        font-size: 25px;
    }

    .main-bread-container #breadcrumbs {
        font-size: 12px
    }

    .tax-products {
        margin-top: 30px;
    }

    .tax-surgical-item {
        width: 32%;
        margin: 5px 5px 0px;
    }

    .tax-surgical-img img {
        height: 300px;
    }

    .tax-surgical-title {
        font-size: 18px;
        padding: 3px 10px 5px 10px
    }

    .pro-title-container {
        margin-top: -30px
    }

    .product-main-cont {
        width: 100%;
        margin: 0 auto;
    }

    .pro-img-container {
        display: flex;
        flex-direction: column;
    }

    .pro-img-item {
        width: 98%;
    }

    .pro-img-item:nth-child(1) {
        padding: 10px;
    }

    .product-content {
        margin-top: 20px;
    }

    .product-basic-det h1 {
        font-size: 25px;
    }

    .product-basic-det hr {
        width: 30%;
        background: #f5d25e;
    }

    .product-basic-det h3 {
        font-size: 14px;
    }

    .product-content {
        font-size: 16px;
    }

    .product-youtube-cont {
        flex-direction: column;
        margin-top: 20px
    }

    .youtube-item {
        width: 98%;
    }

    .prod-video iframe {
        width: 100%;
    }

    .pro-img-container {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}


.zoom-box {
    position: relative;
}

.zoom-box img {
    vertical-align: bottom;
}

.zoom-box .zoom-selector {
    position: absolute;
    background: url(/wp-content/themes/Brexol-surgical-instruments-main/assets/images/selector.png);
    background-repeat: repeat;
    display: none;
    cursor: crosshair;
}

.zoom-box .viewer-box {
    position: absolute;
    border: 1px solid rgb(239, 237, 240);
    display: none;
    overflow: hidden;
}

.zoom-box .viewer-box>img {
    position: absolute;
    left: 0;
    top: 0;
}

.zooming-box {
    display: inline-block;
}

.viewer-box img {
    object-fit: cover
}

.viewer-box {
    left: 0px !important;
}

.sub-item span {
    position: absolute;
    background-color: #f5d25e;
    right: 0;
    padding: 3px 20px;
    border-radius: 20px;
    margin-top: -15px;
    margin-right: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    font-size: 12px;
    font-weight: 500;
}

.sub-item {
    position: relative;
}

.product-items:hover span {
    color: #32323c;
}

/* Whatsapp Btn Animation */
#ale-dubai-whatsapp {
    z-index: 9999999;
    position: fixed;
    bottom: 50px;
    right: 30px;
    max-width: 80px;
    height: auto;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #4fca5e;
    margin: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #32323c;
    color: #f5d25e;
    animation: float 5s ease-in-out infinite;
}

#ale-dubai-whatsapp:hover {
    color: #ffffff;
    transition: all 0.5s;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.error-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}

.error-wrapper {
    margin: 50px 0px;
}

.error-container h1 {
    font-size: 60px;
    font-weight: 700;
}

.error-container .not-found {
    font-size: 20px;
    font-weight: 500;
}

.error-container a {
    background-color: #f5d25e;
    color: #32323c;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 60px;
    border-radius: 5px;
}

.error-container a:hover {
    color: #000000;
}