body {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    color: #363636;
    overflow: visible;
    position: relative;
}
body.processing:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.6;
    z-index: 500;
    position: absolute;
}
img {
    max-width: 100%;
}
.form-control{
    font-size: inherit;
}
/* placeholder text */
::-webkit-input-placeholder {
    color: rgb(206, 206, 206) !important;
    opacity: 1;
}
::-moz-placeholder {
    color: rgb(206, 206, 206) !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: rgb(206, 206, 206) !important;
    opacity: 1;
}
::-ms-input-placeholder {
    color: rgb(206, 206, 206) !important;
    opacity: 1;
}
::placeholder {
    color: rgb(206, 206, 206) !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: rgb(206, 206, 206) !important;
}
::-ms-input-placeholder {
    color: rgb(206, 206, 206) !important;
}
/* end placeholder */
.pagination {
    padding-left: 0;
    padding-right: 0;
}
a:hover {
    text-decoration: none;
}
.table td,
.table th {
    vertical-align: middle;
}
.clearfix {
    overflow: hidden;
}
.shadow {
    -webkit-box-shadow: 0px 2px 8px 0px #cbcbcb !important;
    box-shadow: 0px 2px 8px 0px #cbcbcb !important;
}
.form-control {
    height: calc(1.5em + 0.85rem + 3px);
}
textarea.form-control {
    height: auto;
}
.pointer {
    cursor: pointer;
}
.slick-slide a {
    outline: none !important;
}

/* Fixed header */
body.fixed_header {
    margin-top: 100.25px;
}
body.fixed_header.no_menu {
    margin-top: 74px;
}
body.fixed_header header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    -webkit-box-shadow: 0 0px 4px #222;
    box-shadow: 0 0px 4px #222;
    background-color: #384A55;
    border-bottom: 3px solid #000;
}
@media (max-width: 992px) {
    body.fixed_header,
    body.fixed_header.no_menu {
        margin-top: 70px;
    }
}
@media (max-width: 768px) {
    body.fixed_header,
    body.fixed_header.no_menu {
        margin-top: 60px;
    }
}
/* end */

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1280px;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.bg-black {
    background-color: #000;
}
.bg-black * {
    color: #fff;
}
.bg-black a:hover {
    color: #d9d7d7;
}
.bg-yellow {
    background-color: #f7d253;
}
.br-0 {
    border-radius: 0 !important;
}
.btn-transparent {
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 0;
}
.btn-transparent-red {
    border: 1px solid #000 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.btn-transparent.brd-white {
    border: 2px solid #fff;
    color: #fff;
}
.btn-transparent.brd-white:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}
/* .btn-transparent:hover{background-color:#ee2d24!important;border-color:#ee2d24!important;color:#fff!important} */
.btn-transparent:hover {
    background-color: #f7d253 !important;
    border-color: #f7d253 !important;
    color: #fff !important;
}
.btn-transparent-red:hover {
    background-color: #ee2d24 !important;
    border-color: #ee2d24 !important;
    color: #fff !important;
}
.btn-blank-secondery {
    background: transparent;
}
.btn {
    position: relative;
}
.btn.processing {
    text-indent: -1000px;
}
.btn span.spinner-border {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.clearList {
    margin: 0;
    padding: 0;
    list-style: none;
}
[dir="rtl"] .clearList {
    text-align: right;
}
.clearList.inline li {
    float: left;
}
[dir="rtl"] .clearList.inline li {
    float: right;
}

.btn {
    border: 0.400000006px solid #000;
    border-radius: 8px;
    font: normal normal bold 20px/26px Assistant;
    color: #000;
    font-size: 20px;
}
.btn:hover {
    color: #352aff;
    border-color: #352aff;
}
.btn.bg-yellow {
    border-color: #f7d253;
}
.btn.bg-yellow:hover {
    background-color: #ee2d24;
    border-color: #ee2d24;
    color: #fff;
}
.btn.btnr-0 {
    border-radius: 0 !important;
}
.btn.btn-active {
    border-color: #f7d253;
    color: #f7d253;
    background-color: transparent;
}
.btn.btn-active:hover,
.btn.btn-active:focus {
    border-color: #f7d253;
    background-color: #f7d253;
    color: #000;
}
.btn.btn-yellow {
    background-color: #384A55;
    border-color: #384A55;
    color: #fff;
    border-radius: 0;
}
.btn.btn-yellow:hover {
    background-color: #6f8ea2;
    border-color: #6f8ea2;
    color: #fff;
}
.btn.btn-blue {
    background-color: #352aff;
    border-color: #352aff;
    color: #fff;
}
.btn.btn-blue:hover {
    background-color: #ee2d24;
    border-color: #ee2d24;
    color: #fff;
}
.btn.btn-gray {
    background-color: #fff;
    border: 0.400000006px solid #000;
    color: #000;
}
.btn.btn-gray:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-big {
    width: 230px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    border-radius: 5px;
}

label {
    color: #4d4d4d;
    font-weight: 600;
    margin-bottom: 2px;
}

.header_top {
    padding: 12px 0;
    padding-bottom: 8px;
    direction: rtl;
}
.header_top .col-6 {
    vertical-align: baseline;
    margin: auto;
}
.header_top .col-8{
    display: flex;
    align-items: center;
}
.header_top img.site_logo {
    height: 50px;
    width: auto;
    max-width: 280px;
    -o-object-fit: contain;
    object-fit: contain;
}
.header_top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_top ul > li {
    margin: 0 15px;
    position: relative;
}
.header_top ul > li img {
    max-width: 28px;
    max-height: 28px;
}
.header_top ul > li.language_changer img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 991px) {
    .header_top ul li.main_navmenu_toggler {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .header_top img.site_logo {
        height: 35px;
        width: auto;
        max-width: 100%;
    }
}
@media (max-width: 580px) {
    .header_top ul > li {
        margin: 0 10px;
    }
}
@media (max-width: 500px) {
    .header_top ul > li img {
        max-width: 20px;
        max-height: 20px;
    }
    .header_top ul > li {
        margin: 0 8px;
    }
    .header_top ul > li.language_changer img {
        width: 30px;
        height: 30px;
    }
}
.header_top ul > li:first-child {
    margin-left: 0;
}
.header_top ul > li > button {
    padding: 0;
    border: none;
    background-color: transparent;
}
.header_top ul > li > button:focus {
    outline: none;
}
/* .header_top ul > li > button img {
    max-width: 28px;
    max-height: 28px;
} */
.header_top ul > li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
}
.header_top ul > li a span {
    display: inline-block;
    margin: 0 5px;
}
.header_top ul > li:hover a {
    text-decoration: underline;
    color: #f8f2f2;
}
.header_top ul > li:hover img {
    fill: #5cb4bb;
}
@media (max-width: 992px) {
    .header_top ul > li:first-child {
        margin-left: 8px;
        margin-right: 0;
    }
}

ul.mobile_menu {
    background: #5b7a8d;
    width: 100%;
    position: absolute;
    padding: 10px 0;
}
ul.mobile_menu li {
    display: block;
    float: none !important;
    width: 100%;
    text-align: right;
    padding: 5px 0;
}
ul.mobile_menu li a{
    color: white;
}
.cart_counter {
    position: absolute;
    top: -11px;
    margin: auto;
    left: 0;
    right: -6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50%;
    padding: 2px;
    font-size: 14px;
    min-width: 18px;
    line-height: 14px;
    text-align: center;
}
.minicart_area {
    position: absolute;
    top: 35px;
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 0 3px 16px #9d9b9b;
    box-shadow: 0 3px 16px #9d9b9b;
    border-radius: 10px;
    width: 420px;
    padding-bottom: 4px;
}
@media (max-width: 480px) {
    .minicart_area {
        top: 40px;
        width: calc(100vw - 50px);
        right: -30px;
    }
}
.minicart_area .minicart_header {
    border-radius: 10px 10px 0 0;
}
.minicart_area .minicart_header strong {
    margin: 5px;
}
@media (max-width: 480px) {
    .minicart_area .minicart_header {
        padding: 10px !important;
    }
}
.minicart_area .minicart_container {
    height: 348px;
    overflow-y: auto;
}
@media (max-width: 580px) {
    .minicart_area .minicart_container {
        height: 300px;
        padding: 10px !important;
    }
}
[dir="rtl"] .minicart_area .minicart_container {
    text-align: right;
}
.minicart_area .minicart_container table {
    margin: 0;
    width: 100%;
}
.minicart_area .minicart_container tr {
    padding: 0 0 12px;
    margin: 12px 0;
    display: block;
    border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 480px) {
    .minicart_area .minicart_container tr {
        padding: 0 0 5px;
        margin: 5px 0;
        font-size: 16px;
    }
}
.minicart_area .minicart_container tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.minicart_area .minicart_container tr td.mn_thumbnail {
    width: 60px;
}
.minicart_area .minicart_container tr td.mn_thumbnail img {
    max-width: 70px;
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #eee;
}
.minicart_area .minicart_container tr td.mn_title {
    width: 212px;
    padding: 0 12px;
    font-size: 15px;
    line-height: 1.4em;
}
@media (max-width: 768px) {
    .minicart_area .minicart_container tr td.mn_thumbnail img {
        max-width: 60px;
        max-height: 60px;
    }
}
@media (max-width: 480px) {
    .minicart_area .minicart_container tr td.mn_title {
        font-size: 14px;
        width: 156px;
    }
}
.minicart_area .minicart_container tr td.mn_price {
    width: 80px;
    text-align: center;
    font-size: 16px;
}
.minicart_area .minicart_container tr td.mn_remove {
    padding: 0 10px;
    width: 36px;
}
.minicart_area .minicart_container tr td.mn_remove img:hover {
    -webkit-filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
        brightness(104%) contrast(97%);
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
        brightness(104%) contrast(97%);
}
.minicart_area .minicart_footer_top strong {
    margin: 0 5px;
}
@media (max-width: 580px) {
    .minicart_area .minicart_footer_top {
        padding: 5px !important;
    }
}
.minicart_area .minicart_footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 480px) {
    .minicart_area .minicart_footer_bottom {
        padding: 8px 0 !important;
    }
}
.minicart_area .minicart_footer_bottom .btn {
    width: 48%;
    text-decoration: none;
    color: black;
}
.minicart_area .minicart_footer_bottom .btn.bg-yellow:hover {
    color: white;
}

@media (max-width: 480px) {
    .minicart_area .minicart_footer_bottom .btn {
        font-size: 14px;
        padding: 5px 0 !important;
    }
}

.main_menu_area {
    background-color: #000;
}
.main_menu_area .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main_menu_area .navbar-toggler {
    padding: 0.25rem 0.25rem;
}
.navbar-nav {
    padding: 0;
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .main_menu_area .navbar {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-nav {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    [dir="rtl"] .navbar-nav {
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
    }
}
.navbar-nav li.nav-item {
    margin: 0 1.16em;
}
.navbar-nav li.nav-item:first-child {
    margin-left: 0;
}
[dir="rtl"] .navbar-nav li.nav-item:first-child {
    margin-left: 1.2em;
    margin-right: 0;
}
@media (max-width: 1280px) {
    [dir="rtl"] .navbar-nav li.nav-item:first-child {
        margin-left: 1em;
    }
}
@media (max-width: 1280px) and (max-width: 1200px) {
    [dir="rtl"] .navbar-nav li.nav-item:first-child {
        margin-left: 0.5em;
    }
}
@media (max-width: 1280px) and (max-width: 1200px) and (max-width: 1024px) {
    [dir="rtl"] .navbar-nav li.nav-item:first-child {
        margin-left: 0.4em;
    }
}
@media (max-width: 1280px) and (max-width: 1200px) and (max-width: 1024px) and (max-width: 992px) {
    [dir="rtl"] .navbar-nav li.nav-item:first-child {
        margin-left: 0;
    }
}
.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
[dir="rtl"] .navbar-nav li.nav-item:last-child {
    margin-right: 1.2em;
    margin-left: 0;
}
@media (max-width: 1280px) {
    [dir="rtl"] .navbar-nav li.nav-item:last-child {
        margin-right: 1em;
    }
}
@media (max-width: 1280px) and (max-width: 1200px) {
    [dir="rtl"] .navbar-nav li.nav-item:last-child {
        margin-right: 0.5em;
    }
}
@media (max-width: 1280px) and (max-width: 1200px) and (max-width: 1024px) {
    [dir="rtl"] .navbar-nav li.nav-item:last-child {
        margin-right: 0.4em;
    }
}
@media (max-width: 1280px) and (max-width: 1200px) and (max-width: 1024px) and (max-width: 992px) {
    [dir="rtl"] .navbar-nav li.nav-item:last-child {
        margin-right: 0;
    }
}
@media (max-width: 1280px) {
    .navbar-nav li.nav-item {
        margin: 0 1em;
    }
}
@media (max-width: 1280px) and (max-width: 1200px) {
    .navbar-nav li.nav-item {
        margin: 0 0.5em;
    }
}
@media (max-width: 1280px) and (max-width: 1200px) and (max-width: 1024px) {
    .navbar-nav li.nav-item {
        margin: 0 0.4em;
    }
}
@media (max-width: 1280px) and (max-width: 1200px) and (max-width: 1024px) and (max-width: 992px) {
    .navbar-nav li.nav-item {
        margin: 0;
    }
}
.navbar-nav li.nav-item a {
    color: #fff !important;
}
.navbar-nav li.nav-item a:hover {
    color: #f7d253 !important;
}
.navbar-nav li.nav-item.active a {
    color: #f7d253 !important;
}

.search_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.search_box .fade_area {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.search_box .search_box_form {
    z-index: 10;
    max-width: 480px;
    width: 480px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
}
.search_box .search_box_form input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.search_box .search_box_form button {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.search_box .search_box_form .search_area {
    padding: 12px 20px;
    position: relative;
}
.search_box .search_box_form .search_area form > div.input-group {
    position: relative;
}
.search_box .search_box_form .search_area .miniSearchResult {
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    width: 100%;
    border: 0.5px solid #ddd;
    padding: 8px 15px;
    background: #fff;
    font-size: 16px;
    color: #000;
    height: auto;
}
.search_box
    .search_box_form
    .search_area
    .miniSearchResult
    a.miniSearchEachItem {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr 3.5fr 1fr;
    grid-template-columns: 0.5fr 3.5fr 1fr;
    width: 100%;
    color: #000;
    text-decoration: none;
}
.search_box
    .search_box_form
    .search_area
    .miniSearchResult
    a.miniSearchEachItem:hover {
    color: #000;
    opacity: 0.8;
}
.search_box .search_box_form .search_area .miniSearchResult.notfound {
    color: #787878;
}
@media (max-width: 500px) {
    .search_box .search_box_form {
        margin: 0 10px;
        margin-top: 55px;
    }
    .search_box .search_box_form .search_area {
        padding: 10px;
    }
}
.search_box_form form button.pending {
    position: relative;
    opacity: 0.6;
}
.search_box_form form button.pending:after {
    content: "";
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.live_search_result {
    margin-top: 12px;
    text-align: center;
}
.live_search_result a.see_all {
    display: inline-block;
    font-weight: 600;
    margin-top: 8px;
    color: #000 !important;
    text-decoration: none !important;
}
.live_search_result a.see_all:hover {
    text-decoration: underline !important;
}
.live_search_result ul {
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: initial;
    border-top: 1px solid #ddd;
}
.live_search_result ul li {
    width: 100%;
    margin: 0;
}
.live_search_result ul li a {
    display: block;
    overflow: hidden;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: background ease-in-out 100ms;
    -o-transition: background ease-in-out 100ms;
    transition: background ease-in-out 100ms;
}
.live_search_result ul li a:hover {
    background-color: rgb(237, 237, 237);
}
.live_search_result ul li a > span {
    float: right;
    margin: 0;
    color: black;
}
.live_search_result ul li a > span.thumbnail {
    width: 10%;
}
.live_search_result ul li a > span.thumbnail img {
    width: 100%;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}
.live_search_result ul li a > span.title {
    width: 72%;
    margin: 0 2%;
}
.live_search_result ul li a > span.price {
    width: 14%;
    text-align: center;
    font-size: 14px;
}
.live_search_result ul li a > span.price del {
    color: #9d9d9d;
}

body[dir="rtl"] footer {
    text-align: right;
}

.footer_securities_area {
    padding: 30px 0 !important;
    border-top: 1.5px solid #ddd;
    text-align: center;
}
@media (max-width: 992px) {
    .footer_securities_area {
        padding: 20px 0 !important;
    }
}
@media (max-width: 992px) and (max-width: 768px) {
    .footer_securities_area {
        padding: 15px 0 !important;
    }
}
.footer_securities_area .security {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    margin: 10px 3%;
}
@media (max-width: 992px) {
    .footer_securities_area .security {
        width: 18%;
    }
}
/* @media (max-width: 992px) and (max-width: 480px) {
    .footer_securities_area .security{width:27%}
} */
.footer_securities_area .slick-slide img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer_securities_area .ft_brand_item {
    height: 86px;
}

.footer_menu_area {
    padding-top: 40px;
    padding-bottom: 60px;
}
.footer_menu_area .footer_menus_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.footer_menu_area .nav-link {
    padding: 0;
}
@media (min-width: 769px) {
    .footer_menu_area .desktop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (max-width: 768px) {
    .footer_menu_area {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .footer_menu_area .mobile {
        display: block !important;
    }
    .footer_menu_area .mobile .footer_menu {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575px) {
    .footer_menu_area {
        padding-bottom: 40px;
    }
    .footer_menu_area .footer_menu {
        margin-bottom: 15px;
    }
}
.footer_menu_area .footer_menu li {
    margin: 10px 0;
}
.footer_menu_area .footer_menu li a:hover {
    color: #f7d253;
}
.footer_mini_contact_bar {
    padding: 20px;
}
.footer_mini_contact_bar ul.footer_mnc_bar_menus {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
@media (max-width: 768px) {
    .footer_mini_contact_bar ul.footer_mnc_bar_menus {
        text-align: center;
        margin-bottom: 20px;
    }
}
.footer_mini_contact_bar ul.footer_mnc_bar_menus li {
    display: inline-block;
    margin: 0 15px;
}
.footer_mini_contact_bar ul.footer_mnc_bar_menus li:first-child {
    margin-left: 0;
}

@media (max-width: 768px) {
    .footer_mini_contact_bar .fmnc_contact_line {
        text-align: center;
    }
}

.footer_delivery_area {
    padding-top: 40px;
    padding-bottom: 35px;
}
.footer_delivery_area .footer_delivery_step img {
    margin-bottom: 5px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 575px) {
    .footer_delivery_area {
        padding-bottom: 15px;
    }
    .footer_delivery_area .footer_delivery_step {
        font-size: 16px;
    }
    .footer_delivery_area .col-md-4.col-sm-4 {
        width: 33.33%;
    }
}

footer {
    background-color: #384a55;
    padding: 10px 0;
    color: white;
}
footer .footer_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}
.footer_copyright_area {
    padding: 0;
}
.footer_copyright_area p {
    text-align: left;
    margin: 0;
}
[dir="ltr"] .footer_copyright_area .footer_copyrihgt_social ul {
    margin-left: 0;
}
[dir="ltr"] .footer_copyright_area p {
    text-align: right;
}
@media (max-width: 600px) {
    .footer_copyright_area p {
        font-size: 16px;
    }
}
@media (max-width: 577px) {
    /* .footer_copyright_area p{text-align:center} */
    .footer_copyright_area .row > div {
        width: 50%;
    }
}
.footer_copyrihgt_social ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
}
.footer_copyrihgt_social ul {
    margin: 0;
    padding:0;
    font-size: 22px;
}
.footer_copyrihgt_social ul li {
    display: inline-block;
    margin: 0 12px;
}
.footer_copyrihgt_social ul li:last-child {
    margin-right: 0;
}
.footer_copyrihgt_social ul li:last-child {
    margin-right: 0;
    margin-left: 0;
}
.footer_copyrihgt_social ul li:first-child {
    margin-left: 0;
}
.footer_copyrihgt_social ul li:first-child {
    margin-left: 12px;
    margin-right: 0;
}
.footer_copyrihgt_social ul a{
    color: white;
}
@media (max-width: 600px) {
    .footer_copyrihgt_social ul li {
        margin: 0 6px;
    }
    .footer_copyrihgt_social ul li:last-child {
        margin-right: 6px;
    }
    .footer_copyrihgt_social ul li:first-child {
        margin-left: 6px;
    }
}

.footer_copyright_texts p {
    text-align: left;
    margin: 0;
}
.footer_copyright_texts p a{
    color: white;
}
.footer_copyright_texts p a:hover{
    opacity: .7;
}
@media (max-width: 600px) {
    .footer_copyright_texts p,
    .footer_copyright_texts p {
        text-align: center;
    }
}

section.store_products_container {
    margin-bottom: 50px;
}
.products {
    position: relative;
}
.products.loading::after {
    content: "";
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 768px) {
    .products .col-lg-3.col-md-4.col-xs-6.mb-4 {
        width: 50%;
        margin-bottom: 1rem !important;
    }
}
@media (max-width: 480px) {
    .products .col-lg-3.col-md-4.col-xs-6.mb-4 {
        margin-bottom: 0.5rem !important;
    }
}
.no_product_title {
    color: #ddd;
    text-align: center;
    margin: 20vh auto;
}

.each_product {
    max-width: 240px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.each_product.pending::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.each_product.pending::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/loading.gif);
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    margin: auto auto;
    background-size: contain;
}
.each_product .each_product_details {
    color: #000;
}
@media (max-width: 500px) {
    .each_product {
        max-width: 100%;
    }
}
.each_product .each_product_details .product_mini_brand_image {
    max-width: 60px;
    max-height: 22px;
    margin: 5px auto;
}
.each_product .epd_title {
    min-height: 30px;
}
.each_product .epd_title,
.each_product .epd_title a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.each_product .epd_short_description {
    margin: 10px 0 0;
    height: 50px;
}
.each_product .epd_price {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
}
.each_product .epd_price span {
    margin: 0 5px;
    font-weight: 400;
}
.each_product .epd_price > span {
    margin: 0 10px;
}
.each_product .epd_price .epd_regular_price {
    text-decoration: line-through;
}
.each_product .each_product_footer {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease-in-out 250ms;
    -o-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    margin-top: 5px;
}
.each_product .each_product_footer .btn {
    width: 230px;
    max-width: 100%;
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 2px;
    font-weight: 600;
    visibility: hidden;
    margin: 0 auto;
}
.each_product:hover .each_product_footer .btn,
.each_product.pending .each_product_footer .btn {
    visibility: visible;
}
.each_product .each_product_footer .btn.go_to_cart {
    background-color: #ddd;
    border-color: #ddd;
    color: black;
}
.each_product .each_product_footer .btn.go_to_cart:hover {
    background-color: #ccc;
}
/* @media (max-width: 1024px) {
    .each_product .each_product_footer .btn{
        visibility: visible;
    }
} */
@media (max-width: 768px) {
    .each_product .each_product_footer .btn {
        padding: 12px 15px;
        width: 100%;
        min-width: 100%;
        line-height: 20px;
    }
}
@media (max-width: 480px) {
    .each_product .epd_title,
    .each_product .epd_title a {
        font-size: 17px;
    }
    .each_product .epd_short_description {
        margin: 5px 0 0;
        height: 40px;
        font-size: 16px;
    }
    .each_product .epd_price {
        margin-top: 5px;
    }
}
@media (max-width: 398px) {
    .each_product .epd_title,
    .each_product .epd_title a {
        font-size: 15px;
    }
    .each_product .epd_short_description {
        margin: 3px 0 0;
        height: 35px;
        font-size: 14px;
    }
    .each_product .epd_price {
        margin-top: 3px;
    }
}
/* .customer_products .each_product_footer a.btn{font-size:18px;padding:8px 10px;border-radius:10px} */
.handle_epd_cart_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    font-size: 20px;
    font-weight: 700;
    max-width: 164px;
    margin: 0 auto;
}
.handle_epd_cart_count .epd_cart_counter {
    padding: 8px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.handle_epd_cart_count .epd_cart_counter:hover {
    background-color: #f7d253;
}
.mn_quantity .active .handle_epd_cart_count {
    background-color: #fff;
}
.product_options_details .youtube_video_container {
    text-align: center;
}
.product_options_details .youtube_video_container iframe {
    margin: 0 auto;
}
.product_options_details .images_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.main {
    overflow: hidden;
    z-index: 0;
}
.page_area {
    margin: 100px 0;
    min-height: calc(100vh - 450px);
}
@media (max-width: 768px) {
    .page_area {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
[dir="rtl"] .page_area {
    text-align: right;
}
.page_area .page_title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.page_area .page_title .checkout_login,
.page_area .page_title .login,
.page_area .page_title .register {
    text-decoration: underline;
    font: normal normal normal 20px/26px Assistant;
    cursor: pointer;
}
.page_area .page_title .checkout_login:hover,
.page_area .page_title .login:hover,
.page_area .page_title .register:hover {
    opacity: 0.6;
}
.page_area .page_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page_area .page_thumbnai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page_area .page_thumbnai.top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.page_area .page_thumbnai.top img {
    margin-top: 25% !important;
}
@media (max-width: 768px) {
    .page_area .page_thumbnai.top img {
        margin-top: 8% !important;
        margin-bottom: 0 !important;
    }
}
.section {
    padding: 0;
}
@media (max-width: 768px) {
    .section {
        padding: 15px 0 !important;
    }
}
.section_title_container h2 {
    font: normal normal bold 28px/30px Assistant;
    color: #000;
    border-bottom: 6px solid #fceb00;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-bottom: 4px;
    position: relative;
}
.section_title_container h2:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: -9px;
    bottom: -22px;
    display: block;
    -webkit-transform: rotate(115deg);
    -ms-transform: rotate(115deg);
    transform: rotate(115deg);
}
.section_title_container.text-right h2 {
    margin-right: 0;
}
.section_title_container.text-left h2 {
    margin-left: 0;
}
.section_title_container h2.section_side_title {
    margin-left: 0;
    margin-right: 0;
}
.section.product_carousel .slick-track {
    min-width: 100%;
}


.result_more_details{
    margin-top: 30px;
}








/* .section.video_section{padding-top:10px} */
.section_video_container {
    position: relative;
    margin-bottom: 60px;
}
.section_video_container .video_details {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 0;
    margin: auto;
    margin-right: 0;
    width: 305px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 9px 13px 17px #000 29;
    box-shadow: 9px 13px 17px #000 29;
}
.section_video_container .video_details p:last-child {
    margin-bottom: 0;
}

/* section_grid_gallery_container */
.section_grid_gallery_container .thumbnail img {
    width: 100%;
    margin-bottom: 30px;
}
.section_grid_gallery_container .mini_thumbnail img {
    width: 100%;
    margin-bottom: 30px;
}

.banner {
    padding-top: 0;
    padding-bottom: 20px;
}
.empty_banner_gap {
    padding: 12.5px 0;
    display: block;
}

.image_box_with_floating_details {
    position: relative;
    padding: 0;
}
.image_box_with_floating_details img {
    width: 100%;
}
.image_box_with_floating_details .floating_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
@media (max-width: 992px) {
    .image_box_with_floating_details .floating_box {
        position: relative;
    }
}
.image_box_with_floating_details .floating_box .ibw_fl_details {
    margin-top: 10px;
    max-width: 760px;
    background: #fff;
    padding: 2.2% 6.6%;
    line-height: 30px;
}
[dir="rtl"] .image_box_with_floating_details .floating_box .ibw_fl_details {
    text-align: right;
}
.image_box_with_floating_details .floating_box .ibw_fl_details h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: inherit;
}
.image_box_with_floating_details .floating_box .ibw_fl_details p {
    font-size: 20px;
    line-height: inherit;
}
@media (max-width: 992px) {
    .image_box_with_floating_details .floating_box .ibw_fl_details {
        margin-top: 0;
        max-width: 100%;
        padding: 0;
        margin-bottom: -20px;
        background: transparent;
    }
}

/* images_with_floating_details */
.images_with_floating_details {
    padding-top: 0;
}
.images_with_floating_details .row {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 0;
}
.images_with_floating_details .row.float_on_left {
    direction: ltr;
}
.images_with_floating_details .row:first-child {
    padding-top: 0;
}
.images_with_floating_details .row:last-child {
    padding-bottom: 0;
}
.images_with_floating_details .row .col-lg-9 > img {
    width: 100%;
    position: relative;
    z-index: -1;
}
.images_with_floating_details .imgsw_fl_details {
    position: absolute;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    text-align: center;
    width: 300px;
    -webkit-box-shadow: 9px 13px 17px #000;
    box-shadow: 9px 13px 17px #000;
    padding: 45px 26px;
    margin: auto 0;
}
@media (max-width: 992px) {
    .images_with_floating_details .imgsw_fl_details {
        margin: 0 auto;
        margin-top: -60px;
        position: initial;
        width: calc(100% - 35px);
        min-height: 120px;
        padding: 15px;
    }
}
@media (max-width: 992px) and (max-width: 680px) {
    .images_with_floating_details .imgsw_fl_details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: initial;
        margin: 0 10px;
        margin-top: -60px;
    }
    .images_with_floating_details .imgsw_fl_details img {
        margin: 0 10px !important;
    }
}
.images_with_floating_details .imgsw_fl_details img {
    height: auto;
    margin-bottom: 15px;
}
.images_with_floating_details .imgsw_fl_details p {
    margin-bottom: 0;
}
.images_with_floating_details .row .imgsw_fl_details {
    left: -25%;
}
/* End images_with_floating_details */

.images_with_details {
    padding-top: 0;
}
.images_with_details .imgswds_row {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
}
.images_with_details .imgswds_row:first-child {
    padding-top: 0;
}
.images_with_details .imgswds_row.details_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left;
}
@media (max-width: 992px) {
    .images_with_details .imgswds_row {
        padding: 10px;
        padding-bottom: 0;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 3px 6px #000 29;
        box-shadow: 0 3px 6px #000 29;
    }
}
.images_with_details .imgswds_row .imgswds_img {
    width: 50%;
}
@media (max-width: 992px) {
    .images_with_details .imgswds_row .imgswds_img {
        width: 100%;
    }
}
.images_with_details .imgswds_row .imgswds_img img {
    min-width: 100%;
    height: auto;
}
.images_with_details .imgswds_row .imgswds_details {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.3;
}
@media (max-width: 992px) {
    .images_with_details .imgswds_row .imgswds_details {
        width: 100%;
    }
}
.images_with_details .imgswds_row .imgswds_details .imgswds_details_container {
    max-width: 390px;
    padding: 15px;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .images_with_details
        .imgswds_row
        .imgswds_details
        .imgswds_details_container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media (max-width: 992px) and (max-width: 768px) {
    .images_with_details
        .imgswds_row
        .imgswds_details
        .imgswds_details_container {
        text-align: center;
    }
}
.images_with_details .imgswds_row .imgswds_details h3 {
    font-size: 30px;
    font-weight: 600;
}

/* Store Sort by & breadcrumb */
.breadcrumb_area > .container > .row > div {
    width: 50%;
}
button.product_filter_handler {
    float: left;
    margin-right: 12px;
    border-radius: 1px;
    padding: 7.5px 10px;
    line-height: 18px;
    color: #414141;
    border-color: #414141;
    font-weight: 500;
}
/* button.product_filter_handler:hover
button.product_filter_handler.active{
    color: black !important;
    border-color: black !important;
} */
button.product_filter_handler img {
    margin-right: 10px;
    position: relative;
}
button.product_filter_handler.active img::after {
    content: url("../img/grid_icon_hover.png");
}
.sort_by {
    position: relative;
    float: left;
}
[dir="ltr"] .sort_by {
    float: right;
}
.sort_by .btn {
    width: 186px;
    border-radius: 0;
    border: 0.25px solid #414141;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    padding: 8px 10px;
    float: right;
    color: #414141;
    font-weight: 500;
}
.sort_by .btn:hover,
.sort_by .btn.active {
    color: black;
    border-color: black;
}
[dir="rtl"] .sort_by .btn {
    text-align: right;
}
.sort_by .btn:after {
    display: none;
}
.sort_by .btn:after {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("data:image/svg+xml; base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC40OSIgaGVpZ2h0PSIxMC44MzEiIHZpZXdCb3g9IjAgMCAyMC40OSAxMC44MzEiPgogIDxwYXRoIGlkPSJQYXRoXzI1MTAiIGRhdGEtbmFtZT0iUGF0aCAyNTEwIiBkPSJNLjE4NCwyMC4zMThhLjU3OC41NzgsMCwwLDAsLjQxLjE3MkEuNTYyLjU2MiwwLDAsMCwxLDIwLjMxOGw5LjY1Ni05LjY1N2EuNTc0LjU3NCwwLDAsMCwwLS44MTlMMSwuMTgzQS41OC41OCwwLDEsMCwuMTg0LDFsOS4yNDYsOS4yNUwuMTg0LDE5LjVhLjU3Ny41NzcsMCwwLDAsMCwuODE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuNDkpIHJvdGF0ZSg5MCkiLz4KPC9zdmc+Cg==");
    border: none;
    display: block;
    width: 16px;
    background-size: cover;
    height: 8px;
}
/* .sort_by .btn::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    right: auto;
    bottom: 0;
    margin: auto;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAlNJREFUOE9dkz9LHFEUxc+5i8gmlRESEESJdQJJlyK6M2sQ/ATmE6QSJQExnVZimWAbSCOkCoSFEDbzR3fYIFis+gUkVepUbtade5P33qxsnGJ33nszd8753XMJAKT7BczcAqD7d+vxe/+g2wxno8u/G8Xxgpk13SGFV0uLi4edolhV1Rn3hoHnf/pXF/U7d9dMywlXaTgctoqi+OW/HUXRPsmtUVURmSvLYY+Ue9Vem8QODD+CAMJUN/Lj/L0TiUa0tC+ULVYajZgn2DNgKmhmm2a7BnTHtG9mafpuZGEP4LY3b4CqzhI4o8h0YGPfzLAjIid0lgKL9SzPDnyBFysr97XUx25XVQd5lneay8tPAAsFVC/V9KeIPCel5qkbTpPk+2+6RTOOXqmaZyDkoFR9RvAziDlnQMiWmh4I5auphgKw13l+/KWC2NgXkS3fxsBhHkAPoGdAoG3ELozdcGwguZmOGDRudQHAPMAeYFM3XQACRI/dlw0Q3QNxHL8E8cbRMdWrwfVgdXJy8gPIh1VyWgA+AvwEswmSRvJtmqSJdxM3mw9IPnLetNRBlqedOIqfirgcEKrlpZlVEFmrVJ0mSeIgAnEU7xHY9m59J2wWtDOR2rTz69oIYIfkSZUj1/H1LMsOfIGoMZ7ECiIrBiF6bToGRJc+BP7aTLMsBOk2xJrI3HU57MkoykTbK6ii7L6qVm4c5Ucuyh7igpk2nV/SDdPSYaforKqWM4E5zvv9/kW9Xl8ztQmnf3hdtoquG6axEfW31fq/ya1U34x5BYL/Nv4CZFsjKytw4TkAAAAASUVORK5CYII=);
    border: none;
    display: block;
    width: 20px;
    background-size: cover;
    height: 20px;
} */
/* .sort_by .btn.active::before {
    left: 0;
    right: 0;
} */
.sort_by .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sort_by .active.btn:focus:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    display: block;
    width: 16px;
    background-size: cover;
    height: 8px;
    background-image: url("data:image/svg+xml; base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC40OSIgaGVpZ2h0PSIxMC44MzEiIHZpZXdCb3g9IjAgMCAyMC40OSAxMC44MzEiPgogIDxwYXRoIGlkPSJQYXRoXzI1MTAiIGRhdGEtbmFtZT0iUGF0aCAyNTEwIiBkPSJNMTEwLjIsOTYuMjc0YS41NzguNTc4LDAsMCwwLC40MS4xNzIuNTYyLjU2MiwwLDAsMCwuNDEtLjE3Mmw5LjY1Ni05LjY1N2EuNTc0LjU3NCwwLDAsMCwwLS44MTlsLTkuNjU2LTkuNjU5YS41OC41OCwwLDEsMC0uODE5LjgxOWw5LjI0Niw5LjI1TDExMC4yLDk1LjQ1NWEuNTc3LjU3NywwLDAsMCwwLC44MTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzUuOTU2IDEyMC44NDkpIHJvdGF0ZSgtOTApIi8+Cjwvc3ZnPgo=");
}
.sort_by .btn:focus + .dropdown-menu {
    display: block;
}
.sort_by .dropdown-menu {
    width: 100%;
}
[dir="rtl"] .sort_by .dropdown-menu {
    direction: rtl;
    text-align: right;
}
@media (max-width: 768px) {
    button.product_filter_handler {
        display: none;
    }
    .sort_by .btn {
        float: left;
        width: 170px;
    }
    [dir="ltr"] .sort_by .btn {
        float: right;
    }
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}
.breadcrumb li {
    margin: 0 5px;
    font-size: 16px;
}
.breadcrumb li,
.breadcrumb li a {
    color: #414141;
}
.breadcrumb li a:hover {
    color: black;
}

.cart_page_content .cart_page_cart_items thead th {
    border-bottom-width: 1px;
    border-top: none;
}
@media (max-width: 600px) {
    .cart_page_content .cart_page_cart_items thead th {
        padding: 8px;
    }
    .cart_page_content .cart_page_cart_items thead th:last-child {
        width: 50px;
    }
}
.cart_page_content .cart_page_cart_items tbody tr:last-child {
    border-bottom: 1px solid #eee;
}
.cart_page_content .cart_page_cart_items tbody tr td {
    padding: 38px 0;
    font-weight: 600;
}
.cart_page_content .cart_page_cart_items tbody tr td.mn_thumbnail img {
    width: auto;
    max-width: 80px;
    max-height: 80px;
    border: 1px solid #eee;
}
@media (max-width: 768px) {
    .cart_page_content .cart_page_cart_items thead tr {
        display: none;
    }
    .cart_page_content .cart_page_cart_items tbody {
        font-size: 16px;
    }
    .cart_page_content .cart_page_cart_items tbody tr td {
        padding: 10px 0;
        width: auto;
    }
    .hide_cart_column {
        display: none;
    }
    .cart_page_content .cart_page_cart_items tbody tr.mobile_view {
        display: table-row !important;
    }
    .cart_page_content .cart_page_cart_items tbody tr.mobile_view td {
        border-top: none;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .cart_page_content
        .cart_page_cart_items
        tbody
        tr.mobile_view
        td
        .handle_epd_cart_count {
        margin: initial;
    }
}

.cart_page_content .coupon_input_field,
.cart_page_content .coupon_input_field form {
    width: 100%;
}
.cart_page_content .coupon_input_field .form-control {
    display: inline-block;
    width: calc(100% - 105px);
    border-radius: 2px;
    height: calc(1.5em + 0.78rem + 4px);
    font-size: 20px;
}
.cart_page_content .coupon_input_field button.btn {
    width: 100px;
    line-height: 1.6;
    vertical-align: baseline;
}
.cart_page_content .cart_total_box {
    background: #f4f4f4 0 0 no-repeat padding-box;
    font: normal normal bold 18px/22px Assistant;
    color: inherit;
    width: 100%;
    text-align: center;
    padding: 27px 0;
    margin-top: 18px;
}
.cart_page_content .cart_items_delivery_options {
    margin: 0;
}
.cart_page_content .cart_items_delivery_options label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkout_page .same_as_shipping_address {
    font-size: 16px;
    cursor: pointer;
}

.load_more_products button {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 20px;
}
.load_more_products button:hover {
    text-decoration: underline;
}
.load_more_products button:focus {
    color: red;
}

/* Slogan */
section.slogan.section {
    position: relative;
    z-index: 2;
    padding-top: 100px;
}
section.slogan.section.without_logo {
    padding-top: 30px;
}
section.slogan.section .slogan_logo {
    position: absolute;
    top: -124px;
    left: 0;
    right: 0;
    margin: auto;
    height: 148px;
    width: 148px;
    object-fit: contain;
    background-image: url(../img/logo_bg_round.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    padding: 30px;
}
section.slogan.section h3.slogan_title {
    font-size: 45px;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    section.slogan.section {
        padding-top: 100px;
    }
    section.slogan.section.without_logo {
        padding-top: 30px;
    }
}
@media (max-width: 768px) {
    section.slogan.section {
        padding-top: 80px !important;
    }
    section.slogan.section.without_logo {
        padding-top: 30px !important;
    }
    section.slogan.section .slogan_logo {
        top: -75px;
        height: 100px;
        width: 100px;
        padding: 25px;
    }
    section.slogan.section h3.slogan_title {
        font-size: 32px;
        margin-bottom: 35px;
    }
}
/* end slogan */

/* leading brand */
.leading_brands .leading_brands_container a.leading_brands_item {
    margin: 10px 10px;
    display: inline-block;
}
.leading_brands .leading_brands_container img {
    min-width: 50px;
    min-height: 10px;
    max-width: 170px;
}
.leading_brands_container .leading_brands_item img:hover {
    opacity: 0.7;
}
@media (max-width: 575px) {
    .leading_brands_container a.leading_brands_item {
        margin: 10px 1.8%;
        display: inline-block;
        max-width: 100px;
    }
}
/* end leading brand */

.confirm_box,
.login_box_container,
.result_box_container,
.popup_newsletter_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity ease-in-out 300ms;
    -o-transition: opacity ease-in-out 300ms;
    transition: opacity ease-in-out 300ms;
}
.confirm_box.active,
.login_box_container.active,
.result_box_container.active,
.popup_newsletter_container.active {
    opacity: 1;
}
.confirm_box .fade_area,
.login_box_container .fade_area,
.result_box_container .fade_area,
.popup_newsletter_container .fade_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1;
}
.confirm_box .message_container_box,
.login_box_container .message_container_box,
.result_box_container .message_container_box,
.popup_newsletter_container .message_container_box,
.confirm_box .login_box,
.login_box_container .login_box,
.result_box_container .login_box,
.popup_newsletter_container .login_box,
.confirm_box .result_box,
.login_box_container .result_box,
.result_box_container .result_box,
.popup_newsletter_container .result_box,
.confirm_box .newletter_box,
.login_box_container .newletter_box,
.result_box_container .newletter_box,
.popup_newsletter_container .newletter_box {
    margin-top: -10%;
    width: 470px;
    height: 380px;
    max-width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 15px 0 #c3c1c1;
    box-shadow: 0 2px 15px 0 #c3c1c1;
}
@media (max-width: 960px) {
    .confirm_box .message_container_box,
    .login_box_container .message_container_box,
    .result_box_container .message_container_box,
    .popup_newsletter_container .message_container_box,
    .confirm_box .login_box,
    .login_box_container .login_box,
    .result_box_container .login_box,
    .popup_newsletter_container .login_box,
    .confirm_box .result_box,
    .login_box_container .result_box,
    .result_box_container .result_box,
    .popup_newsletter_container .result_box,
    .confirm_box .newletter_box,
    .login_box_container .newletter_box,
    .result_box_container .newletter_box,
    .popup_newsletter_container .newletter_box {
        margin-top: -5%;
    }
}
@media (max-width: 960px) and (max-width: 768px) {
    .confirm_box .message_container_box,
    .login_box_container .message_container_box,
    .result_box_container .message_container_box,
    .popup_newsletter_container .message_container_box,
    .confirm_box .login_box,
    .login_box_container .login_box,
    .result_box_container .login_box,
    .popup_newsletter_container .login_box,
    .confirm_box .result_box,
    .login_box_container .result_box,
    .result_box_container .result_box,
    .popup_newsletter_container .result_box,
    .confirm_box .newletter_box,
    .login_box_container .newletter_box,
    .result_box_container .newletter_box,
    .popup_newsletter_container .newletter_box {
        margin-top: 0;
    }
}
.notfound_container {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 15vh 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.notfound_container .fundo {
    -webkit-animation: scales 3s alternate infinite;
    animation: scales 3s alternate infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.notfound_container .pao-baixo {
    -webkit-animation: rotatepao 14s cubic-bezier(0.1, 0.49, 0.41, 0.97)
        infinite;
    animation: rotatepao 14s cubic-bezier(0.1, 0.49, 0.41, 0.97) infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.notfound_container .pao-cima {
    -webkit-animation: rotatepao 7s 1s cubic-bezier(0.1, 0.49, 0.41, 0.97)
        infinite;
    animation: rotatepao 7s 1s cubic-bezier(0.1, 0.49, 0.41, 0.97) infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.notfound_container .olhos {
    -webkit-animation: olhos 2s alternate infinite;
    animation: olhos 2s alternate infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.notfound_container .left-sparks {
    -webkit-animation: left-sparks 4s alternate infinite;
    animation: left-sparks 4s alternate infinite;
    -webkit-transform-origin: 150px 156px;
    -ms-transform-origin: 150px 156px;
    transform-origin: 150px 156px;
}
.notfound_container .right-sparks {
    -webkit-animation: left-sparks 4s alternate infinite;
    animation: left-sparks 4s alternate infinite;
    -webkit-transform-origin: 310px 150px;
    -ms-transform-origin: 310px 150px;
    transform-origin: 310px 150px;
}
.notfound_container .olhos {
    -webkit-animation: olhos 2s alternate infinite;
    animation: olhos 2s alternate infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes scales {
    from {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scales {
    from {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes rotatepao {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%,
    60% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotatepao {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%,
    60% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes olhos {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(30deg);
        transform: rotateX(30deg);
    }
}
@keyframes olhos {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(30deg);
        transform: rotateX(30deg);
    }
}
@-webkit-keyframes left-sparks {
    0% {
        opacity: 0;
    }
}
@keyframes left-sparks {
    0% {
        opacity: 0;
    }
}
.notfound_container .path {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    -webkit-animation: dash 4s alternate infinite;
    animation: dash 4s alternate infinite;
}
@-webkit-keyframes dash {
    0%,
    30% {
        fill: 4B 4B 62;
        stroke-dashoffset: 0;
    }
    80%,
    100% {
        fill: transparent;
        stroke-dashoffset: -200;
    }
}
@keyframes dash {
    0%,
    30% {
        fill: 4B 4B 62;
        stroke-dashoffset: 0;
    }
    80%,
    100% {
        fill: transparent;
        stroke-dashoffset: -200;
    }
}
.loading_empty_page {
    width: 100%;
    height: calc(100vh - 300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.5;
}
.login_box_container {
    opacity: 1;
}
.login_box_container .login_box {
    width: 420px;
    height: 350px;
}
@media (max-width: 460px) {
    .login_box_container .login_box {
        height: 330px;
    }
}
.login_box_container .login_box form {
    width: 80%;
}
@media (max-width: 460px) {
    .login_box_container .login_box form {
        width: 90%;
    }
}
.result_box_container .result_box {
    margin-top: -6%;
    width: 400px;
    height: 300px;
}
.customer_navigation_area .customer_menus a.active {
    background-color: #82c6cb;
    border-color: #82c6cb;
}
@media (max-width: 768px) {
    .customer_navigation_area {
        margin-bottom: 15px;
    }
}
.customer_account_content_area {
    height: 100%;
}
.customer_account_content_area .customer_password_change_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 75%;
}
.customer_account_content_area
    .customer_password_change_page
    .password_change_container {
    min-width: 250px;
    width: calc(100% - 15px);
    max-width: 350px;
    margin: auto 15px;
}
.customer_account_content_area
    .customer_password_change_page
    .password_change_container
    .cm_pass_update_start {
    color: #fff;
    padding: 20px;
    position: relative;
}
.customer_account_content_area
    .customer_password_change_page
    .password_change_container
    .otp_submit {
    color: #fff;
}
.each_product_head {
    height: 220px;
    position: relative;
}
.each_product_head img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}
@media (max-width: 768px) {
    .customer_account_content_area .shadow {
        margin-bottom: 15px;
    }
}
@media (max-width: 480px) {
    .each_product_head {
        height: 170px;
    }
}

.settingsPanel {
    position: fixed;
    left: -280px;
    top: 74px;
    background: #82c6cb;
    width: 280px;
    direction: ltr;
    z-index: 500;
    -webkit-transition: left ease-in-out 200ms;
    -o-transition: left ease-in-out 200ms;
    transition: left ease-in-out 200ms;
}
.settingsPanel > div {
    float: left;
}
.settingsPanel .settingsPanelHandler {
    padding: 10px;
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 0;
    background: #ddd;
}
.settingsPanel.active {
    left: 0;
}
.settingsPanel .settingsPanelContent {
    width: -webkit-fill-available;
}
.settingsPanel .settingsPanelContent h4 {
    margin: 0;
    background-color: #f7d253;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}
.settingsPanel .settingsPanelContent > div {
    padding: 5px;
}
.settingsPanel .settingsPanelContent .singleTab {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
.settingsPanel .settingsPanelContent .singleTab h5 {
    background-color: #ee2d24;
    color: #fff;
    margin: 0;
    padding: 4px 8px;
    font-size: 17px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.settingsPanel .settingsPanelContent .singleTab h5 span {
    float: right;
}
.settingsPanel .settingsPanelContent .singleTab .singleTabContent {
    padding: 5px;
}
.settingsPanel .settingsPanelContent .singleTab .singleTabContent label {
    width: 100%;
    font-size: 12px;
}
.settingsPanel
    .settingsPanelContent
    .singleTab
    .singleTabContent
    .singleSubTab
    h5 {
    font-size: 16px;
    margin: 0;
}
.settingsPanel
    .settingsPanelContent
    .singleTab
    .singleTabContent
    .subTabsKeyes {
    border-bottom: 1px solid #ddd;
}
.settingsPanel
    .settingsPanelContent
    .singleTab
    .singleTabContent
    .subTabsKeyes
    button {
    border: none;
    padding: 2px 3px;
    margin: 0;
    background: transparent;
    border-right: 1px solid #ddd;
    font-size: 13px;
}
.settingsPanel
    .settingsPanelContent
    .singleTab
    .singleTabContent
    .subTabsKeyes
    button:first-child {
    border-right: none;
}
.settingsPanel
    .settingsPanelContent
    .singleTab
    .singleTabContent
    .subTabsKeyes
    button.active {
    background-color: #ddd;
}

.popup_newsletter_container .fade_area {
    background-color: rgba(0, 0, 0, 0.3);
}
.popup_newsletter_container .newletter_box {
    padding: 50px;
    height: auto;
}
.popup_newsletter_container .newletter_box .form-group {
    width: 100%;
}
.popup_newsletter_container .newletter_box input {
    padding: 0.5rem 1rem;
    height: calc(1.8rem + 0.8rem + 2px);
    border-radius: 8px;
}
.popup_newsletter_container .newletter_box button {
    line-height: 1.1em;
    font-size: 25px;
    text-transform: uppercase;
}
[dir="rtl"] .popup_newsletter_container {
    -webkit-text-decoration: rtl;
    text-decoration: rtl;
    text-align: right;
}

.home_banner_item {
    position: relative;
}
@media (min-width: 769px) {
    .home_banner_item img.desktop {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .home_banner_item img.mobile {
        display: block !important;
    }
}
.home_banner_item .home_banner_item_btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 220px;
}
.home_banner_item .home_banner_item_img {
    width: 100%;
    height: auto;
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
/* Product carousel */
.product_carousel_items.owl-carousel {
    position: relative;
}
.product_carousel_items.owl-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 120px;
    height: 50px;
    margin: auto;
    width: 30px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    opacity: 0.4;
}
.product_carousel_items.owl-carousel .owl-nav button:hover {
    opacity: 1;
}
.product_carousel_items.owl-carousel .owl-nav button span {
    display: none;
}
.product_carousel_items.owl-carousel .owl-nav button:hover {
    background: transparent;
}
.product_carousel_items.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background: url("../img/left_angle.svg");
}
.product_carousel_items.owl-carousel .owl-nav button.owl-next {
    right: 0;
    background: url("../img/right_angle.svg");
}
@media (max-width: 768px) {
    .product_carousel_items.owl-carousel {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    [dir="rtl"] .product_carousel_items.owl-carousel {
        direction: rtl;
    }
}
@media (max-width: 398px) {
    .product_carousel_items.owl-carousel {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }
}
/* end */

/* Grid category */
@media (max-width: 1024px) {
    section.category_grid.mt-4 {
        margin-top: 0 !important;
    }
}
@media (max-width: 768px) {
    .category_grid .mb-4 {
        margin-bottom: 0 !important;
    }
}
.category_grid_item {
    position: relative;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 0;
    border: 1px solid #ddd;
}
.col-md-6 .category_grid_item {
    height: 16.5vw;
    min-height: 260px;
}
.col-md-4 .category_grid_item {
    height: 22.4vw;
}
@media (min-width: 769px) {
    .category_grid_item img.desktop {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .category_grid_item {
        margin-bottom: 15px;
    }
    .col-md-6 .category_grid_item {
        height: auto;
        min-height: auto;
    }
    .col-md-4 .category_grid_item {
        height: auto;
    }
    .category_grid_item img.mobile {
        display: block !important;
    }
}
.category_grid_item a {
    display: block;
    width: 100%;
    height: 100%;
}
.category_grid_item a::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}
.category_grid_item a:hover::before {
    opacity: 1;
}
.category_grid_item h3 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    position: absolute;
    top: 15px;
    left: 20px;
    margin: 0;
    z-index: 5;
    text-shadow: 0px 1px 4px #777;
}
[dir="rtl"] .category_grid_item h3 {
    right: 20px;
    left: auto;
}
@media (max-width: 1024px) {
    .category_grid_item h3 {
        top: 10px;
        left: 15px;
    }
    [dir="rtl"] .category_grid_item h3 {
        right: 15px;
    }
}
.category_grid_item img {
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.category_grid_item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* Single product */
.product_details_top {
    margin-top: 60px;
    margin-bottom: 100px;
    min-height: calc(100vh - 400px);
}
.product_options_details {
    padding-bottom: 60px;
}

[dir="rtl"] .product_details_top .product_ddetails {
    direction: rtl;
    text-align: right;
}

.product_details_top .product_ddetails .product_colors label {
    margin-bottom: 10px;
}
.product_details_top .product_ddetails .product_colors label span {
    font-weight: 400;
}
.product_details_top .product_ddetails .product_colors .each_color {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
    box-shadow: inset 0 0 0 1px #ccc;
    border: none;
    position: relative;
    margin: 4px;
}
.product_details_top .product_ddetails .product_colors .each_color i {
    color: transparent;
}
.product_details_top .product_ddetails .product_colors .each_color.active {
    border: 1px solid #ddd;
}
.product_details_top .product_ddetails .product_colors .each_color:before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -3px;
    left: -2.7px;
    border: 1px solid transparent;
    border-radius: 50%;
}
.product_details_top .product_ddetails .product_colors .each_color:hover:before,
.product_details_top
    .product_ddetails
    .product_colors
    .each_color.active:before {
    border: 1px solid #00b2a5;
}
.product_details_top .product_ddetails .product_colors .each_color.active {
    color: white;
}
.product_details_top .product_ddetails .product_colors .each_color.active i {
    color: white;
}
.product_details_top .product_ddetails .product_colors label,
.product_details_top .product_ddetails .product_sizes label {
    font-weight: 600;
}
.product_details_top .product_ddetails .product_sizes .each_size {
    display: inline-block;
    border: 1px solid #666;
    background-color: transparent;
    font-size: 20px;
    padding: 7px 12px;
    margin: 8px;
}
[dir="rtl"]
    .product_details_top
    .product_ddetails
    .product_sizes
    .each_size:first-child {
    margin-right: 0;
}
.product_details_top .product_ddetails .product_sizes .each_size:first-child {
    margin-left: 0;
    margin-right: 5px;
}
.product_details_top .product_ddetails .product_sizes .each_size:hover,
.product_details_top .product_ddetails .product_sizes .each_size.active {
    -webkit-box-shadow: 0px 0px 8px #ddd inset;
    box-shadow: 0px 0px 8px #ddd inset;
}
.product_details_top .product_ddetails .product_sizes .each_size.active {
    border-color: #00b2a5;
    border-width: 2px;
}

.product_details_top .product_securities {
    text-align: right;
}
[dir="ltr"] .product_details_top .product_securities {
    text-align: left;
}
.product_details_top .product_securities img {
    margin: 0 15px 20px;
}
.product_details_top .product_securities img:first-child {
    margin-right: 0;
}
[dir="ltr"] .product_details_top .product_securities img:first-child {
    margin-left: 0;
    margin-right: 15px;
}
.product_details_top .product_title {
    font-size: 30px;
    font-weight: 700;
}
.product_details_top .product_price {
    font-size: 30px;
    font-weight: 600;
}
.product_details_top .product_description {
    font-size: 18px;
}
.product_details_top .product_action .cart_page_button {
    width: 42%;
    max-width: 224px;
}
.product_details_top .product_action .cart_button {
    margin: 0 2%;
    width: 27%;
    max-width: 140px;
}
@media (max-width: 860px) {
    .product_details_top .product_action .cart_page_button {
        width: 36%;
    }
    .product_details_top .product_action .cart_button {
        width: 32%;
    }
}
.product_details_top .product_action input {
    display: inline-block;
    width: 24%;
    max-width: 125px;
}
.product_details_top h4 {
    font-size: 20px;
}
.product_details_top .credit_free_payment {
    font-size: 20px;
}
.product_details_top ul.delivery_options_list {
    margin: 0;
    padding: 0 20px;
    font-size: 18px;
}
.product_details_top ul.delivery_options_list li {
    padding: 2px 0;
}
.product_details_top .big_image {
    text-align: center;
    margin-bottom: 20px;
    height: 400px;
    position: relative;
}
@media (max-width: 768px) {
    .product_details_top .big_image {
        height: 300px;
    }
    .product_details_top .product_securities img {
        margin: 0 10px 10px;
        max-width: calc(25% - 21px);
        -o-object-fit: contain;
        object-fit: contain;
        height: auto;
    }
}
@media (max-width: 480px) {
    .product_details_top .big_image {
        height: 220px;
    }
}
.product_details_top .big_image img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product_details_top .thumbs .single_thumb {
    height: 100px;
    width: 100px !important;
    text-align: center;
    display: block;
    margin: auto;
}
.product_details_top .thumbs img {
    width: auto !important;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
}
.product_details_top .owl-carousel {
    z-index: 50;
    position: relative;
    padding: 0 25px;
}
.product_details_top .owl-carousel .owl-nav.disabled {
    display: block;
    margin: 0;
}
.product_details_top .owl-carousel .owl-nav button {
    background: transparent;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    z-index: 48;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 50px;
    font-size: 70px;
    line-height: 50px;
    margin: auto;
}
.product_details_top .owl-carousel .owl-nav button:hover {
    color: black;
    background: transparent;
}
.product_details_top .owl-carousel .owl-nav button.owl-next {
    right: 0;
    left: auto;
}
@media (max-width: 768px) {
    .product_details_top > .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .product_details_top .product_securities,
    .product_details_top .product_ddetails {
        margin-top: 20px;
    }
    .product_details_top .product_price {
        font-size: 26px;
    }
    .product_details_top,
    .section_video_container {
        margin-bottom: 40px;
    }
    .section_video_container,
    .section_grid_gallery_container .thumbnail img,
    .section_grid_gallery_container .mini_thumbnail img {
        margin-bottom: 15px;
    }
    .product_options_details {
        padding-bottom: 30px;
    }
}

/*  */
.filter_box_inner {
    background-color: #efefef;
}
.filter_box_inner .filter_box_header {
    margin-bottom: 25px;
}
.filter_box_inner .filter_box_header button {
    border: none;
    outline: none;
    background: none;
    margin: 0 30px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
}
.filter_box_inner .filter_box_header button:hover {
    color: #eb695d;
}
.filter_box_inner .filter_box_header button.active {
    color: #eb695d;
    border-color: #eb695d;
}
.filter_box_inner .filter_box_content .filter_content {
    display: none;
    opacity: 0;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
}
.filter_box_inner .filter_box_content .filter_content.active {
    display: block;
    opacity: 1;
}
.filter_box_inner .filter_box_content .filter_content .colors {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0 12px;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
.filter_box_inner .filter_box_content .filter_content .colors.active:after {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi41IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNTYyRUFCODVFMEMxMUVDOTREMEY2NUVDOTJGMTAxRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNTYyRUFCOTVFMEMxMUVDOTREMEY2NUVDOTJGMTAxRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1NjJFQUI2NUUwQzExRUM5NEQwRjY1RUM5MkYxMDFEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU1NjJFQUI3NUUwQzExRUM5NEQwRjY1RUM5MkYxMDFEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+e8eocAAAAn9JREFUeNqMVFtIVFEUXffcmdGQGadm1PwwjBR60IOCnlBQIQRRffWyF4ZGlEgFlkFCQR8FYR9GX34FaQ/KSNLGQEMdwSQIjBCHPkLKmHHuOD5GnXvvbp8rDiPNoBsWd5/HXmftffY9ChFBWiQSUfnjYRxXqeOKjXxFggI2YBaEPBjKLlMXR34RPM2854nb7Q5g3iSJpml2xplo+GPXbHDdlB4EpUI8mEWTozfjmhb08f4CGWuJ4IGDUT0x+nhMD6pmOoJkTIf2mZo23Mxx2ZJEsJidKvlrMs3rLrBoLMFs9FnJNG4cYreKy+BkEuNUplHpBsxFg1t8Gej7ard8O71w2Ki9it1LGA8/Cy0lhfa3DsrPz6HVhV76/UNYczOhvZyW5hc2s82zmAJ5esU1FwwDqLs/jlzvnGqVejj9iU1CVYYSm9+1ZqCj27GAIPBTRVmlC5NTCu7emsDhkpmkVYOJAgKD/U5LmpRYtMZrSa5/uCwxt2G9h3Jzc6i2OitlmtFw6x98eInEtba9dlAh5yyDLl900u4dKyz/arkzba3Gwv3DqK1GNHlywK/Sti1zwRJnT7poeiRd83mJC/tdNL3Bp+QarC028L4xgu1b4xbqH4zDpqYueFyckJ+obK79Tx+hrfwc7MkbdL4JWcxsJ6UkICzHpOoPkrKyXnZsZ809lA0OLew2eXo6AmnToo6YoI/dV4J734yM4fmBY9jT+wWxxXqGkI2YaIjp4mgnDxsYI0j8iYDCueVUnEfTty4Y/xfRacRCF6Yi4YEeLuZphpehSCjz78m8KYrCbwgOFhagtLgIqzIcyNu4uUTcvtPYq+uihde6GX/5PUmk/0+AAQC5aMg6h/7vBgAAAABJRU5ErkJggg==");
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 2;
}
.filter_box_inner .filter_box_content .filter_content .sizes {
    border: 1px solid #5a5a5a;
    padding: 3px 10px;
    display: inline-block;
    margin: 10px 15px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
}
.filter_box_inner .filter_box_content .filter_content .sizes.active {
    border-color: #5a5a5a;
    background-color: #fceb00;
}

.filter_box_inner .filter_box_content #player.filter_content {
    padding: 0 15px;
}
.filter_box_inner .filter_players {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 0;
    text-align: initial;
    display: block;
    overflow-x: auto;
}
.filter_box_inner .filter_players th,
.filter_box_inner .filter_players td {
    padding: 2px 15px;
}
.filter_box_inner .filter_players td label {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
}
.filter_box_inner .filter_players td label:hover {
    color: #eb695d;
}
.filter_box_inner .filter_players td label.active {
    font-weight: 700;
    color: #eb695d;
}
.filter_box_inner .filter_box_footer p {
    font-size: 16px;
}
.filter_box_inner .filter_box_footer p label.pointer {
    text-decoration: underline;
}
.filter_box_inner .filter_box_footer p label.pointer:hover {
    text-decoration: none;
}
@media (max-width: 480px) {
    .filter_box_inner .filter_box_header button {
        margin: 0 25px;
    }
}

.product_banner_item {
    position: relative;
}
.product_banner_item .btn {
    width: 220px;
    margin-top: 20px;
}
.product_banner_item .img {
    width: 100%;
}
.product_banner_item .container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    right: 0;
}
[dir="rtl"] .product_banner_item .container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.product_banner_item .container.right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
}
.product_banner_item .container.center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.product_banner_item .container.left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
}
.pb_item_details {
    color: #fceb00;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 15px;
    text-align: center;
}
.pb_item_details .pb_item_title {
    font: normal normal bold 78px/78px Assistant;
    margin: 0;
    text-shadow: inset 0 3px 6px #000 29;
}
.pb_item_details .bp_item_subtitle {
    font: normal normal bold 28px/37px Assistant;
    margin: 0 0 15px;
    text-shadow: inset 0 3px 6px #000 29;
}
.pb_item_details .pb_item_price {
    font: normal normal bold 28px/37px Assistant;
    margin: 0;
    text-shadow: inset 0 3px 6px #000 29;
}
.pb_item_details .pb_item_regular_price {
    font: normal normal normal 20px/26px Assistant;
    margin: 0;
    text-shadow: inset 0 3px 6px #000 29;
}

/*
page not found
*/
section.page_area.not_found_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.not_found_page img {
    margin: 0 auto;
    display: block;
}


/* Page box */
.box{
    border: 5px solid #A8A6A8;
    padding: 30px;
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.re_calculate_form{
    max-width: 820px;
    margin: 0 auto;
}
.pagination_container{
    max-width: 820px;
    margin: 0 auto;
    margin-top: -35px;
    margin-bottom: 30px;
}
.pagination_container .hidden{display: none;}
.pagination_container nav > div.flex{
    display: flex;
    justify-content: space-between;
}
.about {
    margin-bottom: 40px;
}
.about .about_details {
    margin-top: 20px;
}
.recommendation {
    margin-top: 50px;
    border: solid #e4e4e4;
    padding: 2rem;
}


section.section .calculator_section{
    padding-bottom:  70px;;
}
section.section .calculator_section_content{
    max-width: 768px;
    margin: 0 auto;
}

.calculator_title,
.result_state_title{
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
.custom_radio_selector label{
    cursor: pointer;
}
.custom_radio_selector label span{
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 600;
}
.custom_radio_selector label input:checked + span{
    border: 1px solid #b5b5b5;
}
.re_calculate_form p{
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}
.re_calculate_form p > * {
    display: inline-block;
}
.re_calculate_form input{
    max-width: 55px;
    margin-bottom: 6px;
    display: inline-block;
    padding: 0.3rem 0.25rem;
    line-height: 1;
    height: calc(1.1em + 0.6rem + 3px);
}
.re_calculate_form select{
    max-width: fit-content;
    display: inline-block;
    max-width: 177px;
    line-height: 1;
    height: calc(1.1em + 0.6rem + 3px);
    padding: 0.3rem 0.25rem;
}
.re_calculate_form button{
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    padding: 3px 10px;
    line-height: 22px;
}
@media(max-width: 800px){
    .re_calculate_form {
        margin-top: 10px;
    }
    .re_calculate_form p{
        display: inline;
    }
    .re_calculate_form button{
        margin-bottom: 6px;
    }
}
.maintainace_title{
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}
.protein_intak_box{
    background-color: #FDD3B1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    padding: 20px 30px;
    padding-bottom: 10px;
    position: relative;
}

.protein_intak_box:after {
    content: '';
    width: 100%;
    height: 40px;
    border-color: #fdd3b1 transparent transparent transparent;
    border-width: 58px 116px 18px 116px;
    border-style: solid;
    display: block;
    position: absolute;
    left: -2px;
    right: 0;
    bottom: -76px;
}
@media(max-width: 768px){
    .result_head.text-center.mb-5 {
        margin-bottom: 25px !important;
    }
    .protein_intak_box{
        margin-bottom: 25px;
    }
    .protein_intak_box:after{
        display: none;
    }
}
.protein_intak_box p{
    margin: 0;
    font-size: 18px;
}
.proten_state h2{
    font-weight: 600;
    border-bottom: 2px solid #00000024;
    width: 100%;
    padding: 15px 0;
    font-size: 1.5rem;
    margin: 0;
}
.proten_state h2:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
.proten_state h2 p{
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}
.foods {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.foods .each_food{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    flex-direction: column;
}
.foods .each_food img{
    height: 70px;
    margin-bottom: 5px;
}
.foods .each_food h4{
    margin:0;
    font-size: 18px;
}
.foods .each_food p{
    margin:0;
    font-size: 16px;
    line-height: 22px;
}
.blog_content{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog_content .each_blog_post{
    position: relative;
    z-index: 0;
}
.blog_content .each_blog_post img{
    height: 140px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.blog_content .each_blog_post .hover{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.804359243697479) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 0;
}
.blog_content .each_blog_post h3{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 5px 10px;
    width: 100%;
    color: white;
    font-size: 20px;
    line-height: 24px;
}


.blog_posts .each_blog_item{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.blog_posts .each_blog_item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
@media(max-width: 580px){
    .blog_content{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width: 480px){
    .foods {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .blog_content{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}