.offcanvas-menu {
    height: 800px;
    padding: 2rem;
    overflow: auto;
    margin-top: 20px;
    width: 100%;
    background-image: linear-gradient(to left, #100edd 0%, #cf939e 100%)
}

.offcanvas-menu::-webkit-scrollbar-track,
html::-webkit-scrollbar-track,
.modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.offcanvas-menu::-webkit-scrollbar,
html::-webkit-scrollbar,
.modal::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.offcanvas-menu::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc
}

.logoText {
    transform: translate(50%, -50%);
    text-transform: uppercase;
    font-family: verdana;
    font-size: 2em;
    font-weight: 500;
    color: #100edd
}

.h3 {
    margin-bottom: 0;
    font-weight: 500;
    transform: translate(0%, 0%);
    text-transform: uppercase;
    font-family: verdana;
    font-size: 1.5em;
    font-weight: 500;
    color: #ccc
}

.section-heading:before {
    background-color: #ccc
}

.slider-wrap-layout7 {
    margin-bottom: 20px
}

.a2a_button_header a span {
    width: 25px;
    height: 25px;
    background-color: #100edd !important;
    border-radius: 2px !important
}

.loadmore-btn-layout2 {
    margin: 28px 0
}

.loadmore-btn-layout2 .item-btn {
    font-size: 16px;
    font-weight: 500;
    background-color: #e5e5e5;
    color: #212529
}

.a2a_button_content a span {
    width: 35px;
    height: 35px;
    background-color: #e5e5e5 !important;
    border-radius: 2px !important
}

.a2a_button_content {
    width: 280px;
    margin: auto !important
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.mt-25 {
    margin-top: 25px
}

.mt-50 {
    margin-top: 50px
}

.mb-25 {
    margin-bottom: 25px
}

.fas,
.far {
    padding: 0 5px
}

.adtitle {
    padding: 0 5px
}

.btn-Custom {
    background: #e5e5e5;
    color: #fff
}

#street-view {
    height: 400px;
    width: 100%
}

.offcanvas-logo {
    margin-bottom: 50px
}

#loading {
    width: 114px;
    height: 100px;
    margin: 50px auto
}

.letter-spacing {
    letter-spacing: 3px;
    line-height: 20px
}

#loading span {
    height: 80px;
    width: 15px;
    background: #f01b00;
    display: inline-block;
    animation: loader 1s infinite
}

#loading p {
    color: #f01b00;
    font-size: 18px;
    font-family: Helvetica;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 300;
    letter-spacing: .05em;
    text-align: center
}

@keyframes loader {
    50% {
        height: 30px;
        margin-top: 50px;
        opacity: .5
    }
}

#loading span:nth-child(1) {
    animation-delay: .1s
}

#loading span:nth-child(2) {
    animation-delay: .2s
}

#loading span:nth-child(3) {
    animation-delay: .3s
}

#loading span:nth-child(4) {
    animation-delay: .4s
}

#loading span:nth-child(5) {
    animation-delay: .5s
}

#loading span:nth-child(6) {
    animation-delay: .6s
}

.MemberLog {
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0;
    position: relative;
    height: 26px;
    width: 26px;
    z-index: 0;
    background: #cf939e;
    color: #fff;
    text-align: center;
    line-height: 26px
}

.header-action-items ul li {
    line-height: initial
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #100edd;
    border-color: #fff;
    background-color: #100edd
}

.nav-tabs .nav-link {
    border: solid transparent;
    border-width: 0 0 2px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    font-size: 15px;
    padding: 17px 29px 16px
}

.close span {
    font-size: 2em
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 15px);
    padding: .375rem .75rem;
    /* font-size: 1.5rem; */
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer
}

@media(max-width: 768px) {
    .form-control {}

    .nav-tabs .nav-link {
        padding: 17px 20px 16px
    }

    .max-w-300-mt-5 {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.btn-yosuw h2 {
    font-size: 16px;
    margin: auto
}

.btn-yosuw.disabled h2 {
    color: #000
}

.btn-yosuw {
    color: #f8f9fa;
    background-image: linear-gradient(to left, #9392ff 0%, #100edd 100%);
    border-color: #ccc;
    border-radius: .25rem;
    font-size: unset
}

.btn-yosuw:hover {
    color: #fff;
    background-color: #cf939e;
    border-color: #ccc
}

.btn-yosuw.focus,
.btn-yosuw:focus {
    box-shadow: 0 0 0 .2rem #cf939e
}

.btn-yosuw.disabled,
.btn-yosuw:disabled {
    color: #000;
    background-color: #cf939e;
    border-color: #cf939e
}

.btn-yosuw:not(:disabled):not(.disabled).active,
.btn-yosuw:not(:disabled):not(.disabled):active,
.show>.btn-yosuw.dropdown-toggle {
    color: #fff;
    background-color: #cf939e;
    border-color: #cf939e
}

.btn-yosuw:not(:disabled):not(.disabled).active:focus,
.btn-yosuw:not(:disabled):not(.disabled):active:focus,
.show>.btn-yosuw.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #cf939e
}

.table td,
.table:not(.table-bordered) th {
    border-top: none;
    background: #fff2f2
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
    padding: 10px;
    height: 60px;
    vertical-align: middle
}

.table:not(.table-sm) thead th {
    border-bottom: none;
    background-color: #f8f9fa;
    color: #100edd;
    padding-top: 15px;
    padding-bottom: 15px
}

.table.table-md th,
.table.table-md td {
    padding: 10px 15px
}

.table.table-bordered td,
.table.table-bordered th {
    border-color: #f6f6f6
}

.table .team-member {
    position: relative;
    width: 30px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
    display: inline-block
}

.table .team-member img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 1000px
}

.table .team-member-sm {
    width: 32px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease
}

.table .team-member-sm:hover {
    webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(75, 70, 124, .2);
    box-shadow: 0 14px 24px rgba(75, 70, 124, .2);
    z-index: 999
}

.table .order-list li img {
    border: 2px solid #fff;
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

.table .order-list li+li {
    margin-left: -14px;
    background: 0 0
}

.table .order-list li .badge {
    background: rgba(228, 222, 222, .8);
    color: #6b6f82;
    margin-bottom: 6px
}

.table .table-img img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #bbb;
    -webkit-box-shadow: 5px 6px 15px 0 rgba(49, 47, 49, .5);
    -moz-box-shadow: 5px 6px 15px 0 rgba(49, 47, 49, .5);
    -ms-box-shadow: 5px 6px 15px 0 rgba(49, 47, 49, .5);
    box-shadow: 5px 6px 15px 0 rgba(49, 47, 49, .5);
    text-shadow: 0 0 #000
}

.table-links {
    color: #34395e;
    font-size: 12px;
    margin-top: 5px;
    opacity: 0;
    transition: all .3s
}

.table-links a {
    color: #666
}

.multiselect.dropdown-toggle.custom-select {
    height: auto;
    background: #cf939e;
    color: #100edd;
    font-weight: 500
}

table tr:hover .table-links {
    opacity: 1
}

.text-info {
    color: #100edd !important
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02)
}

.inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0
}

.inner-page-banner .breadcrumbs-area ul {
    margin-top: 22px
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.pd-10 {
    padding: 10px
}

.pr-5px {
    padding-right: 5px
}

.ml-10 {
    margin-left: 10px
}

.cursor {
    cursor: pointer
}

.height-800 {
    min-height: 800px
}

.x-large {
    font-size: x-large
}

.size18 {
    font-size: 18px
}

#ajax_loader {
    position: fixed;
    z-index: 99999999;
    background: rgb(0 0 0/5%);
    width: 100%;
    height: 100%;
    display: none
}

#ajax_loader>img {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999999
}

.checked {
    color: orange
}

.p-b-0 {
    padding-bottom: 0 !important
}

.item-img {
    position: relative
}

.item-img .scores {
    position: absolute;
    top: 0;
    right: 0;
    background: #cf939e;
    color: #fff;
    border-bottom-left-radius: 100%;
    width: 35px;
    height: 35px;
    padding-left: 5px;
    text-align: center;
    font-size: 14px
}

.widget-follow-us-2 ul li.single-item {
    max-width: 15%
}

.widget-follow-us-2 ul li.single-item a {
    background-color: #00bcd49e;
    color: #212529;
    font-size: 16px
}

.widget-follow-us-2 ul li.single-item a:hover {
    background-color: #17a2b8 !important;
    color: #fff
}

.widget-follow-us-2 ul li.single-item a:hover {
    background-color: #111;
    color: #fff
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a {
    color: #2f2f2f
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    color: #fff !important
}

.dropdown-description {
    font-size: 16px
}

.widget-categories-2 ul li a:hover {
    background-color: #cf939e
}

.widget-categories-2 ul li a {
    background-color: rgb(0 0 0/5%)
}

.widget-categories-2 ul li a .item-title {
    font-size: x-large;
    color: #100edd
}

.login_box {
    background: #2624ff;
    padding: inherit;
    max-width: 450px;
    min-height: 300px
}

.logoText2 {
    transform: translate(50%, -50%);
    text-transform: uppercase;
    font-family: verdana;
    font-size: 2em;
    font-weight: 100;
    color: #fff
}

.footer-wrap-layout1 {
    padding: 2rem;
    background-color: #100edd;
    width: 100%
}

.footer-box-layout1 a,
.copyright {
    color: #fff
}

.scrollup {
    background-color: #100edd
}

.page-content-wrap .table {
    background-color: #f8f8f8;
    color: rgb(0 0 0/80%)
}

.padding-25 {
    background: #f9f5f5;
    padding: 25px
}

.form-control {
    padding: .375rem .75rem
}

.btn-info {
    color: #fff;
    background-color: #100edd;
    border-color: #100edd
}

.btn-info:hover {
    color: #000;
    background-color: #cf939e;
    border-color: #cf939e
}

.btn-info.focus,
.btn-info:focus {
    color: #000;
    background-color: #cf939e;
    border-color: #cf939e
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #cf939e;
    border-color: #cf939e
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #cf939e;
    border-color: #cf939e
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #cf939e
}

.inner-page-banner {
    display: block;
    padding: 3rem 0;
    color: #fff;
    background-image: linear-gradient(to left, #100edd 0%, #cf939e 100%)
}

.cart_num_inner,
.star_num_inner {
    width: 100%;
    height: 100%
}

.member_images {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%
}

.df8597,
.bg--light .header-search-box a i:before {
    color: #df8597 !important
}

.cart_num_container,
.star_num_container {
    background: #df85979e !important
}

.cart_num_container,
.star_num_container {
    position: absolute;
    top: -10px;
    left: 2px;
    min-width: 15px;
    min-height: 15px;
    border-radius: 50%;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    color: #fff
}

.text-info {
    color: #cd0a31 !important
}

.a_focus {
    background: #fff !important;
    color: #100edd !important
}

a:hover,
a:focus,
a:disabled,
a:not(:disabled):not(.disabled).active,
a:not(:disabled):not(.disabled):active,
.show>a.dropdown-toggle {
    color: #100edd !important;
    background-color: #fff !important
}

.btn-primary {
    color: #fff;
    background-color: #100edd;
    border-color: #100edd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #ff4566 !important;
    border-color: #ff4566 !important;
    box-shadow: 0 0 0 .2rem #ff4566 !important
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    color: #fff !important;
    background-color: #ff4566 !important;
    border-color: #ff4566 !important;
    box-shadow: 0 0 0 .2rem #ff4566 !important
}

.btn-submit {
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .3rem
}

.selectgroup {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.selectgroup-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.selectgroup-item+.selectgroup-item {
    margin-left: -1px
}

.selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.selectgroup-input-radio {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.selectgroup-button {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
    padding: 0 1rem;
    height: 35px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    min-width: 2.375rem;
    line-height: 36px
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem
}

.selectgroup-button-icon i {
    font-size: 14px
}

.selectgroup-input-radio:focus+.selectgroup-button,
.selectgroup-input-radio:checked+.selectgroup-button {
    background-color: #df8597;
    color: #fff;
    z-index: 1
}

.selectgroup-pills {
    display: block;
    flex-wrap: wrap;
    align-items: flex-start
}

.selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    flex-grow: 0
}

.selectgroup-pills .selectgroup-button {
    border-radius: 50px !important
}

.selectgroup-pills input:checked+span {
    background-color: #100edd;
    border-radius: 50px !important;
    color: #fff;
    z-index: 1
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #df8597;
    color: #fff
}

.h1 {
    color: #000;
    font-weight: 700
}

.p {
    color: #523737
}

.vip_images {
    background: url(/images/vip_images.png);
    width: 30px;
    height: 30px;
    background-position-x: -5px;
    background-position-y: -10px;
    background-size: 304%;
    position: absolute;
    top: 0;
    right: 0
}

.vip_images_big {
    background: url(/images/vip_images.png);
    width: 40px;
    height: 35px;
    background-position-x: -4px;
    background-position-y: -10px;
    background-size: 245%;
    float: left
}

.blue_star_images_big {
    background: url(/images/blue_star.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    background-size: 100%;
    float: left
}

.blue_star2_images_big {
    background: url(/images/blue_star_2.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    background-size: 100%;
    float: left
}

.vip_images_move {
    top: 5px;
    right: 5px
}

.mail-item:hover .font-size14.font-weight-bold.text-dark {
    color: #dc3545 !important
}

.verify-icon {
    text-align: center;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 32px
}

.verify-icon_small {
    text-align: center;
    position: absolute;
    right: -9px;
    top: -8px;
    width: 32px
}

.icon-vip {
    position: absolute;
    right: -23px;
    top: -8px
}

.avatar-wrap {
    position: relative
}

.avatar-img {
    max-width: 170px
}

.w-80px {
    width: 80px
}

.w-90px {
    width: 90px
}

.text-type {
    color: #a17431 !important
}

.text-green {
    color: #0d7826
}

.text-red {
    color: #d0435e
}

.text-yellow {
    color: #edc900
}

.header-btn {
    position: fixed;
    bottom: 134px;
    right: 20px;
    z-index: 2
}

.header-btn .lotteries,
.header-btn .chat,
.header-btn .like,
.header-btn .do,
.header-btn .scrollup {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px #999; */
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
    position: unset;
    margin-top: 10px;
    cursor: pointer;
}

.header-btn .like {
    background-color: #fff
}

.header-btn .chat {
    background-color: #d0435e;
    color: #fff
}

.header-btn .lotteries {
    background: url("/images/lotteries.png");
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff
}

.header-btn .do {
    background-color: #fff;
    color: #d0435e !important
}

.size24 {
    font-size: 24px
}

.pointer {
    cursor: pointer
}

.docs-tooltip {
    display: initial !important;
    margin: initial !important;
    padding: initial !important
}

.Love_hot {
    position: relative;
    width: 100px;
    height: 100px
}

.Love_hot_body {
    width: 100%;
    height: 100%;
    background: #dc354517;
    position: fixed;
    top: 0;
    z-index: 9999
}

.Love_hot:before {
    content: '';
    position: fixed;
    z-index: 2;
    width: 100px;
    height: 100px;
    background: url(/images/Love_only.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 2px;
    -webkit-animation: Love_hot .8s infinite;
    top: 50%
}

.Tick {
    font-size: 28px
}

.background {
    background-image: linear-gradient(to left, #100edd 0%, #cf939e 100%) !important;
    color: #fff
}

@-webkit-keyframes Love_hot {
    0% {}

    20% {
        transform: scaleY(1.2);
        transform: scaleX(1.2);
        border-radius: 2px
    }

    50% {
        border-bottom-right-radius: 25px;
        transform: scaleY(1.8);
        transform: scaleX(1.4)
    }

    80% {
        transform: scaleY(1.2);
        transform: scaleX(1.2);
        border-radius: 2px
    }

    100% {
        transform: scaleY(1.8);
        transform: scaleX(1.4)
    }
}

.item-count {
    right: -10px;
    top: -4px
}

.close {
    font-size: 2.5rem
}

.inbox-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.max500 {
    max-width: 500px
}

.bag-wrapper {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.bag-wave-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    line-height: 300px;
    text-align: center;
    color: #fff;
    font-family: serif;
    font-size: 30px
}

.bag-wave {
    background: #100edd;
    width: 500px;
    height: 500px;
    border-radius: 40%;
    opacity: .4;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    transform-origin: center;
    animation: drift 7s infinite linear
}

.bag-wave.two {
    animation: drift 9s infinite linear
}

.wbag-ave.three {
    animation: drift 11s infinite linear;
    opacity: .1
}

.member-info-close {
    position: absolute;
    right: 18px;
    z-index: 9999
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff869b;
    background-color: #100edd;
}

@keyframes drift {
    0 {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.footer_logo a {
    font-family: Helvetica Neue,Helvetica,Arial,WenQuanYi Zen Hei,Hiragino Sans GB Pro,LiHei Pro,Heiti TC,Microsoft JhengHei UI,Microsoft JhengHei,sans-serif;
    font-size: 60px;
    color: #232323
}
.member-info-btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 30px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    background-color: #100edd;
    text-decoration: none;
    min-width: 100px
}

@media(min-width: 992px) {
    .modal-big {
        max-width: 1200px
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .widget-follow-us-2 ul li.single-item a {
        display: grid;
        text-align: center;
        padding: 15px 5px 8px
    }
}

@media only screen and (max-width: 991px) {
    .footer-wrap-layout1 {
        padding: 2rem
    }
}

@media only screen and (max-width: 786px) {
    .footer-wrap-layout1 {
        font-size: 18px
    }
}

@media(max-width: 768px) {
    .close {
        font-size: 3.5rem
    }

    .widget-follow-us-2 ul li.single-item {
        max-width: 25%
    }

    .header-btn .lotteries,
    .header-btn .chat,
    .header-btn .like,
    .header-btn .do,
    .header-btn .scrollup {
        width: 35px;
        height: 35px;
        font-size: 1.8rem !important
    }

    .scrollup.back-top {
        bottom: 60px
    }
}

@media(max-width: 575.98px) {
    .table-responsive table {}
}

@media(max-width: 400px) {
    .widget-follow-us-2 ul li.single-item {
        max-width: 25%
    }
}





/* ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ¢â‚¬ÂºÃƒÂ©Ã¢â‚¬â€œÃ¢â‚¬Â¹ÃƒÂ©Ã¢â‚¬â€Ã…â€œ */
.onoffswitch {
    position: relative;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #100edd;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #100edd;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    height: 18px;
    margin: 6px;
    margin-top: 8px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 46px;
    border: 2px solid #100edd;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/* ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ¢â‚¬ÂºÃƒÂ©Ã¢â‚¬â€œÃ¢â‚¬Â¹ÃƒÂ©Ã¢â‚¬â€Ã…â€œ */

.images_body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.modal-header{
    background: #100edd !important;
}