* {
    margin: 0;
    padding: 0;
}

/*GEORGIAN FONTS*/
@font-face {
    font-family: 'dejavu_sansbook';
    src: url('../fonts/dejavu-sans/dejavusans-webfont.eot');
    src: url('../fonts/dejavu-sans/dejavusans-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dejavu-sans/dejavusans-webfont.woff2') format('woff2'),
    url('../fonts/dejavu-sans/dejavusans-webfont.woff') format('woff'),
    url('../fonts/dejavu-sans/dejavusans-webfont.svg#dejavu_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dejavu_sansbold';
    src: url('../fonts/dejavu-sans/dejavusans-bold-webfont.eot');
    src: url('../fonts/dejavu-sans/dejavusans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dejavu-sans/dejavusans-bold-webfont.woff2') format('woff2'),
    url('../fonts/dejavu-sans/dejavusans-bold-webfont.woff') format('woff'),
    url('../fonts/dejavu-sans/dejavusans-bold-webfont.svg#dejavu_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Arial_Caps';
    src: url('../fonts/bpg-arial-caps/bpg-arial-caps-webfont.eot');
    src: url('../fonts/bpg-arial-caps/bpg-arial-caps-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bpg-arial-caps/bpg-arial-caps-webfont.woff2') format('woff2'),
    url('../fonts/bpg-arial-caps/bpg-arial-caps-webfont.woff') format('woff'),
    url('../fonts/bpg-arial-caps/bpg-arial-caps-webfont.ttf') format('truetype'),
    url('../fonts/bpg-arial-caps/bpg-arial-caps-webfont.svg#bpg_arial_capsregular') format('svg');
}

/*GEORGIAN FONTS*/

html, body {
    font-family: 'Lato', sans-serif, 'dejavu_sansbook';
    font-size: 10px;
}

.padding-none {
    padding: 0;
}

.padding-left-none {
    padding-left: 0;
}

.padding-right-none {
    padding-right: 0;
}

.margin-top-none {
    margin-top: 0 !important;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.no-default-styles, .no-default-styles:hover, .no-default-styles:focus {
    text-decoration: none;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

.messenger {
    position: fixed;
    bottom: -80px;
    right: 50px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.messenger img {
    width: 55px;
}

.error-text {
    color: #fc4567 !important;
}

.error-bar {
    box-shadow: 0 3px 9px 0 rgba(254, 78, 110, 0.5) !important;
    border-bottom: solid 2px #fe4e6e !important;
}

.main-container {
    max-width: 94.2rem;
    margin: auto;
}

.main-container:after {
    clear: both;
}

.btn-default {
    background-color: inherit;
    min-width: 14rem;
    height: 4rem;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #ffffff;
    border-radius: 4px;
    outline: none;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    text-decoration: none !important;
    font-family: 'Lato', sans-serif, 'Arial_Caps';

}

.btn-transparent:hover, .btn-transparent:focus {
    background-color: inherit !important;
    color: #ffffff !important;
    border: 1px solid #65ead1 !important;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
}

.btn-green {
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
    border: none;
}

.btn-green:hover, .btn-green:focus {
    background-color: inherit;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
    border: none;
    color: #ffffff !important;
}

.btn-transparent-green {
    background-color: inherit;
    border: 1px solid #65ead1 !important;
    color: #65ead1;
}

.btn-transparent-green:hover, .btn-transparent-green:focus {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    /*background-color: #65ead1 !important;*/
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
}

.btn-transparent-gray {
    background-color: inherit;
    border: 1px solid #ebebeb !important;
    color: #9a9a9a;
}

.btn-transparent-gray:hover, .btn-transparent-gray:focus {
    border: 1px solid #ebebeb !important;
    color: #fffffc;
    background-color: #65ead1 !important;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);

}

.sign-in-fb {
    font-family: 'Lato', sans-serif, 'Arial_Caps';
    width: 28rem;
    height: 4.2rem;
    border-radius: 2px;
    font-size: 12px;
    background-color: #1877f2;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    border: none;
    outline: none;
    position: absolute;
    bottom: 20px;
    left: calc((100% - 28rem) / 2);
}

.sign-in-fb img {
    padding-left: 8px;
    width: 16px;
}

.calendar-icon::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../images/icons/calendar-light.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    right: -17px;
    top: 8px;
}

.calendar-table .table-condensed .prev .glyphicon-chevron-left::before,
.calendar-table .table-condensed .next .glyphicon-chevron-right::before {
    content: "";
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    display: block;

}

.calendar-table .table-condensed .prev .glyphicon-chevron-left,
.calendar-table .table-condensed .next .glyphicon-chevron-right {
    opacity: 0.4;
}

.calendar-table .table-condensed .prev .glyphicon-chevron-left:hover,
.calendar-table .table-condensed .next .glyphicon-chevron-right:hover {
    opacity: 1;
}

.calendar-table .table-condensed .prev .glyphicon-chevron-left::before {
    background-image: url(../images/icons/left-arrow.svg);
}

.calendar-table .table-condensed .next .glyphicon-chevron-right::before {
    background-image: url(../images/icons/right-arrow-dark.svg);
}

.daterangepicker .calendar table tr td {
    font-size: 12px;
}

.daterangepicker thead tr:nth-child(2) th {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9a9a9a;
}

.datepicker-arrow::after, .datepicker-arrow::before {
    display: none;
}

/*CUSTOM MODAL*/
.modal-wrapper, .modal-footer {
    width: 100%;
    height: 100vh;
    background-color: rgba(60, 59, 59, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.modal-footer {
    position: fixed;
}

.modal-container {
    min-width: 300px;
    min-height: 50px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 6px 14px 0 rgba(254, 78, 110, 0.2);
    padding: 10px;
    padding-top: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.close-modal, .close-footer-modal {
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url("../images/icons/letter-x.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px;
    cursor: pointer;
}

/*CUSTOM MODAL*/

/*Custom DropDown*/
.custom-dropdown {
    margin-top: 3px !important;
}

.custom-dropdown .dropdown-toggle {
    width: 100%;
    outline: none;
    background-color: inherit;
    text-align: left;
    border-radius: inherit;
    border: none;
    padding-left: 2px;
}

.custom-dropdown .dropdown-toggle:hover,
.custom-dropdown .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.custom-dropdown .dropdown-menu {
    width: 100%;
    margin-top: 0;
    min-width: 60px;
}

.custom-dropdown .dropdown-menu li a {
    cursor: pointer;
    max-width: 100%;
}

.custom-caret {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/icons/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    margin-top: 2px;
    position: absolute;
    right: 0;
}

.down-arrow-icon {
    background-image: url(../images/icons/down-arrow.svg);
}

.up-arrow {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/icons/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    margin-top: 2px;
    position: absolute;
    right: 0;
}

.dropdown-label {
    top: -2rem !important;
}

/*Custom DropDown*/

/*Custom Pagination*/
.custom-pagination {
    margin-top: 15px;
}

.custom-pagination .pagination {
    margin: auto;
    display: table;
}

.custom-pagination .prev-page,
.custom-pagination .next-page {

    width: 25px;
    height: 25px;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    display: block;
    outline: none;

}

.custom-pagination .prev-page {
    background-image: url("../images/icons/left-arrow.svg");
}

.custom-pagination .next-page {
    background-image: url("../images/icons/right-arrow-page.svg");
}

.page-link.active {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.custom-pagination .prev-page:hover {
    background-image: url("../images/icons/left-arrow-white.svg"), linear-gradient(to bottom, #59ecab, #65ead1);
    background-size: 14px, 25px;
}

.custom-pagination .next-page:hover {
    background-image: url("../images/icons/right-arrow-white.svg"), linear-gradient(to bottom, #59ecab, #65ead1);
    background-size: 14px, 25px;
}

.custom-pagination .pagination a {
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: rgba(60, 59, 59, 0.7);
}

/*Custom Pagination*/

/*Custom Tabs (like create event page 'English' - 'Georgian')*/
.tabs tr td {
    font-size: 15px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #9a9a9a;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
}

.movie-tabs {
    margin: auto auto 22px auto;
}

.movie-tabs tr td {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #3c3b3b;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
}

.tabs tr td::after {
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background-color: #d4d4d4;
}

.tabs tr td span {
    height: 1px;
    width: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.tabs tr td:nth-child(1) span {
    right: 0;
}

.tabs tr td:nth-child(2) span {
    left: 0;
}

.active-tab {
    color: #fe4e6e !important;
}

.active-tab span {
    transition-delay: 200ms !important;
    width: 100% !important;
    background-color: #fe4e6e !important;
}

/*Custom Tabs*/

/*Active Image when upload image*/
.active-upload-img {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
}

/*Active Image when upload image*/

/*For Small screen sizes*/
@media (max-width: 768px) {
    .btn-default {
        min-width: 12rem;
    }

    .detail-request-purchase {
        font-size: 12px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/*For Small screen sizes*/

/*For Custom Scrollbar*/
.custom-scrollbar {
    overflow-y: auto !important;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #65ead1;
    border-radius: 4px;
    outline: 1px solid slategrey;
}

/* For Material Design Form Components */
fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none;
}

.form-radio, .form-group {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.form-inline > .form-group, .form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
    position: absolute;
    width: 100%;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-group input {
    height: 1.9rem;
}

.form-group textarea {
    resize: none;
}

.form-group select {
    width: 100%;
    font-size: 1.4rem;
    padding: .8rem 0;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
}

.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    font-weight: normal;
    transition: all 0.28s ease;
    font-size: 1.4rem;
    letter-spacing: 0.3px;
    text-align: left;
    color: #9a9a9a;
}

.form-group .bar {
    position: relative;
    border-bottom: 2px solid #979797;
    display: block;
    opacity: 0.4;
}

.form-group .bar::before {
    content: '';
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -2px;
    position: absolute;
    background: #65ead1;
    box-shadow: 0 3px 9px 0 #65ead1;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group input, .form-group textarea {
    display: block;
    background: none;
    font-size: 1.4rem;
    border-width: 0;
    border-color: transparent;
    letter-spacing: 0.3px;
    width: 100%;
    transition: all 0.28s ease;
    box-shadow: none;
    color: #3c3b3b;
    padding: 1.8rem 4px;
}

.geo-textarea input {
    padding: 4.1rem 4px;
}


.form-group input[type="file"] {
    line-height: 1;
}

.form-group input[type="file"] ~ .bar {
    display: none;
}

.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #333;
}

.form-group select ~ .control-label,
.form-group input:-webkit-autofill ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group input.active-input ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea.active-input ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
    font-size: 1.3rem;
    color: #9a9a9a;
    top: -1.8rem;
    left: 0;
}

.active-textarea ~ .control-label {
    font-size: 1.3rem;
    color: #9a9a9a;
    top: -1.8rem;
    left: 0;
}

.active-country {
    font-size: 1.3rem !important;
    color: #9a9a9a !important;
    top: -1.8rem !important;
    left: 0 !important;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
    color: #9a9a9a;
}

.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before,
.form-group select:focus ~ .bar,
.form-group input:focus ~ .bar,
.form-group textarea:focus ~ .bar {
    width: 100%;
    left: 0;
    opacity: 1;
}

.custom-bar-active::before {
    width: 100% !important;
    left: 0 !important;
}

.checkbox label, .form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox input, .form-radio input {
    width: auto;
    opacity: 0;
    position: absolute;
    left: 0;
}

.radio {
    margin-bottom: 1rem;
}

.radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    user-select: none;
    color: #999;
}

.radio .helper::before, .radio .helper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    transition: transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.radio .helper::after {
    transform: scale(0);
    background-color: #337ab7;
    border-color: #337ab7;
}

.radio label:hover .helper {
    color: #337ab7;
}

.radio input:checked ~ .helper::after {
    transform: scale(0.5);
}

.radio input:checked ~ .helper::before {
    color: #337ab7;
}

.checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.checkbox .helper {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    transition: border-color 0.28s ease;
}

.checkbox .helper::before, .checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #337ab7;
    display: block;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}

.checkbox .helper::before {
    top: 0.65rem;
    left: 0.38rem;
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
    top: 0.3rem;
    left: 0;
    transform: rotate(-45deg);
}

.checkbox label:hover .helper {
    color: #337ab7;
}

.checkbox input:checked ~ .helper {
    color: #337ab7;
}

.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
    opacity: 1;
    transition: height 0.28s ease;
}

.checkbox input:checked ~ .helper::after {
    height: 0.5rem;
}

.checkbox input:checked ~ .helper::before {
    height: 1.2rem;
    transition-delay: 0.28s;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
    color: #d9534f;
}

.has-error.form-group .form-help, .has-error.checkbox .form-help, .has-error.radio .form-help, .has-error.form-radio .form-help, .has-error.form-group .helper, .has-error.checkbox .helper, .has-error.radio .helper, .has-error.form-radio .helper {
    color: #d9534f;
}

.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}

.button {
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 1.1rem;
    color: #4f93ce;
    margin: 3rem 0;
    padding: 0.75rem 3rem;
    cursor: pointer;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.button span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.button::before {
    content: '';
    position: absolute;
    background: #071017;
    border: 50vh solid #1d4567;
    width: 30vh;
    height: 30vh;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
}

.button:hover {
    color: #337ab7;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}

.button:active::before, .button:focus::before {
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

.button:focus {
    outline: none;
}

/*Styles For Loading*/
.sk-fading-circle {
    margin: 0 auto 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: -8px auto;
    width: 4.9px;
    height: 14.8px;
    background-color: #65ead1;
    border-radius: 2px;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/*Styles For Loading*/

/*FOR INPUT TYPE NUMBER*/
.quantity {
    position: absolute;
    width: 100%;
}

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

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

.quantity input {
    display: block;
    padding: 0;
    margin: auto;
    border: none;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fe4e6e;
    height: 40px;
    background-color: inherit;
    text-align: center;
    width: 40px;
    padding-right: 10px;
}

/*new*/
@media (max-width: 768px) {
    .quantity input {
        padding-right: 2px;
    }
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    position: absolute;
    height: 42px;
    width: 100%;
    top: 0;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 35px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 10px;
    right: 20px;
    background-image: url("../images/icons/plus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
}

.quantity-button.quantity-down {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 50%;
    background-image: url("../images/icons/minus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
}

.quantity-up::before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #e9e9e9;
    position: absolute;
    left: -20px;
    bottom: 0px;
}

.quantity-down::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #e9e9e9;
    position: absolute;
    right: -20px;
    bottom: 0px;
}

@media (max-width: 768px) {

    .quantity-up::before {
        left: -6px;
    }

    .quantity-down::after {
        right: -4px;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

}

.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    position: relative;
    top: 50%;
    margin-top: -11.5px;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.freezer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    cursor: wait;
}

.fileimage-preview {
    padding-top: 30px;
}

.fileimage-preview label {
    cursor: pointer;
}

.fileimage-preview label img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-height: 100px;
    max-width: 100px;
    width: auto;
}

a.swiper-slide {
    text-decoration: none;
}

/*FOR INPUT TYPE NUMBER*/