/* ++++++++++ text ++++++++++ */

/* ++++++++++ font ++++++++++ */
.font-weight-black {
    font-weight: 900 !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-ultra-light {
    font-weight: 200;
}

/* [bootstrap rtl] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.close {
    float: left !important;
}

/* Modal */
.modal-header .close {
    margin: -1rem auto -1rem -1rem !important;
}

.modal-footer > :not(:last-child) {
    margin-right: 0;
    margin-left: .25rem;
}

/* Border */
.border {
    border: 1px solid #ebedf5 !important;
}

.border-form-control {
    border-color: #E1E2E8 !important;
}

.border-top {
    border-top: 1px solid #ebedf5 !important;
}

.border-right {
    border-right: 1px solid #ebedf5 !important;
}

.border-bottom {
    border-bottom: 1px solid #ebedf5 !important;
}

.border-left {
    border-left: 1px solid #ebedf5 !important;
}

/* Form */
textarea {
    resize: none;
}

.form-control {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem .75rem;
    font-size: 0.8125rem;
    color: #666;
    font-weight: normal;
    border-color: #d4d4d4;
    border-radius: 0.25rem;
}

.form-control:focus {
    border-color: #C3C6D9;
    color: #616A73;
}

.input-group-text {
    border-color: #E1E2E8;
    background-color: #F5F5F7;
}

.form-control::-webkit-input-placeholder {
    color: #A3ABB2;
    font-family: IRANSans, 'IRANSans', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
}

.form-control:-moz-placeholder {
    color: #A3ABB2;
    font-family: IRANSans, 'IRANSans', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
}

.form-control::-moz-placeholder {
    color: #A3ABB2;
    font-family: IRANSans, 'IRANSans', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: #A3ABB2;
    font-family: IRANSans, 'IRANSans', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
}

.input-group-prepend {
    margin-right: 0;
    margin-left: -1px;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-radius: 0 0.25rem 0.25rem 0;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-radius: 0.25rem 0 0 0.25rem;
}

.custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
}

.custom-control-label::before {
    right: -1.5rem;
}

.custom-control-label::after {
    right: -1.5rem;
}

.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: normal;
    padding: 0.375rem 0.75rem 0.375rem 1.75rem;
    /*background: rgba(0, 0, 0, 0) url("../img/icon/down-arrow.png") no-repeat scroll 8px 50%;*/
    border-color: #d4d4d4;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 0;
    padding-left: 1.75rem;
}

.invalid-feedback {
    font-size: 0.6875rem;
    font-weight: 300;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #A6DEB2;
    padding-right: 0.75rem;
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239CD6A9' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center left calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #A6DEB2;
    box-shadow: none;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: 0.75rem;
    padding-left: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #A6DEB2;
    padding-right: 0.75rem;
    padding-left: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%239CD6A9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23A4DEB2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center left 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #A6DEB2;
    box-shadow: none;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #A6DEB2;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #A6DEB2;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #A6DEB2;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #A6DEB2;
    background-color: #A6DEB2;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #A6DEB2;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #A6DEB2;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #A6DEB2;
    box-shadow: none;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #F5ABB3;
    padding-right: 0.75rem;
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E3949B' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23E3949B' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center left calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #F5ABB3;
    box-shadow: none;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 0.75rem;
    padding-left: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #F5ABB3;
    padding-right: 0.75rem;
    padding-left: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%239CD6A9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F5ABB3' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23F5ABB3' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center left 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #F5ABB3;
    box-shadow: none;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #F5ABB3;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #F5ABB3;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #F5ABB3;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #F5ABB3;
    background-color: #F5ABB3;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #F5ABB3;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #F5ABB3;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #F5ABB3;
    box-shadow: none;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-radius: 0 0.25rem 0.25rem 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-radius: 0.25rem 0 0 0.25rem;
}

.custom-file {
    height: calc(1.5em + 1rem + 2px);
}

.custom-file-input {
    height: calc(1.5em + 1rem + 2px);
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #C3C6D9;
    color: #616A73;
    box-shadow: none;
}

.custom-file-input:lang(fa) ~ .custom-file-label::after {
    content: "انتخاب";
}

.custom-file-label {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem .75rem;
    font-size: 0.8125rem;
    color: #6D7781;
    border-color: #E1E2E8;
    font-weight: 300;
}

.custom-file-label::after {
    right: unset;
    left: 0;
    height: calc(1.5em + 1rem);
    padding: 0.5rem .75rem;
    color: #6D7781;
    border-left: 1px;
    border-right: none;
    border-radius: 0.25rem 0 0 0.25rem;
}

.pretend-readonly.form-control[readonly] {
    background-color: #fff;
}

/* Dropdown */
.dropdown-item, .dropdown-header {
    text-align: right;
}

.dropdown-toggle:after {
    margin-left: 0;
    margin-right: .255em;
    vertical-align: inherit;
}

/* Popover */
.popover {
    font-family: IRANSans, 'IRANSans', sans-serif;
    font-weight: 300;
    text-align: right;
    font-size: 0.75rem;
    border-radius: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}

.popover.helper {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #26717E;
}

.popover.helper.bs-popover-top > .arrow::before, .popover.helper.bs-popover-auto[x-placement^="top"] > .arrow::before {
    border-top-color: #26717E;
}

.popover.helper.bs-popover-top > .arrow::after, .popover.helper.bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: #d1ecf1;
}

.popover.helper.bs-popover-right > .arrow::before, .popover.helper.bs-popover-auto[x-placement^="right"] > .arrow::before {
    border-right-color: #26717E;
}

.popover.helper.bs-popover-right > .arrow::after, .popover.helper.bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: #d1ecf1;
}

.popover.helper.bs-popover-bottom > .arrow::before, .popover.helper.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    border-bottom-color: #26717E;
}

.popover.helper.bs-popover-bottom > .arrow::after, .popover.helper.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-bottom-color: #d1ecf1;
}

.popover.helper.bs-popover-left > .arrow::before, .popover.helper.bs-popover-auto[x-placement^="left"] > .arrow::before {
    border-left-color: #26717E;
}

.popover.helper.bs-popover-left > .arrow::after, .popover.helper.bs-popover-auto[x-placement^="left"] > .arrow::after {
    border-left-color: #d1ecf1;
}

.popover-header {
    padding: 0.5rem;
    font-size: 0.75rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: none;
    font-weight: normal;
}

.popover.popover-tooltip-dark {
    font-size: 0.625rem;
    font-family: 'IRANSans', IRANSans, sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    background-color: #343a40;
    border-color: #343a40;
}

.popover.popover-tooltip-dark .popover-body {
    padding: 3px 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.95);
}

.popover.popover-tooltip-dark.bs-popover-top > .arrow::before, .popover.popover-tooltip-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
    border-top-color: #343a40;
}

.popover.popover-tooltip-dark.bs-popover-top > .arrow::after, .popover.popover-tooltip-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: #343a40;
}

.popover.popover-tooltip-dark.bs-popover-right > .arrow::before, .popover.popover-tooltip-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
    border-right-color: #343a40;
}

.popover.popover-tooltip-dark.bs-popover-right > .arrow::after, .popover.popover-tooltip-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: #343a40;
}

.popover.popover-tooltip-dark.bs-popover-bottom > .arrow::before, .popover.popover-tooltip-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    border-bottom-color: #343a40;
}

.popover.popover-tooltip-dark.bs-popover-bottom > .arrow::after, .popover.popover-tooltip-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-bottom-color: #343a40;
}

.popover.popover-tooltip-dark.bs-popover-left > .arrow::before, .popover.popover-tooltip-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
    border-left-color: #343a40;
}

.popover.popover-tooltip-dark.bs-popover-left > .arrow::after, .popover.popover-tooltip-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
    border-left-color: #343a40;
}

.popover.popover-tooltip-info {
    font-size: 0.625rem;
    font-family: 'IRANSans', IRANSans, sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.popover.popover-tooltip-info .popover-body {
    padding: 3px 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.95);
}

.popover.popover-tooltip-info.bs-popover-top > .arrow::before, .popover.popover-tooltip-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
    border-top-color: #17a2b8;
}

.popover.popover-tooltip-info.bs-popover-top > .arrow::after, .popover.popover-tooltip-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: #17a2b8;
}

.popover.popover-tooltip-info.bs-popover-right > .arrow::before, .popover.popover-tooltip-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
    border-right-color: #17a2b8;
}

.popover.popover-tooltip-info.bs-popover-right > .arrow::after, .popover.popover-tooltip-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: #17a2b8;
}

.popover.popover-tooltip-info.bs-popover-bottom > .arrow::before, .popover.popover-tooltip-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    border-bottom-color: #17a2b8;
}

.popover.popover-tooltip-info.bs-popover-bottom > .arrow::after, .popover.popover-tooltip-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-bottom-color: #17a2b8;
}

.popover.popover-tooltip-info.bs-popover-left > .arrow::before, .popover.popover-tooltip-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
    border-left-color: #17a2b8;
}

.popover.popover-tooltip-info.bs-popover-left > .arrow::after, .popover.popover-tooltip-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
    border-left-color: #17a2b8;
}

.popover.popover-tooltip-primary {
    font-size: 0.625rem;
    font-family: 'IRANSans', IRANSans, sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    background-color: #007bff;
    border-color: #007bff;
}

.popover.popover-tooltip-primary .popover-body {
    padding: 3px 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.95);
}

.popover.popover-tooltip-primary.bs-popover-top > .arrow::before, .popover.popover-tooltip-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
    border-top-color: #007bff;
}

.popover.popover-tooltip-primary.bs-popover-top > .arrow::after, .popover.popover-tooltip-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: #007bff;
}

.popover.popover-tooltip-primary.bs-popover-right > .arrow::before, .popover.popover-tooltip-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
    border-right-color: #007bff;
}

.popover.popover-tooltip-primary.bs-popover-right > .arrow::after, .popover.popover-tooltip-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: #007bff;
}

.popover.popover-tooltip-primary.bs-popover-bottom > .arrow::before, .popover.popover-tooltip-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    border-bottom-color: #007bff;
}

.popover.popover-tooltip-primary.bs-popover-bottom > .arrow::after, .popover.popover-tooltip-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-bottom-color: #007bff;
}

.popover.popover-tooltip-primary.bs-popover-left > .arrow::before, .popover.popover-tooltip-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
    border-left-color: #007bff;
}

.popover.popover-tooltip-primary.bs-popover-left > .arrow::after, .popover.popover-tooltip-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
    border-left-color: #007bff;
}

.popover.popover-tooltip-danger {
    font-size: 0.625rem;
    font-family: 'IRANSans', IRANSans, sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    background-color: #dc3545;
    border-color: #dc3545;
}

.popover.popover-tooltip-danger .popover-body {
    padding: 3px 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.95);
}

.popover.popover-tooltip-danger.bs-popover-top > .arrow::before, .popover.popover-tooltip-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
    border-top-color: #dc3545;
}

.popover.popover-tooltip-danger.bs-popover-top > .arrow::after, .popover.popover-tooltip-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: #dc3545;
}

.popover.popover-tooltip-danger.bs-popover-right > .arrow::before, .popover.popover-tooltip-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
    border-right-color: #dc3545;
}

.popover.popover-tooltip-danger.bs-popover-right > .arrow::after, .popover.popover-tooltip-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: #dc3545;
}

.popover.popover-tooltip-danger.bs-popover-bottom > .arrow::before, .popover.popover-tooltip-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    border-bottom-color: #dc3545;
}

.popover.popover-tooltip-danger.bs-popover-bottom > .arrow::after, .popover.popover-tooltip-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-bottom-color: #dc3545;
}

.popover.popover-tooltip-danger.bs-popover-left > .arrow::before, .popover.popover-tooltip-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
    border-left-color: #dc3545;
}

.popover.popover-tooltip-danger.bs-popover-left > .arrow::after, .popover.popover-tooltip-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
    border-left-color: #dc3545;
}

.popover.popover-tooltip-light {
    font-size: 0.625rem;
    font-family: 'IRANSans', IRANSans, sans-serif;
    font-weight: 300;
    color: #212529;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15);
}

.popover.popover-tooltip-light .popover-body {
    padding: 3px 10px;
    font-size: 10px;
    color: #212529;
}

.popover.popover-tooltip-light.bs-popover-top > .arrow::before, .popover.popover-tooltip-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
    border-top-color: rgba(0, 0, 0, 0.2);
}

.popover.popover-tooltip-light.bs-popover-top > .arrow::after, .popover.popover-tooltip-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: #fff;
}

.popover.popover-tooltip-light.bs-popover-right > .arrow::before, .popover.popover-tooltip-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
    border-right-color: rgba(0, 0, 0, 0.2);
}

.popover.popover-tooltip-light.bs-popover-right > .arrow::after, .popover.popover-tooltip-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: #fff;
}

.popover.popover-tooltip-light.bs-popover-bottom > .arrow::before, .popover.popover-tooltip-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.popover.popover-tooltip-light.bs-popover-bottom > .arrow::after, .popover.popover-tooltip-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-bottom-color: #fff;
}

.popover.popover-tooltip-light.bs-popover-left > .arrow::before, .popover.popover-tooltip-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
    border-left-color: rgba(0, 0, 0, 0.2);
}

.popover.popover-tooltip-light.bs-popover-left > .arrow::after, .popover.popover-tooltip-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
    border-left-color: #fff;
}

.popover-tooltip-info, .popover-tooltip-primary, .popover-tooltip-success, .popover-tooltip-danger, .popover-tooltip-dark, .popover-tooltip-light, .popover-tooltip-warning, .popover-tooltip-light {
    min-width: 44px !important;
    text-align: center !important;
}

.hover-danger:hover {
    color: #dc3545 !important;
}

.hover-primary:hover {
    color: #007bff !important;
}

.hover-info:hover {
    color: #17a2b8 !important;
}

.hover-success:hover {
    color: #28a745 !important;
}

.hover-warning:hover {
    color: #ffc107 !important;
}

.hover-dark:hover {
    color: #343a40 !important;
}

/* Alert */

.alert-dismissible {
    padding: 0.75rem 1.25rem 0.75rem 2.71875rem;
}

.alert-dismissible .close {
    right: inherit !important;
    left: 1px;
    top: 4px;
    padding: 0;
    height: 2.71875rem;
    width: 2.71875rem;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: center !important;
}

.alert-dismissible .close span {
    display: inline-flex;
    font-size: 1rem;
}

/* Progress */
.progress-bar {
    font-size: 0.625rem !important;
    font-weight: normal;
    padding-top: 1px;
}

/* Breadcrumb */
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0;
    padding-left: .5rem;
}

/* Navbar */
.navbar-brand {
    margin-right: 0;
    margin-left: 1rem;
}

/* Nav */
.nav {
    padding-right: 0;
    margin-bottom: 0;
}

.nav-tabs {
    /*margin-bottom: 1rem;*/
    margin-bottom: 0;
}

/* Pagination */
.page-link {
    margin-left: 0;
    margin-right: -1px;
}

.page-item:last-child .page-link {
    border-radius: 0.25rem 0 0 0.25rem;
}

.page-item:first-child .page-link {
    margin-right: 0;
    border-radius: 0 0.25rem 0.25rem 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-left: .5rem;
}

.page-link {
    color: #848EB0;
    background-color: #fff;
    border: 1px solid #DFE1E6;
}

.page-link:hover {
    color: #7C86A6;
    background-color: #E9EDEF;
    border-color: #DFE1E6;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #848EB0;
    border-color: #848EB0;
}

.page-item.disabled .page-link {
    color: #888F9E;
    background-color: #fff;
    border-color: #DFE1E6;
}

/* Btn */
.btn {
    font-weight: normal;
    font-size: 0.8125rem;
    line-height: 1.5;
}

.btn-primary:focus, .btn-primary.focus,
.btn-outline-primary:focus, .btn-outline-primary.focus,
.btn-outline-danger:focus, .btn-outline-danger.focus,
.btn-danger:focus, .btn-danger.focus,
.btn-outline-dark:focus, .btn-outline-dark.focus,
.btn-dark:focus, .btn-dark.focus,
.btn-outline-success:focus, .btn-outline-success.focus,
.btn-success:focus, .btn-success.focus,
.btn-outline-warning:focus, .btn-outline-warning.focus,
.btn-warning:focus, .btn-warning.focus,
.btn-outline-info:focus, .btn-outline-info.focus,
.btn-info:focus, .btn-info.focus,
.btn-outline-light:focus, .btn-outline-light.focus,
.btn-light:focus, .btn-light.focus,
.btn-outline-secondary:focus, .btn-outline-secondary.focus,
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
}

/* Badge */
.badge {
    font-weight: 500;
    font-size: 80%;
    text-shadow: rgba(0, 0, 0, 0.05) 0 1px 0;
}

.badge-sm {
    padding: 0.1rem 0.25rem;
}

/* Table */
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.035);
}


/* Btn Group */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 0.25rem 0.25rem 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-radius: 0.25rem 0 0 0.25rem;
}

button:focus {
    outline: inherit;
}

.form-control:focus, .btn:focus, .btn.focus, .custom-select:focus, .page-link:focus, a.badge-primary:focus, a.badge-primary.focus, a.badge-secondary:focus, a.badge-secondary.focus, a.badge-success:focus, a.badge-success.focus, a.badge-info:focus, a.badge-info.focus, a.badge-warning:focus, a.badge-warning.focus, a.badge-danger:focus, a.badge-danger.focus, a.badge-light:focus, a.badge-light.focus, a.badge-dark:focus, a.badge-dark.focus, .btn-success:focus, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus, .btn-info:focus, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus, .btn-warning:focus, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus, .btn-danger:focus, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus, .btn-light:focus, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus, .btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus, .btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus, .btn-outline-info:focus, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus, .btn-outline-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus, .btn-outline-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus, .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

html, body {
    overflow-x: hidden;
}

body {
    background: #fff;
    font-family: 'IRANSans', IRANSans, sans-serif;
    direction: rtl;
    text-align: right;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

.ltr-text {
    display: inline-block;
    direction: ltr;
}

.zmdi, .glyphicon {
    vertical-align: middle;
}

.equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

a,
.btn {
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: #ff7f00;
    text-decoration: none;
}

a,
button,
input {
    outline: medium none;
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #434343;
    margin-top: 0px;
    font-style: normal;
    line-height: 1.85;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 30px;
    font-weight: 500;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
    color: #8f8f8f;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eeeeee;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

hr.style-2 {
    border-bottom: 1px dashed #eceff8;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: normal;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

.mark,
mark {
    background: #ff7f00 none repeat scroll 100% 0;
    color: #fff;
}

span.tooltip-content {
    color: #ff7f00;
    cursor: help;
    font-weight: bold;
}

.fix {
    overflow: hidden
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.my-account-content .panel-body {
    padding: 0;
}

.panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/***************************
  2. transtion
****************************/

.button::after,
.button-small::after {
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.button-border span,
.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*************************
  3. button
*************************/

.button {
    background: #ff7f00;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    margin-left: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.button i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: right;
    padding: 14px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 50px;
    text-align: center;
}

.button span {
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.button::after {
    background: rgba(0, 0, 0, 0.09) none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    z-index: 1;
}

.button:hover::after {
    width: 100%
}

.button.button-white {
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #fff;
    color: #4FC1F0;
    font-size: 15px;
}

.button.button-white i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: right;
    padding: 14px;
    font-size: 16px;
    color: #4FC1F0;
    font-weight: normal;
    width: 50px;
    text-align: center;
}

.button.button-white span {
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #434343;
    font-weight: normal;
}

.button.button-grey {
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #eceff7;
    color: #4FC1F0;
    font-size: 15px;
}

.button.button-grey i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: right;
    padding: 14px;
    font-size: 16px;
    color: #4FC1F0;
    font-weight: normal;
    width: 50px;
    text-align: center;
}

.button.button-grey span {
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #4FC1F0;
    font-weight: normal;
}

.button.button-black {
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #575757;
    color: #4FC1F0;
    font-size: 15px;
}

.button.button-black i {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    float: right;
    padding: 14px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 50px;
    text-align: center;
}

.button.button-black span {
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.button.button-primary {
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #575757;
    color: #4FC1F0;
    font-size: 15px;
}

.button.button-primary i {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    float: right;
    padding: 14px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 50px;
    text-align: center;
}

.button.button-primary span {
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.button-border span {
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 11px 20px;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    color: #4FC1F0;
    font-size: 15px;
    border: 1px solid #4FC1F0;
}

.button-border span:hover {
    -webkit-box-shadow: 200px 0 0 #4FC1F0 inset;
    -moz-box-shadow: 200px 0 0 #4FC1F0 inset;
    box-shadow: 200px 0 0 #4FC1F0 inset;
    color: #fff;
    border-color: #4FC1F0;
}

.button-border-white span {
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 11px 20px;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
}

.button-border-white span:hover {
    -webkit-box-shadow: 200px 0 0 #fff inset;
    -moz-box-shadow: 200px 0 0 #fff inset;
    box-shadow: 200px 0 0 #fff inset;
    color: #4FC1F0;
    border-color: #fff;
}

/*************************
    3.1 button small
*************************/

.button-small {
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #4FC1F0;
    color: #fff;
    font-size: 15px;
}

.button-small i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: right;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    width: 40px;
    text-align: center;
}

.button-small span {
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}

.button-small:after {
    background: rgba(0, 0, 0, 0.09) none repeat scroll 100% 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}

.button-small:hover::after {
    width: 100%
}

/*************************
    3.2 buttons variation
*************************/

.button.large {
    margin-left: 0px;
}

.button.large span {
    padding: 16px 80px;
    font-size: 18px;
}

.button.large i {
    padding: 20px;
    width: 60px;
    font-size: 18px;
}

.button.medium span {
    padding: 14px 60px;
    font-size: 16px;
}

.button.medium i {
    padding: 17px;
    width: 50px;
    font-size: 16px;
}

.button.small span {
    padding: 12px 40px;
}

.button.small i {
    padding: 14px;
    width: 45px;
}

.button.small span {
    padding: 12px 40px;
}

.button.small i {
    padding: 15px;
    width: 45px;
}

.button.extra-small span {
    padding: 8px 30px;
    font-size: 14px;
}

.button.extra-small i {
    padding: 8px;
    width: 42px;
    font-size: 1.25rem;
}

/*************************
  4. social-icon
*************************/

.social-icon ul {
    margin: 0;
    padding: 0;
}

.social-icon ul li {
    display: inline-block;
    list-style: none;
}

.social-icon ul li a {
    display: block;
    margin: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #4FC1F0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social-icon ul li a:hover {
    background: #EB3B60;
}

.social-icon.socile-icon-style-2 ul li a {
    color: #fff;
    background: #323232;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.social-icon.socile-icon-style-2 ul li a:hover {
    background: #EB3B60;
}

.social-icon.socile-icon-style-3 ul li a {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.social-icon.socile-icon-style-3 ul li a:hover {
    background: #EB3B60;
    border-color: #EB3B60;
}

/*************************
  5. Text color
*************************/

.text-blue {
    color: #4FC1F0;
}

.text-white {
    color: #fff;
}

.text-black-1 {
    color: #575757;
}

.text-black-2 {
    color: #737373;
}

.text-black-3 {
    color: #434343;
}

.text-black-4 {
    color: #8f8f8f;
}

.text-black-5 {
    color: #666;
}

.text-gray {
    color: #666;
}

.text-theme {
    color: #ff7f00;
}

/*************************
  6. Input
*************************/

button {
    background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;
    border: medium none;
}

select {
    border: 1px solid #eeeeee;
    color: #8f8f8f;
    font-size: 13px;
    height: 30px;
    padding-right: 20px;
    padding-left: 35px;
}

option {
    background: #ffffff none repeat scroll 100% 0;
    border: 0 solid #626262;
    font-size: 13px;
    padding-right: 10px;
}

.height-80 {
    height: 80px;
}

::-moz-placeholder {
    color: #444;
    font-size: 13px;
}

.submit-btn-1 {
    background: rgb(255, 127, 0) none repeat scroll 100% 0;
    border: medium none;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    padding: 0 20px;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

/*************************
  7. submit button hover
*************************/

.btn-hover-1,
.btn-hover-2 {
    position: relative;
}

.btn-hover-1::before,
.btn-hover-2::before {
    background: #434343 none repeat scroll 100% 0;
    bottom: 0;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9999;
}

.btn-hover-1:hover::before,
.btn-hover-2:hover::before {
    width: 100%;
}

.btn-hover-2::before {
    background: #ff7f00 none repeat scroll 100% 0;
}

/*************************
  8. back-to-top
*************************/

#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: fixed;
    bottom: 105px;
    left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 999;
    background: transparent;
    font-size: 14px;
    background: #4FC1F0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
}

#back-to-top .top:hover {
    color: #fff;
    height: 50px;
}

#back-to-top .top {
    background: #007da1;
}

/*************************
  9. slick-arrow
*************************/


/* 9.1 slick-arrow-1 */

.slick-arrow-1 .slick-arrow {
    color: #ccc;
    font-size: 40px;
    right: -60px;
    line-height: 20px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    z-index: 999;
}

.slick-arrow-1 .arrow-next.slick-arrow {
    right: auto;
    left: -60px;
}

.slick-arrow-1 .slick-arrow:hover {
    color: #ff7f00;
}

/* 9.2 slick-arrow-2 */

.slick-arrow-2 .slick-arrow {
    border: 1px solid #ddd;
    color: #8f8f8f;
    font-size: 20px;
    height: 35px;
    right: -30px;
    line-height: 35px;
    margin-top: -17px;
    opacity: 0;
    position: absolute;
    left: auto;
    top: 50%;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    visibility: hidden;
    width: 35px;
    z-index: 2;
}

.slick-arrow-2 .slick-arrow i {
    vertical-align: baseline;
}

.slick-arrow-2 .arrow-next.slick-arrow {
    right: auto;
    left: -30px;
}

.slick-arrow-2:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slick-arrow-2 .arrow-prev.slick-arrow:hover,
.slick-arrow-2 .arrow-next.slick-arrow:hover {
    color: #FF7F00;
    border-color: #FF7F00;
}


.arrow-bot.slick-arrow-2 .slick-arrow {
    border-radius: 0.25rem;
    right: 50% !important;
    margin-right: -90px;
    opacity: 1;
    left: auto;
    top: auto !important;
    bottom: -22px;
    visibility: visible;
}

.arrow-bot.slick-arrow-2 .arrow-next.slick-arrow {
    right: auto !important;
    left: 50% !important;
    margin-left: -90px;
}

/* 9.3 slick-arrow-3 */

.slick-arrow-3 .slick-arrow {
    color: #8f8f8f;
    font-size: 20px;
    height: 35px;
    right: 0;
    line-height: 35px;
    margin-top: -17px;
    position: absolute;
    left: auto;
    top: 50%;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    width: 35px;
    z-index: 2;
}

.slick-arrow-3 .slick-arrow i {
    vertical-align: baseline;
}

.slick-arrow-3 .arrow-next.slick-arrow {
    right: auto;
    left: 0px;
}

.slick-arrow-3:hover .slick-arrow {
}

.slick-arrow-3 .arrow-prev.slick-arrow:hover,
.slick-arrow-3 .arrow-next.slick-arrow:hover {
    color: #FF7F00;
}

/*************************
  10. slick-dots
*************************/


/* 10.1 slick-dots-1 */

.slick-dots-1 .slick-dots {
    bottom: 70px;
    position: absolute;
    left: 30px;
}

.slick-dots-1 .slick-dots li {
    background: #cccccc none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
    height: 8px;
    margin: 0 5px;
    width: 8px;
}

.slick-dots-1 .slick-dots li button {
    display: none;
}

.slick-dots-1 .slick-dots li.slick-active {
    background: #FF7F00;
}

.dots-bot.slick-dots-1 ul.slick-dots {
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*************************
  11. quick view (modal)
*************************/

#productModal .modal-dialog {
    margin: 5% auto;
    max-width: 96%;
    min-height: 300px;
    padding: 20px;
    width: 870px;
}

#quickview-wrapper .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#productModal .modal-header {
    border: 0 none;
    padding: 0;
}

#productModal button.close {
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    z-index: 2;
}

#productModal button.close span {
    border: 1px solid #909295;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    color: #909295;
    display: block;
    height: 30px;
    line-height: 26px;
    padding-top: 1px;
    text-align: center;
    width: 30px;
}

#productModal button.close:hover {
    opacity: 1;
}

.modal-product .product-images {
    float: right;
    width: 40%;
}

.modal-product .product-images .main-image {
    width: 100%;
}

.modal-product .product-images .main-image img {
    width: 100%;
}

.modal-product .product-info {
    background: #ffffff none repeat scroll 100% 0;
    float: right;
    padding: 15px 30px 18px 15px;
    text-align: right;
    width: 60%;
}

.modal-product .product-info h1 {
    color: #666;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 20px;
}

.s-price-box {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: 10px 0;
}

.s-price-box .new-price {
    color: #666;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.s-price-box .old-price {
    color: #a6a6a6;
    font-size: 15px;
    text-decoration: line-through;
}

.modal-product .product-info .see-all {
    color: #42414f;
    display: inline-block;
    margin: 15px 0 20px;
    text-decoration: underline;
}

.modal-product .product-info .quick-add-to-cart {
    border-bottom: 1px solid #e5e5e5;
    float: right;
    margin: 0 0 15px;
    padding: 0 0 30px;
    width: 100%;
}

.quick-add-to-cart .numbers-row > input {
    border: 1px solid #e5e5e5;
    float: right;
    height: 45px;
    text-align: center;
    width: 100px;
}

.quick-add-to-cart .single_add_to_cart_button {
    background: #666 none repeat scroll 100% 0;
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    float: right;
    font-weight: bold;
    height: 45px;
    margin-right: 15px;
    padding: 0 55px;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.quick-add-to-cart .single_add_to_cart_button:hover {
    background: #FF7F00 none repeat scroll 100% 0;
}

.modal-product .product-info .quick-desc {
    border-bottom: 1px solid #e5e5e5;
    color: #909295;
    margin-bottom: 10px;
    padding: 0 0 15px;
    line-height: 2;
}

.widget-title-modal {
    color: #42414f;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px;
    width: 100%;
}

.modal-product .widget .social-icons li {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}

.modal-product .widget .social-icons li a {
    border: 1px solid #e5e5e5;
    color: #909295;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
}

.modal-product .widget .social-icons li a:hover {
    color: #ffffff;
}

/***************************
    12.9 Page section padding
****************************/

/*************************
  12. Basic margin padding
*************************/

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

/*************************
    12.1 Margin top
*************************/

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

/*************************
    12.2 Margin right
*************************/

.mb-0 {
    margin-bottom: 0
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}


/*************************
    12.5 Padding top
*************************/

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

.pt-160 {
    padding-top: 160px
}

/*************************
    12.7 Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-160 {
    padding-bottom: 160px
}

/***************************
    12.9 Page section padding
****************************/

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

.ptb-160 {
    padding: 160px 0
}

/***************************
    12.10 Page section margin
****************************/

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-35 {
    margin: 35px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-160 {
    margin: 160px 0;
}

/*************************************************
    12.11 Extra padding & margin
*************************************************/

.plr-185 {
    padding: 0 185px;
}

.plr-200 {
    padding-right: 200px;
    padding-left: 200px
}

.ptblr-10-30 {
    padding: 10px 30px;
}

.ptblr-20-30 {
    padding: 20px 30px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.mt--50 {
    margin-top: -50px;
}


/***************************
  13. Scroll Up
****************************/

#scrollUp {
    background: #ccc;
    bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    left: 10px;
    text-align: center;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    width: 40px;
    border-radius: 20px !important;
}

#scrollUp i {
    line-height: 40px;
    font-size: 1.5rem;
}

#scrollUp:hover {
    background: #FF7F00 none repeat scroll 100% 0;
    color: #ffffff;
}

/*Call to action*/

.action-box-button .button span {
    font-size: 13px;
    padding: 11px 12px;
}

/*************************************
  15. box-shadow
 **************************************/

.box-shadow {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/*************************************
  16. Background variation set
 **************************************/


/*colored background*/

.theme-bg {
    background: #ff7f00;
}

.black-bg {
    background: #222222;
}

.white-bg {
    background: #fff;
}

.gray-bg {
    background: #f6f6f6;
}

.blue-bg {
    background: #4FC1F0;
}

.default-bg {
    background: #f6f6f6;
}

.transparent-bg {
    background: transparent;
}

/*background-change with color change*/

.footer-area .theme-bg p,
.footer-area .black-bg p,
.footer-area .theme-bg h4,
.footer-area .black-bg h4,
.footer-area .theme-bg .footer-menu li a,
.footer-area .black-bg .footer-menu li a,
.footer-area .theme-bg .footer-social li a,
.footer-area .black-bg .footer-social li a {
    color: #fff;
}

.footer-area .theme-bg .footer-social li a,
.footer-area .black-bg .footer-social li a {
    border: 1px solid #fff;
}

.footer-area .theme-bg .footer-menu li:hover a,
.footer-area .black-bg .footer-menu li:hover a,
.footer-area .theme-bg .footer-menu li:hover a i,
.footer-area .black-bg .footer-menu li:hover a i {
    color: #444;
}

.footer-area .theme-bg .footer-menu li a i,
.footer-area .black-bg .footer-menu li a i {
    color: #fff;
}

.footer-area .theme-bg .submit-btn-1,
.footer-area .black-bg .submit-btn-1 {
    background: #fff none repeat scroll 100% 0;
    color: #000;
}

/*************************************
  17. Opacity background
 **************************************/

.bg-opacity-black-10,
.bg-opacity-black-20,
.bg-opacity-black-30,
.bg-opacity-black-40,
.bg-opacity-black-50,
.bg-opacity-black-60,
.bg-opacity-black-70,
.bg-opacity-black-80,
.bg-opacity-black-90,
.bg-opacity-white-10,
.bg-opacity-white-20,
.bg-opacity-white-30,
.bg-opacity-white-40,
.bg-opacity-white-50,
.bg-opacity-white-60,
.bg-opacity-white-70,
.bg-opacity-white-80,
.bg-opacity-white-90 {
    z-index: 9;
}

.bg-opacity-black-10:before,
.bg-opacity-black-20:before,
.bg-opacity-black-30:before,
.bg-opacity-black-40:before,
.bg-opacity-black-50:before,
.bg-opacity-black-60:before,
.bg-opacity-black-70:before,
.bg-opacity-black-80:before,
.bg-opacity-black-90:before,
.bg-opacity-white-10:before,
.bg-opacity-white-20:before,
.bg-opacity-white-30:before,
.bg-opacity-white-40:before,
.bg-opacity-white-50:before,
.bg-opacity-white-60:before,
.bg-opacity-white-70:before,
.bg-opacity-white-80:before,
.bg-opacity-white-90:before {
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-10:before {
    background: rgba(0, 0, 0, 0.1);
}

.bg-opacity-black-20:before {
    background: rgba(0, 0, 0, 0.2);
}

.bg-opacity-black-30:before {
    background: rgba(0, 0, 0, 0.3);
}

.bg-opacity-black-40:before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-opacity-black-50:before {
    background: rgba(0, 0, 0, 0.5);
}

.bg-opacity-black-60:before {
    background: rgba(0, 0, 0, 0.6);
}

.bg-opacity-black-70:before {
    background: rgba(0, 0, 0, 0.7);
}

.bg-opacity-black-80:before {
    background: rgba(0, 0, 0, 0.8);
}

.bg-opacity-black-90:before {
    background: rgba(0, 0, 0, 0.9);
}

.bg-opacity-white-10:before {
    background: rgba(255, 255, 255, 0.1);
}

.bg-opacity-white-20:before {
    background: rgba(255, 255, 255, 0.2);
}

.bg-opacity-white-30:before {
    background: rgba(255, 255, 255, 0.3);
}

.bg-opacity-white-40:before {
    background: rgba(255, 255, 255, 0.4);
}

.bg-opacity-white-50:before {
    background: rgba(255, 255, 255, 0.5);
}

.bg-opacity-white-60:before {
    background: rgba(255, 255, 255, 0.6);
}

.bg-opacity-white-70:before {
    background: rgba(255, 255, 255, 0.7);
}

.bg-opacity-white-80:before {
    background: rgba(255, 255, 255, 0.8);
}

.bg-opacity-white-90:before {
    background: rgba(255, 255, 255, 0.9);
}

/*************************************
  19. tooltip
 **************************************/

.socile-icon-tooltip [data-tooltip],
.socile-icon-tooltip .tooltip {
    cursor: pointer;
    position: relative;
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip::after {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
    transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
    -o-transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, -o-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
    transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
    transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s, -o-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
    visibility: hidden;
}

.socile-icon-tooltip [data-tooltip]:hover::before,
.socile-icon-tooltip [data-tooltip]:hover::after,
.socile-icon-tooltip [data-tooltip]:focus::before,
.socile-icon-tooltip [data-tooltip]:focus::after,
.socile-icon-tooltip .tooltip:hover::before,
.socile-icon-tooltip .tooltip:hover::after,
.socile-icon-tooltip .tooltip:focus::before,
.socile-icon-tooltip .tooltip:focus::after {
    opacity: 1;
    visibility: visible;
}

.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip [data-tooltip]::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;
    border: 6px solid rgba(0, 0, 0, 0);
    content: "";
    z-index: 1001;
}

.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip [data-tooltip]::after {
    background-color: #00a9da;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    padding: 8px;
    text-align: center;
    width: 100px;
    z-index: 1000;
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip .tooltip-top::before,
.socile-icon-tooltip .tooltip-top::after {
    bottom: 100%;
    right: 50%;
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip-top::before {
    border-top-color: #00a9da;
    margin-bottom: -12px;
    margin-right: -6px;
}

.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip .tooltip-top::after {
    margin-right: -50px;
}

.socile-icon-tooltip [data-tooltip]:hover::before,
.socile-icon-tooltip [data-tooltip]:hover::after,
.socile-icon-tooltip [data-tooltip]:focus::before,
.socile-icon-tooltip [data-tooltip]:focus::after,
.socile-icon-tooltip .tooltip:hover::before,
.socile-icon-tooltip .tooltip:hover::after,
.socile-icon-tooltip .tooltip:focus::before,
.socile-icon-tooltip .tooltip:focus::after,
.socile-icon-tooltip .tooltip-top:hover::before,
.socile-icon-tooltip .tooltip-top:hover::after,
.socile-icon-tooltip .tooltip-top:focus::before,
.socile-icon-tooltip .tooltip-top:focus::after {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
}

/*************************
  21. Section title 1
***********************/

.section-title h2, .section-title h1 {
    font-size: 30px;
    font-weight: bold;
}

.section-title h3 {
    margin-top: 0px;
}

.section-title p {
    margin-bottom: 0px;
    font-size: 16px;
}

.section-title .title-line {
    padding: 10px 0
}

.section-title .title-line:before {
    background: #4FC1F0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 220px;
}

.section-title .title-line:after {
    background: #4FC1F0;
    content: "";
    display: block;
    height: 6px;
    position: relative;
    top: -6px;
    margin: 0 auto;
    width: 60px;
}

/*************************
  22. section title 2
*************************/

.section-title-2 {
    margin-bottom: 60px
}

.section-title-2 h1 {
    margin-bottom: 0px
}

.section-title-2 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-title-2 p {
    margin-bottom: 0px;
    font-size: 16px;
}

.section-title-2 .title-line {
    padding: 20px 0 15px
}

.section-title-2 .title-line:before {
    background: #4FC1F0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 100px;
}

.section-title-2 .title-line-2:before {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 100px;
}

/*==============================================*/

input[type=checkbox],
input[type=radio] {
    margin-top: 6px;
}

.uil, .uil:before, .uil:after {
    display: inline-flex;
    margin: 0;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.nivo-caption p {
}

.nivo-caption a {
    display: inline-block;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    color: #cccccc;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 47%;
    width: 20px;
    z-index: 9;
}

.nivo-nextNav {
    margin-top: 48px;
}

.nivo-nextNav::before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 18px;
}

/*.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}*/
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    left: 50px;
    position: absolute;
    top: 50%;
    z-index: 999;
}

.nivo-controlNav a {
    background: #cccccc none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 3px;
    margin-bottom: 5px;
    width: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nivo-controlNav a.active {
    background: #ff7f00 none repeat scroll 0 0;
    width: 35px;
}

/* ------------------------------
Default Theme
---------------------------------*/
.slider-direction {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 16px;
    z-index: 999;
    display: none;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

.nivo-caption {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

@-webkit-keyframes myfirst {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-moz-keyframes myfirst {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-o-keyframes myfirst {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes myfirst {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.slider-progress.pos_hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/* ------------------------------
custom slider
---------------------------------*/
.slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    height: 5px;
    -webkit-animation: myfirst 5000ms ease-in-out;
    -moz-animation: myfirst 5000ms ease-in-out;
    -o-animation: myfirst 5000ms ease-in-out;
    animation: myfirst 5000ms ease-in-out;
}

.s-tb {
    display: table;
    height: 100%;
    width: 100%;
    float: left;
}

.s-tb-c {
    display: table-cell;
    vertical-align: middle;
}

.t-cn {
    text-align: center
}

.t-lft {
    text-align: left
}

.t-lfr {
    text-align: right
}

/* ------------------------------
slider animation


/* [core] */
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: inherit;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.cd-title {
    position: relative;
    height: 160px;
    line-height: 230px;
    text-align: center;
}

.cd-title h1 {
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .cd-title {
        line-height: 250px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-title {
        height: 200px;
        line-height: 300px;
    }

    .cd-title h1 {
        font-size: 3rem;
    }
}

.cd-intro {
    width: 90%;
    max-width: 768px;
    text-align: center;
}

.cd-intro {
    margin: 4em auto;
}

@media only screen and (min-width: 768px) {
    .cd-intro {
        margin: 5em auto;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-intro {
        margin: 6em auto;
    }
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: right;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

/* --------------------------------

xrotate-1

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

/* --------------------------------

xtype

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #0d0d0d;
}

.cd-headline.type b {
    visibility: hidden;
}

.cd-headline.type b.is-visible {
    visibility: visible;
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}

.cd-headline.type i.in {
    position: relative;
    visibility: visible;
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

/* --------------------------------

xrotate-2

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
    opacity: 0;
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1;
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    -moz-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    -moz-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}

/* --------------------------------

xloading-bar

-------------------------------- */
.cd-headline.loading-bar span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
    /* loading bar */
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0096a7;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}

.cd-headline.loading-bar b {
    top: .2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}

/* --------------------------------

xslide

-------------------------------- */
.cd-headline.slide span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.slide b {
    opacity: 0;
    top: .2em;
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/* --------------------------------

xclip

-------------------------------- */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

/* --------------------------------

xzoom

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.zoom b {
    opacity: 0;
}

.cd-headline.zoom b.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in 0.8s;
    -moz-animation: zoom-in 0.8s;
    animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
    -webkit-animation: zoom-out 0.8s;
    -moz-animation: zoom-out 0.8s;
    animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}

/* --------------------------------

xrotate-3

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-3 b {
    opacity: 0;
}

.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }
    100% {
        -moz-transform: rotateY(0deg);
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }
    100% {
        -moz-transform: rotateY(-180deg);
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

/* --------------------------------

xscale

-------------------------------- */
.cd-headline.scale b {
    opacity: 0;
}

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.is-visible .cd-headline.scale i {
    opacity: 1;
}

.cd-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

/* --------------------------------

xpush

-------------------------------- */
.cd-headline.push b {
    opacity: 0;
}

.cd-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-10%);
        -moz-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        -o-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(-110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateX(-110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%);
        transform: translateX(-110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


/* -----------------------------------
  Template Name: Subas Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

NOTE: This is Header style file. All Header related style included in this file.

--------------------------------------*/


/*menu style */

.header-area {
    z-index: 1000;
    position: relative;
}

@media (min-width: 992px) {
    .header-area {
        padding-bottom: 120px;
    }

    .header-area.large {
        padding-bottom: 156px;
    }

    .header-middle-area {
        position: absolute;
        width: 100%;
    }
}

.main-menu {
    padding: 1.75rem 0;
}

.sticky .main-menu {
    padding: 0;
}

.main-menu > li > a, .main-menu > li > div {
    color: #303030;
    display: block;
    font-weight: 500;
    cursor: pointer;
}

.main-menu > li > a, .main-menu > li > div,
.dropdwn li a,
.single-mega-item li a {
    position: relative;
}

.main-menu > li > a:before, .main-menu > li > div:before,
.dropdwn li a:before,
.single-mega-item li a:before {
    background: #ffbf7f none repeat scroll 100% 0;
    bottom: -1px;
    content: "";
    height: 1px;
    right: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 0;
    border-radius: 1px;
}

.main-menu > li:hover > a::before,
.dropdwn li:hover a:before,
.single-mega-item li:hover a:before {
    width: 100%;
    right: 0;
    opacity: 0.75;
    visibility: visible;
}

.main-menu > li {
    display: inline-block;
    margin: 0;
    padding: 1.25rem 1rem;
    position: relative;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.main-menu > li:hover > a {
    color: #FF7F00;
}

.dropdwn > li:hover > a {
    color: #ff7f00;
}

.single-mega-item > li:hover > a {
    color: #ff7f00;
}

/*dropdwn Style*/

.dropdwn {
    background: #ffffff none repeat scroll 100% 0;
    -webkit-box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    right: 0;
    padding: 15px 30px;
    position: absolute;
    text-align: right;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    -o-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 270px;
    z-index: 2;
}

.dropdwn li {
    display: block;
    padding: 5px 0;
}

.dropdwn li a {
    color: #666;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

.main-menu li:hover .dropdwn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.mega-menu-area {
    background: #ffffff none repeat scroll 100% 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    right: -16%;
    padding: 45px 35px;
    position: absolute;
    text-align: right;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    -o-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 1130px;
    z-index: 2;
}

.mega-menu-link {
    width: 70%;
}

.mega-menu-photo {
    width: 30%;
    padding-left: 15px;
}

.mega-menu-photo img {
    width: 100%;
}

.main-menu li.mega-parent {
    position: static;
}

.single-mega-item {
    float: right;
    padding: 0 15px;
    width: 33.3333%;
}

.single-mega-item li {
    display: block;
    margin-bottom: 5px;
}

.single-mega-item li:last-child {
    margin-bottom: 0;
}

.single-mega-item .menu-title {
    color: #444;
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: 700;
}

.single-mega-item li:last-child {
    border-bottom: 0px solid #000;
}

.single-mega-item li a {
    color: #666;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    padding: 3px 0;
}

.main-menu li:hover .mega-menu-area {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.header-middle-area .container .row [class*="col-"] {
    position: static;
}

.header-middle-area .full-width-mega-dropdown {
    position: relative;
}

/*mega-menu 2 columns*/

.mega-menu-area-2 {
    right: 0;
    margin: auto;
    left: 0;
    width: 580px;
}

.mega-menu-link-2 {
    width: 100%;
}

.mega-menu-link-2 .single-mega-item {
    width: 50%;
}

/*mega-menu 4 columns*/

.mega-menu-link-4 {
    width: 100%;
}

.mega-menu-link-4 .single-mega-item {
    width: 25%;
}

/*Header Transprent */

.transparent-header {
    position: absolute;
    width: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.3);
}

.transparent-header .main-menu > li > a, .transparent-header .main-menu > li > div {
    color: #fff;
}

.transparent-header.sticky {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4)
}

/*Sticky Menu*/

.sticky {
    right: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.99);
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4)
}

.logo {
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.logo img {
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    width: 150px;
}

.sticky .logo img {
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    width: 125px;
}

/* - - - header-top-bar - - - */

.header-top-bar {
    background: #222222 none repeat scroll 100% 0;
}

.call-us p {
    color: #cccccc;
    font-weight: 500;
    line-height: 40px;
}

/*top-link*/

.top-link > ul.link {
    margin-left: -20px;
    font-size: 0;
}

.top-link > ul.link > li {
    float: right;
    position: relative;
}

.top-link > ul.link > li::before {
    background: #ddd none repeat scroll 100% 0;
    content: "";
    height: 15px;
    right: 0;
    position: absolute;
    top: 13px;
    width: 1px;
}

.top-link > ul.link > li:first-child::before {
    display: none;
}

.top-link > ul.link > li a {
    color: #cccccc;
    display: block;
    font-size: 0;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
}

.top-link > ul.link > li a i {
    font-size: 14px;
    line-height: 10px;
    color: #CCCCCC;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.top-link > ul.link > li a:hover i {
    padding-left: 5px;
}

.top-link > ul.link > li a:hover,
.top-link > ul.link > li a:focus,
.top-link > ul.link > li a:active {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    width: auto;
}

/*header-search*/

.header-search {
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.header-search-inner {
    position: relative;
    padding: 14px 0.5rem;
}

.header-search-inner::before {
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
}

.header-search-inner button.search-toggle {
    padding: 0;
    color: #666;
    display: block;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.top-search-box {
    height: 50px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    visibility: hidden;
    width: 0;
    overflow: hidden;
}

.top-search-box > input {
    background: #fff none repeat scroll 100% 0;
    height: 100%;
    padding: 0 20px;
    width: 100%;
    border: #d4d4d4 2px solid;
    border-radius: 0.25rem !important;
}

.top-search-box > button {
    border: none;
    color: #999999;
    font-size: 20px;
    height: 100%;
    padding: 2px;
    position: absolute;
    left: 0;
    width: 50px;
    z-index: 1;
}

.header-search-inner:hover button.search-toggle {
    opacity: 0;
}

.header-search-inner:hover .top-search-box {
    opacity: 1;
    left: 15px;
    visibility: visible;
    width: 250px;
}

/* ============ total-cart ============= */

.total-cart {
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.total-cart-in {
    padding: 25px 0;
    position: relative;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.cart-toggler > .toggler {
    position: relative;
    color: #666666;
    display: block;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.cart-toggler .cart-quantity {
    /*position: absolute;*/
    /*top: -14px;*/
    /*left: -5px;*/
    margin-left: -1px;
    min-width: 18px;
    height: 18px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    padding: 2px 5px;
    text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
}

.total-cart-in:hover .cart-toggler > .toggler {
    color: #666;
}

.cart-icon {
    font-size: 20px;
    line-height: 20px;
}

.total-cart-in > ul {
    background: #ffffff none repeat scroll 100% 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 200%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 350px;
    z-index: 9999;
}

.total-cart-in > ul > li {
    border-bottom: 1px solid #eee;
}

.total-cart-in > ul > li:last-child {
    border-bottom: none;
}

.top-cart-inner {
    padding: 12px 30px;
    text-align: center;
}

.top-cart-inner h5,
.top-cart-inner h4 {
    margin: 0;
}

.top-cart-inner.your-cart h5 {
    color: #999999;
    font-weight: 500;
}

.total-cart-pro {
    padding: 10px 30px 30px 15px;
}

.total-cart-pro .single-cart {
    padding: 20px 0 0;
}

.cart-img {
    position: relative;
}

.del-icon a {
    bottom: 0;
    position: absolute;
    left: 0;
}

.del-icon > a::before {
    border-left: 30px solid #f6f6f6;
    border-top: 30px solid transparent;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    z-index: 1;
}

.del-icon > a:hover::before {
    border-left: 30px solid #ddd;
}

.del-icon > a > i {
    color: #666666;
    display: block;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    width: 15px;
    z-index: 2;
}

.del-icon > a:hover > i {
    color: #ff7f00;
}

.cart-info {
    padding: 0 20px 0 0;
}

.cart-info h6 {
    color: #666;
    font-weight: 500;
}

.cart-info p {
    margin: 0;
}

.cart-info p > span {
    display: inline-block;
    width: 56px;
}

.cart-info span strong {
    float: left;
    padding-left: 10px;
}

.top-cart-inner.subtotal > h4 {
    color: #666666;
    font-weight: 700;
}

.top-cart-inner.subtotal span {
    color: #ff7f00;
}

.top-cart-inner.view-cart h4,
.top-cart-inner.check-out h4 {
    color: #666;
    font-weight: 500;
}

.total-cart-in:hover ul {
    opacity: 1;
    top: 72px;
    visibility: visible;
}

/* ****************
  header-2
***************** */

.header-2 .header-search-inner::before {
    display: none;
}

.header-2 .sticky {
    background: rgba(246, 246, 246, 0.99) none repeat scroll 100% 0;
}

/*user-meta*/
.user-meta {
    padding: 26px 0.5rem;
    position: relative;
}

.user-meta > li {
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.user-meta > li .toggler {
    color: #999999;
    display: block;
    line-height: 1;
}

.user-meta > li .toggler i {
    font-size: 20px;
}

.user-meta > li > ul {
    background: #ffffff none repeat scroll 100% 0;
    opacity: 0;
    position: absolute;
    left: -0.5rem;
    top: 200%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 140px;
    z-index: 999;
}

.shadow-bb-sm {
    -webkit-box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
}

.user-meta > li > ul > li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 10px;
}

.user-meta > li > ul > li:last-child {
    border-bottom: none;
}

.user-meta > li > ul > li > a {
    color: #999999;
    display: block;
    font-size: 13px;
    line-height: 20px;
}

.user-meta > li > ul > li > a:hover {
    color: #FF7F00;
}

.user-meta:hover > li > ul {
    opacity: 1;
    top: 72px;
    visibility: visible;
}

.sticky .user-meta > li {
    margin-top: 0;
}

/* ****************
  Dropdwn Repeat
***************** */

.dropdwn {
    padding: 15px 0;
}

.dropdwn li {
    display: block;
    padding: 5px 30px;
}

.dropdwn > li {
    position: relative;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.dropdwn-repeat {
    background: #ffffff none repeat scroll 100% 0;
    -webkit-box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    right: 100%;
    padding: 15px 0;
    position: absolute;
    text-align: right;
    top: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    -o-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    visibility: hidden;
    width: 270px;
    z-index: 2;
}

.main-menu li .dropdwn li:hover .dropdwn-repeat {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.dropdwn li:hover .dropdwn-repeat li a::before {
    background: #ffbf7f none repeat scroll 100% 0;
    bottom: 0;
    content: "";
    height: 1px;
    right: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 0;
}

.dropdwn li .dropdwn-repeat li:hover a::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.dropdwn > li .dropdwn-repeat li:hover > a {
    color: #ff7f00;
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .dropdwn-repeat {
        right: 80%;
        width: 210px;
    }
}

.mean-container a.meanmenu-reveal {
    padding: 13px;
}

.mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li div.mean-expand {
    background-color: transparent !important;
}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li div {
    font-weight: 500;
    font-size: 0.8125rem;
}

.mean-container .mean-bar:after {
    font-weight: 500;
    right: 13px;
}

.mean-container .mean-nav ul li:first-child {
    border-top: 0;
}

.mean-container .mean-bar:after, .mean-container a.meanmenu-reveal {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
}

/* -----------------------------------
  Template Name: Subas Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

  NOTE: This is Slider style file. All Slider related style included in this file.

--------------------------------------*/

.layer-1 {
    position: relative;
}

.slider-img {
    width: 100%;
}

.slider-img > img {
    width: 100%;
}

.slider-info-inner .button {
    text-align: center;
}

.slider-info-inner .button span {
    width: 100%;
    text-align: center;
}

.slider-info {
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    padding: 50px 80px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 55%;
}

.slider-info .slider-info-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-title-1 {
    position: relative;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 15px;
    padding-right: 15px;
}

.slider-title-1:before {
    content: '';
    position: absolute;
    top: 11%;
    right: 0;
    height: 78%;
    width: 5px;
    border-radius: 4px;
}

.slider-brief p {
    font-size: 14px;
    margin-bottom: 35px;
}

/* -------------- Home 2  ---------------- */

.slider-2 {
    position: relative;
}

.slider2-title-1 {
    color: #575757;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    font-family: "primary-font", "segoe ui", "tahoma";
}

.slider2-title-2 {
    color: #575757;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
}

.slider2-title-3 {
    color: #666666;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
}

.slider2-title-4 {
    color: #737373;
    font-size: 16px;
    position: relative;
}

.slider-button {
    margin-top: 40px;
}

.layer-1-1 img {
    padding-top: 135px;
    width: 35%;
    right: 10%;
}

.layer-1-1.layer-2-1 img {
    right: auto;
    left: 10%;
}

.title-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42%;
}

.slider-content-1 .title-container {
    left: 12%;
}

.slider-content-2 .title-container {
    right: 12%;
}

/*slider-desc-3*/

.slider-desc-3 {
    margin: auto;
    width: -webkit-calc(100% - 35%);
    width: -moz-calc(100% - 35%);
    width: calc(100% - 35%);
}

.slider-desc-3 .slider2-title-1,
.slider-desc-3 .slider2-title-2 {
    margin-bottom: 15px;
}

.slider-desc-3 .slider2-title-1 {
    color: #fff;
}

.slider-desc-3 .slider2-title-2 {
    color: #fff;
}

.slider-desc-3 .slider2-title-3 {
    color: #fff;
}

.slider-desc-3 .slider2-title-4 {
    color: #fff;
}

.slider-desc-4 {
    margin: auto;
    width: -webkit-calc(100% - 20%);
    width: -moz-calc(100% - 20%);
    width: calc(100% - 20%);
}

/* -----------------------------------
  Template Name: Subas Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

  NOTE: This is Footer style file. All footer related style included in this file.
--------------------------------------*/

.footer-top {
}

.footer-top-inner {
    padding: 60px 100px;
}

.footer-about {
    padding-left: 20px;
}

.footer-logo {
    margin-bottom: 35px;
}

.footer-brief {
    margin-bottom: 33px;
}

.footer-social li {
    display: inline-block;
}

.footer-social li + li {
    margin-right: 10px;
}

.footer-social li a {
    border: 1px solid rgb(153, 153, 153);
    border-radius: 15px;
    color: #999;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 28px;
    padding: 0 10px;
    font-size: 13px;
}

.footer-social li a i {
    line-height: 28px;
    margin-left: 0.5rem;
    font-size: 15px;
}

.footer-social li a:hover {
    border-color: transparent;
    color: #fff;
}

.facebook:hover {
    background: #3B5998;
}

.google-plus:hover {
    background: #DD493D;
}

.twitter:hover {
    background: #1DA1F2;
}

.rss:hover {
    background: #F36F24;
}

.pinterest:hover {
    background: #cb2027 none repeat scroll 100% 0;
}

.telegram:hover {
    background: #35ADE1 none repeat scroll 100% 0;
}

.instagram:hover {
    background: #EF524B none repeat scroll 100% 0;
}

.footer-title {
    position: relative;
    font-weight: 700;
    margin: 10px 0 30px;
    padding-right: 10px;
}

.footer-title::before {
    content: "";
    height: 12px;
    right: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 2px;
}

.footer-menu > li {
    display: block;
}

.footer-menu li a {
    color: #666666;
    display: inline-block;
    line-height: 30px;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.footer-menu li a i {
    color: #999999;
    font-size: 5px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.footer-menu li a span {
    font-size: 13px;
    font-weight: 500;
}

.footer-menu li:hover a,
.footer-menu li:hover a i {
    color: #ff7f00;
}

/*footer-message*/

.footer-message input[type="text"],
.footer-message input[type="email"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

/*copyright*/

.footer-bottom {
    padding: 10px 0;
}

.copyright {
    padding: 0 100px;
}

.copyright-text {
    padding: 7px 0;
}

.copyright-text p {
    margin: 0;
}

.copyright-text p a {
    color: #999999;
}

.copyright-text p a:hover {
    color: #ff7f00;
}

.footer-payment {
    line-height: 1;
    padding: 12px 0;
}

.footer-payment li {
    display: inline-block;
    margin-right: 6px;
}

.footer-payment li a {
    display: block;
    line-height: 1;
}

/*================= footer-area-2 ==================*/

.footer-menu-2 li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.footer-menu-2 li::before {
    background: #ff7f00 none repeat scroll 100% 0;
    content: "";
    height: 11px;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 7px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 2px;
}

.footer-menu-2 li:hover::before {
    opacity: 1;
    visibility: visible;
}

.footer-menu-2 li a {
    font-size: 14px;
    font-weight: 500;
    padding-right: 5px;
}

.footer-social-2 {
    padding: 6px 0;
}

.footer-social-2 li a {
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.footer-social-2 li a i {
    line-height: 30px;
}

.footer-icon {
    font-size: 1.165rem;
    margin-left: 0.5rem;
    color: #434343;
}

footer textarea {
    resize: none;
}

.co-text {
    padding: 7px 0;
}

.co-text p {
    margin: 0;
    font-size: 14px;
}

.co-text a {
    color: #999;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../font/eot/IRANSansWeb_Black.eot');
    src: url('../font/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/woff2/IRANSansWeb_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/woff/IRANSansWeb_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../font/eot/IRANSansWeb_Bold.eot');
    src: url('../font/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../font/eot/IRANSansWeb_Medium.eot');
    src: url('../font/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../font/eot/IRANSansWeb_Light.eot');
    src: url('../font/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../font/eot/IRANSansWeb_UltraLight.eot');
    src: url('../font/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../font/eot/IRANSansWeb.eot');
    src: url('../font/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/ttf/IRANSansWeb.ttf') format('truetype');
}

/* -----------------------------------------------------------------------------------

  Template Name: Subash Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Author URI: http://www.codecarnival.net/
  Version: 1.0

-----------------------------------------------------------------------------------  */


/*-----------------------------------------------------------------------------------

  CSS INDEX
  ===================

  1. Theme Default CSS (css/shortcode/default.css)
  2. Header CSS (css/shortcode/header.css)
  3. Slider CSS (css/shortcode/slider.css)
  4. Footer CSS (css/shortcode/footer.css)
  6. Custom-content all
  7. Home-1
    7.1 By brand section
    7.2 Featured product section
    7.3 Up comming product section
    7.4 Banner section
    7.5 Product tab section
    7.6 Blog section
  8.  Home version-2
    8.1 Banner section 2
    8.2 Section background top bottom
    8.3 Product item 2
    8.4 Up comming product 2
    8.5 Up comming time 2
    8.6 Blog item 2
    8.7 Newsletter
  9. Shop Page
    9.1 Breadcrumbs section
    9.2 Shop Option
    9.3 Shop List
    9.4 Pagination
    9.5 Sidebar Widget
    9.6 Widget search
    9.7 Widget categories
    9.8 Price Filter
    9.9 Widget color
    9.10 Widget operating system
    9.11 Widget product
  10. Single Product Page
    10.1 Image zoom area
    10.2 Single product info
    10.3 Product reviews tab
    10.4 product color and rating
    10.5 Product Cart plus minus
  11. Cart Page
    11.1 Cart option
    11.2 Cart table content
    11.2 Coupon-discount
    11.3 Payment-details
    11.4 Payment-method
    11.5 Order information
  12. Single Blog Page
    12.1 Blog option
    12.2 blog main post
    12.3 Blog share tags
    12.4 Blog post and comments
  13. About Page
    13.1 Team member
  14. Contact Page
    14.1 Contact Address
    14.2 Google Map
    14.3 Dynamic contact form
  15. 404 Page
  16. Bankground youtube video
  17. Dotted-overlay
----------------------------------------------------------------------------------- */
/*************************************
  6. Custom-content all
 **************************************/

.p1020 {
    padding: 10px 20px;
}

.p2030 {
    padding: 20px 30px;
}

.boxed-layout .wrapper {
    -webkit-box-shadow: 3px 0 50px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 3px 0 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    overflow: hidden;
}

.boxed-layout .sticky {
    right: auto;
    margin: auto;
    max-width: 1240px;
    width: 100%;
}

/* ========================================
  7. Home Version-1
======================================== */


/* -------------------------------------
    7.1 By brand section
------------------------------------- */
.last-submit-btn {

}

.single-brand-product {
    position: relative;
}

.single-brand-product > a {
    display: block;
}

.single-brand-product img {
    width: 100%;
}

.single-brand-product .brand-title {
    bottom: 15px;
    margin: 0;
    position: absolute;
    left: 20px;
}

/* -------------------------------------
    7.2 Featured product section
------------------------------------- */

.product-item {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0.25rem !important;
    overflow: hidden;
}

.product-info {
    padding: 20px 10px;
}

.product-title {
    color: #434343;
    font-size: 14px;
    line-height: 1.75rem;
    height: 3.5rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

.pro-rating {
    line-height: 1;
    margin-bottom: 10px;
}

.pro-rating a {

    font-size: 14px;
}

.pro-rating a i.zmdi-star-half {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pro-price {
    color: #666666;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    z-index: 1;
}

.action-button {
}

.action-button > li {
    display: inline-block;
    margin-left: 10px;
}

.action-button > li:last-child {
    margin-left: 0;
}

.action-button > li > a, .action-button .icon {
    background: transparent;
    border: 1px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #8f8f8f;
    display: block;
    font-size: 14px;
    height: 30px;
    text-align: center;
    width: 30px;
}

.action-button > li > a i, .action-button .icon i {
    line-height: 28px;
}

.action-button > li:hover > a {
    color: #fff;
}

.product-item:hover {
    -webkit-box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.15);
}

/* -------------------------------------
    7.3 Up comming product section
------------------------------------- */

.up-comming-pro {
}

.up-comming-pro-img {
    width: 47.3%;
}

.up-comming-pro-img img {
    width: 100%;
}

.up-comming-pro-info {
    padding: 0 30px;
    width: 52.7%;
}

.up-comming-pro-info h3 {
    color: #575757;
    font-weight: bold;
    margin: 30px 0 20px;
}

.up-comming-pro-info > p {
    margin-bottom: 40px;
}

.up-comming-time {
    direction: ltr;
    text-align: right;
}

.up-comming-time .cdown {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
}

.up-comming-time .cdown:last-child {
    margin-right: 0;
}

.up-comming-time .time-count {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #8f8f8f;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.up-comming-time .cdown p {
    color: #8a8888;
    line-height: 10px;
    margin: 10px 0 0;
}

/* -------------------------------------
    7.5 Product tab section
------------------------------------- */

.pro-tab-menu {
    margin: 25px 0 30px;
}

.pro-tab-menu > ul.nav-tabs {
    border: none;
    display: inline-block;
}

.pro-tab-menu ul li {
    display: inline-block;
    margin-right: 1.25rem;
    line-height: 2;
}

.pro-tab-menu ul li:first-child {
    margin-right: 0;
}

.pro-tab-menu ul li a {
    position: relative;
    padding: 0 0 2px;
    color: #8f8f8f;
    display: block;
    font-size: 14px;
    font-weight: 500;
    border: none !important;
}

.pro-tab-menu ul li a.active {
    color: #666666;
}

.pro-tab-menu ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    margin-right: 50%;

    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.pro-tab-menu ul li a.active:before {
    width: 100%;
    margin-right: 0;
}

/* -------------------------------------
    7.6 Blog section
------------------------------------- */

.blog-img {
}

.blog-img > a {
    display: block;
}

.blog-img img {
    width: 100%;
}

.blog-title {
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.blog-desc p {
    margin-bottom: 25px;
}

.blog-meta {
    line-height: 1;
    padding-top: 6px;
}

.blog-meta li {
    display: inline-block;
    margin-right: 15px;
}

.blog-meta li:first-child {
    margin-right: 0;
}

.blog-meta li span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.blog-meta li span i {
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
}

.blog-item {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    max-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0.25rem !important;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 10px;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

@media (min-width: 1200px) {
    .blog-item img {
        height: 285px;
    }
}

@media (min-width: 992px) AND (max-width: 1199.98px) {
    .blog-item img {
        height: 250px;
    }
}

@media (min-width: 768px) AND (max-width: 991.98px) {
    .blog-item img {
        height: 270px;
    }
}

@media (min-width: 576px) AND (max-width: 767.98px) {
    .blog-item img {
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .blog-item img {
        height: 300px;
    }
}

@media (max-width: 479.98px) {
    .blog-item img {
        height: 280px;
    }
}

.blog-item .blog-title, .blog-item p, .blog-item .read-more, .blog-item .blog-meta {
    margin: 0 !important;
}

.blog-item .blog-desc {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(255, 127, 0, 0.95) none repeat scroll 100% 0;
    height: 100%;
    right: 0;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.blog-item:before {
    position: absolute;
    top: 20px;
    right: 0;
    max-width: 95% !important;
    content: attr(data-title);
    color: #434343;
    font-size: 1rem;
    font-weight: 500;
    padding: 4px 20px 5px 10px;
    border-radius: 20px 0 0 20px;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 2px, rgba(0, 0, 0, 0.05) 2px 2px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 2px, rgba(0, 0, 0, 0.05) 2px 2px 6px;
    box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 2px, rgba(0, 0, 0, 0.05) 2px 2px 6px;
}

.blog-item:hover:before {
    opacity: 0;
}

.blog-item .blog-desc::before,
.blog-item .blog-desc::after {
    bottom: 20px;
    content: "";
    right: 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.5s ease 0s;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.5s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.5s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s, -moz-transform 0.5s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s, -moz-transform 0.5s ease 0s, -o-transform 0.5s ease 0s;

    border-radius: 1px;
}

.blog-item .blog-desc::before {
    border-bottom: 1px solid #fefefe;
    border-top: 1px solid #fefefe;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.blog-item .blog-desc::after {
    border-right: 1px solid #fefefe;
    border-left: 1px solid #fefefe;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.blog-item:hover .blog-desc::before,
.blog-item:hover .blog-desc::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blog-item:hover .blog-desc {
    opacity: 1;
}

.blog-item .blog-title,
.blog-item .blog-desc p,
.blog-item .read-more a,
.blog-item .blog-meta li span {
    color: #fefefe;
}

.blog-item .blog-title:hover a {
    color: #434343;
}

.blog-item .read-more {
    width: 100%;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.read-more a {
    /*width: 100%;*/
    /*display: block;*/
    text-align: center;
    border: #fff 1px solid;
    padding: 2px 10px !important;
    border-radius: 3px;
}

.read-more a:hover {
    background-color: #434343 !important;
    border-color: #434343;
}

.blog-description p {
    font-size: 14px;
}

.blog-description img {
    max-width: 100%;
    border-radius: 0.25rem;
}

/* ==========================================
  8.  Home version-2
============================================= */


/* -------------------------------------
    8.1 Banner section 2
------------------------------------- */

.banner-title-2 {
    color: #666666;
    font-weight: bold;
}

.banner-2 .banner-title-2 {
    position: absolute;
    left: 18px;
    top: 20%;
}

.banner-2 .pro-price {
    bottom: 16px;
    right: 20px;
    margin-bottom: 0;
    position: absolute;
}

.banner-2 .banner-button {
    bottom: 20px;
    position: absolute;
    left: 20px;
    z-index: 99;
}

.banner-button a {
    color: #8f8f8f;
    font-size: 13px;
}

.banner-button a:hover {

}

.banner-2::before {
    border-left: 270px solid #f6f6f6;
    border-top: 90px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
}

.banner-2::after {
    border-right: 270px solid #f6f6f6;
    border-top: 90px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}

.banner-3 .banner-info {
    top: 17%;
}

.banner-3 .banner-button {
    margin-top: 15px;
}

.banner-4 .banner-title-2 {
    right: 10%;
    position: absolute;
    top: 20%;
}

.banner-4 .banner-button {
    right: 10%;
    position: absolute;
    top: 35%;
}

/* -------------------------------------
    8.2 Section background top bottom
------------------------------------- */

.section-bg-tb {
    margin: 45px 0;
    position: relative;
    z-index: 1;
}

.section-bg-tb::before {
    background: #f6f6f6 none repeat scroll 100% 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: skewY(1.7deg);
    -moz-transform: skewY(1.7deg);
    -ms-transform: skewY(1.7deg);
    -o-transform: skewY(1.7deg);
    transform: skewY(1.7deg);
    width: 100%;
    z-index: -1;
}

/* -------------------------------------
    8.3 Product item 2
------------------------------------- */

.product-item-2 {
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: auto;
    margin-left: auto;
    background: #fcfcfc none repeat scroll 100% 0;
    border-radius: 1px;

    -webkit-box-shadow: 0 1px 3px rgba(86, 86, 90, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(86, 86, 90, 0.5);
    box-shadow: 0 1px 3px rgba(86, 86, 90, 0.5);
}

.product-item-2 .product-img {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item-2 .product-img a {
    display: block;
    height: 100%;
    max-height: 100%;
}

.product-item-2 img {
    border-radius: 1px 1px 0 0;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.product-item-2 .product-info {
    -webkit-border-radius: 0 0 1px 1px;
    -moz-border-radius: 0 0 1px 1px;
    border-radius: 0 0 1px 1px;
    padding: 15px 30px;
}

.active-featured-product .product-item-2 {
    margin-top: 20px;
}

.brand-name {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
}

.product-item-2 .pro-price {
    margin-bottom: 0;
    font-size: 1rem;
}

.product-item-2 .action-button {
    bottom: 70px;
    opacity: 0;
    padding: 0 0 5px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    text-align: center;
}

.product-item-2 .action-button li {
    width: 40px;
    height: 50%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fcfcfc;
    border: 1px solid #8f8f8f;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}


.product-item-2 .action-button > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;
    border: medium none;
    display: block;
    width: 40px;
    height: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 1.25rem;
}

.product-item-2 .action-button > li:hover > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;

}

.product-item-2 .action-button > li > a i {
    line-height: 30px;
}

.product-item-2:hover {
    top: -10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0px 8px 13px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0px 8px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0px 8px 13px rgba(0, 0, 0, 0.15);
}

.product-item-2:hover .product-info {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product-item-2:hover .action-button {
    bottom: 100px;
    opacity: 1;
    visibility: visible;
}


.pro-tab-menu-2 ul li {
    margin-right: 25px;
    position: relative;
}

.pro-tab-menu-2 ul li.active::before {

    content: "";
    height: 11px;
    right: 0;
    position: absolute;
    top: 10px;
    width: 2px;
}

.pro-tab-menu-2 ul li.active a {
    border-bottom: 0 none;
}

.pro-tab-menu-2 ul li a {
    padding-right: 5px;
    border-bottom: 0 none !important;
}

/* -------------------------------------
    8.4 Up comming product 2
------------------------------------- */

.up-comming-pro-2 .up-comming-pro-img {
    width: 53.3%;
}

.up-comming-pro-2 .up-comming-pro-info {
    width: 46.7%;
}

/* -------------------------------------
    8.5 Up comming time 2
------------------------------------- */

.up-comming-time-2 {
    width: 100%;
}

.up-comming-time-2 .cdown {
    float: left;
    width: 25%;
}

.up-comming-time-2 .time-count {
    border-bottom: 1px solid #8f8f8f;
    color: #8f8f8f;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
}

.up-comming-time-2 p {
    color: #8a8888;
    font-weight: 500;
    padding-top: 5px;
}

.up-comming-time-2 .time-count {
    position: relative;
}

.up-comming-time-2 .time-count::before {
    background: #f6f6f6 none repeat scroll 100% 0;
    bottom: -3px;
    content: "";
    height: 5px;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    width: 2px;
}

/* -------------------------------------
    8.6 Blog item 2
------------------------------------- */

.blog-item-2 {
    margin-bottom: 30px;
}

.blog-item-2 img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-item-2 .blog-desc {
    text-align: center;
}

.blog-title-2 {
    color: #666666;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-title-2 > a {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 4px;
}

.blog-item-2 .blog-image {
    overflow: hidden;
}

.blog-item-2:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

/* -------------------------------------
    8.7 Newsletter
------------------------------------- */

.newsletter-info {
    margin-bottom: 35px;
}

.newsletter-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.newsletter-info p {
    font-size: 14px;
    margin-bottom: 0;
}

.subcribe {
    border: 2px solid #d4d4d4;
    margin: auto;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
}

.subcribe input {
    background: transparent none repeat scroll 100% 0;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: right;
    height: 45px;
    margin: 0;
    width: 80%;
}

.subcribe input:focus {
    border: 0;
}

.subcribe .submit-btn-2 {
    border-right: 2px solid #d4d4d4;
    float: right;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    width: 20%;
}

/*=======================================
  9. Shop Page
=======================================*/


/* -------------------------------------
    9.1 Breadcrumbs section
------------------------------------- */
.breadcrumb {
    background-color: #f6f6f6;
    border-radius: 0.25rem;
}

.breadcrumb-item, .breadcrumb-item a {
    font-size: 12px !important;
    font-weight: 300;
    color: #808080;
}

.breadcrumb-item.active {
    color: #8f8f8f;
}

.breadcrumb-item + .breadcrumb-item::before {
    opacity: 0.5;
}

.breadcrumbs-section {
}

.breadcrumbs .container {
    width: auto;
}

@media (min-width: 768px) {
    .breadcrumbs .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .breadcrumbs .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs .container {
        max-width: 1170px;
    }
}

.overlay-bg {
    position: relative;
}

.overlay-bg::before {
    background: #f6f6f6 none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.breadcrumbs-inner {
    position: relative;
    z-index: 10;
}

.breadcrumbs-title {
    color: #575757;
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
    padding: 115px 0 85px;
    text-align: center;
}

.breadcrumb-list {
    padding-bottom: 20px;
}

.breadcrumb-list > li {
    color: #8f8f8f;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
}

.breadcrumb-list > li::before {
    content: "_ ";
    right: 0;
    color: #666666;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.breadcrumb-list > li:hover::before {

}

.breadcrumb-list > li > a {
    color: #666666;
}

.breadcrumb-list > li:hover > a {

}

/* -------------------------------------
    9.2 Shop Option
------------------------------------- */

.shop-option {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 0.25rem;
}

.shop-option label {
    height: 34px;
    line-height: 34px;
    color: #8f8f8f;
    font-size: 13px;
    margin-left: 0.5rem;
    margin-bottom: 0;
}

.shop-option .nice-select {
    width: 150px;
    height: 34px;
    font-size: 13px;
    margin: 0;
    color: #8f8f8f;
    float: left !important;
}

.shop-option select.nice-select {
    position: absolute;
    opacity: 0;
}

.shop-tab {
    line-height: 1;
}

.shop-tab > li {
    display: inline-block;
    margin-left: 5px;
}

.shop-tab > li:last-child {
    margin-left: 0px;
}

.shop-tab li a {
    color: #8f8f8f;
    display: block;
    font-size: 25px;
    height: 30px;
    text-align: center;
    width: 30px;
}

.shop-tab li a i {
    line-height: 30px;
}

.shop-tab li.active a {

}

.shop-tab,
.short-by,
.showing {
    width: 33.3337%;
}

.short-by > span {
    margin-left: 10px;
}

.showing span {
    color: #8f8f8f;
    display: block;
    line-height: 30px;
}

/* -------------------------------------
    9.3 Shop List
------------------------------------- */

.shop-list.product-item {
    overflow: hidden;
}

.shop-list .product-img {
    background: #ffffff none repeat scroll 100% 0;
    float: right;
    padding-left: 30px;
    width: 35%;
}

.shop-list .product-info {
    float: right;
    padding: 30px 40px;
    width: 65%;
}

.shop-list .brand-name {
    color: #8f8f8f;
    font-weight: normal;
}

.shop-list p {
    color: #666;
    margin-bottom: 30px;
}

/* -------------------------------------
    9.4 Pagination
------------------------------------- */

.shop-pagination {
    padding: 7px 10px;
}

.shop-pagination > li {
    display: inline-block;
    margin-left: 8px;
}

.shop-pagination > li:last-child {
    margin-left: 0;
}

.shop-pagination > li > a {
    border: 1px solid #eee;
    color: #8f8f8f;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    border-radius: 0.25rem;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.shop-pagination > li > a i {
    font-size: 16px;
}

.shop-pagination > li.disabled a {
    border-color: #eee !important;
    color: #999 !important;
    cursor: default !important;
}

/* -------------------------------------
    9.5 Sidebar Widget
------------------------------------- */

.widget {
    padding: 20px 30px;
    background-color: #fff;
}

.widget-title {
    color: #666666;
    font-weight: bold;
}

/* -------------------------------------
    9.6 Widget search
------------------------------------- */

.widget-search {
    position: relative;
}

.widget-search input {
    height: 50px;
    margin-bottom: 0;
    padding-left: 50px;
}

.widget-search button {
    background: transparent none repeat scroll 100% 0;
    color: #8f8f8f;
    font-size: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.widget-search button:hover {

}

/* -------------------------------------
    9.7 Widget categories
------------------------------------- */

.product-cat > ul > li > ul {
    padding-right: 20px;
}

.product-cat .c-toggle {
    display: block;
    color: #8f8f8f;
    padding: 2px 15px 2px 0;
    position: relative;
    font-size: 14px;
    line-height: 30px;
}

.product-cat ul ul > li > a {
    color: #8f8f8f;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    padding: 2px 0;
}

.product-cat ul ul > li:last-child {
    padding-bottom: 0.25rem;
}

.product-cat ul ul > li > a:hover {
    color: #434343;
}

.product-cat .c-toggle:before {
    font-family: 'unicons';
    font-size: 10px;
    display: inline-flex;
    color: #8f8f8f;
    position: absolute;
    top: 3px;
    right: 0;
}

.product-cat .c-toggle[aria-expanded="true"]:before {
    content: '\ead3';
}

.product-cat .c-toggle[aria-expanded="false"]:before {
    content: '\eb20';
}

/* -------------------------------------
    9.8 Price Filter
------------------------------------- */

.price_filter {
    padding-bottom: 13px;
}

.price_slider_amount {
    overflow: hidden;
}

.price_slider_amount > input {
    background: transparent none repeat scroll 100% 0;
    border: medium none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: right;
    height: 35px;
    padding: 0;
    text-align: right;
    width: 100%;
}

.price_slider_amount > input#amount {
    direction: ltr;
}

.ui-widget-content {
    background: #eee none repeat scroll 100% 0;
    border: medium none;
    color: #222;
    height: 3px;
}

.ui-slider .ui-slider-range {

}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {

    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    top: 50%;
    width: 5px;
}

/* -------------------------------------
    9.9 Widget color
------------------------------------- */

.widget-color ul li {
    display: block;
    position: relative;
}

.widget-color ul li a {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    padding-right: 20px;
}

.widget-color ul li a::before {

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 12px;
    right: 3px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px;
}

.widget-color ul li.color-1 a:before {
    background: #ffa07a;
}

.widget-color ul li.color-2 a:before {
    background: #e9967a;
}

.widget-color ul li.color-3 a:before {
    background: #fe5858;
}

.widget-color ul li.color-4 a:before {
    background: #00b2ee;
}

.widget-color ul li.color-5 a:before {
    background: #00eeb3;
}

.widget-color ul li.color-6 a:before {
    background: #8dc63f;
}

/* -------------------------------------
    9.10 Widget operating system
------------------------------------- */

.operating-system input[type="checkbox"] {
    margin: 0 0 0 20px;
    vertical-align: middle;
}

/* -------------------------------------
    9.11 Widget product
------------------------------------- */

.widget-product .product-item {
    overflow: hidden;
}

.widget-product .product-item:last-child {
    margin-bottom: 0;
}

.widget-product .product-img {
    float: right;
    width: 70px;
}

.widget-product .product-info {
    background: #fff none repeat scroll 100% 0;
    float: right;
    padding: 8px 10px 0 0;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
}

.widget-product .product-title {
    color: #666;
    font-weight: 500;
}

.widget-product .pro-price {
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

/*=====================================
  10. Single Product Page
======================================*/


/* -------------------------------------
    10.1 Image zoom area
------------------------------------- */

.imgs-zoom-area {
    width: 100%;
    position: relative;
}

.imgs-zoom-area img {
    width: 100% !important;
    max-width: 420px !important;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}

.imgs-zoom-area .img-list {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 2px 4px;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

.imgs-zoom-area .img-list .item {
    width: 20%;
}

.imgs-zoom-area .img-list img {
    width: auto !important;
    max-height: 60px !important;
    cursor: pointer;
}

#gallery_01 img {
    width: 100%;
}

#gallery_01 {
    padding: 0 30px;
}

.p-c {
    border: 1px solid #fff;
    padding: 0 5px;
}

#gallery_01.slick-arrow-3 .arrow-next.slick-arrow {
    left: -3px;
}

.slick-track {
    min-width: 100%;
}

/* -------------------------------------
    10.2 Single product info
------------------------------------- */

.single-product-info .pro-price {
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 1.5rem;
    color: #F26555;

    text-shadow: rgba(0, 0, 0, 0.07) 0 1px 0;
}

.single-product-info .pro-price span {
    opacity: 0.9;
    font-size: 1.1rem;
}

.single-product-info p {
    margin-bottom: 0 !important;
}

.brand-name-2 {
    color: #8f8f8f;
}

/* -------------------------------------
    10.3 Product reviews tab
------------------------------------- */

.reviews-tab li {
    display: inline-block;
    margin-left: 35px;
}

.reviews-tab li:last-child {
    margin-left: 0;
}

.reviews-tab li a {
    display: block;
    font-weight: 500;
    line-height: 2;
    border-bottom: 1px solid transparent;
}

.reviews-tab li.active a {
    border-bottom: 1px solid #ffcc99;
}

.reply-delate ul li {
    display: inline-block;
}

.reply-delate ul li a {
    font-size: 13px;
}

.saparator {
    margin: auto 5px;
}

/* -------------------------------------
    10.4 product color and rating
------------------------------------- */

.color-title {
    color: #575757;
    line-height: 25px;
    margin-bottom: 0;
    width: 70px;
}

.single-pro-color-rating .widget-color ul li {
    display: inline-block;
}

.sin-pro-rating span {
    font-size: 13px;
}

/*=========================================
  11. Cart Page
==========================================*/


/* -------------------------------------
    11.1 Cart option
------------------------------------- */
.cart-img {
    width: 100px;
    border-radius: 0.25rem;
    overflow: hidden;
    padding: 2px;
    border: #f6f6f6 1px solid;
}

.cart-img img {
    max-width: 100%;
}

.cart-info {
    width: calc(100% - 100px);
    padding: 3px 10px 0 0;
}

.cart-tab li {
    display: block;
    margin-bottom: 100px;
    position: relative;
    text-align: center;
}

.cart-tab li::before {
    background: #ddd none repeat scroll 100% 0;
    content: "";
    height: 40px;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    top: 130%;
    width: 2px;
}

.cart-tab li:last-child {
    margin-bottom: 0;
}

.cart-tab li:last-child::before {
    display: none;
}

.cart-tab li a {
    color: #8f8f8f;
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.cart-tab li a span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin: auto auto 20px;
    text-align: center;
    width: 50px;
}

.cart-tab li a.active {

}

.cart-tab li a.active span {
    -webkit-box-shadow: 0 0 4px rgba(255, 127, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(255, 127, 0, 0.1);
    box-shadow: 0 0 4px rgba(255, 127, 0, 0.1);
    line-height: 48px;
}

/* -------------------------------------
    11.2 Cart table content
------------------------------------- */

.table-content table,
.table-content table th,
.table-content table td {
    border: 1px solid #eee;
    border-collapse: collapse;
}

table {
    width: 100%
}

.table-content table thead th {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding: 18px 0;
    text-align: center;
}

.table-content table tr td {
    color: #8f8f8f;
    padding: 20px 30px;
}

.product-thumbnail {
    width: 420px;
}

.pro-thumbnail-img {
    float: right;
    width: 28%;
}

.pro-thumbnail-img img {
    width: 100%;
}

.pro-thumbnail-info {
    float: right;
    padding-right: 20px;
    width: 72%;
}

.product-title-2 {
    color: #666666;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-thumbnail-info > p {
    margin-bottom: 0;
}

.product-price,
.product-subtotal {
    font-size: 16px;
    font-weight: bold;
}

.product-remove a {
    color: #8f8f8f;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 20px;
}

.product-remove a:hover {

}

.product-stock {
    font-weight: bold;
}

.product-add-cart a {
    color: #8f8f8f;
    font-size: 25px;
}

.product-add-cart a:hover {

}

/* -------------------------------------
    11.2 Coupon-discount
------------------------------------- */

.coupon-discount input {
    margin-bottom: 28.5px;
}

/* -------------------------------------
    11.3 Payment-details
------------------------------------- */

.payment-details tr {
    border-bottom: 1px solid #eee;
}

.payment-details tr:last-child {
    border-bottom: 0 none;
}

.payment-details td {
    padding: 5px 0;
}

.td-title-1 {
    color: #8f8f8f;
    font-size: 13px;
    text-align: right;
}

.td-title-2 {
    color: #8f8f8f;
    font-weight: 500;
    text-align: left;
}

.order-total {

    font-weight: 500;
    text-align: right;
}

.order-total-price {

    font-weight: bold;
    text-align: left;
}

.custom-textarea {
    height: 110px;
}

/* -------------------------------------
    11.4 Payment-method
------------------------------------- */

.payment-method .panel {
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.payment-content {
    padding: 20px 20px 0;
}

.payment-method .panel:last-child {
    padding-bottom: 0;
}

.payment-title {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    padding-right: 20px;
}

.payment-content > p {
    margin-bottom: 5px;
}

.payent-type li {
    display: inline-block;
    margin-left: 10px;
}

.payent-type li:last-child {
    margin-left: 0;
}

.payent-type li a {
    border: 1px solid #e5e5e5;
    padding: 5px;
    display: block;
}

/* -------------------------------------
    11.5 Order information
------------------------------------- */

.order-info {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.order-info-list {
    text-align: center;
}

.order-info-list li {
    border-left: 1px solid #eee;
    display: inline-block;
    padding: 0 35px;
}

.order-info-list li:last-child {
    border-left: 0;
}

.order-info-list li h6 {
    color: #666;
    font-weight: 500;
}

.order-info-list li p {
    margin-bottom: 0;
}

.bill-address > li {
    color: #8f8f8f;
    display: block;
    font-size: 13px;
    line-height: 2;
}

.bill-address li span.title {
    color: #666666;
    display: inline-block;
    font-weight: 500;
    width: 85px;
}

/*========================================
  12. Single Blog Page
========================================*/


/* -------------------------------------
    12.1 Blog option
------------------------------------- */

.blog-option {
    padding: 18px 0;
}

.option-btn {
    margin-right: 30px;
    padding: 0;
}

.option-btn i {
    margin-right: 5px;
}

.dropdown-menu {
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.dropdown-width {
    width: 270px;
}

.multi-line {
    overflow: inherit;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}

.widget-tags-list > li {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
}

.widget-tags-list li a {
    color: #8f8f8f;
    font-size: 13px;
}

.widget-tags-list li:hover a {

}

/* -------------------------------------
    12.2 blog main post
------------------------------------- */

.blog-details-photo {
    position: relative;
}

.blog-details-photo > img {
    width: 100%;
}

.today-date {
    bottom: 0;
    height: 100px;
    right: 0;
    position: absolute;
    text-align: center;
    width: 100px;
}

.today-date span {
    color: #434343;
    display: block;
}

.total-visit {
    height: 150px;
    position: absolute;
    text-align: center;
    width: 150px;

    padding-left: 30px;
    padding-bottom: 30px;
    bottom: -30px;
    left: -30px;
    border-radius: 75px;
}

.total-visit span {
    color: #434343;
    display: block;
}

.total-visit .meta-date {
    font-size: 42px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 32px;
    padding-right: 4px;
}

.total-visit .meta-month {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 5px;
    padding-right: 4px;
}

.blog-like-share {
    line-height: 1;
}

.blog-like-share li {
    display: inline-block;
}

.blog-like-share li + li {
    margin-right: 20px;
}

.blog-like-share li a {
    color: #8f8f8f;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.blog-like-share li a:hover {

}

.blog-like-share li a i {
    margin-left: 10px;
}

.blog-details-title {
    color: #666;
    font-weight: bold;
    font-size: 20px !important;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.blog-details-title span {
    font-weight: normal;
    font-size: 16px;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.blog-details-title span i {
    font-size: 18px;
    margin-right: 0.25rem;
}

.quote-border {
    position: relative;
}

.quote-border::before {
    background: #ff9f40 none repeat scroll 100% 0;
    content: "";
    height: 90%;
    right: 0;
    position: absolute;
    top: 3px;
    width: 2px;
}

/* -------------------------------------
    12.3 Blog share tags
------------------------------------- */

.blog-share-tags {
    padding: 15px 20px;
}

.share-tags-title {
    color: #666666;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 30px;
}

.blog-tags-list li {
    display: inline-block;
}

.blog-tags-list li + li {
    margin-right: 20px;
}

.blog-tags-list li a {
    color: #8f8f8f;
    font-size: 13px;
    line-height: 30px;
}

/* -------------------------------------
    12.4 Blog post and comments
------------------------------------- */

.blog-section-title {
    color: #575757;
    font-size: 1rem;
    font-weight: bold;
}

.author-post {
    padding: 20px;
}

.media-heading {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
}

.author-post .media-heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.reply-delate > li {
    display: inline-block;
    font-size: 13px;
}

.reply-delate li a {
    color: #666666;
    display: block;
}

.reply-delate li:hover a {

    display: block;
}

/* --------------------
  blog-audio
----------------------- */

.blog-audio audio {
    width: 100%;
}

/*===================================
  13. About Page
===================================*/

.about-photo img {
    width: 100%;
}

.about-description {
}

.about-description p {
    color: #666;
}

/* -------------------------------------
    13.1 Team member
------------------------------------- */

.team-member {
    margin-bottom: 30px;
    padding: 20px 20px 30px;
    text-align: center;
}

.team-member-photo img {
    margin: auto;
}

.member-name {
    position: relative;
    color: #666;
    font-weight: bold;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.member-name span {
    position: relative;
    display: inline-flex;
    padding-right: 6px;
    padding-bottom: 1px;
}

.member-position {
    font-weight: 500;
    line-height: 1.85;
}

/*bg-shape*/

.bg-shape {
    overflow: hidden;
    position: relative;
}

.bg-shape::before {
    background: transparent none repeat scroll 100% 0;
    content: "";
    height: 20% !important;
    right: 0;
    /*margin-top: -47%;*/
    /*margin-top: -5%;*/
    margin-top: 20% !important;
    position: absolute;
    top: 0;
    -webkit-transform: skewY(90deg);
    -moz-transform: skewY(90deg);
    -ms-transform: skewY(90deg);
    -o-transform: skewY(90deg);
    transform: skewY(90deg);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    /*z-index: -1;*/
}

.bg-shape:hover:before {
    -webkit-transform: skewY(0);
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    -o-transform: skewY(0);
    transform: skewY(0);

    height: 100% !important;
    margin-top: 0 !important;
}

.team-member.bg-shape:hover .team-member-info .member-name {
    color: #FFF !important;
}

/*====================================
  14. Contact Page
====================================*/


/* -------------------------------------
    14.1 Contact Address
------------------------------------- */

.ltr {
    direction: ltr;
}

.contact-info {
    padding: 40px 20px 30px;
    text-align: center;
    margin-bottom: 30px;
    height: 216px;
}

.contact-info i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #8f8f8f;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
    width: 60px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-info i:before {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

.contact-info:hover i {

    color: #fff;
}

.contact-info p {
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.message-box {
    padding: 20px 30px;
}

.message-box input {
    margin-bottom: 30px;
}

/* -------------------------------------
    14.3 Dynamic contact form
------------------------------------- */

.form-messege {
    margin-top: 10px;
}

.form-messege.success {
    color: #1AA162;
}

.form-messege.error {
    color: #f10;
}

/*==================================
  15. 404 Page
==================================*/

.error-404 {
    padding: 20px;
    position: relative;
}

.error-404 img {
    width: 100%;
}

.go-to-btn {
    bottom: 20%;
    position: absolute;
    left: 27%;
}

.go-to-btn a {
    background: #333 none repeat scroll 100% 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}

/* wrapper */

.wrapper {
    background: #fff none repeat scroll 100% 0;
}

/* -------------------------------------
  17. Dotted-overlay
------------------------------------- */

.dotted-overlay::after {
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*================================================*/

.tooltip, .tooltip-inner {
    font-family: 'IRANSans', IRANSans, sans-serif;
}

.tooltip {
    font-weight: 300;
    font-size: 0.75rem;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #434343;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #434343;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #434343;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #434343;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem 7px 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #434343;
    border-radius: 2px;
}

/*================================================*/

.mobile-menu-area {
    min-height: 49px;
}

.mobile-menu {
    display: none;
}

.active-slider-1 > div:nth-child(n+2) {
    display: none;
}

.active-slider-1.slick-initialized > div:nth-child(n+2) {
    display: block;
}

.section-link .team-member {
    margin-bottom: 0;
    padding: 20px;
}

.section-link .team-member .team-member-photo {
    margin-bottom: 0.5rem;
}

.section-bg-tb .team-member {
    background-color: #FFF;
}

/* Card Link */
.card-link {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.25rem !important;
}

.card-link-photo {
    position: absolute;
    top: -50px;
    right: 50%;
    margin-right: -50px;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    z-index: 1;

    /*border-bottom: #44C367 3px solid;*/
    border-top: #44C367 3px solid;
}

.card-link-photo .faq, .card-link-photo .license, .card-link-photo .customer {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.card-link-photo .faq {
    background: url("../../Image/icon/faq.png") center no-repeat;
    background-size: 55px;
}

.card-link-photo .license {
    background: url("../../Image/icon/license.png") center no-repeat;
    background-size: 60px;
}

.card-link-photo .customer {
    background: url("../../Image/icon/customer.png") center no-repeat;
    background-size: 60px;
}

.card-link-body {
    padding: 50px 20px 20px;
    position: relative;
    border-radius: 0.25rem !important;
}

.card-link-body .title {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #666;
    font-weight: 500;

    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card-link-body .desc {
    text-align: center;
    margin-bottom: 0;
    margin-top: 1rem;

    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card-link:hover .bg-shape:before {
    -webkit-transform: skewY(0);
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    -o-transform: skewY(0);
    transform: skewY(0);

    height: 102% !important;
    margin-top: 0 !important;
    border-radius: 0.25rem !important;
}

.card-link:hover .card-link-body .title, .card-link:hover .card-link-body .desc {
    color: #000;
}

.section-head-bg {
    padding-top: 2rem;
    position: relative;
}

.section-head-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 200px;
    /*background-color: #eee;*/
    /*z-index: -1;*/
}

.border-right {
    padding-right: 10px;
    position: relative;
    border: none !important;
}

.border-right:before {
    content: "";
    width: 3px;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
    border-radius: 1px;
}

.border-left {
    padding-left: 10px;
    position: relative;
    border: none !important;
}

.border-left:before {
    content: "";
    width: 3px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
    border-radius: 1px;
}

.border-left.text-en:before {
    height: 40%;
    top: 23%;
}

/* nice select */
.nice-select {
    height: 34px;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0.25rem;
    border: solid 1px #E1E2E8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: right;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    padding: 4px 10px 4px 30px;
    position: relative;
    text-align: right !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    /*border-color: #dbdbdb;*/
}

.nice-select:after {
    border-bottom: 2px solid #8f8f8f;
    border-right: 2px solid #8f8f8f;
    content: '';
    display: block;
    height: 5px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #8f8f8f;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {

}

.nice-select .list {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 6px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: normal;
    list-style: none;
    outline: none;
    padding: 4px 10px;
    text-align: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 13px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: 500;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #8f8f8f;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* end nice select */

.single-product-area .single-product-info {
    height: 100%;
}

.single-product-area .product-title {
    text-align: right;
    font-weight: 500;
    font-size: 24px;
    line-height: 2.25rem;
    height: 4.5rem;
}

.single-product-area .add-to-favorit {
    border: none;
    font-size: 22px;
    color: #8f8f8f;
    cursor: pointer;

    -webkit-transition: all .3ms ease-in-out;
    -moz-transition: all .3ms ease-in-out;
    transition: all .3ms ease-in-out;
}

.short-desc {
    border-right: #ebedf5 4px solid;
    line-height: 30px;
}

.single-product-area .short-desc .title, .single-product-area .long-desc .title {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0.5rem;
    color: #666;
}

.single-product-area .long-desc {
    margin-top: 40px;
    border-top: #eee 1px solid;
    padding-top: 1rem;
}

.single-product-area .long-desc img {
    display: block;
    max-width: 100%;
    border-radius: 0.5rem;
    margin: 0.5rem auto 1rem;
    border: #fafafa 3px solid;
}

.single-product-area .long-desc p {
    font-size: 14px;
}

.all-center {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.related-section .active-featured-product .product-item-2 {
    margin-bottom: 40px !important;
}

.bg-img-1 {
    background-color: rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.4);
}

hr[data-content] {
    position: relative;
}

hr[data-content]:before {
    position: absolute;
    content: attr(data-content);
    height: 30px;
    color: #8f8f8f;
    top: 0;
    right: 10px;
    margin-top: -15px;
    padding: 4px 6px;
    border-radius: 0.25rem;
    background-color: #fff;
    border-top: #eeeeee 1px solid;
    border-bottom: #eeeeee 1px solid;
    font-size: 12px;
    font-weight: normal;

    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.appre-item {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.appre-item:hover {
    top: -10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0px 8px 13px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0px 8px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0px 8px 13px rgba(0, 0, 0, 0.15);
}

.appre-item:before {
    position: absolute;
    bottom: 20px;
    left: 0;
    content: attr(data-title);
    max-width: 90%;
    color: #434343;
    font-size: 1rem;
    font-weight: 500;
    padding: 4px 20px 5px 10px;
    border-radius: 0 20px 20px 0;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px, rgba(0, 0, 0, 0.05) 2px 2px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px, rgba(0, 0, 0, 0.05) 2px 2px 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px, rgba(0, 0, 0, 0.05) 2px 2px 6px;
    z-index: 11;
}

.appre-item.place-top:before {
    bottom: auto;
    top: 20px;
    left: auto;
    right: 0;
    border-radius: 20px 0 0 20px;
}

.appre-item.appre-sm:before {
    font-size: 13px;
}

.appre-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.appre-item:hover:after {
    opacity: 0.5;
}

.appre-item img {
    max-width: 100%;
}

.appre-item .zoom-icon {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 50%;
    margin-right: -25px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
    opacity: 0;
    z-index: 11;
    border: #fff 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.appre-item.place-top .zoom-icon {
    margin-top: 0;
}

.appre-item:hover .zoom-icon {
    opacity: 1;
}

.appre-item .zoom-icon i {
    z-index: 11;
    color: #fff;
    font-size: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.appre-item:hover .bg-top-light:before {
    opacity: 0;
}

.appre-item.f-h-1 {
    height: 360px;
}

.bg-top-light:before, .bg-top-dark:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bg-top-light:before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.bg-top-dark:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0));
    background: linear-gradient(top, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0));
}

body.modal-open {
    padding-right: 0 !important;
}

.comment {
    border-top: #eee 1px solid;
    padding: 20px 30px;
}

.comment .title {
    font-size: 15px;
    font-weight: 500;
    color: #434343;
    margin-bottom: 1rem;
}

.comment-info {
    border: 1px solid #ebedf5 !important;
    border-radius: .25rem !important;
    background-color: #f8f9fa !important;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.comment-title {
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    margin-bottom: 0.25rem;
}

.comment-text {
    margin-bottom: 0;
    font-size: 13px;
}


/* Cart table */
.cart-table .nice-select.select-number .list {
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
}

.cart-table .table {
    margin: 0;
}

.cart-table .table thead tr th {
    text-align: center;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 12px;
    color: #555;
    border-bottom: #ebedf5 1px solid;
}

.cart-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 10px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #ebedf5;
}

.cart-table .table tbody tr td, .cart-table .table tbody tr td a {
    color: #666;
}

.cart-table th.cart-lis-thumbnail, .cart-table td.cart-lis-thumbnail {
    width: 130px !important;
}

.cart-table td.cart-lis-thumbnail a {
    display: block;
}

.cart-table td.cart-lis-thumbnail a img {
    width: 100%;
    min-width: 80px;
    background-color: #f6f7f8;
}

.cart-table th.cart-lis-title, .cart-table td.cart-lis-title {
    min-width: 200px !important;
}

.cart-table td.cart-lis-title a {
    font-weight: 500;
}

.cart-table td.cart-lis-quantity .cart-lis-qty {
    width: 90px;
    height: 35px;
    border: 1px solid #ebedf5;
    border-radius: 50px;
    padding: 0 15px;
    display: block;
    margin: auto;
}

.cart-table td.cart-lis-quantity .cart-lis-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.cart-table td.cart-lis-quantity .cart-lis-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.cart-table td.cart-lis-subtotal span {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.cart-table td.cart-lis-remove .remove-from-cart {
    display: inline-block;
    color: #999;
    cursor: pointer;
}

.cart-table td.cart-lis-remove .remove-from-cart i, .cart-table td.cart-lis-remove .remove-from-cart i {
    font-size: 16px;
}

.cart-table td.cart-lis-remove .remove-from-cart:hover {
    color: #F26555;
}


.cart-table .cart-lis-allprice {
    font-weight: 500;
    font-size: 1.25rem;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.cart-table .cart-lis-allprice.text {
    border-left: #ebedf5 1px solid;
}

.cart-table .cart-continue {
    padding: 15px !important;
}

.cart-table .nice-select {
    float: inherit;
    display: inline-block;
    width: 60px;
}

.cart-table .cart-lis-addtocart {
    font-weight: 500;
}

.cart-plus-minus {
    display: block;
    margin: 0 auto;
    height: 25px;
    text-align: center;
    width: 90px;
    color: #555;
}

.footer-bottom {
    position: relative;
    z-index: 900;
}

.qtybutton {
    background: #e6e6e6 none repeat scroll 100% 0;
    height: 100%;
    width: 30%;
    cursor: pointer;
}

.dec.qtybutton {
    float: right;
    border-radius: 0 0.25rem 0.25rem 0;
}

.inc.qtybutton {
    float: left;
    border-radius: 0.25rem 0 0 0.25rem;
}

input.cart-plus-minus-box, input.cart-plus-minus-box:focus {
    background: transparent none repeat scroll 100% 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    width: 40%;
    border: none !important;
    border-top: #e6e6e6 1px solid !important;
    border-bottom: #e6e6e6 1px solid !important;
}

@media only screen and (max-width: 479px) {

}

@media only screen and (max-width: 767px) {
}

/*-- Checkout Form --*/
.checkout-form textarea {
    width: 100%;
    height: 120px;
    resize: none;
}

.checkout-form .nice-select {
    width: 100%;
    height: 38px;
    line-height: 28px;
    font-size: 13px;
}

.checkout-form .nice-select .list {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    font-size: 13px;
}

.cart-final-title {
    padding: 10px 30px;
    background-color: #f8f9fa;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.cart-final-title .border-top {
    border-top-color: #ebedf5
}

.cart-final-title .border-bottom {
    border-bottom-color: #ebedf5
}

.cart-final-title .title i {
    margin-left: 5px;
}

.cart-final-title .anim-icon {
    display: inline-flex;
}

.cart-final-title .anim-icon i {
    /*font-size: 16px;*/
    opacity: 0.7;
    margin-right: 6px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.cart-final-title[data-toggle="collapse"] {
    cursor: pointer;
}

.cart-final-title[data-toggle="collapse"] + div .collapse-body {
    border-top: #ebedf5 1px solid;
}

.cart-final-title[aria-expanded="true"] .anim-icon i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.cart-final .collapse-body {
    padding: 20px;
}

@media (max-width: 576.98px) {
    .cart-final .collapse-body {
        padding: 15px;
    }
}

.checkout-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: #555;
}

.checkout-cart-total h4 {
    -webkit-flex-basis: 18px;
    flex-basis: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #44C367;
}

@media (max-width: 767.98px) {
    .checkout-cart-total h4 {
        font-size: 18px !important;
    }
}

@media (max-width: 576.68px) {
    .checkout-cart-total h4 {
        font-size: 15px !important;
    }
}

.checkout-cart-total h4:first-child {
    margin-top: 0;
    margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
    margin-top: 15px;
    margin-bottom: 0;
}

.checkout-cart-total h4 span {
    float: left;
    display: block;
}

.checkout-form .btn-e:hover::before {
    height: 500px;
}

.checkout-form .address-box {
    position: relative;
    padding: 0.5rem 50px 0.5rem 1rem;
    border: #ebedf5 1px solid;
    border-radius: 0.25rem;
}

.checkout-form .address-box + .address-box {
    margin-top: -1px;
}

.checkout-form .address-box:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
}

.checkout-form .address-box:last-child {
    border-radius: 0 0 0.25rem 0.25rem;
}

.checkout-form .address-box:last-child {
    margin-bottom: 0;
}

.checkout-form .address-box label {
    position: absolute;
    right: 10px;
    top: 50%;
}

.checkout-form .address-box label:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkout-form .address-box label:after {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.checkout-form .address-box .separator {
    margin: 0 0.5rem;
    border-left: rgba(0, 0, 0, 0.05) 1px solid;
    border-right: rgba(0, 0, 0, 0.2) 1px solid;
}

.checkout-form .address-box p {
    margin-bottom: 0.5rem;
}

.checkout-form .address-box p:last-child {
    margin-bottom: 0;
}

.checkout-form .address-box .address-name {
    color: #666;
    font-weight: 500;
    font-size: 14px;
}

.checkout-cart-total ul {
    border-bottom: 1px solid #999999;
}

.checkout-cart-total ul li {
    color: #444444;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

.checkout-cart-total ul li .price {
    color: #202020;
    float: left;
}

.checkout-cart-total p {
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 1px solid #ebedf5;
    margin: 0;
}

.checkout-cart-total p span {
    float: left;
    color: #555;
    font-weight: 500;
}

.checkout-cart-total .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 80%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
}

/*-- Checkout Payment Method --*/
.checkout-payment-method {
    background-color: #fafaf2;
    padding: 45px;
}

@media only screen and (max-width: 479px) {
    .checkout-payment-method {
        padding: 30px;
    }
}


/* input radio & checkbox */
input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    position: relative;
    padding-right: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #202020;
    margin: 0;
}

input[type="radio"] + label:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #999999;
    border-radius: 10px;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

input[type="radio"] + label:after {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #202020;
    width: 10px;
    text-align: center;
    height: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

input[type="radio"]:checked + label:before {
    border: 2px solid #202020;
}

input[type="radio"]:checked + label:after {
    opacity: 1;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    position: relative;
    padding-right: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    margin: 0;
}

input[type="checkbox"] + label::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

input[type="checkbox"] + label::after {
    position: absolute;
    right: 4px;
    top: 4px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #202020;
    width: 8px;
    text-align: center;
    height: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

input[type="checkbox"]:checked + label::before {
    border: 2px solid #202020;
}

input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

/* [ALERT] ---------------------------------------------------------------------------------------------------------- */
.alert {
    font-size: 0.8125rem;
    border-radius: 3px;
    /*text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;*/
}

.alert p {
    color: inherit;
    font-weight: normal;
    font-size: 0.8125rem;
    margin: 0;
}

.alert-success {
    border-color: #ADCCAD;
    color: #295B29;
    background-color: #E4F0E4;
}

.alert-danger {
    border-color: #D2B2B2;
    color: #662E2E;
    background-color: #F2E6E6;
}

.alert-warning {
    border-color: #D2CCB2;
    color: #66502E;
    background-color: #F2EDE6;
}

.alert-info {
    border-color: #ADC3CC;
    color: #294E5B;
    background-color: #E4EDF0;
}

.help-alert {
    min-height: 28px;
    max-height: 56px;
    position: absolute;
    z-index: 900;
    padding: 0.25rem 0.5rem 0.25rem 36px;
    border-radius: 0.35rem;
    font-size: 0.75rem;
    font-weight: normal;
    direction: rtl;
    text-align: right;
    text-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px !important;
}

p.help-alert {
    line-height: 1.5;
}

.help-alert:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 0;
    margin-bottom: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
}

.help-alert.danger {
    color: #FFF;
    background-color: #ED8282;
    border: #ED8282 1px solid;
}

.help-alert.danger:after {
    border-top-color: #ED8282;
}

.help-alert .help-close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    margin-top: -1px;
    left: 0;
    margin-left: -1px;
    cursor: pointer;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

.help-alert .help-close [class*='fa-'] {
    opacity: 0.9;
}

.tooltip-inner {
    font-weight: 300;
}

.transacton-section {
    margin-top: 80px;
    margin-bottom: 50px;
}

.transacton-header img {
    height: 60px !important;
    margin-left: 12px;
}

.transacton-header h2 {
    margin: 0 !important;
    font-size: 30px;
}

.transacton-card {
    width: 600px;
    border-width: 1px;
    border-style: solid;
    padding: 1rem;
    font-size: 1rem;
    font-weight: normal;
    text-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px;
}

.transacton-card hr {
    margin: 1rem 0 !important;
    height: 0;
    border-top-width: 1px;
    border-top-style: solid;
}

.transacton-card.success {
    border-color: #dbf4cf;
    background-color: #f8fff4;
    color: #6cac4c;
}

.transacton-card.success hr {
    border-top-color: #dbf4cf;
}

.transacton-card.danger {
    border-color: #ffdcdc;
    background-color: #fff3f3;
    color: #e47d7d;
}

.transacton-card.danger hr {
    border-top-color: #ffdcdc;
}

.transacton-card .ref-id {
    font-weight: normal;
    font-size: 18px;
    padding-top: 10px;
}

.transacton-btn {
    width: 600px;
}

.transacton-btn .link-btn {
    float: left;
    padding: 6px 1rem;
    border: #202020 1px solid;
    background-color: #444;
    color: #FFF;
    font-size: 0.875rem;
    font-weight: normal;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .transacton-header h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .transacton-section {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .transacton-header img {
        height: 50px !important;
    }

    .transacton-header h2 {
        font-size: 24px;
    }

    .transacton-card, .transacton-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .transacton-section {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .transacton-header img {
        height: 50px !important;
    }

    .transacton-header h2 {
        font-size: 20px;
    }

    .transacton-card, .transacton-btn {
        width: 100%;
    }
}

.no-inventory {
    position: relative;
    overflow: hidden;
}

.no-inventory img {
    filter: grayscale(100%);
}

.no-inventory:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: 'اتمام موجودی';
    color: #DE4547;
    font-size: 2rem;
    font-weight: 500;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.5);

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-lis-thumbnail .no-inventory:before {
    font-size: 0.8125rem;
}

.cart-list-area {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.whatsapp-advisor {
    position: fixed;
    z-index: 1000;
}

@media (max-width: 1599.98px) {
    .whatsapp-advisor {
        bottom: 3rem;
        right: 3rem;
    }
}

@media (max-width: 1139.98px) {
    .whatsapp-advisor {
        bottom: 2.5rem;
        right: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .whatsapp-advisor {
        bottom: 2.25rem;
        right: 2.25rem;
    }
}

@media (max-width: 575.98px) {
    .whatsapp-advisor {
        bottom: 2rem;
        right: 1.5rem;
    }
}

@media (min-width: 1600px) {
    .whatsapp-advisor {
        bottom: 3.5rem;
        right: 3.75rem;
    }
}

.whatsapp-advisor .dropdown-toggle {
    min-width: 180px;
    position: relative;
    padding-top: 1.5rem;
    cursor: pointer;
}

.whatsapp-advisor .dropdown-toggle:after, .shop-buy-actions .dropdown-toggle:after {
    display: none;
}

.whatsapp-advisor .dropdown-toggle .icon {
    position: relative;
    background-color: #25D366;
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 6px 20px;
}

.whatsapp-advisor .dropdown-toggle .icon svg {
    width: 30px;
    fill: #fff;
}

.whatsapp-advisor .dropdown-toggle .icon:after, .whatsapp-advisor .dropdown-toggle .icon:before {
    position: absolute;
    left: -28px;
    top: 14px;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 3px 8px 3px 3px;
    transform: rotate(45deg);
    -webkit-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.whatsapp-advisor .dropdown-toggle .icon:after {
    background: -webkit-linear-gradient(45deg, transparent 40%, #fff 41%, #fff);
    background: -moz-linear-gradient(45deg, transparent 40%, #fff 41%, #fff);
    background: -o-linear-gradient(45deg, transparent 40%, #fff 41%, #fff);
    background: -ms-linear-gradient(45deg, transparent 40%, #fff 41%, #fff);
    background: linear-gradient(45deg, transparent 40%, #fff 41%, #fff);
    z-index: 1;
}

.whatsapp-advisor .dropdown-toggle .icon:before {
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 10px;
}

.whatsapp-advisor .dropdown-toggle .title {
    height: 30px;
    position: relative;
    padding: 2px 8px 4px 12px;
    border-radius: 8px 3px 3px 8px;
    background-color: #fff;
    font-size: 0.875rem;
    color: #434343;
    font-weight: 500;
    margin-right: 17px;
    -webkit-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.whatsapp-advisor .dropdown-toggle .title span {
    max-width: 190px !important;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (min-width: 1280px) {
    .whatsapp-advisor .dropdown-toggle .title {
        font-size: 1rem;
    }
}

.whatsapp-advisor .dropdown-toggle .title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px 0 0 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 10px;
    z-index: -2;
}

.whatsapp-advisor .show .dropdown-toggle .title, .whatsapp-advisor .show .dropdown-toggle .icon:before, .whatsapp-advisor .show .dropdown-toggle .icon:after {
    margin-right: -50%;
    transform: scaleX(0);
}

.whatsapp-advisor .dropdown-menu {
    position: relative;
    width: 100%;
    max-width: 400px !important;
    direction: rtl;
    text-align: right;
    background: transparent;
}

.shop-option-item:hover {
    background-color: #44C367 !important;
}
.shop-option-item:hover .name {
    color: #FFFFFF !important;
}

.advisors {
    background-color: #fff;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0 4px 20px, rgba(0, 0, 0, 0.05) 0 1px 2px;
    border-radius: 8px 8px 3px 8px;
}

.advisors:after, .advisors:before {
    position: absolute;
    right: 4px;
    bottom: -10px;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 0 3px 6px 0;
    transform: rotate(45deg);
}

.advisors {
    width: 280px;
}

@media (min-width: 360px) {
    .advisors {
        width: 300px;
    }
}

@media (min-width: 500px) {
    .advisors {
        width: 350px;
    }
}

@media (min-width: 768px) {
    .advisors {
        width: 400px;
    }
}

@media (min-width: 1280px) {
    .advisors {
        width: 450px;
    }
}

.advisors:after {
    background-color: #fff;
    z-index: 1;
}

.advisors:before {
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 4px 20px, rgba(0, 0, 0, 0.05) 1px 1px 2px;
}

.advisors .content {
    border-radius: 8px;
    overflow: hidden;
}

.advisors .help {
    position: relative;
    padding: 10px 18px 8px 18px;
    background-color: #128C7E;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 300;
    text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
}

.advisors .help:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: calc(100% - 10px);
    height: calc(100% - 5px);
    right: 5px;
    top: 5px;
    border-radius: 8px 8px 0 0;
    border: #fff 2px dashed;
    border-bottom: none;
    opacity: 0.5;
}

.advisors .list {
    padding: 1rem;
    padding-bottom: 0;
    margin: 0;
    max-height: 220px;
    overflow: auto;
    margin-bottom: 0.75rem;
}

.advisors .list .item {
    padding: 0.5rem;
    border-radius: 7px;
    overflow: hidden;
    background-color: #F2F5F5;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px, rgba(0, 0, 0, 0.05) 0 1px 2px, rgba(0, 0, 0, 0.01) 0 1px 5px;
    margin-bottom: 0.75rem;
}

.advisors .list a:last-child .item {
    margin-bottom: 0.25rem
}

.advisors .list .item .img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 1rem;
    padding: 3px;
    background-color: #fff;
    border: #128C7E 1px solid;
}

.advisors .list .item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.advisors .list .item .info {
    width: calc(100% - 74px);
    padding: 0.25rem 0;
}

.advisors .list .item .info .name {
    font-weight: bold;
    font-size: 0.875rem;
    color: #323333;
}

.advisors .list .item .info .department {
    width: 100%;
    font-size: 0.75rem;
    font-weight: 300;
    color: #646666;
    white-space: nowrap;
}

.advisors .list .item .info .go {
    height: 20px;
    padding: 0 6px 2px 3px;
    border-radius: 4px;
    background-color: #128C7E;
    font-size: 0.75rem;
    font-weight: 300;
    color: #fff;
    margin-left: 4px;
}

.advisors .list .item .info .uil {
    margin-top: 3px;
}

/* Large Screen  */

@media (min-width: 1200px) and (max-width: 1400px) {
    .plr-185 {
        padding: 0 30px;
    }

    .plr-200 {
        padding-right: 45px;
        padding-left: 45px;
    }

    /*mega-menu*/
    .mega-menu-area {
        /* right: -190px;*/
    }

    /*total-cart*/
    .total-cart-pro {
        padding: 0 30px 20px 15px;
    }

    .top-cart-inner {
        padding: 15px 30px;
    }

    /*slider*/
    .slider-img {
        width: 60%;
    }

    .slider-info {
        height: -webkit-calc(100% - 200px);
        height: -moz-calc(100% - 200px);
        height: calc(100% - 200px);
        padding: 10px 25px;
        width: 55%;
    }

    /*.slider-info-inner {*/
    /*    height: 65%;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    justify-content: space-between;*/
    /*}*/
    .slider-title-1 {
        font-size: 20px;
        line-height: 28px;

    }

    .slider-brief {
        /*display: none;*/
    }

    .slider-brief p {
        font-size: 13px;
        margin-bottom: 15px;
        /*height: 100px;*/
        /*overflow: hidden;*/
    }

    .slider-info-inner .button {
        width: 150px;
    }

    /*slick-arrow*/
    .slick-arrow-1 .slick-arrow {
        right: -30px;
    }

    .slick-arrow-1 .arrow-next.slick-arrow {
        left: -30px;
    }

    /*footer*/
    .footer-top-inner {
        padding: 60px;
    }

    .copyright {
        padding: 0 60px;
    }

    /* ===== home-2 ====== */
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .plr-185 {
        padding: 0 30px;
    }

    .plr-200 {
        padding-right: 0;
        padding-left: 0;
    }

    /*slick-arrow*/
    .slick-arrow-2 .slick-arrow {
        right: 15px;
    }

    .slick-arrow-2 .arrow-next.slick-arrow {
        left: 15px;
    }

    /* --------------- */
    /*total-cart*/
    .total-cart-pro {
        padding: 5px 30px 20px 15px;
    }

    .total-cart-pro .single-cart {
        padding: 15px 0 0;
    }

    .top-cart-inner {
        padding: 10px 30px;
        text-align: center;
    }

    /*mega-menu*/
    .mega-menu-area {
        right: -23%;
        width: 900px;
    }

    /*slider*/
    .slider-img {
        width: 60%;
    }

    .slider-info {
        height: -webkit-calc(100% - 200px);
        height: -moz-calc(100% - 200px);
        height: calc(100% - 200px);
        padding: 10px 25px;
        width: 50%;
    }

    .slider-info-inner {
        height: 55%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .slider-title-1 {
        font-size: 20px;
        line-height: 28px;

    }

    .slider-brief {
        display: none;
    }

    .slider-brief p {
        font-size: 13px;
        margin-bottom: 15px;
        height: 100px;
        overflow: hidden;
    }

    .slider-info-inner .button {
        width: 150px;
    }

    .slider-area .slick-arrow-1 .slick-arrow {
        font-size: 35px;
        right: -20px;
        margin-top: -18px;
    }

    .slider-area .slick-arrow-1 .arrow-next.slick-arrow {
        right: auto;
        left: -20px;
    }

    .slider-content-2 .title-container {
        right: 12%;
    }

    /*up-comming-pro*/
    .up-comming-pro-info h3 {
        margin: 25px 0 15px;
    }

    .up-comming-pro-info {
        padding: 0 20px;
    }

    .up-comming-pro-info p {
        margin-bottom: 20px;
    }

    /*pro-tab-menu*/
    .pro-tab-menu ul li {
        margin-right: 1rem;
    }

    /*footer*/
    .footer-top {
    }

    .footer-area .plr-185 {
        padding: 0;
    }

    .footer-top-inner {
        padding: 60px 15px;
    }

    .copyright {
        padding: 0 15px;
    }

    /*slider-2*/
    .slider-2 .title-container {
        top: 50%;
    }

    .layer-1-1 img {
        padding-top: 100px;
    }

    .slider2-title-1 {
        font-size: 13px;
    }

    .slider2-title-2 {
        font-size: 36px;
    }

    .slider2-title-3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .slider2-title-4 {
        font-size: 13px;
        line-height: 21px;
    }

    .slider-button {
        margin-top: 30px;
    }

    /*banner-2*/
    .banner-title-2 {
        font-size: 16px;
    }

    .banner-featured-list li {
        font-size: 12px;
    }

    .banner-featured-list li i {
        margin-left: 5px;
    }

    .banner-3 .banner-info {
        top: 10%;
    }

    /*widget sidebar*/
    .operating-system input[type="checkbox"] {
        margin: 4px 0 0 10px;
    }

    .widget-product .product-info {
        padding: 10px 0 0 0;
        width: 100%;
    }

    .widget-product .product-title,
    .widget-product .pro-price {
        font-size: 13px;
    }

    .widget-product .product-title {
        margin-bottom: 5px;
    }

    /*shop-list*/
    .shop-list .product-info {
        padding: 25px 30px 12px;
    }

    .shop-list .brand-name.mb-30 {
        margin-bottom: 10px;
    }

    .shop-list .pro-price {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: -6px;
    }

    .shop-list p {
        margin-bottom: 10px;
    }

    .about-description {
        margin-top: 20px;
    }

    .up-comming-pro-2 .up-comming-pro-img {
        width: 50%;
    }

    .up-comming-pro-2 .up-comming-pro-info {
        width: 50%;
    }
}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991.98px) {
    .plr-185 {
        padding: 0 30px;
    }

    .plr-200 {
        padding-right: 0;
        padding-left: 0;
    }

    /*slick-arrow*/
    .slick-arrow-2 .slick-arrow {
        right: 15px;
    }

    .slick-arrow-2 .arrow-next.slick-arrow {
        left: 15px;
    }

    /* --------------- */
    .logo img {
        width: 85px;
    }

    /*mega-menu*/
    .mega-menu-area {
        right: -24%;
        width: 700px;
    }

    .mega-menu-link {
        width: 100%;
    }

    .mega-menu-photo {
        display: none;
    }

    .main-menu > li {
        margin: 0 7px;
    }

    /*total-cart*/
    .total-cart-pro {
        padding: 5px 30px 20px 15px;
    }

    .total-cart-pro .single-cart {
        padding: 15px 0 0;
    }

    .top-cart-inner {
        padding: 10px 30px;
        text-align: center;
    }

    /*slider*/
    .slider-img {
        width: 60%;
    }

    .slider-info {
        height: -webkit-calc(100% - 100px);
        height: -moz-calc(100% - 100px);
        height: calc(100% - 100px);
        padding: 10px 25px;
        width: 50%;
    }

    .slider-info-inner {
        height: 65%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .slider-title-1 {
        font-size: 20px;
        line-height: 28px;

    }

    .slider-brief {
        display: none;
    }

    .slider-brief p {
        font-size: 13px;
        margin-bottom: 15px;
        height: 100px;
        overflow: hidden;
    }

    .slider-info-inner .button {
        width: 140px;
    }

    .slider-area .slick-arrow-1 .slick-arrow {
        font-size: 35px;
        right: -20px;
    }

    .slider-area .slick-arrow-1 .arrow-next.slick-arrow {
        right: auto;
        left: -20px;
    }

    .slider-content-2 .title-container {
        right: 15%;
    }

    /*pro-tab-menu*/
    .pro-tab-menu {
        text-align: right;
        margin: 20px 0 30px;
    }

    .pro-tab-menu ul li {
        margin-right: 1rem;
    }

    /*blog*/
    .blog-desc p {
        margin-bottom: 10px;
    }

    .blog-item .read-more {
        margin-bottom: 30px;
    }

    .blog-meta li a {
        line-height: 18px;
    }

    .blog-meta li a i {
        margin-left: 8px;
    }

    /*footer*/
    .footer-top {
        background: #f6f6f6 none repeat scroll 100% 0;
    }

    .footer-area .plr-185 {
        padding: 0;
    }

    .footer-top-inner {
        padding: 60px 15px;
    }

    .footer-about {
        padding-left: 15px;
    }

    .footer-brief {
        margin-bottom: 25px;
    }

    .copyright {
        padding: 0 15px;
    }

    /* ========== home-2 ========== */
    /*slider-2*/
    .slider2-title-1 {
        font-size: 13px;
    }

    .slider2-title-2 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .slider2-title-3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .slider2-title-4 {
        font-size: 13px;
    }

    .slider-button {
        margin-top: 30px;
    }

    .layer-1-1 img {
        padding-top: 65px;
    }

    /*banner-2*/
    .banner-title-2 {
        font-size: 16px;
    }

    /*header*/
    .sticky {
        position: inherit;
    }

    .header-2 {
        position: relative;
    }

    /*footer-top-2*/
    .footer-top-2 {
        background: #fff none repeat scroll 100% 0;
    }

    /*shop-list*/
    .shop-list .product-info {
        padding: 25px 30px 12px;
    }

    .shop-list .brand-name.mb-30 {
        margin-bottom: 10px;
    }

    .shop-list .pro-price {
        font-size: 16px;
        margin-bottom: 9px;
        margin-top: -6px;
    }

    .shop-list p {
        margin-bottom: 20px;
    }

    /*shop-pagination*/
    .shop-pagination {
        margin-bottom: 30px;
    }

    hr {
        margin: 20px 0;
    }

    /*cart-tab*/
    .cart-tab {
        text-align: center;
    }

    .cart-tab li {
        display: inline-block;
        margin-bottom: 100px;
        width: 20%;
    }

    .cart-tab li::before {
        height: 50%;
        right: 100%;
        top: 5%;
        width: 2px;
    }

    .payment-details {
        margin-top: 30px;
    }

    /*404*/
    .go-to-btn {
        bottom: 18%;
        left: 22%;
    }

    .bg-shape::before {
        height: 180px;
        margin-top: -85px;
        -webkit-transform: skewY(20deg);
        -moz-transform: skewY(20deg);
        -ms-transform: skewY(20deg);
        -o-transform: skewY(20deg);
        transform: skewY(20deg);
    }

    /*blog-details*/
    .widget-search {
        margin-top: 30px;
    }

    .new-customers {
        margin-top: 60px;
    }

    /* =========== */
    .logo img {
        width: 140px;
    }

    .top-search-box {
        height: 40px;
        top: 5px;
        opacity: 1;
        visibility: visible;
        width: 280px;
        left: 0.5rem !important;
    }

    .header-search-inner:hover .top-search-box {
        left: 0;
        width: 280px;
    }

    .sticky .header-search-inner:hover .top-search-box {
        width: 280px;
    }

    .header-2 .sticky {
        background: #fff;
    }

    .sticky .user-meta > li {
        margin-top: 30px;
    }

    .mean-container .mean-nav ul li.mean-last {
        margin-bottom: 20px;
    }
}

/* small mobile :320px. */

@media (max-width: 767.98px) {
    .appre-item {
        max-width: 300px;
    }

    .slick-arrow-2 .slick-arrow {
        right: 15px;
    }

    .slick-arrow-2 .arrow-next.slick-arrow {
        left: 15px;
    }

    /* --------------- */
    h3 {
        font-size: 14px;
    }

    h4 {
        font-size: 13px;
    }

    p {
        font-size: 12px;
    }

    .blog-desc p {
        font-size: 13px;
    }

    .plr-185 {
        padding: 0px;
    }

    .plr-200 {
        padding-right: 0;
        padding-left: 0;
    }

    .mb-80 {
        margin-bottom: 30px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .section-title h6 {
        font-size: 11px;
    }

    .product-title {
        font-size: 13px;
    }

    /* ----------------- */
    .top-link > ul.link {
        float: none;
        line-height: 1;
        text-align: center;
    }

    .top-link > ul.link > li {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .header-middle-area {
        position: static;
    }

    .logo img {
        width: 120px;
    }

    /*header-search & total-cart*/
    .search-top-cart {
        margin-bottom: 6px;
    }

    /*header-search*/
    .header-search, .header-search-inner, .header-search-inner form {
        width: 100%;
    }

    .header-search-inner::before {
        display: none;
    }

    .header-search-inner button.search-toggle {
        opacity: 0;
        padding: 0;
        visibility: hidden;
        z-index: -9;
    }

    .top-search-box {
        height: 40px;
        opacity: 1;
        visibility: visible;
        width: 100%;
        top: 5px;
    }

    .header-search-inner:hover .top-search-box {
        opacity: 1;
        left: 0;
        visibility: visible;
        width: 100%;
    }

    .top-search-box > input {
        padding: 0 10px 0 0;
    }

    .top-search-box > button {
        width: 40px;
    }

    /*total-cart*/
    .top-cart-inner {
        padding: 10px 30px;
        text-align: center;
    }

    .total-cart-in > ul {
        left: -10px;
        width: 280px;
    }

    .total-cart-pro {
        padding: 0 15px 15px 10px;
    }

    .total-cart-pro .single-cart {
        padding: 15px 0 0;
    }

    .cart-info h6 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .top-cart-inner h5,
    .top-cart-inner h4 {
        font-size: 13px;
    }

    .mean-container .mean-nav ul li.mean-last {
        margin-bottom: 20px;
    }

    .header-2 .sticky {
        background: #fff none repeat scroll 100% 0;
    }

    /*slider*/
    .slider-info {
        height: auto !important;
        bottom: 5%;
        left: 5%;
        padding: 5px;
        width: 90%;
        transform: inherit;
        top: inherit;
        background: transparent !important;
    }

    .slider-info .slider-info-inner {
        top: inherit;
        transform: inherit;
    }

    .slider-info .slider-info-inner .slider-title-1 {
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 4px;
        padding-left: 0.5rem;
    }

    .slider-title-1 {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
        font-weight: bold;
    }

    .slider-brief p {
        display: none;
        font-size: 0.75rem;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 1.25rem;
    }

    .slider-area a.button.extra-small span {
        font-size: 0.75rem;
        line-height: 20px;
        padding: 4px 18px;
    }

    .slider-area .slick-dots-1 .slick-dots {
        display: none !important;
    }

    .slider-area .slick-arrow-1 .slick-arrow {
        font-size: 25px;
        right: 0;
        margin-top: -13px;
        color: #666666;
    }

    .slider-area .slick-arrow-1 .arrow-next.slick-arrow {
        right: auto;
        left: 0;
    }

    /*up-comming-pro*/
    .up-comming-pro {
        margin-bottom: 40px;
    }

    .up-comming-pro-img {
        width: 100%;
    }

    .up-comming-pro-info {
        padding: 0 15px 20px;
        width: 100%;
    }

    .up-comming-pro-info h3 {
        margin: 30px 0 20px;
    }

    .up-comming-pro-info p {
        margin-bottom: 25px;
    }

    .up-comming-time .cdown {
        margin-right: 15px;
    }

    /*banner*/
    .banner-featured-list li {
        font-size: 10px;
        line-height: 20px;
    }

    /*pro-tab-menu*/
    .pro-tab-menu {
        text-align: right;
        margin: 20px 0 30px;
    }

    .pro-tab-menu ul li {
        margin-bottom: 5px;
        margin-right: 0.75rem;
    }

    .pro-tab-menu ul li a {
        font-size: 13px;
    }

    /*blog*/
    .blog-item .blog-desc p {
        margin-bottom: 10px;
    }

    .blog-item .read-more {
        margin-bottom: 15px;
    }

    .blog-meta li:first-child {
        margin-right: 0;
    }

    .blog-item .blog-meta li a {
        line-height: 18px;
        font-size: 11px;
    }

    .blog-meta li a i {
        font-size: 11px;
        margin-left: 5px;
    }

    /*footer*/
    .footer-top {
        background: #f6f6f6 none repeat scroll 100% 0;
    }

    .footer-area .plr-185 {
        padding: 0;
    }

    .footer-top-inner {
        padding: 60px 15px;
    }

    .footer-about {
        padding-left: 15px;
    }

    .footer-brief {
        margin-bottom: 25px;
    }

    .footer-title {
        margin: 30px 0 10px;
    }

    .footer-menu li a {
        line-height: 24px;
    }

    .footer-menu li a span {
        font-size: 11px;
    }

    .copyright {
        padding: 0 15px;
    }

    .copyright-text p {
        text-align: center;
    }

    .footer-payment {
        padding: 3px 0 15px;
        text-align: center;
    }

    /*modal-product*/
    .modal-product .product-images {
        width: 100%;
    }

    .modal-product .product-info {
        padding: 15px 0;
        width: 100%;
    }

    .modal-product .product-info h1 {
        font-size: 18px;
    }

    /* ============= home-2 ============= */
    .banner-section .col-md-4 {
        margin-bottom: 30px;
    }

    .banner-section .col-md-4:last-child {
        margin-bottom: 0px;
    }

    .up-comming-pro-2 .up-comming-pro-img {
        width: 100%;
    }

    .up-comming-pro-2 .up-comming-pro-info {
        width: 100%;
    }

    .top-link > ul.link {
        margin-left: 0;
    }

    /*slider-2*/
    .slider2-title-1,
    .slider2-title-4,
    .nivo-controlNav {
        display: none;
    }

    .slider2-title-2 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .slider2-title-3 {
        font-size: 10px;
        margin-bottom: 0;
    }

    .slider-button {
        margin-top: 10px;
    }

    .layer-1-1 img {
        padding-top: 30px;
    }

    .slider-desc-3 {
        margin: auto;
        width: -webkit-calc(100% - 15%);
        width: -moz-calc(100% - 15%);
        width: calc(100% - 15%);
    }

    /*banner-2*/
    .banner-title-2 {
        font-size: 16px;
    }

    /*header*/
    .sticky {
        position: inherit;
    }

    .header-2 {
        position: relative;
    }

    /*footer-top-2*/
    .footer-top-2 {
        background: #fff none repeat scroll 100% 0;
    }

    .footer-menu-2 li {
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .footer-menu-2 li a {
        font-size: 13px;
    }

    .copyright-text-2 {
        padding: 14px 0 0;
    }

    /*newsletter*/
    .newsletter-title {
        font-size: 16px;
    }

    .newsletter-info p {
        font-size: 13px;
        line-height: 21px;
    }

    .subcribe input {
        width: 100%;
    }

    .subcribe .submit-btn-2 {
        border-right: 0 none;
        border-top: 2px solid #ccc;
        width: 100%;
    }

    /*shop-list*/
    .shop-list .product-info {
        padding: 25px 30px 12px;
    }

    .shop-list .brand-name.mb-30 {
        margin-bottom: 10px;
    }

    .shop-list .pro-price {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .shop-list p {
        margin-bottom: 20px;
    }

    .shop-list .product-img {
        padding-left: 0;
        width: 100%;
    }

    .shop-list .product-info {
        padding: 20px 15px;
        width: 100%;
    }

    .shop-tab,
    .short-by,
    .showing {
        width: auto;
    }

    .shop-option {
        padding: 15px;
    }

    .shop-tab > li {
        margin-left: 0;
    }

    .shop-content .showing {
        display: none;
    }

    .short-by > span {
        margin-left: 0;
    }

    .short-by select {
        padding-right: 0;
    }

    .short-by {
        float: left;
    }

    /*breadcrumbs-title*/
    .breadcrumbs-title {
        font-size: 20px;
        padding: 50px 0 30px;
    }

    .breadcrumb-list {
        text-align: center;
    }

    .breadcrumb-list > li {
        font-size: 10px;
    }

    /*shop-pagination*/
    .shop-pagination {
        margin-bottom: 30px;
    }

    hr {
        margin: 20px 0;
    }

    .imgs-zoom-area {
        margin-bottom: 30px;
    }

    .single-pro-color-rating .pro-rating {
        float: right;
        clear: right;
        margin-top: 10px;
    }

    .plus-minus-pro-action .sin-pro-action {
        float: right;
        clear: right;
        margin-top: 20px;
    }

    .cart-tab {
        margin-bottom: 50px;
    }

    .cart-tab li {
        margin-bottom: 50px;
    }

    .cart-tab li::before {
        height: 1px;
        top: 125%;
        width: 40%;
    }

    .cart-tab li a span {
        margin: auto auto 10px;
    }

    /*404*/
    .error-404 {
        padding: 0 0 100px;
    }

    .go-to-btn {
        bottom: 30px;
        left: 20%;
    }

    .today-date {
        bottom: 0;
        height: 50px;
        right: 0;
        width: 60px;
    }

    .meta-date {
        font-size: 20px;
        line-height: 16px;
        padding-top: 10px;
    }

    .meta-month {
        font-size: 14px;
        font-weight: 500;
        line-height: 12px;
        padding-top: 5px;
    }

    .blog-like-share li + li {
        margin-right: 10px;
    }

    .share-tags-title {
        margin-left: 20px;
    }

    .blog-tags-list li + li {
        margin-right: 8px;
    }

    .blog-share {
        margin-bottom: 15px;
    }

    .media-left {
        padding-left: 10px;
    }

    .blog-section-title {
        font-size: 16px;
    }

    .reply-delate {
        float: right;
        clear: right;
        margin-bottom: 10px;
    }

    .widget-search {
        margin-top: 30px;
    }

    /*checkout*/
    .checkout-content {
        padding: 30px 15px;
    }

    .billing-details.pr-10 {
        padding-left: 0;
    }

    .billing-details.p-30 {
        padding: 15px;
    }

    .new-customers.p-30 {
        padding: 15px;
    }

    .payment-details {
        margin-top: 30px;
    }

    .order-info-list li {
        border-left: 0 none;
        padding: 0 15px;
    }

    .order-info-list li h6 {
        margin-bottom: 0;
    }

    .order-info-list li + li {
        margin-top: 20px;
    }

    .bill-address li span {
        margin-left: 5px;
        width: auto;
    }

    .bill-details {
        margin-bottom: 10px;
    }

    .address-section .col-xs-12 + .col-xs-12 {
        margin-top: 30px;
    }

    .message-box, .comment {
        padding: 20px 15px;
    }

    .nivo-directionNav a {
        font-size: 20px;
        right: 15px;
        top: 40%;
    }

    .nivo-nextNav {
        margin-top: 30px;
    }

    .nivo-nextNav::before {
        display: none;
    }

    .banner-3 .banner-button {
        margin-top: 5px;
    }

    .product-item-2 .action-button {
        text-align: center;
    }

    .subcribe {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .login-account {
        padding: 30px 15px;
    }

    .new-customers {
        margin-top: 60px;
    }

    .submit-btn-1.f-right {
        float: right;
    }

    .new-customers .p-30 {
        /*padding: 15px;*/
    }

    .blog-option .option-btn {
        margin-right: 18px;
        font-size: 13px;
    }

    .blog-option .option-btn i {
        margin-right: 2px;
    }

    .blog-option .dropdown:nth-child(2) .dropdown-menu {
        right: -90%;
    }

    .blog-option .dropdown:nth-child(3) .dropdown-menu {
        right: auto;
        left: -15px;
    }

    .top-search-box > input {
        margin-bottom: 0;
        padding: 0 10px 0 0;
    }

    .pro-tab-menu-2 ul li.active::before {
        top: 9px;
    }

    .slider-content-2 .title-container {
        right: 15%;
    }

    .slider-desc-3 .slider2-title-1, .slider-desc-3 .slider2-title-2 {
        margin-bottom: 5px;
    }
}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /*.container {*/
    /*	width: 450px*/
    /*}*/
    .top-search-box {
        width: 100%;
        top: 5px;
    }

    .header-search, .header-search-inner, .header-search-inner form {
        width: 100%;
    }

    .header-search-inner:hover .top-search-box,
    .sticky .header-search-inner:hover .top-search-box {
        width: 100%;
    }

    .go-to-btn {
        left: 30%;
    }

    .bg-shape::before {
        height: 150px;
        margin-top: -63px;
        -webkit-transform: skewY(16deg);
        -moz-transform: skewY(16deg);
        -ms-transform: skewY(16deg);
        -o-transform: skewY(16deg);
        transform: skewY(16deg);
    }
}

/* Large Screen (1920)  */

@media (min-width: 1601px) {
    .boxed-layout .wrapper {
        max-width: 1780px;
    }

    .boxed-layout .sticky {
        max-width: 1780px;
    }

    .slider-img {
        width: 55%;
    }

    .slider-info {
        height: calc(100% - 180px);
    }

    .slider-brief p {
        line-height: 34px;
    }
}

/* Large Screen (1600)  */

@media (min-width: 1401px) and (max-width: 1600px) {
    .boxed-layout .wrapper {
        max-width: 1480px;
    }

    .boxed-layout .sticky {
        max-width: 1480px;
    }

    .active-slider-1 .slider-info {
        padding: 1.75rem;
    }

    .active-slider-1 .slider-title-1 {
        font-weight: bold;
        font-size: 36px;
    }

    /*slider*/
    .slider-img {
        width: 60%;
    }

    .slider-info {
        width: 50%;
    }

    .slider-title-1 {
        font-size: 30px !important;
    }

    .slider-info-inner .button {
        width: 150px;
    }
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .boxed-layout .wrapper {
        max-width: inherit;
    }

    .boxed-layout .sticky {
        max-width: 100%;
    }

    .single-product-info hr {
        margin: 20px 0;
    }
}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991.98px) {
    .boxed-layout .wrapper {
        max-width: inherit;
    }

    .boxed-layout .sticky {
        max-width: 100%;
    }

    .single-product-area .product-title {
        font-size: 20px;
        line-height: 2.25rem;
        height: 4.5rem;
    }

    .single-product-area .long-desc {
        border-top: none;
        margin-top: 15px;
    }

}

/* small mobile :320px. */

@media (max-width: 767.98px) {
    .blog-details-title {
        font-size: 18px !important;
    }

    .ppw-10 {
        padding-right: 6px;
        padding-left: 6px;
    }

    .boxed-layout .wrapper {
        max-width: inherit;
    }

    .boxed-layout .sticky {
        max-width: 100%;
    }

    .single-product-area .product-title {
        font-size: 20px;
        line-height: 2.25rem;
        height: 4.5rem;
    }

    .single-product-area .long-desc {
        border-top: none;
        margin-top: 15px;
    }
}

@media (max-width: 575.98px) {
    .blog-details-title {
        font-size: 16px !important;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .total-cart-in {
        padding: 18px 0;
    }

    .total-cart-in:hover ul {
        top: 55px;
    }

    .user-meta {
        padding: 19px 0.5rem;
    }

    .user-meta:hover > li > ul {
        top: 58px;
    }

    .slider-title-1 {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .slider-title-1:before {
        width: 3px;
    }

    .slider-brief p {
        display: none;
    }

    .slider-info .slider-info-inner {
        padding-right: 1rem;
    }

    .slider-img {
        width: 100%;
    }


    .product-item-2 {
        width: 100%;
        max-width: 100%;
        padding: 5px 110px 5px 50px;
        margin-bottom: 1rem;
        border-radius: 1px;
    }

    .product-item-2 .product-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 90px;
        height: 100%;
    }

    .product-item-2 .product-img a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;

        height: 100%;
        max-height: 100%;
        overflow: hidden;
    }

    .product-item-2 .product-img a img {
        border-radius: 3px;
        height: 100%;
        max-height: 90px;
        width: inherit;
        max-width: 90px;
        margin: inherit;
    }

    .product-item-2 .product-info {
        border-top: none;
        padding: 4px 15px 1px;
        width: 100%;
        height: 100%;

        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .product-item-2 .product-info .product-title, .product-item-2 .product-info .pro-price {
        margin: 0;
        width: 100%;
        text-align: right;
    }

    .product-item-2 .product-info .pro-price {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
    }

    .product-item-2 .action-button {
        -webkit-border-radius: 1px 0 0 1px;
        -moz-border-radius: 1px 0 0 1px;
        border-radius: 1px 0 0 1px;
        border-right: 1px solid #f0f0f0;
        position: absolute;
        left: 0;
        bottom: 0 !important;
        opacity: 1;
        padding: 0;
        visibility: visible;
        width: 40px;
        height: 100%;
        box-shadow: none !important;
    }

    .product-item-2 .action-button li {
        width: 40px;
        height: 50%;
        float: left;
        margin: 0;
        border-radius: 0;
        background-color: transparent;
        border: none;
    }

    .product-item-2 .action-button li a {
        width: 40px;
        height: 100%;
        font-size: 1rem;

        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .product-item-2:hover {
        top: 0;
        -webkit-box-shadow: 0 1px 3px rgba(86, 86, 90, 0.5);
        -moz-box-shadow: 0 1px 3px rgba(86, 86, 90, 0.5);
        box-shadow: 0 1px 3px rgba(86, 86, 90, 0.5);
    }

    .product-item-2:hover .action-button {
        bottom: 0;
    }

    .single-product-area .product-title {
        font-size: 18px;
    }

    .blog-details-title span {
        font-size: 14px;
    }

    .blog-details-title span i {
        font-size: 14px;
    }

    .total-visit {
        height: 100px;
        width: 100px;
        padding-left: 20px;
        padding-bottom: 20px;
        bottom: -20px;
        left: -20px;
        border-radius: 75px;
    }

    .total-visit .meta-date {
        font-size: 26px;
        line-height: 26px;
        padding-top: 17px;
    }

    .total-visit .meta-month {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 479px) {
    .quick-add-to-cart .single_add_to_cart_button {
        margin-right: 0;
        margin-top: 15px;
        clear: right;
    }

    .slider-title-1 {
        margin-bottom: 1.5rem;
        font-size: 0.875rem;
        font-weight: 500;
    }

    .slider-info .slider-info-inner {
        padding-right: 0.5rem;
    }

    .product-item-2 .product-info {
        padding: 4px 0 1px;
    }

    .page-info {
        display: none;
    }
}

@media (max-width: 389px) {
    .slider-title-1 {
        margin-bottom: 1rem;
    }

    .blog-item .blog-desc {
        padding: 30px;
    }

    .blog-item .blog-desc::before,
    .blog-item .blog-desc::after {
        bottom: 15px;
        right: 15px;
        left: 15px;
        top: 15px;
    }
}

.menu-question-link {
    padding: 1.25rem 1rem calc(1.25rem - 2px) 1rem !important;
}

.sticky .main-menu .menu-question-link {
    padding: 1.5rem 1rem calc(1.5rem - 2px) 1rem !important;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .main-menu > li {
        padding: 1.25rem 0.5rem;
    }

    .menu-question-link {
        padding: 1.25rem 0.5rem calc(1.25rem - 2px) 0.5rem !important;
    }

    .sticky .main-menu .menu-question-link {
        padding: 1.5rem 0.5rem calc(1.5rem - 2px) 0.5rem !important;
    }
}

.menu-question-link a {
    padding: 0 6px 2px 6px;
    border-radius: 3px;
    text-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
    background-color: #E65069;
    color: rgba(255, 255, 255, 0.95) !important;
    transition: all 100ms linear;
}

.menu-question-link a:hover {
    background-color: #D14960;
}

.menu-question-link a:before {
    display: none !important;
}

.menu-question-link-rps a {
    color: #E65069 !important;
}

.question-product .hidden {
    display: none;
}

.question-product .select-btn {
    color: #67BBE6;
    border-bottom: #67BBE6 1px dashed;
    cursor: pointer;
}

.question-product .product {
    background-color: #F5F8FA;
    padding: 2px 10px 4px;
    border-radius: 3px;
}

.question-product .product .title {
    color: #6585E3;
    font-weight: 500;
    margin-right: 0.5rem;
}

.question-product .edit-btn {
    color: #67BBE6;
    border-bottom: #67BBE6 1px dashed;
    cursor: pointer;
}

.question-product .delete-btn {
    color: #F16C9C;
    border-bottom: #F16C9C 1px dashed;
    cursor: pointer;
}

.question-length {
    display: inline-flex;
    height: 17px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 0.6875rem;
    font-weight: 300;
    background-color: #fff;
}

.modal-select-product .pro-tab-menu .nav-item {
    border: #f5f5f5 1px solid;
    border-radius: 3px;
    overflow: hidden;
}

.modal-select-product .pro-tab-menu .nav-item a {
    padding: 0 10px;
}

.question-product-item {
    position: relative;
    padding: 0.25rem;
    background-color: #fafafa;
    margin-bottom: 0.75rem;
    cursor: pointer;
}

.question-product-item .img {
    height: 50px;
    width: 62px;
    padding-left: 12px;
}

.question-product-item .img img {
    max-width: 100%;
}

.question-product-item .title {
    padding-left: 12px;
    width: calc(100% - 62px);
}

.question-product-item .title h6 {
    margin-bottom: 0;
    font-size: 0.8125rem;
    font-weight: normal;
}

.question-alert .alert {
    margin-bottom: 0;
    margin-top: 1rem;
}

.question-box {
    border: 1px solid #ebedf5 !important;
    border-radius: .25rem !important;
    background-color: #f8f9fa !important;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.question-box .text {
    font-weight: normal;
    color: #CC475E;
    margin-bottom: 0;
}

.question-box .break {
    margin: 8px -20px;
    border-bottom: #EDEFF7 1px solid;
}

.question-box .answer {
    font-weight: normal;
    color: #505050;
    margin-bottom: 0;
}

.cursor-p {
    cursor: pointer;
}

.global-banner {
    display: block;
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.global-banner .text {
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    padding: 10px 8px;
}

@media (min-width: 768px) {
    .global-banner .text {
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .global-banner .text {
        padding: 16px 8px;
    }
}

.global-banner .img {
    width: 100%;
    height: 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-banner {
    display: block;
    width: 100%;
    max-height: 160px;
    overflow: hidden;
    border-radius: 3px;
}

.home-banner .text {
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    padding: 16px 10px;
}

.home-banner .img {
    width: 100%;
    height: 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sticky .header-phone {
    display: none !important;
}

.header-phone aside {
    height: 36px;
    padding: 6px 8px 3px;
    background-color: #f5f5f5;
    border-radius: 1px;
    overflow: hidden;
    border-bottom: #f1f1f1 1px solid;
}

@media (min-width: 992px) {
    .header-phone aside {
        border-radius: 0 0 3px 3px;
    }
}

.header-phone .uil {
    font-size: 1.25rem;
    margin-right: 10px;
}

.header-phone .br {
    display: inline-block;
    height: 20px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 6px;
}

.header-phone .number {
    display: flex;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
}

.header-phone .icon {
    padding-top: 1px;
}

.appre-modal .modal-dialog {
    width: 100% !important;
    min-height: inherit !important;
    overflow: hidden;
}

.appre-modal .modal-dialog .modal-content {
    height: 100% !important;
    max-height: 100% !important;
}

.appre-modal .modal-dialog .modal-content .modal-body,
.appre-modal .slider-comments,
.appre-modal .slider-comments .slick-slide,
.appre-modal .slider-comments-nav {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
}

.appre-modal .modal-dialog .modal-content .modal-body,
.appre-modal .slider-comments .slick-slide,
.appre-modal .slider-comments .slick-list,
.appre-modal .slider-comments .slick-track {
    height: 100% !important;
}

.appre-modal .slider-comments, .appre-modal .slider-comments .image {
    height: 0;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 1rem;
}

.appre-modal .slider-comments .image {
    overflow-y: auto;
    padding: 0 15px;
}

.appre-modal .slider-comments-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.appre-modal .slider-comments .slick-list {
    /*overflow-y: auto !important;*/
}

.appre-modal img {
    border-radius: 4px;
    display: block;
    margin: auto;
}

.appre-modal .close {
    position: relative;
    padding: 6px;
    left: -6px;
    opacity: 1;
}

.appre-modal .close i {
    font-size: 1.5rem;
    color: #434343;
}

.appre-modal .slider-comments {
    max-width: 100%;
}

.appre-modal .slider-comments-nav .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.appre-modal .slider-comments-nav .slick-slide {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.4 !important;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.appre-modal .slider-comments-nav .slick-slide.slick-current {
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1 !important;
}

.appre-modal .slider-comments .comment-title {
    position: relative;
    padding: 1rem;
    padding-top: 0;
    margin-bottom: 2rem;
    color: #303030;
}

.appre-modal .slider-comments .comment-title:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .125);
}

.appre-modal .slider-comments .arrow-prev, .appre-modal .slider-comments .arrow-next {
    width: 50px;
    height: 50px !important;
    padding: 0;
    display: block;
    top: 50%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    z-index: 1001;
}

.appre-modal .slider-comments .arrow-prev {
    right: 1.5rem;
}

.appre-modal .slider-comments .arrow-next {
    left: 1.5rem;
}

.appre-modal .slider-comments-nav .slick-slide {
    cursor: pointer;
}

@media (min-width: 1140px) {
    .appre-modal .modal-dialog {
        max-width: 1140px !important;
        height: calc(100% - 2rem) !important;
        margin: 1rem auto !important;
    }

    .appre-modal .slider-comments .comment-title {
        font-size: 1rem;
    }

    .appre-modal .slider-comments-nav img {
        width: 60px;
    }
}

@media (max-width: 1139px) {
    .appre-modal .modal-content {
        border: 0 !important;
        border-radius: 0 !important;
    }

    .appre-modal .modal-dialog {
        max-width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }

    .appre-modal .slider-comments .comment-title {
        font-size: 1rem;
        font-weight: 500;
    }

    .appre-modal .slider-comments-nav img {
        width: 45px;
    }
}

@media (max-width: 575px) {
    .appre-modal .slider-comments-nav img {
        width: 35px;
    }
}

a#scrollUp {
    z-index: 1000 !important;
}
