.mobile-show,
.mobile-inline-block {
    display: none !important;
}

.store-items .col-md-3 {
    margin-bottom: 1.25rem;
}

.account .sidebar-user-main {
    margin-bottom: 14px;
    position: relative;
    top: -5px;
}

.account .sidebar-user-main .sidebar-user-status {
    position: initial !important;
    margin-bottom: 0 !important;
    font-size: 14px;
}

.account .sidebar-user-main span {
    font-family: 'segoeBold', sans-serif;
    font-size: 14px;
}

.account .sidebar-user {
    padding-top: 30px;
    position: relative;
}

.sidebar-user-status {
    position: absolute;
    top: 16px;
}

.account .sidebar-referral {
    font-size: 13px;
    line-height: normal;
    margin-top: 21px;
    padding: 7px 8px 10px 8px;
}

.qq-gallery.qq-uploader DIALOG[open] {
    padding: 15px;
    border-color: #00c0e2;
    font-size: 17px;
    border-radius: 3px;
    border-width: 2px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.qq-dialog-message-selector {
    font-size: 15px;
    font-family: 'segoeRegular', sans-serif;
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
    font-size: 14px;
    padding: 2px 12px !important;
    display: block;
    margin: auto;
    border-radius: 3px;
    outline: none;
}

#request-password-reset .container {
    width: 100% !important;
}

.prt-id {
    font-size: 12px;
    color: #3e4f59;
}

.account-main-help {
    outline: none !important;
}

.news-content.st-page-content ul {
    margin-left: 20px;
}

.st-nav {
    margin-bottom: 30px;
}

.news-item-content {
    max-height: 63px;
    overflow: hidden;
}

.news-item {
    margin-bottom: 30px;
}

.payment-result-container {
    padding: 30px;
    margin-bottom: 100px;
}

.payment-result-container {
    font-size: 18px;
}

.payment-result-container .payment-success h3 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 20px;
}

.payment-result-container .payment-success h3 {
    color: green;
}

.payment-result-container .payment-error h3 {
    color: red;
}


/*.fb_dialog, .fb_reset {position: fixed !important;z-index: 10000 !important;}*/

@media only screen and (min-width: 768px) {
    .container:not(.signup-container) {
        width: 1140px !important;
    }
    .mi-auto {
        text-align: center;
    }
    .mi-auto li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        text-align: initial;
    }
}

@media only screen and (max-width: 768px) {
    .tariff-item {
        width: 90% !important;
        margin-right: 0 !important;
    }
    .account-form-check-list label {
        font-size: 11px !important;
    }
    .store-typed-name {
        margin-top: 15px;
    }
    .sign-reset-form {
        max-width: 90%;
    }
    .container {
        width: 100% !important;
    }
    #urgent-order h4 {
        font-size: 17px;
        text-align: center;
        margin-bottom: 15px;
    }
    #urgent-order p {
        font-size: 12px;
    }
    input {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
    }
    .mobile-show {
        display: block !important;
    }
    .mobile-block {
        display: block !important;
    }
    .mobile-inline-block {
        display: inline-block !important;
    }
    .desktop-show {
        display: none !important;
    }
    header {
        z-index: 99 !important;
    }
    .header-signed img {
        width: 25px;
        height: 25px;
        position: relative;
        top: -2px;
    }
    .header-signed-li i {
        position: relative;
        top: 2px;
    }
    .header-top {
        padding: 8px 0;
        height: auto;
    }
    .header-top-left {
        position: relative;
        top: -2px;
    }
    .header-top-left li {
        margin-right: 0;
    }
    .header-top a {
        font-size: 10px;
    }
    .header-top a i {
        font-size: 14px;
        margin-right: 4px;
        top: 2px;
    }
    .header-sign {
        margin-left: 0;
    }
    .header-sign a {
        padding: 5px 13px!important;
        border-radius: 3px;
        font-size: 11.5px;
    }
    .header-sign a.btn-primary-inside {
        padding: 4px 13px!important;
        margin-right: 5px;
        border-radius: 3px;
    }
    .header-sign:before {
        display: none;
    }
    .header-nav {
        display: none;
    }
    .header-logo {
        width: 70px;
        height: auto;
    }
    .header-btm {
        padding: 12px 0;
    }
    .mobile-menu {
        width: 20px;
        height: 20px;
    }
    .mobile-menu i {
        font-size: 22px;
        line-height: 20px;
        color: #3e4f59;
        cursor: pointer;
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
    }
    .mobile-menu:hover i {
        color: #00c0e2;
    }
    .header-mobile {
        position: fixed;
        top: 0;
        left: -85%;
        width: 85%;
        height: 100%;
        background: #fff;
        z-index: 9999999;
    }
    .header-mobile-bg {
        width: 150%;
        height: 77%;
        background: #00c0e2;
        border-bottom-right-radius: 100%;
        position: relative;
        left: -50%;
        border-bottom-left-radius: 50%;
        padding-left: 50%;
    }
    .header-mobile-inside {
        position: relative;
        z-index: 99;
    }
    .header-mobile-close {
        position: absolute;
        top: 6px;
        right: 19px;
        font-size: 25px;
        color: #fff;
        z-index: 99;
    }
    .header-mobile-top {
        padding-top: 60px;
        text-align: center;
    }
    .header-mobile-top ul li {
        list-style: none;
        display: block;
        margin-bottom: 25px;
    }
    .header-mobile-top ul li a {
        font-family: 'segoeRegular', sans-serif;
        font-size: 18px;
        display: block;
        color: #fff;
    }
    .header-mobile ul li a:hover,
    .header-mobile ul li a:focus {
        text-decoration: none;
        opacity: .8;
    }
    .header-mobile-btm-menu {
        text-align: center;
        margin-top: 25px;
    }
    .header-mobile-btm-menu li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
    }
    .header-mobile-btm-menu li:not(:first-of-type) {
        margin-left: 25px;
    }
    .header-mobile-btm-menu li a {
        display: block;
        font-size: 12px;
        color: #707070;
    }
    .header-mobile-btm-lang {
        margin-top: 25px;
        text-align: center;
    }
    .header-mobile-btm-lang ul li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
    }
    .header-mobile-btm-lang li:not(:first-of-type) {
        margin-left: 30px;
    }
    .account .sidebar-menu a {
        padding: 6px 50px !important;
    }
    #header-mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 99999;
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        display: none;
    }
    .overlay #header-mobile-overlay {
        display: block;
    }
    /*.header-mobile::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.16);
	}*/
    /*=============== SLIDER ===============*/
    .show-on-scroll.slider {
        height: auto;
        padding-top: 30px;
        height: auto !important;
    }
    .preference {
        height: auto !important;
    }
    /*.banner {
		height: 231px !important;
	}*/
    .slider li {
        text-align: center;
    }
    .slider-caption {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .slider-img {
        display: block;
        margin: auto;
        max-width: 50% !important;
    }
    .slider-caption-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .slider-caption-sub-title {
        font-size: 11px;
        margin-bottom: 20px;
    }
    .desktop-hide {
        display: inline-block;
    }
    .slider a.mobile-inline-block {
        margin: 25px 0;
        padding: 8px 30px;
        font-size: 13px;
    }
    /*=============== STEP ===============*/
    .step {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .step::before {
        display: none;
    }
    .step-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .step-list {
        position: initial;
        display: block !important;
    }
    .step-item {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }
    .step-letter {
        display: none !important;
    }
    .step-img {
        margin-bottom: 10px;
        width: 40px;
    }
    .step-item {
        margin-top: 50px;
    }
    .step-item:first-of-type {
        margin-top: 30px;
    }
    /*=============== CALCULATOR ===============*/
    .calculator {
        padding: 30px 0;
        height: auto;
    }
    .calculator .container::before {
        display: none;
    }
    .calculator-title {
        font-size: 28px;
        margin-bottom: 25px;
        text-align: center;
    }
    .calculator-form {
        height: auto;
        padding: 20px;
    }
    .calculator-form-top .form-group {
        width: 47% !important;
        margin-bottom: 15px !important;
        margin-left: 0;
    }
    .calculator-form-top .form-group:nth-child(2),
    .calculator-form-top .form-group:nth-child(4) {
        margin-left: 4% !important;
    }
    .calculator .form label {
        font-size: 11px;
        margin-bottom: 4px;
    }
    .form input,
    .form select {
        height: 42px;
        font-size: 12px;
    }
    .form-group-select:after {
        bottom: 16px;
    }
    .form-group-sm {
        width: 30% !important;
        margin: 0;
    }
    .form-group-sm:nth-child(2) {
        margin: 0 3% !important;
    }
    .calculator .vertical-btm {
        display: block;
        width: 100% !important;
        margin: 20px 0 0 0 !important;
        text-align: center;
    }
    .calculator .btn {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 10px 30px;
        margin-bottom: 10px;
    }
    /*=============== SERVICE ===============*/
    .service {
        margin-top: 0;
    }
    .service-main-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .service .row {
        display: block;
    }
    .service .col-4 {
        width: 100%;
        max-width: 100%;
    }
    .service-icon {
        width: 50px;
        height: 50px;
    }
    .service-icon img {
        max-width: 70%;
        max-height: 70%;
    }
    /*=============== PREFERENCE ===============*/
    .preference {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .preference .col-md-4 {
        margin-bottom: 40px;
    }
    .preference-icon {
        margin-bottom: 20px;
        width: 25px;
        height: 25px;
    }
    .preference-title {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .preference-content {
        font-size: 11px;
    }
    /*=============== FOOTER ===============*/
    .footer {
        text-align: center;
        padding-top: 25px;
    }
    .footer .col-xs-12 {
        margin-bottom: 30px;
    }
    .footer .col-xs-12:last-of-type {
        margin-bottom: 15px !important;
    }
    .footer-contact li {
        max-width: 100%;
        justify-content: center;
    }
    .footer-contact i {
        display: none;
    }
    .footer-contact-phone,
    .footer-contact-address {
        margin-bottom: 0 !important;
    }
    .footer-contact-text i {
        margin-right: 3px;
    }
    .footer-menu li {
        margin-bottom: 7px;
    }
    .footer-menu a {
        font-size: 12px;
    }
    .footer-copyright {
        padding: 10px 0;
        font-size: 11px;
    }
    /*=============== SIGN ===============*/
    .signin {
        padding: 20px 25px 20px 25px;
        margin-top: 20px;
    }
    .signin .help-block {
        display: none;
    }
    .signin .has-error input {
        border-color: #fb4d5f !important;
        outline: none;
    }
    .signin-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .signin label {
        font-size: 11px;
    }
    .signin .form-group input {
        height: 37px;
        font-size: 13px;
        box-shadow: none !important;
    }
    .signin .form-group {
        margin-bottom: 20px;
    }
    .field-loginform-password,
    .field-passwordresetrequestform-email {
        margin-bottom: 5px !important;
    }
    .signin .btn {
        margin: 20px 0;
        font-size: 14px;
    }
    .signin-forgot-password {
        font-size: 11px;
    }
    .signin .alert {
        padding: 9px;
        font-size: 13px;
        text-align: center;
    }
    /*=============== BREADCRUMB ===============*/
    .breadcrumb {
        margin: 10px 0;
        display: none;
    }
    .breadcrumb-link {
        font-size: 10px;
    }
    /*=============== SIGNUP ===============*/
    .signup {}
    .signup-title {
        font-size: 18px;
        margin: 20px 0 30px 0;
    }
    .signup .container {
        width: 100%;
    }
    .signup-options {
        margin-bottom: 0;
    }
    .signup .btn {
        width: 100% !important;
        margin: 10px 0 20px 0;
    }
    .signup-msg {
        width: 100%;
    }
    .signup-msg:before {
        width: 90px;
        height: 90px;
        background-size: 100%;
        margin-bottom: 30px;
    }
    .signup-msg-title {
        margin-bottom: 20px;
    }
    .signup-title-mb {
        font-size: 14px;
        margin: 20px 0 0 0;
    }
    .signup-notify p {
        font-size: 12px;
    }
    .complete-account .form-group-select:after {
        bottom: 20px;
    }
    .form-document {
        margin-top: 45px;
    }
    .form-document img {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    /*=============== TARIFF ===============*/
    .tariff-top {
        display: block !important;
        text-align: center;
        margin-bottom: 50px;
    }
    .tariff-top-text {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 23px;
    }
    .tariff-top-title {
        font-size: 21px;
    }
    .tariff-top-content {
        font-size: 12px;
    }
    .tariff-top-img {
        width: 40%;
        height: auto;
        margin: auto;
    }
    .tariff-carousel {
        margin-bottom: 15px;
    }
    .tariff-carousel-nav {
        border: none;
        justify-content: center;
    }
    .tariff-carousel-nav a {
        padding: 9px 13px;
        border-radius: 3px;
    }
    .tariff-carousel-nav a {
        font-size: 13px;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border: solid 1px #dee2e6;
    }
    .tariff-carousel-nav img {
        width: 18px;
    }
    .tariff .tab-pane {
        text-align: center;
    }
    .tariff-item {
        margin-bottom: 20px;
        width: 230px;
        height: 312px;
    }
    .tariff-item-price h4 {
        font-size: 28px;
    }
    .tariff-item-icon {
        margin-bottom: 28px;
    }
    .tariff-item-direction {
        font-size: 12px;
    }
    .tariff-item-info {
        margin-top: 25px;
    }
    /*=============== TARIFF CALCULATOR ===============*/
    .tariff-calculator-title {
        font-size: 21px;
        text-align: center;
        margin-bottom: 10px;
    }
    .tariff-calculator-right {
        display: none;
    }
    .tariff-calculator-left {
        width: 100%;
        height: auto;
        border-radius: 3px;
        padding: 20px;
    }
    .tariff-calculator .form-group {
        margin-left: 0;
    }
    .tariff-calculator .w-100 {
        margin: 0;
        text-align: center;
    }
    .tariff-calculator .btn {
        margin: 0 0 10px 0;
        display: block;
        width: 100%;
        font-size: 12px;
    }
    /*=============== STORE ===============*/
    .store {
        margin: 25px 0 0 0;
    }
    .page-title {
        font-size: 21px;
        line-height: 28px;
        color: #00c0e2;
        text-align: center;
        margin-bottom: 20px;
    }
    .store-sidebar {
        margin-bottom: 30px;
    }
    .store-sidebar ul {
        margin-left: 0;
        text-align: center;
        padding: 10px;
        border: solid 1px #eee;
        border-radius: 10px;
        display: none;
    }
    .store-sidebar li {
        margin-bottom: 15px;
    }
    .store-sidebar li:last-of-type {
        margin-bottom: 0;
    }
    .store-sidebar li a {
        font-size: 13px;
    }
    .store-sidebar-title {
        font-size: 12px;
        font-family: segoeRegular, sans-serif;
        font-weight: 400;
        color: #3e4f59;
        text-align: center;
        cursor: pointer;
        margin-bottom: 12px;
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
    }
    .store-sidebar-title:hover {
        opacity: .8;
    }
    .store-sidebar-title i {
        font-size: 16px;
        position: relative;
        top: 2px;
    }
    .store-item {
        width: 100%;
        height: auto;
        min-height: 106px;
        max-height: 120px;
    }
    /*=============== NEWS ===============*/
    .news-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .news-item-date {
        padding: 5px;
        font-size: 10px;
    }
    .news-item-title {
        font-size: 16px;
    }
    .news-pagination {
        margin: 0 0 20px 0;
    }
    .pagination-link {
        font-size: 12px;
    }
    .news-content-img {
        height: auto;
    }
    .news-content-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .news-content-main {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .similar-news-title {
        font-size: 14px;
    }
    .similar-news-link {
        font-size: 11px;
    }
    .similar-news-items {
        margin: 15px 0;
    }
    /*=============== CONTACT ===============*/
    .contact {
        margin: 25px 0;
    }
    .contact-top {
        text-align: center;
        margin-bottom: 25px;
    }
    .contact-top-title {
        font-size: 21px;
        line-height: 28px;
        color: #00c0e2;
        text-align: center;
        margin-bottom: 20px;
    }
    .contact-top-content {
        font-size: 12px;
    }
    .contact-main-left {
        width: 100%;
    }
    .contact-main-right {
        display: none;
    }
    .contact-main .form-group {
        margin-bottom: 12px;
    }
    .contact-main .form-group label {
        font-size: 11px;
        margin-bottom: 4px
    }
    .btn-file {
        padding: 7px 15px;
        font-size: 11px;
    }
    .btn-file i {
        margin-right: 5px;
        font-size: 12px;
    }
    .contact-main .btn-primary {
        padding: 9px 45px;
        font-size: 12px;
        position: relative;
        top: -7px;
    }
    .help-block {
        font-size: 10px;
        margin-top: 2px;
    }
    .contact-info-list {
        margin-top: 30px;
    }
    .contact-info-icon {
        width: 15px;
        height: 15px;
        margin: 0 auto 12px;
    }
    .contact-info-icon i.location {
        font-size: 19px;
    }
    .contact-info-title {
        font-size: 12px;
        margin-bottom: 9px;
    }
    .contact-info-content {
        font-size: 9px;
        line-height: 16px;
    }
    .contact-info-icon i {
        font-size: 17px;
    }
    .contact-map {
        margin-top: 40px;
        height: 250px;
    }
    .contact-social {
        text-align: center;
        margin-top: 30px;
    }
    /*=============== FAQ ===============*/
    .faq {
        margin: 25px 0;
    }
    .faq-top {
        text-align: center;
        margin-bottom: 30px;
    }
    .faq-top-title {
        font-size: 21px;
        line-height: 28px;
        color: #00c0e2;
        text-align: center;
        margin-bottom: 10px;
    }
    .faq-top-content {
        font-size: 12px;
    }
    .faq .container {
        padding: 0 15px;
    }
    .faq .container::after {
        display: none;
    }
    .faq-item {
        padding: 10px;
    }
    .faq-item-question {
        font-size: 14px;
    }
    .faq-item i {
        top: 7px;
        font-size: 20px;
    }
    .faq-item-content {
        padding: 10px 10px 0 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .st-page-content {
        padding: 0 17px;
    }
    .news-content-title {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
        color: #01c0e2;
    }
    .mt-25 {
        margin-top: 25px;
    }
    .store.partner .store-item {
        border: 1px solid #ccc !important;
        margin-bottom: 20px;
    }
    .store.partner .store-item a {
        outline: none;
        box-shadow: none;
    }
    .store.partner .store-item img {
        max-width: 85%;
    }
    /*=============== ACCOUNT ===============*/
    .sidebar {
        padding-bottom: 2px;
        margin-bottom: 20px;
    }
    .account .sidebar-user {
        padding-top: 30px;
        position: relative;
        margin-bottom: 0 !important;
    }
    .sidebar-user-img {
        width: 80px !important;
        height: 80px !important;
    }
    .account .sidebar-user-change-photo {
        right: -1px;
    }
    .sidebar-referral {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
        color: #00c0e2 !important;
    }
    .sidebar-menu ul,
    .account .sidebar-user:after {
        display: none;
    }
    .sidebar-menu ul {
        position: relative;
        top: 15px;
        left: 0;
        width: 100%;
        border: solid 1px #eee;
        background: #fff;
        margin-top: 14px;
        border-radius: 10px;
        padding: 15px 0 !important;
        margin-bottom: 60px !important;
    }
    .account .sidebar-menu li:not(:last-of-type) {
        margin-bottom: 20px !important;
    }
    .account-top {
        overflow-y: scroll;
        flex-wrap: nowrap;
        height: 90px;
        margin-bottom: 10px;
    }
    .account-top .col-6 {
        white-space: nowrap;
        margin-right: 10px !important;
    }
    .account-main-title {
        font-size: 16px;
        color: #3e4f59;
        margin-bottom: 0;
    }
    .account-main-top {
        margin-bottom: 15px;
    }
    .account-country-nav li {
        margin-right: 19px;
    }
    .account-country-nav li {
        margin-right: 10px !important;
    }
    .account-country-nav li:last-of-type {
        margin-right: 0 !important;
    }
    .account-country-nav li a {
        font-size: 12px !important;
        padding: 5px 12px !important;
        border: solid 1px transparent !important;
    }
    .account-country-nav li a.active {
        border: solid 1px #dee2e6 !important;
        border-radius: 3px;
    }
    .sp-padding {
        padding: 0;
    }
    .address-info-label {
        font-size: 12px !important;
        color: #707070;
        margin-bottom: 4px !important;
    }
    .address-info-content {
        font-size: 12px !important;
        line-height: 1rem;
        color: #3e4f59;
    }
    .address-info-copy {
        display: none;
    }
    .address-tab .col-md-4 {
        margin-bottom: 10px;
    }
    /*=============== ACCOUNT BALANCE ===============*/
    .account-balance-form {
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: solid 1px rgba(0, 0, 0, .1);
        display: block !important;
    }
    #balance-form {
        width: 100%;
        display: block !important;
    }
    .account-balance-form .form-group-select select {
        padding-left: 13px;
    }
    .account-balance-form .form-group-select,
    .account-balance-form .form-group,
    .account-balance-form .btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .account-balance-form-amount {
        display: none;
    }
    .account-balance-form label {
        margin-bottom: 5px;
    }
    .account-balance-form .btn {
        margin-bottom: 10px;
    }
    .account-balance-notify {
        width: 100%;
    }
    .account-tabs-inside {
        padding: 0;
    }
    .account-tabs-title {
        margin-bottom: 10px;
    }
    .mobile-table-container {
        padding: 5px 5px 8px 5px;
        background: rgba(0, 0, 0, .04);
        border-radius: 3px;
        margin-bottom: 20px;
    }
    .account-table tbody tr:nth-child(2n) td {
        background: #fff;
    }
    .account-tabs table td:nth-child(2) {
        text-align: right !important;
    }
    .mobile-table-danger td {
        background: rgba(251, 77, 95, .2) !important;
    }
    .alert-success {
        font-size: 13px;
    }
    .account-courier-notify,
    .account-courier-notify i {
        font-size: 12px;
    }
    .account-referral-copy label {
        display: none;
    }
    .account-main-btn {
        padding: 5px 10px;
        border-radius: 5px!important;
        font-size: 12px;
    }
    .account-setting .text-center {
        margin-top: 0;
    }
    .notification-img {
        max-width: 30%;
    }
    .notification-desc {
        font-size: 12px;
    }
    .form-group-date-wrapper .datepicker table td,
    .form-group-date-wrapper .datepicker table td span {
        border-radius: 4px;
    }
    .form label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .account-setting .form-group {
        margin-bottom: 10px;
    }
    .account-setting .btn {
        margin-top: 10px;
    }
    /*=============== ACCOUNT SPECIAL ORDER ===============*/
    .order-fm .account-setting {
        width: 100%;
    }
    .order-fm-top {
        display: block !important;
    }
    .order-fm .form-group-product-link,
    .order-fm .form-group-product-count,
    .form-group-count {
        width: 100% !important;
    }
    .order-fm .form-group label {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .order-fm .form-group-product-price-input {
        width: 6.3rem;
        margin-left: 0;
    }
    .form-group-product-percent {
        font-size: 13px;
        margin: 0 5px;
    }
    .order-fm .form-group-total-price {
        width: 5.25rem;
    }
    .order-fm-block-btm span {
        font-size: 13px;
    }
    .order-fm-block,
    .order-fm-block-list {
        margin-bottom: 0;
    }
    .order-fm-block .form-group-checkbox {
        margin-top: -10px;
        margin-bottom: 0;
    }
    .order-fm .form-group-product-percent {
        font-size: 14px;
        margin: 0 5px;
    }
    .order-fm .form-group.float-left {
        margin-top: -7px;
        float: none !important;
        margin-bottom: 6px;
    }
    .field-agreement {
        margin-bottom: 5px !important;
    }
    .order-fm .total-amount.float-right {
        font-size: 12px;
        float: none !important;
        margin-bottom: 10px;
        text-align: center;
    }
    .order-fm .total-amount-num {
        font-size: 17px;
    }
    .order-fm .account-select {
        width: 100% !important;
    }
    .order-fm .account-select-active {
        font-size: 13px;
        height: 2.7rem;
    }
    .order-fm .account-select-active:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #3e4f59;
        bottom: 16px;
    }
    .order-fm .account-select-active img {
        max-width: 18px;
    }
    .order-fm .account-select ul a {
        padding: 7px 15px;
        font-size: 13px;
    }
    .order-fm-block-inside {
        padding: 5px 12px;
    }
    .order-fm-note {
        font-size: 12px;
    }
    .order-fm-form .btn {
        font-size: 13px;
        padding: 10px 38px;
    }
    .order-fm .form-group-checkbox label:before {
        width: 15px;
        height: 15px;
        border-radius: 3px;
    }
    .order-fm .form-group-checkbox input:checked+label:before {
        background-size: 60%;
    }
    .total-debt {
        font-size: 12px;
    }
    .parcel-list-top ul {
        white-space: nowrap;
        overflow-y: scroll;
        padding-bottom: 13px;
    }
    .parcel-list table tr:first-of-type td {
        background: rgba(138, 204, 255, .1);
    }
    .account-form-block {
        margin-top: 15px;
    }
    .account-form-block:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .account-form-delete {
        font-size: 12px;
    }
    .account-form-block-inside {
        padding: 12px;
    }
    .account-form-block-inside .account-form .form-group label {
        margin-bottom: 5px;
    }
    .account-form-block-inside .form-group {
        margin-bottom: 10px;
    }
    .account-form-file-inside .btn {
        padding: 8px 18px !important;
        font-size: 11px !important;
    }
    .account-form-file-desc {
        font-size: 9px;
    }
    .account-form-file {
        margin-bottom: 13px;
    }
    #uploaded-list label {
        margin-bottom: 0;
    }
    .qq-gallery .qq-upload-list li:last-of-type {
        margin-right: 0;
    }
    .account-tabs-nav li {
        margin-right: 20px;
    }
    .parcel-list-file-box img {
        object-fit: contain;
    }
    .account-referral-copy {
        margin-bottom: 10px;
    }
    .account-referral-copy label {
        font-size: 11px;
        float: left;
        display: inline-block;
        margin-top: 10px;
    }
    .account-referral-copy .form-group input {
        width: 150px;
    }
    .account-referral-copy .form-group {
        float: right;
    }
    .account-main-referral-title {
        font-size: 12px;
    }
    .account-consolidation-main .account-main-title {
        font-size: 13px;
    }
    .account-consolidation-main .table td {
        border: none;
        font-size: 12px;
    }
    .account-consolidation-main .mobile-table-container table {
        margin-bottom: 0;
    }
    .account-consolidation-main .mobile-table-container table tr:last-of-type td {
        padding-bottom: 0;
    }
    .ac-popup {
        padding: 10px;
    }
    .ac-popup-info {
        font-size: 9px;
    }
    .ac-popup-table {
        width: 100%;
        overflow-y: scroll;
        white-space: nowrap;
    }
    .ac-popup-table th,
    .ac-popup-table td {
        font-size: 10px;
    }
    .ac-popup-table tr th:nth-child(4) {
        min-width: 120px;
    }
    .ac-popup-summary {
        font-size: 12px;
        padding: 10px 0;
    }
    .ac-popup-consolidate {
        font-size: 12px;
    }
    .ac-popup .btn {
        margin-top: 20px;
        width: 100%;
        font-size: 12px;
    }
    .ac-popup-main,
    .ac-popup-table-parent {
        width: 100%;
        overflow-y: hidden;
    }
    .ac-popup .alert {
        font-size: 12px;
    }
    .ac-popup select {
        font-size: 12px !important;
        height: 38px !important;
    }
    .sidebar-user {
        background: #fff;
        margin-top: 20px;
        padding-bottom: 15px !important;
    }
    .sidebar-user a {
        margin-bottom: 20px;
    }
    .sidebar-menu-control {}
    .account .sidebar {
        background: none;
        box-shadow: none;
        padding: 0;
    }
    .account .sidebar-menu span {
        width: auto;
        font-family: 'segoeBold', sans-serif;
        font-size: 14px;
        color: #3e4f59;
    }
    span.sidebar-menu-control {
        background: #e4eaff;
        width: 38px !important;
        height: 38px !important;
        display: block;
        border-radius: 7px;
        text-align: center;
    }
    span.sidebar-menu-control i {
        font-size: 27px !important;
        padding: 0;
        margin: 0 !Important;
        display: block;
        line-height: normal;
        position: relative;
        top: 1px !important;
    }
    .address-info-content {
        padding-right: 10px;
        position: relative;
    }
    .address-info-content .address-info-copy {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 1;
        display: block;
    }
    .btn-add-declaration {
        padding: 6px 15px !important;
    }
    .form-document-img {
        width: 100%;
        text-align: center;
    }
    .form-document-img img {
        width: 83% !important;
        margin: 20px;
    }
}

.spinner {
    position: relative;
}

.spinner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1) url(../images/preloader.gif) no-repeat center;
    background-size: 4%;
    z-index: 99;
    opacity: 1;
}

.basket-table .form-group {
    margin: 0;
    width: auto;
}

.basket-table .form-group-checkbox label {
    margin-bottom: 0;
}

.total-amount.total-amount-sp {
    margin: 20px;
}

.account-top-block {
    padding: 1.25rem 1.625rem 1.25rem 5.625rem;
}

.basket-link {
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 20px;
    color: #de8460 !important;
    font-size: 33px !important;
    position: relative;
    margin-left: 120px !important;
}


/*.basket-link span {
	font-size: 15px !important;
    position: absolute;
    top: 1px;
    right: -10px;
    color: #dd7b55 !important;
}*/

.field-paymenttask-amount {
    margin: 0;
}

.header-logo,
.footer-logo {
    width: auto;
    margin-left: -37px;
}

.footer-logo a,
.footer-logo img {
    width: auto !important;
}

.fade:not(.show) {
    opacity: 1;
}

.popover-content {
    padding: 5px;
}

.popover {
    border-color: rgba(0, 0, 0, .1);
}

.popover-text {
    max-width: 300px !important;
}

.ios {
    cursor: pointer;
}

.mobile-table-container .account-table-sp td {
    padding: 1.0625rem .425rem !important;
}

.product-title-td {
    max-width: 200px !important;
    white-space: pre-wrap !important;
}

#order-agreement .btn {
    width: auto;
    margin-bottom: 0;
    padding: .475rem 1.5rem;
}

#order-agreement .btn:first-of-type {
    margin-right: 20px;
}

.header-lang {
    margin-left: 10px;
}

.basket-link {
    width: 25px;
    height: 25px;
    background: url(../shopping.svg) no-repeat center;
    background-size: 100%;
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

.basket-link span {
    font-size: 12px !important;
    color: #3a6595 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    margin-top: 3px;
    margin-left: -2px;
    display: block;
}

.parcel-list-top {
    width: 100%;
    overflow: scroll;
}

.parcel-list-top ul {
    white-space: nowrap;
}

.btn-mobile-order {
    padding: 6px 15px !important;
}

.order-fm-top .form-group {
    margin-bottom: 15px !important;
}

.small-img {
    max-width: 40px;
    margin-right: 10px;
}

#sp-form .signup-btm {
    margin-top: -20px;
}

#sp-form .sign-video {
    font-size: 14px;
    color: #707070;
}

#sp-form .sign-video i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.inner.open .dropdown-menu {
    display: block !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select ul li a {
    padding: 4px 10px;
}

.bootstrap-select>.dropdown-toggle {
    z-index: 99999;
}

.bootstrap-select ul li a {
    display: block;
    outline: none !important;
}

.bootstrap-select ul li a .text {
    font-size: 16px!important;
    margin-right: 25px!important;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    -webkit-text-stroke: 2px white;
    -moz-text-stroke: 2px white;
    -o-text-stroke: 2px white;
}

.account-form-block-inside {
    background: none;
    padding: 0;
}

.account-form-block .form-group input,
.account-form-block .form-group select {
    border: 1px solid #ccc;
}

.bootstrap-select>.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.btn-add-declaration {
    border: solid 1px #006495;
    background: none !important;
    color: #006495 !important;
}

.btn-add-declaration:hover {
    border: solid 1px #006495;
    opacity: .8;
}

.account .address-info-content {
    font-size: .9rem;
    line-height: 1.6rem;
}

.order-fm-table .btn-danger {
    background: rgb(220 53 69 / .2) !important;
    color: red;
    font-weight: 300;
}

.update-link {
    color: #3a6595;
}

.form-document-img {
    width: 100%;
    text-align: center;
}

.form-document-img img {
    width: 50%;
    margin: 20px;
}

.azn-rate {
    font-size: 14px !important;
    color: red !important;
    margin-left: 0 !important;
}

.slider {
    margin-top: 20px;
    padding-top: 0px !important;
    height: 30rem !important;
    border-radius: 3px;
}

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.banner {
    width: 100%;
    height: 100%;
    background: #4a80c5;
    margin-top: 20px;
    border-radius: 3px;
    height: 431px;
}

.dp-block span {
    display: block;
}

.dp-block span:not(:last-of-type) {
    margin-bottom: 5px;
}

.product-details-info th {
    text-align: center !important;
    white-space: nowrap;
}

.order-fm-table td {
    white-space: initial !important;
}

.update-link.text-center {
    text-align: center !important;
    display: block;
}

.color-blue {
    color: #497fc6;
    display: inline-block !important;
    vertical-align: middle;
}

.invoice-file {
    max-width: 100px;
}

.mobile-table-box {
    padding: 10px;
    background: rgba(0, 0, 0, .03);
    margin-bottom: 20px;
}

.mobile-table-box td {
    padding: 7px 10px !important;
}

.urgent-order-icon {
    font-size: 17px;
    position: relative;
    top: 1px;
    margin-left: 7px;
    color: red;
    cursor: pointer;
}

.slider.show-on-scroll li,
.slider.show-on-scroll li a {
    display: block;
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider.show-on-scroll ul {
    height: 100%;
}

.mobile-show .basket-link {
    position: relative;
    top: -7px;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-left: 0 !important;
}

.tariff-carousel-nav {
    margin-bottom: 0;
}

.tariff-item:not(:nth-child(4)) {
    margin-right: 18px;
}

.tariff-item {
    margin-top: 30px;
    border: 1px solid rgba(0, 0, 0, .08);
}

.tariff-item h3 {
    font-size: 18px;
}

.tariff-item-top {
    padding: 10px;
    background: #4a80c5;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tariff-item-price h4 {
    font-size: 25px;
}

.tariff-item-price {
    min-height: 4.625rem;
    margin-top: 16px;
}

.tariff-item .tariff-item-price:last-of-type {
    padding-top: 15px;
    border-top: dashed 1px rgba(0, 0, 0, .1);
}

.tariff-item {
    padding: 0;
}

.sp-parcel-list .parcel-list-country ul {
    right: 0;
    width: auto;
    white-space: nowrap;
    border-radius: 4px;
}

.sp-parcel-list .parcel-list-country ul a {
    padding: 7px 17px;
    font-size: 13px;
}

.sp-parcel-list .parcel-list-country ul a.active {
    background: rgba(0, 0, 0, .03);
}

.debt-span {
    color: red !important;
    font-weight: 600 !important;
}

#custom-payment-form {
    width: 100%;
}

.debt-table .form-group-checkbox {
    display: none;
}

.balans_tab_links ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.balans_tab_links ul li a {
    display: block;
    padding: 10px 20px;
    border: solid 1px red;
}

.debt-desc {
    margin-bottom: 0;
    margin-top: 5px;
}

.debt-desc span {
    color: red;
    border-bottom: dashed 1px red;
}

.baglamalar_mobile_cards .account-table {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px rgba(0, 0, 0, .1);
}

.sp-parcel-list .parcel-list-country-control {
    padding: 8px 15px;
    border: solid 1px #4a80c5;
    border-radius: 4px;
}

.mobile-customer-code {
    position: relative;
    top: -20px;
    width: 100%;
    padding: 7px;
    background: rgba(0, 0, 0, .04);
    border-radius: 3px;
}

.branch-btn {
    padding: 8px 24px;
}

.u-mb-20 {
    margin-bottom: 20px;
}

.news-content-img img {
    max-width: 100%;
    height: auto !important;
    object-fit: initial !important;
}

.news-content-img {
    height: auto;
}