body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .0071428571em
}

.remove-line {
    border: none !important
}

.tooltip-inner {
    max-width: 100% !important
}

.text-purple {
    border-color: #4D148C !important
}

.disclaimerline {
    display: -webkit-inline-box
}

.disclaimerline input {
    margin-right: 8px !important
}

.ourCustomer {
    color: #00000099 !important;
    margin-bottom: 30px !important;
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 36px !important
}

.menu-scroll {
    overflow: auto;
    white-space: nowrap;
    display: block
}

.enlarge-logo {
    height: 40px !important
}

.custom-model-plus-minus {
    margin-bottom: 30px
}

.margin-bottom-20 {
    margin-bottom: 10px
}

.margin-bottom-0 {
    margin-bottom: 0
}

.linehight-2rem {
    line-height: 2rem
}

.modify-modal .row {
    align-items: center
}

.modify-modal .model-input-sec {
    margin-bottom: 30px
}

.modify-modal .custom-input ul {
    margin-bottom: 10px
}

.modify-modal .list-wrap h4 {
    margin-bottom: 0
}

.modify-modal .list-wrap .input-group button {
    display: block
}

.modify-modal .modal-header {
    margin-bottom: 15px
}

.modify-modal h5#exampleModalLabel {
    margin-bottom: 0
}

.text-capitalize {
    text-transform: capitalize !important
}

.toggle {
    position: relative;
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: #fff0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    font-size: 10px;
    display: block;
    background: #e6e6e6;
    border-radius: 8px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease
}

.toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / .2);
    box-shadow: 0 3px 8px rgb(0 0 0 / .2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: #4d148c;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    pointer-events: none
}

#cbx:checked+.toggle:before,
#checkbox1:checked+.toggle:before {
    background: #4d148c
}

#cbx:checked+.toggle span,
#checkbox1:checked+.toggle span {
    background: #fff;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.2s cubic-bezier(.8, .4, .3, 1.25), background 0.15s ease;
    -o-transition: all 0.2s cubic-bezier(.8, .4, .3, 1.25), background 0.15s ease;
    transition: all 0.2s cubic-bezier(.8, .4, .3, 1.25), background 0.15s ease;
    -webkit-box-shadow: 0 3px 8px rgb(255 123 176 / .2);
    box-shadow: 0 3px 8px rgb(255 123 176 / .2)
}

#cbx:checked+.toggle span:before,
#checkbox1:checked+.toggle span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.checkbox {
    position: relative;
    top: 6px
}

.btn {
    border-radius: 0;
    padding: 8px 20px;
    background-color: #4d148c;
    border-color: #4d148c;
    color: #fff;
    text-transform: capitalize;
    border-radius: 20px;
    font-weight: 600
}

.btn:hover {
    background-color: #fff0;
    border-color: #4d148c;
    color: #4d148c
}

.padding-1 {
    padding: 1px 20px !important
}

.padding-12 {
    padding: 12px 0px !important
}

.line-hight-2-5 {
    line-height: 2.5 !important
}

.surcharge_font_size {
    font-size: 12px
}

.title-wrap h2 {
    text-align: center;
    color: #575756;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase
}

.line {
    width: 60px;
    height: 5px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px
}

.header {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
    padding: 15px 100px
}

.header .nav-item .nav-link {
    color: #181818 !important;
    transition: color 0.4s ease 0s;
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    border-right: 1px solid #fff;
    padding: 10px 20px;
    font-weight: 400
}

li.nav-item {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px !important
}

li.nav-item .nav-link {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px !important
}

.header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 15px;
    font-weight: 400;
    font-size: 20px
}

.header .navbar-expand-lg .navbar-nav .nav-link:last-child {
    padding-left: 0
}

.header .nav-item .nav-link:hover {
    color: #56b2a1 !important
}

.header .nav-item .end {
    border-right: 0 solid #fff
}

.header .navbar-nav {
    width: 100%;
    text-align: right;
    align-items: auto;
    display: block;
    display: flex;
    justify-content: flex-end
}

.header .mobile-text-menu {
    display: none
}

.header .mobile-icon-menu {
    display: block
}

.mobile-slider {
    display: none
}

.slider {
    padding-top: 68px
}

.slider .btn {
    background-color: #fc6622;
    border-color: #fc6622
}

.slider .btn:hover {
    color: #56b2a1;
    border-color: #56b2a1;
    background-color: #fff0
}

.slider .carousel-item {
    position: relative
}

.slider .carousel-item img {
    object-fit: cover
}

.slicontent-wrap {
    position: absolute;
    left: 115px;
    max-width: 100%;
    z-index: 999;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
    width: 100%
}

.slicontent-wrap p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px;
    font-family: "Roboto", sans-serif;
    color: #67328e
}

.slicontent-wrap h2 {
    font-size: 44px;
    letter-spacing: .05em;
    margin-bottom: 25px;
    font-weight: 300;
    color: #67328e;
    font-family: "Roboto", sans-serif
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

.select-package {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 50px 20px;
    max-width: 750px;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #fff
}

.select-package a {
    text-decoration: none
}

.select-package ul li {
    position: relative
}

.select-package ul li i {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #612d8d
}

.select-package h4 {
    color: #612d8d
}

section.selection-wrap {
    padding: 80px 0;
    text-align: center;
    background-color: #fff
}

.selection-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 35px;
    align-items: self-end;
    text-align: left
}

.selection-wrap ul label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #b5b5b5;
    padding-left: 25px
}

.selection-wrap ul li {
    list-style: none;
    max-width: 195px;
    width: 100%
}

.selection-wrap ul li .btn {
    background-color: #fff0;
    color: #612d8d;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 21px;
    max-width: 195px !important;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 400
}

.selection-wrap ul li .btn:focus {
    outline: 0;
    box-shadow: inherit
}

.selection-wrap .submit-btn {
    margin: 0 auto;
    display: block;
    margin-top: 30px
}

.service-destination-list span.px-2.text-sandblue {
    color: #00b0a1;
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 28px
}

ul.float-form.form-row li {
    display: block;
    width: 100%
}

.input-group.form-group .form-control {
    border-radius: .25rem
}

.float-form.form-row .input-group.form-group input {
    height: 40px
}

.py-10.text-center.service-destination-list {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin: auto
}

form#registerform .input-group.form-group {
    margin: 10px !IMPORTANT
}

.copyright-wrap {
    color: #b5b5b5
}

a.frgt-password {
    font-size: 12px;
    color: #333;
    float: right
}

.custom-checkbox.d-block {
    margin-top: 30px
}

button#loginbotton,
#registersubmit,
#loginotpsubmit {
    background-color: #FF6200 !important;
    border-color: #fff0;
    border-radius: 0;
    font-size: .875rem;
    width: 300px;
    max-width: 100%;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    letter-spacing: .0892857143em;
    font-weight: 500;
    display: block;
    margin: auto;
    color: #fff
}

.custom-control.custom-checkbox.checkbox-lg .custom-control-label {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 1.5
}

.custom-control.custom-checkbox.checkbox-lg .custom-control-label a {
    color: #4D148C !important;
    text-decoration: underline
}

.signup_v4 .social-area {
    padding-top: 0px !important
}

ul.social-links li {
    display: block !IMPORTANT
}

button.btn.btn-primary.gplus a,
button.btn.btn-primary.fb a {
    color: #fff
}

.signup_v4 ul.social-links a {
    color: #fff
}

.signup_v4 ul.social-links li:hover a {
    color: #fff;
    text-decoration: none
}

a button.btn.btn-primary:hover {
    color: #fff
}

button#loginbotton:hover {
    color: #fff
}

form#registerform ul {
    margin-bottom: 0
}

button#registersubmit:hover {
    color: #fff
}

.blog-wrap .title-wrap h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.signup_v4 .nav-tabs .nav-link {
    font-size: .875rem !IMPORTANT
}

section.blog-wrap.product-wrap h5 {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    color: #ff6200
}

.signup_v4 .nav-tabs .nav-link.active {
    background: transparent !important;
    color: #333;
    border-bottom: 3.6px solid #acacac
}

.signup_v4 .nav-tabs .nav-link {
    font-size: .875rem !IMPORTANT;
    color: #333 !important;
    background: transparent !important
}

.signup_v4 .nav-tabs li.nav-item:hover {
    background: #eee
}

.or-divider {
    position: relative;
    padding: 20px 0
}

.or-divider:before {
    content: '';
    height: 0;
    width: 100%;
    display: block;
    z-index: 0;
    border-bottom: thin solid #000;
    position: absolute;
    top: 50%
}

.or-divider span {
    display: inline-block;
    background-color: #fff;
    padding: 0 5px;
    line-height: 1;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.custom-checkbox.d-block a {
    color: #612d8e;
    FONT-SIZE: 14PX
}

.blog-wrap .title-wrap h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.custom-checkbox.d-block div {
    font-size: 14px
}

form#loginform .text-right {
    width: 100%
}

.blog-wrap.product-wrap .card.signup_v4 {
    border: 0
}

.floating-label {
    position: relative
}

.floating-select {
    font-size: 14px;
    display: block;
    width: 100%;
    background-color: #fff0;
    border: none;
    border-bottom: 1px solid #757575
}

.or-divider {
    position: relative;
    padding: 20px 0
}

.or-divider:before {
    content: '';
    height: 0;
    width: 100%;
    display: block;
    z-index: 0;
    border-bottom: thin solid #000;
    position: absolute;
    top: 50%
}

.floating-select:focus {
    outline: none;
    border-bottom: 2px solid #5264AE
}

.floating-label label {
    color: #b5b5b5 !important;
    font-size: 15px !important;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 9px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: -18px;
    font-size: 14px;
    color: #b8b8b8;
    font-weight: 500;
    padding-left: 19px
}

.heading-hongkong p {
    color: #4D148C !important;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400
}

.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
    width: 50%
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button#exampleModal4open {
    max-width: 300px;
    width: 100%;
    font-weight: 400;
    font-size: .875rem;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%)
}

.row.list-wrap.fullwidth-wrap.float-btn-bottom {
    text-align: center
}

.row.list-wrap.fullwidth-wrap.float-btn-bottom .col-md-12.col-xs-12 {
    margin: 10px 0
}

.esti-sec {
    text-align: center
}

.esti-sec ul {
    list-style: none;
    margin: 0 auto;
    width: 49em;
    padding: 0
}

.esti-sec li h2,
.esti-sec li h3 {
    font-size: 20px;
    font-weight: 400;
    color: #575756
}

.esti-sec li h5 {
    font-size: 18px;
    font-weight: 400;
    color: #575756
}

button#requestnow {
    /* background: #ff6200;
    border: #ff6200; */
    width: 300px;
    max-width: 100%;
    font-size: .875rem;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    font-weight: 500;
    margin-top: 0
}

h3.contact-impormation {
    font-size: 16px;
    color: #575756;
    font-weight: 400;
    letter-spacing: .0071428571em;
    width: 460px;
    margin: 0 auto;
    text-align: left !important
}

form#contactForm {
    padding-top: 20px
}

button#requestnow:hover {
    /* color: #fff */
}

hr.border-purple {
    border-color: #4D148C !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: .75
}

.row.list-wrap.desktop-section-one .list-right-wrap .btn {
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: .0892857143em
}

.modify-details-wrap .row.list-wrap {
    justify-content: space-between
}

button#updateItemBotton {
    max-width: 300px;
    width: 100%;
    font-weight: 400;
    font-size: .875rem;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%)
}

.captcha-group {
    display: block;
    margin: 0 auto;
    margin-top: 1rem
}

.feature-links ul a {
    color: rgb(0 0 0 / .87) !important;
    font-weight: 400
}

.feature-links li i {
    color: rgb(0 0 0 / .54);
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.row.model-input-sec #item_name {
    width: 100%
}

.border-top-custom .list-right-wrap h5 {
    line-height: 1.5
}

.about-us-sec {
    font-family: 'Roboto', sans-serif
}

.about-us-sec h2 {
    display: block;
    font-size: 36px;
    line-height: 1.5;
    font-weight: inherit;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    color: #0009;
    margin-bottom: 24px;
    text-align: left
}

.about-us-sec h3 {
    color: #4D148C !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5
}

.about-us-sec p {
    color: #575756;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.about-us-sec {
    padding-top: 50px
}

section.about-us-sec {
    padding-top: 110px
}

button#requestQuotation {
    max-width: 300px;
    width: 100%;
    background-color: #fb580e;
    border: 1px solid #fb580e;
    font-weight: 500
}

button#requestQuotation:hover {
    color: #fff
}

button#requestQuotationnew {
    max-width: 300px;
    width: 100%;
    background-color: #fb580e;
    border: 1px solid #fb580e;
    font-weight: 500
}

.checkout-wrap p {
    color: #575756;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.checkout-left.contact-left h5 {
    color: #0009
}

.checkout-left.contact-left .title-wrap h2 {
    color: #0009;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase
}

.copyright-wrap .other-details {
    text-align: center
}

.copyright-wrap .other-details a {
    color: #b5b5b5 !important
}

button.btn.btn-primary.gplus,
button.btn.btn-primary.fb {
    max-width: 100%;
    border-radius: 0;
    border: 0;
    width: 300px;
    background: #4285f4 !important;
    margin: auto;
    display: block;
    position: relative;
    height: 40px;
    font-weight: 500;
    font-size: .875rem;
    color: #fff
}

.gplus span,
.fb span {
    position: absolute;
    left: 8px;
    top: 4px
}

.gplus span {
    background-color: #fff0;
    background-repeat: no-repeat;
    background-size: 100%;
    background: url(/assets/web/images/google-btn-icon.svg);
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    width: 1.9rem;
    height: 1.9rem
}

.fb span {
    background: url(/assets/web/images/facebook-btn-icon.svg);
    background-repeat: no-repeat;
    background-size: 118%;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    width: 1.9rem;
    height: 1.9rem;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.copyright-wrap .other-details a span.px-4 {
    padding-right: 16px !important;
    padding-left: 16px !important
}

.copyright-wrap p {
    color: #b5b5b5;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5
}

.title-wrap.contact-title {
    display: none
}

.banner-box h2 {
    font-size: 26px !important;
    font-weight: 400 !important
}

.selection-wrap h2 {
    color: #ff680a;
    font-weight: 400;
    font-size: 16px
}

.row.banner-box-relative {
    position: relative
}

.banner-box-ship {
    position: absolute;
    right: 27px;
    top: 19px
}

.banner-box-ship img {
    width: 141px;
    max-width: 100%
}

span.icons-re {
    position: absolute;
    left: -3px;
    top: 27px
}

span.icons-re.country-icon {
    top: 2px
}

.selection-wrap .dropdown .btn {
    text-align: left;
    padding: 10px 10px
}

.Why-wrap img {
    width: 100%;
    margin: 0 auto;
    display: block
}

.why-abs {
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.who-abs .line {
    background-color: #4d148c;
    margin-left: 0
}

.why-content {
    background-color: #56b2a1;
    text-align: left;
    color: #000;
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px
}

.why-content h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400
}

.why-content h4 {
    font-size: 28px;
    color: #fff;
    padding: 10px 0
}

.why-content p {
    font-size: 20px
}

h5#exampleModalLabel {
    font-size: 1.25rem;
    color: #000000de;
    font-weight: 400;
    margin-bottom: 20px
}

div#exampleModal1 ul li {
    color: #575756;
    font-weight: 400;
    font-size: 16px
}

#exampleModal .modal-header,
#exampleModal1 .modal-header,
#exampleModal2 .modal-header {
    border-bottom: 0
}

.colourchange {
    background-color: #fbc100 !important;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    padding: 8px 15px !important;
    font-size: 14px !important;
    border-radius: 50px;
    font-weight: 400 !important;
    border: none !important
}

.v-card__text ul li,
.v-card__text p,
.v-card__text {
    color: #575756
}

.platform-wrap {
    background-color: #4d148c;
    text-align: center;
    padding: 80px 0
}

.platform-wrap h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5
}

.platform-wrap .conutry-wrap {
    width: 100%;
    margin: 30px 0
}

.platform-wrap .conutry-wrap ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 520px;
    margin: 0 auto;
    justify-content: space-around;
    padding-left: 0
}

.platform-wrap .conutry-wrap ul li {
    color: #fff;
    list-style: none;
    font-size: 28px
}

.platform-wrap .overseas-wrap ul li {
    color: #ff6200;
    list-style: none;
    font-size: 28px
}

.platform-wrap .overseas-wrap ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
    justify-content: space-around
}

.platform-wrap .overseas-wrap {
    width: 100%
}

.service-wrap {
    background-color: #e9ebed;
    padding: 40px 0 40px 0
}

.service-wrap .btn {
    padding: 5px 15px;
    font-size: 14px
}

.service-wrap .up-word {
    padding: 10px
}

.service-wrap .img-blog {
    min-height: 162px;
    overflow: hidden
}

.service-wrap .img-blog {
    overflow: hidden;
    background-color: #bdbdbd1c;
    height: 280px;
    position: relative
}

.service-wrap .img-blog img {
    max-width: 100%
}

.service-wrap .title-wrap h2 {
    text-align: center;
    color: #0009;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px
}

.service-wrap .title-wrap h2 i {
    font-size: 16px;
    position: relative;
    top: -7px
}

.service-wrap .slider {
    padding-top: 0
}

.service-wrap h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: rgb(0 0 0 / .87)
}

.service-wrap h5 {
    color: #ff6200;
    font-size: 12px;
    font-weight: 600;
    vertical-align: top;
    display: flex;
    align-items: center
}

.service-wrap .big-wrap {
    font-size: 30px;
    margin-left: 5px
}

.service-wrap .product-details {
    padding: 20px 15px;
    padding-bottom: 30px
}

.service-wrap .product-details .btn {
    margin-top: 20px;
    position: absolute;
    bottom: 25px
}

.service-wrap .country-name {
    font-size: 24px;
    font-weight: 600;
    padding-left: 15px
}

.service-wrap.dark-gray {
    background-color: #d8d8d8
}

.blog-wrap .title-wrap h2 {
    text-align: center
}

.blog-wrap .line {
    margin-bottom: 50px
}

.blog-content {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    height: 405px;
    position: relative
}

.blog-content .btn {
    position: absolute;
    bottom: 26px;
    font-size: 14px
}

.blog-content h3 {
    color: #565657;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.blog-content h5 {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6200
}

.blog-content span.big-wrap {
    font-size: 1.6rem;
    padding-left: 8px
}

.blog-inner {
    padding: 20px 15px;
    text-align: center
}

.blog-wrap {
    padding: 80px 0
}

.tips-wrap .row {
    background-color: #ececed;
    margin-bottom: 50px
}

.tips-wrap .title-wrap h2 {
    text-align: center
}

.tips-wrap .line {
    margin-bottom: 50px
}

.tips-wrap {
    background-color: #ececed;
    padding: 80px 0
}

.tips-wrap h3 {
    font-size: 23px;
    font-weight: 600
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    border: 1px solid #7e7e7e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 999
}

.slick-next:before {
    content: "\f054";
    color: #000;
    font: normal normal normal 14px/1 FontAwesome
}

.slick-prev:before {
    content: "\f053";
    color: #000;
    font: normal normal normal 14px/1 FontAwesome
}

button.slick-prev.slick-arrow {
    left: -40px
}

button.slick-next.slick-arrow {
    right: -40px
}

.footer-wrap {
    background-color: #fff;
    padding: 40px 0 0 0;
    text-align: center
}

.footer-wrap .container {
    width: 100%
}

.footer-wrap li {
    list-style: none;
    color: #ccc;
    padding-bottom: 10px
}

.footer-wrap ul {
    padding-left: 0
}

.feature-links ul {
    flex-wrap: wrap;
    max-width: 550px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 20px
}

.feature-links ul li {
    list-style: none;
    color: #565656;
    padding-bottom: 10px;
    font-weight: 600
}

.feature-links {
    padding-bottom: 20px
}

.copyright-wrap {
    background-color: #000;
    text-align: center;
    padding: 30px 0
}

.copyright-wrap ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
    justify-content: space-between
}

.free-shipping {
    padding-bottom: 10px;
    padding-top: 30px
}

.subcribe-wrap h3 {
    font-size: 23px;
    text-align: center;
    color: #f0faff;
    margin-bottom: 60px
}

.social-links ul li {
    display: inline-block;
    padding-right: 5px
}

.copyright-wrap {
    display: inline-block
}

section.shipping-details-wrap {
    padding-top: 150px
}

.shipping-details-wrap .container {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 50px 20px;
    margin-bottom: 50px;
    position: relative
}

.shipping-details-wrap .list-right-wrap .mdb-select option,
.shipping-details-wrap .list-right-wrap .mdb-select optgroup {
    text-align: left !important
}

#firstButton-forword-botton {
    background: #fff0;
    color: #4d148c;
    font-weight: 400;
    letter-spacing: .0892857143em;
    border-radius: 50px
}

.shipping-details-wrap h3 {
    font-size: 16px;
    font-weight: 400;
    color: #575756;
    line-height: 2rem;
    margin-bottom: 0
}

.shipping-details-wrap .list-right-wrap .mdb-select {
    background: #fff0;
    color: #4d148c
}

.shipping-details-wrap .list-right-wrap {
    color: #4d148c !important
}

.pencil-icon i.fa.fa-pencil {
    margin-right: 5px;
    font-size: 22px
}

.row.list-wrap.fullwidth-wrap h3 {
    color: #4d148c;
    text-align: center
}

.shipping-details-wrap .col-md-6.col-sm-6 {
    padding-left: 0;
    padding-right: 0
}

#checklistSec h3 {
    color: #ff680a;
    margin-bottom: 0
}

#checklistSec {
    align-items: center
}

div#checklistSec2 #li_list ul#ul_list {
    padding: 0;
    margin: 0;
    color: #575756;
    line-height: 1.375rem;
    letter-spacing: .0071428571em
}

.shipping-details-wrap .row.list-wrap {
    padding: 6px 0;
    border-bottom: 1px solid #eaeaea;
    margin: 0
}

.shipping-details-wrap .list-right-wrap {
    text-align: right;
    color: #9c27b0
}

.shipping-details-wrap h5 {
    font-size: 16px;
    font-weight: 400;
    color: #4d148c
}

span.switch-handle.btn.btn-light.btn-sm {
    padding: 10px 35px
}

.shipping-details-wrap .col-md-6.col-sm-6,
.shipping-details-wrap .col-md-6.col-sm-4,
.shipping-details-wrap .col-md-6.col-sm-8,
.shipping-details-wrap .col-md-6.col-sm-3,
.shipping-details-wrap .col-md-6.col-sm-9 {
    padding-left: 0;
    padding-right: 0
}

.edit-volum ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0
}

.edit-volum ul li {
    list-style: none;
    margin-right: 5px
}

.edit-volum input#fname {
    padding: 3px 5px;
    font-size: 12px;
    width: 105px;
    border: 1px solid #ccc;
    outline: inherit
}

.pencil-wrap a {
    color: #56b2a1
}

.edit-volum .btn {
    border-radius: 0;
    padding: 3px 11px;
    background-color: #4d148c;
    border-color: #4d148c;
    color: #fff;
    text-transform: capitalize;
    border-radius: 20px;
    font-weight: 400;
    border-radius: 0;
    font-size: 12px
}

.edit-volum .btn:hover {
    background-color: #fff0;
    color: #4d148c
}

.list-right-wrap.edit-volum.coupon-box {
    display: flex;
    flex: auto;
    align-items: flex-end;
    justify-content: flex-end
}

.coupon {
    color: #fb580e
}

.coupon-box ul li {
    margin-right: 3px
}

.coupon-box ul li:last-child {
    margin-right: 0
}

.coupon-box ul {
    display: flex !important;
    margin-bottom: 1px
}

#coupon_code {
    margin-right: 5px
}

button#couponsubmit {
    padding: 5px 10px
}

section.modify-details-wrap {
    padding-top: 150px
}

.modify-details-wrap .container {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 25px 20px;
    margin-bottom: 50px;
    position: relative
}

.desktop-section {
    border-top: 1px solid #ccc
}

.modify-details-wrap .row.list-wrap {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin: 0
}

.modify-details-wrap h3 {
    font-size: 16px;
    font-weight: 400;
    color: #575756
}

.modify-details-wrap .list-right-wrap {
    text-align: right;
    color: #000
}

.modify-details-wrap .list-right-wrap ul {
    display: flex;
    max-width: 80px;
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
    float: right;
    margin-bottom: 0
}

.modify-details-wrap .list-right-wrap ul li {
    list-style: none
}

.modify-details-wrap .product-name-list ul li a {
    color: #000;
    font-size: 14px;
    padding: 10px 8px
}

.modify-details-wrap .product-name-list .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: #fff0
}

.modify-details-wrap .list-right-wrap ul li a .fa-minus-circle {
    color: #8d8d8d;
    font-size: 18px
}

.modify-details-wrap .list-right-wrap ul li a .fa-plus-circle {
    color: #612d8e;
    font-size: 18px
}

.modify-details-wrap h5 {
    font-size: 26px;
    font-weight: 400;
    color: #575757 !important
}

.product-name-list ul li {
    padding: 0 8px 0 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600
}

.product-name-list ul li:last-child {
    border-right: 0
}

.product-name-list ul {
    padding-left: 0;
    margin-bottom: 0px !important;
    margin-left: -10px
}

.product-view-content .row {
    margin-left: 0;
    margin-right: 0
}

.price-wrap p {
    font-weight: 400 !IMPORTANT;
    font-size: 36px;
    color: #ff6200 !important;
    font-family: "Roboto", sans-serif
}

.country-wrap p {
    font-size: 14px;
    color: #4d148c
}

.introduce-wrap p {
    color: #575756
}

.product-view-wrap p {
    color: #575756
}

.product-view-wrap .btn {
    border-radius: 0;
    padding: 8px 80px;
    background-color: #FF6200 !important;
    border-color: #FF6200 !important;
    color: #fff;
    text-transform: capitalize;
    border-radius: 20px;
    font-weight: 400
}

.model-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 715px;
    width: 100%;
    justify-content: space-between;
    padding-left: 0
}

.col-md-12.col-xs-12.three-popup-sec {
    padding-left: 0;
    padding-right: 0
}

.model-list-wrap ul li a {
    text-decoration: underline
}

.model-list-wrap ul li {
    list-style: none;
    font-weight: 600
}

.model-list-wrap ul li a {
    color: #4d148c;
    text-decoration: none;
    font-weight: 400
}

.orange-wrap a {
    color: #ff680a;
    text-decoration: none
}

.modal-dialog {
    margin-top: 10%
}

.modal-sevice-wrap h2 {
    font-size: 16px;
    font-weight: 600;
    color: #ff680a
}

.modal-sevice-wrap h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.text-underline {
    text-decoration: underline
}

.modal-sevice-wrap .modal-content {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden
}

.modal ul li {
    margin-bottom: 10px
}

.carton-modal ul li {
    list-style: none;
    margin-bottom: 25px;
    font-size: 17px
}

.carton-modal ul {
    padding-left: 0
}

div#accordion .text-right a {
    color: rgb(0 0 0 / .87) !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px
}

div#accordion .text-right a i {
    margin-right: 10px;
    font-size: 21px
}

.process-model ul li {
    list-style: none;
    text-align: center;
    position: relative;
    margin-bottom: 32px;
    font-size: 17px
}

.process-model ul li:before {
    content: "\f0d7";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    font: normal normal normal 18px/1 FontAwesome;
    color: #ff680a
}

.process-model ul {
    padding-left: 0
}

.shipping-details-wrap .list-right-wrap .btn option {
    text-align: left !important;
    padding: 10px 0px !important;
    color: #4d148c !important
}

.modify-modal ul {
    display: flex;
    padding-left: 0
}

.modify-modal ul li {
    list-style: none;
    margin-right: 5px
}

.modify-modal .custom-input ul li input {
    list-style: none;
    width: 50px
}

.modify-modal .custom-input ul li i {
    font-size: 22px
}

.modify-modal .custom-input ul {
    align-items: self-end
}

.modify-modal .list-right-wrap ul {
    justify-content: space-between;
    max-width: 80px;
    width: 100%;
    text-align: right;
    float: right
}

.modify-modal h4 {
    font-size: 18px
}

.modify-modal .list-right-wrap .btn {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px
}

.top-slider-wrap .container {
    background-color: #24262a;
    padding: 50px 0 65px 0
}

.top-slider-wrap {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%)
}

.top-slider-wrap .img-blog {
    min-height: 162px;
    overflow: hidden
}

.top-slider-wrap .img-blog img {
    max-width: 195px;
    min-height: 196px
}

.top-slider-wrap .title h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    font-size: 42px
}

.top-slider-wrap .title a {
    color: #2d2e30
}

.top-slider-wrap .slider {
    padding-top: 0
}

.email-input-wrap li {
    list-style: none;
    margin-right: 14px
}

.Email-request-wrap {
    padding-top: 150px;
    text-align: center
}

.Email-request-wrap .container {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 50px 20px;
    margin-bottom: 50px;
    position: relative
}

.Email-request-wrap input {
    max-width: 100%;
    width: 250px;
    padding: 8px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px
}

.disclaimer {
    width: auto !important
}

.float-form {
    display: flex;
    flex-direction: column;
    align-items: center
}

.email-input-wrap ul {
    display: flex;
    padding-left: 0;
    justify-content: center;
    margin-top: 10px
}

.Email-request-wrap h3 {
    font-size: 22px;
    text-align: center
}

.contact-impormation h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #e9460d;
    margin-top: 25px
}

.back-btn i {
    color: #858585
}

.back-btn {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 9
}

.forward-btn i {
    color: #858585
}

.forward-btn {
    position: absolute;
    top: 10px;
    right: 15px
}

.product-wrap {
    padding-top: 80px
}

.product-wrap ul {
    padding-left: 0
}

.product-wrap ul li {
    list-style: none
}

.product-wrap ul li {
    list-style: none
}

.product-wrap .blog-content .btn {
    position: relative;
    bottom: 0;
    font-size: 14px
}

.product-wrap .blog-content {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
    margin-bottom: 30px;
    height: 280px
}

.product-wrap .title-wrap {
    padding-bottom: 10px
}

.product-wrap.product-list-wrap .blog-content {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
    margin-bottom: 30px;
    height: 280px
}

.fix-button a {
    position: absolute;
    bottom: 25px
}

.filter-box h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.filter-box label {
    font-size: 14px
}

.product-list ul li {
    list-style: none;
    max-width: 29%;
    width: 100%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top
}

.introduce-wrap p {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 22px;
    color: #575756
}

.terms-banner {
    position: relative
}

.terms-banner .slicontent-wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.Terms-wrap {
    padding-top: 50px
}

.terms-list-wrap h4 {
    margin-top: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    color: #575756;
    line-height: 2.6rem
}

.terms-list-wrap ul li {
    padding-bottom: 10px
}

.last-wrap {
    margin-top: 50px
}

.last-wrap ul li {
    list-style: none;
    font-weight: 600
}

.policy-wrap {
    padding-top: 50px
}

.product-view-wrap {
    padding-top: 110px
}

.product-view-wrap h4 {
    font-weight: 400;
    font-size: 36px;
    color: #57575b
}

.introduce-wrap p {
    margin-top: 40px;
    margin-bottom: 10px
}

.price-wrap p {
    font-weight: 600
}

.country-wrap p {
    font-size: 14px
}

.cart-wrap {
    padding-top: 110px
}

.cart-wrap h4 {
    padding-bottom: 20px;
    margin-bottom: 0
}

.cart-bag ul {
    display: flex;
    padding-left: 0;
    position: relative;
    margin-bottom: 30px
}

.cart-bag ul li {
    list-style: none
}

.cart-bag ul li img {
    max-width: 150px;
    width: 100%;
    margin-right: 15px
}

.cart-bag h4 {
    border-bottom: 40px solid #4d148c;
    padding-bottom: 20px;
    margin-bottom: 20px
}

span.remove-wrap {
    position: absolute;
    top: 0;
    right: 0
}

span.remove-wrap i {
    font-size: 22px
}

span.cart-price {
    font-size: 28px;
    color: #4d148c
}

span.small-wrap {
    font-size: 12px;
    margin-right: 5px
}

.checkout-left ul {
    display: flex;
    padding-left: 0
}

.checkout-left ul li {
    list-style: none
}

.checkout-left ul li a {
    color: #000
}

.checkout-left ul {
    display: flex;
    padding-left: 0;
    justify-content: start
}

.checkout-left .border-wrap {
    border-bottom: 0 solid #ccc
}

.checkout-left ul li:first-child {
    max-width: 200px;
    width: 100%
}

.checkout-left ul li i {
    font-size: 18px;
    margin-right: 5px
}

.border-wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.country-wrap .btn {
    background-color: #ff6200;
    color: #fff;
    width: 100%;
    border-color: #ff6200;
    margin-top: 50px
}

.checkout-wrap {
    padding-top: 110px
}

.checkout-bag h4 {
    background-color: #4d148c;
    color: #fff;
    padding: 10px;
    padding-bottom: 8px !important;
    font-size: 18px;
    padding-top: 8px;
    margin-bottom: 15px
}

.checkout-bag input#fname {
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
    max-width: 500px;
    width: 100%;
    padding: 5px
}

.cvc-filed {
    margin-top: 30px
}

.cvc-filed ul {
    display: flex;
    padding-left: 0
}

.cvc-filed ul li {
    list-style: none;
    max-width: 275px;
    width: 100%
}

.heading-ul {
    background-color: #fbfbfb;
    padding: 10px !important
}

.heading-ul li {
    font-weight: 600
}

.checkout-img img {
    max-width: 150px
}

.checkout-img {
    margin-top: 20px
}

.contact-left {
    text-align: left
}

.contact-left .title-wrap h2 {
    text-align: left
}

.contact-left .line {
    margin-left: 0
}

.privacy-policy .relo-page,
.terms-of-use .relo-page {
    width: 100%
}

.privacy-policy .relo-content-title,
.terms-of-use .relo-content-title {
    font-size: 20px;
    font-weight: inherit;
    margin: 20px 0
}

.privacy-policy .relo-title-box,
.terms-of-use .relo-title-box {
    width: 100%;
    border-bottom: 1px solid #ccc
}

.privacy-policy .relo-title,
.terms-of-use .relo-title {
    color: #4d148c
}

.list-right-wrap.edit-volum {
    justify-content: end;
    display: inherit;
    flex: 100%
}

.reset-password {
    padding-top: 120px
}

.main-product-wrap .container {
    max-width: 100%;
    width: 100%;
    padding: 0 115px
}

div#autoUpdate {
    background-color: #e6e6fa;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 5px
}

div#autoUpdate1 {
    background-color: #e6e6fa;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 5px
}

.switch.btn {
    width: 70.1125px !important;
    height: 35px !important
}

.list-right-wrap .switch.btn-sm {
    height: 27px !IMPORTANT;
    min-height: 27px !important
}

.colourchange_nopointer {
    background-color: #fc6622 !important;
    color: #fff;
    border: 0px !important
}

.colourchange_nopointer:hover {
    color: white !important;
    border: 0px !important
}

.colourchange_nopointer {
    width: 300px;
    max-width: 100%;
    height: 40px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    font-size: .875rem;
    font-weight: 500
}

.custom-input input[type="number"] {
    -moz-appearance: textfield
}

.custom-input .input-number::-webkit-inner-spin-button,
.custom-input .input-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.service-wrap .product-details .btn {
    margin-top: 20px;
    position: absolute;
    bottom: 25px;
    right: 20px;
    background-color: #fc6622;
    border: none
}

.service-wrap .product-details .btn:hover {
    color: #fff
}

.blue-plus-minus {
    background-color: #4d148c !important
}

.bottom-menu {
    display: none
}

.float-form {
    display: flex;
    flex-direction: column;
    align-items: center
}

.float-form .input-group {
    position: relative;
    margin: 20px 0 10px
}

.float-form input {
    font-size: 14px;
    padding: 8px;
    display: block;
    width: 250px;
    border: none;
    border: 1px solid #ccc;
    z-index: 1;
    width: 100%;
    border-color: #632e8e;
    border-radius: 4px;
    min-width: 447px
}

.float-form input:focus {
    outline: none
}

.float-form label {
    color: #575756;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 8px;
    top: 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    background: #fff;
    z-index: 9
}

.float-form input:focus~label,
.float-form input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #575756;
    background: #fff;
    z-index: 8;
    padding: 4px 2px
}

.float-form .highlight {
    position: absolute;
    height: 50%;
    width: 100px;
    top: 10%;
    left: 8px;
    pointer-events: none;
    opacity: .5
}

.float-form input:focus~.float-form .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease
}

.input-group.plus-minus-input.left-align-plusminus {
    justify-content: flex-start
}

.model-heading-right {
    text-align: right;
    color: #785b9d;
    font-size: 28px
}

.previewitemtable2-tr1 {
    padding: 5px;
    color: #fff;
    width: 5%
}

.previewitemtable2-tr2 {
    padding: 5px;
    color: #fff;
    width: 80%
}

.previewitemtable2-tr3 {
    padding: 5px;
    color: #fff;
    width: 15%
}

.previewitemtable3-tr1 {
    padding: 5px;
    color: #fff;
    width: 5%
}

.previewitemtable3-tr2 {
    padding: 5px;
    color: #fff;
    width: 80%
}

.previewitemtable3-tr3 {
    padding: 5px;
    color: #fff;
    width: 15%
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #4285f4
    }

    to {
        width: 0;
        background: #fff0
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #4285f4
    }

    to {
        width: 0;
        background: #fff0
    }
}

@keyframes inputHighlighter {
    from {
        background: #4285f4
    }

    to {
        width: 0;
        background: #fff0
    }
}

@media screen and (max-width:502px) {
    .shipping-details-wrap .list-right-wrap .mdb-select {
        max-width: 141px;
        padding: 8px 0 !IMPORTANT;
        position: relative;
        left: -9px
    }
}

@media only screen and (max-width:767px) {
    .edit-volum .text-purple.customcuftinput ul {
        display: flex;
        flex-wrap: wrap
    }

    .fullColoumWidth .col-10 {
        max-width: 100%;
        flex: 0 0 100%
    }

    h3.lh-normal {
        line-height: inherit
    }

    .text-purple {
        font-size: 10px
    }

    .modify-details-wrap .row.list-wrap .col-md-6.col-sm-8.col-xs-6 {
        display: flex;
        flex: 0 0 75%;
        max-width: 75%;
        padding: 0
    }

    .modify-details-wrap .row.list-wrap .col-md-6.col-sm-4.col-xs-6 {
        display: flex;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0
    }

    .surcharge_font_size {
        font-size: 8px
    }

    .edit-volum .btn {
        padding: 3px 3px !important;
        font-size: 10px
    }

    .addItemQuentity .col-md-3.col-xs-3 {
        flex: 0 0 20%
    }

    .addItemQuentity .col-md-9.col-xs-9.list-right-wrap {
        flex: 0 0 70%
    }

    .additem {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    .additem div.col-md-2 {
        flex: 0 0 10%
    }

    .additem div.col-md-10 {
        flex: 0 0 86%
    }

    .inoneline ul {
        display: flex !important
    }

    .inoneline ul li:first-child {
        flex: 0 0 65% !important
    }

    .inoneline ul li input {
        width: 100% !important
    }

    .inoneline ul li button {
        width: 50px !important
    }

    .inoneline ul li:last-child {
        flex: 0 0 30% !important;
        margin: 2px
    }

    #goodsinput,
    #coupon_code {
        width: 100px !important;
        font-size: 10px;
        height: 24px
    }

    .custom-submit-btn {
        padding: 4px 8px !important;
        font-size: 8px !important;
        border-radius: 30px !important
    }

    .customvalue {
        font-size: 8px
    }

    .customname-h3 {
        font-size: 8px !important
    }

    .border-bottom-width-50 {
        width: 50px !important
    }

    .tooltip-inner {
        max-width: 250px !important
    }

    .tooltip-inner img {
        width: 100% !important
    }

    .fontsizecustom {
        font-size: 10px !important
    }

    .modify-details-wrap .product-name-list ul li a {
        padding: .5rem 1rem
    }

    .esti-sec li h5 {
        font-size: 14px;
        font-weight: 400;
        color: #575756
    }

    .esti-sec li h2,
    .esti-sec li h3 {
        font-size: 14px;
        font-weight: 400;
        color: #575756;
        text-align: left
    }

    #exampleModal4 .modal-body td {
        font-size: 14px !important
    }

    .col-md-6.col-sm-3 {
        width: 25%
    }

    .col-md-6.col-sm-9.list-right-wrap.edit-volum.coupon-box {
        width: 75%
    }

    .accordion-option {
        position: relative;
        top: 30px
    }

    .logo-wrap {
        padding-left: 0;
        padding-right: 0
    }

    button#requestQuotation button#requestQuotationnew {
        max-width: 300px;
        width: 100%;
        background: #FF6200;
        border: #FF6200 !important;
        height: 40px;
        font-weight: 400;
        font-size: 16px
    }

    button#requestQuotation:hover {
        color: #fff
    }

    p.browsing-right a {
        color: #575756;
        font-size: 16px;
        font-weight: 400
    }

    p.browsing-right {
        width: 100%;
        text-align: right
    }

    section#four-tab h4 {
        font-size: 18px;
        color: #575756;
        font-weight: 400;
        line-height: 1.5;
        text-align: left
    }

    section#four-tab h4 a {
        color: #575756
    }

    .float-btn-bottom {
        position: fixed;
        bottom: 0;
        background: #fff;
        left: 0;
        z-index: 9;
        width: 100%;
        margin-bottom: 0px !important
    }

    .float-btn-bottom .btn {
        width: 300px;
        max-width: 100%
    }

    button.slick-prev.slick-arrow {
        left: 0
    }

    button.slick-next.slick-arrow {
        right: 0
    }

    .bottom-menu {
        display: block
    }

    .v-bottom-navigation a::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 26px;
        height: 22px;
        background-size: auto 100%;
        background-position: center center
    }

    .v-bottom-navigation .home::before {
        background-image: url(/assets/web/images/img/home-3.png);
        background-repeat: no-repeat
    }

    .v-bottom-navigation .home.active::before {
        background-image: url(/assets/web/images/img/home-2.png);
        background-repeat: no-repeat
    }

    .v-bottom-navigation .search::before {
        background-image: url(/assets/web/images/img/search-3.png);
        background-repeat: no-repeat
    }

    .v-bottom-navigation .search.active::before {
        background-image: url(/assets/web/images/img/search-2.png);
        background-repeat: no-repeat
    }

    .v-bottom-navigation .calc::before {
        background-image: url(/assets/web/images/img/calcultor-3.png);
        background-repeat: no-repeat
    }

    .v-bottom-navigation .calc.active::before {
        background-image: url(/assets/web/images/img/calcultor-2.png);
        background-repeat: no-repeat
    }

    .v-bottom-navigation .cart::before {
        background-image: url(/assets/web/images/img/bag-3.png);
        background-repeat: no-repeat
    }

    .v-bottom-navigation .cart.active::before {
        background-image: url(/assets/web/images/img/bag-2.png);
        background-repeat: no-repeat
    }

    .v-bottom-navigation .account::before {
        background-image: url(/assets/web/images/img/profile-3.png);
        background-repeat: no-repeat
    }

    .v-bottom-navigation .cart.account::before {
        background-image: url(/assets/web/images/img/profile-2.png);
        background-repeat: no-repeat
    }

    .v-bottom-navigation {
        bottom: 0;
        display: flex;
        left: 0;
        justify-content: space-around;
        width: 100%;
        box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
        height: auto;
        transform: none;
        background-color: #fff;
        border-color: #fff;
        padding: 10px 0
    }

    .v-bottom-navigation-fixed {
        position: fixed;
        z-index: 4
    }

    .v-bottom-navigation.v-bottom-navigation-fixed a span {
        display: block;
        text-align: center;
        color: #b2b2b2;
        font-size: 10px
    }

    .v-bottom-navigation.v-bottom-navigation-fixed a {
        text-align: center;
        padding: 5px
    }

    .v-bottom-navigation.v-bottom-navigation-fixed a.active span {
        color: #4d148c
    }

    .row.list-wrap.fullwidth-wrap .model-list-wrap ul {
        text-align: left;
        justify-content: flex-start
    }

    .row.list-wrap.fullwidth-wrap .model-list-wrap ul li {
        margin-right: 10px;
        font-size: 10px
    }

    div#checklistSec2 #li_list ul#ul_list {
        font-size: 10px
    }

    #checklistSec h3 {
        text-align: center
    }

    #checklistSec .col-md-6.col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%
    }

    #checklistSec .col-md-6.col-sm-6.list-right-wrap {
        text-align: left
    }

    button#firstButton-forword-botton {
        background: #fff0;
        color: #612c8d;
        border: 0
    }

    .edit-volum ul {
        display: block
    }

    .desktop-section-one {
        display: none
    }

    .border-top-custom {
        border-top: 1px solid #ccc
    }

    .line-hide {
        display: none
    }

    .btn {
        border-radius: 0;
        padding: 8px 15px;
        font-size: 10px;
        border-radius: 50px
    }

    .mobile-wrap {
        width: 100%;
        background-color: #f7f7f7;
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 9;
        box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%)
    }

    button#updateItemBotton {
        width: 300px;
        max-width: 100%;
        height: 40px;
        box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%)
    }

    .custom-input input {
        height: 36px;
        display: inline-block;
        border: thin solid #eaeaea;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center
    }

    .model-input-sec {
        margin-bottom: 15px
    }

    .modify-modal .custom-input ul li i {
        color: #4d148c;
        font-weight: 100
    }

    .row.list-wrap.custom-model-plus-minus {
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 15px
    }

    .custom-model-plus-minus h4 {
        margin-bottom: 0;
        margin-top: 5px
    }

    .cm-color {
        color: #4d148c;
        font-style: italic;
        font-weight: 500;
        font-size: 24px
    }

    .modal-header {
        text-align: center;
        width: 100%;
        display: block
    }

    .modal-header .close {
        position: absolute;
        right: 7px;
        top: 12px
    }

    div#customexampleModal .modal-header {
        border-bottom: 0
    }

    h5#exampleModalLabel {
        font-size: 16px;
        color: #4D148C !important;
        font-weight: 400;
        margin-bottom: 6px
    }

    .model-input-sec .col-md-3.col-sm-3 {
        color: #4d148c
    }

    form#custom_item_add h4 {
        color: #4d148c;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.375rem
    }

    h5#exampleModalLabel {
        font-size: 16px;
        color: #4D148C !important;
        font-weight: 400;
        margin-bottom: 6px
    }

    .model-input-sec .col-md-3.col-sm-3 {
        color: #4d148c
    }

    .modify-modal .list-right-wrap button#joininbutton {
        width: 300px;
        box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
        height: 40px;
        font-size: .875rem;
        font-weight: 400;
        margin-bottom: 0
    }

    form#custom_item_add .modal-body {
        padding-bottom: 8px
    }

    #customexampleModal .modal-dialog {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        margin: 0;
        padding: 0
    }

    #customexampleModal .modal-dialog .modal-content {
        border: 0
    }

    #customexampleModal .modal-dialog .row.list-wrap .col-md-6.col-xs-6 {
        display: flex;
        flex: 0 0 50%;
        margin-bottom: 15px
    }

    .model-input-sec input.name-input {
        width: 100%;
        border: thin solid #eaeaea;
        height: 36px;
        border-radius: 5px;
        padding: 1.2rem 1rem
    }

    .row.model-input-sec .col-md-9.col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .row.model-input-sec .col-md-3.col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .model-input-sec input#item_name {
        height: 36px;
        padding: 1.2rem 1rem;
        width: 100%;
        border: thin solid #eaeaea;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

    .Email-request-wrap .title-wrap h2 {
        font-size: 18px
    }

    .Email-request-wrap {
        padding-top: 90px
    }

    #exampleModal,
    #exampleModal2,
    #exampleModal1 {
        z-index: 999999;
        padding-right: 0px !important
    }

    #exampleModal .modal-dialog,
    #exampleModal2 .modal-dialog,
    #exampleModal1 .modal-dialog {
        margin: 0
    }

    #exampleModal .modal-content,
    #exampleModal1 .modal-content,
    #exampleModal2 .modal-content {
        height: 100vh;
        border: 0;
        overflow: auto
    }

    section#third-tab .line {
        display: none
    }

    .Email-request-wrap .container {
        padding: 20px
    }

    .service-wrap .title-wrap h2 {
        font-size: 26px
    }

    .service-destination-list span.px-2.text-sandblue {
        font-size: 22px
    }

    .banner-box-ship {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        max-width: 100%;
        width: 100%;
        top: 0
    }

    .select-package {
        position: relative;
        margin-top: 0%
    }

    .banner-box-ship img {
        width: 141px;
        max-width: 100%
    }

    .banner-box h2 {
        font-size: 26px !important;
        text-align: center !important
    }

    .title-wrap.selection-wrap h2 {
        text-align: center !important
    }

    .title-wrap h2 {
        font-size: 16px;
        text-align: left;
        font-weight: 400
    }

    .Email-request-wrap h3,
    .Email-request-wrap h5 {
        font-size: 18px;
        text-align: left;
        color: #575756;
        font-weight: 400
    }

    .esti-sec ul {
        width: 100% !IMPORTANT
    }

    .esti-sec {
        margin-top: 30px
    }

    h3.contact-impormation {
        width: 100%
    }

    h3.contact-impormation {
        width: 100%
    }

    .email-input-wrap ul {
        display: block
    }

    .Email-request-wrap input,
    .float-form input {
        width: 100%;
        border-color: #632e8e;
        border-radius: 4px;
        min-width: 100%
    }

    form#registerform .float-form input,
    form#loginform .float-form input {
        border: 1px solid #ccc
    }

    .v-divider {
        display: block;
        flex: 1 1 0%;
        max-width: 100%;
        height: 0;
        max-height: 0;
        border: solid;
        border-width: thin 0 0;
        transition: inherit;
        position: relative;
        top: 10px
    }

    .border-purple {
        border-color: #4d148c !important;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        opacity: .75
    }

    .title-upper-wrap-sec {
        position: relative
    }

    .title-upper-wrap {
        position: fixed;
        left: 0;
        top: 83px;
        width: 100%;
        background-color: #fff;
        height: 41px;
        padding: 10px 10px;
        z-index: 9
    }

    .title-upper-wrap .forward-btn {
        position: absolute;
        top: 7px;
        right: 20px
    }

    .modify-details-wrap .row.list-wrap .col-md-6.col-xs-6 {
        display: flex;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row.list-wrap.mobile-section .list-right-wrap {
        border-left: 1px solid #ccc
    }

    .row.list-wrap.mobile-section font.text-purple {
        display: block;
        color: rgb(0 0 0 / .87) !important
    }

    .mobile-btn-sec {
        margin: 0 0;
        display: block !important;
        background-color: #fff;
        padding: 2px
    }

    .mobile-btn-sec .plus-mobile-btn {
        background-color: #fff0;
        color: #4d148c;
        border: 0;
        font-size: 16px;
        font-weight: 400;
        padding: 6px 15px
    }

    .row.list-wrap.mobile-section {
        display: flex;
        font-size: 16px !important;
        padding: 0;
        align-items: center;
        border-bottom: 0;
        background-color: #f7f7f7;
        padding: 10px 0
    }

    .modify-details-wrap .list-right-wrap h5,
    .row.list-wrap.mobile-section .hkd-font h3 {
        font-size: 10px;
        color: rgb(0 0 0 / .87) !important;
        line-height: 1.5
    }

    .row.list-wrap.mobile-section .col-md-6 {
        display: flex;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
        justify-content: center
    }

    .mobile-slider,
    .mobile-section {
        display: block
    }

    .desktop-slider,
    .desktop-section {
        display: none
    }

    .header {
        padding: 15px 0px !important
    }

    .navbar {
        display: inherit;
        padding-left: 0;
        padding-right: 0
    }

    .navbar-light .navbar-toggler {
        float: right;
        margin-top: -50px
    }

    .slider .carousel-indicators li {
        width: 10px;
        height: 10px
    }

    .header .navbar-nav {
        padding-top: 15px
    }

    .slider {
        padding-top: 80px
    }

    section.selection-wrap {
        padding: 30px 0
    }

    .slicontent-wrap h2 {
        font-size: 21px;
        letter-spacing: 0em;
        margin-bottom: 4px;
        color: #000
    }

    .slicontent-wrap {
        left: 0;
        padding-left: 15px
    }

    .platform-wrap .row {
        margin-right: 0;
        margin-left: 0
    }

    .slicontent-wrap p {
        font-size: 16px
    }

    .why-content h2 {
        font-size: 28px;
        color: #fff;
        font-weight: 800
    }

    .why-content {
        background-color: #56b2a1;
        text-align: left;
        color: #000;
        position: relative;
        padding-top: 50px;
        padding-left: 25px;
        padding-bottom: 50px
    }

    .who-abs h2 {
        font-weight: 400;
        font-size: 1.6rem
    }

    .platform-wrap .container {
        padding-left: 0;
        padding-right: 0
    }

    .platform-wrap h2 {
        font-size: 36px;
        text-align: center;
        line-height: 1.5
    }

    .platform-wrap .conutry-wrap {
        width: 100%;
        margin: 15px 0
    }

    .platform-wrap .conutry-wrap ul li {
        font-size: 22px
    }

    .platform-wrap .overseas-wrap ul li {
        font-size: 22px
    }

    .service-wrap .title-wrap i {
        font-size: 16px;
        padding-right: 16px !important;
        padding-left: 16px !important;
        line-height: 0;
        color: rgb(0 0 0 / .54);
        position: relative;
        top: -4px !important
    }

    .blog-content {
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .tips-content {
        padding-top: 20px
    }

    .footer-wrap {
        text-align: center
    }

    .copyright-wrap {
        margin-top: 0;
        padding: 30px 0 80px
    }

    form#filterform {
        display: flex;
        flex-wrap: wrap
    }

    .filter-box ul {
        padding-left: 0;
        padding-right: 30px
    }

    .product-list .row {
        margin-left: 0;
        margin-right: 0
    }

    .product-list ul li {
        list-style: none;
        max-width: 42%
    }

    .product-wrap.product-list-wrap .blog-content {
        height: 230px
    }

    .selection-wrap ul li {
        list-style: none;
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px
    }

    .selection-wrap ul li .btn {
        max-width: 100% !important;
        width: 100%
    }

    .terms-list-wrap {
        padding: 20px
    }
}

#exampleModal4 .modal-dialog {
    max-width: 900px;
    width: 100%
}

#exampleModal4 .modal-dialog .modal-content {
    height: 550px;
    overflow: scroll
}

@media screen and (min-device-width:768px) and (max-device-width:991px) {
    .mobile-logo-wrap {
        display: block;
        width: 100%;
        display: block;
        flex: inherit;
        max-width: 100%
    }

    .navbar-light .navbar-toggler {
        margin-top: 0
    }

    .col-md-4.col-sm-12.nav-wrap {
        flex: inherit;
        max-width: 100%
    }

    .cart-wrap {
        transform: inherit;
        padding-right: 27px;
        flex: inherit;
        max-width: 100%
    }
}

@media only screen and (max-width:991px) {
    .modify-details-wrap .container {
        max-width: 95%
    }

    div#navbarSupportedContent {
        position: fixed;
        height: 100%;
        background: #fff;
        min-width: 256px;
        right: -256px;
        padding: 10px 20px;
        top: 0;
        -moz-transition: all .08s linear;
        -o-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        padding-top: 50px;
        display: block !IMPORTANT
    }

    ul.navbar-nav.mr-auto {
        text-align: left
    }

    div#navbarSupportedContent.show {
        right: 0
    }

    .close-menu {
        position: absolute;
        top: 21px;
        right: 50px
    }

    .close-menu button.navbar-toggler {
        border: 0;
        margin-top: 0
    }

    .close-menu i.fa.fa-times {
        font-size: 30px
    }

    button.navbar-toggler:after {
        position: fixed;
        content: '';
        width: 100%;
        height: 100%;
        background: #000;
        left: 0;
        top: 0;
        opacity: .5
    }

    button.navbar-toggler.collapsed:after {
        display: none
    }

    .close-menu button.navbar-toggler:after {
        display: none
    }

    .header .navbar-expand-lg .navbar-nav a.nav-link {
        color: #00000099 !important;
        font-weight: 400;
        font-size: 18px !important;
        line-height: 1.5
    }

    .header {
        padding: 15px 15px
    }

    .slider {
        padding-top: 78px
    }

    .logo-wrap {
        width: 100%;
        flex: inherit;
        max-width: 100%
    }

    .nav-wrap {
        width: 100%;
        flex: inherit;
        max-width: 100%
    }

    .navbar {
        display: inherit
    }

    .navbar-light .navbar-toggler {
        margin-top: -40px;
        float: right
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 0;
        font-size: 1.5rem !important
    }

    .header .nav-item .nav-link {
        color: #000 !important;
        border-right: 0 solid #fff;
        padding: 10px 0px !important;
        border-bottom: 1px solid #ebebeb;
        width: 100%
    }

    #exampleModal4 .modal-dialog {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        margin-top: 25%
    }

    #exampleModal4 .modal-dialog td p {
        width: 100%;
        text-align: justify
    }

    #exampleModal4 .modal-dialog .modal-content {
        height: 550px;
        overflow: scroll
    }

    #exampleModal4 .modal-body {
        padding: 30px 30px;
        padding-top: 0
    }

    .main-product-wrap .container {
        max-width: 100%;
        width: 100%;
        padding: 0 30px
    }

    .header .mobile-text-menu {
        display: block
    }

    .header .mobile-icon-menu {
        display: none
    }
}

@media screen and (max-width:872px) {
    .col-auto.right-sec-calc {
        max-width: 58%
    }
}

@media screen and (min-device-width:768px) and (max-device-width:1199px) {
    .header {
        padding: 15px 15px
    }

    .header li.nav-item {
        margin-bottom: 10px
    }

    .navbar-light .navbar-toggler {
        float: right
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 15px;
        font-size: 18px !important
    }

    .navbar {
        display: block
    }

    .slider {
        padding-top: 70px
    }

    .slicontent-wrap {
        max-width: 600px
    }

    .slicontent-wrap h2 {
        font-size: 28px;
        letter-spacing: .05em;
        margin-bottom: 10px
    }

    .slicontent-wrap {
        max-width: 600px;
        z-index: 999
    }

    .why-content h2 {
        font-size: 32px
    }

    .why-content p {
        font-size: 16px
    }

    .title-wrap h2 {
        font-size: 32px
    }

    .checkout-img h5 {
        font-size: 13px
    }

    .checkout-img span.cart-price {
        font-size: 22px;
        color: #4d148c
    }
}

@media screen and (min-device-width:992px) and (max-device-width:1040px) {
    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 8px
    }
}

@media screen and (min-device-width:1200px) and (max-device-width:1500px) {
    .slicontent-wrap {
        max-width: 900px
    }

    .slicontent-wrap h2 {
        padding-top: 44px;
        font-size: 30px;
        margin-bottom: 20px
    }

    .header {
        padding: 15px 45px
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 10px;
        font-size: 12px
    }

    .main-product-wrap .container {
        max-width: 100%;
        width: 100%;
        padding: 0 60px
    }
}

.plus-minus-input {
    -webkit-align-items: center;
    -ms-flex-align: cAenter;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end
}

.plus-minus-input .input-group-field {
    text-align: center;
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 0;
    width: 40px;
    font-size: 20px;
    color: #7a7a7a;
    -webkit-appearance: none;
    border: 0
}

.plus-minus-input input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.plus-minus-input input[type="number"] {
    -moz-appearance: textfield
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.plus-minus-input .input-group-button .circle {
    border: 0;
    color: #fff;
    background-color: #858585;
    width: 20px;
    height: 20px;
    line-height: 10px;
    border-radius: 50%;
    text-align: center;
    padding: 0
}

.plus-minus-input .input-group-button .circle i {
    font-size: 11px
}

.plus-minus-input .input-group-button .circle.blue-plus {
    font-size: 11px;
    background-color: #612d8e
}

.slick-track {
    min-width: 100%
}

@media only screen and (max-width:767px) {
    .row.list-wrap.mobile-section .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .methon-inline {
        font-size: 10px !important;
        line-height: 5
    }

    .shipping-details-wrap .list-right-wrap .mdb-select {
        left: 0;
        padding: 7px 10px !important
    }

    .shipping-details-wrap h3 {
        font-size: 10px
    }

    .shipping-details-wrap h5 {
        font-size: 10px !important;
        line-height: 2
    }

    .checkout-left.contact-left .title-wrap h2,
    .about-us-sec .about-hide .title-wrap h2 {
        display: none
    }

    .title-wrap.contact-title,
    .about-us-sec .title-wrap h2 {
        display: block
    }

    .title-wrap.contact-title h2 {
        color: #575756;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0
    }

    .title-wrap.contact-title h2 {
        color: #575756;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0
    }

    .checkout-left.contact-left {
        color: #575756;
        font-weight: 400;
        font-size: 16px
    }

    .checkout-left.contact-left h5 {
        font-weight: bolder;
        font-size: 16px !IMPORTANT
    }

    .checkout-left.contact-left p {
        font-size: 16px;
        color: #575756;
        margin-top: 20px
    }

    .checkout-left .border-wrap li {
        font-weight: bolder
    }

    .checkout-left .border-wrap li i {
        font-size: 22px
    }

    .checkout-left .border-wrap li a {
        color: #575756;
        text-decoration: underline;
        font-weight: 400
    }

    .img-blog .product-details h5,
    .img-blog .product-details h5 span.big-wrap {
        font-size: 16px;
        font-weight: 400;
        line-height: .4
    }

    .img-blog .product-details .btn {
        background: #4D148C;
        font-weight: 400
    }

    .img-blog .product-details h3 {
        color: rgb(0 0 0 / .87) !important;
        font-size: 16px;
        text-align: left;
        font-weight: 400
    }

    .footer-wrap li a {
        color: #b5b5b5
    }

    .feature-links {
        padding-bottom: 20px;
        margin: auto;
        width: 245px;
        padding: 0
    }

    .feature-links ul li a {
        font-weight: 400;
        color: rgb(0 0 0 / .87) !important
    }

    .feature-links ul li {
        text-align: left;
        margin-bottom: 16px
    }

    .feature-links li i {
        color: rgb(0 0 0 / .54);
        font-size: 24px;
        position: relative;
        top: 3px;
        margin-right: 0
    }

    .slider .carousel-item img {
        object-fit: cover
    }

    .slicontent-wrap {
        max-width: 360px
    }

    .selection-wrap ul {
        padding-left: 0
    }

    .service-wrap .img-blog {
        height: 280px
    }

    .slicontent-wrap h2 {
        color: #4d148c !important
    }

    .list-wrap .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .shipping-details-wrap .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .shipping-details-wrap .col-sm-4 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .shipping-details-wrap .fullwidth-wrap h3 {
        text-align: center
    }

    .model-list-wrap ul {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
        justify-content: space-around;
        padding-left: 0
    }

    .modal-dialog {
        margin-top: 25%
    }
}

.select-package p {
    text-align: left;
    padding-left: 20px
}

.select-package ul {
    padding-left: 0
}

@media screen and (min-width:769px) {

    .privacy-policy .relo-title,
    .terms-of-use .relo-title {
        font-size: 36px;
        margin: 40px auto
    }

    .privacy-policy .relo-content,
    .terms-of-use .relo-content {
        width: 100%;
        padding-top: 40px
    }

    .privacy-policy .relo-intro,
    .terms-of-use .relo-intro {
        margin-bottom: 40px
    }
}

.service-wrap .country-name {
    font-size: 24px;
    font-weight: 400;
    padding-left: 15px;
    width: 100%;
    display: block
}

span.right-arrow {
    position: absolute;
    top: 19px;
    right: 30px;
    font-size: 16px
}

.country-name.collapsed .fa-chevron-up {
    display: none
}

.country-name .fa-chevron-down {
    display: none
}

.country-name.collapsed .fa-chevron-down {
    display: block
}

.product-name-list ul li {
    position: relative
}

.furniture_list-header .nav-pills .nav-link #catCus-circle,
.furniture_list-header .nav-pills .nav-link #catOne-circle,
.furniture_list-header .nav-pills .nav-link #catTwo-circle,
.furniture_list-header .nav-pills .nav-link #catThree-circle,
.furniture_list-header .nav-pills .nav-link #catFour-circle,
.furniture_list-header .nav-pills .nav-link #catFive-circle,
.furniture_list-header .nav-pills .nav-link #catSix-circle,
.furniture_list-header .nav-pills .nav-link #catSeven-circle,
.furniture_list-header .nav-pills .nav-link #catEight-circle {
    width: 18px;
    height: 18px;
    background-color: #b2b2b2;
    border-radius: 50px;
    color: #fff;
    line-height: 1.5;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    text-align: center;
    top: 12px
}

.mobile-section,
.mobile-btn-sec {
    display: none
}

hr.nav-hr-divider {
    max-height: 5rem;
    min-height: 1rem;
    height: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
    border-color: #0000001f;
    align-self: stretch;
    border: 1px solid #0000001f;
    border-width: 0 thin 0 0;
    display: initial
}

.hkd-font h3 {
    font-size: 26px;
    font-weight: 400
}

.furniture_list-header .nav-pills .nav-link {
    color: #575757 !important;
    font-size: 16px !important
}

.furniture_list-header .nav-pills .nav-link.active {
    color: #4d148c !important;
    font-weight: 400
}

.furniture_list-header .nav-pills .nav-link.active #catCus-circle,
.furniture_list-header .nav-pills .nav-link.active #catOne-circle,
.furniture_list-header .nav-pills .nav-link.active #catTwo-circle,
.furniture_list-header .nav-pills .nav-link.active #catThree-circle,
.furniture_list-header .nav-pills .nav-link.active #catFour-circle,
.furniture_list-header .nav-pills .nav-link.active #catFive-circle,
.furniture_list-header .nav-pills .nav-link.active #catSix-circle,
.furniture_list-header .nav-pills .nav-link.active #catSeven-circle,
.furniture_list-header .nav-pills .nav-link.active #catEight-circle {
    background-color: #4d148c
}

@media all and (max-width:1024px) {

    section.shipping-details-wrap,
    section.modify-details-wrap {
        padding-top: 90px !important
    }

    .furniture_list-header .nav-pills .nav-link #catCus-circle,
    .furniture_list-header .nav-pills .nav-link #catOne-circle,
    .furniture_list-header .nav-pills .nav-link #catTwo-circle,
    .furniture_list-header .nav-pills .nav-link #catThree-circle,
    .furniture_list-header .nav-pills .nav-link #catFour-circle,
    .furniture_list-header .nav-pills .nav-link #catFive-circle,
    .furniture_list-header .nav-pills .nav-link #catSix-circle,
    .furniture_list-header .nav-pills .nav-link #catSeven-circle,
    .furniture_list-header .nav-pills .nav-link #catEight-circle {
        top: 16px
    }

    .shipping-details-wrap .list-right-wrap .btn option {
        text-align: left !important;
        padding: 10px 0px !important;
        color: #4d148c !important;
        -webkit-text-fill-color: red;
        -webkit-text-fill-color: #000;
        -webkit-text-fill-color: #64c800
    }

    .furniture_list-header {
        width: 100%;
        overflow-x: auto;
        margin-bottom: -21px
    }

    .product-name-list {
        overflow: hidden;
        max-height: 60px;
        height: 41px;
        line-height: 2;
        padding-left: 5px;
        padding-right: 5px
    }

    .product-name-list ul {
        width: 1000px
    }
}

@media (max-width:600px) {
    .checkout-left ul li:first-child {
        max-width: 150px;
        width: 100%
    }
}

@media (max-width:500px) {
    .checkout-left ul li:first-child {
        max-width: 110px;
        width: 100%
    }
}

@media screen and (max-width:390px) {
    .shipping-details-wrap .list-right-wrap .mdb-select {
        left: 0;
        width: 100%
    }

    .shipping-details-wrap h5 {
        font-size: 12px;
        line-height: 2
    }

    .shipping-details-wrap h3 {
        font-size: 12px;
        font-weight: 400;
        color: #575756;
        line-height: 2rem;
        margin-bottom: 0
    }
}

@media screen and (min-device-width:768px) and (max-device-width:991px) {
    .hkd-font h3 {
        font-size: 18px !important
    }

    .modify-details-wrap h5 {
        font-size: 18px
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (display:flow-root) {
        span.icons-re {
            position: absolute;
            left: 0;
            top: 27px
        }

        span.icons-re.country-icon {
            top: 27px !important
        }

        .selection-wrap ul li select {
            padding-left: 28px;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none
        }
    }

    @media only screen and (min-device-width :768px) and (max-device-width :1024px) {
        .selection-wrap ul li:nth-child(1) {
            position: relative;
            top: 0
        }
    }
}

li.nav-item.customtab {
    position: relative;
    padding-right: 22px
}

li.nav-item.customtab .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

li.nav-item.customtab .nav-link span#catCus {
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (min-width:769px) {
    ul.dashboardTab li {
        margin-right: 10px
    }
}

.headgreendashboard .card-header {
    background: #e5cce5 !important;
    color: #fff !important
}

.dashboardTab .nav-item .img-fluid {
    max-width: 24px;
    display: block;
    margin: auto
}

.dashboardTab .nav-link.active .img-fluid.userwhite,
.dashboardTab .nav-link.active img.img-fluid.calwhite {
    display: block
}

.dashboardTab .nav-link.active .img-fluid.userpurple,
.dashboardTab .nav-link.active .img-fluid.calpurple,
.dashboardTab .nav-link img.img-fluid.calwhite,
.dashboardTab .nav-link img.img-fluid.userwhite {
    display: none
}

.clear-fix+h1:empty {
    display: none;
}
