:root{
    --color_orginal:#1a203d;
    --color_orginal_2: #b7616e;
}
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url('../font/iranyekanwebboldfanum.eot');
    src: url('../font/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/iranyekanwebboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url('../font/iranyekanwebthinfanum.eot');
    src: url('../font/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/iranyekanwebthinfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url('../font/iranyekanweblightfanum.eot');
    src: url('../font/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/iranyekanweblightfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url('../font/iranyekanwebregularfanum.eot');
    src: url('../font/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/iranyekanwebregularfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url('../font/iranyekanwebmediumfanum.eot');
    src: url('../font/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/iranyekanwebmediumfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: url('../font/iranyekanwebextraboldfanum.eot');
    src: url('../font/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/iranyekanwebextraboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../font/iranyekanwebblackfanum.eot');
    src: url('../font/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/iranyekanwebblackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranyekanwebblackfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 950;
    font-display: block;
    src: url('../font/iranyekanwebextrablackfanum.eot');
    src: url('../font/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/iranyekanwebextrablackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranyekanwebextrablackfanum.ttf') format('truetype');
}

body {
    width: 100%;
    direction: rtl;
    text-align: right;
    font-family: iranyekan, sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #222;
    overflow-x: hidden;
}
body *{
    font-family: iranyekan, sans-serif;
}
.dir-ltr
{
    direction: ltr;
}
.dir-rtl
{
    direction: rtl;
}
video,img
{
    max-width: 100%;
    height: auto!important;
}
a,
a:hover {
    color: #515151;
    text-decoration: none;
    transition: all .2s ease-out;
}
input::placeholder
{
    text-align: right;
}
input::-ms-input-placeholder
{
    text-align: right;
}
input::-webkit-input-placeholder
{
    text-align: right;
}
button:focus,button:active,
*:focus,*:active
{
    outline: none;
    box-shadow: none;
}
input:focus,input:active,
textarea:focus,textarea:active
{
    outline: none;
    box-shadow: none;
    border-color: green;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
ul {
    padding: 0;
}

li {
    list-style: none;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}
body.home-page::before
{
    width: 100vw;
    height: 700px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-bottom-right-radius: 125px;
}

.home-page header.header_index,
.home-page header.header_index_2
{
    width: 100%;
    height: auto;
    position: relative;
}
.mb-50px
{
    margin-bottom:50px!important;
}
.home-page header.header_index::before
{
    width: 200px;
    height: 200px;
    background: url(../img/dots.svg) no-repeat center center;
    background-size: 200px 200px;
    content: "";
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: -1;
    filter: invert(1);
}
.home-page header.header_index::after
{
    width: 200px;
    height: 200px;
    background: url(../img/dots.svg) no-repeat center center;
    background-size: 200px 200px;
    content: "";
    display: block;
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: -1;
    filter: invert(1);
}
header.header_index img.logo,
header.header_index_2 img.logo
{
    height: 60px;
    background: #fff;
}
header.header_index h5,
header.header_index_2 h5
{
    line-height: 60px;
}
header.header_index .login,
header.header_index .cart,
header.header_index_2 .login_2,
header.header_index_2 .cart_2
{
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 16px;
    transition: 0.6s all;
}
header.header_index .login,
header.header_index .cart,
header.header_index_2 .login_2,
header.header_index_2 .cart_2
{
    border-color: rgba(0, 0, 0, 0.1)!important;
}
header.header_index .login svg,
header.header_index .cart svg
{
    position: absolute;
    right: 50%;
    top: 50%;
    width: 20px!important;
    height: 20px;
    transform: translate(50%,-50%);
    /*color: #fff!important;*/
    color: #1a203d!important;
    transition: 0.6s all;
}
header.header_index_2 .login_2 svg,
header.header_index_2 .cart_2 svg
{
    position: absolute;
    right: 50%;
    top: 50%;
    width: 20px!important;
    height: 20px;
    transform: translate(50%,-50%);
    color: #1a203d!important;
    transition: 0.6s all;
}
header.header_index .login:hover,
header.header_index .cart:hover
{
    /*background: #fff!important;*/
    background: #1a203d!important;
}
header.header_index_2 .login_2:hover,
header.header_index_2 .cart_2:hover
{
    background: #1a203d!important;
}
header.header_index .login:hover svg,
header.header_index .cart:hover svg
{
    /*color: #1a203d!important;*/
    color: #fff!important;
}
header.header_index_2 .login_2:hover svg,
header.header_index_2 .cart_2:hover svg
{
    color: #fff!important;
}
#search-form,#search-form-mobile,#search-form_2
{
    position: relative;
}
#search-form input,#search-form-mobile input,#search-form_2 input
{
    border: none !important;
    border-radius: 16px;
    /*background: rgba(255, 255, 255, 0.3);*/
    background: #f9f9f9;
    width: 400px;
    font-weight: 400 !important;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-top: 5px;
}
#search-form input:focus,#search-form-mobile input:focus,#search-form_2 input:focus
{
    outline: unset!important;
}
#search-form-mobile input
 {
    width:100% ;
    border: 1px solid #888!important;
 }
#search-form_2 input
{
    background: #f9f9f9!important;
}
#search-form input::-webkit-input-placeholder
{
    color: #909090!important;
}
#search-form input:-ms-input-placeholder
{
    color: #909090!important;
}
#search-form input::placeholder
{
    color: #909090!important;
}
#search-form_2 input::-webkit-input-placeholder
{
    color: #909090!important;
}
#search-form_2 input:-ms-input-placeholder
{
    color: #909090!important;
}
#search-form_2 input::placeholder
{
    color: #909090!important;
}
#search-form button,#search-form-mobile button,#search-form_2 button {
    position: absolute;
    left: 0.5rem;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    /*color: #fff;*/
    color: #1a203d;
}
#search-form-mobile button
{
    color: #888!important;
}
#search-form_2 button
{
    color: #1a203d!important;
}
.slider_menu_2 .div_menu
{
    position: relative;
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu
{
    padding-left: 20px;
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu>.a_menu {
    color: #000 !important;
    font-weight: 700
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu>.a_menu>.i_menu
{
    color: #1a203d;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu>.div_menu_in_1
{
    max-width: 655px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.06);
    opacity: 0;
    z-index: 0!important;
    padding:20px 20px;
    position: absolute;
    top: 150%;
    right: 10px;
    visibility: hidden;
    transition: all 0.3s ease-out 0.3s;
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu:hover .div_menu_in_1
{
    opacity: 1;
    z-index: 99!important;
    visibility: visible;
    top: 95%;
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu>.div_menu_in_1>.ul_menu_in_1>.li_menu_in_1
{
    width: 150px;
    text-align: right;
    padding: 10px 2px;
    display: inline-grid;
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu>.div_menu_in_1>.ul_menu_in_1>.li_menu_in_1>.a_menu_in_1
{
    font-size: 15px;
    font-weight: 800;
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu>.div_menu_in_1>.ul_menu_in_1>.li_menu_in_1>.a_menu_in_1:before
{
    width: 5px;
    height: 5px;
    position: relative;
    background: #1a203d;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-left: 7px;
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu>.div_menu_in_1>.ul_menu_in_1>.li_menu_in_1>.ul_menu_in_2
{
    padding-right: 7px;
    padding-top: 10px;
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu>.div_menu_in_1>.ul_menu_in_1>.li_menu_in_1>.ul_menu_in_2>.li_menu_in_2
{
    padding: 5px 0;
}
.slider_menu_2 .div_menu>.ul_menu>.li_menu>.div_menu_in_1>.ul_menu_in_1>.li_menu_in_1>.ul_menu_in_2>.li_menu_in_2>.a_menu_in_2
{
    color: #4b4b4b;
    display: inline-block;
    margin-bottom: 5px;
}
.slider_menu .swiper-container {
    width: 100%;
    height: 400px;
    background: rgba(229, 165, 0, 0.2);
    backdrop-filter: blur(80px) saturate(120%);
    -webkit-backdrop-filter: blur(80px) saturate(120%);
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
    border-radius: 16px;
    position: relative;
}

.slider_menu .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slider_menu .swiper-wrapper
{
    width:100% ;
}
.swiper-controller
{
    width: 70px;
    height: 100%;
    background: #d5a5737d;
    backdrop-filter: blur(4px) saturate(120%);
    -webkit-backdrop-filter: blur(5px) saturate(120%);
  position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.slider_menu .swiper-container-vertical .swiper-pagination-bullets
{
    right: unset;
    left: 32px;
    top: unset;
    transform: unset;
    bottom: 20px;
    display: inline-grid;

}
.slider_menu .swiper-container-vertical .swiper-pagination-bullet
{
    margin-bottom: 10px;
}
.slider_menu .swiper-pagination-bullet-active
{
    background: #fff;
    padding: 5px;
}
.slider_menu .swiper-button-next, .slider_menu .swiper-container-rtl .swiper-button-prev,
.slider_menu .swiper-button-prev, .slider_menu .swiper-container-rtl .swiper-button-next
{
    left: 20px;
    right: auto;
    color: #fff;
}
.slider_menu .swiper-button-next
{
    top: 30px;
    /*transform: rotate(90deg);*/
}
.slider_menu .swiper-button-prev
 {
     top: 60px;
     /*transform: rotate(90deg);*/
 }
 .swiper-button-prev svg,
 .swiper-button-next svg
{
    font-size: 18px;
}

 .swiper-button-prev:after, .swiper-button-next:after
{
    font-size: 20px;
    display: none;
}
/*menu*/
.menu_right
{
    border: 1px solid rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.007);
    margin-left: 40px;
    position: relative;
    top: initial;
    right: initial;
    left: initial;
    border-radius: 16px;
}

.menu_right ul.ul_menu_right
{
    max-height: 400px;
    overflow: auto;
    margin-top: 10px;
}
/* width */
.menu_right ul.ul_menu_right::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.menu_right ul.ul_menu_right::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.menu_right ul.ul_menu_right::-webkit-scrollbar-thumb {
    background: #1a203d;
    border-left: 1px solid #f1f1f1;
}

/* Handle on hover */
.menu_right ul.ul_menu_right::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/*scrool*/

.menu_right ul.ul_menu_right>li>a{
    width: 100%;
    display: block;
    padding: 10px 25px;
}
.menu_right ul.ul_menu_right>li>a>svg{
    color: #1a203d;
    transition: all 0.6s;
}
.menu_right ul.ul_menu_right>li>a:hover svg
{
    margin-left: 5px;
}
.menu_right_in
{
    opacity: 0;
    position: absolute;
    right: 80%;
    top: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.06);
    transition: all 0.3s ease-out 0.3s;
    z-index: 0;
    visibility: hidden;
    max-width: 650px;
    border-radius: 16px;
}
.menu_right ul.ul_menu_right>li:hover .menu_right_in
{
    right: 102%;
    opacity: 1;
    z-index: 99;
    visibility: visible;
}
.menu_right_in ul.ul_menu_right_in .li_menu_right_in
{
    width: 200px;
    text-align: right;
    padding: 10px 2px;
    display: inline-grid;
}
.menu_right_in ul.ul_menu_right_in li.li_menu_right_in>a
{
    color: #000;
    font-size: 15px!important;
    font-weight: bold;
}
.menu_right_in ul.ul_menu_right_in li.li_menu_right_in>a:before
{
    width: 5px;
    height: 5px;
    position: relative;
    background: #1a203d;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-left: 7px;
}
.menu_right_in ul.ul_menu_right_in_2
{
    padding-right: 5px;
}
.menu_right_in ul.ul_menu_right_in li.li_menu_right_in_2
{
    padding: 5px 0;
}

img.banner_img
{
    width: 100%;
    /*height: 395px;*/
    object-fit: cover;
    border-radius: 5px;
}
.count_basket
{
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: relative;
    top: -15px;
    right: -10px;
    font-size: 12px;
}
.count_basket_2
{
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    background: #1a203d;
    color:#fff;
    position: relative;
    top: -15px;
    right: -10px;
    font-size: 12px;
}
.menu_mobile
{
    display: none;
}
.alert-search,.alert-category,.alert-login
{
   display: none;
    z-index: 0;
}
.slider_sale .p_orginal_color
{
    color: #1a203d;
}
.slider_sale h3{
    font-weight: 800;
    color: #444;
}
.slider_sale .swiper-container {
    width: 100%;
    height: 440px;
}
.slider_sale .vip_product_slider.swiper-container
{
    height: 880px;
}

.slider_sale .swiper-slide {
    height: 100%;
    padding: 10px 20px;
}
.mt-25px
{
    margin-top: 25px!important;
}
.slider_sale .vip_product_slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    padding: 20px 10px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slider_sale .card_product
{
    width: 100%;
    height: 100%;
    box-shadow:0 15px 25px -2px  rgba(214,214,214,0.32);
    border-radius: 16px;
    background: #fff;
    transition: all 0.6s;
    position: relative;
}
.slider_sale .card_product span.fav_check
{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}
.slider_sale .card_product span.fav_check.pointer
{
    cursor: pointer;
}
.slider_sale .card_product span.fav_check svg
{
    color: darkred;
    width: 25px;
    height: 25px;
    padding: 4px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
}
#favorite_link
{
    color: darkred;
}
.slider_sale .card_product:hover
{
    transform: translateY(-3px);
    box-shadow:0 0 4px 1px #b2b2b2;
}
.slider_sale .card_product .delete_favorite
{
    position: absolute;
    left: 10px;
    top: 10px;
    background: darkred;
    color: white;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    z-index: 99;
}
.slider_sale .card_product .card_img
{
    height: 75%;
    position: relative;
}
.slider_sale .card_product .card_img img
{
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    transition: 0.6s all;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.slider_sale .card_product .card_img img.img_hover
{
    width: 100%;
    height: 100%!important;
    opacity: 0;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    transition: 0.6s all;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.slider_sale .card_product:hover .card_img img
{
    opacity: 0;
}
.slider_sale .card_product:hover .card_img img.img_hover
{
    opacity: 1;
}
.slider_sale .card_product .card_text
{
    height: 25%;
}
.slider_sale .card_product .card_text h5
{
    height: 40px;
    font-size: 0.9rem;
    font-weight: 500;
}
.slider_sale .card_product .card_text p.
{
    margin-bottom: 3px;
}
.slider_sale .card_product .card_text s.price_line
{
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    color: #8d8d8d !important;
    display: block;
}
.slider_sale .card_product .card_text .abs_1
{
    position: absolute;
    bottom: 25px;
    left: 10px;
    right: 10px;
}
.slider_sale .card_product .card_text .abs_2
{
    position: absolute;
    bottom: -10px;
    left: 10px;
    right: 10px;
}
.slider_sale .card_product .card_text .price
{
    font-size: 0.9rem;
    font-weight: 500 !important;
    color: #1a203d;
}
.slider_sale .card_product .card_text .category
{
    font-weight: 400;
    color: #9d9d9d;
    font-size: 0.8rem !important;
}
.slider_sale .swiper-button-prev:after, .swiper-button-next:after
{
    font-size: 15px;
}
.slider_sale .slider_sale .swiper-button-prev, .slider_sale .swiper-container-rtl .swiper-button-next
{
    left: 10px;
    right: auto;
}
.slider_sale .swiper-button-next, .slider_sale .swiper-container-rtl .swiper-button-prev
{
    left: 35px;
    right: auto;
}
/*.blog_arrow*/
/*{*/
/*    background: rgba(109,102,107,0.23);*/
/*    padding: 5px 10px;*/
/*    border-radius: 3px;*/
/*}*/

.slider_sale .swiper-button-prev, .slider_sale .swiper-button-next
{
    color:var(--color_orginal, var(--color_orginal_2));
    top: 15px!important;
}
.slider_sale a.btn
{
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    display: block;
    padding: 10px 0;
}
.slider_sale a.btn>span{
    color: #1a203d;
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
    position: relative;
    top: 2px;
}
.why_digikolah
{
    background: #b3b3b3;
    color: #535353;
    border-radius: 16px;
    margin: 25px 0;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
   height: auto;
}

.why_digikolah::before {
    width: 700px;
    height: 700px;
    border-radius: 50%;
    position: absolute;
    top: -350px;
    right: -50px;
    background: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) );
    content: "";
    display: block;
}
.why_digikolah::after {
    width: 800px;
    height: 800px;
    border-radius: 50%;
    position: absolute;
    top: -400px;
    right: 50px;
    background: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) );
    content: "";
    display: block;
}
.why_digikolah h2.why
{
    font-size: 1.1rem;
    font-weight: 800;
    flex: 0.8;
}
.why_digikolah .row
{
    flex: 2.5;
}
.why_digikolah img
{
    margin-left: 25px;
    width: 70px;
    border-radius: 16px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.2);
}
.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.why_digikolah h3 {
    font-size: 0.9rem;
    margin-top: 10px;
    font-weight: 800;
}
.why_digikolah p{
    font-size: 0.7rem;
    font-weight: 400;
    margin-top: 10px;
}
section.articles h3>a
{
    float: left;
    border-radius: 10px;
}
section.articles h3>a span{
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
    position: relative;
    top: 2px;
}
section.articles .swiper-slide
{
    padding: 10px 10px;
}
section.articles .swiper-button-prev:after, section.articles .swiper-button-next:after
{
    font-size: 30px;
    background: #fff;
    padding: 5px 10px;
}
section.articles .swiper-button-prev, section.articles .swiper-button-next
{
    color: var(--color_orginal, var(--color_orginal_2));
}
section.articles .swiper-button-prev
{
    right: 2px;
}
.card_blog
{
    width: 100%;
    box-shadow:0 15px 35px rgba(214,214,214,0.32);
    border-radius: 16px;
    background: #fff;
    transition: all 0.6s;
}
.card_blog:hover
{
    transform: translateY(-3px);
    box-shadow:0 0 4px 1px #b2b2b2;
}
.new_blog_slider,
.new_product_slider
{
    padding-bottom: 20px;
}
.card_blog .card_blog_img
{
    /*height: 250px;*/
}
.card_blog .card_blog_img img
{
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
    border-radius: 16px 16px 0 0;
}
.card_blog .card_blog_text
{
    height: 100px;
    position: relative;
}
.card_blog .card_blog_text h5
{
    font-size: 1rem;
    font-weight: 500;
}
.card_blog .card_blog_text .card_blog_span
{
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #9d9d9d;
}
.articles .swiper-button-next,
.articles .swiper-button-prev
{
    display: none;
}
footer
{
    position: relative;
    z-index: 99;
    padding-bottom: 50px;
}
footer .adib_ads
{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background:rgba(255, 255, 255, 0.1);
}
footer .adib_ads .adib_link p
{
    text-align: right;
    color: white;
    padding: 15px 10px;
    margin-bottom: 0;
}
footer .adib_ads .adib_link p>a
{
    color: #bdbdbd;
    transition: all 0.6s;
}
footer .adib_ads .adib_link p>a:hover
{
    color: #1a203d;
}
footer .social ul
{
    padding: 6px;
}
footer ul.social li {
    padding-left: 4px;
    padding-right: 4px;
}

footer ul.social svg {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    padding: 5px !important;
}

footer ul.social li {
    transition: all 0.6s;
}

footer ul.social svg.i_telegram {
    background: rgb(54, 174, 226);
    background: linear-gradient(45deg, rgba(54, 174, 226, 1) 0%, rgba(2, 118, 168, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul.social li:hover svg.i_telegram {
    color: rgb(54, 174, 226);
    background:  #fff;
}
footer ul.social svg.i_linkedin {
    background: rgb(15, 94, 163);
    background: linear-gradient(45deg, rgba(25, 117, 193, 1) 0%, rgba(15, 94, 163, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul.social li:hover svg.i_linkedin {
    color: rgb(15, 94, 163);
    background:  #fff;
}

footer ul.social svg.i_google {
    background: rgb(245, 79, 27);
    background: linear-gradient(45deg, rgba(247, 135, 101, 1) 0%, rgba(245, 79, 27, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul.social li:hover svg.i_google {
    color: rgb(245, 79, 27);
    background:  #fff;
}

footer ul.social svg.i_twitter {
    background: rgb(43, 189, 249);
    background: linear-gradient(45deg, rgba(124, 210, 244, 1) 0%, rgba(43, 189, 249, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul.social li:hover svg.i_twitter {
    color: rgb(43, 189, 249);
    background:  #fff;
}

footer ul.social svg.i_facebook {
    background: rgb(57, 88, 152);
    background: linear-gradient(45deg, rgba(71, 115, 204, 1) 0%, rgba(57, 88, 152, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul.social li:hover svg.i_facebook {
    color: rgb(57, 88, 152);
    background:  #fff;
}

footer ul.social svg.i_whatsapp {
    background: rgb(45, 184, 67);
    background: linear-gradient(45deg, rgba(45, 184, 67, 1) 0%, rgba(0, 138, 22, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul.social li:hover svg.i_whatsapp {
    color: rgb(45, 184, 67);
    background:  #fff;
}

footer ul.social svg.i_instagram {
    background: rgb(200, 102, 142);
    background: linear-gradient(45deg, rgba(200, 102, 142, 1) 0%, rgba(204, 67, 60, 1) 49%, rgba(245, 120, 67, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

footer ul.social li:hover svg.i_instagram {
    color: rgb(200, 102, 142);
    background: #fff;
}
footer ul.access_fast
{
   padding-right: 10px;
}
footer ul.access_fast li
{
    color:#1a203d;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer ul.access_fast li:before
{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    background: #1a203d;
    top: -1px;
    margin: auto;
    margin-left: 2px;
    position: relative;
}
footer ul.access_fast li a
{
    color: #fff;
    transition: all 0.6s;
}
footer ul.access_fast li a:hover
{
    color: #1a203d;
}
footer .footer_address
{
    color: #fff!important;
    -webkit-text-fill-color:#fff!important;
}
footer .footer_address svg
{
    color: #1a203d;
}
footer .enemad_footer>a
{
    position: relative;
    top: 50px;
}
footer .enemad_footer img
{
    background: rgba(255, 255, 255, 0.1);
}
ul.breadcrumbs a
{
    color: #6d6d6d;
}

ul.breadcrumbs span
{
    font-weight: 800;
}
ul.breadcrumbs h1
{
    font-size: 15px;
    font-weight: 700;
}
ul.breadcrumbs svg
{
    position: relative;
    top: 3px;
    color: #6d6d6d;
}

.products_page .filter_all
{
    width: 100%;
    padding: 1.5rem !important;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 30px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.products_page .filter_asc
{
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 30px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
}
.products_page .filter_asc strong
{
    font-weight: 800;
    width: 150px;
    padding: 10px 0;
}
.products_page .filter_asc a
{
    color: #8d8d8d;
    /*margin: 0 15px;*/
    font-weight: 700;
    padding: 10px 20px;
}
.products_page .filter_asc a.active
{
    background: #1a203d;
    color:#fff;
    border-radius:16px;
}
.products_page .filter_asc select
{
    display: none;
}
.product_card_h
{
    height: 410px;
}
.product_card_h .card_product
{
    max-width: 250px!important;
    margin: 0 auto;
}
.filter_all div.card
{
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 !important;
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}
.filter_all h5.title-dot:before
{
    width: 5px;
    height: 5px;
    position: relative;
  /*  background: #1a203d;*/
    border-radius: 50%;
    content: "";
    display: inline-block;
}
.filter_all h5
{
    margin-bottom: 0;
    font-size: 1rem;
}
.btn-site {
    color: #fff;
    background-color: #b7616e;
    border-color: #b7616e;
}
.btn-digi
{
    background: #1a203d;
    color: #fff !important;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transform: translateY(0);
    box-shadow: 0 20px 35px -15px rgba(242, 188, 49, 0.3) !important;
    border-radius:16px
}
.btn-digi:hover
{
    transform: translateY(-3px);
}
.btn-text {
    border: 1px solid #efefef;
    border-radius: 16px;
    padding: 0.75rem 1.5rem;
    color: #1a203d;
    font-weight: 700;
}
.btn svg{
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.btn-large {
    padding: 20px 45px;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
 .checkbox-wrapper {
    margin: 15px 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
 label.checkbox-wrapper input
{
    width: initial;
    height: initial;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
 label.checkbox-wrapper span::before {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid #9d9d9d;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-right: 8px;
    content: "";
}
 label.checkbox-wrapper input:checked + span::after {
    top: -2px;
    left: 3px;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    background: none;
    font-size: 18px;
    color: #1a203d;
    display: block;
    position: absolute;
    margin: auto;
    width: 7px;
    height: 7px;
    border-radius: 2px;
}
label.custom-radio {
    margin: 0;
    margin-top: 1rem;
    position: relative;
}
label.custom-radio input {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
label.custom-radio  span {
    font-weight: 400;
    line-height: 2rem;
}
label.custom-radio span::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 15px;
    display: inline-block;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.1);
    content: "";
    position: relative;
    top: 2px;
}
 label.custom-radio input:checked + span::before {
     background: var(--color_1_rgb_75);
     border: 2px solid #646464;
}

/* ==================== ↓↓↓ NOT RELATED TO DEMO ↓↓↓ ==================== */
#wwrap {
    pointer-events: none;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
html.up #wwrap {
    flex-direction: column;
}
#wwrap [class*=warn--] {
    box-sizing: border-box;
    position: relative;
    margin: 0.5em 0;
    padding: 1em 0.5em 0.5em;
    width: calc(100% - 2em);
    border-radius: 5px;
    box-shadow: 0 0 5px dimgrey;
    background: #ffa500;
    color: #fff;
    font: 1.25rem arial, sans-serif;
    transition: transform 0.3s cubic-bezier(0.65, -0.29, 0.73, 0.05);
    pointer-events: auto;
}
#wwrap [class*=warn--].hidden {
    transform: scale(0);
}
#wwrap .warn__close {
    position: absolute;
    border: none;
    background: none;
    top: 0.25em;
    right: 0.25em;
    transition: 0.3s;
    font-size: 0.75em;
    cursor: pointer;
}
#wwrap .warn__close:focus {
    outline: none;
}
#wwrap .warn_close:focus, #wwrap .warn_close:hover {
    color: #fff;
}
#wwrap .warn__close:active {
    transform: translatey(2px) scale(0.9);
    color: crimson;
}

/* ==================== ↑↑↑ NOT RELATED TO DEMO ↑↑↑ ==================== */
/* level browser inconsistencies */
* {
    margin: 0;
    padding: 0;
    font: inherit;
}

html:not(.js) output[for], html:not(.js) .wrap::before, html:not(.js) .wrap::after {
    display: none;
}

.sr-only {
    position: fixed;
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
}

.wrap {
    --min: 0;
    /* default minimum */
    --max: 100;
    /* default maximum */
    --p: ;
    /* prefix */
    --s: ;
    /* suffix */
    --track-w: 250px;
    --uu: calc(var(--track-w) - 1em)/(var(--max) - var(--min));
    display: grid;
    align-content: center;
    position: relative;
    margin: 5em auto 1em auto;
    width: var(--track-w);
    max-width: 100%;
    height: 0.5em;
    border-radius: 0.25em;
    box-shadow: 0 1px #f3f6f8;
    background: linear-gradient(#8b5700, #cc8000 70%, #ffa500);
    font: 1em/2 ubuntu mono, consolas, monaco, monospace;
/filter: grayScale(0.65);/
cursor: pointer;
}
.wrap::before, .wrap::after {
    --i: 0;
    --noti: calc(1 - var(--i));
    --sgni: calc(1 - 2*var(--i));
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: calc(0.5em + (var(--noti)(var(--a) - var(--min)) + var(--i)(var(--b) - var(--min)))*var(--uu));
    width: calc(var(--sgni)*(var(--b) - var(--a))*var(--uu));
    background: linear-gradient(#8b5700, rgba(255,165,0,0.1) 0.25em), repeating-linear-gradient(135deg, transparent, transparent 4px, #8b5700 5px, #8b5700 7px), linear-gradient(#ffa500, #ffa500);
    content: "";
}
.wrap::after {
    --i: 1 ;
}
.wrap:focus-within {
    filter: none;
}
@media (max-width: 480px) {
    .wrap {
        --track-w: 200px;
    }
}

input, output {
    --hl: 0;
    --nothl: calc(1 - var(--hl)) ;
}

input[type=range] {
    grid-area: 1/1;
    position: relative;
    /* ugh, Edge */
    z-index: calc(1 + var(--hl));
    width: var(--track-w);
    min-height: 2em;
    background: none;
}
input[type=range], input[type=range]::-webkit-slider-thumb, input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
    border: none;
    width: 100%;
    height: 0.5em;
    border-radius: 0.25em;
    background: transparent;
    color: transparent;
}
input[type=range]::-moz-range-track {
    border: none;
    width: 100%;
    height: 0.5em;
    border-radius: 0.25em;
    background: transparent;
    color: transparent;
}
input[type=range]::-ms-track {
    border: none;
    width: 100%;
    height: 0.5em;
    border-radius: 0.25em;
    background: transparent;
    color: transparent;
}
input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    margin-top: calc(.5*(0.5em - 1em));
    border: solid 3px #c37b00;
    width: 1em;
    height: 1em;
    border-radius: 50%;
/box-shadow: 0 0.375em 0.25em #ffa500;/
background: #fff;
    pointer-events: auto;
    cursor: ew-resize;
}
input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    margin-top: 0;
    border: solid 1px #8b5700;
    width: 1em;
    height: 1em;
    border-radius: 50%;
/box-shadow: 0 0.375em 0.25em #ffa500;/
background: #f5f4f3;
    pointer-events: auto;
    cursor: ew-resize;
}
input[type=range]::-ms-thumb {
    box-sizing: border-box;
    margin-top: 0;
    border: solid 1px #ffa500;
    width: 1em;
    height: 1em;
    border-radius: 50%;
/box-shadow: 0 0.375em 0.25em #cc8000;/
background: #f5f4f3;
    pointer-events: auto;
    cursor: ew-resize;
}
input[type=range]:only-of-type {
    --pos: calc(0.5em + (var(--c) - var(--min))*var(--uu));
}
.js input[type=range]:only-of-type::-webkit-slider-runnable-track {
    border: none;
    width: 100%;
    height: 0.5em;
    border-radius: 0.25em 0 0 0.25em;
    background: linear-gradient(#cc8000, rgba(9, 109, 170, 0.01) 0.25em), repeating-linear-gradient(135deg, transparent, transparent 4px, #cc8000 5px, #cc8000 7px), linear-gradient(#ffa500, #ffa500);
    background-repeat: no-repeat;
    background-size: var(--pos) 100%;
}
input[type=range]:only-of-type::-moz-range-progress {
    border: none;
    width: 100%;
    height: 0.5em;
    border-radius: 0.25em 0 0 0.25em;
    background: linear-gradient(#cc8000, rgba(9, 109, 170, 0.01) 0.25em), repeating-linear-gradient(135deg, transparent, transparent 4px, #cc8000 5px, #cc8000 7px), linear-gradient(#ffa500, #ffa500);
}
input[type=range]:only-of-type::-ms-fill-lower {
    border: none;
    width: 100%;
    height: 0.5em;
    border-radius: 0.25em 0 0 0.25em;
    background: linear-gradient(#cc8000, rgba(9, 109, 170, 0.01) 0.25em), repeating-linear-gradient(135deg, transparent, transparent 4px, #cc8000 5px, #cc8000 7px), linear-gradient(#ffa500, #ffa500);
}
input[type=range]:not(:only-of-type) {
    pointer-events: none;
}
input[type=range]:not(:only-of-type)::-ms-fill-lower {
    display: none;
}
input[type=range]:focus {
    outline: solid 0 transparent;
}
input[type=range]:focus, input[type=range]:focus + [for] {
    --hl: 1 ;
}

output[for] {
    --ar: 0;
    --pos: calc((var(--c) - var(--min))*var(--uu));
    position: absolute;
    z-index: var(--hl);
    bottom: 100%;
    left: 0.5em;
    transform: translate(calc(var(--pos) - 50%));
    filter: drop-shadow(0 2px 3px #afb0b4);
    counter-reset: c var(--c);
    font-family: "roboro";
}
output[for]::after {
    display: block;
    margin-bottom: 0.375em;
    border: solid calc(var(--ar)*.75em) transparent;
    padding: 0 0.5em;
    border-radius: calc(.25em + var(--ar)*.75em);
    background: linear-gradient(#ce8200, #ffa500) border-box;
    color: #fff;
/*filter: grayScale(var(--nothl));*/
--mask:
linear-gradient(#ce8200, #ffa500) padding-box,
conic-gradient(from -35deg at 50% 100%,
#ffa500 70deg, transparent 0%)
50% 100%/ 100% calc(var(--ar)*.75em)
no-repeat border-box;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    content:counter(c) var(--s);
    direction: rtl;
}
@supports (background: conic-gradient(from 1deg at 0%, #ffa500 9%, tan 0%)) {
    output[for] {
        --ar: 1 ;
    }
}
/*END RANGE*/

.product_page h1
{
    font-size: 1.8rem;
    font-weight: 500;
}
.pl-md-6
{
    padding-left:6rem!important;
}
.product_page .category_product
{
    margin: 15px 0;
}
.product_page .category_product>a
{
    font-size: 1rem;
    font-weight: 400;
    color: #7d7d7d;
    padding: 0 10px 0 0;
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.product_page .category_product>svg
{
    width: 27px;
    height: 27px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    color: #3e3a3d;
}
.product_page .category_product>div>svg
{
    cursor: pointer;
}
.product_page .category_product>.hover_share
{
    position: relative;
    width: 20px;
    top: 5px;
}
.product_page .category_product>.hover_share>.box_1
{
    position: absolute;
    width: 155px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.arrow_box {
    position: relative;
    background: #fff;
    border: 2px solid rgba(255,162,0,0.65);
    top: 15px;
    z-index: 999;
    width: 160px;
    padding: 10px;
    border-radius: 5px;
    display: none;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(255,162,0,0.65);
    border-width: 12px;
    margin-left: -12px;
}
.arrow_box>a{
    padding: 0 3px;
}
.arrow_box svg
{
    width: 23px!important;
    height: 23px;
    border-radius: 50%;
    padding: 3px;
}
.arrow_box svg.fa-whatsapp
{
    background: rgb(45, 184, 67);
    background: linear-gradient(45deg, rgba(45, 184, 67, 1) 0%, rgba(0, 138, 22, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}
.arrow_box svg.fa-telegram-plane
{
    background: rgb(54, 174, 226);
    background: linear-gradient(45deg, rgba(54, 174, 226, 1) 0%, rgba(2, 118, 168, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}
.arrow_box svg.fa-facebook-f
{
    background: rgb(72, 103, 170);
    background: linear-gradient(45deg, rgba(72, 103, 170, 1) 0%, rgba(7, 47, 134, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}
.arrow_box svg.fa-twitter
{
    background: rgb(80, 171, 241);
    background: linear-gradient(45deg, rgba(80, 171, 241, 1) 0%, rgba(0, 109, 193, 1) 100%);
    transition: all 0.6s;
    color: #fff;
}

.product_page .brand_product
{
    margin: 15px 0;
    font-size: 1rem;
    font-weight: 400;
    color: #7d7d7d;
}
.product_page .model_product select
{
    max-width: 250px;
    margin: 15px 0;
}
.product_page .model_product select:focus
{
    box-shadow: none!important;
    outline: none!important;
}
.product_page .price_product
{
    margin-top: 50px;
    position: relative;
}
.product_page .price_product .price_line
{
    color: #a7a7a7;
    font-size: 1rem!important;
    font-weight: 500!important;

}
.product_page .price_product .price
{
    color: #1a203d;
    font-size: 1.5rem;
    font-weight: 800;
    font-family: "roboto";
}
.product_page .price_product .div_discount
{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.product_page .price_product .discount
{
    height: 35px;
    background: #1f1f1f;
    color: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    position: relative;
}
.product_page .price_product .discount:before
{
    width: 0;
    height: 0;
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
    border-left: 15px solid #1f1f1f;
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
}
.product_page .btn-success {
    margin-top: 50px;
    width: 250px;
    height: 60px;
    display: flex;
    flex: 0.6;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #40ca98 !important;
    color: #fff !important;
    box-shadow: 0 10px 20px -5px rgba(64, 202, 152, 0.7) !important;
    border: none;
    margin-bottom: 20px;
}
.product_page .btn-invent {
    margin-top: 50px;
    width: 250px;
    height: 60px;
    display: flex;
    flex: 0.6;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #8d8d8d; !important;
    color: #fff !important;
    box-shadow: 0 10px 20px -5px rgba(141, 141, 141, 0.7) !important;
    border: none;
    margin-bottom: 20px;
    cursor: not-allowed !important;
}
.product_page .section-title {
    font-weight: 700;
}
.product_page .section-title:after
{
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background: #1a203d;
    content: "";
    display: block;
    margin-top: 10px;
}
.product_page .section-body {
    padding-top: 50px;
    font-weight: 300;
    font-size: 1.1rem;
}
.product_page .text_product
{
    margin-top: 50px!important;
    padding-bottom: 50px;
    border-bottom: 1px solid #f2f2f2;
}
.product_page .section-body span.title
{
    font-weight: 700;
}
.product_page .section-body span.value
{
    color: #6d666b;
    font-weight: 700;
    font-size: 14px;
}
.product_page .comment_product
{
    width: 70%;
    margin: auto;
    margin-top: 100px;
    position: relative;
}
.product_page .section-body .comment_user
{
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
    border: 1px solid #f2f2f2;
    background: #fff;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 16px;
}
.product_page .section-body .comment_user_reply
{
    width: 90%;
    margin-right: 10%;
    background: #eafff2;
    color: #277b49;
    border: none;
    padding: 1rem;
    margin-bottom: 1rem;
    height: auto;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 16px;
}
.product_page .section-body .comment_user p,
.product_page .section-body .comment_user_reply p
{
    font-weight: 400;
    font-size: 1rem;
}
.product_page .section-body .comment_user h5,
.product_page .section-body .comment_user_reply h5
{
    font-weight: 400;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.product_page .section-body .comment_user small,
.product_page .section-body .comment_user_reply small
{
    font-size: 80%;
    font-weight: 400;
}
.product_page .comment_product form textarea
{
    width: 100%;
    height: auto;
    min-height: 200px;
    border: 1px solid #f2f2f2;
    background: #f8f8f8;
    padding: 25px;
    border-radius: 16px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: auto;
    resize: vertical
}
.product_page .comment_product form button
{
    cursor: pointer;
    background: #1a203d !important;
    color: #fff !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transform: translateY(0);
    border-radius: 16px;
    padding: 20px 45px;
    border: none;
    font-weight: 700;
    box-shadow: 0 20px 35px -15px rgba(242, 188, 49, 0.3) !important;
    margin-top: 20px;
}
.product_page .comment_product form button:hover
{
    transform: translateY(-3px);
}
.product_page .comment_product form button>svg
{
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.product_page .pic_product
{
    max-width: 375px;
    height: 400px;
    margin: 0 auto;
    padding: 5px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.swiper-slide-big
{
    width: 100%!important;
    height: 80%!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto 0;
}
.gallery-top {
    height: 100%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
}

.gallery-thumbs .swiper-slide {
    height: 75px;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-size: contain;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.gallery-top .swiper-button-prev.swiper-button-white, .gallery-top .swiper-button-next.swiper-button-white
{
    background: rgba(109,102,107,0.23);
    padding: 5px 10px;
    border-radius: 3px;
}
.gallery-top .swiper-button-prev:after, .gallery-top .swiper-button-next:after
{
    font-size: 15px;
}
.text-justify
{
    text-align: justify;
}
.blog_single
{
    box-shadow: 0 15px 35px -2px rgba(0, 0, 0,0.5);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 35px;
}
.blog_single img{
    width: 100%;
    height: auto;
}
.blog_single img.page_footer
{
    width: 100%;
    height: 250px!important;
    object-fit: contain;
}
.blog_single h1
{
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 3rem;
}
.blog_single span.amar
{
    position: relative;
    top:-10px
}
.about_us img
{
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}
.about_us h1,
.contact_us_page h1
{
    font-size: 30px;
    font-weight: 700;
    color: var(--color_1);
}
/*.blog_single h1:before,*/
/*.about_us h1:before,*/
/*.contact_us_page h1:before*/
/*{*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    position: relative;*/
/*    background: #1a203d;*/
/*    border-radius: 50%;*/
/*    content: "";*/
/*    display: inline-block;*/
/*    margin-left: 5px;*/
/*}*/
.about_us p{
    text-align: justify;
}
.contact_us_page .iframe
{
    width: 100%;
    height: 300px;
    padding: 10px 20px;
    margin-bottom: 50px;
}
.contact_us_page .iframe iframe
{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.05);
    padding: 2px;
}
.contact_us_page ul li
{
    margin: 25px 0;
}
.contact_us_page ul li svg
{
    margin-left: 10px;
    position: relative;
    top: 1px;
    color: #1a203d;
}
.contact_us_page ul li b
{
    margin-right: 5px;
    color: #000;
}
.pt-50px
{
    padding-top: 50px!important;
}
.pb-100px
{
    padding-bottom: 100px!important;
}
.contact_us_page form label
{
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 8px;
}
.contact_us_page form input
{
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 5px 10px -5px rgba(0,0,0,0.10);
    border-radius: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 0.9rem;
}
.contact_us_page form textarea
{
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 5px 10px -5px rgba(0,0,0,0.10);
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 25px;
    border-radius: 16px;
    overflow: auto;
    resize: vertical;
}
.contact_us_page form input:focus,
.contact_us_page form textarea:focus
{
    outline: none!important;
    box-shadow: none!important;
    border-color: #1a203d;
}
.contact_us_page form input::-ms-input-placeholder,
.contact_us_page form textarea::-ms-input-placeholder
{
    color: #d8d8d8;
}
.contact_us_page form input::placeholder,
.contact_us_page form textarea::placeholder
{
    color: #d8d8d8;
}
.swiper_blog_list .swiper-wrapper
{
    width: 100%;
    height: 450px!important;
    position: relative;
}
.swiper_blog_list img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articles .swiper-btn-next.swiper_blog_list_arrow,
.articles .swiper-btn-prev.swiper_blog_list_arrow
{
   position: absolute;
    bottom: 75px;
    z-index: 99;
}
.articles .swiper-btn-next.swiper_blog_list_arrow
{
    left: 35px;
}
.articles .swiper-btn-prev.swiper_blog_list_arrow
{
    left: 60px;
}
.articles .swiper_blog_list .swiper-pagination
{
    text-align: left!important;
    left: 25px;
    bottom: 25px;
}
.articles .swiper_blog_list .swiper-pagination>span
{
    margin: 0 8px;
}
.articles .swiper_blog_list .swiper-pagination .swiper-pagination-bullet-active
{
    background:#000;
}
.articles .swiper_blog_list h2.title_blog_vip
{
    position: absolute;
    right: 50px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    font-size: 1.5rem;
    font-weight: 700;
    padding: 15px 30px;
    margin-bottom: 15px;
    bottom: 100px;
}
.articles .swiper_blog_list span.date_blog_vip
{
    position: absolute;
    right: 50px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 0 30px;
    height: 45px;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 15px;
    bottom: 50px;
}
.articles .swiper_blog_list a.btn
{
    position: absolute;
    right: 200px;
    bottom: 50px;
    height: 45px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    line-height: 43px;
}
.card_blog_1
{
    width: 100%;
}
.card_blog_1 .post-wrapper
{
    width: 100%;
    height: 225px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 20px -10px rgb(0 0 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.card_blog_1 .post-wrapper .post-wrapper__image
{
    width: 200px;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.card_blog_1 .post-wrapper .post-wrapper__image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_blog_1 .post-wrapper .post-wrapper__body
{
    padding: 25px;
}
.card_blog_1 .post-wrapper .post-wrapper__body h3
{
    font-size: 1.2rem;
    font-weight: 700;
}
.card_blog_1 .post-wrapper .post-wrapper__body .post-wrapper__meta
{
    margin: 20px 0;
}
.card_blog_1 .post-wrapper .post-wrapper__body .post-wrapper__meta span
{
    margin-left: 20px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #7d7d7d;
}
.card_blog_1 .post-wrapper .post-wrapper__body p
{
    font-size: 0.9rem;
    font-weight: 300;
    margin: 10px 0;
}
.card_blog_1 .post-wrapper .post-wrapper__body .more-link
{
    font-weight: 700;
}
.card_blog_1 .post-wrapper .post-wrapper__body .more-link span
{
    transition: all 0.3s ease-in-out;
    position: relative;
    right: 0;
}
.card_blog_1 .post-wrapper .post-wrapper__body .more-link svg
{
    position: relative;
    top: 2px;
    color: #f2bc31;
    margin-right: 10px;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.card_blog_1 .post-wrapper .post-wrapper__body .more-link:hover svg
{
    left: -2px;
}
.card_blog_1 .post-wrapper .post-wrapper__body .more-link:hover span
{
    right: -2px;
}
.articles .count_blog
{
    position: sticky;
    top: 25px;
    margin-bottom: 15px;
}
.articles .card
{
    box-shadow: 0 15px 35px -2px rgba(0 0 0,0.5);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}
.articles .sidebar-widget
{
    margin-bottom: 15px;
}
.articles .sidebar-widget h4.title-dot
{
    position: relative;
    font-size: 1.4rem;
    line-height: 3rem;
}
.articles .sidebar-widget h4.title-dot:before
{
    width: 5px;
    height: 5px;
    position: relative;
    background: #1a203d;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-left: 20px;
}
.articles .sidebar-widget .post-wrapper-small
{
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    border-top: 1px solid #f2f2f2;
}
.articles .sidebar-widget .post-wrapper-small .post-wrapper-small__image
{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 auto;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}
.articles .sidebar-widget .post-wrapper-small .post-wrapper-small__image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articles .sidebar-widget .post-wrapper-small .post-wrapper-small__body
{
    width: calc(100% - 85px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.articles .sidebar-widget .post-wrapper-small .post-wrapper-small__body h4
{
    font-size: 1rem;
}
.articles .sidebar-widget .post-wrapper-small .post-wrapper-small__body small
{
    font-size: 0.7rem;
    color: #7d7d7d;
    font-weight: 300;
    display: block;
    text-align: left;
    margin-top: 5px;
}
.single-post__meta
{
    font-size: 1rem;
    color: #6d6d6d;
    margin-bottom: 25px;
    position: relative;
}
.single-post__meta .hover_share a.fa_hover_share
{
    position: absolute;
    right: 10px;
}
.single-post__meta .hover_share .box_1
{
    position: absolute;
    left: 10px;
    top: 20px;
}
.single-post__meta .hover_share .box_1 .arrow_box:after, .single-post__meta .hover_share .box_1 .arrow_box:before
{
    left: 30px!important;
}
.single-post__meta .hover_share .box_1 a
{
    margin: unset!important;
}
.single-post__meta span, .single-post__meta a
{
    margin-left: 25px;
}
#comments-section
{
    margin-top: 25px;
    box-shadow: 0 15px 35px -2px rgba(0 0 0 ,0.5);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 35px;
}
#comments-section h4
{
    margin-bottom: 50px;
    font-weight: 700;
}
#comments-section .comment
{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#comments-section .comment .comment__image
{
    width: 80px;
    height: auto;
}
#comments-section .comment .comment__image__wrapper
{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#comments-section .comment .comment__image__wrapper img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#comments-section .comment__body
{
    width: calc(100% - 100px);
}
#comments-section .comment h5
{
    font-weight: 700;
}
#comments-section .comment__body small
{
    font-weight: 300;
    color: #7d7d7d;
}
#comments-section .comment p
{
    margin: 15px 0;
    font-weight: 300;
    font-size: 1rem;
    color: #5d5d5d;
    line-height: 2.1rem;
}
#comments-section .comment .replies
{
    width: calc(100% - 50px);
    margin-right: auto;
    flex: 0 0 auto;
    padding: 35px;
    background: #f9f9f9;
    margin-top: 25px;
}
#comments-section .comment .replies .comment
{
    margin-bottom: 0;
}
#new-comment-blog
{
    margin-top: 50px;
    margin-bottom: 50px;
}
#new-comment-blog .card
{
    box-shadow: 0 15px 35px -2px rgba(0,0,0,0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 35px;
    background: #f8f8f8;
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: auto;
    min-height: 200px;
}
#new-comment-blog button
{
    margin-top: 25px;
}
.vertical_slider .swiper-slide a
{
    width: 100%;
    height: 100%;
    position: relative;
}
.vertical_slider .swiper-slide img
{
    width: 100%!important;
    height: 100%!important;
    object-fit: contain;
    position: inherit;
    z-index: 1;
}
.vertical_slider .swiper-slide img.img_cover
{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    filter: blur(7px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.blur-2
{
    filter: blur(2px);
}
.vip_arrow
{
    display: none;
}
.paginate_ul ul
{
    display: inline-flex;
    margin: 10px 0;
}
.page-item:first-child .page-link
{
    border-radius: 0 3px 3px 0;
    margin-left: -1px;
}
.page-item:last-child .page-link
{
    border-radius: 3px 0 0 3px;
}
.page-link
{
    padding: 10px 15px!important;
    color: #000;
}
.page-item.active .page-link
{
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.swal2-header
{
    padding: 0 10px!important;
}
.swal2-popup
{
    width: 350px!important;
}
.swal2-icon
{
    width: 3em!important;
    height: 3em!important;
}
.swal2-icon.swal2-success [class^=swal2-success-line]
{
    height: 5px!important;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]
{
    top: 30px!important;
    left: 5px!important;
    width: 15px!important;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]
{
    width: 35px!important;
    top: 25px!important;
    right: 2px!important;
}
.swal2-icon .swal2-icon-content
{
    font-size: 2.75em!important;
}
.swal2-title
{
    font-size: 1.5rem!important;
}
.swal2-html-container
{
    font-size: 15px!important;
}
.swal2-styled.swal2-confirm
{
    font-size: 15px!important;
}
.swal2-content
{
    padding: 0 0!important;
}
.basket-items-wrapper
{
    width: 100%;
}
.basket-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 20px -10px rgba(0 0 0 ,1);
    margin-bottom: 25px;
}
.basket-item__image {
    width: 145px;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #f2f2f2;
    padding-left: 25px;
}
.basket-item__image img {
    width: 100%;
    height: auto;
}
.basket-item__body {
    width: calc(100% - 175px);
}
.basket-item__body h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.basket-item__details {
    width: 100%;
    height: auto;
    display: flex;
    margin: 10px 0;
}
.basket-item__details span {
    padding: 7px 15px;
    background: #f2f2f2;
    color: #2d2d2d;
    margin-left: 5px;
    font-size: 0.9rem;
    font-weight: 300;
}
.basket-item__body .product-count {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.basket-item__body .product-count > span {
    margin-left: 25px;
}
.product-count-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-count-show .product-count-wrapper
{
    position: relative;
    top:0;
    left: 18px;
}
.product-count-wrapper a {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-count-wrapper span {
    margin: initial!important;
    text-align: center;
    width: 30px;
    font-family: "roboto";
}
.basket-item__body strong {
    font-size: 1.2rem;
    font-weight: 800;
    position: relative;
    bottom: -5px;

}
.basket-item__body s
{
    font-size: 1rem;
    color: #8d8d8d;
    font-weight: 500;
    margin-bottom: -7px;
}
/*.basket-page aside*/
/*{*/
/*    position: sticky;*/
/*    top: 75px;*/
/*}*/
.basket-page aside .title-dot,
.basket-page .title-dot
{
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    line-height: 3rem;
}
.basket-page aside .title-dot:before,
.basket-page .title-dot:before
{
    width: 5px;
    height: 5px;
    position: relative;
    background: #1a203d;
    border-radius: 0!important;
    content: "";
    display: inline-block;
    margin-left: 20px;
}
.basket-page aside div {
    position: relative;
}
.basket-page aside div i {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: 1px;
    color: #1a203d;
    font-style: normal;
    width: 15px;
    font-size: 1.2rem;
}
.basket-page aside div p {
    display: inline-block;
    line-height: 2.2rem;
    font-weight: 500;
    color: #4d4d4d;
}
.basket-page aside div:last-of-type
{
    border-top: 1px solid #f2f2f2;
    margin-top: 15px;
    padding-top: 15px;
}
.basket-page aside .btn-digi
{
    padding: 15px;
    margin-top: 45px;
    background: var(--color_1);
}

.btn:hover, .btn:focus, .navbar .navbar-nav > a.btn:hover, .navbar .navbar-nav > a.btn:focus {
    box-shadow: 0 0 12px var(--color_1) !important;
}

.send_order .send_order_in
{
    position: relative;
    background: #fff;
    box-shadow: 0 12px 12px 0 hsl(0 ,0% ,71%);
    border: 1px solid #e7e7e7;
    border-radius: 16px;
}
.send_order .send_order_in .send_order_div
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.send_order .send_order_in .send_order_p_tag
{
    background: #f5f5f5;
    padding: 8px;
    border-radius: 3px;
    color: #636363;
}
.send_order .send_order_in .send_order_a_tag
{
    color: #636363;
    font-size: 13px;
}
.send_order_new {
    transition: all 0.6s;
}
.send_order .send_order_in {
    position: relative;
    background: #fff;
    box-shadow: 0 12px 12px 0 hsl(0 , 0% , 71%);
    border: 1px solid #e7e7e7;
}
.form-group {
    margin-bottom: 1rem;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.chosen-container
{
    width: 100%!important;
}
.opacity_new {
    opacity: 0;
    height: 0;
    margin-top: -5px !important;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow: visible !important;
    -webkit-overflow-scrolling: touch;
}
.basket-payment table
{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
    margin-top: 25px;
    border-top: 1px solid #f2f2f2;
}
.basket-payment table tr,
.table-striped>tbody>tr:nth-of-type(odd)
{
    --bs-table-accent-bg:#fff!important;
    background: #fff !important;
    border-bottom: 1px solid #f2f2f2;
}
.basket-payment .table th:first-child, .table td:first-child {
    border-right: none !important;
}
.table th:last-child, .table td:last-child {
    border-left: none !important;
}
.table td, .table th
{
    padding: 20px;
    border: 1px solid #f2f2f2 !important;
    border-top: none !important;
}
.basket-payment table td {
    border: none !important;
}
.min-w-500px
{
    min-width: 500px;
}
.w-200px
{
    width: 200px;
}
#profile-menu
{
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #2d2d2d;
    box-shadow: none;
    width: auto;
    background: #fff;
    padding: 15px;
    margin-right: 15px;
    position: relative;
    font-size: 0.9rem !important;
    cursor: pointer;
    float: left;
}
#profile-menu > div > div > svg
{
    position: relative;
    font-size: 1rem;
    margin-left: 10px;
    color: #2d2d2d !important;
}
#profile-menu>div>i
{
    font-size: 1.3rem!important;
    color: #2d2d2d !important;
}
#profile-menu ul
{
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    position: absolute;
    top: 100%;
    left: -1px;
    background: #fff;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    z-index: -1;
    width: calc(100%);
    opacity: 0;
    transition: 0.3s all;
}
#profile-menu:hover ul
{
    z-index: 999;
    opacity: 1;
}
#profile-menu ul li>a
{
    width: 100% !important;
    display: block !important;
    color: #2d2d2d !important;
    border: none !important;
    padding: 15px 25px;
    margin-right: 0 !important;
    transition: 0.3s all;
}
#profile-menu ul li:first-child a
{
    border-radius: 5px 5px 0 0;
}
#profile-menu ul li:last-child a
{
    border-radius: 0 0 5px 5px;
}
#profile-menu ul li>a:hover
{
    background: #ececec;
}
#profile-menu li a svg
{
    color: #9d9d9d !important;
    margin-left: 10px;
    position: relative;
    top: 2px;
    font-size: 1rem;
}
#profile-menu li a span
{
    color: #2d2d2d !important;
}
.auth-page .card
{
    box-shadow: 0 15px 35px -2px rgba(0 0 0,0.5);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 35px;
    margin-bottom: 20px;
}
.auth-page .col-md-6
{
    padding: 25px 50px;
}
.auth-page .mobile-only
{
    text-align:center;margin-top:5px;margin-bottom:35px;font-size:12px;font-weight:bold;
    display: none;
}
.auth-page .col-md-6:last-child {
    border-right: 1px solid #f2f2f2;
}
.auth-page h2 {
    font-size: 1.5rem;
    font-weight: 700;
}
.auth-page h2:before
{
    width: 5px;
    height: 5px;
    position: relative;
    background: #1a203d;
    content: "";
    display: inline-block;
    margin-left: 20px;
    border-radius: 0!important;
}
.input-container {
    width: 100%;
    height: auto;
    margin: 50px 0;
}
#register .input-container
{
    margin: 20px 0;
}
.input-container label {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #7d7d7d;
}
.input-container input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background: #f8f8f8;
    border-radius: 16px;
    font-weight: 400;
    font-size: 0.9rem;
    border: 1px solid #f2f2f2;
}
.input-container input::placeholder  {
    text-align: left;
}
.text-blue {
    color: #4277ff !important;
}

.auth-page svg.page-icon
{
    font-size: 3rem;
    color: #f2bc31;
    background: #fffaee;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 50px;
    /*margin: 50px auto;*/
}
#validation-code {
    width: 250px;
    margin: auto;
    text-align: center;
    height: auto;
}
.input-container label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #7d7d7d;
}
.validation-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
}
.validation-input {
    width: 50px!important;
    min-width: 50px;
    max-width: 50px;
    letter-spacing: 0!important;
    height: 50px;
    margin: 0 5px;
    border-radius: 5px;
    flex: 0 0 auto;
    font-size: 1.2rem;
    display: block;
    text-align: center;
}
.btn-disabled
{
    opacity: 0.5;
    cursor: not-allowed !important;
}
.gallery-thumbs .swiper-slide
{
    height: 95px;
    background-repeat: round;
    background-size: cover;
    border: 5px solid #fff;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.09);
    border-radius: 16px;
}
.gallery-thumbs
{
    width: 75%;
}
.gallery-thumbs .swiper-button-prev, .gallery-thumbs .swiper-container-rtl .swiper-button-next
{
    right: -5px;
}
.gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-container-rtl .swiper-button-prev
{
    left: -5px;
}
.px-md-21
{
    padding-right: 21px;
    padding-left: 21px;
}
[data-tooltip] {
    position: relative;
    z-index: 10;
}
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + 5px); /* 5px is the size of the arrow */
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 220px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 11px;
    background-color: rgba(59, 72, 80, 0.9);
    background-image: linear-gradient(30deg,
    rgba(59, 72, 80, 0.44),
    rgba(59, 68, 75, 0.44),
    rgba(60, 82, 88, 0.44));
    box-shadow: 0 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
    content: '';
    border-style: solid;
    border-width: 5px 5px 0px 5px; /* CSS triangle */
    border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
    transition-duration: 0s; /* If the mouse leaves the element,
                              the transition effects for the
                              tooltip arrow are "turned off" */
    transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
    transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
    transition-delay: 0.3s;
    transform: translate(-50%, -5px) scale(1);
}
/*
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
    transition-delay: 0.5s; /* Starting after the grow effect */
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
}
.wat_sapp {
    position: fixed;
    text-align: center;
    bottom: 50px;
    left: 15px;
    z-index: 999;
    animation-name: text-focus-in;
    animation-duration: 2.2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: backwards;
}

.wat_sapp img {
    width: 55px;
    border-radius: 50px !important;
    box-shadow: 0 0 50px 11px #ffa500;
    margin-bottom: 15px;
    animation: pulse 2s infinite;
    margin-left: -16px;
}

.wat_sapp p {
    animation: pulse2 2s infinite;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
    }
    90% {
        -webkit-box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
    }
    90% {
        -moz-box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
        box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
    }
}


@-webkit-keyframes pulse2 {
    0% {
        text-shadow: 0 0 0 rgba(255, 165, 0, 1);
    }
    90% {
        text-shadow: 0 0px 50px rgba(255, 165, 0, 0);
    }
    100% {
        text-shadow: 0 0 0 rgba(255, 165, 0, 0);
    }
}

@keyframes pulse2 {
    0% {
        text-shadow: 0 0 0 rgba(255, 165, 0, 1);
    }
    90% {
        text-shadow: 0 0px 50px rgba(255, 165, 0, 0);
    }
    100% {
        text-shadow: 0 0 0 rgba(255, 165, 0, 0);
    }
}
.radio_pay
{
    display: contents;
    cursor: pointer;
}
.radio_pay img
{
    width: 100px;
    height: 100px;
    margin-left: 5px;
    border: 2px solid #1a203d;
    border-radius: 16px;
    object-fit: contain;
    padding: 10px;
}
.radio_pay.active img{
    background:var(--color_orginal_2) ;
}
.radio_pay input
{
    display: none;
}
.radio_pay .card_number
{
    transition: 0.6s all;
}
ul.pager li{
    float: right;
    padding: 5px;
    direction: ltr;
}
.table_height
{
    max-height: 500px;
    overflow: auto!important;
}
.iframe_post
{
    height: 700px;
    width: 100%;
    overflow-y: auto;
}
.table_search .table thead th,
.table_search .table tbody td.bold
{
    font-weight: bold;
}
.table_search .table thead th
{
    border: unset!important;
    border-bottom: 2px solid #000!important;
}
.table_search .table-striped tbody tr:nth-of-type(odd),
.table_search .table-striped tbody tr:nth-of-type(odd) td
{
    background-color: rgba(0,0,0,.03)!important;
    background-image: unset!important;
}
.table_search .table-striped tbody tr td
{
    border: unset!important;
}
.alert a
{
    border-bottom: 1px solid;
}
label.error
{
    font-size: 12px;
    color: darkred;
}
.jGrowl-message
{
    text-align: right;
    padding-left: 10px;
}
.jGrowl-close
{
    float: left!important;
}
.reserve_date_div
{
    border-top: unset!important;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 0!important;
    padding-bottom: 15px;
}
.fast_peyk_div,
.fast_peyk_div div
{
    border: unset!important;
    margin-top: 5px!important;
    padding-top: 0!important;
}
.fast_peyk_div label
{
    margin-bottom: 0!important;
}
.branch_page .img_model
{
    width: 100%;
    height: 275px;
    background: rgba(123,0,11,0.1);
    box-shadow: 0 0 2px 0 #6d6d6d;
    position: relative;
}
.branch_page .img_model h5
{
    font-size: 14px;
    background: rgba(110,0,12,0.54);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 7px 5px;
}
.branch_page .img_model img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch_page .modal-header .btn-close
{
    margin: 0;
}
.branch_page .modal-title
{
    font-size: 14px;
}
.branch_page .modal-body img
{
    width: 100%;
    max-height: 350px;
    object-fit: contain;
}
.branch_page span.badge
{
    font-size: 12px;
    padding: 5px 8px;
}
.branch_page .price
{
    font-size: 16px;
}
.branch_page .price .price_u
{
    font-size: 16px;
    color: darkred;
}
.branch_page .price .price_v
{
    font-size: 20px;
}
.bg-none
{
    background: transparent!important;
}
.h-60
{
    height: 60px!important;
}
.select2-container
{
    width: 100%!important;
    display: block!important;
}
.select2-container--default .select2-selection--single
{
    height: 40px!important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered
{
    line-height: 38px!important;
}
.filter_768_open
{
    display: none;
}
.text_cat.mh-200px
{
    max-height: 200px;
    overflow: hidden;
    position: relative;
}
.text_cat.mh-200px:after
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.text_cat
{
    box-shadow: 0 0 3px 0 #d6d6d6;
    border-radius: 5px;
    padding: 25px 15px;
    text-align: justify;
    margin-bottom: 20px;
}
.text_cat h1
{
    font-size: 34px;
    font-weight: 600;
    color: #000;
}
.text_cat h2
{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.text_cat h3
{
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.text_cat h4
{
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.text_cat h5
{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.text_cat h6
{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.text_cat strong
{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.text_cat a strong
{
    font-size: 16px;
    font-weight: 600;
    color: #00039f;
}
.cat_text_open
{
    border: 1px solid;
    padding: 8px 15px;
    border-radius: 2px;
}