@-webkit-keyframes fadeToTop {
    from {
        opacity: 0;
        transform: translate(0, 100px)
    }
    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes fadeToTop {
    from {
        opacity: 0;
        transform: translate(0, 100px)
    }
    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fadeToBottom {
    from {
        opacity: 0;
        transform: translate(0, -100px)
    }
    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes fadeToBottom {
    from {
        opacity: 0;
        transform: translate(0, -100px)
    }
    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fadeToCenter {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeToCenter {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeToRight {
    from {
        opacity: 0;
        transform: translate(-30px, 0)
    }
    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes fadeToRight {
    from {
        opacity: 0;
        transform: translate(-30px, 0)
    }
    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

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

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222;
    font-family: "Quicksand", sans-serif;
    overflow-y: scroll
}

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

a,
a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
    outline: 0 !important
}

button,
input,
select,
textarea {
    outline: 0 !important;
    box-shadow: none !important
}

p {
    font-size: 14px
}

ul,
ol {
    font-size: 14px
}

hr {
    border-top-color: #cecece
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: .5px
}

.button,
.button:active,
.button:focus,
.button:visited {
    outline: 0 !important;
    border: none;
    border-radius: 0;
    background-color: #222;
    padding: 12px 20px;
    min-width: 120px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    transition: all .2s;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    border-radius: 8px
}

.button_red {
    background-color: #f8b411 !important
}

.button:hover {
    background-color: #e6e6e6 !important;
    color: #222 !important;
    text-decoration: none
}

.button_gray {
    background-color: #e6e6e6 !important;
    color: #222 !important
}

.button_gray:hover {
    background-color: #222 !important;
    color: #fff !important
}

.button:disabled {
    background-color: #f2f2f2 !important;
    color: #cecece !important
}

.alert {
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 8px
}

.alert a {
    text-decoration: underline
}

.anchor {
    position: absolute;
    z-index: 0;
    margin-top: -80px;
    visibility: hidden
}

@media(min-width:1480px) {
    .container {
        max-width: 1440px
    }
}

.row20 {
    margin-left: -10px;
    margin-right: -10px
}

.row20>div,
.row20>article {
    padding-left: 10px;
    padding-right: 10px
}

.row_col6 .product {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.row_col5 .product {
    flex: 0 0 20%;
    max-width: 20%
}

.row_col4 .product {
    flex: 0 0 25%;
    max-width: 25%
}

.section {
    padding-bottom: 40px !important;
    padding-top: 0 !important
}

.section_media {
    margin-bottom: 15px
}

.section_media_img {
    margin-right: 30px;
    height: 80px;
    width: 80px;
    border-radius: 8px;
    text-align: center;
    line-height: 80px;
    background-color: #000001
}

.section_media_img img {
    height: 50px
}

.section_media .media-body {
    min-width: 10%
}

.section_media h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important
}

.section_icon {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #000001;
    margin-bottom: 20px;
    border-radius: 8px
}

.section_icon img {
    height: 60px
}

.title_small {
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 5px;
    position: relative
}

.title_small::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #000001;
    width: 83%;
    height: 2px;
    left: 30px
}

.title_small img {
    height: 24px;
    margin-right: 8px
}

.title_small.bw_100::before {
    width: 100%;
    left: 0
}

.title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 5px
}

.title img {
    height: 30px;
    margin-right: 8px
}

.home_discount .title_small::before {
    width: 100%;
    left: 0
}

.banner {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    overflow: hidden
}

.banner img {
    max-width: 100%;
    display: inline-block
}

.red_text {
    color: #000001 !important
}

.home_mobile_banners>div {
    margin-bottom: 15px
}

.home_mobile_banners img {
    max-width: 100%;
    height: auto
}

.cta_top {
    padding: 15px 0
}

.cta_top img {
    max-width: 100%;
    border-radius: 15px
}

.cta_middle {
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    overflow: hidden
}

.cta_middle img {
    display: inline-block;
    max-width: 100%
}

.header {
    padding-top: 15px;
    padding-bottom: 30px
}

.header_logo {
    display: inline-block
}

.header_logo img {
    max-height: 70px
}

.header_search {
    font-size: 0;
    position: relative;
    margin-top: 15px;
    border: 1px solid #cecece
}

.header_search_form {
    padding-left: 205px;
    position: relative;
    display: block;
    width: 100%
}

.header_search input {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border: none;
    padding-left: 0;
    padding-right: 15px
}

.header_search select {
    opacity: 0
}

.header_search .select2-container {
    width: 180px !important;
    display: block !important;
    box-shadow: none !important;
    outline: 0 !important;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.header_search .select2-container--default .select2-selection--single {
    border-color: #fff0;
    border-radius: 0;
    height: 45px;
    box-shadow: none !important;
    outline: 0 !important
}

.header_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    font-size: 14px;
    padding-left: 15px;
    font-size: 600
}

.header_search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px
}

.header_search .select2-container--default .select2-selection--single::after {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    right: 0;
    background-color: #cecece;
    top: 14px;
    right: -15px
}

.header_search button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    width: 45px;
    height: 45px;
    border: none;
    color: #000001;
    background-color: #fff0;
    transition: all .3s
}

.header_search button:hover {
    color: #fff;
    background-color: #000001
}

.header_search_results {
    background-color: #fff;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 10;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgb(0 0 0 / .1)
}

.header_search_results h5 {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0
}

.header_search_message {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 20px 15px;
    text-align: center
}

.header_search_result {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 80px;
    position: relative;
    text-align: left !important;
    transition: all .2s;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.header_search_result figure {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #fff0;
    top: 15px
}

.header_search_result figure img {
    max-width: 100%;
    min-width: 1px;
    max-height: 50px;
    align-self: center
}

.header_search_result .status {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 5px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    background-color: #666;
    vertical-align: middle;
    border-radius: 2px;
    color: #fff
}

.header_search_result .status.new {
    background-color: #4a81c9
}

.header_search_result .status.offer {
    background-color: #e67e22
}

.header_search_result .status.featured {
    background-color: #1da756
}

.header_search_result .price {
    font-size: 15px;
    display: block;
    font-weight: 500
}

.header_search_result .price del {
    font-size: 13px;
    font-weight: 400;
    color: #555
}

.header_search_result .name {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px
}

.header_search_result:hover {
    background-color: #f7f7f7
}

.header_links {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header_links>a,
.header_links>div {
    display: inline-block
}

.header_user img {
    height: 34px
}

.header_user .dropdown-toggle:after {
    position: relative;
    bottom: -2px
}

.header_user .dropdown-menu a {
    display: block;
    font-size: 13.5px;
    color: #010101 !important;
    background-color: #fff !important;
    padding-left: 15px;
    padding-right: 15px
}

.header_user .dropdown-menu a:hover {
    background-color: #f4f4f4 !important
}

.header_user .dropdown-menu li.active a {
    color: #000001 !important
}

.header_wishlist {
    margin-right: 30px
}

.header_wishlist img {
    height: 40px
}

.header_cart {
    position: relative;
    margin-right: 30px
}

.header_cart .cart_trigger {
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: none;
    padding: 0;
    background-color: #fff
}

.header_cart .cart_trigger img {
    height: 40px
}

.header_cart .cart_trigger .badge {
    background-color: #000001;
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 2
}

.header_cart .cart_trigger:hover {
    color: #010101
}

.header_cart.fixed {
    position: fixed;
    z-index: 1001;
    top: 90px;
    right: 30px;
    -webkit-animation: fadeToBottom .5s ease forwards;
    animation: fadeToBottom .5s ease forwards
}

.header_cart.fixed .cart_trigger {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 9px rgb(0 0 0 / .15) !important
}

.header_cart.fixed .cart_dropdown {
    top: 70px
}

.header_menu_trigger,
.header_search_trigger {
    display: none !important
}

.header .dropdown-menu.show {
    border-radius: 15px
}

.close_search,
.close_menu,
.close_filters,
.filters_trigger {
    display: none
}

.select2-dropdown {
    max-width: 370px !important;
    border: 1px solid #cecece !important
}

.select2-results__option {
    font-size: 13.5px
}

.select2-results__option span {
    display: block
}

.error-border .select2-container--default .select2-selection--single {
    border-color: #000001
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f2f2f2
}

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

.cart_dropdown {
    position: absolute;
    z-index: 100;
    width: 320px;
    background-color: #fff;
    right: 0;
    top: 50px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 0 9px rgb(0 0 0 / .1) !important;
    text-align: left;
    display: none
}

.cart_dropdown h5 {
    font-size: 15px;
    padding: 15px;
    margin: 0
}

.cart_dropdown_button {
    margin: 0;
    padding: 0 7.5px 15px 7.5px
}

.cart_dropdown_button .col-6 {
    padding: 0 7.5px
}

.cart_dropdown .button {
    width: 100%;
    text-align: center
}

.cart_dropdown.open {
    display: block
}

.cart_dropdown_wrapper {
    max-height: 360px;
    position: relative;
    overflow-y: auto;
    padding: 15px 15px 0 15px
}

.cart_dropdown_sum {
    font-size: 15px;
    padding: 15px;
    border-top: 1px solid #e6e6e6
}

.cart_dropdown_sum span {
    float: right;
    font-weight: 700;
    color: #000001
}

.cart_dropdown_item {
    margin: 0 0 15px 0
}

.cart_dropdown_item figure {
    background-color: #fafafe;
    display: flex;
    height: 70px;
    width: 100%;
    transition: all .2s;
    text-align: center;
    margin-bottom: 0;
    justify-content: center
}

.cart_dropdown_item figure img {
    align-self: center;
    max-width: 100%;
    max-height: 70px;
    width: auto;
    display: inline-block
}

.cart_dropdown_item div {
    padding: 0
}

.cart_dropdown_item .cart_dropdown_item_title {
    padding-left: 15px
}

.cart_dropdown_item .cart_dropdown_item_title h4 small a {
    display: block;
    font-weight: 700
}

.cart_dropdown_item h4 {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 600;
    transition: all .2s
}

.cart_dropdown_item p {
    font-size: 15px;
    font-weight: 300
}

.cart_dropdown_item p b {
    font-weight: 500
}

.cart_dropdown_item figure:hover {
    border-color: #000001
}

.cart_dropdown_item h4:hover {
    color: #000001
}

.navigation_wrapper {
    height: 58px;
    margin-bottom: 20px
}

.navigation_wrapper.fixed .navigation {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-animation: fadeToBottom .5s ease forwards;
    animation: fadeToBottom .5s ease forwards;
    background-color: #000001;
    border: none
}

.navigation_wrapper.fixed .navigation .navigation_list li a {
    color: #fff
}

.navigation_wrapper.fixed .navigation .navigation_list li.nav_categories a,
.navigation_wrapper.fixed .navigation .navigation_list li.nav_social a {
    color: #000001
}

.navigation {
    height: 58px;
    display: flex;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background-color: #000001
}

.navigation_list {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    font-size: 0;
    position: relative
}

.navigation_list li {
    display: inline-block;
    font-size: 13.5px
}

.navigation_list li a {
    padding: 19px 15px;
    display: inline-block;
    border-right: 1px solid #fff0;
    font-weight: 700;
    font-size: 13.5px;
    color: #fff;
    position: relative;
    transition: all .2s
}

.navigation_list li a img {
    height: 15px;
    margin-right: 5px
}

.navigation_list li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all .3s ease
}

.navigation_list li a .badge {
    background-color: #fff;
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 10px;
    color: #000001
}

.navigation_list li a:hover {
    opacity: .85
}

.navigation_list li a:hover:before {
    width: 100%
}

.navigation_list li a i {
    margin-right: 15px
}

.navigation_list li.active>a {
    color: #fff !important
}

.navigation_list li.active>a::before {
    background-color: #fff;
    width: 100%
}

.navigation_list li .dropdown-menu {
    transform: none !important;
    top: 100% !important;
    padding: 0;
    border-color: #e6e6e6
}

.navigation_list li .dropdown-menu li {
    display: block
}

.navigation_list li .dropdown-menu a {
    display: block;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    background-color: #fff !important;
    color: #222 !important;
    border-right: none;
    border-bottom: 1px solid #e6e6e6
}

.navigation_list li .dropdown-menu a:hover {
    background-color: #f4f4f4 !important
}

.navigation_list li .dropdown-menu a:before {
    display: none
}

.navigation_list li .dropdown-submenu {
    position: relative
}

.navigation_list li .dropdown-submenu>.dropdown-item {
    padding-right: 40px
}

.navigation_list li .dropdown-submenu>.dropdown-toggle {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    height: 39px;
    width: 30px;
    line-height: 39px;
    text-align: center;
    background-color: #f2f2f2 !important;
    border: none !important
}

.navigation_list li .dropdown-submenu>.dropdown-toggle:after {
    top: 18px;
    right: 10px;
    transform: rotate(-90deg);
    position: absolute
}

.navigation_list li .dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100%;
    margin-left: 0;
    margin-right: .1rem
}

.navigation_list li .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    -webkit-animation: fadeToRight .3s 0s ease forwards;
    animation: fadeToRight .3s 0s ease forwards
}

.navigation_list li.brand_item a {
    padding: 0 22px
}

.navigation_list li.brand_item a:hover {
    opacity: 1
}

.navigation_list li.brand_item a::before {
    display: none
}

.navigation_list li.brand_item a img {
    height: 30px
}

.navigation_list .nav_categories {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 8px
}

.navigation_list .nav_categories>a {
    min-width: auto;
    color: #000001;
    padding: 0
}

.navigation_list .nav_categories>a:before {
    background-color: rgb(255 255 255 / .75)
}

.navigation_list .nav_social {
    position: absolute;
    right: 15px;
    top: 8px
}

.navigation_list .nav_social a {
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
    border-right: none;
    background-color: #fff;
    color: #000001;
    padding: 10px;
    border-radius: 8px
}

.navigation_list .nav_social a i {
    margin-right: 0;
    width: 20px;
    text-align: center
}

.navigation_list .nav_social a::before {
    display: none
}

.navigation_list .nav_social:last-child {
    right: 70px
}

.page_route ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 0
}

.page_route ul li {
    font-size: 13.5px;
    display: inline-block;
    position: relative
}

.page_route ul li:after {
    content: "";
    display: inline-block;
    margin: 0 12px;
    height: 9px;
    width: 9px;
    background-image: url(../images/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.page_route ul li:last-child:after {
    display: none
}

.page_route ul li img {
    height: 14px;
    position: relative;
    top: -2px
}

.page_route ul li a {
    display: inline-block;
    transition: all .2s
}

.page_route ul li a:hover {
    text-decoration: underline
}

.home_categories {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 20px
}

.home_categories .categories {
    height: 100%;
    margin-bottom: 0;
    max-height: 550px
}

.home_sliders {
    flex: 0 0 55%;
    max-width: 55%
}

.category_left {
    flex: 0 0 22%;
    max-width: 22%
}

.category_right {
    flex: 0 0 78%;
    max-width: 78%
}

.products_empty {
    padding: 30px 0;
    text-align: center
}

.products_empty h5 {
    margin: 0;
    font-size: 15px
}

.options label {
    display: inline-block;
    font-size: 13px
}

.options select {
    font-size: 13.5px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #cecece;
    display: inline-block;
    padding-left: 5px;
    border-radius: 8px
}

.options_sorting,
.options_view,
.options_number {
    display: inline-block;
    margin-bottom: 20px
}

.options_view {
    margin-left: 15px
}

.options_view button {
    background-color: #fff0;
    border: none;
    color: #666;
    background-color: #eee
}

.options_view button:disabled {
    color: #000001
}

.pagination_default {
    padding-left: 0;
    margin-bottom: 30px;
    padding-top: 20px;
    display: block;
    text-align: center;
    list-style: none
}

.pagination_default li {
    display: inline-block;
    margin-bottom: 5px
}

.pagination_default li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    border: 1px solid #cecece;
    border-radius: 8px;
    color: #333;
    background-color: #fff;
    transition: all .2s
}

.pagination_default li.active a,
.pagination_default li a:hover {
    background-color: #000001;
    color: #fff
}

.price_filter {
    padding-bottom: 20px;
    position: relative
}

.price_filter div {
    position: relative
}

.price_filter_separator {
    position: absolute;
    right: -6px;
    top: 8px;
    z-index: 2;
    font-size: 30px;
    line-height: 20px
}

.price_filter input {
    font-size: 15px;
    display: block;
    width: 100%;
    padding-left: 10px;
    height: 40px;
    border: 1px solid #cecece;
    border-radius: 8px;
    transition: all .2s
}

.price_filter input:focus {
    border-color: #999
}

.price_filter .button {
    margin-top: 15px
}

.default_filter {
    padding-bottom: 15px
}

.default_filter .form_default_check,
.default_filter .form_default_radio {
    margin-bottom: 8px
}

.brand_tags {
    font-size: 0;
    padding-bottom: 20px
}

.brand_tags a {
    display: inline-block;
    padding: 5px 7px;
    font-size: 12.5px;
    border: 1px solid #cecece;
    margin-bottom: 7px;
    margin-right: 7px;
    border-radius: 8px;
    transition: all .2s
}

.brand_tags a:hover {
    color: #000001;
    border-color: #000001
}

.brand_tags a.active {
    border-color: #000001;
    background-color: #000001;
    color: #fff
}

.categories {
    border: 1px solid #eee;
    padding: 10px 0 10px 15px;
    margin-bottom: 30px
}

.categories ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.categories ul li {
    font-weight: 500;
    letter-spacing: .6px;
    position: relative
}

.categories ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-right: 25px;
    transition: all .2s;
    font-size: 12.5px
}

.categories ul li a img {
    height: 15px;
    margin-right: 7px
}

.categories ul li a.active,
.categories ul li a:hover {
    color: #d62d30
}

.categories ul ul {
    padding-left: 30px
}

.categories ul ul ul {
    padding-left: 15px
}

.categories ul ul li a {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px
}

.categories .ul-submenu {
    display: none
}

.categories .ul-submenu.open {
    display: block
}

.li-expand {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    background-image: url(../images/arrow_right.svg);
    background-size: 52%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 8px
}

.li-expand:hover {
    background-color: #f1f1f1
}

.li-expand.active {
    transform: rotate(90deg)
}

.ul-submenu .li-expand {
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-size: 50%
}

@media only screen and (min-width:992px) {
    .home_categories .categories ul .submenu:hover>.ul-submenu {
        display: block;
        -webkit-animation: fadeToRight .3s 0s ease forwards;
        animation: fadeToRight .3s 0s ease forwards
    }
    .home_categories .categories .ul-submenu {
        background-color: #fff;
        position: absolute;
        z-index: 15;
        left: 100%;
        top: 0;
        padding-left: 0;
        min-width: 300px;
        border: 1px solid #eee
    }
    .home_categories .categories .ul-submenu li a {
        padding-left: 15px;
        padding-top: 7px;
        padding-bottom: 7px
    }
}

.slick-initialized .slick-slide {
    outline: 0 !important
}

.def_slider {
    margin-bottom: 20px
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 4;
    top: 42%;
    border-radius: 35%;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgb(0 0 0 / .2);
    font-size: 0;
    background-image: url(../images/angle.svg);
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat
}

.slick-prev {
    left: 20px
}

.slick-next {
    right: 20px;
    transform: rotateY(180deg)
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    width: 100%;
    text-align: center
}

.slick-dots li {
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block
}

.slick-dots li button {
    background-color: #000001;
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    border: none;
    border: 2px solid #fff
}

.slick-dots li.slick-active button {
    background-color: #010101
}

.discount_slider {
    margin-bottom: 30px
}

.discount_slider .slick-dots {
    bottom: 0
}

.discount_slider .product {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.discount_slider .product figure>a {
    height: 338px
}

.discount_slider .product figure>a.add_to_cart_alt {
    height: inherit
}

.discount_slider .product figure img {
    max-height: 338px
}

.advantages {
    padding-top: 10px
}

.advantage {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 20px 15px;
    border-radius: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    min-height: 105px;
    display: flex;
    align-items: center;
    background-color: #f4f6fa
}

.advantage img {
    height: 38px
}

.advantage .media-body {
    min-width: 10%
}

.advantage h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px
}

.advantage p {
    font-size: 14px;
    margin-bottom: 0;
    color: #adadad;
    font-weight: 400
}

.category_products .product article div {
    min-height: inherit
}

.category_products .product article div h4 {
    margin-bottom: 5px
}

.product {
    margin-bottom: 30px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.product article {
    border: 1px solid #ececec;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s
}

.product article div {
    padding: 0 10px 15px 10px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.product article:hover {
    box-shadow: 5px 5px 15px rgb(0 0 0 / .05);
    border: 1px solid rgb(205 32 39 / .75)
}

.product figure {
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.product figure>a {
    height: 180px
}

.product figure>a.free_gift {
    position: absolute;
    height: inherit;
    bottom: 10px;
    left: 10px;
    display: block
}

.product figure>a.free_gift img {
    max-width: 80px
}

.product figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #fff0 0%, rgb(255 255 255 / .4) 100%);
    transform: skewX(-25deg)
}

.product figure img {
    min-width: 1px;
    max-height: 217px;
    align-self: center;
    transition: all .3s;
    display: block;
    margin: 0 auto
}

.product figure .add_to_cart {
    position: absolute;
    right: 15px;
    bottom: -45px;
    z-index: 6;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 35%;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 0;
    transition: all .3s;
    box-shadow: 0 0 7px rgb(0 0 0 / .13) !important;
    opacity: 0;
    overflow: hidden
}

.product figure .add_to_cart:before,
.product figure .add_to_cart:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s
}

.product figure .add_to_cart:before {
    background-color: #777;
    background-image: url(../images/spinner.svg);
    background-size: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.product figure .add_to_cart:after {
    background-color: #27ae60;
    background-image: url(../images/check.svg);
    background-size: 45%
}

.product figure .add_to_cart i {
    color: #444;
    transition: all .2s
}

.product figure .add_to_cart:hover {
    background-color: #f7f7f7
}

.product figure .add_to_cart:hover i {
    color: #000001
}

.product figure .add_to_cart.loading {
    opacity: 1;
    bottom: 15px
}

.product figure .add_to_cart.loading:before {
    opacity: 1
}

.product figure .add_to_cart.success {
    opacity: 1;
    bottom: 15px
}

.product figure .add_to_cart.success:after {
    opacity: 1
}

.product figure .add_to_cart_alt {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: -45px;
    z-index: 6;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 0;
    transition: all .3s;
    box-shadow: 0 0 7px rgb(0 0 0 / .13) !important;
    opacity: 0;
    overflow: hidden
}

.product figure .add_to_cart_alt i {
    color: #444;
    transition: all .2s
}

.product figure .add_to_cart_alt:hover {
    background-color: #f7f7f7
}

.product figure .add_to_cart_alt:hover i {
    color: #27ae60
}

.product figure:hover img {
    transform: scale(1.1)
}

.product figure:hover .free_gift img {
    transform: none
}

.product article:hover .add_to_cart,
.product article:hover .add_to_cart_alt {
    opacity: 1;
    bottom: 15px
}

.product_discount {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 0 20px;
    z-index: 5;
    background-color: #000001;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px 7px;
    box-shadow: 0 0 7px rgb(0 0 0 / .13) !important
}

.product_status {
    font-size: 10px;
    line-height: 10px;
    padding: 6px 10px 6px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: inline-block;
    text-align: center;
    background-color: #666;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .15) !important;
    letter-spacing: .5px;
    border-radius: 5px 0 20px 0
}

.product_status.new {
    background-color: #fff;
    background-color: #4a81c9;
    color: #fff
}

.product_status.offer {
    background-color: #fff;
    background-color: #000001;
    color: #fff
}

.product_status.featured {
    background-color: #010101;
    color: #fff
}

.product_rating {
    margin-bottom: 8px
}

.product_rating i {
    font-size: 12px;
    color: #c0b660
}

.product h4 {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #777
}

.product h3 {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px
}

.product h4 {
    max-width: 115px
}

.product h4 a {
    transition: all .2s
}

.product h4 a:hover {
    color: #000001
}

.product_price {
    display: flex;
    font-weight: 600;
    flex-direction: column;
    align-items: flex-start
}

.product_price del {
    font-weight: 400;
    font-size: 12px;
    color: #777
}

.product_price span {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #000001
}

.product_delivery {
    border: none;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #000001;
    color: #000001;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 10px;
    cursor: default !important;
    width: 100%;
    display: block
}

.product_delivery i {
    padding-right: .5rem;
    margin-right: .5rem;
    border-right: 1px solid #000001
}

.product_delivery span {
    font-weight: 700;
    font-size: .75rem
}

.product_status_indicator {
    margin-top: 10px;
    font-size: .625rem;
    font-weight: 700;
    display: flex;
    align-items: center
}

.product_status_indicator .icon {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #27ae60;
    border-radius: 50%;
    display: block;
    margin-right: .375rem
}

.product_status_indicator .icon.unavailable {
    background-color: #000001
}

.black_friday {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    font-size: 10px;
    line-height: 10px;
    padding: 6px 10px 6px;
    font-weight: 600;
    z-index: 3;
    display: inline-block;
    text-align: center;
    background-color: #010101;
    color: #dac406;
    box-shadow: 0 0 10px rgb(0 0 0 / .15) !important;
    letter-spacing: .5px;
    border-radius: 5px 0 20px 0
}

.detail-slider .black_friday {
    width: 170px
}

.products_list .product {
    flex: 0 0 100%;
    max-width: 100%
}

.products_list .product article {
    background-color: #f8f8f8;
    display: flex;
    flex-direction: row
}

.products_list .product article figure {
    flex: 0 0 20%;
    max-width: 20%;
    align-self: center
}

.products_list .product article figure img {
    max-height: 240px;
    margin: 0 auto;
    display: block
}

.products_list .product article>div {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 15px 15px 15px 20px;
    align-self: center !important
}

.default_product_modal .modal-dialog {
    max-width: 700px
}

.default_product_modal .modal-content {
    padding: 30px 15px
}

.default_product_modal .close {
    position: absolute;
    border-radius: 3px;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 5;
    opacity: 1;
    background-color: #000001;
    color: #fff
}

.default_product_modal .modal-body {
    padding: 0 10px
}

.default_product_modal .modal-body p {
    font-size: 14px
}

.default_product_modal .modal-body figure {
    border: 1px solid #eee;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    height: 140px;
    display: flex;
    justify-content: center
}

.default_product_modal .modal-body figure img {
    min-width: 1px;
    max-height: 140px;
    align-self: center
}

.default_product_modal .modal-body h4 {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #777
}

.default_product_modal .modal-body h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.default_product_modal .modal-body h4 a,
.default_product_modal .modal-body h3 a {
    transition: all .2s
}

.default_product_modal .modal-body h4 a:hover,
.default_product_modal .modal-body h3 a:hover {
    color: #000001
}

.default_product_modal .modal-body h4 small a,
.default_product_modal .modal-body h3 small a {
    font-weight: 700;
    display: block
}

.default_product_modal .modal-footer {
    display: block;
    padding: 20px 10px 0;
    border-top: none !important
}

.default_product_modal .modal-footer .button {
    width: 100%
}

.contact_us {
    background-color: #f4f6fa;
    color: #010101;
    padding: 50px 0;
    margin-top: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-top: 1px solid #cecece
}

.contact_us_left {
    position: relative;
    padding-left: 90px
}

.contact_us_left img {
    top: 10px;
    position: absolute;
    height: 50px;
    left: 15px
}

.contact_us h3 {
    font-size: 32px;
    font-weight: 800
}

.contact_us h3 a {
    color: #000001;
    transition: all .2s;
    display: block;
    margin-top: 10px
}

.contact_us h3 a:hover {
    text-decoration: underline
}

.contact_us p {
    font-size: 16px;
    margin-bottom: 0;
    color: #adadad;
    font-weight: 400
}

.contact_us .button {
    margin-top: 20px;
    font-size: 16px
}

.contact_us .button:hover {
    color: #010101 !important;
    background-color: #fff !important
}

.brands_slider {
    margin-bottom: 30px
}

.brands_slider.d-flex {
    display: flex
}

.brands_slider.d-flex .col-2 {
    margin-right: 15px
}

.brands_slider figure {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    height: 70px
}

.brands_slider figure a {
    align-self: center
}

.brands_slider figure img {
    min-width: 10px;
    max-height: 50px;
    max-width: 160px;
    border-radius: 15px
}

.brands_slider figure span {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 10px
}

.game h2 {
    margin-bottom: 20px;
    font-size: 32px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.game h2 b,
.game h2 strong {
    color: #000001
}

.game p {
    font-size: 16px
}

.game p a {
    color: #000001
}

.game img {
    border-radius: 15px
}

.footer {
    padding-top: 80px;
    padding-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid #cecece;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.footer p {
    font-size: 14px;
    margin-bottom: 20px
}

.footer_logo {
    display: inline-block;
    margin-bottom: 20px
}

.footer_logo img {
    max-height: 70px
}

.footer_social {
    margin-bottom: 20px
}

.footer_social a {
    background-color: #f2f2f2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #cecece;
    border-radius: 8px;
    transition: all .2s
}

.footer_social a:hover {
    background-color: #010101;
    color: #fff
}

.footer h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

.footer ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 20px
}

.footer ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 14px
}

.footer ul li b,
.footer ul li strong {
    font-weight: 600
}

.footer ul li a {
    transition: all .2s
}

.footer ul li a:hover {
    color: #000001
}

.footer ul.footer_contact li {
    padding-left: 30px
}

.footer ul.footer_contact li span {
    position: absolute;
    left: 0
}

.footer ul.footer_contact li span i {
    width: 15px;
    text-align: center
}

.footer_payments {
    margin-top: 50px
}

.footer_copyright {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #cecece
}

.footer_copyright span {
    display: inline-block;
    margin: 0 7px;
    color: #999
}

.payment_item {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px
}

.payment_item img {
    height: 60px
}

.help {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    font-size: 0
}

.help_btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    background-color: #000001;
    border: none;
    border-radius: 35%;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .2) !important;
    font-size: 28px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    background-image: url(../images/contact_icon.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    transition: all .2s
}

.help_btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #2184d1;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 35%;
    transition: all .4s
}

.help_btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #2184d1;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 35%;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    transform: rotate(90deg);
    transition: all .2s
}

.help_link {
    position: absolute;
    z-index: 2;
    bottom: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / .2) !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    border-radius: 35%;
    font-size: 30px;
    background-color: #777;
    opacity: 0;
    transition: all .2s
}

.help_link i {
    color: #fff
}

.help_link.phone {
    background-color: #03e78b
}

.help_link.sms {
    background-color: #ff549c
}

.help_link.viber {
    background-color: #665cac
}

.help_link.messenger {
    background-color: #1e88e5
}

.help_link.whatsapp {
    background-color: #49e670
}

.help_link.mail {
    background-color: #ff485f
}

.help.active .help_btn::before {
    opacity: 1
}

.help.active .help_btn:after {
    opacity: 1;
    transform: rotate(0deg)
}

.help.active .help_link {
    opacity: 1
}

.help.active .help_link:nth-child(1) {
    bottom: 65px
}

.help.active .help_link:nth-child(2) {
    bottom: 130px
}

.help.active .help_link:nth-child(3) {
    bottom: 195px
}

.help.active .help_link:nth-child(4) {
    bottom: 260px
}

.help.active .help_link:nth-child(5) {
    bottom: 325px
}

.help.active .help_link:nth-child(6) {
    bottom: 390px
}

.help.active .help_link:nth-child(7) {
    bottom: 355px
}

.help.active .help_link:nth-child(8) {
    bottom: 420px
}

.tooltip {
    margin-right: 8px
}

.tooltip .tooltip-inner {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    padding: 5px 12px;
    font-weight: 500;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 7px rgb(0 0 0 / .2) !important
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #fff;
    margin-left: -1px
}

.tooltip .arrow::before {
    border-top-color: #000001
}

#toTop {
    position: fixed;
    z-index: 1000;
    bottom: -50px;
    left: 30px;
    opacity: 0;
    background-color: #000001;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 35%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / .25) !important;
    transition: all .4s
}

#toTop.active {
    bottom: 30px;
    opacity: 1
}

.loader {
    text-align: center;
    padding: 25px 0 13px 0
}

.loader .lds-dual-ring {
    display: inline-block;
    width: 60px;
    height: 60px
}

.loader .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 6px solid #000001;
    border-color: #000001 #fff0 #000001 #fff0;
    -webkit-animation: lds-dual-ring 1s linear infinite;
    animation: lds-dual-ring 1s linear infinite
}

@-webkit-keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.body_loading:after,
.body_loading:before {
    position: fixed;
    content: " ";
    display: block
}

.body_loading:before {
    z-index: 100000001;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / .65)
}

.body_loading:after {
    z-index: 100000002;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 10px solid #000001;
    border-color: #000001 #fff0 #000001 #fff0;
    -webkit-animation: lds-dual-ring 1s linear infinite;
    animation: lds-dual-ring 1s linear infinite
}

.not_found {
    text-align: center;
    padding: 60px 0 80px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.not_found h1 {
    font-size: 100px;
    font-weight: 800
}

.not_found h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 30px
}

#googleMap {
    height: 400px;
    margin-top: 20px
}

.gmpc_wrap {
    position: relative
}

.gmpc_btn {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-position: center;
    background-size: cover
}

.gmpc_btn span {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgb(0 0 0 / .1);
    text-align: center;
    max-width: 200px;
    width: 100%;
    transition: all .2s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
    border-radius: 8px
}

.gmpc_btn:hover span {
    border-color: #222;
    background-color: #222;
    color: #fff
}

.form_default_label {
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    font-weight: 500
}

.form_default_label span {
    color: #000001;
    font-weight: 700
}

.form_default_error {
    display: block;
    margin-bottom: 20px;
    margin-top: -10px;
    font-size: 13px;
    color: #db2929
}

.form_default p {
    font-size: 14px;
    margin-bottom: 20px
}

.form_default_input,
.form_default_select,
.form_default_textarea {
    background-color: #f8f8f8;
    border: 1px solid #cecece;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 8px;
    transition: all .2s
}

.form_default_input.error,
.form_default_select.error,
.form_default_textarea.error {
    background-color: #fff;
    border-color: #db2929
}

.form_default_input:focus,
.form_default_select:focus,
.form_default_textarea:focus {
    background-color: #fff;
    border-color: #999
}

.form_default_input:disabled,
.form_default_select:disabled,
.form_default_textarea:disabled {
    background-color: #eee !important;
    border-color: #eee !important
}

.form_default_input {
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px
}

.form_default_select {
    height: 45px;
    line-height: 45px;
    padding-left: 10px
}

.form_default_textarea {
    resize: none;
    padding: 15px
}

.form_default_radio,
.form_default_check {
    display: block;
    position: relative;
    padding-left: 32px;
    font-size: 14px;
    margin-bottom: 20px
}

.form_default_radio input,
.form_default_check input {
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden
}

.form_default_radio span,
.form_default_check span {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #f8f8f8;
    border: 1px solid #cecece;
    position: absolute;
    left: 0;
    top: 0
}

.form_default_radio a,
.form_default_check a {
    color: #000001
}

.form_default_radio input:checked+span,
.form_default_check input:checked+span {
    background-color: #000001;
    background-position: center;
    background-repeat: no-repeat
}

.form_default_radio span {
    border-radius: 50%;
    border-color: #adabab
}

.form_default_radio input:checked+span {
    background-image: url(../images/circle.svg);
    background-size: 44%
}

.form_default_check span {
    border-radius: 5px
}

.form_default_check input:checked+span {
    background-image: url(../images/check.svg);
    background-size: 65%
}

.form_default .button {
    margin-bottom: 20px
}

.form_default .form_default_link {
    color: #010101;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    text-decoration: underline;
    transition: all .2s
}

.form_default .form_default_link:hover {
    color: #000001
}

.g-recaptcha {
    margin-bottom: 20px
}

.contact_info {
    padding-top: 30px;
    padding-left: 40px
}

.contact_info h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.contact_info ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 25px
}

.contact_info ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 14px
}

.contact_info ul li b,
.contact_info ul li strong {
    font-weight: 600
}

.contact_info ul li a {
    transition: all .2s
}

.contact_info ul li a:hover {
    color: #000001
}

.contact_info ul.footer_contact li {
    padding-left: 30px
}

.contact_info ul.footer_contact li span {
    position: absolute;
    left: 0
}

.contact_info ul.footer_contact li span i {
    width: 15px;
    text-align: center
}

.form_social {
    padding-bottom: 10px
}

.form_social p {
    margin-bottom: 15px
}

.form_social_item {
    display: block;
    margin-bottom: 20px;
    background-color: #010101;
    padding: 15px;
    border-radius: 8px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s
}

.form_social_item.facebook {
    background-color: #4267b2
}

.form_social_item.google {
    background-color: #db4437
}

.form_social_item.twitter {
    background-color: #1da1f2
}

.form_social_item.linkedin {
    background-color: #0e76a8
}

.form_social_item:hover {
    opacity: .9
}

.form_social_item i {
    font-size: 17px;
    margin-right: 5px
}

.text_only {
    padding-bottom: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.text_only h1,
.text_only h2,
.text_only h3,
.text_only h4,
.text_only h5,
.text_only h6 {
    font-weight: 700;
    margin-bottom: 20px
}

.text_only h1 {
    font-size: 24px
}

.text_only h2 {
    font-size: 22px
}

.text_only h3 {
    font-size: 20px
}

.text_only h4 {
    font-size: 18px
}

.text_only h5 {
    font-size: 16px
}

.text_only h6 {
    font-size: 15px
}

.text_only p,
.text_only ul,
.text_only ol {
    font-size: 14px;
    margin-bottom: 20px
}

.text_only p a,
.text_only ul a,
.text_only ol a {
    color: #000001
}

.text_only ul,
.text_only ol {
    padding-left: 20px
}

.text_only figure img {
    border-radius: 15px
}

.cookies {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255 255 255 / .9);
    border-top: 1px solid #cecece
}

.cookies .container {
    position: relative;
    padding: 30px 200px 30px 15px
}

.cookies p {
    margin-bottom: 0;
    font-size: 14px
}

.cookies p b {
    font-weight: 600
}

.cookies p a {
    color: #000001;
    text-decoration: underline
}

.cookies .button {
    position: absolute;
    top: 30px;
    right: 15px
}

.post {
    margin-bottom: 30px
}

.post article {
    border: 1px solid #eee;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.post article>div {
    position: relative;
    padding: 15px
}

.post_date {
    position: absolute;
    z-index: 3;
    top: -35px;
    left: 0;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #222;
    border-top-right-radius: 15px
}

.post h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.post p {
    margin-bottom: 0;
    margin-top: 15px
}

.post_more {
    display: inline-block;
    margin-top: 12px;
    font-weight: 700;
    color: #000001 !important;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .2s;
    padding-bottom: 3px;
    border-bottom: 2px solid #000001
}

.post_more:hover {
    color: #010101 !important;
    border-color: #000001
}

.post_detail {
    margin-bottom: 30px
}

.post_detail figure {
    position: relative
}

.post_detail_date {
    position: absolute;
    z-index: 3;
    bottom: 0;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #222;
    border-top-right-radius: 15px
}

.post_popular h4 {
    font-size: 18px;
    font-weight: 700
}

.post_popular .post h2 {
    font-size: 15px;
    font-weight: 600
}

.social_share {
    margin-bottom: 20px
}

.social_share h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px
}

.social_share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border-radius: 2px;
    transition: all .2s
}

.social_share a i {
    font-size: 13px
}

.social_share a:hover {
    opacity: .8
}

.social_share a+a {
    margin-left: 3px
}

.social_share_fb {
    background: #3b5a9a !important
}

.social_share_twitter {
    background: #1aa9e1 !important
}

.social_share_linkedin {
    background: #0073b2 !important
}

.social_share_email {
    background: #dd4b39 !important
}

.comments {
    padding-top: 15px
}

.comments h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px
}

.comments .button_red {
    margin-bottom: 15px
}

.comment img {
    height: 60px;
    width: 60px;
    border-radius: 50%
}

.comment .media-body {
    min-width: 10%
}

.comment .media-body_text {
    background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.comment .media-body_text h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px
}

.comment .media-body_text p {
    margin-bottom: 10px
}

.comment_rating {
    margin-bottom: 10px;
    display: inline-block
}

.comment_rating i {
    font-size: 14px;
    color: #c0b660
}

.comment_date {
    font-size: 13px;
    display: block;
    font-weight: 500;
    color: #666
}

.comment_answer {
    color: #000001 !important;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
    transition: all .2s
}

.comment_answer i {
    font-size: 12px;
    margin-right: 5px
}

.comment_answer:hover {
    color: #010101 !important
}

.about_slider {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 30px
}

.about_slider .col {
    padding-left: 7px;
    padding-right: 7px
}

.counter {
    text-align: center;
    background-color: #f5f5f5;
    padding: 50px 15px 20px 15px;
    margin: 0 0 40px 0;
    border-radius: 15px;
    overflow: hidden
}

.counter span {
    font-weight: 800;
    font-size: 32px
}

.counter h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px
}

.team_member {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden
}

.team_member div {
    padding: 20px;
    background-color: #f7f7f7
}

.team_member div h4 {
    font-size: 16px;
    font-weight: 700
}

.team_member div h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase
}

.tab_list {
    margin-bottom: 10px;
    display: block
}

.tab_list a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 12px 15px 9px 15px;
    margin-bottom: 5px !important;
    border-radius: 0px !important;
    border: none;
    border-bottom: 3px solid #000001
}

.tab_list a.active {
    border-color: #000001;
    background-color: #000001;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.collapse_default {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden
}

.collapse_default_btn {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    display: block;
    padding: 15px 45px 15px 15px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    cursor: pointer
}

.collapse_default_btn:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 17px;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url(../images/arrow_right.svg);
    background-size: contain;
    background-position: center;
    transform: rotate(-90deg);
    transition: all .2s
}

.collapse_default_btn.collapsed:after {
    transform: rotate(90deg)
}

.collapse_default .card-body {
    border: 1px solid #eee;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 25px
}

.collapse_default .card-body .button {
    margin-bottom: 15px
}

.faq_content {
    padding-bottom: 20px
}

.detail .tab_list {
    padding-top: 20px
}

.detail_social .dropdown-toggle {
    border: 1px solid #cecece;
    border-radius: 35%;
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    transition: all .2s
}

.detail_social .dropdown-toggle:hover {
    background-color: #f3f3f3
}

.detail_social .dropdown-toggle:after {
    display: none
}

.detail_social .dropdown-menu {
    padding: 5px;
    max-width: 50px;
    min-width: 40px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #e1e1e1
}

.detail_social .dropdown-menu a+a {
    margin-top: 5px
}

.detail_social .dropdown-menu a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    transition: all .2s
}

.detail_social .dropdown-menu a i {
    font-size: 13px
}

.detail_social .dropdown-menu a:hover {
    opacity: .8
}

.detail_social .dropdown-menu_fb {
    background: #3b5a9a !important
}

.detail_social .dropdown-menu_twitter {
    background: #1aa9e1 !important
}

.detail_social .dropdown-menu_linkedin {
    background: #0073b2 !important
}

.detail_social .dropdown-menu_email {
    background: #dd4b39 !important
}

.detail_attributes h6 {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 15px;
    display: block
}

.detail_colors>div {
    display: inline-block;
    vertical-align: middle
}

.detail_colors a {
    justify-content: center;
    width: 55px;
    height: 55px;
    display: flex;
    border: 1px solid #cecece;
    border-radius: 15px
}

.detail_colors a img {
    max-height: 47px;
    max-width: 47px;
    align-self: center
}

.detail_sizes label {
    position: relative;
    margin-bottom: 5px;
    vertical-align: middle
}

.detail_sizes label input {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden
}

.detail_sizes label span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #cecece;
    cursor: pointer;
    transition: all .2s;
    border-radius: 15px
}

.detail_sizes label input:checked+span {
    background-color: #222;
    border-color: #222;
    color: #fff
}

.detail_sizes label input:disabled+span {
    border-color: #eee;
    background-color: #eee;
    color: #adadad
}

.detail_sizes_table {
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    margin-top: 10px
}

.detail_sizes_table a {
    font-size: 14px;
    color: #000001;
    border: 1px solid #000001;
    padding: 5px;
    border-radius: 8px;
    font-weight: 600
}

.detail_sizes_table a i {
    margin-right: 3px
}

.detail_suggest {
    margin-bottom: 20px
}

.detail_suggest h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.detail_suggest_summary {
    margin-bottom: 10px
}

.detail_suggest_products {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    font-size: 0
}

.detail_suggest_products>div {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden
}

.detail_suggest_products div:not(.hiddenElement)+div {
    margin-left: 10px;
    padding-left: 10px
}

.detail_suggest_products div:not(.hiddenElement)+div:before {
    content: "+";
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    position: relative;
    left: -10px
}

.detail_suggest_products img {
    height: 70px;
    border-radius: 15px
}

.detail_suggest_price {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

.detail_suggest_price span {
    font-size: 16px;
    display: block;
    margin-bottom: 3px
}

.detail_suggest_price span b {
    color: #000001
}

.detail_suggest_price .button {
    text-transform: uppercase
}

.detail_suggest .form_default_check {
    margin-bottom: 10px
}

.detail-slider {
    margin-bottom: 10px
}

.detail-slider figure {
    border: 1px solid #eee;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    height: 508px;
    border-radius: 15px
}

.detail-slider figure .img-fluid {
    max-height: 540px;
    min-width: 1px;
    align-self: center
}

.detail-slider figure img {
    background-color: #fff
}

.detail-slider figure .product_status {
    padding: 10px 15px 10px;
    font-size: 12px;
    line-height: 12px
}

.detail-slider-nav {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.detail-slide-nav {
    padding-left: 5px;
    padding-right: 5px
}

.detail-slide-nav figure {
    border: 1px solid #eee;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    height: 118px
}

.detail-slide-nav figure .img-fluid {
    max-height: 130px;
    min-width: 1px;
    align-self: center
}

.detail-slide-nav.slick-current figure {
    border: 1px solid #cecece;
    border-radius: 15px;
    overflow: hidden
}

.detail_text {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.detail_text h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 3px solid #000001;
    padding-bottom: 5px;
    display: inline-block
}

.detail_text h2 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 20px
}

.detail_text p {
    margin-bottom: 20px
}

.detail_text p a {
    color: #000001
}

.detail_text_brand {
    margin-bottom: 10px;
    display: block
}

.detail_text_brand img {
    max-height: 25px;
    border-radius: 3px
}

.detail_text dl {
    margin-bottom: 0;
    font-size: 13px
}

.detail_text dl a {
    color: #000001
}

.detail_text dl dt {
    color: #777
}

.detail_text dl dd {
    margin-bottom: 3px
}

.detail_text .social_share {
    padding-top: 10px
}

.detail_text .advantages {
    padding-top: 10px;
    margin: 0 0 15px
}

.detail_text .advantage {
    border: none;
    display: block;
    text-align: center;
    padding: 0;
    padding: 10px;
    border: 1px solid #eee
}

.detail_text .advantage img {
    margin-bottom: 10px
}

.detail_text .advantage h5 {
    font-size: 13px
}

.detail_text .advantage p {
    font-size: 13px;
    margin-bottom: 0 !important
}

.detail_rating {
    margin-bottom: 15px
}

.detail_rating i {
    display: inline-block;
    font-size: 14px;
    color: #c0b660
}

.detail_price {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 15px
}

.detail_price_wrap {
    justify-content: space-between
}

.detail_price_rate {
    text-align: right;
    font-size: 14px
}

.detail_price_rate a {
    font-weight: 500;
    text-decoration: underline
}

.detail_price h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777
}

.detail_price span b {
    line-height: 1.2;
    font-size: 32px;
    display: inline-block;
    margin-right: 10px;
    color: #000001
}

.detail_price span s {
    display: inline-block
}

.detail_add {
    margin-bottom: 20px;
    justify-content: space-between
}

.detail_add input,
.detail_add input::-webkit-outer-spin-button,
.detail_add input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.detail_add input {
    height: 53px;
    width: 53px;
    border: 1px solid #eee;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.detail_add_number {
    display: inline-block;
    font-size: 0;
    vertical-align: middle
}

.detail_add_number input {
    margin: 0 -1px
}

.detail_add_number a {
    display: inline-block;
    width: 30px;
    height: 53px;
    line-height: 53px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #eee;
    color: #777;
    vertical-align: top;
    transition: all .2s
}

.detail_add_number a:hover {
    color: #333
}

.detail_add_number a.detail_add_plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.detail_add_number a.detail_add_minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.detail_add .addToCartSingle {
    margin-left: 5px;
    margin-right: 3px;
    position: relative;
    background-color: #27ae60;
    vertical-align: middle;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px
}

.detail_add .addToCartSingle i {
    margin-right: 8px
}

.detail_add .addToCartSingle:before,
.detail_add .addToCartSingle:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    opacity: 0;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat
}

.detail_add .addToCartSingle:before {
    background-color: #777;
    background-image: url(../images/spinner.svg);
    background-size: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.detail_add .addToCartSingle:after {
    background-color: #27ae60;
    background-image: url(../images/check.svg);
    background-size: 45%
}

.detail_add .addToCartSingle.loading {
    opacity: 1
}

.detail_add .addToCartSingle.loading:before {
    opacity: 1;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.detail_add .addToCartSingle.success {
    opacity: 1
}

.detail_add .addToCartSingle.success:after {
    opacity: 1;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.detail_add .fastBuy {
    background-color: #3498db;
    vertical-align: middle;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 13px;
    line-height: .9
}

.detail_add .fastBuy sub {
    line-height: normal;
    font-size: 13px;
    display: block;
    font-weight: 400;
    text-transform: initial
}

.detail_wishlist {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    color: #555;
    transition: all .2s
}

.detail_wishlist i {
    position: relative;
    bottom: -1px;
    font-size: 18px;
    margin-right: 4px;
    color: #b8b6b6
}

.detail_wishlist:hover {
    color: #222
}

.detail_wishlist_btn.loading {
    opacity: .5
}

.detail_wishlist_btn.active i {
    color: #000001
}

.detail_delivery div {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f3f3f3;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px
}

.detail_delivery div i {
    margin-left: 3px
}

.detail_cta {
    padding: 15px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    border-radius: 15px
}

.detail_cta_phone {
    display: inline-block;
    align-self: center
}

.detail_cta_phone b {
    display: block
}

.detail_cta_phone span {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #000001
}

.detail_cta .media-body {
    align-self: center;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #cecece;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.detail_cta .media-body p {
    font-size: 20px;
    margin-bottom: 0
}

.detail_cta_icons {
    padding-left: 20px;
    align-self: center;
    font-size: 20px
}

.detail_cta_icons a.viber {
    width: 42px;
    height: 42px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background-color: #665cac;
    color: #fff;
    border-radius: 50%
}

.detail_tabs {
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 20px
}

.detail_tabs_box {
    margin-bottom: 20px
}

.detail_tabs_box div {
    border: 1px solid #e6e6e6;
    padding: 30px 20px 10px;
    height: 100%;
    border-radius: 15px
}

.detail_tabs_box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.detail_tabs_box h4 i {
    margin-right: 12px
}

.detail_tabs_box p a,
.detail_tabs_box ul a {
    color: #000001
}

.detail_tabs_desc {
    padding-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.detail_tabs_desc a {
    color: #000001
}

.detail_tabs_desc .embed-responsive {
    margin-bottom: 20px
}

.detail_tabs_desc iframe {
    width: 100%;
    max-width: 100%;
    min-height: 460px;
    height: auto
}

.detail_tabs_desc img {
    max-width: 100%;
    height: auto
}

.detail_tabs_desc h1 {
    font-size: 24px
}

.detail_tabs_desc h2 {
    font-size: 22px
}

.detail_tabs_desc h3 {
    font-size: 20px
}

.detail_tabs_desc h4 {
    font-size: 18px
}

.detail_tabs_desc h5 {
    font-size: 16px
}

.detail_tabs_desc dl {
    margin: 0;
    font-size: 13.5px
}

.detail_tabs_desc dl dt {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 2px
}

.detail_tabs_desc dl dd {
    background-color: #f8f8f8;
    margin-bottom: 0;
    padding: 15px;
    margin-bottom: 2px
}

.reviews_form {
    background-color: #f8f8f8;
    padding: 30px 20px;
    border-radius: 15px
}

.reviews_form h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.reviews_form input,
.reviews_form textarea {
    background-color: #fff
}

.reviews_form_rating {
    border: none;
    display: inline-block
}

.reviews_form_rating>input {
    display: none
}

.reviews_form_rating>label:before {
    margin: 5px 0;
    font-size: 1.25em;
    display: inline-block
}

.reviews_form_rating>label {
    color: #d1cfcf;
    float: right;
    margin: 0 5px 5px 0;
    cursor: pointer
}

.reviews_form_rating>input:checked~label,
.reviews_form_rating:not(:checked)>label:hover,
.reviews_form_rating:not(:checked)>label:hover~label {
    color: #c0b660
}

.reviews_form_rating>input:checked+label:hover,
.reviews_form_rating>input:checked~label:hover,
.reviews_form_rating>label:hover~input:checked~label,
.reviews_form_rating>input:checked~label:hover~label {
    color: #e0daa0
}

.korpa_items {
    margin-bottom: 30px
}

.korpa_head {
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 30px;
    font-weight: 600;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    margin: 0
}

.korpa_item {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    margin: -1px 0 0 0;
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.korpa_item .row div {
    padding: 0 0 0 15px
}

.korpa_item_img {
    text-align: center
}

.korpa_item_img img {
    display: inline-block;
    max-width: 100%;
    width: 100%
}

.korpa_item_title .row>div {
    align-self: center
}

.korpa_item h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
    transition: all .2s
}

.korpa_item h3 small a {
    display: block;
    font-weight: 700
}

.korpa_item h3+h3 {
    padding-top: 0
}

.korpa_item h3:hover {
    color: #000001
}

.korpa_item_txt {
    padding-top: 10px;
    padding-bottom: 10px;
    align-self: center
}

.korpa_item_txt input {
    width: 45px;
    height: 30px;
    text-align: center;
    border: 1px solid #cecece;
    border-radius: 8px
}

.korpa_item_txt span {
    display: none
}

.korpa_item_txt a span {
    display: inline-block
}

.korpa_item_delete {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 2;
    background: #eee;
    border-radius: 3px;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    transition: all .2s;
    opacity: .6
}

.korpa_item_delete:hover {
    color: #000001 !important;
    opacity: .9
}

.korpa_item .button i {
    margin-right: 5px
}

.korpa_update {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #d3d3d3
}

.korpa_update .button i {
    margin-right: 5px
}

.korpa_update .button:disabled {
    cursor: default;
    color: #fff !important;
    background-color: #d3d3d3 !important
}

.korpa_update .button:disabled i {
    margin-right: 5px
}

.korpa_code {
    text-align: right
}

.korpa_code input {
    font-size: 14px;
    width: 200px;
    height: 45px;
    border: 1px solid #d3d3d3;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px
}

.korpa_sum {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    margin: 0
}

.korpa_sum span {
    display: inline-block
}

.korpa_sum_title {
    width: 200px
}

.korpa_sum_price {
    width: 200px;
    margin-bottom: 12px
}

.korpa_sum .button {
    margin-top: 10px;
    max-width: 290px;
    width: 100%
}

.korpa_sum .button i {
    margin-left: 5px;
    position: relative;
    bottom: -2px;
    font-size: 16px
}

.korpa_empty {
    text-align: center;
    padding: 20px 0 40px
}

.korpa_empty h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400
}

.card_default {
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden
}

.card_default .card-header {
    font-size: 15px;
    font-weight: 600;
    background-color: #222;
    color: #fff;
    border-radius: 3px 3px 0 0
}

.card_default .card-body {
    padding: 20px;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 25px
}

.card_default .card-body h6 {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    margin-bottom: 20px
}

.card_default .card-body p a {
    color: #000001
}

.card_default .card-body .button {
    margin-bottom: 10px
}

.card_default .card-body .table {
    font-size: 14px
}

.card_default .card-body .table a {
    text-decoration: underline;
    transition: all .2s
}

.card_default .card-body .table a:hover {
    color: #000001
}

.card_default .card-body .order_sent {
    background-color: #dbf4f6;
    color: #398b91;
    font-weight: 500
}

.card_default .card-body .order_failed {
    background-color: #f3d5d5;
    color: #a74f4f;
    font-weight: 500
}

.card_default .card-body .order_success {
    background-color: #e0f8e9;
    color: #23653c;
    font-weight: 500
}

.card_default .card-body .order_pending {
    background-color: #fde0b1;
    color: #a5711d;
    font-weight: 500
}

.card_default .card-body dl {
    margin: 0 0 20px;
    font-size: 14px
}

.card_default .card-body dl a {
    color: #000001
}

.card_default .card-body dl dt {
    background-color: #f4f4f4;
    padding: 12px 15px;
    margin-bottom: 3px;
    font-weight: 500
}

.card_default .card-body dl dt b {
    font-weight: 700
}

.card_default .card-body dl dd {
    background-color: #f8f8f8;
    margin-bottom: 0;
    padding: 12px 15px;
    margin-bottom: 3px
}

.card_default .card-body dl dd b {
    font-weight: 700
}

.card_default_payment {
    padding: 20px 20px 10px;
    border: 1px solid #add8e6;
    background-color: #fafbfb;
    margin-bottom: 20px;
    max-width: 700px
}

.card_default_payment h5 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px
}

.card_default_payment .form_default_input,
.card_default_payment .form_default_select,
.card_default_payment .form_default_textarea {
    background-color: #fff
}

.card_default_payment .payment_item img {
    height: 45px
}

.profile_menu {
    padding-top: 10px
}

.profile_menu ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 10px
}

.profile_menu ul li {
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    border-left: 2px solid #000001;
    border-radius: 8px
}

.profile_menu ul a {
    padding: 10px 15px;
    display: block;
    font-weight: 500;
    transition: all .2s
}

.profile_menu ul a:hover {
    color: #000001
}

.profile_menu ul .active a {
    color: #000001;
    font-weight: 500
}

.default_scrollbar::-webkit-scrollbar,
.categories::-webkit-scrollbar,
.cart_dropdown_wrapper::-webkit-scrollbar,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.default_scrollbar::-webkit-scrollbar-track,
.categories::-webkit-scrollbar-track,
.cart_dropdown_wrapper::-webkit-scrollbar-track,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #cecece
}

.default_scrollbar::-webkit-scrollbar-thumb,
.categories::-webkit-scrollbar-thumb,
.cart_dropdown_wrapper::-webkit-scrollbar-thumb,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #cf4e4e;
    -webkit-transition: all .2s;
    transition: all .2s
}

.default_scrollbar::-webkit-scrollbar-thumb:hover,
.categories::-webkit-scrollbar-thumb:hover,
.cart_dropdown_wrapper::-webkit-scrollbar-thumb:hover,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #ca7272
}

.custom_cta .fa-viber {
    width: 42px;
    height: 42px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background-color: #665cac;
    color: #fff;
    border-radius: 50%
}

.custom_cta .d-flex {
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px
}

.custom_cta .d-flex img,
.custom_cta .d-flex i {
    margin-right: 15px
}

.custom_cta p {
    margin: 0;
    display: flex;
    flex-direction: column
}

.custom_cta p span {
    display: block;
    text-transform: uppercase;
    font-weight: 500
}

.custom_cta p b {
    font-size: 16px;
    font-weight: 800
}

.custom_cta p b a {
    font-size: 18px;
    font-weight: 800
}

.custom_cta p b.d-flex a:not(:last-child) {
    margin-right: 15px
}

.custom_table .table {
    text-align: center
}

.custom_table .table thead th {
    background-color: #000001;
    min-width: 200px;
    color: #fff
}

.custom_table .table td {
    font-weight: 700
}

.custom_table.table-responsive {
    max-height: 720px
}

.free_gift {
    position: absolute;
    bottom: 15px;
    left: 15px
}

.free_gift img {
    max-width: 130px
}

.custom_label {
    padding: 15px;
    background-color: #000001;
    color: #fff;
    margin: 0;
    font-weight: 500;
    border-radius: 8px
}

.custom_label b {
    display: block
}

.custom_label.mw-700 {
    max-width: 700px
}

.custom_label_small {
    color: #000001;
    font-weight: 500
}

@media(max-width:1479px) {
    .navigation_list li.active>a {
        color: #ffffff !important
    }
    .navigation_list li>a {
        padding-left: 15px;
        padding-right: 15px
    }
    .navigation_list li.brand_item {
        position: absolute;
        margin-top: 12px
    }
    .navigation_list li.brand_item a {
        width: 100%;
        padding: 0 6px
    }
    .navigation_list .nav_social a {
        padding-left: 10px;
        padding-right: 10px
    }
    .navigation_list li:last-child {
        right: 70px
    }
    .home_categories .categories {
        max-height: 450px;
        overflow-y: auto
    }
    .home_categories .categories.categories_mobile_fix {
        max-height: 435px;
        overflow-y: auto
    }
    .form_social_item {
        font-size: 12px
    }
    .product_delivery {
        font-size: 9px
    }
    .detail_cta .media-body p {
        font-size: 18px
    }
}

@media only screen and (max-width:1199.98px) {
    .header_search {
        margin-top: 10px
    }
    .header_user {
        margin-right: 15px
    }
    .header_cart {
        margin-left: 15px
    }
    .header_cart .cart_trigger {
        background-color: #fff0
    }
    .navigation_list>li>a {
        padding: 19.5px 13px;
        font-size: 12px
    }
    .navigation_list .nav_social a {
        padding-left: 8px;
        padding-right: 8px
    }
    .navigation_list li.brand_item {
        margin-top: 15px
    }
    .navigation_list li.brand_item a img {
        height: 23px;
        margin: 0
    }
    .navigation_list li:last-child {
        right: 70px
    }
    .home_categories {
        display: none
    }
    .home_sliders {
        flex: 0 0 75%;
        max-width: 75%
    }
    .header_search .select2-container {
        width: 180px !important
    }
    .contact_us h3 {
        font-size: 24px
    }
    .contact_us .button {
        margin-top: 15px
    }
    .category_left {
        flex: 0 0 28%;
        max-width: 28%
    }
    .category_right {
        flex: 0 0 72%;
        max-width: 72%
    }
    .category_products .product {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .products_list .product {
        flex: 0 0 100%;
        max-width: 100%
    }
    .products_list .product article figure {
        flex: 0 0 30%;
        max-width: 30%
    }
    .products_list .product article>div {
        flex: 0 0 70%;
        max-width: 70%
    }
    .slick-next,
    .slick-prev {
        top: 40%
    }
    .post h2 {
        font-size: 18px
    }
    .home_categories .categories.categories_mobile_fix {
        max-height: 340px;
        overflow-y: auto
    }
    .detail_cta_phone span {
        font-size: 28px
    }
    .detail_add.d-md-flex>div {
        display: flex;
        flex-direction: column
    }
    .detail_add.d-md-flex>div .button {
        margin: 10px 0 10px 0
    }
    .product h4,
    .product h3 {
        max-width: inherit
    }
    .product .product_delivery {
        display: flex;
        align-items: center;
        width: auto
    }
    .product .product_delivery span {
        font-size: .5rem
    }
    .product .product_delivery i {
        border: none;
        margin: .25rem 0
    }
    .advantage {
        min-height: inherit
    }
}

@media only screen and (max-width:991.98px) {
    body {
        padding-top: 100px
    }
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
        width: 100%;
        background-color: #f6f6f6
    }
    .header_logo img {
        max-height: 60px
    }
    .header_cart.fixed {
        position: relative;
        top: 0;
        right: 0;
        -webkit-animation: none !important;
        animation: none !important
    }
    .header_cart.fixed .cart_trigger {
        background-color: #fff;
        border: none;
        padding: 0;
        border-radius: 5px;
        box-shadow: none !important
    }
    .header_cart.fixed .cart_dropdown {
        top: 50px
    }
    .header_search_wrap {
        position: absolute
    }
    .header_search,
    .navigation_wrapper,
    .category_left {
        position: fixed;
        opacity: 0;
        top: 0;
        left: -100%;
        height: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 1000001
    }
    .header_search.active,
    .navigation_wrapper.active,
    .category_left.active {
        opacity: 1;
        left: 0;
        -webkit-animation: fadeToBottom .3s ease forwards;
        animation: fadeToBottom .3s ease forwards
    }
    .header_menu_trigger,
    .header_search_trigger {
        display: inline-block !important
    }
    .header_menu_trigger button,
    .header_search_trigger button {
        padding: 0;
        font-size: 24px;
        height: 33px;
        width: 33px;
        line-height: 33px;
        border: none;
        background-color: #fff0;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle
    }
    .header_menu_trigger {
        margin-left: 15px
    }
    .header_menu_trigger button {
        background-image: url(../images/menu.svg)
    }
    .header_search_trigger {
        margin-right: 15px
    }
    .header_search_trigger button {
        background-image: url(../images/search.svg)
    }
    .close_search,
    .close_menu,
    .close_filters {
        position: absolute;
        z-index: 10;
        display: inline-block;
        right: 0;
        top: 0;
        background-color: #eee;
        color: #777 !important;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        border: none
    }
    .navigation_wrapper {
        padding-top: 20px
    }
    .navigation_wrapper .navigation {
        background-color: #fff !important;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow-y: auto;
        position: relative !important;
        width: 100% !important;
        top: 0;
        left: 0;
        border: none !important;
        z-index: 1 !important;
        -webkit-animation: none !important;
        animation: none !important;
        height: 100% !important
    }
    .navigation_list li {
        display: block
    }
    .navigation_list li a {
        display: block;
        border: none;
        font-size: 15.5px;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0;
        color: #010101 !important
    }
    .navigation_list li a .badge {
        display: none
    }
    .navigation_list li.brand_item {
        margin: 0;
        position: relative
    }
    .navigation_list li.brand_item a {
        padding: 15px 0
    }
    .navigation_list .nav_categories {
        background-color: #fff;
        padding: 10px 0
    }
    .navigation_list .nav_categories>a {
        color: #000001;
        font-weight: 600
    }
    .navigation_list .nav_social {
        display: inline-block;
        float: none;
        margin-right: 10px;
        border: none !important;
        margin-bottom: 20px;
        margin-top: 10px;
        position: relative;
        right: 0
    }
    .navigation_list .nav_social a {
        background-color: #f2f2f2;
        padding: 15px;
        border: none !important
    }
    .navigation_list li:last-child {
        right: 0
    }
    .navigation_list .nav_categories>.dropdown-menu {
        display: block !important
    }
    .navigation_list .dropdown-menu {
        padding-bottom: 13px !important;
        border: none;
        left: 0 !important;
        width: 100%;
        position: relative !important;
        transform: none !important
    }
    .navigation_list .dropdown-menu a {
        border: none !important;
        padding: 7px
    }
    .navigation_list .dropdown-menu .dropdown-menu {
        padding-left: 20px;
        padding-bottom: 0 !important
    }
    .navigation_list .dropdown-submenu:hover>.dropdown-menu {
        display: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }
    .navigation_list .dropdown-submenu:hover>.dropdown-menu.show {
        display: block !important;
        -webkit-animation: none !important;
        animation: none !important
    }
    .navigation_list li.brand_item a img {
        height: 30px
    }
    .select2-dropdown {
        width: auto;
        max-width: inherit !important
    }
    .header_search {
        margin-top: 0;
        padding: 50px 20px;
        text-align: right
    }
    .header_search_form {
        padding-right: 0;
        padding-left: 0
    }
    .header_search_results {
        max-height: 370px
    }
    .header_search input {
        border: 1px solid #777;
        padding: 0 1rem
    }
    .header_search .select2-container {
        position: relative;
        width: 100% !important;
        right: 0;
        top: 0;
        margin-top: 20px;
        text-align: left;
        margin-bottom: 20px
    }
    .header_search button {
        position: relative
    }
    .header_search .select2-container--default .select2-selection--single .select2-selection__rendered {
        border: 1px solid #777;
        padding: 0 1rem
    }
    .category_right {
        flex: 0 0 100%;
        max-width: 100%
    }
    .category_left {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
    .category_left>aside {
        padding: 30px 15px;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden
    }
    .filters_trigger {
        display: inline-block;
        position: fixed;
        z-index: 1000;
        top: 150px;
        right: 0;
        background-color: #fff;
        border-top: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        border-right: none;
        border-radius: 3px 0 0 3px;
        padding: 0;
        width: 55px;
        height: 55px;
        font-size: 16px;
        box-shadow: 0 0 8px rgb(0 0 0 / .12) !important;
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/filter.svg)
    }
    .home_sliders {
        flex: 0 0 66.666%;
        max-width: 66.666%
    }
    .row_col6 .product {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
    .product figure .add_to_cart,
    .product figure .add_to_cart_alt {
        bottom: 15px !important;
        opacity: 1 !important
    }
    .footer ul {
        margin-bottom: 30px
    }
    .contact_us h3 {
        font-size: 22px
    }
    .contact_us .text-right {
        margin-left: 75px;
        text-align: left !important
    }
    .contact_info {
        padding-left: 15px
    }
    .slick-next,
    .slick-prev {
        top: 38%
    }
    .korpa_item h3 {
        font-size: 15px
    }
    .card_default .card-body .dl_head {
        display: none
    }
    .custom_cta {
        margin-top: 20px
    }
}

@media only screen and (max-width:767.98px) {
    body {
        padding-top: 80px
    }
    .home_sliders {
        flex: 0 0 100%;
        max-width: 100%
    }
    .slick-next,
    .slick-prev {
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px
    }
    .discount_slider {
        margin-left: -10px;
        margin-right: -10px
    }
    .discount_slider .product {
        padding-left: 10px;
        padding-right: 10px
    }
    .discount_slider .product figure>a {
        height: 160px
    }
    .cookies .container {
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .cookies .container p {
        font-size: 13px
    }
    .cookies .button {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 15px
    }
    .row_col6 .product {
        flex: 0 0 50%;
        max-width: 50%
    }
    .product h4 {
        font-size: 10px
    }
    .product h3 {
        font-size: 14px;
        margin-bottom: 7px;
        line-height: 1.4
    }
    .product figure .add_to_cart,
    .product figure .add_to_cart_alt {
        bottom: 10px !important;
        right: 10px !important;
        width: 40px;
        font-size: 13px;
        height: 40px;
        line-height: 40px
    }
    .product figure>a {
        height: 160px
    }
    .product figure img {
        max-height: 160px
    }
    .product_rating {
        margin-bottom: 0
    }
    .product_price {
        font-size: 17px
    }
    .product_price span {
        display: block
    }
    .product_price del {
        font-size: 13px
    }
    .product_delivery {
        display: block !important;
        flex-direction: column;
        font-size: .625rem
    }
    .product_delivery i {
        border: none;
        margin: .25rem 0;
        padding-right: .25rem
    }
    .product_status {
        font-size: 11px;
        line-height: 11px;
        top: 0;
        left: 0
    }
    .product_discount {
        font-size: 11px;
        right: 0;
        top: 0
    }
    .advantage {
        padding: 15px;
        margin-bottom: 15px
    }
    .contact_us h3 a {
        display: block
    }
    #toTop {
        left: 15px
    }
    #toTop.active {
        bottom: 15px
    }
    .footer {
        padding-bottom: 60px;
        text-align: center
    }
    .footer p {
        text-align: center
    }
    .footer p span {
        display: block;
        font-size: 0;
        visibility: hidden
    }
    .footer h5 {
        text-align: center
    }
    .footer ul li {
        text-align: center;
        padding-left: 0 !important;
        display: block
    }
    .footer ul li span {
        display: none
    }
    .footer_social {
        text-align: center
    }
    .footer_payments {
        margin-top: 30px
    }
    .footer_copyright {
        padding-top: 40px
    }
    .help {
        bottom: 15px;
        right: 15px
    }
    #googleMap {
        height: 350px
    }
    .not_found {
        padding-top: 40px;
        padding-bottom: 60px
    }
    .not_found h1 {
        font-size: 70px
    }
    .not_found h2 {
        font-size: 22px
    }
    .header {
        box-shadow: 0 0 9px rgb(0 0 0 / .15) !important
    }
    .header_wishlist img,
    .header_user img,
    .header_cart .cart_trigger img {
        height: 23px
    }
    .header_search_trigger button,
    .header_menu_trigger button {
        height: 23px;
        width: 23px
    }
    .header_menu_trigger {
        margin-left: 12px
    }
    .header_user .dropdown-toggle:after {
        font-size: 12px;
        margin-left: 0;
        bottom: 0
    }
    .header_user,
    .header_search_trigger {
        margin-right: 8px
    }
    .header_wishlist {
        margin-right: 20px
    }
    .header_cart {
        margin-left: 12px;
        margin-right: 20px
    }
    .header_cart .cart_trigger {
        background-color: #fff0 !important
    }
    .header_cart .cart_trigger .badge {
        font-size: 10px
    }
    .header_logo {
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: -5px
    }
    .header_logo img {
        max-height: 36px
    }
    .navigation_wrapper .navigation {
        padding-top: 10px
    }
    .category_left>aside {
        padding-left: 0;
        padding-right: 0
    }
    .category_products .product {
        flex: 0 0 50%;
        max-width: 50%
    }
    .filters_trigger {
        top: 70px
    }
    .cart_dropdown {
        top: 45px !important;
        width: 100%;
        position: fixed;
        left: 0;
        right: 0
    }
    .cart_dropdown_item h4 {
        font-size: 14px
    }
    .form_social {
        margin-left: -5px;
        margin-right: -5px
    }
    .form_social>div {
        padding-left: 5px;
        padding-right: 5px
    }
    .form_social p {
        margin-bottom: 10px
    }
    .form_social_item {
        margin-bottom: 10px
    }
    .default_product_modal .modal-content {
        padding-left: 5px;
        padding-right: 5px
    }
    .default_product_modal .modal-content .align-self-center {
        padding-left: 0
    }
    .default_product_modal .modal-body h3 {
        font-size: 15px
    }
    .default_product_modal .modal-body figure {
        height: 100px
    }
    .default_product_modal .modal-body figure img {
        max-height: 100px
    }
    .default_product_modal .modal-footer {
        padding-top: 10px
    }
    .default_product_modal .modal-footer .button {
        margin-top: 10px
    }
    .default_product_modal .close {
        top: -5px;
        right: -5px
    }
    .products_list .product article {
        display: block;
        background-color: #fff
    }
    .products_list .product article>div {
        padding: 0;
        align-self: inherit;
        flex: 0 0 100%;
        max-width: 100%
    }
    .products_list .product article figure {
        flex: 0 0 100%;
        max-width: 100%
    }
    .options_view {
        display: none
    }
    .options_sorting,
    .options_number {
        display: block
    }
    .options select {
        display: block;
        width: 100%
    }
    .options .text-right {
        text-align: left !important
    }
    .post_date {
        font-size: 12px;
        top: -30px
    }
    .post h2 {
        font-size: 17px
    }
    .comments .text-right {
        text-align: left !important
    }
    .comment img {
        height: 35px;
        width: 35px;
        margin-right: 10px !important
    }
    .comment .media-body_text {
        padding: 15px
    }
    .section_media_img {
        height: 70px;
        width: 70px;
        line-height: 70px;
        margin-right: 15px
    }
    .section_media_img img {
        height: 45px
    }
    .detail-slider figure {
        height: 330px
    }
    .detail-slider figure .img-fluid {
        max-height: 330px
    }
    .detail-slider-nav figure {
        height: 102px
    }
    .detail-slider-nav figure .img-fluid {
        max-height: 100px
    }
    .detail_price_rate {
        margin-top: 10px;
        text-align: left
    }
    .detail_text h1 {
        font-size: 22px
    }
    .detail_text dl dt {
        max-width: 40%;
        flex: 0 0 40%
    }
    .detail_text dl dd {
        max-width: 60%;
        flex: 0 0 60%
    }
    .detail_text .advantage h5 {
        font-size: 12px
    }
    .detail_add .button {
        padding-left: 10px !important;
        padding-right: 10px !important;
        min-width: 170px
    }
    .detail_add .fastBuy {
        margin-top: 10px;
        margin-left: 120px
    }
    .detail_wishlist,
    .detail_delivery {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .detail_cta {
        display: block
    }
    .detail_cta_phone b {
        font-size: 15px
    }
    .detail_cta_phone span {
        font-size: 28px;
        line-height: 1
    }
    .detail_cta .media-body {
        padding-left: 0;
        margin-left: 0;
        border-left: none
    }
    .detail_cta_icons {
        align-self: flex-start;
        padding-left: 10px
    }
    .detail_suggest_products img {
        height: 50px
    }
    .tab_list a {
        display: block;
        background-color: #f7f7f7;
        border: none;
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: 2px solid #000001
    }
    .korpa_empty h5 {
        font-size: 17px
    }
    .korpa_item {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .korpa_item>div {
        padding-left: 0
    }
    .korpa_item h3 {
        font-size: 14px
    }
    .korpa_item_img {
        padding-bottom: 5px !important;
        padding-top: 5px !important
    }
    .korpa_item_txt {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .korpa_item_txt span {
        display: inline-block;
        margin-right: 5px
    }
    .korpa_item_delete {
        top: 15px;
        right: 0;
        margin-top: 0
    }
    .korpa_head {
        display: none
    }
    .korpa_update>div {
        padding-left: 0;
        padding-right: 0
    }
    .korpa_update .button,
    .korpa_update input {
        width: 100%;
        max-width: 100%;
        text-align: center
    }
    .korpa_update input {
        margin-bottom: 5px
    }
    .korpa_update .updateCart {
        margin-bottom: 20px
    }
    .korpa_sum {
        padding-bottom: 0;
        border: none
    }
    .korpa_sum>div {
        padding-left: 0;
        padding-right: 0
    }
    .korpa_sum span,
    .korpa_sum .button {
        width: 100%;
        display: block;
        text-align: center;
        max-width: 100%
    }
    .collapse_default .card-body .button {
        width: 100%
    }
    .card_default .card-body,
    .card_default .card-header {
        padding-left: 15px;
        padding-right: 15px
    }
    .collapse_default_btn {
        font-size: 14px
    }
    .page_route ul li {
        font-size: 12px
    }
    .page_route ul li:after {
        margin: 0 5px
    }
    .detail_tabs_desc iframe {
        min-height: 300px
    }
    .detail_tabs_desc dl dt,
    .detail_tabs_desc dl dd {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .black_friday {
        width: 110px
    }
    .detail-slider .black_friday {
        width: 160px
    }
    .game h2 {
        font-size: 20px
    }
    .game p {
        font-size: 15px
    }
    .custom_cta .d-flex {
        flex-direction: column;
        align-items: flex-start
    }
    .custom_cta .d-flex img,
    .custom_cta .d-flex i {
        margin: 0 0 10px 0
    }
    .product figure>a.free_gift {
        height: inherit
    }
    .product figure>a.free_gift img {
        max-height: inherit
    }
}