html {
    direction: rtl;
}

body {
    direction: rtl;
    text-align: right;
}

dd {
    margin-right: 0;
}

caption {
    text-align: right;
}

.list-unstyled {
    padding-right: 0;
}

.list-inline {
    padding-right: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-left: 0.5rem;
}

.offset-1 {
    margin-right: 8.333333%;
    margin-left: 0;
}

.offset-2 {
    margin-right: 16.666667%;
    margin-left: 0;
}

.offset-3 {
    margin-right: 25%;
    margin-left: 0;
}

.offset-4 {
    margin-right: 33.333333%;
    margin-left: 0;
}

.offset-5 {
    margin-right: 41.666667%;
    margin-left: 0;
}

.offset-6 {
    margin-right: 50%;
    margin-left: 0;
}

.offset-7 {
    margin-right: 58.333333%;
    margin-left: 0;
}

.offset-8 {
    margin-right: 66.666667%;
    margin-left: 0;
}

.offset-9 {
    margin-right: 75%;
    margin-left: 0;
}

.offset-10 {
    margin-right: 83.333333%;
    margin-left: 0;
}

.offset-11 {
    margin-right: 91.666667%;
    margin-left: 0;
}

@media (min-width: 576px) {
    .offset-sm-0 {
        margin-right: 0;
    }

    .offset-sm-1 {
        margin-right: 8.333333%;
        margin-left: 0;
    }

    .offset-sm-2 {
        margin-right: 16.666667%;
        margin-left: 0;
    }

    .offset-sm-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    .offset-sm-4 {
        margin-right: 33.333333%;
        margin-left: 0;
    }

    .offset-sm-5 {
        margin-right: 41.666667%;
        margin-left: 0;
    }

    .offset-sm-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    .offset-sm-7 {
        margin-right: 58.333333%;
        margin-left: 0;
    }

    .offset-sm-8 {
        margin-right: 66.666667%;
        margin-left: 0;
    }

    .offset-sm-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    .offset-sm-10 {
        margin-right: 83.333333%;
        margin-left: 0;
    }

    .offset-sm-11 {
        margin-right: 91.666667%;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .offset-md-0 {
        margin-right: 0;
    }

    .offset-md-1 {
        margin-right: 8.333333%;
        margin-left: 0;
    }

    .offset-md-2 {
        margin-right: 16.666667%;
        margin-left: 0;
    }

    .offset-md-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    .offset-md-4 {
        margin-right: 33.333333%;
        margin-left: 0;
    }

    .offset-md-5 {
        margin-right: 41.666667%;
        margin-left: 0;
    }

    .offset-md-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    .offset-md-7 {
        margin-right: 58.333333%;
        margin-left: 0;
    }

    .offset-md-8 {
        margin-right: 66.666667%;
        margin-left: 0;
    }

    .offset-md-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    .offset-md-10 {
        margin-right: 83.333333%;
        margin-left: 0;
    }

    .offset-md-11 {
        margin-right: 91.666667%;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .offset-lg-0 {
        margin-right: 0;
    }

    .offset-lg-1 {
        margin-right: 8.333333%;
        margin-left: 0;
    }

    .offset-lg-2 {
        margin-right: 16.666667%;
        margin-left: 0;
    }

    .offset-lg-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    .offset-lg-4 {
        margin-right: 33.333333%;
        margin-left: 0;
    }

    .offset-lg-5 {
        margin-right: 41.666667%;
        margin-left: 0;
    }

    .offset-lg-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    .offset-lg-7 {
        margin-right: 58.333333%;
        margin-left: 0;
    }

    .offset-lg-8 {
        margin-right: 66.666667%;
        margin-left: 0;
    }

    .offset-lg-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    .offset-lg-10 {
        margin-right: 83.333333%;
        margin-left: 0;
    }

    .offset-lg-11 {
        margin-right: 91.666667%;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .offset-xl-0 {
        margin-right: 0;
    }

    .offset-xl-1 {
        margin-right: 8.333333%;
        margin-left: 0;
    }

    .offset-xl-2 {
        margin-right: 16.666667%;
        margin-left: 0;
    }

    .offset-xl-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    .offset-xl-4 {
        margin-right: 33.333333%;
        margin-left: 0;
    }

    .offset-xl-5 {
        margin-right: 41.666667%;
        margin-left: 0;
    }

    .offset-xl-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    .offset-xl-7 {
        margin-right: 58.333333%;
        margin-left: 0;
    }

    .offset-xl-8 {
        margin-right: 66.666667%;
        margin-left: 0;
    }

    .offset-xl-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    .offset-xl-10 {
        margin-right: 83.333333%;
        margin-left: 0;
    }

    .offset-xl-11 {
        margin-right: 91.666667%;
        margin-left: 0;
    }
}

.form-check {
    padding-right: 1.25rem;
    padding-left: 0;
}

.form-check-inline {
    padding-right: 0;
    margin-left: 0.75rem;
    margin-right: 0;
}

.form-check-input {
    margin-left: 0;
    margin-right: -1.25rem;
}

.form-check-inline .form-check-input {
    margin-left: 0.3125rem;
    margin-right: 0;
}

@media (min-width: 576px) {
    .form-inline .form-check-label {
        padding-right: 0;
    }

    .form-inline .form-check-input {
        margin-left: 0.25rem;
        margin-right: 0;
    }
}

.dropdown-toggle::after {
    margin-right: 0.255em;
    margin-left: 0;
}

.dropdown-toggle:empty::after {
    margin-right: 0;
}

.dropdown-menu {
    right: 0;
    left: initial;
    float: right;
    text-align: right;
}

.dropright .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0.125rem;
}

.dropright .dropdown-toggle::after {
    margin-left: 0;
    margin-right: 0.255em;
    border-left: 0;
    border-right: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-right: 0;
}

.dropleft .dropdown-menu {
    left: 100%;
    right: auto;
    margin-right: 0;
    margin-left: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    margin-left: 0;
    margin-right: 0.255em;
}

.dropleft .dropdown-toggle::before {
    border-right: 0.3em solid;
    border-left: 0;
}

.dropup .dropdown-toggle::after {
    margin-right: 0.255em;
    margin-left: 0;
}

.dropup .dropdown-toggle:empty::after {
    margin-right: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-right: -1px;
    margin-left: 0;
}

.btn-group > .btn:first-child {
    margin-right: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group {
    float: right;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
    margin-right: 0;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-right: 0;
}

.input-group-btn:first-child > .btn + .btn {
    margin-right: 0;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: 0;
    margin-right: -1px;
}

.input-group-prepend {
    margin-right: 0;
    margin-left: -1px;
}

.input-group-append {
    margin-left: 0;
    margin-right: -1px;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: 0;
    margin-right: -1px;
}

.custom-control {
    padding-right: 1.5rem;
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 0;
}

.custom-control-indicator {
    right: 0;
    left: initial;
}

.custom-control-label::before {
    right: -1.5rem;
    left: 0;
}

.custom-control-label::after {
    right: -1.5rem;
    left: 0;
}

.custom-file-control::after {
    left: 0;
    right: initial;
}

.custom-select[multiple], .custom-select[size]:not([size='1']) {
    padding-right: 0;
    padding-left: 0.75rem;
}

.nav {
    padding-right: 0;
}

.navbar-brand {
    margin-left: 1rem;
    margin-right: 0;
}

.navbar-nav {
    padding-right: 0;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        left: 0;
        right: auto;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        left: 0;
        right: auto;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        left: 0;
        right: auto;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        left: 0;
        right: auto;
    }
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    left: 0;
    right: auto;
}

.card-link + .card-link {
    margin-right: 1.25rem;
    margin-left: 0;
}

.card-footer:last-child {
    border-radius: 0 calc(0.25rem - 1px) calc(0.25rem - 1px) 0;
}

@media (min-width: 576px) {
    .card-group > .card + .card {
        margin-right: 0;
        border-right: 0;
    }

    .card-group > .card:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-left-radius: 0;
    }

    .card-group > .card:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-right-radius: 0;
    }
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0;
}

.pagination {
    padding-right: 0;
}

.page-item:first-child .page-link {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
}

.page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
}

.page-link {
    margin-right: -1px;
    margin-left: 0px;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.alert-dismissible .close {
    left: 0;
    right: initial;
}

.list-group {
    padding-right: 0;
}

.modal-header .close {
    margin: -15px auto -15px -15px;
}

.modal-footer > :not(:first-child) {
    margin-right: .25rem;
    margin-left: 0;
}

.modal-footer > :not(:last-child) {
    margin-left: .25rem;
    margin-right: 0;
}

.tooltip {
    text-align: right;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^='top'] .arrow::before {
    margin-right: -0.4rem;
    margin-left: 0;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^='right'] .arrow {
    right: 0;
    left: initial;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^='right'] .arrow::before {
    left: 0;
    right: initial;
    border-left-color: #000;
    border-right-color: initial;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
    margin-right: -0.4rem;
    margin-left: 0;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^='left'] .arrow {
    left: 0;
    right: initial;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^='left'] .arrow::before {
    left: 0;
    right: initial;
    border-right-color: #000;
    border-left-color: initial;
}

.popover {
    right: 0;
    left: initial;
    text-align: right;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^='right'] {
    margin-right: 0.5rem;
    margin-left: 0;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^='right'] .arrow {
    right: calc((0.5rem + 1px) * -1);;
    left: initial;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^='right'] .arrow::before {
    left: initial;
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-color: initial;
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^='right'] .arrow::after {
    right: 1px;
    left: initial;
    border-left-color: #fff;
    border-right-color: initial;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^='bottom'] .popover-header::before {
    right: 50%;
    left: initial;
    margin-right: -0.5rem;
    margin-left: 0px;
}

.bs-popover-left, .bs-popover-auto[x-placement^='left'] {
    margin-left: 0.5rem;
    margin-right: 0;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^='left'] .arrow {
    left: calc((0.5rem + 1px) * -1);
    right: initial;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^='left'] .arrow::before {
    left: 0;
    right: initial;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-color: initial;
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^='left'] .arrow::after {
    left: 1px;
    right: initial;
    border-right-color: #fff;
    border-left-color: initial;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-left {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-left {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-right {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .active.carousel-item-left {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev {
    right: 0;
    left: initial;
}

.carousel-control-next {
    left: 0;
    right: initial;
}

.carousel-indicators {
    padding-right: 0;
}

.carousel-indicators li::before {
    right: 0;
    left: initial;
}

.carousel-indicators li::after {
    right: 0;
    left: initial;
}

.border-right-0 {
    border-left: 0 !important;
}

.border-left-0 {
    border-right: 0 !important;
}

.rounded-right {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    right: 0;
    left: initial;
}

.float-left {
    float: right !important;
}

.float-right {
    float: left !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: right !important;
    }

    .float-sm-right {
        float: left !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: right !important;
    }

    .float-md-right {
        float: left !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: right !important;
    }

    .float-lg-right {
        float: left !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: right !important;
    }

    .float-xl-right {
        float: left !important;
    }
}

.mr-0,
.mx-0 {
    margin-left: 0 !important;
}

.ml-0,
.mx-0 {
    margin-right: 0 !important;
}

.mr-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mr-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mr-3,
.mx-3 {
    margin-left: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mr-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mr-5,
.mx-5 {
    margin-left: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-right: 3rem !important;
}

.pr-0,
.px-0 {
    padding-left: 0 !important;
}

.pl-0,
.px-0 {
    padding-right: 0 !important;
}

.pr-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pr-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pr-3,
.px-3 {
    padding-left: 1rem !important;
}

.pl-3,
.px-3 {
    padding-right: 1rem !important;
}

.pr-4,
.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
}

.pl-4,
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}

.pr-5,
.px-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
}

.pl-5,
.px-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
}

.mr-auto,
.mx-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.ml-auto,
.mx-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

@media (min-width: 576px) {
    .mr-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0 !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0 !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 0 !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 0 !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-right: 0.25rem !important;
        padding-top: 0 !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-top: 0.25rem !important;
        padding-right: 0 !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0 !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 0 !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 0 !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 0 !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 0 !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .mr-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0 !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0 !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 0 !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 0 !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-left: 0.25 re !important;
        padding-right: 0 !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0 !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 0 !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 0 !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 0 !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 0 !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .mr-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0 !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 0 !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 0 !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0 !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0 !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0 !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 0 !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 0 !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 0 !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 0 !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    .mr-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0 !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0 !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 0 !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 0 !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0 !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0 !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0 !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 0 !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 0 !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.5rem !important;
        padding-left: 0 !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 0 !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

.text-left {
    text-align: right !important;
}

.text-right {
    text-align: left !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: right !important;
    }

    .text-sm-right {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: right !important;
    }

    .text-md-right {
        text-align: left !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: right !important;
    }

    .text-lg-right {
        text-align: left !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: right !important;
    }

    .text-xl-right {
        text-align: left !important;
    }
}
body {
  background-color: #6cb9cb;
  font-family: Rubik;
  font-size: 15px;
  color: #888888;
  line-height: 1.66;
  background-image: url('https://paper-craft.co.il/outlet/pub/media/pattern/websites/1/Designer.png');
  background-repeat: repeat;
  background-position: left top;
}
.label {
  color: #888888;
}
a,
a:focus,
a:visited {
  color: #222222;
}
a:hover {
  color: #6cb9cb;
}
/* GENERAL */
.smcqp-btn,
.spcqp-count,
.owl-controls .owl-nav div:hover {
  background-color: #ec71b9;
}
button:not(.owl-prev),
button:not(.owl-next),
button:not(.slick-arrow),
button:not(.slick-arrow):focus,
button:not(.owl-prev):focus,
button:not(.owl-next):focus,
.cart-container .action.continue,
a.action.primary,
.modal-footer .action-primary.action-accept {
  background-color: #ec71b9;
}
button:not(.owl-prev):hover,
button:not(.owl-next):hover,
button:not(.slick-arrow):hover,
button:not(.slick-arrow):focus:hover,
button:not(.owl-prev):focus:hover,
button:not(.owl-next):focus:hover,
.cart-container .action.continue:hover,
a.action.primary:hover,
.modal-footer .action-primary.action-accept:hover {
  background-color: #e852a9;
}
.owl-theme .owl-nav [class*="owl-"]:hover:hover {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
.block-minicart .header-minicart {
  background-color: #ec71b9;
}
.block-minicart .minicart-items .product-item-details .price-container .price {
  color: #ec71b9;
}
.block-minicart .block-content > .actions a:hover {
  background-color: #ec71b9;
}
.block-minicart .subtotal .price-container .price-wrapper:first-child .price {
  color: #ec71b9;
}
#yt-totop-fix {
  background-color: #ec71b9;
}
#yt-totop-fix:hover {
  background-color: #e644a3;
}
#page-loader .loader span {
  background-color: #ec71b9;
}
.fotorama__thumb-border {
  border-color: #ec71b9 !important;
}
.fotorama__active .fotorama__dot {
  border-color: #ec71b9 !important;
  background-color: #ec71b9;
}
.cart-container .cart.table-wrapper .product-item-photo .product-image-photo:hover {
  border-color: #ec71b9;
}
.cartpro-modal .cpmodal-button {
  background-color: #ec71b9;
}
#btn-gallery:hover {
  background-color: #ec71b9;
}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  background-color: #ec71b9;
}
.cart-container .cart-summary .coupon .actions-toolbar .primary .apply.primary:hover,
.modal-footer .action-primary.action-accept:hover,
.slider-ourmember .owl-dots .owl-dot:hover,
.slider-ourmember .owl-dots .owl-dot.active,
.control-qty .quantity-controls:hover {
  background-color: #ec71b9;
}
.smrv-block-content-wrap .smrv-handle:hover .smrv-icon,
.smrv-block-content-wrap.smrv-over .smrv-handle .smrv-icon,
.sm-recently-viewed .smrv-clear:hover,
.sm-recently-viewed .product-item-info a:hover .product-image-wrapper:hover:after {
  background-color: #ec71b9;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  background-color: #ec71b9;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:hover {
  background-color: #e644a3;
}
.block-minicart .minicart-items .product-item-details .product-item-name a:hover {
  color: #ec71b9;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:hover,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:hover {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
.fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
  border-color: #ec71b9;
}
.more-w .more-view:hover {
  color: #ec71b9;
}
.cartpro-imageload {
  border-color: #ec71b9 !important;
  color: #ec71b9 !important;
}
.direction_rtl .breadcrumbs .items .item:hover,
.breadcrumbs .items .item:hover {
  border-color: #ec71b9;
}
.direction_rtl .breadcrumbs .items .item:hover:before,
.breadcrumbs .items .item:hover:before,
.direction_rtl .breadcrumbs .items .item:hover:after,
.breadcrumbs .items .item:hover:after {
  border-color: #ec71b9;
}
/* END GENERAL */
/* LISTING */
#price-slider .ui-slider-handle {
  border: 2px solid #ec71b9;
}
.page-layout-1column .block.filter .block-title {
  background-color: #ec71b9;
}
.page-layout-1column .block.filter .filter-options .filter-options-content .swatch-option-link-layered:hover {
  border-color: #ec71b9;
}
.page-layout-1column .block.filter .filter-options .filter-options-content .swatch-option.text:hover {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
/* Sidebar */
.sidebar .block .block-title {
  background-color: #ec71b9;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-option-link-layered:hover {
  border-color: #ec71b9;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-option.text:hover {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
/* End sidebar */
#price-slider .ui-slider-range {
  background-color: #ec71b9;
}
#sm_slider_price .ui-slider-range {
  background-color: #ec71b9;
}
.breadcrumbs .items .item a:hover {
  color: #6cb9cb;
}
.modes .modes-mode:hover,
.modes .modes-mode.active {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
.price-box .special-price .price {
  color: #ec71b9;
}
.products-list .product-item-info:hover .product-item-details .product-item-inner .actions-primary .tocart,
.products-grid .product-item-info:hover .product-item-details .product-item-inner .actions-primary .tocart {
  background-color: #ec71b9;
  border-color: #ec71b9 !important;
}
.products-list .product-item-info:hover .product-item-details .product-item-inner .actions-primary .tocart:hover,
.products-grid .product-item-info:hover .product-item-details .product-item-inner .actions-primary .tocart:hover {
  background-color: #e852a9;
  border-color: #e852a9 !important;
}
.products-grid .product-item-info .product-item-actions .actions-secondary .action:hover {
  background-color: #ec71b9;
}
.products-list .product-item .product-item-image .action,
.products-grid .product-item-info .product-item-image .action {
  background-color: #ec71b9;
}
.products-list .product-item .product-item-image .action:hover,
.products-grid .product-item-info .product-item-image .action:hover {
  background-color: #e852a9;
}
.products-list .product-item .product-item-inner .actions-secondary .action:hover {
  background-color: #ec71b9;
}
.pages .pages-items .item:hover,
.pages .pages-items .item.current {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
/* END LISTING */
/* DETAIL */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ec71b9;
}
.detail-title h2:before,
.detail-title h2:after {
  background-color: #ec71b9;
}
.detail-title h3 {
  color: #ec71b9;
}
.accordion-style .resp-accordion.resp-tab-active {
  background-color: #ec71b9 !important;
  border-color: #ec71b9 !important;
}
.detail-title h2:before {
  background-color: #ec71b9;
}
.related-upsell-wrapper .owl-controls .owl-nav div:hover,
.upsell-wrapper .owl-controls .owl-nav div:hover,
.resp-vtabs .resp-tabs-list li:hover,
.resp-vtabs .resp-tabs-list li.resp-tab-active {
  color: #ec71b9;
}
.related-upsell-wrapper .owl-theme .owl-nav div:hover {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
.product-info-main .product-addto-links .action:hover,
.product-info-main .product-social-links .action:hover {
  background-color: #ec71b9;
}
.product-info-main .swatch-opt .swatch-option:hover:before,
.product-info-main .swatch-opt .swatch-option.selected:before {
  border-color: #ec71b9;
}
/* horizontal full */
.product-image-detail .thumbs-container .thumb-slider .thumb-item .thumb-image:hover,
.product-image-detail .thumbs-container .thumb-slider .thumb-item .thumb-image.thumb-active {
  border-color: #ec71b9;
}
/* end horizontal full */
/* END DETAIL */
/* TAB */
.default-style .resp-tabs-list li:hover,
.default-style .resp-tabs-list li.active {
  color: #ec71b9;
}
.default-style .resp-tabs-list li:before {
  background-color: #ec71b9;
}
.vertical-style .resp-tabs-list li.active:before {
  background-color: #ec71b9;
}
/* END TAB */
/* HEADER */
.mega-home-content ul li a:hover {
  color: #ec71b9;
}
.language-wrapper .switcher .mage-dropdown-dialog li:hover,
.currency-wrapper .switcher .mage-dropdown-dialog li:hover {
  border: 1px solid #ec71b9;
}
.sm_megamenu_title > a:hover > span {
  color: #6cb9cb;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li .sm_megamenu_actived > a > span {
  color: #ec71b9;
}
.sm_megamenu_wrapper_vertical_menu:hover .block-title {
  background: #ec71b9;
}
.navigation-wrapper .block-title,
.sm_megamenu_wrapper_vertical_menu .block-title {
  border-bottom: 2px solid #ec71b9;
}
.navigation > ul > li ul li:hover > a {
  color: #ec71b9;
}
.sm_megamenu_wrapper_vertical_menu .more-w .more-view:hover {
  color: #ec71b9;
}
.block-minicart .block-content > .actions a.action.checkout,
.block-minicart .block-content > .actions a:hover {
  background-color: #ec71b9;
}
.block-minicart .block-content > .actions a.action.checkout:hover {
  background-color: #e852a9;
}
.header-style-1 .top-cmsblock {
  background-color: #ec71b9;
}
.header-style-1 .top-cmsblock:before {
  border-top: 16px solid #ec71b9;
}
.header-style-1 .top-cmsblock:after {
  border-bottom: 16px solid #ec71b9;
}
.header-style-1 .cart-wrapper .minicart-wrapper .action.showcart .counter.qty {
  background-color: #ec71b9;
}
.header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_actived > a.sm_megamenu_head,
.header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > a.sm_megamenu_head {
  color: #ec71b9;
}
.header-style-1 .navigation ul li:hover > a,
.header-style-1 .navigation ul li.has-active > a,
.header-style-1 .navigation ul li.active > a {
  color: #ec71b9;
}
/* END HEADER */
.slider-product .owl-theme .owl-nav div:hover {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
.slider-product-list .owl-theme .owl-dots .owl-dot.active span,
.slider-product-list .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ec71b9;
}
/* HOME */
.home-style-1 .slidershow .owl-theme .owl-nav div:hover {
  color: #ec71b9;
}
/* END HOME */
/* FOOTER */
.footer-style-1 .newsletter-title span {
  color: #ec71b9;
}
.footer-style-1 .bottom-links ul li a:hover,
.footer-style-1 .block-footer .block-footer-content a:hover {
  color: #ec71b9;
}
.footer-style-1 .block-subscribe-footer .newsletter-content .action-button button:hover {
  background-color: #ec71b9;
}
/* END FOOTER */
/* BONUS */
/* ABOUT US */
.contact-container .group-title-contact h3,
.about-container .group-title-about h3 {
  color: #ec71b9;
}
/* END ABOUT US */
.table-comparison .products-grid .item .box-info .bottom-action .towishlist:hover {
  background-color: #ec71b9;
}
.cart-container .cart.main.actions .action,
.cart-container .cart.table-wrapper .actions-toolbar .action-edit:hover,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover,
.cart-container .checkout-methods-items .action.primary.checkout {
  background-color: #ec71b9;
}
.store-info-contact ul li:hover .icon-info-contact {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
.title-contact-page h2:before {
  background-color: #ec71b9;
}
.post-list .post-text-hld .post-title a:hover,
.post-list .post-text-hld .read-more-post a:hover {
  color: #ec71b9;
}
.post-ftimg-hld .date-post {
  background-color: #ec71b9;
}
.slider-member .image-member .member-social ul li a:hover {
  background-color: #ec71b9;
}
.slider-member .owl-theme .owl-nav div:hover {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
/* END BONUS */
/* PAGE */
.post-list .post-categories a:hover {
  color: #ec71b9;
}
.w-newsletter .newsletter-info .socials-wrap ul li a:hover {
  background-color: #ec71b9;
  border-color: #ec71b9;
}
.w-newsletter .newsletter-info .newsletter-title {
  color: #ec71b9;
}
.cart.table-wrapper .actions-toolbar > .action:hover {
  border-color: #ec71b9;
}
/* END PAGE */
@media (max-width: 768px) {
  .resp-accordion.resp-tab-active {
    background-color: #ec71b9;
    border-color: #ec71b9;
  }
}
.switcher-language .mage-dropdown-dialog .switcher-option a {
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: right center;
}
.language-wrapper .switcher .mage-dropdown-dialog li,
.currency-wrapper .switcher .mage-dropdown-dialog li {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  margin: 6px 0;
  padding: 0 10px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.language-wrapper .switcher .mage-dropdown-dialog li:hover,
.currency-wrapper .switcher .mage-dropdown-dialog li:hover {
  background-color: #fff;
}
.language-wrapper .switcher .mage-dropdown-dialog li a,
.currency-wrapper .switcher .mage-dropdown-dialog li a {
  white-space: nowrap;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 107.69%;
  color: #282828;
}
.navigation-mobile-container {
  display: none;
}
.nav-mobile-container {
  position: relative;
}
.btn-mobile {
  display: inline-block;
}
.btn-mobile .button-mobile {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  font-size: 28px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.navigation-mobile {
  background-color: #fff;
  padding: 20px 10px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.navigation-mobile > ul:not(.sm_megamenu_menu) > li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.navigation-mobile > ul:not(.sm_megamenu_menu) > li:last-child {
  border-bottom: none;
}
.navigation-mobile > ul:not(.sm_megamenu_menu) > li > a {
  display: block;
  text-transform: uppercase;
  padding: 8px 0;
  font-weight: bold;
  font-size: 116.67%;
}
.navigation-mobile > ul:not(.sm_megamenu_menu) > li ul {
  display: none;
  padding-right: 10px;
}
.navigation-mobile > ul:not(.sm_megamenu_menu) > li ul li {
  position: relative;
}
.navigation-mobile > ul:not(.sm_megamenu_menu) > li ul li a {
  display: block;
  padding: 10px 0;
}
.navigation-mobile .touch-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 11px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 10025;
}
.navigation-mobile .touch-button:before {
  content: '\f0d7';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.navigation-mobile .touch-button.active:before {
  content: '\f0d8';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.navigation-mobile .touch-button span {
  display: none;
}
.collapse-type .navigation-mobile {
  display: none;
  position: absolute;
  z-index: 10005;
  top: 100%;
  width: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.sidebar-type .navigation-mobile {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  z-index: 10020;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.navbar-active {
  overflow: hidden;
}
.navbar-active .btn-mobile .button-mobile.active:before {
  content: '';
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10010;
}
.navbar-active .sidebar-type .navigation-mobile {
  right: 0;
}
.sidebar-image.static-image {
  display: table;
}
/* NAVIGATION MOBILE */
.cms-index-index .menu-ver-content {
  z-index: 1041 !important;
}
.cart-wrapper .mage-dropdown-dialog {
  position: absolute;
  left: 0;
  width: 320px;
}
.minicart-content .minicart-wrapper .action.showcart .counter.qty {
  color: inherit;
}
.showcart .text {
  display: block;
  width: auto !important;
  height: auto !important;
  position: relative !important;
}
.minicart-content .minicart-wrapper .action.showcart .counter.qty {
  display: block;
  width: auto;
  height: auto;
  position: static;
  background: none !important;
  margin: 0;
}
.minicart-content .minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: inline-block;
  width: auto;
  height: auto;
  position: static;
}
.minicart-wrapper .block-minicart {
  left: 0 !important;
}
.home-item-parent .mega-home-content ul li a {
  display: inline-block;
  padding: 5px 20px;
}
.home-item-parent .mega-home-content .feature-title {
  padding: 5px 20px;
  text-transform: uppercase;
  color: #333;
  font-size: 116.67%;
  font-weight: bold;
  margin-bottom: 5px;
}
.block-minicart .subtitle.empty {
  font-weight: normal;
}
.navigation > ul {
  position: relative;
  display: table;
  width: 100%;
}
.navigation > ul > li {
  float: right;
}
.navigation > ul > li ul li a {
  display: block;
  padding: 12px 15px;
}
.navigation > ul > li > ul {
  display: none !important;
  top: 100% !important;
  right: -1px !important;
}
.navigation > ul > li > ul ul {
  top: -1px !important;
  right: 100% !important;
}
.navigation > ul > li:hover > ul {
  display: block !important;
}
.navigation ul li {
  position: relative;
}
.navigation ul > li ul {
  background-color: #fff;
  display: none;
  width: 220px;
  position: absolute;
  border: 1px solid #ddd;
  z-index: 30;
}
.navigation ul > li ul li {
  border-bottom: 1px solid #ddd;
}
.navigation ul > li ul li:last-child {
  border: none;
}
@media (min-width: 1200px) {
  .fancybox-lock .menu-on-top {
    z-index: 9995;
  }
  .menu-on-top {
    width: 100%;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 10006;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 480px) {
  #login-container .modal-content {
    width: 90%;
    margin: 0 auto;
  }
}
.header-container {
  background-color: #fff;
}
.header-top {
  padding: 10px 0;
}
.header-top .top-cmsblock {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 4px 13px 5px 8px;
  font-size: 92.857%;
}
.header-top .top-cmsblock:before,
.header-top .top-cmsblock:after {
  position: absolute;
  left: -15px;
}
.header-top .top-cmsblock:before {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  border-left: 16px solid transparent;
}
.header-top .top-cmsblock:after {
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  border-left: 16px solid transparent;
}
.header-top .setting-store {
  float: left;
}
.header-top .currency-wrapper,
.header-top .language-wrapper {
  float: right;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.header-top .currency-wrapper .switcher-label,
.header-top .language-wrapper .switcher-label {
  display: none;
}
.header-top .currency-wrapper .switcher-options,
.header-top .language-wrapper .switcher-options {
  position: relative;
}
.header-top .currency-wrapper .switcher-options .switcher-trigger strong,
.header-top .language-wrapper .switcher-options .switcher-trigger strong {
  line-height: 30px;
  font-weight: normal;
  font-size: 92.857%;
}
.header-top .currency-wrapper .switcher-options .switcher-trigger strong span:after,
.header-top .language-wrapper .switcher-options .switcher-trigger strong span:after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  margin-right: 5px;
}
.header-top .currency-wrapper .switcher-options .mage-dropdown-dialog,
.header-top .language-wrapper .switcher-options .mage-dropdown-dialog {
  left: -10px;
  right: auto;
  display: none !important;
}
.header-top .currency-wrapper .switcher-options:hover .mage-dropdown-dialog,
.header-top .language-wrapper .switcher-options:hover .mage-dropdown-dialog {
  display: block !important;
}
.header-top .language-wrapper .switcher-options .switcher-trigger strong {
  padding-right: 28px;
  background-size: 21px;
  background-position: right center;
  background-repeat: no-repeat;
}
.header-top .language-wrapper + .currency-wrapper:before {
  content: '';
  display: block;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.header-top .customer-action {
  float: left;
}
.header-top .customer-action > .header.links:before {
  float: right;
  margin-top: 14px;
  margin-left: 8px;
  content: '\f023';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.header-top .customer-action > .header.links > li {
  float: right;
}
.header-top .customer-action > .header.links > li > a {
  line-height: 43px;
}
.header-top .customer-action > .header.links > li:not(:first-child):before {
  content: '/';
  margin: 0 5px;
  color: #ccc;
}
.header-top .customer-action > .header.links > li.customer-welcome .dashboard {
  color: #ccc;
  display: block;
  line-height: 43px;
}
.header-top .customer-action > .header.links > li.customer-welcome .dashboard:after {
  margin-right: 5px;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
}
.header-top .customer-action > .header.links > li.customer-welcome .customer-menu {
  left: 0;
}
.header-top .customer-action > .header.links > li > a {
  padding: 3px 0;
  color: #ccc;
}
.header-middle {
  padding: 24px 0;
}
.right-middle-header {
  text-align: left;
  position: relative;
  top: 5px;
}
.search-container {
  display: inline-block;
  vertical-align: top;
}
.search-container .btn-search {
  display: block;
  width: 46px;
  height: 46px;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../images/icon-image.png') no-repeat -22px -62px;
}
.search-container .popup-search {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.search-container .popup-search .search-wrapper {
  width: 95%;
  max-width: 1170px;
  margin: 10% auto 0;
}
.search-container .popup-search .search-wrapper .block-content {
  position: relative;
}
.search-container .popup-search .search-wrapper .block-content .field.search .input-text {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #222;
  font-size: 214.285%;
  color: #222;
  height: 50px;
  padding: 0 0 0 55px;
}
.search-container .popup-search .search-wrapper .block-content .field.search .nested {
  display: none;
}
.search-container .popup-search .search-wrapper .block-content .actions button {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: url('../images/icon-image.png') no-repeat -21px -61px transparent;
}
.search-container .popup-search .search-wrapper .block-content .actions button span {
  display: none;
}
.search-container .close-search {
  margin: 10px;
  display: inline-block;
  float: left;
  width: 46px;
  height: 46px;
  overflow: hidden;
  background: url('../images/icon-image.png') no-repeat -277px -64px;
}
.show-search-popup {
  overflow: hidden;
}
.show-search-popup .search-container .popup-search {
  opacity: 1;
  visibility: visible;
}
.cart-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  text-align: right;
}
.cart-wrapper .minicart-wrapper {
  margin: 0;
  padding: 0;
}
.cart-wrapper .minicart-wrapper .action.showcart:before {
  display: none !important;
}
.cart-wrapper .minicart-wrapper .action.showcart:after {
  display: block;
  content: '';
  width: 46px;
  height: 46px;
  background: url('../images/icon-image.png') no-repeat -202px -62px;
}
.cart-wrapper .minicart-wrapper .action.showcart .text {
  display: none;
}
.cart-wrapper .minicart-wrapper .action.showcart .counter.qty {
  display: inline-block;
  min-width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  position: absolute;
  top: -1px;
  right: -5px;
  font-size: 85.751%;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.cart-wrapper .minicart-wrapper .action.showcart .counter.qty:before,
.cart-wrapper .minicart-wrapper .action.showcart .counter.qty:after {
  display: none;
}
.cart-wrapper .minicart-wrapper .action.showcart .counter.qty .price-minicart {
  display: none;
}
.cart-wrapper .minicart-wrapper .mage-dropdown-dialog {
  display: none !important;
}
.cart-wrapper .minicart-wrapper:hover .mage-dropdown-dialog {
  display: block !important;
}
.wishlist-header {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  text-align: right;
}
.wishlist-header a {
  display: block;
  width: 46px;
  height: 46px;
  background: url('../images/icon-image.png') no-repeat -139px -62px;
}
.wishlist-header a span {
  display: none;
}
.cutomer-action {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  position: relative;
}
.cutomer-action:before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  background: url('../images/icon-image.png') no-repeat -80px -62px;
}
.cutomer-action:after {
  content: '';
  display: none;
  position: absolute;
  right: -15px;
  left: 0;
  height: 30px;
  bottom: -20px;
}
.cutomer-action .dropdown-links {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  background: #fff;
  margin-top: 10px;
  white-space: nowrap;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cutomer-action .dropdown-links ul > li {
  padding: 5px 0;
}
.cutomer-action .dropdown-links ul > li > a {
  display: block;
  padding: 8px 20px;
}
.cutomer-action .dropdown-links ul > li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.cutomer-action .dropdown-links .customer-welcome .dashboard {
  display: none;
}
.cutomer-action .dropdown-links .customer-welcome .customer-menu {
  position: static;
  display: block;
}
.cutomer-action:hover:after {
  display: block;
}
.cutomer-action:hover .dropdown-links {
  display: block;
}
.header-bottom {
  background-color: #fff;
  padding: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.header-bottom.menu-on-top {
  padding-top: 12px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  float: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  font-size: 174.428%;
  padding-bottom: 15px;
  font-weight: 500;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:not(:last-child) {
  margin-left: 44px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent-item > a .sm_megamenu_title:after {
  margin-right: 5px;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
  border: none !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.navigation > ul > li {
  float: right;
}
.navigation > ul > li:not(:last-child) {
  margin-left: 44px;
}
.navigation > ul > li.parent > a:after {
  margin-right: 5px;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.navigation > ul > li > a {
  display: block;
  font-size: 174.428%;
  padding-bottom: 15px;
  font-weight: 500;
}
.header-navigation {
  position: relative;
}
.header-navigation .special-item {
  position: absolute;
  left: 0;
  top: 0;
}
.header-navigation .special-item a {
  font-size: 174.428%;
  padding-bottom: 15px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:not(:last-child) {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-content {
    text-align: center;
  }
  .special-item,
  .desktop-navigation {
    display: none;
  }
  .navigation-mobile-container {
    display: block;
  }
  .right-container {
    position: relative;
  }
  .right-container .right-middle-header {
    position: absolute;
    left: 0;
    bottom: -77px;
    height: 51px;
    top: auto;
    float: none;
    right: 40px;
    z-index: 9999;
  }
  .btn-mobile {
    position: relative;
  }
  .btn-mobile .button-mobile {
    height: 51px;
    width: 40px;
    line-height: 51px;
    color: #222 !important;
    text-align: right;
  }
  .cutomer-action .dropdown-links {
    margin-top: 4px;
  }
  .cart-wrapper .minicart-wrapper .mage-dropdown-dialog {
    margin-top: -2px;
  }
}
@media (max-width: 767px) {
  .search-container .popup-search .search-wrapper {
    margin: 20% auto 0;
  }
  .search-container .popup-search .search-wrapper .block-content .field.search .input-text {
    font-size: 130%;
  }
  .header-top {
    padding-bottom: 0;
  }
  .header-top .top-cmsblock {
    display: none;
  }
  .header-top .setting-store {
    text-align: center;
    float: none;
  }
  .header-top .setting-store > div {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 10px;
    padding: 0;
    text-align: right;
  }
  .header-top .setting-store .currency-wrapper .switcher-options .mage-dropdown-dialog {
    left: 0;
    right: auto;
  }
  .logo-content {
    text-align: center;
  }
  .special-item,
  .desktop-navigation {
    display: none;
  }
  .navigation-mobile-container {
    display: block;
  }
  .right-container {
    position: relative;
  }
  .right-container .right-middle-header {
    position: absolute;
    left: 0;
    bottom: -77px;
    height: 51px;
    top: auto;
    float: none;
    right: 40px;
    z-index: 9999;
  }
  .btn-mobile {
    position: relative;
  }
  .btn-mobile .button-mobile {
    height: 51px;
    width: 40px;
    line-height: 51px;
    color: #222 !important;
    text-align: right;
  }
  .cutomer-action .dropdown-links {
    margin-top: 4px;
  }
  .cart-wrapper .minicart-wrapper .mage-dropdown-dialog {
    margin-top: -3px;
  }
}
@media (max-width: 480px) {
  .cart-wrapper .mage-dropdown-dialog {
    left: 0;
    width: 300px;
  }
}
.footer-top {
  background-color: #222;
  padding: 33px 0;
  margin-bottom: 70px;
}
.newsletter-title {
  font-size: 171.43%;
  margin-top: 3px;
  color: #ddd;
}
.block-subscribe-footer .title-middle-footer {
  display: none;
}
.block-subscribe-footer .newsletter-content {
  display: table;
  width: 100%;
}
.block-subscribe-footer .newsletter-content .input-box,
.block-subscribe-footer .newsletter-content .action-button {
  display: table-cell;
  vertical-align: top;
}
.block-subscribe-footer .newsletter-content .input-box {
  width: 100%;
}
.block-subscribe-footer .newsletter-content .input-box #newsletter-footer {
  height: 44px;
  background-color: #fff;
  border: none;
}
.block-subscribe-footer .newsletter-content .action-button button {
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
}
.block-footer {
  margin-bottom: 30px;
}
.block-footer .block-footer-title {
  font-size: 171.43%;
  font-weight: 500;
  color: #222;
}
.block-footer .block-footer-content {
  margin-bottom: 20px;
  padding-top: 10px;
}
.block-footer .block-footer-content ul li {
  padding: 3px 0;
}
.block-footer .block-footer-content a {
  color: #888;
  display: table;
  padding: 3px 0;
}
.bottom-links {
  padding-top: 30px;
}
.bottom-links ul li {
  float: right;
  margin-left: 50px;
}
.bottom-links ul li a {
  color: #666;
}
.footer-middle {
  padding-bottom: 40px;
}
.footer-container .socials-wrap .title-follow {
  display: none;
}
.footer-container .socials-wrap a span:first-child {
  display: inline-block;
  width: 26px;
  float: right;
  margin-top: 6px;
}
.copy-right-bottom {
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid #eee;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter-title {
    font-size: 150%;
  }
}
.cms-index-index .page.messages .message {
  margin-top: 10px;
}
.block-title-home {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 350%;
  color: #222;
}
.home-style-1 .group-title {
  text-align: center;
  margin-bottom: 50px;
}
.home-style-1 .group-title h3 {
  font-size: 100%;
  text-transform: uppercase;
}
.home-style-1 .group-title h2 {
  font-size: 257.142%;
  color: #222;
  text-transform: uppercase;
}
.home-style-1 .slidershow {
  margin-bottom: 115px;
}
.home-style-1 .slidershow .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0;
}
.home-style-1 .slidershow .owl-theme .owl-nav {
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.home-style-1 .slidershow .owl-theme .owl-nav div {
  background-color: rgba(0, 0, 0, 0.4);
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: 50%;
  color: #fff;
  margin-top: -45px;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.home-style-1 .slidershow .owl-theme .owl-nav div:before {
  font-size: 36px;
  line-height: 90px;
}
.home-style-1 .slidershow .owl-theme .owl-nav div:hover {
  background-color: #fff;
}
.home-style-1 .slidershow .owl-theme .owl-nav div.owl-next {
  right: 25px;
}
.home-style-1 .slidershow .owl-theme .owl-nav div.owl-prev {
  left: 25px;
}
.home-style-1 .slidershow .owl-theme:hover .owl-nav {
  opacity: 1;
}
.home-style-1 .home-services {
  text-align: center;
  margin-bottom: 80px;
}
.home-style-1 .home-services .info-service {
  margin-bottom: 30px;
}
.home-style-1 .home-services .info-service h3 {
  color: #222;
  font-weight: 500;
  font-size: 128.571%;
  margin: 22px 0 10px;
}
.home-style-1 .home-discount {
  padding: 6px;
  color: #fff;
  text-align: center;
  background: url('../images/bg-discount.jpg') top left;
  margin-bottom: 120px;
}
.home-style-1 .home-discount .discount-content {
  border: 1px dashed #fff;
  padding: 15px;
  font-size: 128.571%;
}
.home-style-1 .filter-products {
  margin-bottom: 30px;
}
.home-style-1 .top-categories {
  margin-bottom: 30px;
}
.home-style-1 .top-categories .categories-item {
  margin-left: -15px;
  margin-right: -15px;
}
.home-style-1 .top-categories .categories-item .item {
  text-align: center;
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.home-style-1 .top-categories .categories-item .item .group-cat .cat-title {
  font-size: 150%;
  font-style: italic;
  padding-top: 8px;
}
.home-style-1 .product-slider {
  margin-bottom: 120px;
}
.home-style-1 .banner-home {
  margin-bottom: 90px;
}
.home-style-1 .banner-home .item {
  margin-bottom: 30px;
}
.home-style-1 .categories-full {
  padding: 0 20px;
  margin-bottom: 80px;
}
.home-style-1 .categories-full .group-title {
  margin-bottom: 40px;
}
.home-style-1 .categories-full .owl-stage-outer {
  padding-top: 10px;
}
.home-style-1 .categories-full .item {
  text-align: center;
}
.home-style-1 .categories-full .image-cat {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
}
.home-style-1 .categories-full .image-cat:hover {
  border-color: #222;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
}
.home-style-1 .categories-full .cat-title {
  padding-top: 15px;
  font-size: 171.428%;
  font-weight: 500;
}
.home-style-1 .categories-full .owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.home-style-1 .categories-full .owl-theme .owl-nav div {
  position: absolute;
  top: 44%;
  margin: -25px 0 0;
}
.home-style-1 .categories-full .owl-theme .owl-nav div.owl-next {
  right: 10px;
}
.home-style-1 .categories-full .owl-theme .owl-nav div.owl-prev {
  left: 10px;
}
.home-style-1 .categories-full .owl-carousel:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}
.home-style-1 .brand-slider {
  margin-bottom: 120px;
}
.home-style-1 .brand-slider .item {
  border: 1px solid transparent;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.home-style-1 .brand-slider .item img {
  opacity: .4;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.home-style-1 .brand-slider .item:hover {
  border-color: #222;
}
.home-style-1 .brand-slider .item:hover img {
  opacity: 1;
}
.home-style-1 .brand-slider .owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.home-style-1 .brand-slider .owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  margin: -25px 0 0;
}
.home-style-1 .brand-slider .owl-theme .owl-nav div.owl-next {
  right: -25px;
}
.home-style-1 .brand-slider .owl-theme .owl-nav div.owl-prev {
  left: -25px;
}
.home-style-1 .brand-slider .owl-carousel:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1200px) {
  .top-categories .categories-item .item {
    width: 20%;
  }
  .top-categories .categories-item .item:nth-child(5n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .slider-product .owl-theme .owl-nav div.owl-next {
    right: 9px;
  }
  .slider-product .owl-theme .owl-nav div.owl-prev {
    left: 9px;
  }
  .home-style-1 .brand-slider .owl-theme .owl-nav div.owl-next {
    right: 0;
  }
  .home-style-1 .brand-slider .owl-theme .owl-nav div.owl-prev {
    left: 0;
  }
}
.category-view .category-image {
  display: none;
}
.sm_megamenu_title .product-image-container,
.sm_megamenu_title .product-image-wrapper {
  display: block !important;
}
.sm_megamenu_title .product-item-image {
  position: relative;
}
.product-image-photo {
  width: auto;
  height: 100%;
}
.page-layout-1column .block.filter {
  margin-bottom: 30px;
}
.page-layout-1column .block.filter .block-title {
  margin: 0;
  padding: 9px 20px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
.page-layout-1column .block.filter .block-title strong {
  color: #fff;
  font-size: 133.33%;
  font-weight: 500;
  text-transform: uppercase;
}
.page-layout-1column .block.filter .block-title .counter {
  display: none;
}
.page-layout-1column .block.filter .empty,
.page-layout-1column .block.filter .block-content {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}
.page-layout-1column .block.filter .block-content .block-subtitle {
  display: none;
}
.page-layout-1column .block.filter .block-content .filter-current .filter-label {
  text-transform: uppercase;
  color: #282828;
  font-weight: 500;
}
.page-layout-1column .block.filter .block-content .filter-current .action.remove:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.page-layout-1column .block.filter .block-content .filter-current .action.remove span {
  display: none;
}
.page-layout-1column .block.filter .filter-options .filter-options-title {
  font-size: 107.69%;
  text-transform: uppercase;
  color: #282828;
  font-weight: 500;
  margin-bottom: 15px;
}
.page-layout-1column .block.filter .filter-options .filter-options-content {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.page-layout-1column .block.filter .filter-options .filter-options-content:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-layout-1column .block.filter .filter-options .filter-options-content .items li a {
  display: inline-block;
  padding: 3px 0;
}
.page-layout-1column .block.filter .filter-options .filter-options-content .swatch-option-link-layered {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  float: right;
  margin-left: 4px !important;
  margin-bottom: 4px !important;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.page-layout-1column .block.filter .filter-options .filter-options-content .swatch-option-link-layered .swatch-option {
  width: 27px;
  height: 27px;
  margin: 2px;
  min-width: unset;
  border: none;
  outline: none;
}
.page-layout-1column .block.filter .filter-options .filter-options-content .swatch-option.text {
  width: auto;
  height: auto;
  background: none;
  padding: 7px 11px;
  margin: 0;
  outline: none !important;
  font-weight: normal;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.page-layout-1column .block.filter .filter-options .filter-options-content .swatch-option.text:hover {
  color: #fff;
}
.sidebar .block .block-title {
  color: #fff;
  font-size: 128.571%;
  padding: 10px 20px;
  margin: 0;
}
.sidebar .block .block-title strong {
  text-transform: uppercase;
  font-weight: 500;
}
.sidebar .block .block-title .counter {
  display: none;
}
.sidebar .block .empty,
.sidebar .block .block-content {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 20px;
}
.sidebar .block.filter {
  margin-bottom: 30px;
}
.sidebar .block.filter .block-content .block-subtitle {
  display: none;
}
.sidebar .block.filter .block-content .filter-current .filter-label {
  text-transform: uppercase;
  color: #282828;
  font-weight: 500;
}
.sidebar .block.filter .block-content .filter-current .action.remove:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.sidebar .block.filter .block-content .filter-current .action.remove span {
  display: none;
}
.sidebar .block.filter .filter-options {
  margin-left: -20px;
  margin-right: -20px;
}
.sidebar .block.filter .filter-options .filter-options-title {
  color: #222;
  font-size: 128.57%;
  font-weight: 500;
  padding: 0 20px;
}
.sidebar .block.filter .filter-options .filter-options-content {
  margin-bottom: 30px;
  padding: 0 20px 25px;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .block.filter .filter-options .filter-options-content:last-child {
  border: none;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.sidebar .block.filter .filter-options .filter-options-content .items li a {
  display: inline-block;
  padding: 3px 0;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-option-link-layered {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  float: right;
  margin-left: 8px !important;
  margin-bottom: 8px !important;
  overflow: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-option-link-layered .swatch-option {
  width: 27px;
  height: 27px;
  margin: 2px;
  min-width: unset;
  border: none;
  outline: none;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-option.text {
  width: auto;
  height: auto;
  background: none;
  padding: 7px 11px;
  margin: 0;
  outline: none !important;
  font-weight: normal;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-option.text:hover {
  color: #fff;
}
.sidebar .block.block-compare .product-items {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}
.sidebar .block.block-compare .product-items .product-item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
}
.sidebar .block.block-compare .product-items .action.delete {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .block.block-compare .product-items .action.delete:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.sidebar .block.block-compare .product-items .action.delete span {
  display: none;
}
.sidebar .block.block-compare .product-items .product-item-name {
  font-weight: normal;
}
.limiter label,
.toolbar-sorter label {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  font-weight: normal !important;
}
.limiter .limiter-text,
.toolbar-sorter .limiter-text {
  color: #222;
}
.limiter .control,
.toolbar-sorter .control {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.limiter select,
.toolbar-sorter select {
  background-color: #fff;
  margin: 0 5px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.limiter .limiter-text,
.toolbar-sorter .limiter-text,
.limiter .sorter-action,
.toolbar-sorter .sorter-action {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-sorter .sorter-action.sort-asc:before {
  content: '\f176';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.toolbar-sorter .sorter-action span {
  display: none;
}
.pages .pages-label {
  display: none;
}
.pages .pages-items .item {
  float: right;
  margin-right: 5px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.pages .pages-items .item strong {
  font-weight: normal;
}
.pages .pages-items .item .label {
  display: none;
}
.pages .pages-items .item a {
  display: block;
}
.pages .pages-items .item.pages-item-next a:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}
.pages .pages-items .item.pages-item-next span {
  display: none;
}
.pages .pages-items .item.pages-item-previous a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}
.pages .pages-items .item.pages-item-previous span {
  display: none;
}
.pages .pages-items .item:hover a,
.pages .pages-items .item.current a,
.pages .pages-items .item:hover strong,
.pages .pages-items .item.current strong {
  color: #fff;
}
.pages .pages-items:after {
  content: '';
  display: block;
  clear: both;
}
.modes .modes-label {
  display: none;
}
.modes .modes-mode {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #222;
  text-align: center;
  line-height: 34px;
  color: #fff;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.modes .modes-mode.mode-grid:before {
  content: '\f00a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.modes .modes-mode.mode-list:before {
  content: '\f00b';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.modes .modes-mode span {
  display: none;
}
.toolbar {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
}
.toolbar .toolbar-amount {
  float: right;
  line-height: 31px;
  margin: 0 10px;
  display: inline-block;
}
.toolbar .modes {
  float: right;
  display: inline-block;
}
.toolbar .toolbar-sorter {
  float: left;
  margin: 0 50px 0 5px;
}
.toolbar .limiter {
  float: left;
  margin: 0;
}
.toolbar .pages {
  display: none;
  float: left;
  margin: 0;
}
.products.wrapper ~ .toolbar {
  margin-top: 20px;
}
.products.wrapper ~ .toolbar .pages {
  display: block;
}
.products.wrapper ~ .toolbar .toolbar-sorter,
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.products.wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.products.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.products-grid .product-item-info {
  position: relative;
}
.products-grid .product-item-info .product-item-image {
  position: relative;
  border: 1px solid transparent;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.products-grid .product-item-info .product-item-details {
  text-align: center;
  padding-top: 13px;
  direction: rtl;
}
.products-grid .product-item-info .product-item-name {
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
.products-grid .product-item-info .product-reviews-summary {
  display: block;
  margin-bottom: 5px;
}
.products-grid .product-item-info .product-reviews-summary .rating-summary {
  padding: 0;
}
.products-grid .product-item-info .product-reviews-summary .reviews-actions {
  display: none;
}
.products-grid .product-item-info .price-box {
  line-height: 1.3;
  margin-bottom: 15px;
}
.products-grid .product-item-info .product-item-actions .actions-primary button {
  background: none;
  border: 1px solid #222 !important;
  color: #222 !important;
  height: 40px;
  line-height: 38px;
  padding: 0 30px !important;
}
.products-grid .product-item-info .product-item-actions .actions-primary button:hover {
  color: #fff !important;
}
.products-grid .product-item-info .product-item-actions .actions-secondary {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.products-grid .product-item-info .product-item-actions .actions-secondary .action {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #222;
  margin-bottom: 1px;
}
.products-grid .product-item-info .product-item-actions .actions-secondary .action span,
.products-grid .product-item-info .product-item-actions .actions-secondary .action:before {
  display: none;
}
.products-grid .product-item-info .product-item-actions .actions-secondary .action:hover {
  color: #fff;
}
.products-grid .product-item-info .product-item-actions .actions-secondary .towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .product-item-info .product-item-actions .actions-secondary .tocompare:after {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .product-item-info .product-item-actions .actions-secondary .quickview-handler:after {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .product-item-info div[class^='swatch-opt-'] {
  width: 100%;
  margin-bottom: 20px;
}
.products-grid .product-item-info div[class^='swatch-opt-'] .swatch-option {
  float: none;
  display: inline-block;
  outline: none !important;
  margin: 0 5px 5px;
  border: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  min-width: 24px;
  position: relative;
  overflow: visible;
  color: #666;
  font-weight: normal;
}
.products-grid .product-item-info div[class^='swatch-opt-'] .swatch-option:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.products-grid .product-item-info div[class^='swatch-opt-'] .swatch-option.text {
  width: auto;
  height: auto;
}
.products-grid .product-item-info div[class^='swatch-opt-'] .swatch-option.selected:before {
  border-color: #282828;
}
.products-grid .product-item-info:hover .product-item-image {
  border: 1px solid #222;
}
.products-grid .product-item-info:hover .product-item-details .product-item-inner .actions-primary .tocart {
  color: #fff !important;
}
.products-grid .product-item-info:hover .product-item-actions .actions-secondary {
  opacity: 1;
  visibility: visible;
}
.products-list .list {
  padding-left: 15px;
  padding-right: 15px;
}
.products-list .product-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.products-list .product-item:last-child {
  border: none;
  padding-bottom: 20px;
}
.products-list .product-item .product-item-image {
  width: 270px;
  float: right;
  position: relative;
  border: 1px solid transparent;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.products-list .product-item .product-item-details {
  padding: 2px 30px 15px 20px;
  margin-right: 270px;
}
.products-list .product-item .product-item-details .product-item-name {
  font-weight: normal;
  font-size: 128.571%;
  display: block;
  width: 100%;
}
.products-list .product-item .product-item-details .product-item-description {
  margin-bottom: 20px;
}
.products-list .product-item .product-item-details .product-item-description .action.more {
  display: none;
}
.products-list .product-item .product-item-details .product-reviews-summary {
  margin: 3px 0 !important;
}
.products-list .product-item .product-item-details .price-box {
  margin-bottom: 5px;
}
.products-list .product-item .product-item-inner .product-item-actions {
  display: table;
  width: 100%;
}
.products-list .product-item .product-item-inner .actions-primary button {
  background: none;
  border: 1px solid #222 !important;
  color: #222 !important;
  height: 40px;
  line-height: 38px;
  padding: 0 30px !important;
}
.products-list .product-item .product-item-inner .actions-primary button:hover {
  color: #fff !important;
}
.products-list .product-item .product-item-inner .actions-secondary {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.products-list .product-item .product-item-inner .actions-secondary .action {
  background-color: #fff;
  margin-bottom: 1px;
  color: #222;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.products-list .product-item .product-item-inner .actions-secondary .action:hover {
  color: #fff;
}
.products-list .product-item .product-item-inner .actions-secondary .action:before,
.products-list .product-item .product-item-inner .actions-secondary .action span {
  display: none;
}
.products-list .product-item .product-item-inner .actions-secondary .action.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .product-item .product-item-inner .actions-secondary .action.tocompare:after {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .product-item .product-item-inner .actions-secondary .action.quickview-handler:after {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .product-item .product-item-info {
  position: relative;
}
.products-list .product-item .product-item-info:after {
  content: '';
  display: block;
  clear: both;
}
.products-list .product-item .product-item-info:hover .product-item-image {
  border: 1px solid #222;
}
.products-list .product-item .product-item-info:hover .product-item-inner .actions-secondary {
  opacity: 1;
  visibility: visible;
}
.products-list .product-item .product-item-info:hover .product-item-details .product-item-inner .actions-primary .tocart {
  color: #fff !important;
}
.page-layout-3columns .products-list .product-item .product-item-image {
  width: 200px;
}
.page-layout-3columns .products-list .product-item .product-item-details {
  margin-right: 200px;
}
.label-product {
  display: inline-block;
  font-size: 92.30%;
  text-transform: uppercase;
  padding: 2px 10px;
  color: #fff;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.label-product.label-sale {
  background-color: #ec71b9;
  left: -10px;
}
.label-product.label-sale:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #a43e7a;
  border-left: 10px solid transparent;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.label-product.label-sale + .label-new {
  top: 50px;
}
.label-product.label-new {
  background-color: #3599ff;
  left: -10px;
}
.label-product.label-new:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #0055ac;
  border-left: 10px solid transparent;
  position: absolute;
  left: 0;
  bottom: -8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .toolbar .toolbar-amount {
    display: none !important;
  }
  .page-layout-3columns .products-list .product-reviews-summary .reviews-actions {
    display: block;
  }
}
@media (max-width: 767px) {
  .toolbar-amount,
  .toolbar .limiter {
    display: none !important;
  }
  .products-list .product-item .product-item-image {
    width: 100%;
  }
  .products-list .product-item .product-item-inner .actions-secondary {
    right: 10px;
    left: auto;
  }
  .products-list .product-item .product-item-details {
    position: static;
    padding: 10px 0 15px 0;
    margin: 0;
    clear: both;
  }
}
@media (max-width: 480px) {
  .toolbar .toolbar-sorter {
    margin-right: 20px;
  }
  .products-list .product-item .product-item-details {
    padding: 10px 10px 20px;
  }
  .products-list .product-item .product-item-details .product-item-name {
    font-size: 107.69%;
  }
}
.fotorama .fotorama__stage {
  overflow: hidden !important;
}
.fotorama .fotorama__nav--thumbs {
  overflow: hidden !important;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  display: none !important;
  opacity: 0 !important;
}
.review-items .rating-summary .rating-result {
  margin-top: -3px;
}
.fancybox-lock .menu-ver-content {
  z-index: 9990 !important;
}
.product-info-main .swatch-opt {
  margin: 0 0 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-product-downloadable .product-options-wrapper,
.page-product-downloadable .product-options-bottom {
  float: none !important;
  width: 100% !important;
  display: table;
}
.page-product-downloadable .product-info-main .product-options-bottom .price-box {
  display: none;
}
.gallery-placeholder {
  position: relative;
}
.magnifier-preview {
  right: 100% !important;
  left: auto !important;
  top: 0 !important;
  z-index: 100;
}
.product.attribute.overview {
  margin-bottom: 25px;
}
.page-product-downloadable .field.choice .label span {
  float: right;
}
.page-product-downloadable .field.choice .label .sample.link {
  float: left;
}
.bundle-summary {
  clear: both;
}
.bundle-options-wrapper p.required {
  display: none;
}
.page-product-bundle .fieldset-bundle-options {
  margin: 0 !important;
}
.page-product-bundle .fieldset-bundle-options .field {
  float: none !important;
  width: 100% !important;
}
.page-product-bundle .fieldset-bundle-options .field .field {
  padding: 0 !important;
}
.page-product-bundle .field.option .control .qty {
  width: 35px;
}
.page-product-bundle .block-bundle-summary .bundle-summary,
.page-product-bundle .block-bundle-summary .product-image-container,
.page-product-bundle .block-bundle-summary .title {
  display: none;
}
.page-product-bundle .product-info-main .bundle-actions,
.page-product-bundle .product-info-main .product-social-links,
.page-product-bundle .product-info-main .action.customization,
.page-product-bundle .product-info-main #customizeTitle {
  display: none;
}
.page-product-bundle .product-add-form {
  display: block !important;
}
.page-product-bundle .product-add-form .bundle-info .control.control-qty-cart {
  float: right !important;
  margin-top: 5px;
}
.page-product-bundle .product-details .price-box.price-configured_price {
  display: block;
}
.bundle-options-wrapper {
  clear: both;
}
.image-box-detail .product.media {
  overflow: visible;
}
.review-toolbar .limiter {
  display: none;
}
.additional-attributes {
  width: auto;
}
.additional-attributes tr th {
  padding: 8px !important;
  display: block !important;
  font-weight: bold !important;
}
.review-form .action.submit.primary {
  background-color: #333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active,
.review-form .action.submit.primary:hover {
  background-color: #000;
}
.review-control-vote input[type='radio'] {
  position: relative;
  display: none;
}
.fotorama__stage,
.fotorama__nav {
  overflow: visible;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  width: 27px !important;
  height: 50px !important;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  position: absolute;
  top: 50% !important;
  margin-top: -25px;
  background-color: #fff;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr {
  display: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:hover:before,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:hover:before {
  color: #fff;
}
.fotorama__dot {
  border: 1px solid #ddd !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
body .fotorama--fullscreen {
  z-index: 999999 !important;
}
.fotorama__thumb__arr {
  transition: none !important;
  -webkit-transition: none !important;
}
.fotorama__thumb-border {
  background: none;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  border: 1px solid #ddd;
}
.fotorama__thumb {
  border: 1px solid #ddd;
  background: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  text-align: center;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right:before {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  text-align: center;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left:before {
  content: '\f106';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.image-box-detail {
  position: static;
}
.magnifier-preview {
  border: 1px solid #ddd;
}
.box-tocart.update .field.qty .control {
  width: 70px;
  margin-top: 5px;
}
.product-add-form .box-tocart {
  float: right;
  margin-bottom: 10px;
}
.fieldset.review-fieldset {
  margin-bottom: 0;
}
.detail-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.detail-title h3 {
  font-size: 100%;
  font-weight: normal;
}
.detail-title h2 {
  font-size: 257.142%;
  font-weight: 500;
  display: inline-block;
  color: #222;
}
.related-upsell-wrapper {
  margin-bottom: 120px;
}
.product-options-wrapper .fieldset {
  margin-left: -15px;
  margin-right: -15px;
}
.product-options-wrapper .fieldset .field {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.product-options-wrapper .fieldset .field .label {
  font-weight: normal !important;
  color: #333;
}
.product-options-wrapper .fieldset .field select {
  color: #666;
}
.product.info.detailed {
  clear: both;
}
.product.attribute.overview {
  padding-top: 0;
  clear: both;
}
.media {
  display: block;
  overflow: visible;
  float: right;
  width: 49%;
  margin: 0 0 30px;
  padding-left: 15px;
}
.product-info-main {
  width: 51%;
  float: left;
  padding-right: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}
.product-info-main .page-title-wrapper.product .page-title {
  font-weight: normal;
  font-size: 169.23%;
  color: #222;
  margin-bottom: 5px;
}
.product-info-main .product-reviews-summary {
  margin: 10px 0;
  display: table;
}
.product-info-main .price-box {
  margin-bottom: 10px;
  display: inline-block;
}
.product-info-main .price-box .price {
  font-size: 184.61%;
}
.product-info-main .swatch-opt .swatch-attribute-options {
  padding: 0 5px;
  margin-bottom: 20px;
}
.product-info-main .swatch-opt .swatch-attribute-label {
  font-size: 107.69%;
  color: #282828;
  font-weight: normal;
}
.product-info-main .swatch-opt .swatch-option {
  display: inline-block;
  float: right;
  outline: none !important;
  margin: 0 0 0 17px;
  border: none !important;
  width: 26px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  min-width: 26px;
  position: relative;
  overflow: visible;
  color: #666;
  font-weight: normal;
}
.product-info-main .swatch-opt .swatch-option.text {
  width: auto;
  background: none;
  color: #282828;
  text-transform: uppercase;
}
.product-info-main .swatch-opt .swatch-option:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.product-info-main .product-info-stock-sku {
  margin-top: 10px;
}
.product-info-main .product-info-stock-sku .stock {
  float: left;
}
.product-info-main .product-info-stock-sku .available span {
  color: #00bf67;
}
.product-info-main .product-info-stock-sku .available span:before {
  content: '\f046';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.product-info-main .product-info-stock-sku .view-count {
  color: #999;
  display: inline-block;
}
.product-info-main .product-info-stock-sku .view-count:before {
  display: inline-block;
  content: '|';
  margin: 0 30px;
}
.product-info-main .product-info-stock-sku .sku {
  display: inline-block;
}
.product-info-main .product-info-stock-sku .sku .type,
.product-info-main .product-info-stock-sku .sku .value {
  display: inline-block;
  font-weight: normal;
  color: #999;
}
.product-info-main .product-info-stock-sku .sku .type:after {
  content: ':';
}
.product-info-main .product-options-bottom {
  float: right;
  clear: both;
}
.product-info-main .product-options-bottom .box-tocart .fieldset,
.product-info-main .product-add-form .box-tocart .fieldset {
  display: table;
  margin-left: 5px;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty,
.product-info-main .product-add-form .box-tocart .fieldset .qty {
  float: right;
  margin: 0 !important;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty .label,
.product-info-main .product-add-form .box-tocart .fieldset .qty .label {
  line-height: 40px;
  padding: 0 0 0 8px !important;
  float: none !important;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 107.69% !important;
  color: #282828;
  font-weight: normal !important;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
.product-info-main .product-add-form .box-tocart .fieldset .qty .control {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  float: none !important;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
.product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
  width: 80px;
  height: 40px;
  text-align: center;
  margin-left: 0;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions,
.product-info-main .product-add-form .box-tocart .fieldset .actions {
  float: right;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions button,
.product-info-main .product-add-form .box-tocart .fieldset .actions button {
  color: #fff !important;
  line-height: 40px;
  font-weight: normal;
  height: 40px;
  font-size: 107.69% !important;
  padding: 0 30px !important;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions button:hover,
.product-info-main .product-add-form .box-tocart .fieldset .actions button:hover {
  background-color: #282828 !important;
}
.product-info-main .product-addto-links .action,
.product-info-main .product-social-links .action {
  border: none !important;
  background-color: #f5f5f5;
  display: block !important;
  float: right;
  line-height: 40px;
  text-align: center;
  color: #222 !important;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.product-info-main .product-addto-links .action:hover,
.product-info-main .product-social-links .action:hover {
  color: #fff !important;
}
.product-info-main .product-addto-links .action span,
.product-info-main .product-social-links .action span {
  display: none;
}
.product-info-main .product-addto-links .action.tocompare:before,
.product-info-main .product-social-links .action.tocompare:before {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.product-info-main .product-addto-links .action.towishlist:before,
.product-info-main .product-social-links .action.towishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.product-info-main .product-addto-links .action span,
.product-info-main .product-social-links .action span {
  display: none;
}
.product-info-main .product-addto-links .action.mailto.friend,
.product-info-main .product-social-links .action.mailto.friend {
  margin: 0;
}
.product-info-main .product-addto-links .action.mailto.friend:before,
.product-info-main .product-social-links .action.mailto.friend:before {
  line-height: 40px;
}
#addthis_wrap {
  clear: both;
  padding-top: 25px;
}
.product.data.items {
  margin-bottom: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.product.attribute.description {
  font-size: 107.69%;
}
.detail-bottom-wrapper {
  padding-top: 40px;
  margin-bottom: 30px;
  clear: both;
}
.detail-bottom-wrapper .product.data.items {
  border: 1px solid #e1e1e1;
}
.detail-bottom-wrapper .product.data.items > .item.title {
  margin-right: -1px !important;
  margin-left: 0 !important;
  border-top: none !important;
}
.detail-bottom-wrapper .product.data.items > .item.title .counter:before {
  content: '(';
}
.detail-bottom-wrapper .product.data.items > .item.title .counter:after {
  content: ')';
}
.detail-bottom-wrapper .product.data.items .data.item.content {
  border: none !important;
  margin-top: 50px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
  .product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
    width: 40px;
  }
  .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
  .product-info-main .product-add-form .box-tocart .fieldset .qty .control {
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
  .product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
    width: 40px;
  }
  .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
  .product-info-main .product-add-form .box-tocart .fieldset .qty .control {
    padding-left: 10px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 10px;
    clear: both;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .column.main {
    display: flex;
    flex-direction: column;
  }
  .product-info-main,
  .product.media {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .product.media {
    order: -1;
  }
  .additional-attributes tr th {
    display: none !important;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 10px;
    clear: both;
  }
}
@media (max-width: 480px) {
  .detail-title h2 {
    font-size: 170%;
  }
  .product-info-main .product-addto-links {
    clear: both;
    padding-top: 10px;
  }
  .sidebar-image {
    display: table;
  }
  .product-info-main .product-info-stock-sku .view-count:before {
    margin: 0 10px;
  }
}
