* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

:root {
    --red: #ee4055;
    --white: #fff;
    --black: #000;
}

.list_style_table_bank {
    list-style: none;
    margin-bottom: 0px;
}

.list_style_table_bank li {
    display: inline-block;
    margin-left: 5px;
}

body {
    background: #f4f5f7 !important;
    direction: rtl;
    overflow-x: hidden;
    font-family: iranyekan !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: iranyekan;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
p,
a {
    font-family: iranyekan;
}

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

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

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

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

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

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

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

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

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: normal;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: bold;
}

.text-extrabold {
    font-weight: 800;
}

.text-black {
    font-weight: 900;
}

.text-extrablack {
    font-weight: 950;
}

.pr {
    float: right !important;
}

.pl {
    float: left !important;
}

.container-main {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.h-main-row {
    margin: 15px 0;
    display: block;
    float: right;
    width: 100%;
}


/* header------------------------- */

header.header-main {
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 999;
    position: relative;
    float: right;
}

.header-logo {
    width: auto;
    line-height: 3;
}

.header-search .header-search-box {
    position: relative;
    width: 100%;
}

.header-search .header-search-box .form-search .header-search-input {
    width: 100%;
    background: #eceeef;
    height: 50px;
    line-height: 50px;
    padding: 0 60px 0 15px;
    border-radius: .8rem;
    transition: .2s;
    color: #64748b;
    outline: none;
    display: block;
    border: 1px solid #f0f0f1;
    position: relative;
    overflow: hidden;
    font-size: .75rem;
    z-index: 990;
}

.header-search .header-search-box .form-search .input-bg {
    background: #f9f6f6;
}

.header-search .header-search-box .form-search .action-btns {
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}

.header-search .header-search-box .form-search .action-btns .btn-search {
    width: 55px;
    height: 50px;
    line-height: 42px;
    border: none;
    display: block;
    outline: none;
    background: #f0f0f1;
    z-index: 999;
    opacity: 0.8;
    border-radius: 10px;
    float: left;
}

.bg_src {
    border-radius: 4PX;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: -webkit-linear-gradient(right, #380f4b 0%, #bc3159 70%);
    background: -moz-linear-gradient(right, #380f4b 0%, #bc3159 70%);
    background: -o-linear-gradient(right, #380f4b 0%, #bc3159 70%);
    background: -ms-linear-gradient(right, #380f4b 0%, #bc3159 70%);
    padding: 5px;
}

.header-search .header-search-box .form-search .action-btns .btn-search i {
    font-size: 20px;
    margin: auto;
    display: block;
    z-index: 1;
    color: #64748b;
}

.header-search .header-search-box .form-search .action-btns .search-filter {
    float: left;
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select {
    font-size: 12px;
    height: 50px;
    line-height: 45px;
    border-color: #f0f0f1;
    border-right: none;
    background: #f0f0f1;
    border-radius: 0;
    padding-right: 18px;
    padding-left: 30px;
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select::after {
    left: 12px;
    right: auto;
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select.right .list {
    width: 100%;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select.right .list li {
    text-align: right;
    padding-right: 10px;
    padding-left: 15px;
}

.header-search .header-search-box .form-search .btn-bg {
    background: #f35a7e !important;
    opacity: 0.8 !important;
}


.account-box {
    width: auto;
    height: 50px;
    color: #555 !important;
    line-height: 44px;
    padding: 5px 5px 5px 5px;
    float: left;
    margin-top: 0;
    font-size: 1.03em;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.account-box span.icon-account {
    width: 43px;
    height: 43px;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    font-size: 28px;
    line-height: 45px;
    text-align: center;
    float: left;
}

.account-box span.icon-account img {
    max-width: 100%;
}

.account-box span.title-account {
    float: right;
    font-size: 14px;
    margin-left: 20px;
    color: #8a8a8a;
    font-weight: 500;
}

.account-box .dropdown-menu {
    display: block;
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 20px;
    position: absolute;
    left: 15px;
    top: 45px;
    text-align: right;
    background: #fff;
    text-align: center;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.account-box .nav-account:hover .dropdown-menu {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.account-box .dropdown-menu ul.account-uls li.account-item {
    display: block;
    line-height: 30px;
}

.account-box .dropdown-menu ul.account-uls li.account-item a.account-link {
    font-size: 12px;
    color: #666666;
    width: 100%;
    border-radius: 50px;
    display: block;
    transition: .2s;
    font-weight: 400;
}

.account-box .dropdown-menu ul.account-uls li.account-item:hover a.account-link {
    background: #eee;
    color: #444;
    transition: .2s;
}


/* top-bar------------------------*/

.top-bar-menu {
    width: 100%;
    height: 50px;
    float: right;
    position: relative;
    background-color: #fdfdfd;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #f5f5f5;
    padding: 10px 0;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    transition: .2s;
    position: relative;
    padding: 18px 0;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #06d0e8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:hover::before {
    width: 100%;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:hover {
    color: #00bfd6;
    transition: .2s;
}


/* top-bar------------------------*/


/* main-menu--------------------- */

.header-main-nav {
    width: 100%;
    height: 57px;
    position: relative;
    line-height: 55px;
    float: right;
    background-color: #fff;
    margin-top: 10px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #f5f5f5;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.header-main-nav ul.menu-ul {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
}

.header-main-nav ul.menu-ul li.menu-item {
    padding: 0 9px;
    display: inline-block;
}

.header-main-nav ul.menu-ul li.menu-item a.current-link-menu {
    color: #616161;
    transition: .2s;
    position: relative;
    padding: 22px 0;
    font-size: 0.76rem;
    font-weight: 500;
}

.header-main-nav ul.menu-ul li.menu-item:hover a.current-link-menu {

    transition: .2s;
}

.header-main-nav ul.menu-ul li.menu-item a.current-link-menu::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ef4056;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-main-nav ul.menu-ul li.menu-item a.category-link::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ff828b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-main-nav ul.menu-ul li.menu-item:hover a.category-link {
    color: #ff828b;
    transition: .2s;
}

.header-main-nav ul.menu-ul li.menu-item:hover a i {

    background-color: rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    color: #000;

}

.header-main-nav ul.menu-ul li.menu-item a i {
    margin-left: 3px;
    color: #a1a3a8;
}


.nav-categories-overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(82, 82, 82, 0.3);
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    pointer-events: none;
}

.nav-categories-overlay.active {
    opacity: 1;
    pointer-events: all !important;
}

.header-main-nav ul.menu-ul:hover .nav-categories-overlay {
    opacity: 1;
}

.header-main-nav ul.menu-ul li.menu-item:hover > a.current-link-menu::before {
    width: 100%;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu {
    width: 100% !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    right: 0px;
    z-index: 9999;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    overflow: hidden;
    transition: all .2s ease-out;
    opacity: 0;
    visibility: hidden;
    display: none;
    margin-top: 5px;
    z-index: 1000;
}

.header-main-nav ul.menu-ul li.menu-item:hover > ul.is-mega-menu {
    transition: all .2s ease-out;
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 999;
}

.header-main-nav ul.menu-ul li[data-id] {
    position: static;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item {
    width: 20%;
    float: right;
    position: relative;
    text-align: right;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item a.mega-menu-link {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    transition: all .2s ease-out;
    padding-right: 10px;
    border-right: 2px solid #ee4055;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item a.mega-menu-link:hover {
    color: #ee4055;
    transition: all .2s ease-out;
    font-weight: 600;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul {
    width: 100%;
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    margin: -13px 0 10px 0 !important;
    box-shadow: none;
    background: transparent;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul li.menu-mega-item-three {
    position: relative;
    text-align: right;
    width: 100%;
    display: block;
    line-height: 31px

}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul li.menu-mega-item-three a {
    color: #71757a;
    font-size: 13px;
    padding: 0 10px;
    transition: all .4s ease-out;
    font-weight: 300;
    display: inline-block;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul li.menu-mega-item-three:hover a {
    color: #b6293a;
    transition: all .4s ease-out;
    font-weight: 500;
}

.bg-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
}

.bg-image img {
    max-width: 100%;
    box-shadow: none !important;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small {
    width: 220px !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    z-index: 9999;
    background: #fff;
    border-radius: 20px;
    padding: 10px 0;
    transition: all .2s, width 0s;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    transition: all .2s ease-out;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
}

.header-main-nav ul.menu-ul li:hover ul.is-mega-menu-small {
    transition: all .2s ease-out;
    opacity: 1;
    visibility: visible;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li {
    position: relative;
    text-align: right;
    width: 100%;
    display: block;
    line-height: 35px;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li a {
    color: #666666;
    font-size: 14px;
    padding: 0 25px;
    transition: all .3s ease-out;
    font-weight: 300;
    display: block;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover > a {
    color: #06d0e8;
    padding-right: 35px;
    transition: all .3s ease-out;
    font-weight: 600;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li > ul.is-mega-menu-small-three {
    width: 220px !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    right: 219px;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 20px;
    padding: 10px 0;
    transition: all .2s, width 0s;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    overflow: hidden;
    transition: all 300ms ease-in;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover ul.is-mega-menu-small-three {
    transition: all 300ms ease-out;
    opacity: 1;
    visibility: visible;
    display: block;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li a i {
    float: left;
    line-height: 40px;
    transition: all .3s ease;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover i {
    color: #06d0e8;
    transform: rotate(-45deg);
    transition: all .3s ease-out;
}

.header-main-nav .divider-space-card {
    width: 240px;
    height: 150px;
    float: left;
    clear: both;
    margin-left: 10px;
    /*background:url("../images/carte.png") no-repeat;*/
}

.header-main-nav .divider-space-card .header-cart-basket {
    width: 100%;
    position: relative;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box {
    height: 100px;
    background: transparent;
    color: #000;
    padding: 0;
    border-radius: 20px;
    width: 100%;
    display: block;
    margin-top: 4px;
    line-height: 50px;
    overflow: hidden;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box-bg {
    background-color: #f35a7e;

}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.icon-cart {
    float: right;
    text-align: center;
    margin: 0 10px;
    font-size: 25px;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.title-cart {
    font-size: 14px;
    display: block;
    z-index: 1;
    position: relative;
    text-align: right;
    line-height: 25px;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.price-cart {
    display: block;
    z-index: 1;
    position: relative;
    text-align: center;
    line-height: 2;
    font-size: 12px;
    opacity: 0.8;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.count-cart {
    background: var(--red);
    padding: 1px 2px;
    color: #fff;
    position: absolute;
    left: 15px;
    line-height: 15px;
    text-align: center;
    top: 5px;
    font-size: 12px;
    min-width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 6px;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box:hover span.count-cart {
    background: #3db95b;
    color: #fff;
}


.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.count-bg {
    color: #f35a7e;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart {
    position: relative;
    width: 345px !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    z-index: 9999;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    transition: all .2s, width 0s;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    left: 0;
    top: 30px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
    padding: 10px;
}


.item_bar_right {
    position: absolute;
    top: 0;
    right: 0;
}

.item_bar_left {
    position: absolute;
    top: 0;
    left: 0;
}


.bar-top-basket {
    position: relative;
    top: -15px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
}

.header-main-nav .divider-space-card .header-cart-basket:hover .widget-shopping-cart {
    transition: all .2s ease-out;
    opacity: 1;
    visibility: visible;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item {
    padding: 5px 95px 5px 10px;
    min-height: 70px;
    position: relative;
    border-bottom: 1px solid #eaeaea;

}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content {
    cursor: pointer;
    line-height: 1;
    display: block;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item a.mini-cart-item-image {
    width: 60px;
    height: 60px;
    float: right;
    border-radius: 50px;
    position: absolute;
    right: 15px;
    top: auto;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    height: 100%;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item a.mini-cart-item-close {
    width: 70px;
    height: 70px;
    float: right;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    background: #eee;
    z-index: 99;
    color: #666;
    font-size: 25px;
    display: none;
    transition: all 300ms ease;


}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item:hover a.mini-cart-item-close {
    display: block;
    background: rgba(238, 64, 85, 0.85);
    color: #fff;
    transition: all 300ms ease;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item a.mini-cart-item-image img {
    max-width: 100%;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .product-name-card {
    line-height: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    width: 100%;
    color: #000;
    font-weight: 800;

}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .variation {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    margin-top: 13px;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .variation span {
    float: right;
    padding-left: 3px;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .quantity {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    line-height: 0;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-total {

    background-color: rgba(229, 229, 229, 0.28);
    width: 100%;
    font-size: 14px;
    line-height: 3;
    text-align: center;
    border-radius: 12px;
    margin-top: 15px;
    padding: 10px 5px;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button {
    width: 100%;
    padding: 10px;
    text-align: center;
    height: 50px;
    line-height: 40px;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.view-card {
    font-size: 13px;
    color: #666;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.view-card:hover {
    color: #00bfd6;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.card-checkout {
    padding: 7px 20px;
    border-radius: 50px;
    background: #eee;
    color: #666;
    font-size: 12px;
    transition: all 300ms ease;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.card-checkout:hover {
    background: #00bfd6;
    transition: all 300ms ease;
    color: #fff;
}


/* main-menu--------------------- */


/* responsive-menu-------------- */

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(125, 125, 125, 0.5);
    z-index: 1001;
}

.nav-btn {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    position: absolute;
    top: 100px;
    right: 10px;
}

.nav-btn.nav-slider {
    float: right;
}

.nav-btn.nav-slider span.linee1 {
    background: #666666;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 10px;
}

.nav-btn.nav-slider span.linee2 {
    background: #666666;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 18px;
}

.nav-btn.nav-slider span.linee3 {
    background: #666666;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 26px;
}

.nav-btn i {
    vertical-align: middle;
}

.header-menu {
    float: left;
}

.header-menu ul {
    height: 64px;
}

.header-menu ul li {
    display: block;
    position: relative;
    float: right;
    margin: 0;
    padding: 0 12px 0 0;
    line-height: 64px;
}

.header-menu ul li a {
    color: #333;
    padding: 4px;
    position: relative;
    padding-left: 24px;
    font: 14px iranyekan;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-menu ul li a i {
    margin-right: 5px;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -16px;
}

@media only screen and (max-width: 1024px) {
    header .header-categories {
        display: none;
    }

    .btn_log_reg li:last-child a {
        display: none;
    }

    .btn_log_reg li:first-child a {
        display: none;
    }


}

@media only screen and (max-width: 480px) {
    header .header-inner {
        padding: 0 12px;
        text-align: center;
    }

    header .header-logo {
        float: right;
        padding-right: 0;
        padding-left: 0px;
    }
}

.sidebar {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -250px;
    width: 250px;
    height: 100%;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
}

.sidebar .nav-header {
    display: block;
    height: 90px;
}

.sidebar .nav-header img.pic-header {
    position: absolute;
    z-index: -1;
}

.sidebar .nav-header .header-cover {
    position: absolute;
    width: 100%;
    top: 0;
    height: 65px;
    background-color: #fff;
    z-index: -1;
}

.sidebar .nav-header .logo-wrap {
    padding: 1.2em 0;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    width: 200px;
    margin-right: 25px;
}

.sidebar .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
}

.sidebar .nav-header .logo-wrap .logo-icon img {
    display: block;
    width: 130px;
}

.sidebar .nav-header .logo-wrap .logo-text {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    vertical-align: 12px;
    margin-right: 8px;
    text-decoration: none;
    position: absolute;
    top: 55px;
    right: 15px;
}

.sidebar .nav-categories {
    margin-top: 5px;
}

.sidebar .nav-categories li {
    display: block;
    position: relative;
    text-align: right;
}

.sidebar .nav-categories li::before {
    position: absolute;
    left: 7px;
    top: 11px;
    color: #333;
    font-size: 24px;
}

.sidebar .nav-categories li a {
    display: block;
    width: 85%;
    color: #666666;
    padding: 7px 0;
    text-decoration: none;
    font-size: 12px;
    margin-right: 25px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none;
}

.sidebar .nav-categories li a:hover {
    color: #333;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.sidebar.open {
    right: 0px;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    opacity: 1;
}

.sidebar > ul > li > a {
    font-size: 16px;
    display: block;
    padding: 7px 20px;
    background: #ffffff;
    color: #757575;
    font-weight: bold;
}

.sidebar > ul > li > ul > li > a {
    font-size: 16px;
    display: block;
    padding: 7px 40px;
    background: #f5f5f5;
    color: #757575;
}

.sidebar a {
    cursor: pointer;
}

.sidebar > ul > li {
    position: relative;
}

.sidebar ul li a.category-level-2 {
    margin-right: 45px;
    width: 70%;
}

.sidebar ul li ul li a.category-level-3 {
    margin-right: 60px;
    width: 68%;
    font-weight: 300;
}

.sidebar > ul > li.has-sub > a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #757575;
    right: 30px;
    top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar > ul > li ul > li.has-sub > a::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: #757575;
    right: 29px;
    top: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar > ul > li ul > li.has-sub > a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #757575;
    right: 25px;
    top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar > ul > li.has-sub > a::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: #757575;
    right: 29px;
    top: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar > ul > li.has-sub.open > a::before {
    transform: rotate(45deg);
}

.sidebar > ul > li.has-sub.open > a::after {
    transform: rotate(45deg);
}

.sidebar > ul li ul > li.has-sub.open > a::before {
    transform: rotate(45deg);
}

.sidebar > ul li ul > li.has-sub.open > a::after {
    transform: rotate(45deg);
}

.sidebar ul ul {
    background: #fff;
    width: 100%;
}

.sidebar ul ul ul {
    display: none;
    background: #fff;
    width: 100%;
}

.sidebar > ul li i {
    float: left;
    transition: all 300ms ease;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    background: #f1f1f1;
    color: #666666;
    font-size: 20px;
    margin-left: 10px;
}

.sidebar > ul li a[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all 300ms ease;
    color: #666666;
}

.main {
    width: 1300px;
    height: auto;
    background: aliceblue;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.content {
    width: 900px;
    height: 400px;
    background: deepskyblue;
    float: left;
}

/*responsive-menu-------------*/


/* bottom-menu-joomy-- */
.bottom-menu-joomy {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    background-color: #651fff;
    text-align: center;
    box-shadow: 0 -3px 5px rgb(0 0 0 / 37%);
    display: none;
}

.bottom-menu-joomy ul li {
    display: inline-block;
    margin-top: 7px;
}

.bottom-menu-joomy ul li a {
    color: #fff;
    display: inline-block;
    padding: 2% 4px;
    position: relative;
    font-size: 10px;
}

.bottom-menu-joomy ul li a i {
    display: block;
    font-size: 25px;
}

.bottom-menu-joomy ul li a .shopping-bag-item {
    position: absolute;
    top: -3px;
    right: 28px;
    color: #fff;
    background: #fd6b6b;
    border-radius: 3.75rem;
    font-weight: 500;
    font-size: 12px;
    z-index: 5;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
}

.bottom-menu-joomy ul li a .nav-btn {
    top: -24px !important;
}

/* bottom-menu-joomy-- */


/* sidebar---------------------*/

.sidebar-inner {
    width: 100%;
    height: auto;
    float: right;
}

.sidebar-main {
    border-radius: 8px;
    padding: 0;
    box-shadow: none;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    text-align: right !important;
}

.megamenu-widget {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    display: block;
    margin-top: 20px;
    border: 1px solid #ececec;
    position: relative;
}

.megamenu-widget .header-main-menu ul.main-menu-ul {
    padding: 10px;
    width: 100%;
    margin-bottom: 0;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item {
    margin-bottom: 5px;
    display: block;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item a.main-menu-link-category {
    display: block;
    color: #656565;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500;
    position: relative;
    border-radius: 20px;
    transition: .2s;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item:hover a.main-menu-link-category {
    background-color: #f5f5f5;
    transition: .2s;
    color: #ff828b;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item a.main-menu-link-category img {
    width: 22px;
    vertical-align: bottom;
    margin-left: 10px;
    box-shadow: none;
    border-radius: 0;
}

.megamenu-widget .header-main-menu ul.main-menu-ul > li.main-menu-item > ul.mega-menu-category {
    width: 720px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
    border: 1px solid #eee;
    z-index: 99;
    position: absolute;
    right: 298px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item:hover ul.mega-menu-category {
    visibility: visible;
    opacity: 1;
    transition: all .2s ease-out;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item {
    position: relative;
    text-align: right;
    width: 25%;
    display: block;
    float: right;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item a.menu-category-link-title {
    color: #666;
    font-weight: 500;
    font-size: 14px;
    margin-right: 15px;
    transition: all .2s ease-out;
    padding: 5px 3px;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item a.menu-category-link-title:hover {
    color: #ff828b;
    transition: all .2s ease-out;
    border-bottom: 1px dashed #ff828b;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category {
    width: 100%;
    display: block;
    padding: 10px 15px;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there {
    text-align: right;
    position: relative;
    display: block;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there a {
    display: block;
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    transition: .2s;
    font-weight: 300;
    color: #666;
    transition: all .2s ease-out;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there a:hover {
    color: #ff828b;
    transition: all .2s ease-out;
    padding-right: 25px;
}


/* category-menu-------------------*/


/* header------------------------ */


/* slider-main------------------- */

.slider-main-container {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ececec;
    cursor: pointer;
}

.slider-main-container .carousel-inner .carousel-item img {
    max-width: 100%;
}

.slider-main-container .carousel-indicators-ul {
    background: rgba(255, 255, 255, .7);
    height: auto;
    right: 10px;
    bottom: 10px;
    display: block;
    text-align: center;
    width: calc(100% - 20px);
    left: 10px;
    padding: 5px;
    border-radius: 20px;
    transition: all 400ms ease 3s;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.slider-main-container:hover .carousel-indicators-ul {
    transition: .2s;
    visibility: visible;
    opacity: 1;
}

.slider-main-container .carousel-indicators-ul > li.carousel-indicators-item {
    height: auto;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    text-indent: 0;
    background: transparent;
    color: #666;
    font-size: 13px;
    position: relative;
    overflow: visible;
    white-space: nowrap;
    border-radius: 20px;
    opacity: 1;
    padding: 10px 0px;
    margin-right: 0;
    box-shadow: none;
    width: 32.9%;
    margin-left: 0;
}


/* slider-main------------------- */


/* adplacement-container----------*/

.adplacement-container-column {
    width: 100%;
    height: auto;
    margin: 0;
}

.adplacement-container-column a.adplacement-item {
    height: 50%;
    display: block;
}

.adplacement-container-column a.adplacement-item:first-child {
    margin-bottom: 15px;
}

.adplacement-container-column a.adplacement-item .adplacement-sponsored-box {
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
    margin-bottom: 17px;
}

.adplacement-container-column a.adplacement-item .adplacement-sponsored-box img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    transition: .2s;
}

.adplacement-container-column a.adplacement-item .adplacement-sponsored-box img:hover {
    opacity: 0.8;
    transition: .2s;
}

.adplacement-container-column a.img-banner {
    height: 60%;
    display: block;
}

.adplacement-container-row {
    width: 100%;
    height: auto;
    float: right;
    margin-bottom: 0;
}

.adplacement-container-row a.adplacement-item {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    margin-bottom: 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box {
    position: relative;
    width: 100%;
    float: right;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box img {
    max-width: 100%;
    width: 100%;
    transition: .2s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box img:hover {
    opacity: 0.8;
    transition: .2s;
}


/* adplacement-container----------*/


/* slider-amazing-----------------*/

.content-widget-amazing {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ececec;
    overflow: hidden;
    margin-bottom: 20px;
}

.content-widget-amazing #amazing-slider {
    border-radius: 8px;
    margin-bottom: 15px;
    height: auto;
    background: #fff;
}

.content-widget-amazing #amazing-slider > .row {
    height: 398px;
}

.content-widget-amazing #amazing-slider .carousel-indicators {
    left: auto;
    margin-right: 0;
    margin-left: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.content-widget-amazing #amazing-slider .carousel-indicators li {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    padding: 5px;
    cursor: pointer;
    position: relative;
    background: 0 0;
    border-radius: 50%;
    box-shadow: none;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.content-widget-amazing #amazing-slider .carousel-indicators li.active {
    border: 2px solid #00bfd6;
}

.content-widget-amazing #amazing-slider .carousel-indicators li.active:after {
    content: "";
    position: absolute;
    left: -8px;
    top: calc(50% - 7.5px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-top: 2px solid #00bfd6;
    border-right: 2px solid #00bfd6;
    border-radius: 0 4px 0 0;
    width: 15px;
    height: 15px;
    background-color: #00dcff;
    z-index: 100;
}

.content-widget-amazing #amazing-slider .carousel-indicators li span {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 32px;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 300;
    font-size: 14px;
}

.content-widget-amazing #amazing-slider .carousel-indicators li.carousel-item-li {
    background: #f1f1f1;
    border-radius: 50px;
    font-size: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 2.5px 20px 2.5px 0;
    overflow: hidden;
    position: relative;
}

.content-widget-amazing #amazing-slider .carousel-indicators li.carousel-item-li:after {
    content: "";
    width: 0;
    border: none;
}

.content-widget-amazing #amazing-slider .carousel-indicators .view-all .btn:focus,
.content-widget-amazing #amazing-slider .carousel-indicators .view-all .btn:active {
    box-shadow: none;
}

.content-widget-amazing #amazing-slider .carousel-indicators .view-all .btn i {
    font-size: 18px;
    position: relative;
    top: 1px;
    left: 50px;
    color: #fff;
}

.hvr-sweep-to-left:before {
    content: "";
    width: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    border-radius: 20px 0 0 20px;
    transition: all 0.2s ease-in-out;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    width: 100%;
    border-radius: 0;
}

.content-widget-amazing #amazing-slider .carousel-inner {
    position: absolute;
    left: 0;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item {
    margin-top: 63px;
    height: 399px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item a.img-link-amazing {
    height: 90%;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row {
    height: 399px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .price del {
    display: inline-block;
    margin-left: 7px;
    font-size: 16px;
    color: #aaa;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .price del span span {
    font-size: 12px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .price ins {
    color: #00bfd6;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .price ins span span {
    font-size: 12px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .discount {
    position: absolute;
    top: 20px;
    right: -10px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .discount:before {
    content: "\f0a3";
    font-family: FontAwesome;
    font-size: 70px;
    position: relative;
    color: #00bfd6;
    transform: translate(50%);
    right: 0;
    top: 0;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .discount .discount-percent {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 12px;
    transform: rotate(-20deg);
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .discount .discount-percent i {
    font-size: 12px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .product-title {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .product-title a {
    color: #666666;
    font-weight: 600;
    transition: .2s;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .product-title a:hover {
    color: #00bfd6;
    transition: .2s;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .list-group {
    padding-right: 0;
    margin: 40px 0 20px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .list-group .list-group-item {
    border: none;
    padding: 0;
    text-align: center;
    font-size: 13px;
    color: #999999;
    font-weight: 300;
    line-height: 2;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .list-group-item i {
    font-size: 14px;
    position: relative;
    color: #cecece;
}

.content-widget-amazing #amazing-slider .timer-title {
    margin-top: 15px;
    color: #979898;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .finished {
    border: 2px solid #979898 !important;
    color: #7a7a7a !important;
    font-size: 16px !important;
    box-shadow: 0 0 9px 0 rgba(112, 112, 112, .32);
    background-color: #fff;
}

.content-widget-amazing #amazing-slider-responsive {
    display: none;
}

.slider-amazing-product {
    display: none;
}


/* slider-product-----------------*/

.slider-widget-products {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 5px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);*/
    /*border: 1px solid #ececec;*/
    position: relative;
    overflow: hidden;
    /*background: #fff;*/
    margin-bottom: 20px;
}

.slider-brand {
    width: 100%;
    height: auto;
    padding: 0;
    /*border-radius:50px;*/
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);*/
    /*border: 1px solid #ececec;*/
    position: relative;
    overflow: hidden;
    /*background: #fff;*/
    margin-bottom: 20px;
}

.slider-content-tabs {
    background: #f5f5f5 !important;
    border: none !important;
    box-shadow: none;
}

.widget-product .product-carousel .tab-item {
    background: #fff;
    border-radius: 20px;
}

.widget,
.brand-slider {
    border-radius: 5px;
    /*background: #fff;*/
    padding: 0;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.widget-suggestion .promo-single-headline {
    background: #fff;
    padding-bottom: 15px !important;
    margin-bottom: -1px !important;
}

.widget .card-header,
.brand-slider .card-header {
    border-radius: 0;
    padding: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
    float: right;
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 20px;
}

.widget .header-product {
    border-bottom: 2px solid #d4e3ec;
}

.widget .card-header span.title-one {
    padding-bottom: 3px;
    color: rgb(44, 44, 44);
    /* border-bottom: 2px solid #fff; */
    background-color: transparent;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 12px;
    font-weight: 700;


}

.widget .card-header .card-title,
.brand-slider .card-header .card-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #999999;
}

.widget-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0;
}

.widget-banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.widget-services {
    text-align: center;
}

.widget-services .feature-item {
    font-size: .714rem;
    line-height: 17px;
    vertical-align: middle;
    color: #606060;
    text-align: center;
    letter-spacing: .2px;
    background-size: auto 58px;
    width: 107px;
    white-space: nowrap;
}

.widget-services .feature-item img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
}

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

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 15px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898;
}

.widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
    padding-bottom: 0;
    line-height: 2;
}

.widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.product-carousel .owl-item > a.hover-img-link {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-top: 20px;
}

.product-carousel .owl-item a.hover-img-link img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.product-carousel-brand .owl-item a.hover-img-link .img-brand {
    width: 50%;
    filter: grayscale(100%);
}

.product-carousel-brand .owl-stage-outer .owl-stage .item a .row .col-lg-12 .col-lg-6 .img {
    width: 100%;
    height: 100px;
}

.widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
    background: transparent;
    border-radius: 15px;
}

.amazing {
    display: none !important;
}

@media (min-width: 992px) {
    .widget-product .product-carousel .owl-item,
    .brand-slider .owl-carousel .owl-item {
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    }
}

.widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
    font-size: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
    line-height: 25px;
    padding-top: -5px;
    margin-bottom: 5px;
}

.widget-product .product-carousel .item .post-title a {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: #707070;
    font-size: 20px;
    height: auto;
    cursor: pointer;
    margin-top: -9px;
    font-weight: 600;
}

/*.widget-product .product-carousel .item .countdown-timer .countdown .countdown-item {*/
/*    margin-right: .5em;*/
/*}*/

.widget-product .product-carousel .item .discount {
    width: 50px;
    height: 30px;
    background: #ec5151;
    float: left;
    border-radius: 50px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}

.widget-product .product-carousel .item .add-to-cart-section {
    width: 60px;
    height: 40px;
    border-radius: 5px;
    background: #00bfd6;
    border: 1px solid #41a7b4;
    line-height: 40px;
    color: #fff;
    float: right;
    cursor: pointer;
    overflow: hidden;
    transition: all 500ms ease;
}

.widget-product .product-carousel .item .add-to-cart-section i {
    color: #fff !important;
}

.widget-product .product-carousel .item .add-to-cart-section:hover {
    background: #08e3fd;
    transition: all 500ms ease;
}

.widget-product .product-carousel .item .price del,
.brand-slider .product-carousel .item del {
    color: #f45c64;
    font-size: 13px;
    display: block;
    width: 100%;
    font-weight: 900 !important;
}

.widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    color: #00bfd6 !important;
    font-size: 20px;
    height: auto;
    display: block;
    text-decoration: none;
}

.widget-product .product-carousel .item .price-main {
    text-align: left;
    line-height: 50px;
    margin-left: -35px;
}

@media (max-width: 450px) {
    .widget-product .product-carousel .price > span:first-child {
        display: inline-block;
        font-size: 18px;
    }
}

.widget-product .product-carousel .price del > span span:last-child {
    font-size: 10px;
}

.widget-product .product-carousel .price span span:last-child {
    font-size: 12px;
}

@media (max-width: 370px) {
    .widget-product .product-carousel .item .price-main {
        margin-left: 0;
    }
}

.widget-product .owl-carousel .owl-nav .owl-prev,
.brand-slider .owl-carousel .owl-nav .owl-prev,
.widget-product .owl-carousel .owl-nav .owl-next,
.brand-slider .owl-carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    text-align: left;
    padding-left: 17px;
    right: -20px;
    top: 50%;
    color: #a8a8a8;
    -webkit-box-shadow: 10px 10px 40px -4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 10px 10px 40px -4px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 10px 40px -4px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    padding-left: 15px;
    left: -20px;
    top: 50%;
    color: #a8a8a8;
    -webkit-box-shadow: 10px 10px 40px -4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 10px 10px 40px -4px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 10px 40px -4px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.widget-product .owl-carousel .owl-nav .owl-prev i,
.brand-slider .owl-carousel .owl-nav .owl-prev i,
.widget-product .owl-carousel .owl-nav .owl-next i,
.brand-slider .owl-carousel .owl-nav .owl-next i {
    font-size: 35px;
    color: #5d5f5f;
    line-height: 52px;
}

.brand-slider .owl-carousel .owl-item {
    text-align: center;
}

.brand-slider .owl-carousel .owl-item img {
    max-height: 70%;
    max-width: 70%;
    margin: 0 auto;
}

.brand-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -15px;
    top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
}


/* slider-product-----------------*/


/* slider-moment------------------*/

.slider-moments {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.slider-moments .widget-suggestion .card-header {
    border-bottom: none;
    text-align: center;
}

.slider-moments #progressBar {
    height: 1px;
    background: #fff;
    position: relative;
    margin-top: 30px;
}

.slider-moments .slide-progress {
    height: 4px;
    background: #ccc;
    position: absolute;
    width: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
    border-radius: 50px;
}

.slider-moments #suggestion-slider .item {
    direction: rtl;
}

.slider-moments #suggestion-slider .item img {
    max-width: 100% !important;
    max-height: 142px !important;
    width: auto !important;
    height: auto !important;
    margin: 13px auto 0;
    box-shadow: none;
}

.slider-moments #suggestion-slider .item .product-title {
    font-size: 13px;
    display: block !important;
    margin-bottom: 0;
    line-height: normal;
    text-align: center;
    overflow: hidden;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.slider-moments #suggestion-slider .item a {
    display: block;
    text-align: center;
}

.slider-moments #suggestion-slider .item .product-title a {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: auto;
    text-decoration: none;
    color: #535353;
    font-weight: bold;
    font-size: 13px;
    margin-top: 40px;
}

.slider-moments #suggestion-slider .item .price {
    color: #00bfd6;
    height: auto;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.slider-moments #suggestion-slider .item .price span.amount span {
    font-size: 13px;
}

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

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.slider-moments .widget-product .card-header .card-title span,
.brand-slider .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid #ef5661;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}

.slider-moments .widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 37px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898;
}

.slider-moments .widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
    padding-bottom: 0;
    line-height: 2;
}

.slider-moments .widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.slider-moments .product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: auto !important;
}

.slider-moments .widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
}

@media (min-width: 992px) {
    .slider-moments .widget-product .product-carousel .owl-item,
    .brand-slider .owl-carousel .owl-item {
        border: 1px solid #fff;
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    }

    .slider-moments .widget-product .product-carousel .owl-item:hover,
    .brand-slider .owl-carousel .owl-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
}

.slider-moments .widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
}

.slider-moments .widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: #00bfd6;
    font-size: 20px;
    height: 64px;
    margin-top: -25px;
}

.slider-moments .widget-product .product-carousel .item .price del,
.brand-slider .product-carousel .item del,
.post-title-product del {
    color: #f45c64;
    font-size: 13px;
    display: block;
    width: 100%;
    margin-top: 5px;
}

.slider-moments .widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    color: #00bfd6;
    font-size: 20px;
    height: 64px;
    display: block;
    text-decoration: none;
}

.brand-slider .owl-carousel .owl-item {
    text-align: center;
}

.brand-slider .owl-carousel .owl-item img {
    max-height: 70%;
    max-width: 70%;
    margin: 0 auto;
}

.brand-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -15px;
    top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
}


/* slider-moment------------------*/


/* tab-products-------------------*/

.tab-count-product {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: 50px;
}

.tab-count-product .section-header-tab {
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
    text-align: center;
}

.tab-count-product .section-header-tab ul.tabs {
    margin: 0 0 15px 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
}

.tab-count-product .section-header-tab ul.tabs li.tab-item {
    display: inline-block;
}

.tab-count-product .section-header-tab ul.tabs li.tab-item a.tab-link {
    color: #8c8c8c;
    font-size: 14px;
    padding: 10px 7px;
    font-weight: 300;
}

.tab-count-product .tabs-content {
    width: 100%;
    padding: 10px;
}

.tabs .tab-link.active {
    color: #ff828b !important;
    font-weight: 500 !important;
}


/* tab-products-------------------*/


/* Mobile Phone Ads---------------*/

aside.main-row-bg {
    background-image: url(public/assets/images/cover/laptop-cover.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 80px;
}

aside.main-row-bg .bg-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

aside.main-row-bg .content-title {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

aside.main-row-bg .content-title .title h2 {
    color: #fff;
    font-size: 20px;
}

aside.main-row-bg .content-title .subtitle span {
    color: #f1f1f1;
    font-size: 14px;
}

aside.main-row-bg .card-product-horizontal {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    overflow: hidden;
    padding: 15px 15px 15px 25px;
    margin-bottom: 0;
    position: relative;
}

aside.main-row-bg .card-product-horizontal .card-product-horizontal-img {
    width: 22%;
    height: 100%;
    float: right;
    position: relative;
    overflow: hidden;
}

aside.main-row-bg .card-product-horizontal .card-product-horizontal-img a img {
    max-width: 100%;
}

aside.main-row-bg .card-product-horizontal .card-product-horizontal-content {
    width: 75%;
    float: left;
    height: 100%;
    padding: 14px 0;
}

.card-product-horizontal-content .card-product-horizontal-content-title a h3 {
    font-size: 16px;
    color: #666;
}

.card-product-horizontal-content .card-product-horizontal-content-title:hover a h3 {
    color: #00bfd6 !important;
    transition: .2s;
}

.card-product-horizontal-content .card-product-horizontal-content-price span.amount {
    color: #7d7c7c;
    font-size: 15px;
    float: right;
}

.card-product-horizontal-content .card-product-horizontal-content-price span.amount span {
    font-size: 11px;
}

.card-product-horizontal-content .card-product-horizontal-content-rate {
    float: left;
    margin-top: 5px;
}

.card-product-horizontal-content .card-product-horizontal-content-rate i {
    color: #666666;
    font-size: 12px;
    float: left;
    margin-right: 3px;
}

.card-product-horizontal-content .card-product-horizontal-content-rate i.active {
    color: #ffd800;
}


/* Mobile Phone Ads---------------*/


/* arshive-product----------------*/

.main-row {
    width: 100%;
    padding: 30px 0;
    float: right;
}

.main-row #breadcrumb {
    width: 100%;
    font-size: 14px;
    padding: 8px 30px 8px 10px;
    color: #bbb;
    margin-bottom: 0;
    position: relative;
    background: transparent;
    float: right;
}

.main-row #breadcrumb i {
    position: absolute;
    right: 12px;
    top: 13px;
    font-size: 25px;
    color: #ababab;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.main-row #breadcrumb li.breadcrumb-item a {
    color: #666666;
}

.main-row #breadcrumb li.breadcrumb-item {
    color: #aaa;
}

.widget-product-categories {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
    border-radius: 20px;
    background: #fff;
    float: right;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    border: 1px solid #eee;
    margin-bottom: 25px;
}

.widget-product-categories .cat-header {
    margin-bottom: 0;
    text-align: right;
    border-bottom: 1px solid #f0f0f1;
}

.widget-product-categories .cat-header h2 button {
    color: #7a7a7a;
    font-size: 16px;
    background: transparent;
    padding: 0;
}

.widget-product-categories .cat-header h2 button i {
    float: left;
    transition: .2s;
}

.widget-product-categories .cat-header h2 button[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: .2s;
}

.widget-product-categories .product-filter .card .card-main {
    padding: 0 0.5rem 0.5rem;
    width: 100%;
    display: block;
    margin: 0 auto;
}


/* redio--------------------------*/

.form-auth-row {
    padding-right: 25px;
    position: relative;
    font-size: 12px;
    line-height: 1.833;
    color: #929292;
    letter-spacing: -.7px;
    margin: 10px 0 0;
}

.ui-checkbox {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 10px;
}

.ui-checkbox input[type=checkbox] {
    display: block !important;
    opacity: 0;
    position: absolute;
    z-index: 999;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.ui-checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dedede;
}

.form-auth-row .ui-checkbox input[type=checkbox]:checked + .ui-checkbox-check:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 4px;
    top: -5px;
    color: #00bfd6;
    font-size: 16px;
    width: 100%;
    height: 100%;
    line-height: 16px;
    border-radius: 4px;
    text-align: center;
    transition: .2s;
}


/* range-price------------------------*/

.range-slider {
    padding-top: .5rem
}

.noUi-target {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none
}

.noUi-horizontal {
    height: 3px;
}

.noUi-horizontal .noUi-handle {
    top: -6px;
    left: -.375rem;
    width: 13px;
    height: 13px;
    border: 0;
    border-radius: 50%;
    box-shadow: none
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-handle::before {
    display: none
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    border: 3px solid #35ccde;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    border: 3px solid #35ccde;
}

.noUi-horizontal .noUi-handle:focus {
    outline: none
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -.375rem;
    left: auto
}

.ui-range-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.875rem
}

.ui-range-slider-footer > .column:last-child {
    padding-right: .9375rem;
    text-align: right
}

.ui-range-values {
    display: inline-block
}

.ui-range-values .ui-range-value-min,
.ui-range-values .ui-range-value-max {
    display: inline-block;
    font-size: .875rem;
    font-weight: bold
}

.ui-range-values .ui-range-label {
    display: inline-block;
    margin-right: .125rem;
    color: #8c8c8c;
    font-size: .75rem;
    font-weight: 600
}

.noUi-connect {
    background: #35ccde !important;
}

.filter-range {
    font-size: 13px;
    text-align: right;
    color: #9e9e9e;
}

.btn-range {
    background-color: #afafaf;
    color: #fff;
    font-size: 12px;
    transition: all 300ms ease-out;
    border-radius: 20px;
    padding: 4px 15px;
}

.btn-range:hover {
    opacity: 0.7;
    transition: all 300ms ease-out;
}


/* range-price------------------------*/

.shop-archive-content {
    width: 100%;
    position: relative;
}

.shop-archive-content .archive-header {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    border: 1px solid #eee;
}

.shop-archive-content .archive-header h2.archive-header-title {
    font-size: 20px;
    color: #868686;
    padding: 5px;
    font-weight: 400;
}

.shop-archive-content .archive-header .sort-tabs h4 {
    display: inline-block;
    font-size: 13px;
    color: #999;
    margin-left: 10px;
}

.shop-archive-content .archive-header ul.sort-tabs-options {
    display: inline-block;
}

.shop-archive-content .archive-header ul.sort-tabs-options li {
    display: inline-block;
    float: right;
}

.shop-archive-content .archive-header ul.sort-tabs-options li a {
    padding: 2px 10px;
    color: #777;
    font-size: 13px;
}

.sort-tabs-options .nav-link.active {
    color: #00bfd6 !important;
}

.shop-archive-content .product-items {
    width: 100%;
    overflow: hidden;
}

.shop-archive-content .product-items .product-box {
    width: 100%;
    height: auto;
    padding: 40px 15px 15px;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    background: #fff;
    margin-left: 10px;
    position: relative;
}

.shop-archive-content .product-items .product-box .thumb .promotion-badge {
    color: #f7858d;
    width: 100%;
    border-bottom: 1px solid #f7858d;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
    height: 24px;
    line-height: 7px;
    position: absolute;
    top: 13px;
    right: 0;
}

.product-rate {
    float: right;
    margin-top: 10px;
}

.product-rate i {
    color: #666666;
    font-size: 12px;
    float: right;
    margin-right: 3px;
}

.product-rate i.active {
    color: #febd69;
}

.discount-d {
    position: absolute;
    top: 45px;
    left: 15px;
}

.discount-d span {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    background: #f7858d;
    border-radius: 14px 5px 14px 5px;
}

.shop-archive-content .product-items .product-box .thumb img {
    max-width: 100%;
    margin-top: 15px;
}

.shop-archive-content .product-items .product-box .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 10px;
}

.shop-archive-content .product-items .product-box .title a {
    font-size: 13px;
    color: #666;
}

.shop-archive-content .product-items .product-box .price {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px;
}

.pagination-product {
    width: 100%;
    text-align: right;
    margin: 25px 0;
}

.pagination-product .pagination .page-item .page-link {
    border: none;
    margin-left: 5px;
    border-radius: 50px;
    color: #666;
}

.pagination-product .pagination .page-item .page-link.active {
    background: #00bfd6;
    color: #fff !important;
}


/* arshive-product----------------*/


/* cart---------------------------*/

.post-item-cart {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    padding: 5px;
}

.post-item-cart .content-page {
    font-size: 14px;
    line-height: 2;
    color: #666666;
    padding-bottom: 15px;
    padding: 0 10px;
}

.post-item-cart .content-page .cart-form {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06);
    border: 1px solid #ebebeb;
    text-align: right;
    padding: 20px;
}

.post-item-cart .content-page .cart-form .table thead th {
    border: none;
    padding: 5px 10px;
    text-align: right;
    font-weight: 500;
    color: #908888;
    width: 25%;
    background-color: #f9f9f9;
}

.post-item-cart .content-page .cart-form .table tbody th .product-remove {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    font-size: 25px;
    background: #ffe7e7;
    color: #ff7e7e;
    text-align: center;
    position: absolute;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
}

.post-item-cart .content-page .cart-form .table tbody th {
    position: relative;
}

.post-item-cart .content-page .cart-form .table tbody th .product-remove a {
    color: #ff7e7e;
}

.post-item-cart .content-page .cart-form .table tbody th .product-thumbnail-img:hover .product-remove {
    transition: .2s;
    opacity: 1;
    visibility: visible;
}

.post-item-cart .content-page .cart-form .table tbody th .product-thumbnail-img {
    width: 25%;
    padding: 2px 5px;
    display: inline-block;
    position: relative;
}

.post-item-cart .content-page .cart-form .table tbody th .product-thumbnail-img img {
    max-width: 100%;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title {
    width: 70%;
    padding: 2px 5px;
    display: inline-block;
    vertical-align: middle;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title a {
    color: #828282;
    font-size: 13px;
    transition: .2s;
    display: block;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title a:hover {
    color: #00bfd6;
    transition: .2s;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title .variation {
    width: 100%;
    height: auto;
    text-align: right;
    line-height: 30px;
    position: relative;
    font-size: 12px;
    color: #757575;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title .variation .variant-color .variant-color-title {
    padding-right: 20px;
    display: block;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title .variation .variant-color .variant-shape {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 2px;
    top: 9px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: #fff;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title .variation .variant-guarantee {
    width: 100%;
    line-height: 1;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-quantity {
    vertical-align: middle;
}

.quantity {
    position: absolute;
    bottom: 0;
    right: 25%;
    margin: auto;
    height: 50px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 90px;
    height: 30px;
    line-height: 1.65;
    float: right;
    display: block;
    padding: 0;
    margin: 10px 0;
    padding-left: 0;
    background: #fbfbfb;
    padding-right: 0;
    text-align: center;
    border: 1px solid #eee;
    font-size: 1.071rem;
    color: #8e8e8e;
    border-radius: 10px;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: right;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #637789;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 1.071rem;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 25px;
    top: 12px;
    width: 25px;
    right: -113px;
    font-size: 25px;
    padding-top: 0px;
    line-height: 25px;
    border-radius: 10px;
    background: #86868624;
    color: #637789;
}

.quantity-button.quantity-up:hover {
    background: #637789;
    color: #fff;
    transition: .2s;
}

.quantity-button.quantity-down {
    position: absolute;
    height: 25px;
    top: 12px;
    width: 25px;
    left: 27px;
    font-size: 25px;
    line-height: 24px;
    padding-top: 0px;
    border-radius: 10px;
    background: #86868624;
    color: #fb5454;
    transition: .2s;
}

.quantity-button.quantity-down:hover {
    background: #ff8c8c;
    color: #fff;
    transition: .2s;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-price {
    vertical-align: middle;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-Total {
    vertical-align: middle;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-price span.amount {
    color: #666;
    font-size: 18px;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-price span.amount span {
    font-size: 12px;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-Total span.amount {
    color: #666;
    font-size: 18px;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-Total span.amount span {
    font-size: 12px;
}

.post-item-cart .content-page .cart-collaterals {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06);
    border: 1px solid #ebebeb;
    text-align: right;
    padding: 25px;
    margin-top: 20px;
    float: right;
}

.post-item-cart .content-page .cart-collaterals h3.Total-cart-total {
    font-weight: 500;
    font-size: 20px;
    color: #999999;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary {
    color: #464646;
    width: 100%;
    padding: 30px;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li {
    display: block;
    margin-bottom: 15px;
    vertical-align: middle;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li span:first-child {
    margin-left: 30px;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li span.amount {
    padding-left: 20px;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li span {
    font-size: 13px;
}

.shipping-totals-item {
    display: inline-block;
    vertical-align: middle;
}

.shipping-totals-item .shipping-totals-title {
    font-size: 12px;
    color: #666;
    margin-left: 25px;
}

.outline-radio {
    width: auto;
    margin-right: 4px;
    position: relative;
    min-width: 24px;
    vertical-align: middle;
}

.outline-radio input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    width: 16px;
    height: 16px;
    top: -8px;
    right: 0px;
    cursor: pointer;
}

.outline-radio span.outline-radio-check {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #a5a5a5;
}

.outline-radio input[type=radio]:checked + .outline-radio-check {
    background-color: #fff;
    border: 1px solid #00bfd6;
}

.outline-radio .outline-radio-check:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.outline-radio input[type=radio]:checked + .outline-radio-check:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #00bfd6;
    width: 10px;
    height: 10px;
}

span.shipping-destination {
    display: block;
    margin-right: 8px;
    margin-top: 10px;
    color: #666;
    font-size: 12px;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .input-coupon-code {
    width: 75%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #eee;
    outline: none;
    padding: 0 10px;
    font-size: 13px;
    color: #666666;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .btn-coupon {
    width: 20%;
    height: 40px;
    background-color: #00bfd6;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    transition: 0.2s;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .btn-coupon:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .proceed-to-checkout {
    padding: 6px 15px;
    background-color: #00bfd6;
    border-radius: 20px;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .proceed-to-checkout a {
    color: #fff;
    font-size: 14px;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .proceed-to-checkout:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.post-item-cart .content-page .cart-empty p.cart-empty-title {
    font-size: 18px;
    font-weight: 400;
    color: #908f8f;
}

.post-item-cart .content-page .cart-empty a.account-btn {
    border-radius: 20px;
    font-size: 12px;
    padding: 7px 45px;
    background-color: #00bfd6;
    border-color: #00bfd6;
}

.post-item-cart .content-page .cart-empty .return-to-shop a.backward {
    border-radius: 20px;
    font-size: 12px;
    padding: 7px 15px;
    margin-top: 10px;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}


/* cart---------------------------*/


/* 404----------------------------*/

.d-404 {
    width: 100%;
    padding: 68px 0;
    text-align: center;
    line-height: 22px;
    float: right;
    background: #fff;
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 20px;
}

.box_base {
    width: 100%;
    padding: 45px 0;
    text-align: center;
    line-height: 22px;
    float: right;
    background: #fff;
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 20px;
}

.d-404-title {
    width: 100%;
    text-align: center;
    color: red;
    font-weight: 700;
    font-size: 25px;
}

.d-404 .d-404-actions {
    margin: 40px auto;
    width: 100%;
}

.d-404 .d-404-actions .d-404-action-primary {
    border-radius: 8px;
    padding: 8px 40px;
    color: #fff;
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none;
    background-color: #3cc5ed;
    border: 1px solid #1e9fc4;
    transition: all 400ms ease;
}

.d-404 .d-404-actions .d-404-action-primary:hover {
    opacity: 0.8;
    transition: all 200ms ease;
}

.d-404 .d-404-image {
    margin: 0 auto;
}

.d-404 .d-404-image img {
    max-width: 100%;
}


/* 404----------------------------*/


/* login--------------------------*/

.page-account-box {
    width: 100%;
    margin-top: 70px;
    text-align: center;
}

.page-account-box .ds-userlogin a.account-box-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
    background: url(public/assets/images/logo.png) no-repeat;
    background-size: contain;
    text-indent: -1000em;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto 0;
    outline: none;
    text-align: center;
}

.page-account-box .ds-userlogin .account-box {
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    padding: 0;
    border: 1px solid #e2efef;
    position: relative;
    display: block;

    padding-bottom: 2.25rem;

    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));

    --tw-shadow: 0px 1.60568px 61.0158px rgba(0, 0, 0, .05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 1.75rem;
}

.page-account-box .ds-userlogin .account-box .account-box-headline {
    width: 100%;
    height: auto;
    display: block;
    background: #f5f5ff;
    overflow: hidden;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a {
    padding: 5px 0;
    width: 50%;
    text-align: right;
    color: #999;
    float: right;
    line-height: 25px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a.active {
    background: #fff;
    color: #00bfd6 !important;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a.active span {
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #000;
    padding: 10px;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a span.title {
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #000;
    padding: 10px;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a span.sub-title {
    font-size: 12px;
    color: #bfbfbf;
}

.page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content {
    min-height: 100%;
    padding: 15px 30px;
    text-align: center;
    border-radius: 20px;
}

.page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content h4 {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
    color: #64748b;
}

.page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content p {
    color: #999999;
    font-size: 12px;
    line-height: 2;
    margin-top: 1.5rem;
}

.account-box-content .form-account-title {
    width: 100%;
    color: #757575;
    font-size: 12px;
    height: auto;
    position: relative;
    margin-bottom: 0;
}

.account-box-content .form-account-title input.number-email-input,
.password-input {
    width: 100%;
    height: 45px;
    outline: none;
    text-align: left;
    position: relative;
    padding: 0 15px;
    border-radius: 8px;
    background: #fff;
    color: #666;
    font-size: 14px;
    transition: .2s;
    border: 1px solid #e0e0e2;
}

.account-box-content .form-account-title input:focus {
    background: #fff;
    transition: .3s;
    border: 1px solid #ffa961;
}

.account-box-content .form-account-title input.number-email-input::placeholder {
    text-align: right;
    color: #9f9f9f;
}

.account-box-content .form-account-title input.password-input::placeholder {
    text-align: right;
    color: #9f9f9f;
}

.account-box-content .form-account-title label {
    font-size: 12px;
    color: #989898;
}

.account-box-content a.account-link-password {
    display: inline-block;
    font-size: 11px;
    color: #ef4056;
    text-decoration: none;
    font-weight: 700;
    float: left;
    line-height: 3;
    margin-top: 5px;
}

.account-box-content .form-row-account button {
    min-height: 50px;
    width: 60%;
    margin: 5px;
    margin-left: 5px;
    padding: 13px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
    background-color: #ef4056;
    border-color: #ef4056;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.account-box-content .form-row-account button:hover {
    transition: .2s;
    color: #000;
    background-color: #ef4056;
    border-color: #ef4056;
}

.btn_google {
    min-height: 55px;
    max-height: 65px;
    min-width: 150px;
    max-width: 150px;
    margin: 5px;
    padding: 2px !important;
    border: 1px solid #e0e0e2;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    background-color: #ffffff;
    border-color: #e4e4e4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

}

.btn_google:hover {
    transition: .2s;
    color: #000;
    background-color: #e7e7e7;
    border-color: #e4e4e4;
}


.btn_google a span {
    transition: .2s;
    color: #000;
}

.form-auth-row .remember-me {
    margin-top: -4px;
    margin-right: 10px;
    text-align: right;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.form-auth-row .remember-me a {
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}


/* login--------------------------*/


/* welcome----------------------- */

.account-box-content .user-account-welcome {
    text-align: center;
    margin: 20px auto;
}

.account-box-content .made-account {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.account-box-content .made-account h2 {
    font-size: 14px;
    color: #848484;
    margin-bottom: 10px;
    font-weight: 300;
}

.account-box-content .made-account p {
    padding: 10px 15px;
    color: #626161;
    line-height: 25px;
    margin-top: 25px;
    font-size: 12px;
    background: #fafff0;
    border: 1px solid #ddfddb;
    border-radius: 20px;
}


/* welcome----------------------- */


/*verify-phone-number-----------------------*/

.message-light {
    width: 100%;
    padding: 15px 10px;
    height: auto;
    margin: 10px 0;
}

.message-light .massege-light-send {
    width: 100%;
    padding: 20px 5px;
    background: #f9f9f9;
    margin: 15px auto;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
}

.message-light .massege-light-send .form-edit-number {
    width: 260px;
    display: block;
    text-align: right;
    margin: 0 auto;
}

.message-light .massege-light-send .form-edit-number a.edit-number-link {
    background: #8a8a8a;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    border-radius: 20px;
    padding: 0 15px;
    line-height: 30px;
}

.message-light .account-box-verify-content {
    padding: 0 30px;
    margin: 30px 0 0;
}

.message-light .account-box-verify-content .form-account {
    width: 100%;
    text-align: center;
}

.message-light .account-box-verify-content .form-account .form-account-title {
    color: #383838;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0;
}

.message-light .account-box-verify-content .form-account .lines-number-input {
    width: 100%;
    height: auto;
    padding: 0;
    direction: ltr;
    text-align: center;
}

.message-light .account-box-verify-content .form-account .lines-number-input input.line-number-account {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 0;
    border-bottom: 4px solid #383838;
    margin: 0 4px;
    outline: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #383838;
}

.message-light .account-box-verify-content .form-account .lines-number-input input.line-number-account:focus {
    border-bottom: 4px solid #2ecfff;
    color: #2ecfff;
}

.message-light .receive-verify-code {
    width: 200px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    margin: 30px auto 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
    z-index: 0;
}

#countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px;
    font-size: 16px;
    margin-top: 0;
}

#countdown-verify-end span {
    float: left;
}

#countdown-verify-end span.day {
    display: none;
}

#countdown-verify-end span.hour {
    display: none;
}

.link-border-verify {
    color: #9e9e9e !important;
    border-bottom: 1px dashed #9e9e9e;
    background-color: transparent;
    font-weight: 500;
    padding: 5px 0;
}

.message-light .account-footer {
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}

.message-light .account-footer a {
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
}


/*verify-phone-number-----------------------*/


/* profile------------------------*/

.post-item-profile {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    padding: 15px;
    margin: 25px 0;
    float: right;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06);
}

.post-item-profile .sidebar-profile {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
}

.post-item-profile .sidebar-profile .profile-box {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-header-inline {
    height: auto;
    margin: 0 0 0px;
    position: relative;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-header-inline .profile-avatar {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    /* overflow: hidden; */
    /* padding: 0px; */
    /* border: 4px solid #e0e0e2; */
    /* border-radius: 50px; */
    text-align: center;
    line-height: 60px;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-header-inline .profile-avatar img {
    width: 70px;
    height: 70px;
    border: 4px solid #e0e0e2;
    border-radius: 50px;
    text-align: center;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer {
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 33px;
    color: #757575;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer span.profile-box-nameuser {
    font-size: 17px;
    font-weight: 800;
    color: #1d1d1d;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer span.profile-box-nameuser2 {
    font-size: 13px;
    font-weight: 800;
    color: #1d1d1d;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer span.profile-box-registery-date {
    display: block;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs {
    width: 100%;
    height: auto;
    background: #fff;
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs a {
    font-size: 14px;
    display: block;
    color: #000;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    line-height: 35px;
    float: right;
    transition: .2s;
    background-color: #e8e8e8;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs a:hover {
    background-color: #ffa961;
    color: #000;
    transition: .2s;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs a i {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 18px;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs {
    width: 100%;
    margin-bottom: 0;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item {
    width: 100%;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li:hover {
    background-color: #eee;;
    transition: .2s;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li:last-child {
    border-bottom: 1px solid #fff;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item a {
    text-align: right;
    display: block;
    transition: .2s;
    font-size: 14px;
    padding: 8px 15px;
    color: rgb(12, 12, 12);
    font-weight: 500;
}

.post-item-profile .sidebar-profile .profile-box ul .profile-account-navs li:last-child {
    border-bottom: 1px solid #fff;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item a i {
    vertical-align: middle;
    font-size: 18px;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item a:hover {
    background: #eee;
    transition: .2s;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item a.active {
    border-right: 3px solid #ffa961;
    border-left: 3px solid #ffa961;
    color: #111111 !important;
}

.post-item-profile .profile-content {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
}

.post-item-profile .profile-content .profile-stats {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 0;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 20px;
}

.post-item-profile .profile-content .profile-stats table tr .title {
    font-size: 12px;
    color: #999999;
}

.post-item-profile .profile-content .profile-stats table tr .value {
    font-size: 14px;
    color: #666666;
}

.post-item-profile .profile-content .profile-stats .profile-edit-action {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #f1f1f1;
    line-height: 1.833;
    height: auto;
    margin-top: -1px;
    width: 100%;
    margin-top: 15px;
}

.post-item-profile .profile-content .profile-stats .profile-edit-action a.link-spoiler-edit {
    border-radius: 20px;
    font-size: 12px;
}

.post-item-profile .profile-content .profile-stats .table-orders table .thead-light th {
    background-color: transparent !important;
    border-left: none;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    border-bottom: none;
    color: #999999;
}

.post-item-profile .profile-content .profile-stats .table-orders table tbody td {
    font-size: 13px;
    color: #666666;
    vertical-align: middle;
}

.post-item-profile .profile-content .profile-stats .table-orders table tbody td a {
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background: #8a8a8a;
    border-color: #8a8a8a;
    border-radius: 20px;
    font-weight: 500;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse {
    margin: 15px 0;
    display: block;
    width: 100%;
    float: right;
    display: none;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item {
    padding: 10px 25px 10px 20px;
    border-radius: 20px;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details {
    text-decoration: none;
    color: #2a2a2a;
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-id {
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-state {
    margin-right: 15px;
    color: #666666;
    font-size: 14px;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details:after {
    content: "نمایش ";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color: #fff;
    background: #8a8a8a;
    padding: 5px;
    cursor: pointer;
    border-radius: 20px;
    border-color: #8a8a8a;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-state:before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    right: 105px;
    top: 3px;
    background: #ccc;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header .ui-separator {
    margin: 10px 0;
    outline: none;
    border: none;
    border-top: 1px solid #c8c8c8;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header .profile-info-row {
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    font: 14px iranyekan;
    display: block;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header .profile-info-row .profile-info-label {
    padding: 8px 0;
    margin-left: 8px;
    text-align: right;
    display: inline-block;
    color: #999999;
    font-size: 13px;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header .profile-info-row .profile-info-value {
    text-align: left;
    display: inline-block;
    float: left;
    padding: 8px 0;
    color: #666666;
}

.post-item-profile .profile-content .profile-stats .table-favorites table tbody td {
    vertical-align: middle;
    font-size: 14px;
}

.post-item-profile .profile-content .profile-stats .table-favorites table tbody th .favorites-product-img {
    width: 80px;
    height: 50px;
    display: block;
}

.post-item-profile .profile-content .profile-stats .table-favorites table tbody th img {
    max-width: 100%;
    border-radius: 0;
}

.post-item-profile .profile-content .profile-stats .table-favorites table tbody tr {
    border-bottom: 1px solid #eeeeee;
}

.profile-stats .profile-recent-fav {
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    float: right;
    display: none;
}

.profile-stats .profile-recent-fav a {
    display: block;
    float: right;
    margin-top: 40px;
    text-align: center;
}

.profile-stats .profile-recent-fav a img {
    max-width: 100%;
}

.profile-stats .profile-recent-fav .profile-recent-fav-col {
    width: 100%;
    float: right;
    display: inline-block;
    margin-bottom: 10px;
}

.profile-stats .profile-recent-fav .profile-recent-fav-col a {
    font-size: 13px;
    color: #777;
}

.profile-stats .profile-recent-fav .profile-recent-fav-price {
    color: #ff5858;
    font-size: 14px;
    display: block;
    float: right;
    margin-top: 10px;
}

.profile-stats .profile-recent-fav .profile-recent-fav-remove {
    float: left;
    width: 35px;
    height: 35px;
    margin-top: 0;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 29px;
    background: #eee;
}

.profile-stats .profile-recent-fav .profile-recent-fav-remove a {
    color: #929292;
    display: block;
    margin: 4px 10px;
}

.post-item-profile .profile-content .profile-stats .box-header {
    width: 100%;
    padding-bottom: 20px;
    display: block;
}

.post-item-profile .profile-content .profile-stats .profile {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 10px;
    display: none;
}

.post-item-profile .profile-content .profile-stats .profile ul li.profile-item {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.post-item-profile .profile-content .profile-stats .profile ul li.profile-item .title {
    color: #999999;
    font-size: 12px;
}

.post-item-profile .profile-content .profile-stats .profile ul li.profile-item .value {
    color: #666666;
    font-size: 14px;
}

.box-header .box-title {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 500;
    border-bottom: 2px solid #f3596b;
    color: #424242;
}

.profile-address .profile-address-item {
    padding: 15px 15px;
    display: block;
}

.profile-address .profile-address-item .profile-address-item-title {
    font-size: 14px;
    line-height: 1.571;
    color: #424750;
    font-weight: 500;
    display: inline-block;
}

.profile-address-item .ui-more {
    position: relative;
    float: left;
}

.profile-address-item .ui-more .btn-remove-address {
    border-radius: 50px;
    font-size: 12px;
    padding: 5px 10px;
    background: #ff7373;
    border-color: #ff7373;
}

.profile-address-item .profile-address-content .profile-address-info li {
    margin-top: 10px;
    display: block;
}

.profile-address-item .profile-address-content .profile-address-info li .profile-address-info-item {
    font-size: 12px;
    line-height: 1.833;
    color: #81858b;
}

.profile-address-item .profile-address-content .profile-address-info li .profile-address-info-item i {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
}

.profile-address-item .profile-address-content .profile-address-info li.location-link {
    margin-top: 20px;
    display: block;
}

.profile-address-item .profile-address-content .profile-address-info li.location-link .edit-address-link {
    font-size: 14px;
    color: #00bfd6;
    font-weight: 500;
    border-bottom: 1px dashed #00bfd6;
    padding: 5px 0;
}

.middle-container {
    min-width: unset;
    width: 100%;
    max-width: 100% !important;
    padding: 0;
}

.middle-container .form-checkout {
    width: 100%;
    height: auto;
    padding: 0;
    float: right;
    text-align: right;
}

.middle-container .form-checkout .form-checkout-row {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
}

.middle-container .form-checkout .form-checkout-row .validate-required {
    width: 48%;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

.middle-container .form-checkout .form-checkout-row label {
    font-size: 12px;
    color: #858585;
    width: 100%;
    margin-bottom: 10px;
    float: right;
}

.middle-container .form-checkout .form-checkout-row input {
    display: block;
    font-size: 12px;
    width: 100%;
    height: 40px;
    outline: none;
    border: 1px solid #cfcfcf;
    padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.middle-container .form-checkout .form-checkout-row .textarea-name-checkout {
    display: block;
    font-size: 12px;
    width: 100%;
    outline: none;
    border: 1px solid #cfcfcf;
    padding: 0 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 15px;
}

.middle-container .form-checkout .form-checkout-valid-row {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 0;
}

.middle-container .form-checkout .form-checkout-row .input-name-checkout::placeholder {
    text-indent: 0;
    color: #858585;
}

.middle-container .form-checkout select {
    font-size: 12px;
    width: 100%;
    outline: none;
    height: 45px !important;
    border: 1px solid #cfcfcf;
    border-radius: 15px;
    padding: 0 10px;
    color: #858585;
    margin-left: 0;
    margin-bottom: 20px;
}

.middle-container a.cancel-edit-address {
    float: left;
    font-size: 14px;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 500;
}

.middle-container .form-checkout .form-checkout-row .btn-registrar {
    padding: 7px 20px;
    border-radius: 15px;
    background-color: #00bfd6;
    color: #fff;
    margin-top: 15px;
    font-size: 13px;
    outline: none;
    cursor: pointer;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody th .thumb-img {
    width: 80px;
    height: 50px;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody th.th-img {
    width: 80px;
}

.post-item-profile .profile-content .profile-stats .profile-comment thead th {
    color: #0e0e0e;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #ffffff;
    background-color: #efefef;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody th .thumb-img img {
    max-width: 100%;
    float: right;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody td {
    vertical-align: middle;
    font-size: 13px;
    border: 1px solid #efefef;
    padding: 5px;
    padding-right: 15px;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody td .profile-comment-status-approved {
    padding: 0;
    border-radius: 3px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 19px;
    color: #8dc08c;
    background-color: #f5fff0;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody td .profile-comment-remove {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #ffe7e7;
    color: #ff7e7e;
    display: block;
    border-radius: 20px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody tr {
    border: 1px solid #eeeeee;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb {
    width: 100%;
    text-align: center;
    display: none;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-img {
    position: relative;
    margin: 20px 0;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-img img {
    max-width: 100%;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .product-rate {
    float: none;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .product-rate i {
    float: none;
    margin-right: 0;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-content {
    padding: 10px;
    text-align: center;
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-content h4 {
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    color: #666666;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-content h4 span {
    font-size: 12px;
    line-height: 19px;
    color: #8dc08c;
    background-color: #dfffd0;
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 8px 0;
    border-radius: 20px;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-content h4 p {
    display: block;
    width: 100%;
    margin-top: 30px;
    color: #7d7d7d;
    line-height: 25px;
    font-size: 12px;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-content .profile-comment-remove {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #ffe7e7;
    color: #ff7e7e;
    display: block;
    border-radius: 20px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    float: left;
    margin-bottom: 10px;
}

.post-item-profile .profile-content .profile-stats .table-order-view h2.order-view-title {
    color: #666666;
    font-size: 18px;
}

.post-item-profile .profile-content .profile-stats .table-order-view thead th {
    color: #797878;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
    margin-bottom: 10px;
}

.post-item-profile .profile-content .profile-stats .table-order-view tbody td {
    vertical-align: middle;
    font-size: 13px;
}

.post-item-profile .profile-content .profile-stats .table-order-view tfoot td {
    vertical-align: middle;
    font-size: 13px;
}

.post-item-profile .profile-content .profile-stats .table-order-view tfoot th {
    font-size: 15px;
    color: #6b6969;
    font-weight: 500;
}

.post-item-profile .profile-content .profile-stats .table-order-view tbody tr {
    border-bottom: 1px solid #eeeeee;
}


/* profile------------------------*/


/* checkout-----------------------*/

.checkout {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    margin: 20px 0;
    float: right;
}

.checkout .content-checkout {
    font-size: 14px;
    line-height: 2;
    color: #777;
    padding-bottom: 15px;
    font-weight: 400;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .info {
    color: #666666;
    background: #f1fbfd;
    padding: 7px 20px 7px 10px;
    margin: 10px 0;
    position: relative;
    font-size: 13px;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .info a.showcoupon {
    color: #666666;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .info a.showcoupon:hover {
    color: #00bfd6;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .checkout-coupon {
    display: none;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .checkout-coupon .form-row {
    padding: 3px 0;
    margin: 0 0 6px;
    font-size: 13px;
    display: block;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .checkout-coupon .form-row input.checkout-discount-code {
    width: 88%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    outline: none;
    color: #666;
    font-size: 12px;
    background: #f9f9f9;
    padding: 0 15px;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .checkout-coupon .form-row .append .btn-append {
    border-radius: 20px;
    background-color: #06d0e8;
    border-color: #06d0e8;
}

.checkout .content-checkout .billing-fields h4 {
    color: #676767;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
}

.checkout .content-checkout .Order-address button {
    background: transparent;
    color: #666666;
    font-size: 14px;
    padding-right: 0;
    padding-bottom: 20px;
}

.checkout .content-checkout .Order-address button span {
    display: inline-block;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    transition: .2s;
}

.checkout .content-checkout .Order-address button:hover span {
    border-color: #00bfd6;
    color: #00bfd6;
    transition: .2s;
}

.checkout .content-checkout .order-review-heading {
    font-size: 20px;
    color: #757575;
    padding: 0 15px;
    margin: 40px 0 15px;
    display: block;
    float: right;
    width: 100%;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table thead th {
    border-bottom: none;
    font-size: 16px;
    font-weight: 500;
    color: #6f6f6f;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tbody .checkout-cart-item .product-price span.amount {
    font-size: 15px;
    font-weight: 500;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tbody .checkout-cart-item .product-price span.amount span {
    font-size: 12px;
    font-weight: 500;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tfoot .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tfoot .price ins {
    color: #00bfd6 !important;
    font-size: 20px;
    height: auto;
    display: block;
    text-decoration: none;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tfoot .price ins span.amount span {
    font-size: 12px;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods {
    background-color: #f9f9f9;
    border-radius: 20px;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods li.checkout-payment-method-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tfoot td > span.shipping-destination {
    display: block;
    margin-right: 8px;
    margin-top: 10px;
    color: #666;
    font-size: 12px;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio {
    width: auto;
    margin-right: 4px;
    position: relative;
    min-width: 24px;
    vertical-align: middle;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    width: 16px;
    height: 16px;
    top: -8px;
    right: 0px;
    cursor: pointer;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio span.outline-radio-check {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #a5a5a5;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio input[type=radio]:checked + .outline-radio-check {
    background-color: #fff;
    border: 1px solid #00bfd6;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio .outline-radio-check:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio input[type=radio]:checked + .outline-radio-check:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #00bfd6;
    width: 10px;
    height: 10px;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > span.shipping-destination {
    display: block;
    margin-right: 8px;
    margin-top: 10px;
    color: #666;
    font-size: 12px;
}

.checkout .content-checkout .checkout-review-order .btn-Order {
    background-color: #00bfd6;
    border-color: #00bfd6;
    border-radius: 20px;
    font-size: 14px;
    outline: none !important;
}

.checkout .content-checkout .thankyou-order-received {
    font-size: 13px;
    color: #999999;
    padding-right: 10px;
    margin-top: 5px;
    display: block;
}

.checkout .content-checkout .order-overview {
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 20px;
    display: block;
}

.checkout .content-checkout .order-overview .order-overview-item {
    margin-bottom: 5px;
    display: block;
}

.checkout .content-checkout .order-overview .order-overview-item span {
    font-size: 16px;
    font-weight: 500;
}

.checkout .content-checkout .order-overview .order-overview-item span.amount span {
    font-size: 12px;
}


/* checkout-----------------------*/


/* single-product-----------------*/

.product {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    float: right;
}

.product .product-gallery {
    width: 100%;
}

.product .product-gallery .gallery .gallery-item {
    padding: 0;
    width: 100%;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions {
    float: right;
    margin-bottom: 0;
    margin-top: 0px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li {
    position: relative;
    display: inline-block;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.btn-option {
    width: 70px;
    height: 70px;
    background: #f5f5f5;
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 9px;
    margin-bottom: 15px;
    border-radius: 10px;
    float: right;
    transition: .2s;
    color: #737373;
    font-weight: 500;
    transition: .2s;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.btn-option:hover {
    background-color: #ffd109;
    color: #000 !important;
    transition: .2s;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.btn-option i {
    display: block;
    font-size: 25px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li .more-product img {
    max-width: 100px;
    margin-bottom: 20px;
    border-radius: 20px;
    margin-left: 10px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.add-product-wishes.active {
    color: #f34040;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .email-sharing {
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .email-sharing > h5.share-title {
    color: #666666;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .title {
    font-size: 12px;
    color: #999999;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .email-sharing .input-group-sharing {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .email-sharing .share-email-address {
    border-radius: 20px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #ced4da !important;
    background: #f9f9f9;
    width: 78%;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .email-sharing .btn-send-email {
    background-color: #00bfd6;
    position: absolute;
    border-color: #00bfd6;
    border-radius: 20px;
    top: 0;
    left: 0;
    font-size: 14px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options {
    padding: 16px 0;
    display: block;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    line-height: 42px;
    text-align: center;
    font-size: 25px;
    margin-left: 10px;
    display: inline-block;
    color: #ffffff;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social-twitter {
    background-image: linear-gradient(135deg, #90F7EC 10%, #32CCBC 100%);
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social-facebook {
    background-image: linear-gradient(135deg, #90b9f7 10%, #324ccc 100%);
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social-whatsapp {
    background-image: linear-gradient(135deg, #70F570 10%, #49C628 100%);
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social-email-outline {
    background-image: linear-gradient(135deg, #f9a6a6 10%, #f54c4c 100%);
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .form-share-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .form-share-col .ui-url-field {
    width: 100%;
    outline: none;
    border-top: 1px solid #efefef;
    color: #a9a9a9;
    font-size: 17px;
    padding: 17px 12px 0;
    direction: ltr;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-alarm .modal-body .form-notification-title {
    margin-bottom: 15px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.571;
    letter-spacing: -.3px;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f {
    width: 100% !important;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.product .product-gallery .gallery .gallery-item .gallery-img .zoomWrapper {
    margin-top: 0;
    margin-bottom: 35px;
    float: right;
    width: 100% !important;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f li.item {
    border-radius: 5px;
    height: auto;
    background: #fff;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f li.item img {
    opacity: 0.7;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f li.item img:hover {
    opacity: 1;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f li.item .gallery-count-circle {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    text-align: center;
    color: #fff;
    background-color: rgba(115, 114, 115, .6);
    font-size: 22px;
    line-height: 40px;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 35px;
}

.ZoomContainer {
    z-index: 9 !important;
}

.product .product-gallery .gallery .gallery-item .gallery-img .gallery-item {
    top: 25px;
    position: absolute;
    right: -5px;
}

.product .product-gallery .gallery .gallery-item .gallery-img .gallery-item .btn-option {
    background: #fff;
    outline: none;
    font-size: 20px;
    width: 24px;
    height: 24px;
    color: #8b8b8b;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.product .product-gallery .gallery .gallery-item .gallery-img .gallery-item .btn-option-favorites i {
    color: #ef394e !important;
}

.product .product-gallery .gallery .gallery-item .gallery-img .gallery-item .tooltip-short {
    padding: 5px 15px;
    background-color: #6f6f6f;
    color: #fff;
    font: 14px iranyekan;
    margin-right: 20px;
    display: none;
    top: -33px;
    position: relative;
    right: 25px;
    width: 155px;
}

.btn-option:hover .tooltip-short {
    display: block;
}

.product .product-gallery .gallery .gallery-item .gallery-img .tooltip-short:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #6f6f6f;
    top: 8px;
}

.product .product-gallery .gallery .gallery-item .gallery-img .owl-stage {
    background: #fff !important;
}

.zoomWrapper img {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.zoomWindow {
    border: 2px solid #ccc !important;
    border-radius: 20px;
    cursor: auto !important;
    width: 100% !important;
    height: 100% !important;
}

main.single-product .product #gallery_01f {
    width: 100% !important;
}

main.single-product .product .gallery-items {
    list-style: none;
    float: right;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

main.single-product .product .gallery-items li {
    height: 60px;
    padding: 0 10px;
    display: inline-block;
}

main.single-product .product .gallery-items li img {
    height: 60px;
    width: 60px;
    opacity: 0.5;
}

main.single-product .product .gallery-items li img:hover {
    opacity: 1;
}

.product-gallery .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.product-gallery .owl-nav .owl-prev,
.product-gallery .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    font-size: 32px;
    color: #666;
    pointer-events: all;
    border-radius: 20px;
    transition: .2s;
    outline: none;
}

.product-gallery .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    bottom: 25px;
    color: #6e6d6d;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    font-size: 25px;
}

.product-gallery .owl-nav .owl-next {
    position: absolute;
    left: 0;
    bottom: 25px;
    color: #6e6d6d;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    font-size: 25px;
}

.product-gallery #gallery_01f {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    float: none !important;
}

.product .product-info .product-headline {
    position: relative;
    padding: 7px 0;
    width: 100%;
}

.product .product-info .product-headline h1.product-title {
    margin: .8rem 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: #111111;
    display: inline-block;
}

.product .product-info .product-headline .product-guaranteed {
    display: inline-block;
    position: relative;
    float: left;
    line-height: 3;
    font-size: 16px;
    font-weight: 500;
}

.product .product-info .product-headline .product-guaranteed span {
    font-size: 12px;
}

.product .product-info .product-attributes .product-config {
    padding-top: 0;
    position: relative;
}

.product .product-info .product-attributes .product-config .product-single-ribbons {
    display: inline-block;
}

.product .product-info .product-attributes .product-config .product-single-ribbons .ribbons .ribbons-item {
    display: inline-block;
    padding: 5px 10px;
    background: #00bfd6;
    border-radius: 20px;
    margin: 0 0 0 3px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.product .product-info .product-attributes .product-config span.product-title-en {
    position: relative;
    bottom: 0;
    right: 10px;
    padding-left: 8px;
    margin-left: auto;
    margin-bottom: -20px;
    color: #c0c2c5;
    background-color: #fff;
    font-size: 13px;
    line-height: 1.833;
}

.product .product-info .product-attributes .product-config .product-rate {
    display: inline-block;
    float: none;
    position: relative;
    right: 50px;
}

.product .product-info .product-config-wrapper .product-directory {
    margin: 20px 0 15px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.product .product-info .product-config-wrapper .product-directory ul li {
    display: inline-block;
    margin-left: 10px;
    color: #757575;
}

.product .product-info .product-config-wrapper .product-directory ul li span {
    font-size: 13px;
    color: #656565;
}

.product .product-info .product-config-wrapper .product-directory ul li span i {
    vertical-align: middle;
    margin-left: 5px;
}

.product .product-info .product-config-wrapper .product-directory ul li a.product-link {
    color: #757575;
    font-size: 12px;
    transition: .2s;
    border-bottom: #aaa 1px dashed;
    margin-left: 10px;
    margin-right: 5px;
    display: inline-block;
}

.product .product-info .product-config-wrapper .product-variants {
    margin: 20px 0 10px;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.692;
}

.product .product-info .product-config-wrapper .product-variants ul.js-product-variants {
    margin: 20px 7px;
    display: inline-block;
    vertical-align: middle;
}

.product .product-info .product-config-wrapper .product-variants ul.js-product-variants li {
    margin: 0 8px 0 0;
    display: inline-block;
}

.product .product-info .product-config-wrapper .product-variants ul.js-product-variants li .ui-variant-color {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

.product .product-info .product-config-wrapper .product-variants ul.js-product-variants li .ui-variant-color .ui-variant-shape {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 20px;
    background: #ccc;
    border: 1px solid #ccc;
    content: "";
}

.product .product-info .product-config-wrapper .product-variants ul.js-product-variants li .ui-variant-color .ui-variant-check {
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 20px;
    height: 34px;
    width: 34px;
    color: #6f6f6f;
    padding: 0;
    font-size: 13px;
    line-height: 1.692;
    display: block;
    transition: .2s;
}

.product .product-info .product-config-wrapper .product-variants .ui-variant input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.product .product-info .product-config-wrapper .product-variants input[type=radio]:checked + .ui-variant-check {
    border: 1px solid #00bfd6 !important;
    text-align: center;
    transition: .2s;
    color: #fff !important;
}

.product .product-info .product-config-wrapper .product-variants input[type=radio]:checked + .ui-variant-check::before {
    content: "\F12C";
    font: normal normal normal 24px/1 "Material Design Icons";
    line-height: 31px;
    font-size: 20px;
    position: absolute;
    right: 0;
    margin: 0 7px;
    left: 0;
}

.product .product-info .product-config-wrapper .product-params {
    padding: 12px 0 0;
}

.product .product-info .product-config-wrapper .product-params ul {
    padding: 0;
    color: #55565a;
    margin: 20px 0;
    font-size: 12px;
    line-height: 1.833;
}

.product .product-info .product-config-wrapper .product-params ul::before {
    content: attr(data-title);
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: list-item;
    font-weight: 700;
}

.product .product-info .product-config-wrapper .product-params ul li {
    width: 100%;
    margin: 5px 0;
    position: relative;
    padding: 0 15px 0 0;
}

.product .product-info .product-config-wrapper .product-params ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 10px;
}

.product .product-info .product-config-wrapper .product-params ul li span:first-child {
    margin-left: 5px;
    color: #999;
}

.product .product-info .product-config-wrapper .product-params ul li span:last-child {
    font-size: 13px;
    color: #666;
    display: inline-block;
}

.product .product-info .product-config-wrapper .product-price-survey-question {
    font-size: 12px;
    line-height: 2;
    color: #9b9b9b;
    margin-right: 14px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.product .product-info .product-config-wrapper .product-price-survey-question .answers {
    display: inline-block;
    margin-right: 0;
    margin-top: 10px;
}

.product .product-info .product-config-wrapper .product-price-survey-question .answers .product-price-survery-answer {
    color: red;
    background-color: #eee;
    display: inline-block;
    padding: 5px 10px;
    border-color: #eee;
    border-radius: 20px;
    font-size: 12px;
    transition: .2s;
}

.product .product-info .product-config-wrapper .product-price-survey-question .answers .product-price-survery-answer:hover {
    transition: .2s;
    background-color: #909090;
    color: #fff;
    border-color: #909090;
}

.product .product-info .product-config-wrapper .product-seller-info {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 15px;
    width: 100%;
    margin-top: 40px;
    float: right;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row {
    padding: 10px;
    font-size: 12px;
    color: #666666;
    float: right;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row span.title {
    font-size: 14px;
    color: #888;
    float: right;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name {
    float: left;
    color: #666666;
    font-weight: 500;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name span.amount {
    font-size: 16px;
    font-weight: 500;
    color: #ef4343;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name span.amount span {
    font-size: 12px;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name span.unavailable {
    font-size: 16px;
    font-weight: 500;
    color: #ef4343;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .btn-add-to-cart {
    width: 100%;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 10px;
    border-color: #f5f5f5;
    background-image: linear-gradient(135deg, #f99ca7 10%, #f15062 100%);
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .Let-me-know {
    background-image: linear-gradient(135deg, #9c9c9c 10%, #757575 100%);
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .btn-add-to-cart:focus {
    box-shadow: none;
}

.product .product-usp .product-feature {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 12px;
    line-height: 2;
    border-top: 1px solid #f4f4f4;
    width: 100%;
    text-align: center;
    display: block;
    float: right;
}

.product .product-usp .product-feature .product-feature-col {
    width: 15%;
    margin-left: 10px;
    display: inline-block;
}

.product .product-usp .product-feature .product-feature-col a.product-feature-item {
    align-items: center;
    color: #9b9b9b;
    font-size: .7rem;
    display: block;
    text-align: right;
    position: relative;
    padding: 0 65px 0 10px;
}

.product .product-usp .product-feature .product-feature-col a.product-feature-item img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.tabs {
    margin-top: 39px;
    position: relative;
    margin-bottom: 0;
    line-height: 22px;
    float: right;
    width: 100%;
}

.tabs .tab-box ul.tab {
    margin: 10px;
    border-radius: 0;
    text-align: center;
    border-bottom: none;
    display: block;
}

.tabs .tab-box ul.tab li {
    position: relative;
    font-size: 14px;
    display: inline-block;
}

.tabs .tab-box ul.tab li a {
    color: #666666;
    border: none;
    background: transparent;
    margin: 0 auto;
}

.tabs .tab-box ul.tab li a i {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 20px;
}

.nav-tabs .nav-link.active {
    color: #00bfd6 !important;
}

.tabs .tabs-content {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    float: right;
}

.tabs .tabs-content h2.params-headline {
    color: #000;
    font-size: 20px;
    font-weight: 800;
}

.tabs .tabs-content .content-expert-summary {
    background: #fff;
    color: #706d6d;
    font-size: 15px;
    line-height: 2.25;
    padding: 0 30px 27px 25px;
    min-height: 256px;
    position: relative;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.tabs .tabs-content .content-expert-summary .mask-text {
    max-height: 250px;
    height: unset;
    overflow: hidden;
    padding-bottom: 15px;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
}

.mask-text.active {
    max-height: 100% !important;
}

.tabs .tabs-content .mask a.mask-handler {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 15px;
    color: #00bfd6;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
}

span.show-less {
    display: none;
}

.tabs .tabs-content .content-expert-summary .shadow-box {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 40px;
    height: 105px;
    z-index: 1;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 98.8%, .99) 99%, #fcfcfc);
}

.tabs .tabs-content .content-expert-stats {
    margin: 25px 0 55px;
    float: right;
    width: 100%;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 30px -10px 40px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .positive {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .positive span {
    color: #00bfd6;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .positive ul {
    display: block;
    color: #666;
    font-size: 13px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .positive > ul > li > i {
    margin-left: 5px;
    color: #00bfd6;
    font-size: 16px;
    vertical-align: middle;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .negative {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .negative span {
    color: #ff5153;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .negative ul {
    display: block;
    color: #666;
    font-size: 13px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .negative > ul > li > i {
    margin-left: 5px;
    color: #ff5153;
    font-size: 16px;
    vertical-align: middle;
}

.tabs .tabs-content .content-expert-articles {
    margin-top: 0;
    margin-bottom: 40px;
    float: right;
    width: 100%;
    padding: 0 45px;
}

.tabs .tabs-content .content-expert-articles .content-expert-article {
    margin: 11px 0 0;
    padding-right: 76px;
    position: relative;
    padding-bottom: 1px;
    transition: height .3s ease-in-out;
}

.tabs .tabs-content .content-expert-articles .content-expert-article:before {
    background: #fd7102;
    position: absolute;
    top: 43px;
    right: 18px;
    bottom: 0;
    width: 1px;
    content: "";
}

.tabs .tabs-content .content-expert-articles .content-expert-article .content-expert-button {
    width: 34px;
    height: 30px;
    position: absolute;
    font-size: 24px;
    line-height: 30px;
    right: 0;
    top: 0;
    background-image: linear-gradient(90deg, rgba(255, 169, 97, 1) 31%, rgba(253, 113, 2, 1) 60%, rgba(253, 113, 2, 1) 100%);
    border: none;
    color: #fff;
    border-radius: 0px 20px 20px 20px;
    outline: none;
    cursor: pointer;
}

.tabs .tabs-content .content-expert-articles .content-expert-article h3.content-expert-title {
    color: #494949;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    padding: 5px 0;
}

.tabs .tabs-content .content-expert-articles .content-expert-article .content-expert-text {
    font-size: 14px;
    line-height: 2;
    color: #777777;
    display: none;
}

.tabs .tabs-content .content-expert-articles .content-expert-article .content-expert-text .content-expert-img {
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 48px;
}

.tabs .tabs-content .content-expert-articles .content-expert-article .content-expert-text .content-expert-img img {
    max-width: 100%;
}

.tabs .tabs-content .params-headline span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    color: #999;
}

.tabs .tabs-content .params-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #f7858d;
    border-style: solid;
    border-width: 7px 0 0 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tabs .tabs-content ul.params-list {
    width: 100%;
    margin-bottom: 0;
    float: right;
}

.tabs .tabs-content ul.params-list li.params-list-item {
    margin: 3px 0;
    float: right;
    width: 100%;
    display: block;
}

.tabs .tabs-content ul.params-list li.params-list-item .params-list-key {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 25%;
    float: right;
    margin-bottom: 0;
    border-radius: 20px;
}

.tabs .tabs-content ul.params-list li.params-list-item span.block {
    display: block;
    background: #fbfbfb;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #999999;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    border-radius: 30px;
}

.tabs .tabs-content ul.params-list li.params-list-item .params-list-value {
    position: relative;
    min-height: 1px;
    float: right;
    width: 75%;
}

.tabs .tabs-content ul.params-list li.params-list-item .params-list-value span.block {
    color: #666666;
}

.tabs .tabs-content .comments .comments-summary {
    margin: 35px 0;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating {
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 20px;
    float: right;
    width: 100%;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    float: right;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li span.cell-title {
    font-size: 12px;
    color: #777;
    float: right;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li span.cell-value {
    font-size: 12px;
    color: #777;
    float: left;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li .rating-general {
    position: relative;
    height: 4px;
    border-radius: 3px;
    background: #eaeaea;
    background-color: #d5d5d5;
    float: right;
    width: 100%;
    margin-top: 5px;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li .rating-general .rating-value {
    background-color: #00bfd6;
    width: 80%;
    float: right;
    height: 100%;
    border-radius: 5px;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note h6 {
    color: #666;
    margin-bottom: 15px;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note p {
    color: #777;
    margin-bottom: 25px;
    font-size: 14px;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note a.btn-add-comment {
    border-radius: 20px;
    font-size: 14px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list {
    float: right;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list {
    margin-top: 18px;
    display: block;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li {
    padding: 15px 0px 15px 0px;
    margin-bottom: 36px;
    display: block;
    width: 100%;
    float: right;
    background-color: #f5f5f5;
    border-radius: 15px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .comments-user-shopping {
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
    font-weight: 400;
    color: #888;
    margin-bottom: 10px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .cell-date {
    font-size: 11px;
    line-height: 1.692;
    color: #777;
    margin: 7px 0 5px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .message-light {
    font-size: 12px;
    line-height: 2.23;
    background-color: #ffd9ba;
    border: 1px solid #d26000;
    border-radius: 12px;
    margin: 5px 0 5px;
    color: #d26000;
    padding: 5px;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .message-light i {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    float: right;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .header {
    color: #999999;
    font-size: 15px;
    font-weight: 500;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .header p {
    font-size: 12px;
    margin-top: 15px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-positive {
    position: relative;
    width: 50%;
    float: right;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-positive span {
    color: #00bfd6;
    font-size: 14px;
    font-weight: 500;
    float: right;
    margin-bottom: 15px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-positive li {
    margin-bottom: 5px;
    color: #5f5f5f;
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-right: 25px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-positive li::before {
    width: 6px;
    height: 6px;
    background-color: #00bfd6;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-negative {
    position: relative;
    width: 50%;
    float: right;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-negative span {
    color: #ff637d;
    font-size: 14px;
    font-weight: 500;
    float: right;
    margin-bottom: 15px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-negative li {
    margin-bottom: 5px;
    color: #5f5f5f;
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-right: 25px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-negative li::before {
    width: 6px;
    height: 6px;
    background-color: #ff637d;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .footer {
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .footer .comments-likes {
    text-align: left;
    color: #777;
    font-size: 13px;
    line-height: 1.692;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .footer .comments-likes .btn-like {
    border-radius: 20px;
    background: #f1f1f1;
    padding: 2px 13px 3px 4px;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 1.692;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .footer .comments-likes .btn-like .count {
    font-size: 13px;
    opacity: .8;
    height: 20px;
    min-width: 20px;
    padding: 0 5px;
    line-height: 20px;
    background: #ddd;
    color: #666;
    border-radius: 20px;
    display: inline-block;
    margin-right: 5px;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col .ui-textarea {
    display: inline-block;
    width: 100%;
    position: relative;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col .ui-textarea .ui-textarea-field {
    height: 180px;
    border: 1px solid #efefef;
    border-radius: 20px;
    outline: none;
    padding: 15px;
    background: #f9f9f9;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    line-height: 2.58;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col .btn-tertiary {
    padding: 10px 50px;
    border-radius: 20px;
}

.tabs .tabs-content .faq #product-questions-list .questions-list {
    width: 100%;
    margin-bottom: 0;
    border-radius: 15px;
    padding: 0 10px;
    box-shadow: 0px 1px 4px rgba(126, 142, 177, 0.2);
    float: right;
    margin-top: 30px;
    position: relative;
    background: #fbfbfb;
}

.tabs .tabs-content .faq #product-questions-list .questions-list:first-child {
    margin-top: 85px;
}

.tabs .tabs-content .faq #product-questions-list .answer-questions {
    width: 95%;
    float: left;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question {
    margin-right: 15px;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    float: right;
    width: 100%;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-header {
    font-size: 62px;
    padding-top: 0;
    color: #35ccde;
    width: 100%;
    margin-left: 44px;
    display: block;
    float: right;
    text-align: right;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-header .icon-faq {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-image: linear-gradient(135deg, #fdf1a4 10%, #e0c300 100%);
    line-height: 45px;
    font-size: 30px;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto 20px;
    position: absolute;
    top: -21px;
    right: -14px;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-header p.h5 {
    color: #7a7a7a;
    line-height: 1.692;
    font-size: 1.429rem;
    margin: 0 auto;
    display: block;
    float: none;
    border-top: none;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-header p.h5 span {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.833;
    color: #959595;
    display: inline-block;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question p {
    float: right;
    margin-top: 25px;
    font-size: 14px;
    line-height: 2;
    color: #6f6f6f;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-date {
    float: left;
    font-size: 12px;
    color: #ccc;
    margin-top: 25px;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .js-add-answer-btn {
    color: #24c0df;
    padding: 0;
    line-height: 2;
    position: absolute;
    bottom: 0;
    left: 25px;
    font-size: 13px;
    margin-bottom: 15px;
}


/* single-product-----------------*/


/*product-comment--------------------------*/

.product-comment {
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    border: 1px solid #eee;
    margin: 14px auto;
    padding-bottom: 60px;
    line-height: 22px;
    float: right;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 30px;
}

.product-comment .comments-product-col-info .comments-product-headline {
    border-bottom: 1px solid rgb(242, 242, 242);
    padding: 0;
    width: 100%;
}

.product-comment .comments-product-col-info .comments-product-headline .comments-product-title {
    font-size: 20px;
    line-height: 32px;
    color: rgb(105, 105, 105);
    margin-top: 25px;
    font-weight: 600;
}

.product-comment .comments-product-col-info .comments-product-headline .comments-product-title span {
    color: rgb(181, 181, 181);
    font-size: 0.9rem;
    line-height: 1.571;
    display: block;
    margin-top: 10px;
}

.product-comment .comments-product-col-info .comments-product-attributes {
    width: 100%;
    padding-left: 90px;
    padding-top: 25px;
    padding-right: 50px;
}

.product-comment .comments-product-col-info .comments-product-attributes .comments-product-attributes-title {
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px;
    color: #676666;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider.slider-horizontal {
    width: 100%;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider.slider-horizontal.slider-rtl .slider-track {
    background: #d5d5d5;
    height: 8px;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-selection.tick-slider-selection {
    background: #00bfd6;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-tick {
    width: 0;
    height: 0;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-tick.in-selection {
    width: 0;
    height: 0;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-handle {
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    background: #7b7b7b;
    top: 0px;
}

.product-comment .comments-product-col-info .comments-product-attributes .form-ui form {
    max-width: 100%;
}

.comments-add-col--content input::placeholder,
.comments-add-col--content textarea::placeholder {
    padding-right: 7px;
}

.comments-add-col--content h3 {
    margin-bottom: 25px;
    letter-spacing: -.5px;
    font-size: 22px;
    line-height: 1.5;
    color: #555;
}

.comments-add-col--content .desc-comment {
    color: #54696b;
}

.comments-add-col--content .cl-circle-title {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    float: right;
    margin: 8px 0 0 10px;
}

.comments-add-col--content .cl-circle-title.cl-primary {
    background: #00bfd6;
}

.comments-add-col--content .cl-circle-title.cl-red {
    background: #fb3449;
}

.product-offer-question-option {
    padding-right: 40px;
}

.product-offer-question-option label {
    color: #6777ef;
    padding-top: 0;
}

.comments-add-col--content p {
    font-size: 14px;
    line-height: 1.36;
    text-align: justify;
    margin: 10px;
}

.comments-add-col--content .add-points {
    width: 30px;
    height: 28px;
    background: none;
    position: absolute;
    left: 6px;
    top: 8px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #878787;
    border-radius: 4px;
    color: #878787;
    font-size: 24px;
    line-height: 23px;
    outline: none;
    display: none;
}

.form-comment-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    position: relative;
}

.form-comment-title--positive {
    padding-right: 25px;
}

.form-comment-title--negative {
    padding-right: 25px;
}

.form-comment-title--positive:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: #00bfd6;
    content: "";
}

.form-comment-title--negative:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: #fb3449;
    content: "";
}

.ui-input--add-point {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.ui-input--add-point .ui-input-field {
    padding-left: 44px;
    width: 100%;
    height: 40px;
    margin: auto;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    outline: none;
}

.ui-input--add-point .ui-input-point {
    width: 48px;
    height: 100%;
    background: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.ui-input--add-point .ui-input-point:before {
    content: "+";
    font-size: 22px;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #878787;
    border: 2px solid #878787;
    border-radius: 5px;
    padding: 0 7px;
}

.form-comment-dynamic-labels {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
}

.ui-dynamic-label {
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    border-radius: 8px;
    padding: 8px 14px 8px 38px;
    background: #ccc;
}

.ui-dynamic-label--positive {
    background-color: #edf6f7;
    color: #3a8c96;
}

.ui-dynamic-label--negative {
    background-color: #fff3f4;
    color: #fb3449;
}

.form-comment-dynamic-labels .ui-dynamic-label {
    margin-top: 12px;
}

.ui-dynamic-label-remove {
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none !important;
}

.ui-dynamic-label-remove:before {
    position: absolute;
    content: "×";
    font-size: 25px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-ui .form-row-title {
    font-size: 13px;
    color: #666;
}

.form-ui .form-row .input-ui {
    width: 100%;
    height: 40px;
    margin: auto;
    outline: none;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 15px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    font-size: 11px;
    color: #999;
}

.comment-submit-button {
    font-size: 14px;
    line-height: 1.375;
    background-color: rgb(173, 173, 173);
    color: rgb(255, 255, 255);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 10px 20px;
    margin-right: 10px;
}

.product-comment .comments-add-row .comments-add-col-form {
    padding: 40px 40px 34px 68px;
}

.product-comment .comments-add-col-content {
    padding: 40px 50px;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.product-comment .comments-add-col-content h3 {
    margin-bottom: 45px;
    letter-spacing: -0.5px;
    font-size: 1.371rem;
    line-height: 1.5;
    color: rgb(85, 85, 85);
    font-weight: 500;
}

.product-comment .comments-add-col-content p {
    font-size: 14px;
    line-height: 2.36;
    color: #757575;
}


/*product-comment--------------------------*/


/* product-comparison----------------------*/

.comparison {
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #edf0f5;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    margin: 20px 0;
    display: inline-block;
    overflow-x: auto;
}

.comparison table {
    min-width: 750px;
    table-layout: fixed;
    margin-bottom: 0;
}

.comparison .bg-cs-table-tr {
    background-color: #eafbf8;
    font-size: 16px
}

.comparison .bg-cs-table-tr td,
.comparison .bg-cs-table-tr th {
    color: #252525;
    font-weight: 500;
}

.comparison table td,
.comparison table th {
    color: #999;
    font-size: 14px;
}

.comparison table td:last-child,
.comparison table th:last-child {
    border-left: 0;
}

.comparison .form-ui .custom-select-ui .nice-select {
    width: 100%;
    padding-right: 18px;
    padding-left: 30px;
    border-radius: 20px;
    clear: none;
    border: solid 1px #e8e8e8 !important;
}

.comparison .form-ui .custom-select-ui .nice-select.right .list {
    width: 100%;
    height: 160px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
}

.comparison .form-ui .custom-select-ui .nice-select:after {
    left: 12px;
    right: auto;
}

.comparison .form-ui .custom-select-ui .nice-select .current {
    float: right;
}

.comparison .form-ui .custom-select-ui .nice-select .option {
    padding-right: 18px;
    padding-left: 29px;
    text-align: right;
}

.comparison .comparison-item {
    position: relative;
    margin-bottom: .625rem;
    padding: .75rem .75rem 1.125rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
}

.comparison .remove-item {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 27px;
    height: 27px;
    padding-left: .0625rem;
    border-radius: 20px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #727272;
}

.comparison .comparison-item .comparison-item-thumb {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: .75rem;
    margin-left: auto;
}

.comparison .comparison-item .comparison-item-thumb > img {
    display: block;
    max-width: 100%;
}

.comparison .comparison-item .comparison-item-title {
    display: block;
    margin-bottom: .875rem;
    transition: color .25s;
    color: #404040;
    font-size: .875rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
}

.comparison .comparison-item span.amount {
    color: #00bfd6;
    font-size: 18px;
    font-weight: 500;
}

.comparison .comparison-item span.amount span {
    font-size: 12px;
}

.comparison .btn-add-to-cart {
    box-shadow: 0 2px 6px 0 rgba(171, 0, 214, 0.44);
    background-color: #bd5afc;
    border-color: #bd5afc;
    color: #fff;
    border-radius: 20px;
}

.comparison .btn-add-to-cart:active {
    background-color: #c22dff !important;
    border-color: #c22dff !important;
    box-shadow: none !important;
}


/* product-comparison--------------*/


/* blog----------------------------*/

.blog-item {
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-item .figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.blog-item .figure:before {
    content: "";
    display: block;
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .2s;
}

.blog-item .figure img {
    max-width: 100%;
    transition: .2s;
}

.blog-item:hover .figure img {
    transform: translate(-5%, 0%) scale(1.3);
    -webkit-transform: translate(-5%, 0%) scale(1.3);
}

.blog-item .figure .post-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.blog-item .figure .post-title a {
    max-width: 100%;
}

.blog-item .figure .post-title a h4 {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    margin: 0;
}

.blog-item .figure .post-title span.post-date {
    position: absolute;
    bottom: 10px;
    left: 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    color: #ffffff;
}

.blog-item .figure .post-title span.post-date i {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
}

.post-item {
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 20px;
}

.post-item .post-thumb {
    width: 25%;
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    float: right;
}

.post-item .post-thumb img {
    max-width: 100%;
}

.post-item .post-content {
    width: 75%;
    margin: 0;
    overflow: hidden;
    float: right;
    padding: 15px;
    position: relative;
}

.post-item .post-content .title {
    margin-top: 10px;
    padding: 0;
    display: inline-block;
}

.post-item .post-content .title a h2.title-tag {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    transition: .2s;
}

.post-item .post-content .excerpt {
    font-size: 14px;
    color: #999;
    line-height: normal;
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 25px;
}

.post-item .post-content .post-date {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 20px;
    color: #666666;
}

.shortcode-widget-area-sidebar .widget-posts {
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 20px;
}

.shortcode-widget-area-sidebar .widget-posts .header-sidebar {
    padding: 5px 0;
    border-bottom: 1px solid #f6f6f6;
}

.shortcode-widget-area-sidebar .widget-posts .header-sidebar h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    word-spacing: -1.5px;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item {
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f6f6f6;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item .item-inner .item-thumb {
    width: 30%;
    margin-left: 13px;
    margin-right: auto;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item .item-inner .item-thumb img {
    max-width: 100%;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item .item-inner .title {
    width: 60%;
    display: inline-block;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item .item-inner .title h2 {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item .item-inner .title .post-date {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    margin-top: 10px;
    color: #c3c3c3;
}

.blog-home .post-item .post-meta {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    color: #8f8f8f;
}

.blog-home .post-item .post-meta i {
    vertical-align: middle;
    font-size: 14px;
    padding-left: 0;
}

.blog-home .post-item .post-meta a {
    color: #8f8f8f;
    display: inline-block;
}

.blog-home .post-item .post-meta a:hover {
    color: #00bfd6;
}

.blog-home .post-item .post-thumbnail {
    border-radius: 20px;
    background: #f5f5f5;
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 100%;
}

.blog-home .post-item .post-thumbnail img {
    max-width: 100%;
}

.blog-home .post-item .title a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-home .post-item .title a h1.title-tag {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #777;
    font-weight: 400;
    transition: .2s;
}

.blog-home .post-item .content-blog {
    font-size: 14px;
    line-height: 2;
    color: #777;
    padding-bottom: 15px;
}

.blog-home .post-comments {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
}

.blog-home .post-comments h2.comments-title {
    font-size: 18px;
    color: #777;
    font-weight: 400;
    margin-bottom: 30px;
}

.blog-home .post-comments h2.comments-title i {
    font-size: 20px;
    vertical-align: middle;
    padding-left: 5px;
}

.blog-home .post-comments h2.comments-title .count-comment {
    margin: 10px 33px 0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.blog-home .post-comments ol.comment-list {
    list-style: none;
    padding: 0;
    width: 100%;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body {
    font-size: 14px;
    margin-top: 15px;
    padding: 20px 40px 20px 20px;
    line-height: 30px;
    position: relative;
    border-radius: 20px;
    background-color: #f5f5f5;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body .comment-meta {
    font-size: 13px;
    padding-right: 55px;
    color: #999;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body .comment-meta .comment-author {
    font-size: 12px;
    color: #777;
    padding-top: 5px;
    border-bottom: 1px solid #eee;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body .comment-meta .comment-author img {
    width: 40px;
    height: auto;
    margin-right: -50px;
    border-radius: 100px;
    margin-left: 10px;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body p {
    color: #999999;
    font-size: 12px;
    margin-top: 20px;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body .reply a {
    color: #666666;
    font-size: 14px;
}


/* blog----------------------------*/


/* footer-------------------------*/

footer.footer-main-site {
    width: 100%;
    background: #191919;
    height: auto;
    position: relative;
    padding: 0;
    float: left;
    border-top: 1px solid #eee;
}

footer.footer-main-site .footer-shopping-features {
    width: 100%;
    background: #191919;
    padding: 15px;
    float: right;
    text-align: center;
}

footer.footer-main-site .footer-shopping-features .item {
    padding: 0 70px 0 0;
    text-align: right;
    position: relative;
    width: 100%;
    float: right;
    margin: 0 auto;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;

    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

footer.footer-main-site .footer-shopping-features .item span {
    display: block;
    float: right;
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping {
    height: auto;
    padding: 0;
    line-height: normal;
    text-align: center;
    margin: 0 !important;
    font-size: 30px;
    color: #616161;
    position: absolute;
    right: 10px;
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i {
    padding: 7px;
    color: rgba(163, 163, 163, 0.74);
    border-radius: 30%;
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i.fa-paper-plane {
    /*background-image: linear-gradient( 135deg, #F5CBFF 10%, #C346C2 100%);*/
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i.fa-volume-control-phone {
    /*background-image: linear-gradient( 135deg, #70F570 10%, #49C628 100%);*/
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i.fa-home {
    /*background-image: linear-gradient( 135deg, #F761A1 10%, #8C1BAB 100%);*/
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i.fa-repeat {
    /*background-image: linear-gradient( 135deg, #FD6E6A 10%, #FFC600 100%);*/
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i.fa-shield {
    /*background-image: linear-gradient( 135deg, #90F7EC 10%, #32CCBC 100%);*/
}

footer.footer-main-site .footer-shopping-features .item span.title-shopping {
    color: #101010;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

footer.footer-main-site .footer-shopping-features .item span.desc-shopping {
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 400;
}

footer.footer-main-site .footer-shopping-features1 {
    padding-top: 10px;
    width: 100%;
    background: #191919;
    float: right;
    text-align: center;
}

footer.footer-main-site .footer-shopping-features1 .item {
    padding: 0 70px 0 0;
    text-align: right;
    position: relative;
    width: 20%;
    float: right;
    margin: 0 auto;
    display: inline-block;
}

footer.footer-main-site .footer-shopping-features1 .item span {
    display: block;
    float: right;
}

footer.footer-main-site .footer-shopping-features1 .item span.icon-shopping {
    height: auto;
    padding: 0;
    line-height: normal;
    text-align: center;
    margin: 0 !important;
    font-size: 36px;
    color: #616161;
    position: absolute;
    right: 10px;
}

footer.footer-main-site .footer-shopping-features1 .item span.icon-shopping i {
    padding: 7px;
    color: #fff;
    border-radius: 30%;
    width: 50px;
    height: 50px;
    transform: rotate(15deg);
}

footer.footer-main-site .footer-shopping-features1 .item span.icon-shopping i.fa-paper-plane {
    background-image: linear-gradient(135deg, #F5CBFF 10%, #C346C2 100%);
}

footer.footer-main-site .footer-shopping-features1 .item span.icon-shopping i.fa-volume-control-phone {
    background-image: linear-gradient(135deg, #70F570 10%, #49C628 100%);
}

footer.footer-main-site .footer-shopping-features1 .item span.icon-shopping i.fa-home {
    background-image: linear-gradient(135deg, #F761A1 10%, #8C1BAB 100%);
}

footer.footer-main-site .footer-shopping-features1 .item span.icon-shopping i.fa-repeat {
    background-image: linear-gradient(135deg, #FD6E6A 10%, #FFC600 100%);
}

footer.footer-main-site .footer-shopping-features1 .item span.icon-shopping i.fa-shield {
    background-image: linear-gradient(135deg, #90F7EC 10%, #32CCBC 100%);
}

footer.footer-main-site .footer-shopping-features1 .item span.title-shopping {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

footer.footer-main-site .footer-shopping-features1 .item span.desc-shopping {
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
}

footer.footer-main-site .footer-middlebar {
    width: 100%;
    padding: 20px 0 0 15px;
    float: right;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col {
    width: 100%;
    padding: 0 10px;
    text-align: right;
    font-size: 14px;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col .headline-links {
    margin-top: 15px;
    margin-bottom: 8px;
    display: block;
    font-weight: 700;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col .headline-links a {
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 700;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col ul.footer-menu-ul li.menu-item-type-custom a {
    color: #6f6f6f;
    line-height: 2;
    transition: .2s;
    font-size: 12px;
}

.link_team {
    color: #333333;
}

.link_team:hover {
    color: #ff4d00;
}

.colorgray_foot {
    color: #ababab;
    direction: rtl;
}

.clr-gray {
    color: #777;
    direction: rtl;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col ul.footer-menu-ul li.menu-item-type-custom a:hover {
    color: #000;
    transition: .2s;
}

footer.footer-main-site .footer-middlebar .form-newsletter {
    width: 100%;
    margin-bottom: 20px;
    float: right;
}

footer.footer-main-site .footer-middlebar .form-newsletter span.form-newsletter-title {
    font-size: 14px;
    line-height: 1.571;
    font-weight: 400;
    color: #777;
    margin-bottom: 20px;
    display: block;
}

footer.footer-main-site .footer-middlebar .form-newsletter .input-field {
    width: 50%;
    font-size: 12px;
    display: block;
    background: #b6b6b6;
    border: none;
    transition: .2s;
    border-radius: 8px !important;
    padding: 10px;
    color: #495057 !important;
    height: auto;
    float: right;
}

footer.footer-main-site .footer-middlebar .form-newsletter button.btn-secondary {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 13px;
    border: none;
    background-image: linear-gradient(135deg, #90F7EC 10%, #32CCBC 100%);
    color: #fff;
    box-shadow: none !important;
    transition: .2s;
    cursor: pointer;
}

footer.footer-main-site .footer-middlebar .footer-more-info {
    width: 100%;
    float: right;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content {
    background: #fff;
    border-radius: 20px;
    padding: 20px 0;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content .text .title {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
}

.footer-copyright {
    width: 100%;
    position: relative;
    background-color: #e8e8e8;
    min-height: 45px;
}

.arrow_footer {
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: -55px;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content .text .desc {
    font-size: 13px;
    line-height: 1.8;
    color: #888;
    margin: 0;
}

footer.footer-main-site .footer-middlebar .footer-safety-partner .widget-product img {
    max-width: 100%;
}

footer.footer-main-site .footer-middlebar .footer-copyright .footer-copyright-text {
    width: 100%;
    color: #7b7979;
    padding-top: 15px;
    text-align: center;
    /*border-top: 1px solid #c1ccd261;*/
    font-size: 12px;
    float: right;
}

footer.footer-main-site .footer-middlebar .footer-copyright .footer-contact-text {
    width: 100%;
    color: #7b7979;
    padding-top: 15px;
    text-align: right;
    border-top: 1px solid #c1ccd261;
    font-size: 12px;
    float: right;
    font-weight: bold !important;
}


/* footer-------------------------*/


/* scroll_Progress---------------------*/

.progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 50px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    background-color: #FFF;
    border-radius: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.40);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(50px);
    transform: translateX(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    color: var(--grey);
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.clr-red-error {
    color: red;
    font-size: 12px;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #ffcd20;
    stroke-width: 5;
    box-sizing: inherit;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

body.light .progress-wrap {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.699);
}

body.light .progress-wrap::after {
    color: var(--black-blue);
}

body.light .progress-wrap svg.progress-circle path {
    stroke: var(--black-blue);
}

.bg_section {
    background: #f3f3f3;
}

.rotate_social {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 25s linear infinite;
    -moz-animation: spin 25s linear infinite;
    animation: spin 25s linear infinite;
}

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

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

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

.img_iphone {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 310px;
    height: 480px;
}

.top_line_white {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.img_socail {
    position: absolute;
    top: 150px;
    right: -85px;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 270px;
    height: 270px;
    opacity: 0.5;
}

.pos_relative {
    position: relative;
}

.pos_search {
    position: absolute;
    top: 290px;
    right: 0;
    left: 0;
    bottom: 0;
}

.main_search {
    background: #fff;
    border-radius: 0px;
}

.pos_absolat_search {
    margin: 0 auto;
    border-radius: 4PX;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: -webkit-linear-gradient(right, #380f4b 0%, #bc3159 70%);
    background: -moz-linear-gradient(right, #380f4b 0%, #bc3159 70%);
    background: -o-linear-gradient(right, #380f4b 0%, #bc3159 70%);
    background: -ms-linear-gradient(right, #380f4b 0%, #bc3159 70%);
    padding: 5px;
}

.box_src_1 {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.box_src_2 {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn_src {
    border: 0px solid transparent;
    border-radius: 4px;
    background: #191919;
    color: #fff;
    text-align: center;
    line-height: 62px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn_src:hover {
    color: #ff1461;
}

.clr_black {
    color: #000 !important;
}


/*item index page*/

.services_item {
    display: inline-block;
    *display: inline;
    /*IE7*/
    *zoom: 1;
    /*IE7*/
    color: white;
    text-align: center;
}

.services_item li {
    display: flex;
    margin: 0px 3px;
}

.services_item li .cover_cate .img {
    width: 16px;
    height: 16px;
}

.services_item li .cover_cate {
    position: relative;
    padding: 0px;
    background: #fff;
    margin: 5px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 2px rgba(40, 100, 10, 0.10);
}

.services_item li[class="active"] .cover_cate {
    background: #fff;
}

.services_item li:hover .cover_cate {
    background: #fdc913;
    transition: 100ms;
}

.point_cate {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #131313;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
    z-index: -100;
    transition: 400ms;
}

.services_item li:hover .cover_cate .point_cate {
    left: -110%;
    z-index: -1;
    transition: 250ms;
}

.services_item li:hover .cover_cate h4 {
    color: #fff !important;
}

.services_item li:hover .cover_cate p {
    transition: 200ms;
}

.services_item li .cover_cate p {
    margin-bottom: 0px;
    transition: 200ms;
    width: 50px;
    height: 50px;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    /*background: #fff;*/
}

.services_item li .cover_cate p img {
    width: 26px;
    height: 26px;
    margin-top: 10px;
}

.services_item li a h2 {
    text-align: center;
}

.services_item li a h2 i {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.84);
    text-align: center;
    line-height: 80px;
}


/*off day*/

.off_day {
    background-color: #fff;
    text-align: center;
}

.off_day li {
    display: inline-flex;
    margin: 0px 3px;
}

.off_day li .cover_cate .img {
    width: 16px;
    height: 16px;
}

.off_day li .cover_cate {
    position: relative;
    padding: 10px 10px;
    background: #fff;
    margin: 0px 5px 5px 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-height: 120px;
    max-height: 120px;
    border: 1px solid #9e9e9e;
}

.off_day li:hover .cover_cate {
    /*background: rgb(243, 62, 74);*/
    transition: 100ms;
    border: 1px solid black;
}

.off_day_pupop {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    /*margin: 0 auto;*/
    background: #f34454;
    color: #000;
    /*max-width: 50px;*/
    max-height: 22px;
    padding-bottom: 3px;
    border-radius: 10px;
    z-index: -1;
    transition: 400ms;
}

.off_day li:hover .cover_cate .off_day_pupop {
    top: -15px;
    z-index: 0;
    transition: 250ms;
}

.off_day li:hover .cover_cate h4 {
    color: #fff !important;
}

.off_day li:hover .cover_cate p {
    /*background-color: rgba(255, 209, 9, 0.36);*/
    transition: 200ms;
}

.off_day li .cover_cate p {
    transition: 200ms;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #9e9e9e;
}

.off_day li .cover_cate p img {
    width: 26px;
    height: 26px;
    margin-top: 10px;
}

.off_day li a h2 {
    text-align: center;
}

.off_day li a h2 i {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.84);
    text-align: center;
    line-height: 80px;
}


/*social list*/

.social_item {
    border-radius: 5px;
    text-align: center;
}

.social_item li {
    display: inline-block;
}

.social_item li a {
    color: rgba(196, 47, 89, 0.84) !important;
}

.social_item li .cover_cate {
    margin-top: 10px;
    margin-right: 5px;
    padding: 10px 15px 0px 20px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    background: #000;
}

.social_item li:hover .cover_cate {
    margin-top: 10px;
    margin-right: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff !important;
}

.social_item li a h2 {
    text-align: center;
    color: rgba(226, 51, 97, 0.84) !important;
    line-height: 15px;
    font-size: 12px;
}

.social_item li a h2 i {
    font-size: 40px;
    color: rgba(226, 51, 97, 0.84) !important;
    text-align: center;
    line-height: 50px;
}

.clr_black {
    color: #000;
}


/*fonts*/

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-20 {
    font-size: 22px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-25 {
    font-size: 30px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-70 {
    font-size: 70px !important;
}

.font-200 {
    font-size: 200px !important;
}

.font-58 {
    font-size: 58px !important;
}

.font-w-100 {
    font-weight: 100 !important;
}

.font-w-200 {
    font-weight: 200 !important;
}

.font-w-300 {
    font-weight: 300 !important;
}

.font-w-400 {
    font-weight: 400 !important;
}

.font-w-500 {
    font-weight: 500 !important;
}

.font-w-600 {
    font-weight: 600 !important;
}

.font-w-700 {
    font-weight: 700 !important;
}

.font-w-800 {
    font-weight: 800 !important;
}

.font-w-900 {
    font-weight: 900 !important;
}

.font-w-950 {
    font-weight: 950;
}

.badge_carte {
    /*min-width:15px;*/
    /*min-height:10px;*/
    padding: 0px 6px 0px 6px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    margin-left: 3px;
}

.mar-t--40 {
    margin-top: -40px !important;
}

.mar-t-0 {
    margin-top: 0px !important;
}

.mar-t--30 {
    margin-top: -30px !important;
}

.mar-t--10 {
    margin-top: -10px !important;
}

.mar-t-5 {
    margin-top: 5px !important;
}

.mar-t-10 {
    margin-top: 10px !important;
}

.mar-t-15 {
    margin-top: 15px !important;
}

.mar-t-20 {
    margin-top: 20px !important;
}

.mar-t-25 {
    margin-top: 25px !important;
}

.mar-t-30 {
    margin-top: 30px !important;
}

.mar-t-35 {
    margin-top: 35px !important;
}

.mar-t-40 {
    margin-top: 40px !important;
}

.mar-t-45 {
    margin-top: 45px !important;
}

.mar-t-50 {
    margin-top: 50px !important;
}

.mar-t-60 {
    margin-top: 60px !important;
}

.mar-t-80 {
    margin-top: 80px;
}

.mar-t-79 {
    margin-top: 79px !important;
}

.mar-t-90 {
    margin-top: 90px !important;
}

.mar-t-200 {
    margin-top: 200px !important;
}

.mar-r-0 {
    margin-right: 0px !important;
}

.mar-r-5 {
    margin-right: 5px !important;
}

.mar-r-10 {
    margin-right: 10px !important;
}

.mar-r-15 {
    margin-right: 15px !important;
}

.mar-r-20 {
    margin-right: 20px !important;
}

.mar-r-25 {
    margin-right: 25px !important;
}

.mar-r-30 {
    margin-right: 30px !important;
}

.mar-r-35 {
    margin-right: 35px !important;
}

.mar-r-40 {
    margin-right: 40px !important;
}

.mar-r-45 {
    margin-right: 45px !important;
}

.mar-r-50 {
    margin-right: 50px !important;
}

.mar-b-0 {
    margin-bottom: 0px !important;
}

.mar-b-5 {
    margin-bottom: 5px !important;
}

.mar-b-10 {
    margin-bottom: 10px !important;
}

.mar-b-15 {
    margin-bottom: 15px !important;
}

.mar-b-20 {
    margin-bottom: 20px !important;
}

.mar-b-25 {
    margin-bottom: 25px !important;
}

.mar-b-30 {
    margin-bottom: 30px !important;
}

.mar-b-35 {
    margin-bottom: 35px !important;
}

.mar-b-40 {
    margin-bottom: 40px !important;
}

.mar-b-45 {
    margin-bottom: 45px !important;
}

.mar-b-50 {
    margin-bottom: 50px !important;
}

.mar-l-0 {
    margin-left: 0px !important;
}

.mar-l-5 {
    margin-left: 5px !important;
}

.mar-l-10 {
    margin-left: 10px !important;
}

.mar-l-15 {
    margin-left: 15px !important;
}

.mar-l-20 {
    margin-left: 20px !important;
}

.mar-l-25 {
    margin-left: 25px !important;
}

.mar-l-30 {
    margin-left: 30px !important;
}

.mar-l-35 {
    margin-left: 35px !important;
}

.mar-l-40 {
    margin-left: 40px !important;
}

.mar-l-45 {
    margin-left: 45px !important;
}

.mar-l-50 {
    margin-left: 50px !important;
}

.mar-0 {
    margin: 0px !important;
}

.mar-5 {
    margin: 5px !important;
}

.mar-10 {
    margin: 10px !important;
}

.mar-15 {
    margin: 15px !important;
}

.mar-20 {
    margin: 20px !important;
}

.mar-25 {
    margin: 25px !important;
}

.mar-30 {
    margin: 30px !important;
}

.mar-35 {
    margin: 35px !important;
}

.mar-40 {
    margin: 40px !important;
}

.mar-45 {
    margin: 45px !important;
}

.mar-50 {
    margin: 50px !important;
}


/* end margins 0 of 50 px*/


/*paddings 0 of 50 px*/

.padd-t-0 {
    padding-top: 0px !important;
}

.padd-t-5 {
    padding-top: 5px !important;
}

.padd-t-10 {
    padding-top: 10px !important;
}

.padd-t-15 {
    padding-top: 15px !important;
}

.padd-t-20 {
    padding-top: 20px !important;
}

.padd-t-25 {
    padding-top: 25px !important;
}

.padd-t-30 {
    padding-top: 50px !important;
}

.padd-t-35 {
    padding-top: 35px !important;
}

.padd-t-40 {
    padding-top: 40px !important;
}

.padd-t-45 {
    padding-top: 45px !important;
}

.padd-t-50 {
    padding-top: 50px !important;
}

.padd-t-70 {
    padding-top: 70px !important;
}

.padd-t-100 {
    padding-top: 100px !important;
}

.padd-r-0 {
    padding-right: 0px !important;
}

.padd-r-5 {
    padding-right: 5px !important;
}

.padd-r-10 {
    padding-right: 10px !important;
}

.padd-r-15 {
    padding-right: 15px !important;
}

.padd-r-20 {
    padding-right: 20px !important;
}

.padd-r-25 {
    padding-right: 25px !important;
}

.padd-r-30 {
    padding-right: 30px !important;
}

.padd-r-35 {
    padding-right: 35px !important;
}

.padd-r-40 {
    padding-right: 40px !important;
}

.padd-r-45 {
    padding-right: 45px !important;
}

.padd-r-50 {
    padding-right: 50px !important;
}

.padd-b-0 {
    padding-bottom: 0px !important;
}

.padd-b-3 {
    padding-bottom: 3px !important;
}

.padd-b-5 {
    padding-bottom: 5px !important;
}

.padd-b-10 {
    padding-bottom: 10px !important;
}

.padd-b-15 {
    padding-bottom: 15px !important;
}

.padd-b-20 {
    padding-bottom: 20px !important;
}

.padd-b-25 {
    padding-bottom: 25px !important;
}

.padd-b-30 {
    padding-bottom: 30px !important;
}

.padd-b-35 {
    padding-bottom: 35px !important;
}

.padd-b-40 {
    padding-bottom: 40px !important;
}

.padd-b-45 {
    padding-bottom: 45px !important;
}

.padd-b-50 {
    padding-bottom: 50px !important;
}

.padd-b-100 {
    padding-bottom: 100px !important;
}

.padd-b-160 {
    padding-bottom: 160px !important;
}

.padd-l-0 {
    padding-left: 0px !important;
}

.padd-l-5 {
    padding-left: 5px !important;
}

.padd-l-10 {
    padding-left: 10px !important;
}

.padd-l-15 {
    padding-left: 15px !important;
}

.padd-l-20 {
    padding-left: 20px !important;
}

.padd-l-25 {
    padding-left: 25px !important;
}

.padd-l-30 {
    padding-left: 30px !important;
}

.padd-l-35 {
    padding-left: 35px !important;
}

.padd-l-40 {
    padding-left: 40px !important;
}

.padd-l-45 {
    padding-left: 45px !important;
}

.padd-l-50 {
    padding-left: 50px !important;
}

.padd-0 {
    padding: 0px !important;
}

.padd-5 {
    padding: 5px !important;
}

.padd-10 {
    padding: 10px !important;
}

.padd-15 {
    padding: 15px !important;
}

.padd-20 {
    padding: 20px !important;
}

.padd-25 {
    padding: 25px !important;
}

.padd-30 {
    padding: 30px !important;
}

.padd-35 {
    padding: 35px !important;
}

.padd-40 {
    padding: 40px !important;
}

.padd-45 {
    padding: 45px !important;
}

.padd-50 {
    padding: 50px !important;
}

.min_height400 {
    min-height: 400px !important;
}

.pos_relative {
    position: relative;
}

.brd_btn_3 {
    border-bottom: 3px solid #000;
}

.brd_top {
    border-top: 1px solid rgba(216, 216, 216, 0.1) !important;
}

.height_1 {
    min-height: 1px;
    max-height: 1px;
    background-color: rgba(255, 21, 0, 0.65) !important;
}

.bill-button {
    margin-right: 18px;
    margin-top: 9px;
    width: 95%;
    height: 40px;
    background-color: rgba(94, 94, 94, 0.6);
    border-radius: 50px;
    border: 3px solid #fff;
    /*border:3px solid rgba(243, 243, 243, 0.8);*/
}

.blink_shiraz {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.point_map {
    min-width: 10px;
    max-width: 10px;
    min-height: 10px;
    max-height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 21, 0, 0.8);
}

.map_delivery {
    background: url("../images/map.jpg") no-repeat center center;
    min-height: 250px;
    max-height: 250px;
}

.bill-button .bill-cart {
    margin-top: 7px;
    margin-bottom: 7px;
    border-top: 5px solid #000000;
    position: absolute;
    overflow: hidden;
    height: 250px;
    width: 80%;
    right: 15%;
    bottom: -230px;
}

.bg_delivery {
    background-color: #e73e33;
}

.pos_img_cart_empty {
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
}

.pos_txt_cart_empty {
    position: absolute;
    bottom: -35px;
    right: 0;
    left: 0;
    font-size: 10px;
}

.bill-button .bill-cart .bill {
    position: absolute;
    background-color: #fff;
    width: 100%;
    min-height: 120px;
    transform: translate3d(0, -100px, 0);
    box-sizing: border-box;
    padding: 0 5px;
    z-index: 2;
    box-shadow: 0 8px 7px 1px rgba(0, 0, 0, .55);
    transition: .4s ease all
}

.bill-button .bill-cart .bill span {
    padding: 10px 0 5px;
    font-size: 12px
}

.bill-button .bill-cart .bill .price {
    font-weight: 500
}

.bill-button .bill-cart .bill:after {
    color: #fff;
    content: " ";
    font-size: 18px;
    align-items: center;
    padding-bottom: 10px;
    bottom: -10px;
    right: 0;
    position: absolute;
    width: 100%;
    display: block;
    margin: auto;
    background: linear-gradient(30deg, rgba(0, 0, 0, 0) 40px, #fff 40px), linear-gradient(-45deg, rgba(0, 0, 0, 0) 40px, #fff 40px), linear-gradient(45deg, rgba(0, 0, 0, 0) 34px, #fff 34px), linear-gradient(-45deg, rgba(0, 0, 0, 0) 34px, #fff 34px);
    background-size: 7px calc(100% + 40px)
}

.bill-button:hover .bill-cart .bill {
    transform: translate3d(0, -20px, 0)
}

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

.foot_social li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
}

.brd_bottom {
    border-bottom: 0.1pt solid #323232;
}

.gray_img {
    filter: grayscale(100%);
}

.foot_permition {
    width: 100%;
    text-align: right;
}

.foot_permition li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
}

.input_foot_sms {
    width: 75%;
    padding-right: 9px;
    min-height: 40px;
    max-height: 40px;
    font-size: 12px;
    margin-left: 0;
    border-left: 9px solid #fff;
}

.btn_sms {
    border-radius: 10px 0 0 10px;
    background-color: rgba(255, 205, 32, 1);
    color: #191919;
    margin-right: 20px;
    min-height: 41px;
    max-height-height: 41px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

.bg_box_sms {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
}

.line_height25 {
    line-height: 25px;
}

.line_height30 {
    line-height: 30px;
}

.wave_footer {
    /*background:#18032a;*/
    /*background:-webkit-linear-gradient(*/
    /*-25deg,*/
    /*#18032a 0%,*/
    /*#420838 48%,*/
    /*#700f45 100%*/
    /*);*/
    /*background: linear-gradient(115deg, #18032a 0%, #420838 48%, #700f45 100%);*/
    /*
    background: rgb(227,227,227);
    background: linear-gradient(230deg, rgba(227,227,227,1) 0%, rgba(244,244,244,1) 56%, rgba(255,255,255,1) 100%); */
    background: rgb(205, 205, 205);
    background: linear-gradient(180deg, rgba(205, 205, 205, 1) 0%, rgba(255, 255, 255, 1) 47%);
    min-height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: -30px;
    margin-top: 15px;;
}

.box_slider_brand {
    height: 55px !important;
    background-color: #f6f6f6 !important;
    border-radius: 15px !important;
    border-radius: 10PX;
    padding: 8px;
    -webkit-border-radius: 10PX;
    -moz-border-radius: 10PX;
    -ms-border-radius: 10PX;
    -o-border-radius: 10PX;
    text-align: center;
    vertical-align: center;

}

.LOGO_WALL {

    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
}

.LOGO_WALL:HOVER {

    background-color: #fff !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.LOGO_WALL:HOVER .box_slider_brand {
    background-color: #ee4055 !important;
}

.img_slider_brand {
    float: right;
    filter: grayscale(100%);
}

.headline-links {
    overflow: auto;
    font-weight: 700;
}

.w_100 {
    width: 100% !important;
}

.box_more_case {
    position: relative;
    width: 100%;
    height: 395px;
    border-radius: 15px;
}

.box_more_case h2 img {
    width: 90%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.box_more_mug {
    position: relative;
    width: 100%;
    height: 365px;

    border-radius: 15px;
}

.box_more_pop h2 img {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.box_more_tshirt1 {
    width: 100%;
    height: 350px;
    background: #ffa961;
    /* background: radial-gradient(circle, rgb(255, 246, 242) 0%, rgb(255, 179, 0) 100%); */
    border-radius: 15px;
}

.box_more_tshirt {
    width: 100%;
    height: 350px;
    background: #ffa961;
    /* background: radial-gradient(circle, rgb(255, 246, 242) 0%, rgb(255, 179, 0) 100%); */
    border-radius: 15px;
}

.box_more_tshirt1 {
    width: 100%;
    height: 350px;
    background: #ffa961;
    /* background: radial-gradient(circle, rgb(255, 246, 242) 0%, rgb(255, 179, 0) 100%); */
    border-radius: 15px;
}

.box_more_pixcel {
    width: 100%;
    height: 350px;
    background: #ffa961;
    /* background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(243, 125, 138) 100%); */
    border-radius: 15px;
}

.h_100 {
    min-height: 100%;
}

.height_title_type {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
}


.btn_more_cate {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 35px;
    font-weight: 600 !important;
    padding: 7px 0px 7px 10px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    background-color: #FFFFFF;
    text-align: center;
    color: #363636;
    transition: 600ms;
    margin: auto;
    display: table-cell;
    vertical-align: bottom;
    width: 100px;
    height: auto;
    outline: 4px solid transparent;
}

.btn_more_cate span {
    margin-right: 8px;
}

.btn_more_cate i {
    font-size: 12px;
    margin-top: 1px;
    opacity: 0.5;
}

.btn_more_cate:hover i {
    font-size: 12px;
    margin-top: 1px;
    opacity: 1;
    font-weight: 700;
}


.btn_more_cate:hover {
    color: #1e1e1e;
    transition: 600ms;
    background-color: #fff;
    outline: 4px solid rgba(0, 0, 0, 0.12);

}

.link_exist {
    color: #ec5151 !important;
}

.img_product_box {
    min-width: 90%;
    height: auto;
}

.more_design {
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    color: #000;
    padding: 2px 7px 2px 7px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: inline;
    position: absolute;
    font-size: 0.8em;
    color: #282828;
    z-index: 1000;
    top: -22px;
    padding: 0 8px;


}

[data-tooltip]:hover:before {
    border-radius: 0.5em;
    content: attr(title);
    background-color: rgba(255, 255, 255, 1);
    margin-top: -5px;


}

.img-fluid_product:hover .img_product_box {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    transition: 300ms;
}

.post-title-product {
    position: absolute;
    z-index: 2;
    top: 62%;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: visible;
    min-height: 80px;
    line-height: 32px;
    height: auto;
    border-radius: 15px;
}

.icon_suggest {
    list-style: none;
    padding: 5px;
    z-index: 0;
    transition: 300ms;
    opacity: 1;
    margin-bottom: 0;
}

.icon_suggest li {
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    margin: 3px;
}

.icon_suggest li span {
    padding: 11px 12px 8px 12px;
    border-radius: 5px;
    color: black;
    background-color: rgb(234, 234, 234);
    transition: 350ms;
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
}

.icon_suggest li span:hover {

    color: #fff;
    background-color: #ee4055;
    transition: 350ms;
    transform: scale(1.5);
}

.icon_suggest li span:hover a {
    color: #fff;
}

.icon_suggest li span a i {
    color: #696969;
    font-size: 15px;
}

.img-fluid_product {
    overflow: hidden;
    position: relative;
    min-width: 100%;
    min-height: 387px;
    height: auto;
    border-radius: 15px;
    background: rgba(245, 245, 245, 1);
    background: -moz-linear-gradient(top, rgb(239, 239, 239) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(239, 239, 239)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgb(239, 239, 239) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgb(239, 239, 239) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgb(239, 239, 239) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgb(239, 239, 239) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
}


.label_code_product {
    position: absolute;
    right: -73px;
    top: 20px;
    border-radius: 8px 0 0 8px;
    background-color: #ee4055;
    padding: 5px 8px;
    transition: 320ms;
    color: #000;
    font-size: 10px;
}

.img-fluid {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
}

.img-fluid_product:hover .label_code_product {
    right: 0px;
    transition: 320ms;
}


.icon_suggest li:hover span {
    background-color: #ee4055;
    filter: grayscale(0%);
    transition: 350ms;
}

.icon_suggest li:hover span i {
    color: #fff;
}


.padd-l-r {
    padding-right: 30%;
    padding-left: 30%;
}

.team_about {
    list-style: none;
    position: relative;
}

.team_about li {
    display: inline-grid;
    margin: 15px 15px 15px 15px;
}

.team_about li img {
    border: 4px solid #cdcdcd;
    border-radius: 50%;
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
    margin-bottom: 8px;
    transition: 300ms;
    padding: 2px;
}

.team_about li:hover img {
    border-radius: 50%;
    transition: 300ms;
    border: 4px solid #fe7503;
}

.logo_about {
    margin-top: 0px;
    text-align: center;
    width: 70%;
    height: 280px;
    opacity: 1;
}

.description_about_us {
    text-align: right;
    list-style: none;
}

.description_about_us li {
    display: block;
    margin-top: 7px;
    text-align: right;
}

.holidays_list {
    text-align: center;
    list-style: none;
}

.holidays_list li {
    display: inline-block;
    margin: 5px 10px;
}

.holidays_list li div {
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    padding: 10px;
}

.brd_holidays {
    border-bottom: 1px solid #e1e1e1;
}

.line_titr {
    border-bottom: 3px solid #ffa961;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.social_about {
    margin-top: 0px;
    text-align: center;
    width: 48%;
    height: 130px;
}

.line_spilte {
    border-bottom: 1px solid #c0c0c0;
}

.link_btn {
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #92144f;
    color: #92144f;
    transition: 300ms;
}

.link_btn:hover {
    border: 1px solid #92144f;
    background-color: #92144f;
    color: #fff;
    transition: 300ms;
}

.height_120 {
    min-height: 120px;
    max-height: 120px;
}

.txt_area {
    width: 100%;
    max-height: 130px;
    min-height: 130px;
    outline: none;
    text-align: right;
    position: relative;
    padding: 10px 15px;
    border-radius: 8px;
    background: #f3f3f3;
    color: #666;
    font-size: 14px;
    transition: .2s;
}

.roadmap {
    width: 70%;
    height: 300px;
}

.btn_chapback {
    font-size: 14px;
    line-height: 1.571;
    font-weight: 700;
    background: #ef394e;
    border-radius: 8px;
    min-height: 48px;
    color: #fff;
    text-align: center;
    padding: 0 25px;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    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;
    background: #ffa961;
    width: 100%;
    color: #000;
}

.btn_chapback:hover {
    color: #000;
    background-color: #fd7102;
    border-color: #fd7102;
}

.btn_log_reg {
    text-align: center;
    font-size: 13px;
    max-height: 50px;
    min-height: 50px;
    border-radius: 7px;
    border: 1px solid #efefef;
    margin-top: -5px;
    padding: 2px 10px;

}


.btn_log_reg li {
    margin: 0;
    margin-right: 5px;
    margin-left: 5px;
    max-height: 50px;
    min-height: 50px;
    padding-top: 1px;
}

.line_spilte {
    color: #0e0e0e !important;
}

.btn_log_reg li:first-child a {
    text-decoration: none;
    color: #6d6d6e;
    background: #ffffff;
    margin: 0;
    transition: 200ms;
    margin-left: 0px;
}

.btn_log_reg li:first-child a:hover {
    color: #1b1e21;
    background: #ffffff;
    transition: 200ms;
}

.btn_log_reg li:last-child a:hover {
    color: #000000;
    transition: 200ms;
}

.btn_log_reg li:first-child:hover i {
    color: #fff;
    background: #ee4055;
    transition: 200ms;
}

.btn_log_reg li:last-child:hover i {

    color: #fff;
    background: #ee4055;
    transition: 200ms;
}

.btn_log_reg li i {
    color: #000;
    font-size: 15px;
    background-color: #fff;
    border-radius: 4px;
    margin-left: 4px;
    padding: 4px;
}

.btn_log_reg li:last-child a {
    text-decoration: none;
    color: #6d6d6e;
    background: #ffffff;
    margin: 0;
    transition: 200ms;
}

.btn_log_reg li a {
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    margin: 0;
    border-radius: 0px;
    transition: 200ms;
}


.btn_log_reg li:first-child {
    margin: 0;
    text-align: center;
}

.btn_log_reg li:last-child {
    margin: 0;
    text-align: center;
    margin-right: -4px;
}

.necessaryLabelStar {
    color: #E52B2E;
}

.table th,
.table td {
    padding: 0rem;
    vertical-align: top;
    color: #535353;
    text-align: right;
}

.table td {
    padding: 0px;
    vertical-align: top;
    color: #535353;
    text-align: right;
}

.table th {
    padding: 15px;
    vertical-align: top;
}


/*slider home*/

._slider_home_left {
    background-color: rgba(255, 255, 255, 0.6);
    border: 3px solid #fff;
    padding: 15px;
    border-radius: 25px;
    height: 370px;
}

._slider_home_right {
    border-radius: 30px;
    height: 370px;
}

.arrow_slider_left,
.arrow_slider_right {
    background-color: #ffffff;
    padding: 5px;
    text-align: center;
    color: #0e0e0e;
    border-radius: 50%;
}

.center_item_div {
    display: flex;
    justify-content: left;
    align-content: center;
}

.pos-slider_handel {
    position: absolute;
    top: 3%;
    right: -15%;
    left: 0;
    bottom: 0;
}

.pos-slider_handel li {
    margin-top: 5px;
}

* {
    word-spacing: -2px;
}

.slide_image_index {
    width: 100% !important;
    height: 100%;
    text-align: center;
    /*max-height: 250px;*/
    /*min-width: 250px;*/
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.list_properti_product {
    list-style: none;
    text-align: right;
    margin-right: 15px;
}

.list_properti_product li {
    margin-top: 0px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
}

.list_properti_product li::before {
    content: ".";
    font-weight: 900;
    font-size: 25px;
    color: rgba(254, 113, 5, 0.7);
    margin-left: 5px;
}


/*slider home*/

.arrow_slider_left,
.arrow_slider_right {
    background-color: #ffffff;
    padding: 5px;
    text-align: center;
    color: #0e0e0e;
    border-radius: 50%;
}

.center_item_div {
    display: flex;
    justify-content: left;
    align-content: center;
}

.pos-slider_handel {
    position: absolute;
    top: 3%;
    right: -15%;
    left: 0;
    bottom: 0;
}

.pos-slider_handel li {
    margin-top: 5px;
}

* {
    word-spacing: -2px;
}

.slide_image_index {
    width: 85% !important;
    height: 65%;
    text-align: center;
    /*max-height: 250px;*/
    /*min-width: 250px;*/
}

.list_properti_product {
    list-style: none;
    text-align: right;
    margin-right: 15px;
}

.list_properti_product li {
    margin-top: 0px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
}

.list_properti_product li::before {
    content: ".";
    font-weight: 900;
    font-size: 25px;
    color: rgba(254, 113, 5, 0.7);
    margin-left: 5px;
}

.img-center-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.pattern-checks-sm {
    background-image: repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor), repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);
    background-position: 0 0, 10px 10px;
    background-size: calc(2 * 10px) calc(2 * 10px)
}

.pattern-checks-md {
    background-image: repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor), repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);
    background-position: 0 0, 25px 25px;
    background-size: calc(2 * 25px) calc(2 * 25px)
}

.pattern-checks-lg {
    background-image: repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor), repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);
    background-position: 0 0, 50px 50px;
    background-size: calc(2 * 50px) calc(2 * 50px)
}

.pattern-checks-xl {
    background-image: repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor), repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);
    background-position: 0 0, 100px 100px;
    background-size: calc(2 * 100px) calc(2 * 100px)
}

.pattern-grid-sm {
    /* background:url('/assets/images/bg_image_header.png')  repeat-x; */
    /* background-position: center bottom;
     background-size:80%; */
    background-color: transparent;
}

.pattern-grid-md {
    background-color: #fee08d;
    background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(to right, currentColor 1px, transparent 1px);
    background-size: 25px 25px
}

.pattern-grid-md {
    background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(to right, currentColor 2px, transparent 1px);
    background-size: 10px 10px
}

.pattern-grid-lg {
    background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(to right, currentColor 1px, transparent 1px);
    background-size: 50px 50px
}

.pattern-grid-xl {
    background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(to right, currentColor 1px, transparent 1px);
    background-size: 100px 100px
}

.pattern-dots-sm {
    background-image: radial-gradient(currentColor .5px, transparent .5px);
    background-size: calc(10 * .5px) calc(10 * .5px)
}

.pattern-dots-md {
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px)
}

.pattern-dots-lg {
    background-image: radial-gradient(currentColor 1.5px, transparent 1.5px);
    background-size: calc(10 * 1.5px) calc(10 * 1.5px)
}

.pattern-dots-xl {
    background-image: radial-gradient(currentColor 2px, transparent 2px);
    background-size: calc(10 * 2px) calc(10 * 2px)
}

.pattern-cross-dots-sm {
    background-image: radial-gradient(currentColor .5px, transparent .5px), radial-gradient(currentColor .5px, transparent .5px);
    background-size: calc(20 * .5px) calc(20 * .5px);
    background-position: 0 0, calc(10 * .5px) calc(10 * .5px)
}

.pattern-cross-dots-md {
    background-image: radial-gradient(currentColor 1px, transparent 1px), radial-gradient(currentColor 1px, transparent 1px);
    background-size: calc(20 * 1px) calc(20 * 1px);
    background-position: 0 0, calc(10 * 1px) calc(10 * 1px)
}

.pattern-cross-dots-lg {
    background-image: radial-gradient(currentColor 1.5px, transparent 1.5px), radial-gradient(currentColor 1.5px, transparent 1.5px);
    background-size: calc(20 * 1.5px) calc(20 * 1.5px);
    background-position: 0 0, calc(10 * 1.5px) calc(10 * 1.5px)
}

.pattern-cross-dots-xl {
    background-image: radial-gradient(currentColor 2px, transparent 2px), radial-gradient(currentColor 2px, transparent 2px);
    background-size: calc(20 * 2px) calc(20 * 2px);
    background-position: 0 0, calc(10 * 2px) calc(10 * 2px)
}

.pattern-vertical-lines-sm {
    background-image: repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 10px 10px
}

.pattern-horizontal-lines-sm {
    background-image: repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 10px 10px
}

.pattern-diagonal-lines-sm {
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 10px 10px
}

.pattern-vertical-lines-md {
    background-image: repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 25px 25px
}

.pattern-horizontal-lines-md {
    background-image: repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 25px 25px
}

.pattern-diagonal-lines-md {
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 25px 25px
}

.pattern-vertical-lines-lg {
    background-image: repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 50px 50px
}

.pattern-horizontal-lines-lg {
    background-image: repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 50px 50px
}

.pattern-diagonal-lines-lg {
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 50px 50px
}

.pattern-vertical-lines-xl {
    background-image: repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 100px 100px
}

.pattern-horizontal-lines-xl {
    background-image: repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 100px 100px
}

.pattern-diagonal-lines-xl {
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 100px 100px
}

.pattern-vertical-stripes-sm {
    background-image: linear-gradient(90deg, transparent 50%, currentColor 50%);
    background-size: 10px 10px
}

.pattern-horizontal-stripes-sm {
    background-image: linear-gradient(0deg, transparent 50%, currentColor 50%);
    background-size: 10px 10px
}

.pattern-diagonal-stripes-sm {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, currentColor 10px, currentColor calc(2 * 10px))
}

.pattern-vertical-stripes-md {
    background-image: linear-gradient(90deg, transparent 50%, currentColor 50%);
    background-size: 25px 25px
}

.pattern-horizontal-stripes-md {
    background-image: linear-gradient(0deg, transparent 50%, currentColor 50%);
    background-size: 25px 25px
}

.pattern-diagonal-stripes-md {
    background: repeating-linear-gradient(45deg, transparent, transparent 25px, currentColor 25px, currentColor calc(2 * 25px))
}

.pattern-vertical-stripes-lg {
    background-image: linear-gradient(90deg, transparent 50%, currentColor 50%);
    background-size: 50px 50px
}

.pattern-horizontal-stripes-lg {
    background-image: linear-gradient(0deg, transparent 50%, currentColor 50%);
    background-size: 50px 50px
}

.pattern-diagonal-stripes-lg {
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, currentColor 50px, currentColor calc(2 * 50px))
}

.pattern-vertical-stripes-xl {
    background-image: linear-gradient(90deg, transparent 50%, currentColor 50%);
    background-size: 100px 100px
}

.pattern-horizontal-stripes-xl {
    background-image: linear-gradient(0deg, transparent 50%, currentColor 50%);
    background-size: 100px 100px
}

.pattern-diagonal-stripes-xl {
    background: repeating-linear-gradient(45deg, transparent, transparent 100px, currentColor 100px, currentColor calc(2 * 100px))
}

.pattern-zigzag-sm {
    background: linear-gradient(135deg, currentColor 25%, transparent 25%) -10px 0, linear-gradient(225deg, currentColor 25%, transparent 25%) -10px 0, linear-gradient(315deg, currentColor 25%, transparent 25%), linear-gradient(45deg, currentColor 25%, transparent 25%);
    background-size: calc(2 * 10px) calc(2 * 10px)
}

.pattern-zigzag-md {
    background: linear-gradient(135deg, currentColor 25%, transparent 25%) -25px 0, linear-gradient(225deg, currentColor 25%, transparent 25%) -25px 0, linear-gradient(315deg, currentColor 25%, transparent 25%), linear-gradient(45deg, currentColor 25%, transparent 25%);
    background-size: calc(2 * 25px) calc(2 * 25px)
}

.pattern-zigzag-lg {
    background: linear-gradient(135deg, currentColor 25%, transparent 25%) -50px 0, linear-gradient(225deg, currentColor 25%, transparent 25%) -50px 0, linear-gradient(315deg, currentColor 25%, transparent 25%), linear-gradient(45deg, currentColor 25%, transparent 25%);
    background-size: calc(2 * 50px) calc(2 * 50px)
}

.pattern-zigzag-xl {
    background: linear-gradient(135deg, currentColor 25%, transparent 25%) -100px 0, linear-gradient(225deg, currentColor 25%, transparent 25%) -100px 0, linear-gradient(315deg, currentColor 25%, transparent 25%), linear-gradient(45deg, currentColor 25%, transparent 25%);
    background-size: calc(2 * 100px) calc(2 * 100px)
}

.pattern-triangles-sm {
    background-image: linear-gradient(45deg, currentColor 50%, transparent 50%);
    background-size: 10px 10px
}

.pattern-triangles-md {
    background-image: linear-gradient(45deg, currentColor 50%, transparent 50%);
    background-size: 25px 25px
}

.pattern-triangles-lg {
    background-image: linear-gradient(45deg, currentColor 50%, transparent 50%);
    background-size: 50px 50px
}

.pattern-triangles-xl {
    background-image: linear-gradient(45deg, currentColor 50%, transparent 50%);
    background-size: 100px 100px
}

.text-pattern {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.pattern-w-sm {
    width: 10px
}

.pattern-h-sm {
    height: 10px
}

.pattern-w-md {
    width: 25px
}

.pattern-h-md {
    height: 25px
}

.pattern-w-lg {
    width: 50px
}

.pattern-h-lg {
    height: 50px
}

.pattern-w-xl {
    width: 100px
}

.pattern-h-xl {
    height: 100px
}


/*# sourceMappingURL=pattern.min.css.map */

.point_cate_ {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    min-width: 5px;
    min-width: 5px;
    max-width: 5px;
    max-width: 5px;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #ffffff;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
    z-index: -1;
    transition: 400ms;
}

.carousel-indicators .active .point_cate_ {
    left: -110%;
    z-index: -1;
    transition: 250ms;
    border-top: 10px solid transparent;
    border-right: 15px solid #131313;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
}

.carousel-indicators {
    top: 5%;
    position: absolute;
    right: -200px;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 0;
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff !important;
    color: #637789 !important;
    width: 25px;
    transition: all 300ms ease;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border: 2px solid #fff;
}

.carousel-indicators-ul .active {
    background-color: #fe7105 !important;
    color: #fff !important;
    transition: all 300ms ease;
}

.point_cate_icon {
    position: absolute;
    top: 21%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    z-index: 1100;
    font-size: 22px;
    color: #000;
}

.Product_inventory {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 15px;
    margin-top: 45px;
}

.Product_inventory div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_bg_index_ {
    background-color: #fff;
    border-radius: 1rem;
    height: 450px;
    margin-top: 25px;
    margin-bottom: 50px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.type_cases_ {
    background-color: #FFF;
    padding: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 1rem;
    height: 430px;
    margin-top: 25px;
    margin-bottom: 50px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 16px;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 50;
}

.type_cases_footer {
    width: 100%;
    background-color: #FFF;
    padding: 15px;
    margin-top: 5PX;
    -ms-border-radius: 1rem;
    height: 340px;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
    margin-bottom: 50px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 16px;
    position: absolute;
    left:0px;
    z-index: 50;
}

.btn_inventory_ {
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #ffc107;
    color: #1b1e21;
    border: 1px solid #efefef;
    font-weight: 800;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-100 {
    margin-bottom: 100px;
}

.list_style_cases {
    list-style: none;
}

.title_case_ {
    color: #737373 !important;
    font-weight: 600;
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 0;
}

.list_style_cases a li {
    background: rgb(255, 255, 255);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.8) 0%, #efefef 100%);
    transition: 0.5S;
    margin-top: 8px;
    padding: 8px 5px;
    border-radius: 15px;
    background-color: #e2e2e2;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-transition: 0.5S;
    -moz-transition: 0.5S;
    -ms-transition: 0.5S;
    -o-transition: 0.5S;
}

.list_style_cases a:hover li {
    background: rgb(255, 255, 255);
    background: linear-gradient(160deg, #E7E7E7 0%, rgba(249, 249, 249, 1) 100%);
    background-color: #E7E7E7 !important;
    margin-top: 8px;
    transition: 0.5S;
    padding: 8px 5px;
    border-radius: 15px;
    background-color: #e2e2e2;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.list_style_cases_footer a li {
    background: rgb(255, 255, 255);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.8) 0%, #efefef 100%);
    transition: 0.5S;
    margin-top: 8px;
    padding: 8px 5px;
    border-radius: 15px;
    background-color: #e2e2e2;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-transition: 0.5S;
    -moz-transition: 0.5S;
    -ms-transition: 0.5S;
    -o-transition: 0.5S;
    max-width: 80%;
}

.list_style_cases_footer a:hover li {
    background: rgb(255, 255, 255);
    background: linear-gradient(160deg, #E7E7E7 0%, rgba(249, 249, 249, 1) 100%);
    background-color: #E7E7E7 !important;
    margin-top: 8px;
    transition: 0.5S;
    padding: 8px 5px;
    border-radius: 15px;
    background-color: #e2e2e2;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.list_style_cases a {
    color: #131313;
    text-align: right;
    padding-top: 5px;
}

.txt_help_titr {
    margin-top: 10PX;
    margin-bottom: 15PX;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 800;
}

.bg_icon_help_case {
    background-color: #f9a8b2;
    width: 25px;
    height: 25px;
    padding: 2px 1px 1px 1px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    horiz-align: center;
}

.bg_icon_help_case_footer {
    background-color: #f9a8b2;
    width: 25px;
    height: 25px;
    padding: 2px 1px 1px 1px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    horiz-align: center;
}

.bg_icon_help_case i {
    color: var(--black);
}


.point_case_ {
    background-color: #efefef;
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
}

.link_estelam a h3 {
    padding-top: 15px;
}

.pop_estelam_cases {
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
}


/* .numberCircleInOut {
    border-radius: 50%;
    height: 320px;
    width: 320px;
    border: 2px solid #f8f8f8;
    background-color: #fcda68;
    color: #484848;

} */

.cls_bg_wall {
    padding: 20px;
    border-radius: 50%;
    margin-top: 25px;
}

.t_v_align {
    position: relative;
    height: 400px;
    padding-right: 100px;
}

.element_t_v_align {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.line_height20 {
    line-height: 20px;;
}

.more_titr_box {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 5px 20px;
    color: #000;
    font-weight: 800;
}

.point_spiliter {
    font-size: 15px;
    font-weight: 800;
    color: #000;
    padding: 5px;
}

.titr_model_case {
    font-size: 18px;
    font-weight: 800;
    color: #0095ff;
}

.model_case {
    font-size: 18px;
    font-weight: 800;
    color: #0095ff;
}

.list_case_inventory a li {
    border-right: 1px solid red;
    margin-top: 7px;
    padding: 10px;
    text-decoration: none;
    font-size: 12px;
    background-color: #f9f9fb;
    color: #000;
    text-align: right;
    border: 20px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}

.list_case_inventory a li:hover {
    background-color: #ffa961;
}

.list_case_inventory {
    list-style: none;
}

.brd_r_modal_content {
    border-right: 1px solid #efefef;
    padding-right: 15px;
}

.banner_instagram {
    border-radius: 15px;
    min-width: 100%;
    max-width: 100%;
    min-height: 180px;
    max-height: 180px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 25px;
}

.title_profile_QUS {
    font-size: 14PX;
    color: #6c757d;
    font-weight: 300;
    line-height: 25PX;
    margin-bottom: 4px;
}

.value_profile {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.15;
}

.content-profile-style {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
}

.favorites-img img {
    width: 100%;
    height: 200px;
    text-align: center;
}

.pos_close_fav {
    width: 24px;
    height: 24px;
    padding-left: 4px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #0e0e0e;
    border: 2px solid #e3e3e3;
    font-size: 12px;
}

.pos_close_fav:hover {
    color: #000;
    border: 2px solid #e3e3e3;
    background-color: #fd7e14;
}

.like_fav a {
    color: #606060 !important;
    font-size: 12px;
}

.fav_box_col {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
    height: 255px;
}

.address_box_col {
    background: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
    height: auto
}

.btn-primary-small {
    width: 36px;
    height: 36px;
    padding: 5px;
    background-color: #ffa961;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
}

.btn-primary-small:hover {
    background-color: #fe6c09;
}

.btn-secondary-small {
    width: 36px;
    height: 36px;
    padding: 5px;
    background-color: #e9e9ed;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
}

.btn-secondary-small:hover {
    background-color: #d0d0d7;
}

.pad-b-3 {
    margin-bottom: 3px;
}

.form-control::placeholder {
    color: #ced4da;
    font-size: 13px;
}

select.form-control {
    font-size: 13PX;
}

.mb-70 {
    margin-bottom: 70px;
}

.tiket-form {
    /*position: absolute;
    */
    top: 50%;
    left: 50%;
    /*margin-top: -100px;
    margin-left: -250px;
    */
    width: 100%;
    height: 200px;
    border: 4px dashed #828282;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.tiket-form p {
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 185px;
    font-size: 18px !important;
    font-weight: 800;
    color: #ced4da !important;
}

.tiket-form input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 200px !important;
    outline: none;
    opacity: 0;
}

.tiket-form button {
    margin: 0;
    color: #fff;
    background: #16a085;
    border: none;
    width: 508px;
    height: 35px;
    margin-top: -20px;
    margin-left: -4px;
    border-radius: 4px;
    border-bottom: 4px solid #117A60;
    transition: all .2s ease;
    outline: none;
}

.dropdarg {
    padding: 50px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 4px solid #0095ff;
    text-align: center;
}

.h_drop {
    height: 200px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    margin-bottom: 0;
    padding: 30px;
}

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}

#accordion .panel-title a {
    background: #e3e3e3 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px 10px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: right;
}

#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}

#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    /* border: 1px solid transparent;

    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58); */
    border-radius: 50%;
    color: #000;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 42px;
    left: -20px;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 42px;
    margin-top: 4px;
    border: 1px solid #888;
}

#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}

#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}

#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
    font-size: 14px;
    text-align: right;
    line-height: 25px;
    color: #888;
}

.mr-t-b-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.cart_section {
    margin-top: 20px;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.basket-thumbnail-img a img {
    margin-top: 30px;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
}

.titr_basket_ {
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-align: right;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    color: #000;
}

.titr_basket_big {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.price_basket {
    color: #000;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
}

.txt_toman {
    color: #101010;
    font-size: 12px;
    font-weight: 300;
}

.basket-thumbnail-img a img {
    min-width: 120px;
    max-width: 120px;
    min-height: 105px;
    max-height: 105px;
    text-align: center;
}

.product-remove .remove i {
    position: absolute;
    color: #fb2d16;
    border: #fb2d16 2px solid;
    padding: 2px 6px;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    max-width: 32px;
    max-height: 32px;
    text-align: center;
    align-items: center;
    z-index: 100;
}

.product-remove:hover .remove i {
    background-color: #fb2d16;
    color: #fff;
}

.align_number_ {
    align-items: center;
    text-align: center;
    align-content: center;
}

.pos-relative {
    position: relative;
}

.br_basket {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}

.h-51 {
    height: 51px;
}

.clr_error {
    color: #fa5661;
}

.bg_error {
    background-color: #fa5661;
}

.custom-search_ {
    position: relative;
    width: 100%;
}

.custom-search-input_ {
    width: 100%;
    border: 1px solid #e0e0e2;
    border-radius: 100px;
    padding: 10px 10px 10px 68px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    font-size: 12px;;
}

.custom-search-botton_ {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #e8e8e8;
    color: #323232;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    z-index: 2;
    font-size: 13px;
}

.custom-search-botton_:hover {
    background-color: #ffa961;
}

.delivery_method {
    list-style: none;
    display: inline-block;
}

.delivery_method li {
    padding: 10px;
    border: 1px solid #e7e7e7;
    color: #101010;
}

.delivery_method li img {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    padding: 2px;
    filter: grayscale(100%);
}

.delivery_method li:hover img {
    filter: grayscale(0%);
}


/* delivery */

.wrapper_radio {
    margin-top: 15px;
    position: relative;
    display: block;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
}

.wrapper_radio .option {
    background: #fbfbfb;
    min-height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
    margin-top: 5px;
    border-radius: 15px;
    position: relative;
}

.wrapper_radio .option .dot {
    height: 54px;
    width: 54px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    right: 10px;
}

.wrapper_radio .option .dot img {
    height: 54px;
    width: 54px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.wrapper_radio .option .dot::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 54px;
    height: 54px;
    background: transparent;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
    border: 3px solid #ffc107;
}

input[type="radio"] {
    display: none;
}

#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
    border-color: #ffc107;
    background: #fff;
    padding: 15px 5px 15px 5px;
}

#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot {
    background: #fff;
    padding: 15px 5px 15px 5px;
    font-size: 14px;
}

#option-1:checked:checked ~ .option-1 .dot img,
#option-2:checked:checked ~ .option-2 .dot img {
    filter: grayscale(0%) !important;
}

.option-1 .dot img,
.option-2 .dot img {
    filter: grayscale(100%) !important;
}

#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper_radio .option span {
    font-size: 14px;
    color: #808080;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px !important;
}

#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
    color: #0e0e0e;
    border-radius: 15px;
    font-size: 14px;
    text-align: left;
}

.box_success_payment {
    margin-top: 100px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-color: white;
    border: 1px solid #e7e7e7;
    padding: 20px;
    position: relative;
    margin-bottom: 100px;
}

.box_timer_payment {
    margin-top: 15px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-color: white;
    border: 1px solid #e7e7e7;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}

.box_error_payment {
    margin-top: 15px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-color: #ee384e;
    border: 1px solid #e7e7e7;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
    color: white;
}

.icon_success_payment {
    background-color: green;
    padding: 15px;
    text-align: center;
    position: absolute;
    top: -20px;
    right: 50%;
    border-radius: 50%;
    border: 3px solid white;
}

.icon_success_payment i {
    color: #75e485;
    font-size: 25px;
}

.txt_success_payment {
    font-size: 22px;
    color: white;
    font-weight: 700;
    text-align: center;
    padding: 25px 5px 25px 5px;
    border-radius: 50px;
}

.date_payment_ {
    background-color: #e7ecf1;
    border-radius: 25px;
    padding: 8px 15px 8px 15px;
    color: #0e2c42;
    text-align: center;
    font-size: 14px;
    max-width: 50%;
    min-width: 50%;
}

.titr_payment {
    font-size: 14px;
    color: #101010;
    font-weight: 300;
    text-align: right;
}

.info_payment {
    color: black;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.header_payment {
    background-color: #75e485;
    height: 150px;
    padding: 15px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.header_nopayment {
    background-color: #ee384e;
    height: 150px;
    padding: 15px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.clr_white {
    color: white;
}

.txt-error_pay {
    background-color: #fff;
    padding: 6px 15px;
    color: #ee384e;
    text-align: center;
    font-size: 15px;
    border-radius: 8px;;
}

.clr_gray_light {
    color: #a8b1bf;
}

.btn_tab_ {
    min-height: 50px;
    width: 80px;
    text-align: center;
    border-radius: .375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
    background-color: #ef4056;
    font-size: 1rem;
    line-height: 1.4rem;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 10px;
}

.btn_tab_:hover {
    min-height: 50px;
    width: 80px;
    text-align: center;
    border-radius: .375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
    background-color: #ef4056;
    font-size: 1rem;
    line-height: 1.4rem;
}

/*btn no active*/
.btn_tab_noactive {
    min-height: 50px;
    width: 80px;
    text-align: center;
    border-radius: .375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #ef4056;
    background-color: #f1f1f1;
    font-size: 1rem;
    line-height: 1.4rem;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 10px;
}

.btn_tab_noactive:hover {
    min-height: 50px;
    width: 80px;
    text-align: center;
    border-radius: .375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #ef4056;
    background-color: #f1f1f1;
    font-size: 1rem;
    line-height: 1.4rem;
}


.icon_btn_noactive {
    margin-right: 7px;
    background-color: #ef4056;
    border-radius: 8px;
    padding: 2px 5px;
}

.icon_btn_noactive i {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.title_line_ {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dfe2e7;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.title_line_ span {
    background: #fff;
    padding: 0 10px;
    font-size: 11px;
    color: #64748b;
}

.title_line_ a span {
    background: #fff;
    padding: 0 10px;
    font-size: 11px;
    color: #64748b;
}

.field-icon {
    float: right;
    top: 42px;
    right: 10px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    z-index: 2;
}

.splitter_icon {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #dfe2e7;
    padding-top: 5px;
    margin-top: 5px;
}

.splitter_icon i {
    /*margin-top: 3px;*/
    padding-top: 5px;
}

.style_top_menu {
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    background-color: #FFF;
    border-radius: 1rem;

    margin-top: 2rem;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

.menu_space {
    margin-top: -10px;
    margin-bottom: 25px;
    z-index: 500;
}

.clr_red_chapback {
    color: #ee4055;
}

.ul_scroll_ {
    position: relative;
    width: 100px;
    height: 300px;
}

.wrapper_ul_scroll_ {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ul_scroll_::after {
    content: '';
    position: absolute;
    z-index: -1;
    height: calc(100% - 20px);
    top: 10px;
    right: -1px;
    background: #666;
    border-radius: 15px;
}

.wrapper_ul_scroll_::-webkit-scrollbar {
    display: block;
    width: 15px;
}

.wrapper_ul_scroll_::-webkit-scrollbar-track {
    background: transparent;
}

.wrapper_ul_scroll_::-webkit-scrollbar-thumb {
    background-color: red;
    border-right: none;
    border-left: none;
}

.wrapper_ul_scroll_::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

.wrapper_ul_scroll_::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}

.img_slider_item {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    flex-shrink: 0;
}

.bg_slider_item_1 {
    background-color: #ee4055;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    padding: 3px;
    /*text-indent: -999px;*/
    background-color: transparent !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
    border-radius: 1rem;
    transition: all 300ms ease;
    cursor: pointer;
    z-index: 10;
    margin-bottom: 4px;
    border: 2px solid #fff;
    opacity: 1;
}

.carousel-indicators li i {
    color: #000;
    z-index: 1200;
    font-size: 21px;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}

.brd_slider_prodc_ {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}


.sold-out {
    text-decoration: line-through;
    color: #ee4035;
    font-size: 12px;
}

.brd_b_footer {
    border-bottom: 1px solid rgba(205, 205, 205, 0.68);
    padding-bottom: 15px;
}


.Search_suggest {
    width: 100%;
    height: auto;
    border-radius: 15px;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    z-index: 1000;
    min-height: auto;
    max-height: 400px;
}

.contect_search {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px 0 5px 0;
    border-radius: 15px;
    background-color: #fff;
}


.show_Search_suggest {
    visibility: visible;
}

.hide_Search_suggest {
    visibility: hidden;
}

.list_result_search {
    max-height: 450px;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    position: relative;
    list-style: none;
    background-color: #FFFFFF;
    padding: 0px 15px 0 15px;
    border-radius: 15px;
    /*box-shadow:0px 4px 60px rgba(0,0,0,.1);*/
    /*--tw-shadow:  0px 4px 60px rgba(0,0,0,.1);*/
    overflow-y: auto;
}

.list_result_search li:hover {

}


.list_result_search li a span {
    font-size: 13px;

}

.list_result_search li:last-child {
    border: none;
}

.list_result_search li:first-child {


}

.list_result_search li {
    display: block;
    padding: 20px 2px;
    color: rgba(100, 116, 139, 0.9);
    border-bottom: 2px solid #f4f5f7;
    background-color: #FFFFFF;
    font-weight: 900;
    font-size: 14px;

}

.list_result_search li a {
    color: #64748b;
    font-weight: 800;
    font-size: 13px;
    width: 100%;

}

.list_result_search li i {

    font-size: 19px;
    color: #6d6d6e;

}


.list_result_search li span {
    border-right: 1px solid #e3e3e3;
    padding-right: 5px;

}


.backdrop_filter {
    background-color: rgba(99, 119, 137, 0.7);
    filter: blur(0.5);
    filter: grayscale(100%);
    filter: contrast(100%);
    filter: dropShadow(10px);

    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900;
}


.list_result_search::-webkit-scrollbar {
    width: 16px; /* width of the entire scrollbar */
}

.list_result_search::-webkit-scrollbar-track {
    background: #bdbdbd;
    border-radius: 5px; /* color of the tracking area */
    margin-left: 50px;
}

.list_result_search::-webkit-scrollbar-thumb {
    background-color: #ff8888; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid #bdbdbd; /* creates padding around scroll thumb */
}

.scroller {
    overflow-y: scroll;
    scrollbar-color: #f9a8b2 #eceeef;
    scrollbar-width: thin;
    margin-left: 8px;


}

.space_row {

    margin-top: -25px;

}

.grad_red {
    background: #f45860;
    background: radial-gradient(circle, rgb(244, 88, 96) 0%, rgb(244, 88, 96) 100%);
}

.grad_purple {
    background: #f45860;
    background: radial-gradient(circle, rgb(244, 88, 96) 0%, rgb(244, 88, 96) 100%);
}

.grad_pink {
    background: #f45860;
    background: radial-gradient(circle, rgb(244, 88, 96) 0%, rgb(244, 88, 96) 100%);
}

.grad_orang {
    background: #f45860;
    background: radial-gradient(circle, rgb(244, 88, 96) 0%, rgb(244, 88, 96) 100%);
}

.grad_blue {
    background: #f45860;
    background: radial-gradient(circle, rgb(244, 88, 96) 0%, rgb(244, 88, 96) 100%);
}

.grad_green {
    background: #f45860;
    background: radial-gradient(circle, rgb(244, 88, 96) 0%, rgb(244, 88, 96) 100%);
}

/*@media (min-width: 992px)*/

.menu_mobile_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.menu_mobile_style{
    position: relative;
    background-color: #FFFFFF;
    border-top:3px solid rgba(223, 223, 223, 0.1);
}

.list_menu_btn{
    list-style: none;
    text-align: center;
    width: 100%;
    height: 60px;
    padding-top: 5px;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
    padding-right: 16px;
    padding-left: 16px;

}

.list_menu_btn a{
    color:#9a9a9a;
    display: table-cell;
    width: auto;


}

.list_menu_btn a li{

    background-color: #FFFFFF;
    text-align:center;
    border-radius:12px;
    padding-top: 5px;

}

.list_menu_btn a li i{
    font-size: 19px;
    color: #151515;
    text-align: center;

}

.list_menu_btn a li:hover {
background-color: #f45c64;
}
.list_menu_btn a li:hover i {

    color:white;
}
.list_menu_btn a li:hover p{
    color:white;
}

.list_menu_btn a li p{
    font-size: 10px;
    color: #c5c5c5;
    text-align: center;
    margin-bottom: 0;

}

.img_inquiry{
    position:relative;
    width:100%;
    height:300px;
    text-align: center;
    margin-bottom: 50px;
    border-radius:20px;
}

.img_inquiry img{
width:270px;
height:280px;
position: absolute;
    top: 50px;
    right:-90px;
    bottom: 0px;
}

.img_inquiry .txt_inquiry{

    width:80%;
    height:300px;
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 0px;

}

.txt_inquiry h2{
    margin-top:100px;
    margin-bottom: 30px;
    text-align: right;
    padding-right: 65px;
    font-size: 35px;
    color:white;
    line-height: 45px;
    font-weight: 800;
}

.txt_inquiry h3{
    text-align: right;
    padding-right:65px;
    font-size:13px;
    color:white;
    line-height: 22px;
    font-weight: 400;
}


.box_inquiry{
    border-radius:200px;

    background: rgb(244, 88, 96);
    background: linear-gradient(90deg, rgb(244, 88, 96) 0%, rgb(236, 71, 117) 100%);
    padding: 20px;
}

.select2-selection {
    height: 40px !important;
    border-color: #fff !important;
    border-radius:12px;

}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-top-color: rgb(170, 170, 170);
    border-right-color: rgb(170, 170, 170);
    border-bottom-color: rgb(170, 170, 170);
    border-left-color: rgb(170, 170, 170);
    border-radius: 4px;
    padding-top: 6px;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 75%;
    width: 0;
}

.phone_estelam{
    width: 100%;
    background-color: #FFF;
    padding: 15px;
    margin-top: 5PX;
    height: 340px;
    border-bottom-right-radius:30px;
    border-top-right-radius:30px;
    margin-bottom: 50px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 16px;
    position: absolute;
    left: 0px;
    z-index: 50;
}

.select2_phone{


}

.txt_estelam_brand{
    text-align: right;
    font-size: 12px;
    color: #b1b1b1;
    font-weight: 500;
    margin-bottom: 5px;

}

.txt_estelam_model{
    text-align: right;
    font-size: 12px;
    color: #b1b1b1;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
}

.titr_estelam{
    margin-top: 15px;
    font-size: 13px;
    color: #000;
    font-weight: 800;
    text-align: right;

    margin-bottom: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    border: 1px solid #e4e4e4;
    padding: 3px;
    padding-right: 3px;
    padding-left: 3px;
    border-radius: 7px;
}

.class404{

    text-align: center;
    padding-top:130px;

}

.class404 img{width:440px; height: 320px;}
.class404 h1{font-size:140px; color: rgba(162, 162, 162, 0.40); text-align: center; font-weight: 800;}
.class404 h2{font-size: 16px; text-align: center; font-weight:800; color: #0e0e0e;}
.class404 h3{font-size: 13px; text-align: center; font-weight: 300; color: rgba(103, 103, 103, 0.8);}

.list_menu_404 {
    display: inline-block;
}

.list_menu_404 a{
    display: inline-block;
padding: 4px;
}

.list_menu_404{
    list-style: none;
    text-align: center;
    width: 100%;
    height: 60px;
    padding-top: 5px;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
    padding-right: 16px;
    padding-left: 16px;
}

.list_menu_404 a{
    color:#9a9a9a;
}

.list_menu_404 a li{
    text-align:center;
    border-radius:5px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right:5px;
    padding-left:5px;
    margin-right:0;
}

.list_menu_404 a li i{
    font-size:21px;
    color: #000000;
    text-align: center;

}

.list_menu_404 a li:hover {

}
.list_menu_404 a li:hover i {

    color: #f45c64;
}
.list_menu_404 a li:hover p{
    color:#0e0e0e;
}

.list_menu_404 a li p{
    font-size: 10px;
    color: #6b6b6b;
    text-align: center;
    margin-bottom: 0;
}


/*mockup tpu generate*/
/*#masked {*/
/*    -webkit-mask-image: url(/assets/images/a53-5g.png);*/
/*    mask-image: url(/assets/images/a53-5g.png);*/
/*    -webkit-mask-position: left bottom;*/
/*    mask-position: left bottom;*/
/*}*/




/*mockup 3d cass*/

.device,
.device::before,
.device::after,
.device *,
.device *::before,
.device *::after {
    box-sizing: border-box;
    display: block;
}
.device {
    position: relative;
    transform: scale(1);
    z-index: 1;
}
.device .device-frame {
    z-index: 1;
}
.device .device-content {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 0;
    height: 210px;
    width: 115px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.device-iphone-x {
    height: 300px;
    width: 100%;
}
.device-iphone-x .device-frame {
    background: rgba(255, 255, 255, 0.09);
    /*backdrop-filter: blur(3.3px);*/
    -webkit-backdrop-filter: blur(3.3px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 13px;
    box-shadow:inset 1px 1px 4px 1px rgba(13, 13, 13, 0.15), inset 1px 1px 2px 2px rgba(255, 255, 255, 0.01), inset 2px 2px 5px 3px rgba(0, 0, 0, 0.08);
    height: 210px;
    width: 115px;
    z-index: 1000 !important;
    position: relative;
    right: 0;
    left: 0;
    margin: 20px auto;
}
.device-iphone-x .device-content {
    background-image: url("../src/img/bg-00.jpg");
    border-radius: 15px;
    height: 210px;
    width: 115px;
}
.device-iphone-x .device-stripe::after {
    top: 68px;
}
.device-iphone-x .device-stripe::before {
    bottom: 68px;
}
.device-iphone-x .device-header {
    background: #fff;
    box-shadow: inset 0 0 1px #888;
    position: absolute;

}
.device-iphone-x .device-header::after {
    background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #222 75%, #222 100%);
    left: -6px;
}
.device-iphone-x .device-header::before {
    background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #222 75%, #222 100%);
    right: -6px;
}
.device-iphone-x .device-sensors::after {
    background: #444;
    border-radius: 2.5px;
    height: 5px;
    left: 50%;
    margin-left: -20px;
    top: 26px;
    width: 40px;
}
.device-iphone-x .device-sensors::before {
    background: rgba(63, 63, 63, 0.25);
    border-radius: 50%;
    height: 11px;
    left: 50%;
    margin-left: 30px;
    top: 23px;
    width: 11px;
}
.device-iphone-x .device-btns {
    background: rgba(63, 63, 63, 0.25);
    height: 26px;
    left: -2px;
    position: absolute;
    top: 92px;
    width: 3px;
}
.device-iphone-x .device-btns::after,
.device-iphone-x .device-btns::before {
    background: rgba(63, 63, 63, 0.25);
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    width: 3px;
}
.device-iphone-x .device-btns::after {
    top: 48px;
}
.device-iphone-x .device-btns::before {
    top: 112px;
}
.device-iphone-x .device-power {
    background: rgba(63, 63, 63, 0.25);
    height: 80px;
    position: absolute;
    right: -2px;
    top: 160px;
    width: 3px;
}



/*mockup tpu case*/

.case_tpu {
    height: 210px;
    width: 119px;
}
.case_tpu .frame-tpu {
    background: rgb(34, 34, 34);
    background: linear-gradient(90deg, rgb(23, 23, 23) 0%, rgba(42,42,42,1) 22px , rgb(12, 12, 12) 100%);
    border-radius: 18px;
    box-shadow: inset 0 0 4px 4px #111, inset 4px 4px 6px 6px #575252, inset 0 0 4px 6px #0b0b0b;
    height: 210px;
    padding: 18px;
    width: 110px;

}
.case_tpu .device-content {
    background-image: url("../src/img/bg-00.jpg");
    border-radius: 14px;
    height: 200px;
    width: 100px;
    position: absolute;
    top: 5px;
    left: 9px;
}
.case_tpu .device-stripe::after,
.case_tpu .device-stripe::before {
    border: solid rgba(51, 51, 51, .25);
    border-width: 0 6px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.case_tpu .device-stripe::after {
    top: 68px;
}
.case_tpu .device-stripe::before {
    bottom: 68px;
}
.case_tpu .device-header {
    background: #fff;
    border-radius: 11px;
    box-shadow: inset 0 0 1px #3a3a3a;
    height: 50px;
    left: 20px;
    margin-left: 0px;
    position: absolute;
    top: 10px;
    width: 34px;
}
.case_tpu .device-header::after {
    background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #222 75%, #222 100%);
    left: -6px;
}
.case_tpu .device-header::before {
    background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #222 75%, #222 100%);
    right: -6px;
}
.case_tpu .device-sensors::after {
    background: #444;
    border-radius: 2.5px;
    height: 5px;
    left: 50%;
    margin-left: -20px;
    top: 26px;
    width: 40px;
}
.case_tpu .device-sensors::before {
    background: #444;
    border-radius: 50%;
    height: 11px;
    left: 50%;
    margin-left: 30px;
    top: 23px;
    width: 11px;
}
.case_tpu .device-btns {
    background: #000000;
    height: 26px;
    left: -2px;
    position: absolute;
    top: 92px;
    width: 3px;
}
.case_tpu .device-btns::after,
.case_tpu .device-btns::before {
    background: #000000;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    width: 3px;
}
.case_tpu .device-btns::after {
    top: 48px;
}
.case_tpu .device-btns::before {
    top: 112px;
}
.case_tpu .device-power {
    background: #000000;
    height: 80px;
    position: absolute;
    right: -2px;
    top: 160px;
    width: 3px;
}
.glassoncase{
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.4px);
    -webkit-backdrop-filter: blur(0.4px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

