#pageContent img {
    max-width: 100%;
    height: auto
}

#pageContent .carousel-control-next-icon,
#pageContent .carousel-control-prev-icon {
    height: 2rem !important
}

:root {
    --primarycolor: #FF6C02;
    --primarylight: #fff2e9
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%
}

body {
    font-family: system-ui, sans-serif !important;
    overflow-x: hidden
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.carousel-control-next {
    right: -15px
}

.carousel-control-prev {
    left: -15px
}

.nav-link:hover {
    color: #ff6c02 !important
}

@media screen and (min-width:1400px) {
    .container {
        width: 1040px
    }
}

.bg-white {
    border-top: 1px solid #fff
}

.text-bold {
    font-weight: 700
}

.navbar {
    border-bottom: 1px solid #ccc;
    background: #fff
}

.navbar-nav .nav-link {
    font-size: 11px
}

@media only screen and (min-width:767px) {
    .navbar-nav .nav-link {
        font-size: 15px
    }
}

.title {
    font-weight: 800;
    margin-top: 100px
}

.highlight {
    font-size: 18px;
    color: #ff6c02
}

.carousel-control-prev-icon {
    background-position: -270px -20px !important;
    width: 37px;
    height: 40px
}

.carousel-control-next-icon {
    background-position: -300px -20px !important;
    width: 37px;
    height: 40px
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.btn {
    font-size: .9rem
}

.btn-primary {
    background: #ff6c02;
    border: 0;
    font-weight: 600;
    padding: 10px 20px
}

.primary-light-bg {
    background: #fff9f4
}

.btn-primary:hover {
    background: #000 !important
}

.btn-outline-warning {
    border-color: #ff6c02
}

.btn-outline-warning:hover,
.btn-primary:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.testimonials {
    background: #faf4ef;
    padding-top: 30px;
    padding-bottom: 50px
}

footer {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: 0;
    width: 100%
}

footer a {
    text-decoration: none
}

.navbar {
    z-index: 9999 !important
}

.navbar-light .navbar-toggler {
    border: none
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px'%3E%3Cpath d='M2 11H22V13H2zM2 5H22V7H2zM2 17H22V19H2z'/%3E%3C/svg%3E")
}

.navbar-toggler:focus {
    box-shadow: none
}

.social-icon li {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    padding: 10px
}

.social-icon li:hover {
    background: #ff6c02
}

.circle {
    background: url(../images/circle.png) no-repeat;
    width: 466px;
    height: 466px;
    position: absolute;
    left: -320px;
    z-index: -9
}

.fixed {
    display: block
}

@media only screen and (max-width:768px) {
    .fixed {
        display: block
    }

    .circle {
        left: -140px;
        background-size: 51%;
        margin-top: 80px
    }

    .testimonials {
        text-align: left
    }

    .testimonials .card {
        margin-bottom: 10px
    }

    .title {
        margin-top: 30px
    }

    .m-r-0 {
        text-align: right
    }

    .m-l-0 {
        text-align: left
    }

    .mb-form {
        background: #fff;
        width: 80%;
        margin: -50px auto;
        padding-bottom: 20px
    }

    footer {
        padding-top: 30px;
        padding-bottom: 30px
    }

    footer .labels {
        margin-top: 20px;
        display: block
    }
}

@media only screen and (max-width:767px) {
    .fs-5 {
        font-size: 14px !important
    }

    .btn-lg {
        width: 100%
    }
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.btn-outline-primary {
    border: 1px solid #ff6c02;
    color: #ff6c02
}

.btn-outline-primary:hover {
    border: 1px solid #ff6c02;
    background: #ff6c02 !important
}

.form-c {
    margin-top: 40px
}

.icon-home {
    width: 24px;
    height: 26px;
    background: url(../images/dark-home.svg) no-repeat;
    display: block;
    position: absolute;
    right: 30px;
    top: 20px
}

.icon-edit {
    width: 24px;
    height: 20px;
    background: url(../images/icon-edit.svg) no-repeat;
    display: inline-block
}

.icon-add {
    width: 20px;
    height: 20px;
    background: url(../images/icon-add.svg) no-repeat;
    display: inline-block
}

.icon-user {
    width: 30px;
    height: 27px;
    background: url(../images/icon-user.svg) no-repeat;
    display: block
}

.btn-lg {
    padding: 20px 40px 20px 40px
}

.banner {
    padding: 15px 10px;
    background: #fff2e9;
    margin-bottom: 20px
}

.banner h2 {
    font-size: 21px;
    text-align: center;
    font-weight: 800
}

@media screen and (max-width:767px) {
    .page-title {
        text-align: center
    }
}

.product-list .card {
    padding: 10px
}

.select2 {
    width: 100% !important;
    outline: 0 !important
}

.mte-3 {
    margin-top: -30px
}

.label2 {
    top: 0 !important
}

.fs-14 {
    font-size: 14px
}

@media screen and (max-width:320px) {
    .fs-14 {
        font-size: 12px
    }
}

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

.fs-16 {
    font-size: 16px
}

.fs-11 {
    font-size: 11px
}

.fs-10 {
    font-size: 10px
}

.header-style {
    font-size: 21px;
    text-align: center
}

.product-title {
    font-size: 16px
}

@media screen and (max-width:767px) {
    .sm-input {
        margin-top: 30px
    }

    .product-title {
        font-size: 10px
    }
}

.menu-icon {
    display: none !important;
    margin-bottom: -6px;
    margin-right: 10px
}

.hidden-lg {
    display: none !important
}

@-webkit-keyframes lines {
    0% {
        stroke-dasharray: 6;
        stroke-dashoffset: 16
    }

    100% {
        stroke-dasharray: 13;
        stroke-dashoffset: 18
    }
}

@keyframes lines {
    0% {
        stroke-dasharray: 6;
        stroke-dashoffset: 16
    }

    100% {
        stroke-dasharray: 13;
        stroke-dashoffset: 18
    }
}

@-webkit-keyframes heart {
    0% {
        transform: scale(1);
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        transform: scale(1.2);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    35% {
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    75% {
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heart {
    0% {
        transform: scale(1);
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        transform: scale(1.2);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    35% {
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    75% {
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1)
    }

    50% {
        opacity: .6;
        transform: scale(1.15)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1)
    }

    50% {
        opacity: .6;
        transform: scale(1.15)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.sales {
    height: 15px;
    width: 47px;
    padding: 2px;
    font-size: 9px;
    color: #fff;
    background: #ff6c02;
    position: absolute
}

.search-box-inner {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px
}

.search-box-inner .search-icon-inner {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 999;
    width: 15px;
    height: 15px
}

.search-box-inner input {
    width: 100%;
    border: none;
    outline: 0;
    padding-left: 40px;
    font-size: 1rem;
    color: #7a7a7a
}

@media screen and (max-width:990px) {
    .hidden-lg {
        display: inline-block
    }

    .event-list {
        padding-top: 50px !important
    }

    .event-list .px-4 {
        padding-left: 80px !important
    }

    .search-right-global {
        right: 40px !important;
        top: 15px !important;
        width: 25px !important;
        height: 25px !important
    }
}

@media all and (max-width:800px) and (min-width:767px) {
    .search-right-global {
        right: 110px !important
    }
}

@media screen and (max-width:620px) {
    .search-right-global {
        right: 90px !important;
        top: 20px
    }
}

@media screen and (max-width:500px) {
    .search-right-global {
        right: 60px !important
    }
}

#navbarScroll {
    position: relative
}

.onlymobilesrg {
    display: none !important
}

@media only screen and (max-width:1000px) {
    .search-right-global {
        display: none !important
    }

    .onlymobilesrg.search-right-global {
        display: flex !important;
        position: static !important;
        margin-left: auto !important
    }
}

@media screen and (max-width:769px) {
    .animate-bottom {
        position: relative;
        animation: animatebottom .4s
    }

    @keyframes animatebottom {
        from {
            bottom: -300px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }

    .overlay-search-global {
        top: 0
    }

    .overlay-search-global h3 {
        display: none
    }
}

ol {
    padding-left: 17px
}

@media (min-width:1024px) and (max-width:1120px) {
    .nav-link {
        font-size: 11px !important
    }

    .navbar-nav {
        margin-right: 40px
    }
}

@media screen and (max-width:769px) {
    .hidden-lg {
        display: inline-block
    }
}

@media screen and (max-width:767px) {
    .navbar-nav li a {
        font-size: 14px !important
    }

    .animate-bottom {
        position: relative;
        animation: animatebottom .4s
    }

    @keyframes animatebottom {
        from {
            bottom: -300px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }
}

[type=file] {
    height: 0;
    overflow: hidden;
    width: 0
}

[type=file]+label {
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    outline: 0;
    padding: 10px;
    position: relative;
    transition: all .3s;
    vertical-align: middle
}

.btn-choice label {
    font-size: 10px
}

.info {
    border: none !important;
    padding: 20px
}

.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    border: 3px solid #ff6c02;
    background: #fff !important
}

.bg-member {
    background: url(../images/bg-member.png) no-repeat;
    background-size: 100%
}

.carousel-inner {
    padding: 0 60px
}

@media screen and (max-width:769px) {
    .carousel-inner {
        padding: 0 30px
    }

    .site-footer {
        padding-bottom: 80px !important
    }
}

.btn-close {
    background: url(../images/icon-cross.svg) no-repeat;
    opacity: 1;
    z-index: 999;
    padding-left: 20px
}

.btn-light:focus {
    color: #fff;
    background-color: #ff6c02 !important;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgb(211 212 213 / 50%)
}

.bottom-modal .btn-close {
    margin-bottom: -30px !important
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #ff6c02 !important;
    outline: 0;
    background-color: #ff6c02 !important
}

.bg-primary {
    background-color: #ff6c02 !important
}

.circle-pointer {
    padding: 0 0 0 20px;
    position: relative
}

.circle-pointer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid var(--primarycolor)
}

@media (min-width:1024px) and (max-width:1920px) {

    .container,
    .container-lg,
    .container-md {
        width: 64rem
    }
}

.select2 {
    margin-left: -5px
}

.icon-products {
    width: 32px;
    height: 27px;
    background-position: -68px -94px
}

.icon-account {
    width: 32px;
    height: 27px;
    background-position: -119px -94px
}

.icon-currency {
    width: 32px;
    height: 27px;
    background-position: -208px -94px
}

.icon-currency {
    width: 32px;
    height: 27px;
    background-position: -208px -94px
}

.icon-aboutus {
    width: 32px;
    height: 27px;
    background-position: -287px -92px
}

.icon-return {
    width: 32px;
    height: 27px;
    background-position: -369px -92px
}

.icon-get-in-touch {
    width: 32px;
    height: 27px;
    background-position: -428px -92px
}

.icon-twitter {
    width: 32px;
    height: 27px;
    background-position: -117px -138px
}

.icon-user {
    width: 32px;
    height: 27px;
    background-position: -600px -92px
}

.choices__list--dropdown.dropdown-is-active {
    visibility: visible
}

.margin-l-20 {
    margin-left: 20px
}

.swal2-container {
    z-index: 999999999 !important;
    word-break: break-word
}

.swal2-container.swal2-bigzindex {
    z-index: 99999999999 !important;
}

.swal2-container .swal2-content #swal2-content {
    text-align: center !important
}

.swal2-title {
    word-break: break-word !important
}

.homepage3_carousel-inner {
    padding: 0 !important
}

.search-right-global {
    position: absolute;
    right: -30px !important;
    display: flex;
    align-items: center;
    top: 7px !important
}

.search-icon-inner {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='20' height='20' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.close-top-search {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='10px' viewBox='0 0 48 48' onclick='showInput()'%3E%3Cg stroke='white'%3E%3Cg%3E%3Cpath d='M28.228 23.986L47.092 5.122a2.998 2.998 0 000-4.242 2.998 2.998 0 00-4.242 0L23.986 19.744 5.121.88a2.998 2.998 0 00-4.242 0 2.998 2.998 0 000 4.242l18.865 18.864L.879 42.85a2.998 2.998 0 104.242 4.241l18.865-18.864L42.85 47.091a2.991 2.991 0 002.121.879 2.998 2.998 0 002.121-5.121L28.228 23.986z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.search-right-top {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' onclick='showInput()' class='icon icon-tabler icon-tabler-search' width='20' height='20' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
    width: 23px !important;
    height: 22px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.search-right-global input {
    max-width: 100px;
    border: none;
    border-bottom: 1px solid #000;
    width: 0;
    opacity: 0;
    transition: all .3s ease-in-out
}

.search-right-global input.active {
    width: 100%;
    opacity: 1
}

.overlay-search-global {
    background-color: #fff;
    color: #000;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    z-index: 9999999;
    min-height: 200px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    transition: all .3s ease-in-out;
    min-height: 235px
}

.overlay-search-global.active {
    opacity: 1 !important;
    pointer-events: all
}

.overlay-search-global h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    text-transform: none;
    line-height: 1.5;
    display: block;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

.overlay-search-global .icon-close-notification {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 9999 !important
}

.overlay-search-global .icon-close-notification svg {
    width: 15px;
    height: 15px
}

.search-box-inner {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px
}

.search-box-inner .search-icon-inner {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 999;
    width: 15px;
    height: 15px
}

.search-box-inner input {
    width: 100%;
    border: none;
    outline: 0;
    padding-left: 40px;
    font-size: 1rem;
    color: #7a7a7a;
    font-family: Montserrat !important;
    font-size: 13px;
    letter-spacing: 1px
}

@media screen and (max-width:767px) {
    .overlay-search-global {
        padding-top: 0 !important;
        top: 0 !important
    }

    .overlay-search-global h3 {
        display: none !important
    }

    .search-box-inner {
        width: 94% !important;
        border: none !important;
        border-bottom: 1px solid #ddd !important;
        margin-top: 15px !important
    }

    .search-box-inner input {
        background-color: transparent !important;
        padding-right: 40px !important
    }

    .search-right-global .search-right-top {
        width: 25px !important;
        height: 25px !important
    }
}

.search-right-global {
    cursor: pointer
}

.search-right-global .search-right-top {
    cursor: pointer
}

.swal2-content {
    padding: 0 !important
}

.search-right-global:hover .search-right-top {
    webkit-filter: blur(1px);
    filter: blur(1px)
}

.dropdown-toggle~.dropdown-menu .dropdown-item {
    font-size: 12px !important
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.choices__list--dropdown.is-active {
    transform: rotate(0) !important
}

.overlay-main {
    z-index: 699;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.tag-label {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    background: #de3f3e;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    font-weight: 700
}

.tag-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #de3f3e transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0
}

.tag-label:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: -1px -1px 2px rgb(0 0 0 / 40%);
    box-shadow: -1px -1px 2px rgb(0 0 0 / 40%)
}

.search-button-notification {
    display: none;
    z-index: 9999 !important
}

.navbar-toggler {
    box-shadow: none !important;
    outline: none !important;
}

@media screen and (max-width:1140px) {
    .search-button-notification {
        position: absolute;
        top: 61.5%;
        right: 9px;
        display: inline-block;
        background: #ff6c02;
        border: none;
        outline: 0;
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        padding: 3px 11px;
        border-radius: 2px;
        transform: translateY(-50%);
    }

    .search-box-inner input {
        padding-right: 85px;
    }
}

@media screen and (max-width:767px) {
    .overlay-search-global .icon-close-notification {
        right: 100px;
        top: 20px
    }

    .search-button-notification {
        position: absolute;
        top: 27px;
        right: 15px;
        display: inline-block;
        background: #ff6c02;
        border: none;
        outline: 0;
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        padding: 3px 11px;
        border-radius: 2px
    }

    .search-box-inner input {
        padding-right: 120px !important
    }
}

/* home page 12 css */

.homepage11_blog {
    overflow: hidden;
    position: relative;
    height: 450px;
}

.homepage11_carousel-inner {
    padding: 0px !important;
}

.homepage11_carousel-inner.carousel-inner .overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    background: #0000008c;
}

.homepage11_blog .overlay {
    background: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

.homepage11_carousel-inner .carousel-caption {
    text-align: center;
    width: 600px;
    margin: auto;
    top: 35%;
    z-index: 999;
}

.homepage11_carousel-inner .carousel-caption h3,
.homepage11_carousel-inner .carousel-caption sm {
    color: #fff !important;
}

.staticPageWrapper .homepage11_testimonial .card-block {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 90px #0000001a;
    margin-top: -2%;
}

.homepage11_testimonial {
    background: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.homepage11_box .homepage11_button {
    margin-top: 20% !important;
}

.homepage11_box {
    width: 100%;
    height: 300px;
}

.homepage11_button {
    background-color: white !important;
    color: #000;
    text-transform: uppercase;
    font-size: 16px !important;
    border-radius: 0px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 48px !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 1320px !important;
}

.homepage11_blog .container {
    z-index: 9999;
    position: relative;
    padding-top: 120px;
}

.homepage11_carousel-inner {
    height: 700px !important;
}

.homepage11_carousel-inner .carousel-item {
    height: 100% !important;
}

.homepage11_carousel-inner .carousel-item img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.staticPageWrapper #pageContent .container.pb-5.pt-5 .col-6.col-md-3 {
    display: flex;
    flex-direction: column;
}

.staticPageWrapper #pageContent .container.pb-5.pt-5 .col-6.col-md-3 img {
    flex-grow: 1;
}

@media only screen and (max-width: 767px) {
    .homepage11_carousel-inner {
        height: 500px !important;
    }
}

@media only screen and (max-width: 500px) {
    .homepage11_carousel-inner {
        height: 300px !important;
    }
}

@media only screen and (max-width: 600px) {
    .homepage11_box {
        width: 100%;
        height: 140px;
        margin-bottom: 10px;
    }

    .homepage11_blog .container {
        padding-top: 80px;
    }

    .homepage11_blog {
        height: 300px;
    }

    .homepage11_button {
        font-size: 11px !important;
        border-radius: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 28px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100% !important;
    }

    .homepage11_blog .container {
        padding-top: 80px;
    }

    .homepage11_carousel-inner .carousel-caption {
        text-align: left;
        width: 230px;
        left: 10% !important;
        right: auto;
        top: 0%;
    }
}

.imagelogofooter {
    max-width: 450px !important;
}

@media only screen and (max-width: 767px) {
    .staticPageWrapper #pageContent .container.pb-5.pt-5 .col-6.col-md-3 img {
        height: 300px;
    }

    .imagelogofooter {
        max-width: 60% !important;
    }
}


@media only screen and (max-width: 450px) {
    .staticPageWrapper #pageContent .container.pb-5.pt-5 .col-6.col-md-3 img {
        height: 250px;
    }
}

@media only screen and (max-width: 380px) {
    .staticPageWrapper #pageContent .container.pb-5.pt-5 .col-6.col-md-3 img {
        height: 180px;
    }
}

#currencyPreferBox .modal-footer .btn-success {
    background-color: #014958 !important;
    border-color: #014553 !important;
}

#currencyPreferBox .modal-footer .btn-success:hover {
    background-color: #014958 !important;
    border-color: #014553 !important;
}

.cart-page-global-main {
    display: none;
}

.cart-page-global-main a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-page-global-main a.nav-link .icon-cart {
    margin-top: 3px;
}

@media only screen and (max-width: 992px) {
    .cart-page-global-main {
        display: inline-block;
        margin-left: auto !important;
    }

    .cart-page-global-main a {
        padding: 0px !important;
    }

    .cart-page-global-main~.onlymobilesrg.search-right-global {
        margin-left: 3px !important;
    }
}

.swal2-actions .swal2-styled.swal2-confirm {
    background-color: #FF6C02 !important;
}

input {
    font-family: system-ui, sans-serif !important;
}

@media screen and (min-width: 1400px) {
    .container {
        width: 1040px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1920px) {

    .container,
    .container-lg,
    .container-md {
        width: 64rem !important;
    }
}