.text-opencart {
    color: #49bdf1 !important;
}

.bg-opencart {
    background: #49bdf1 !important;
}

.bg-opencart-light {
    background: #d3ebf6 !important;
}

.border-opencart {
    border-color: #a6e3ff !important
}

.top-bar-green a:last-child {
    margin-right: 0 !important;
}

.btn-opencart {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #01afe8;
    --bs-btn-border-color: #0189b5;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #0189b5;
    --bs-btn-hover-border-color: #0189b5;
    --bs-btn-focus-shadow-rgb: 6, 163, 107;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #674399;
    --bs-btn-active-border-color: #0189b5;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #01afe8;
    --bs-btn-disabled-border-color: #0189b5;
}

/*woocommerce styles*/
.text-woo {
    color: #A020F0 !important;
}

.bg-woo {
    background: #A020F0 !important;
}

.bg-woo-light {
    background: #a020f036 !important;
}

.border-woo {
    border-color: #44289d !important
}

.btn-woo {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #7f54b3;
    --bs-btn-border-color: #7f54b3;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #6530a3;
    --bs-btn-hover-border-color: #674399;
    --bs-btn-focus-shadow-rgb: 6, 163, 107;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #674399;
    --bs-btn-active-border-color: #674399;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #7f54b3;
    --bs-btn-disabled-border-color: #7f54b3;
}

/*magento css design starts
*/
.text-magento {
    color: #f46f25 !important;
}

.bg-magento {
    background: #f46f25 !important;
}

.bg-magento-light {
    background: #ffb28d !important;
}

.border-magento {}

.btn-magento {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #f46f25;
    --bs-btn-border-color: #f46f25;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #bd470f;
    --bs-btn-hover-border-color: #bd470f;
    --bs-btn-focus-shadow-rgb: 6, 163, 107;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #bd470f;
    --bs-btn-active-border-color: #bd470f;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f46f25;
    --bs-btn-disabled-border-color: #f46f25;
}

/*magento design ends */

.top-bar-green.vertical-center.bg-success {
    height: 41px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.top-bar-green a {
    color: #ffffff;
    margin-right: 22px;
    text-decoration: none;
    display: inline-block;
}

.top-bar-item i {
    font-size: 22px;
    vertical-align: middle;
}

ul.app-list:last-child {
    margin: 0;
}

.app-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    justify-items: center;
}

.app-list li {
    width: 100%;
}

.app-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    white-space: nowrap;
    padding: 30px;
    border-radius: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.app-list li a:hover {
    background: #0a2293;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.app-list li a span {
    margin-top: 12px;
}

.app-list.operating-list li img {
    width: 85px;
    height: auto;
    line-height: inherit;
    margin: auto;
}

.hover-transition:hover {
    transform: translate3d(0, -10px, 0);
}

.hover-transition {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.vps-pricing-head {
    border-radius: 9px 9px 0 0;
}

.discount-badge {
    top: 15px;
    right: -69px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.danger-bg {
    background: linear-gradient(90.12deg, #E90387 -29.31%, #FC6866 100.59%);
}
@media only screen and (min-width: 728px){
    .left-0{
        left: 0 !important;
    }
}
@media only screen and (min-width: 414px) and (max-width: 574px) {
    
    .app-list {
        grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
    }

    .app-list.operating-list li img {
        width: 100% !important;
    }

    .app-list li a {
        padding: 15px !important;
    }

}

@media (max-width: 380px) {
    .btn-contact {
        padding-left: .2rem !important;
        padding-right: .2rem !important;
    }

    .domain-price-home {
        padding: 3px 5px;
    }

}

@media (max-width: 413px) {
    .app-list {
        grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
    }

    .app-list.operating-list li img {
        width: 100% !important;
    }

    .app-list li a {
        padding: 12px !important;
    }

}

@media(max-width: 576px) {
    .mt-mob-5{
        margin-top: 5px !important;
    }
    
    .top-bar-green a {
        margin-right: 30px;
    }

    .d-banner-right-none-mobile {
        display: none !important;
    }

    .mob-margin-bottom-100 {
        margin-bottom: 100px;
    }

    .location-tab {
        margin-top: -235px;
    }

    .d-mob-center {
        text-align: center;
    }

    .d-mob-none {
        display: none !important;
    }

    .d-mob-block {
        display: block !important;
    }

    .btn-arrow-md {
        min-width: 47.5% !important;
    }

    .hero-1 {
        padding-bottom: clamp(12rem, 11.5vw + 2rem, 12rem) !important;
    }

    li.nav-login {
        padding: 10px;
        text-align: center;
    }

    li.nav-login>a {
        width: 100%;
    }
}

@media(max-width: 1200px) {
    .d-none-max-1200 {
        display: none;
    }
}