@charset "UTF-8";

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?kuj00y);
    src: url(fonts/icomoon.eot?kuj00y#iefix) format('embedded-opentype'), url(fonts/icomoon.ttf?kuj00y) format('truetype'), url(fonts/icomoon.woff?kuj00y) format('woff'), url(fonts/icomoon.svg?kuj00y#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-exchange:before {
    content: "\e940"
}

.icon-bell:before {
    content: "\e93f"
}

.icon-success:before {
    content: "\e93e"
}

.icon-filter_2:before {
    content: "\e93d"
}

.icon-chart:before {
    content: "\e93c"
}

.icon-change:before {
    content: "\e93b"
}

.icon-star:before {
    content: "\e939"
}

.icon-edit:before {
    content: "\e93a"
}

.icon-more:before {
    content: "\e938"
}

.icon-trash:before {
    content: "\e937"
}

.icon-information:before {
    content: "\e936"
}

.icon-close_sm:before {
    content: "\e935"
}

.icon-caution:before {
    content: "\e934"
}

.icon-clipboard:before {
    content: "\e92f"
}

.icon-computer:before {
    content: "\e930"
}

.icon-people:before {
    content: "\e931"
}

.icon-pin:before {
    content: "\e932"
}

.icon-sale:before {
    content: "\e933"
}

.icon-minus:before {
    content: "\e92d"
}

.icon-plus:before {
    content: "\e92e"
}

.icon-photo_2:before {
    content: "\e92c"
}

.icon-arrow_right:before {
    content: "\e92b"
}

.icon-link_outside:before {
    content: "\e92a"
}

.icon-share:before {
    content: "\e929"
}

.icon-plurk:before {
    content: "\e927"
}

.icon-zoom_in:before {
    content: "\e928"
}

.icon-download:before {
    content: "\e926"
}

.icon-mail:before {
    content: "\e90d"
}

.icon-signin:before {
    content: "\e91e"
}

.icon-check:before {
    content: "\e905"
}

.icon-close:before {
    content: "\e902"
}

.icon-arrow_up:before {
    content: "\e900"
}

.icon-arrow_down:before {
    content: "\e901"
}

.icon-arrow_left_lg:before {
    content: "\e909"
}

.icon-arrow_right_lg:before {
    content: "\e903"
}

.icon-arrow_left_sm:before {
    content: "\e919"
}

.icon-arrow_right_sm:before {
    content: "\e906"
}

.icon-arrow_top:before {
    content: "\e924"
}

.icon-arrow_bottom:before {
    content: "\e91f"
}

.icon-arrow_back:before {
    content: "\e907"
}

.icon-arrow_go:before {
    content: "\e91d"
}

.icon-bin:before {
    content: "\e90a"
}

.icon-book:before {
    content: "\e90b"
}

.icon-camera:before {
    content: "\e90c"
}

.icon-down_triangle:before {
    content: "\e90f"
}

.icon-heart_fill:before {
    content: "\e913"
}

.icon-left_triangle:before {
    content: "\e915"
}

.icon-filter:before {
    content: "\e904"
}

.icon-grid:before {
    content: "\e912"
}

.icon-list:before {
    content: "\e917"
}

.icon-cart:before {
    content: "\e90e"
}

.icon-menu:before {
    content: "\e91a"
}

.icon-photo:before {
    content: "\e91b"
}

.icon-search:before {
    content: "\e91c"
}

.icon-home:before {
    content: "\e918"
}

.icon-history:before {
    content: "\e914"
}

.icon-favorite:before {
    content: "\e911"
}

.icon-video:before {
    content: "\e925"
}

.icon-360:before {
    content: "\e922"
}

.icon-3D:before {
    content: "\e923"
}

.icon-mail_fill:before {
    content: "\e921"
}

.icon-linkedin:before {
    content: "\e916"
}

.icon-youtube:before {
    content: "\e910"
}

.icon-facebook:before {
    content: "\e908"
}

.icon-twitter:before {
    content: "\e920"
}

.imgZoom-zoom-pic {
    width: auto;
    height: auto;
    max-width: unset;
    max-height: unset;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover
}

.imgZoom-zoom-wp {
    display: none;
    position: absolute;
    z-index: 5;
    overflow: hidden;
    border: 1px solid #888;
    pointer-events: none;
    background-color: #fff
}

.imgZoom-cursor {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background-color: #fff;
    opacity: .4;
    z-index: 1;
    pointer-events: none
}

.imgZoom-cursor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    z-index: 2
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "SF Pro TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none
}

a {
    text-decoration: none;
    -webkit-transition: all 0s;
    transition: all 0s;
    cursor: pointer
}

button {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "SF Pro TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
    cursor: pointer;
    outline: 0
}

button::-moz-focus-inner {
    border: 0
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: top
}

input {
    -webkit-appearance: none;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "SF Pro TC", "PingFang TC", "Microsoft JhengHei", sans-serif
}

input:focus {
    border: 0;
    outline: 0
}

input[type=date i] {
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}

.icon_more {
    display: inline-block;
    text-align: center;
    background: #fff;
    vertical-align: middle;
    color: #2f9bff;
    padding: 4px 24px;
    border-radius: 40px;
    font-size: 18px;
    border: 1px solid #e3e3e3;
    font-weight: 400
}

@media screen and (max-width:767.9px) {
    .icon_more {
        display: none
    }
}

.icon_more:active,
.icon_more:hover {
    color: #2f80ed
}

.flex_tit .icon_more {
    margin-left: auto
}

:lang(ar) .flex_tit .icon_more {
    margin-left: 0;
    margin-right: auto
}

.button_area {
    margin: 16px 0;
    text-align: center;
    font-size: 0
}

.button_area .btn_primary,
.button_area .btn_secondary {
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    line-height: 120%;
    border-radius: 6px;
    padding: 13px 24px
}

.button_area .btn_primary {
    background: #fabe0f
}

.button_area .btn_primary:active,
.button_area .btn_primary:hover {
    background: #eb9d00
}

.button_area .btn_secondary {
    background: #f3f3f3
}

.button_area .btn_secondary:active,
.button_area .btn_secondary:hover {
    background: #e3e3e3
}

a.pointer_none {
    pointer-events: none;
    cursor: default !important
}

a.pointer_none:hover {
    text-decoration: none !important;
    color: #000 !important
}

.pic_base {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.pic_base img {
    height: 0;
    position: absolute
}

@media screen and (max-width:767.9px) {
    .column_container .aem-GridColumn {
        width: 100% !important
    }
}

.pt-0 {
    padding-top: 0 !important
}

.pb-4 {
    padding-bottom: 24px !important
}

.mb-1 {
    margin-bottom: 4px
}

.mb-2 {
    margin-bottom: 8px
}

.mb-3 {
    margin-bottom: 16px
}

.mb-4 {
    margin-bottom: 24px
}

.mt-4 {
    margin-top: 24px
}

.mr-2 {
    margin-right: 8px
}

.mr-3 {
    margin-right: 16px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-2 {
    margin-left: 8px
}

.ml-3 {
    margin-left: 16px
}

:lang(ar) .mr-3 {
    margin-left: 16px;
    margin-right: 0
}

:lang(ar) .mr-2 {
    margin-left: 8px;
    margin-right: 0
}

:lang(ar) .ml-2 {
    margin-right: 8px;
    margin-left: 0
}

:lang(ar) .ml-0 {
    margin-right: 0 !important
}

.w-100 {
    width: 100%
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767.9px) {
    .hide_on_phone {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .hide_on_pc {
        display: none !important
    }
}

@media screen and (min-width:768px) and (max-width:1024.9px) {
    .hide_on_pad {
        display: none !important
    }
}

.show_on_pad {
    display: none
}

@media screen and (min-width:768px) and (max-width:1024.9px) {
    .show_on_pad {
        display: block
    }
}

@-webkit-keyframes xs_img_loading {
    to {
        background-position: 200px 0
    }
}

@keyframes xs_img_loading {
    to {
        background-position: 200px 0
    }
}

@-webkit-keyframes sm_img_loading {
    to {
        background-position: 400px 0
    }
}

@keyframes sm_img_loading {
    to {
        background-position: 400px 0
    }
}

@-webkit-keyframes lg_img_loading {
    to {
        background-position: 1440px 0
    }
}

@keyframes lg_img_loading {
    to {
        background-position: 1440px 0
    }
}

:lang(ar) {
    direction: rtl
}

body {
    color: #000;
    background: #fff;
    width: 100%;
    overflow-x: hidden
}

body.overflow_hidden {
    overflow-y: hidden
}

body.body_fixed {
    position: fixed;
    overflow-y: hidden
}

@media screen and (max-width:767.9px) {
    body {
        padding-bottom: 77px
    }
}

.component_layout {
    max-width: 1472px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 36px;
    padding-right: 36px;
    margin: auto
}

@media screen and (min-width:1520px) {
    .component_layout {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (max-width:767.9px) {
    .component_layout {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 0;
        padding-right: 0
    }
}

.carousel_layout_item {
    display: block
}

.carousel_layout_item .pic_base:not(.img-loaded) {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0))) !important;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 100%) !important;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: -400px 0;
    -webkit-animation: sm_img_loading 1.5s infinite;
    animation: sm_img_loading 1.5s infinite
}

.carousel_layout_item .pic_base:not(.img-loaded) img {
    height: 0;
    opacity: 0
}

.carousel_layout_tit {
    font-size: 18px;
    line-height: 1.2;
    margin: 8px 0 4px;
    color: #000;
    font-weight: 600
}

@media screen and (max-width:767.9px) {
    .carousel_layout_tit {
        font-size: 16px
    }
}

.carousel_layout_desc {
    color: #9ea1a5;
    padding: 0 8px;
    font-size: 16px
}

@media screen and (max-width:767.9px) {
    .carousel_layout_desc {
        font-size: 14px
    }
}

.carousel_layout_wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.carousel_layout_wrapper .play_btn {
    width: 60px;
    height: 42px;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:768px) {
    .carousel_layout_wrapper .play_btn:hover {
        background-color: red
    }
}

.footer button,
.footer input {
    margin: 0
}

.component_tit {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 8px;
    color: #000
}

@media screen and (max-width:767.9px) {
    .component_tit {
        font-size: 20px
    }
}

.component_tit h2 {
    font-weight: 600;
    font-size: 28px
}

@media screen and (max-width:767.9px) {
    .component_tit {
        font-size: 20px
    }
}

.has-bg .component_tit {
    color: #fff
}

.flex_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.txt_bold {
    font-weight: 600
}

.txt_red {
    color: #e54522
}

.txt_ltr {
    display: inline-block;
    direction: ltr
}

:lang(ar) .txt_ltr {
    display: inline-block;
    direction: ltr
}

.swiper-container {
    width: 100%
}

.swiper-button-prev,
body .swiper-button-next {
    z-index: 3
}

.swiper-button-prev:focus,
body .swiper-button-next:focus {
    outline: 0
}

@media screen and (max-width:767.9px) {

    .swiper-button-prev,
    body .swiper-button-next {
        display: none
    }
}

body .swiper-pagination {
    z-index: 0
}

@media screen and (max-width:767.9px) {
    body .swiper-pagination {
        width: 100%
    }
}

.swiper-pagination-bullets-dynamic {
    white-space: nowrap
}

body .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #ccc;
    opacity: 1
}

@media screen and (max-width:767.9px) {
    body .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px
    }
}

body .swiper-pagination-bullet-active {
    background: #fabe0f;
    outline: 0
}

.swiper-button-next.lg,
.swiper-button-prev.lg {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .1)
}

.swiper-button-next.lg:after,
.swiper-button-prev.lg:after {
    font-size: 16px;
    font-weight: 600
}

.swiper-button-next.lg {
    right: -28px
}

.swiper-button-prev.lg {
    left: -28px
}

.swiper_custom_layout {
    margin: 0;
    position: relative
}

@media screen and (max-width:767.9px) {
    .swiper_custom_layout {
        padding-bottom: 32px
    }
}

.swiper_custom_layout .swiper-button-disabled {
    display: none
}

.swiper-pagination.toprt {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (min-width:768px) {
    .swiper-pagination.toprt {
        top: -36px;
        bottom: auto;
        right: 0;
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (min-width:768px) {
    :lang(ar) .swiper-pagination.toprt {
        left: 0;
        right: auto
    }
}

.swiper_custom_btm_layout {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    margin-bottom: 22px
}

@media screen and (min-width:768px) {
    .swiper_custom_btm_layout {
        margin-bottom: 32px
    }
}

.swiper_custom_btm_layout .swiper-button-disabled {
    display: none
}

.swiper-pagination.btm {
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.swiper_custom_smallArrow_layout {
    margin: 0;
    position: relative;
    margin: 0 50px
}

@media screen and (max-width:767.9px) {
    .swiper_custom_smallArrow_layout {
        padding-bottom: 32px;
        margin: 0 0
    }
}

@media screen and (min-width:768px) {
    .swiper_custom_smallArrow_layout .swiper-pagination.toprt {
        top: -36px;
        bottom: auto;
        right: -50px;
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (min-width:768px) {
    :lang(ar) .swiper_custom_smallArrow_layout .swiper-pagination.toprt {
        right: auto;
        left: -50px
    }
}

.swiper-button-next.sm,
.swiper-button-prev.sm {
    color: #575f66
}

.swiper-button-next.sm:after,
.swiper-button-prev.sm:after {
    font-size: 12px
}

.swiper-button-next.sm {
    right: -50px
}

.swiper-button-prev.sm {
    left: -50px
}

.swiper_num_pagination {
    position: absolute;
    z-index: 1
}

@media screen and (min-width:768px) {
    .swiper_num_pagination {
        background-color: rgba(0, 0, 0, .38);
        padding: 10px 40px;
        border-radius: 44px;
        min-width: 135px;
        bottom: 10%;
        right: 8%
    }

    .swiper_num_pagi_info {
        color: rgba(255, 255, 255, .4);
        letter-spacing: .1em
    }

    .swiper_num_pagi_current {
        color: #fff;
        font-weight: 600
    }

    .swiper_num_pagi_button_next,
    .swiper_num_pagi_button_prev {
        color: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        outline: 0;
        cursor: pointer
    }

    .swiper_num_pagi_button_next:before,
    .swiper_num_pagi_button_prev:before {
        font-family: icomoon;
        font-size: 120%;
        text-align: center
    }

    .swiper_num_pagi_button_next.swiper-button-disabled,
    .swiper_num_pagi_button_prev.swiper-button-disabled {
        opacity: .4
    }

    .swiper_num_pagi_button_next {
        right: 10px
    }

    .swiper_num_pagi_button_next:before {
        content: "\e903"
    }

    .swiper_num_pagi_button_prev {
        left: 10px
    }

    .swiper_num_pagi_button_prev:before {
        content: "\e909"
    }
}

@media screen and (min-width:768px) {
    :lang(ar) .swiper_num_pagination {
        left: 8%;
        right: auto
    }

    :lang(ar) .swiper_num_pagi_button_next {
        right: 10px
    }

    :lang(ar) .swiper_num_pagi_button_next:before {
        content: "\e903"
    }

    :lang(ar) .swiper_num_pagi_button_prev {
        left: 10px
    }

    :lang(ar) .swiper_num_pagi_button_prev:before {
        content: "\e909"
    }
}

.prod_block_content {
    display: block;
    position: relative
}

.prod_block_content .block_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 1;
    background-color: #fff;
    opacity: 0
}

.prod_img_wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 8px
}

.prod_img_wrapper img {
    vertical-align: top
}

@media screen and (max-width:767.9px) {
    .prod_img_wrapper {
        border-radius: 8px
    }
}

.prod_img {
    padding-bottom: 100%;
    background-color: #fff
}

.prod_img:not(.img-loaded) {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0))) !important;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 100%) !important;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: -400px 0;
    -webkit-animation: sm_img_loading 1.5s infinite;
    animation: sm_img_loading 1.5s infinite
}

.prod_img:not(.img-loaded) img {
    height: 0;
    opacity: 0
}

.prod_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto
}

.prod_badge {
    position: absolute;
    top: 0;
    left: 5%;
    width: 40px;
    z-index: 1
}

.prod_badge>img {
    max-width: 100%
}

.prod_add_fav,
.prod_preview {
    position: absolute;
    z-index: 2;
    cursor: pointer
}

.prod_add_fav:hover,
.prod_preview:hover {
    background-color: rgba(0, 0, 0, .3)
}

.prod_add_fav i:before,
.prod_preview i:before {
    color: #fff
}

.prod_block_content:hover .prod_add_fav {
    display: block
}

.prod_block_content:hover .prod_delete {
    display: block
}

.prod_add_fav {
    top: 5%;
    right: 5%;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 25px
}

@media screen and (min-width:768px) {
    .prod_add_fav {
        display: none
    }
}

.prod_add_fav.added_fav {
    background: #e54522;
    display: block
}

.prod_add_fav i {
    position: absolute;
    top: 54%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:767.9px) {
    .prod_add_fav {
        width: 24px;
        height: 24px;
        font-size: 16px
    }
}

.prod_preview {
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 16px;
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 2rem
}

.prod_preview i {
    position: absolute;
    top: 54%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:767.9px) {
    .prod_preview {
        width: 32px;
        height: 32px;
        font-size: 18px;
        border-radius: 8px
    }
}

:lang(ar) .prod_badge {
    right: 5%;
    left: auto
}

:lang(ar) .prod_preview {
    left: 0;
    right: auto
}

:lang(ar) .prod_add_fav {
    left: 5%;
    right: auto
}

:lang(ar) .certify_img {
    margin-left: 12px;
    margin-right: 0
}

.prod_name {
    font-weight: 600;
    font-size: .875rem;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.2;
    word-break: break-word
}

@media screen and (min-width:768px) {
    .prod_name {
        font-size: 1.125rem;
        margin-bottom: 12px
    }
}

.prod_desc {
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:768px) {
    .prod_desc {
        font-size: 1rem
    }
}

.prod_desc .desc_tit {
    color: #9ea1a5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px
}

.prod_desc .desc_content {
    color: #000;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.prod_desc a.desc_content {
    position: relative;
    z-index: 2
}

.prod_desc a.desc_content:hover {
    text-decoration: underline
}

.prod_desc.desc_wrap {
    display: block
}

.prod_desc.desc_wrap .desc_content,
.prod_desc.desc_wrap .desc_tit {
    display: inline
}

.prod_certification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px
}

@media screen and (max-width:767.9px) {
    .prod_certification {
        margin-top: 8px
    }
}

.certify_img {
    width: 32px;
    height: 32px;
    margin-right: 12px
}

.prod_old_price {
    color: #9ea1a5;
    text-decoration: line-through;
    margin: 12px 0 4px
}

@media screen and (max-width:767.9px) {
    .prod_old_price {
        font-size: .75rem;
        margin: 8px 0 4px
    }
}

.prod_price {
    color: #e54522;
    font-weight: 600;
    margin: 4px 0;
    line-height: 1.2;
    font-size: 18px
}

.prod_price span {
    display: inline-block
}

@media screen and (max-width:767.9px) {
    .prod_price {
        font-size: 14px
    }
}

.prod_unit {
    color: #9ea1a5;
    font-size: 18px;
    font-weight: 400
}

@media screen and (max-width:767.9px) {
    .prod_unit {
        font-size: .875rem
    }
}

.prod_discount_badge,
.prod_free_badge {
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 8px;
    font-size: .875rem
}

@media screen and (max-width:767.9px) {

    .prod_discount_badge,
    .prod_free_badge {
        margin-top: 0;
        font-size: .75rem
    }
}

.prod_discount_badge {
    background-color: #e54522;
    color: #fff;
    padding: 1px 4px;
    height: 22px;
    line-height: 22px
}

.prod_free_badge {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0 4px;
    color: #057f65;
    height: 23px
}

.prod_free_badge img {
    width: 22px;
    vertical-align: middle
}

.prod_free_badge span {
    vertical-align: middle
}

.prod_quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
    height: 32px
}

.prod_delete {
    font-size: 20px;
    padding: 0 18px;
    border-radius: 4px;
    z-index: 2;
    position: relative;
    background: #e3e3e3;
    padding: 0 6px
}

.prod_delete .icon-bin {
    line-height: 32px
}

@media screen and (min-width:768px) {
    .prod_delete {
        display: none;
        background: #fabe0f;
        padding: 0 18px
    }
}

:lang(ar) .modal .btn-close {
    right: auto;
    left: 0
}

.modal {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000;
    display: none
}

.modal.modal-in {
    display: block
}

.modal-dialog {
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-y: auto;
    background: #fff;
    border-radius: 13px
}

@media screen and (max-width:767.9px) {
    .modal-dialog {
        min-width: auto;
        width: calc(100% - 32px)
    }
}

.prod_popup .modal-dialog {
    width: 80%;
    max-width: 1000px
}

.prod_popup .btn-close {
    width: 60px;
    height: 60px;
    color: #000;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0
}

.prod_popup .modal-header {
    padding: 24px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.prod_popup .modal-body {
    padding: 30px 20px;
    font-size: 1rem
}

@media screen and (max-width:767.9px) {
    .prod_popup .modal-body {
        padding: 24px 16px
    }
}

.prod_popup .modal-body table {
    table-layout: fixed
}

@media screen and (max-width:767.9px) {
    .prod_popup .modal-body table {
        margin-top: 24px
    }
}

.prod_popup .modal-body .td_img {
    width: 60%
}

.prod_popup .modal-body .td_txt {
    width: 40%
}

.prod_popup .modal-body .td_img,
.prod_popup .modal-body .td_txt {
    padding: 16px 8px
}

@media screen and (max-width:767.9px) {

    .prod_popup .modal-body .td_img,
    .prod_popup .modal-body .td_txt {
        display: block;
        width: 100%;
        padding: 0
    }
}

.prod_popup .modal-body .modal_tit+hr {
    border-bottom: 1px solid #000;
    margin: 20px 0;
    border-top: none
}

@media screen and (max-width:767.9px) {
    .prod_popup .modal-body .modal_tit+hr {
        display: none
    }
}

.prod_popup .modal-body .modal_tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #000
}

.prod_popup .modal-body a.modal_tit:hover {
    text-decoration: underline
}

@media screen and (max-width:767.9px) {
    .prod_popup .modal-body .modal_tit {
        position: absolute;
        top: 5%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 80%;
        font-size: 20px
    }
}

@media screen and (max-width:767.9px) {
    .prod_popup .modal-body .prod_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.prod_popup .video_wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 56.25%
}

.prod_popup .video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.prod_popup .modal-footer {
    padding: 16px
}

.prod_popup .modal-title {
    font-size: 1.5rem;
    font-weight: 600
}

.modal-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 999;
    display: none
}

.modal-backdrop.show {
    opacity: .5
}

.form_dropdown_group {
    position: relative
}

.form_dropdown_group .dropdown_ctrl {
    background-color: #fff;
    border: 1px solid #575f66;
    border-radius: 4px;
    width: 100%;
    padding: 6px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    font-size: 16px;
    height: 32px
}

@media screen and (max-width:767.9px) {
    .form_dropdown_group .dropdown_ctrl {
        max-width: none
    }
}

.form_dropdown_group .dropdown_txt {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-overflow: ellipsis;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: left
}

.form_dropdown_group .dropdown_content {
    width: 100%;
    border: 1px solid #575f66;
    border-radius: 4px;
    overflow: hidden;
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 3;
    max-height: 190px;
    overflow-y: auto;
    line-height: 18px;
    top: 40px
}

@media screen and (max-width:767.9px) {
    .form_dropdown_group .dropdown_content {
        max-width: none
    }
}

.form_dropdown_group .dropdown_content.active {
    display: block
}

.form_dropdown_group .dropdown_option {
    padding: 8px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    cursor: pointer
}

.form_dropdown_group .dropdown_option:hover {
    background-color: #f3f3f3
}

:lang(ar) .form_dropdown_group .dropdown_txt {
    text-align: right
}

:lang(ar) .form_dropdown_group .dropdown_option {
    text-align: right
}

.form_select_group {
    position: relative
}

.form_select_group select {
    background-color: #fff;
    border: 1px solid #575f66;
    border-radius: 4px;
    width: 100%;
    outline: 0;
    font-size: 16px;
    height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 28px 8px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width:767.9px) {
    .form_select_group select {
        max-width: none
    }
}

.form_select_group .icon-down_triangle {
    position: absolute;
    top: 8px;
    right: 8px
}

:lang(ar) .checkbox_wrapper .checkmark {
    margin-left: 4px;
    margin-right: 0
}

.checkbox_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0;
    cursor: pointer
}

.checkbox_wrapper input {
    position: absolute;
    margin: 0;
    top: 0;
    opacity: 0
}

.checkbox_wrapper .checkmark {
    border-radius: 2px;
    border: 1px solid #575f66;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    margin-right: 4px;
    position: relative
}

.checkbox_wrapper input:checked~.checkmark {
    border: 1px solid #fabe0f
}

.checkbox_wrapper input:checked~.checkmark:after {
    content: "\e905";
    font-family: icomoon;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-align: center;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #fabe0f
}

.checkbox_txt {
    border-radius: 5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4px;
    height: 18px
}

.checkbox_img img {
    height: 22px;
    width: auto
}

:lang(ar) .radio_wrapper .checkmark {
    margin-left: 4px;
    margin-right: 0
}

.radio_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0;
    cursor: pointer
}

.radio_wrapper input {
    position: absolute;
    margin: 0;
    top: 0;
    opacity: 0
}

.radio_wrapper .checkmark {
    border-radius: 50%;
    border: 1px solid #575f66;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    margin-right: 4px;
    position: relative
}

.radio_wrapper input:checked~.checkmark:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fabe0f
}

.radio_txt {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4px;
    height: 18px
}

.form_input_block.is-error input {
    border: 1px solid #e54522
}

.form_input_block.is-error input:focus {
    border: 1px solid #e54522
}

.form_input_block.is-error .form_error_field {
    display: block
}

.form_input_block.is-required {
    position: relative;
    padding-left: 20px
}

.form_input_block.is-required::before {
    content: "*";
    position: absolute;
    top: 0;
    left: 5px;
    color: #df2800
}

.input_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input_field input {
    border-radius: 4px;
    border: 1px solid #575f66;
    background-color: #fff;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 4px;
    width: 100%;
    min-width: 0;
    display: inline-block
}

.input_field input:focus {
    border: 1px solid #eb9d00
}

.input_field input[type=date i] {
    height: 36px;
    line-height: 16px
}

.form_error_field {
    display: none;
    color: #e54522;
    font-size: 12px;
    text-align: right;
    line-height: 1.2
}

:lang(ar) .prod_gallery_wrapper>* {
    margin-left: 24px;
    margin-right: 0
}

@media screen and (max-width:1000.9px) {
    :lang(ar) .prod_gallery_wrapper>* {
        margin-left: 8px;
        margin-right: 0
    }
}

@media screen and (min-width:1280px) {
    :lang(ar) .prod_gallery_wrapper>:nth-child(4n) {
        margin-left: 0
    }
}

@media screen and (max-width:1279.9px) and (min-width:1001px) {
    :lang(ar) .prod_gallery_wrapper>:nth-child(3n) {
        margin-left: 0
    }
}

@media screen and (max-width:1000.9px) {
    :lang(ar) .prod_gallery_wrapper>:nth-child(2n) {
        margin-left: 0
    }
}

.prod_gallery_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media screen and (max-width:767.9px) {
    .prod_gallery_wrapper {
        padding-left: 8px;
        padding-right: 8px
    }
}

.prod_gallery_wrapper>* {
    width: calc(25% - 18px);
    margin-right: 24px;
    margin-bottom: 48px
}

@media screen and (max-width:1279.9px) and (min-width:1001px) {
    .prod_gallery_wrapper>* {
        width: calc(33.33% - 16px)
    }
}

@media screen and (max-width:1000.9px) and (min-width:768px) {
    .prod_gallery_wrapper>* {
        width: calc(50% - 12px);
        margin-bottom: 24px
    }
}

@media screen and (max-width:767.9px) {
    .prod_gallery_wrapper>* {
        width: calc(50% - 4px);
        margin-right: 8px
    }
}

@media screen and (min-width:1280px) {
    .prod_gallery_wrapper>:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (max-width:1279.9px) and (min-width:1001px) {
    .prod_gallery_wrapper>:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width:1000.9px) {
    .prod_gallery_wrapper>:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width:768px) and (max-width:1024.9px) {
    .main_column .prod_name {
        font-size: 16px
    }

    .main_column .prod_desc {
        font-size: 14px
    }

    .main_column .prod_price {
        font-size: 16px
    }

    .main_column .prod_old_price {
        font-size: 14px
    }

    .main_column .company_name {
        font-size: 16px
    }

    .main_column .prod_discount_badge {
        font-size: 12px
    }
}

@media screen and (max-width:767.9px) {
    .card_area {
        background-color: #fff
    }
}

.card_area .card_area_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card_area ul.card_area_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width:767.9px) {
    .card_area ul.card_area_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.card_area ul.card_area_wrapper li {
    margin-right: 24px;
    width: 100%
}

@media screen and (max-width:767.9px) {
    .card_area ul.card_area_wrapper li {
        margin-right: 0;
        margin-bottom: 36px;
        padding: 0 8px
    }
}

@media screen and (min-width:768px) {
    .card_area ul.card_area_wrapper li {
        max-width: 342px
    }
}

.card_area ul.card_area_wrapper li:last-child {
    margin-right: 0
}

.card_area a.card_area_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
    padding: 16px 21px;
    border-radius: 16px;
    border: 1px solid #e3e3e3;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767.9px) {
    .card_area a.card_area_item {
        padding: 0 12px 0 16px;
        border: none;
        border-radius: 0;
        height: 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

.card_area .card_area_item_icon {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:767.9px) {
    .card_area .card_area_item_icon {
        margin-bottom: 0;
        margin-right: 8px
    }
}

.card_area .cards_area_item_txt {
    width: 100%
}

.card_area .item_tit {
    font-size: 20px;
    font-weight: 600;
    color: #2f80ed
}

@media screen and (max-width:767.9px) {
    .card_area .item_tit {
        font-size: 16px
    }
}

.card_area .item_txt {
    color: #000;
    line-height: 1.125;
    word-break: break-word
}

@media screen and (max-width:767.9px) {
    .card_area .item_txt {
        font-size: 12px
    }
}

:lang(ar) .card_area ul.card_area_wrapper li {
    margin-left: 24px;
    margin-right: 0
}

@media screen and (max-width:767.9px) {
    :lang(ar) .card_area ul.card_area_wrapper li {
        margin-left: 0
    }
}

:lang(ar) .card_area ul.card_area_wrapper li:last-child {
    margin-left: 0
}

@media screen and (max-width:767.9px) {
    :lang(ar) .card_area a.card_area_item {
        text-align: right;
        padding: 0 16px 0 12px
    }
}

@media screen and (max-width:767.9px) {
    :lang(ar) .card_area .card_area_item_icon {
        margin-left: 8px;
        margin-right: 0
    }
}

.loading-dialog {
    width: 50%;
    min-width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #e3e3e3
}

.loading_ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.loading_ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    margin: 8px;
    border: 4px solid #e3e3e3;
    border-radius: 50%;
    -webkit-animation: loading_ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: loading_ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #e3e3e3 transparent transparent transparent
}

.loading_ring div:nth-child(1) {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.loading_ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.loading_ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes loading_ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading_ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

:lang(ar) .gdpr_popup .button_area *+* {
    margin-left: 0;
    margin-right: 16px
}

@media screen and (min-width:768px) {
    .gdpr_popup .modal-dialog {
        width: 450px
    }
}

.gdpr_popup .modal-body {
    padding: 20px 20px 4px 20px
}

.gdpr_popup .modal_tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-bottom: 18px;
    text-align: center
}

.gdpr_popup .modal_content {
    line-height: 1.2
}

.gdpr_popup .modal_content_txt {
    padding-bottom: 8px
}

.gdpr_popup .button_area .btn_primary,
.gdpr_popup .button_area .btn_secondary {
    min-width: 80px
}

.gdpr_popup .button_area *+* {
    margin-left: 16px
}

.comm_item_text,
.comm_item_title,
.comm_text,
.fav_list .item_info_text,
.sign_up_form .item_text {
    overflow-wrap: break-word;
    word-break: break-word
}

.prod_block {
    position: relative;
    text-align: right
}

.prod_block .adBlock {
    z-index: 5;
    border: 1px solid #ddd;
    right: 0;
    bottom: 0;
    color: #777;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block
}

.prod_block_content {
    display: block;
    position: relative;
    text-align: left
}

.list_col_prod {
    position: relative
}

.list_col_prod .prod_adBlcok {
    position: absolute;
    z-index: 5;
    border: 1px solid #ddd;
    right: 0;
    bottom: 0;
    color: #777;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px
}