/**
*
*	Name:			IRANYekan Font
*	Version:			3.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 20, 2018
*	Updated on:		Dec 20, 2018
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت ایران یکان یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRANYekan fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (YKPP4S)
--------------------------------------------------------------------------------------
*
**/
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

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

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

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

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

body {
    direction: rtl;
    text-align: right;
    font-family: iranyekan;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #515151;
    overflow-x: hidden;
}

body.page-404-bg {
    background: url(../img/theme/bg-404-page.png) repeat;
    background-size: auto 100%;
}

a,
a:hover {
    color: #515151;
    text-decoration: none;
    transition: all .2s ease-out;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.ps-relative {
    position: relative;
}

.ps-absolute {
    position: absolute;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.default {
    width: 100%;
    height: auto;
    float: right;
}

.parent-btn {
    overflow: hidden;
    position: relative;
}

.dk-btn {
    font-size: 1.286rem;
    padding: 18px 80px;
    border-radius: 8px;
    background-color: #34495e;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan;
}

button.dk-btn {
    cursor: pointer;
    outline: none;
}

.dk-btn:hover {
    color: #fff;
}

.dk-btn:before {
    transition: all .3s ease-in-out;
    width: 60px;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 40px 0 0 40px;
}

.dk-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 110%;
    height: 100%;
    right: 0;
    top: 0;
    transform: unset;
}

.dk-btn-info {
    background-color: #00bfd6;
}

.dk-btn-danger {
    background-color: #e74c3c;
}

.dk-btn-success {
    background-color: #2ecc71;
}

.dk-btn-grey {
    background-color: #7a7a7a;
}

.dk-btn > i {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
}

.btn-no-icon {
    padding-right: 31px !important;
}

.btn-no-icon:hover,
.btn-no-icon:focus {
    background-color: #00bfd6;
    border: 1px solid #148693;
}

button,
input,
optgroup,
select,
textarea {
    font-family: iranyekan;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1676px;
    }
}

/* header */
header.main-header {
    padding: 15px 0 0;
    margin-bottom: 15px;
    background-color: #fff;
    z-index: 100000000000;
}

/* ----------------- Start Header */
.wrapper .ads-header {
    margin: 0;
    height: 60px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    display: block;
}

header.main-header .logo-area {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    max-width: 155px;
    padding-right: 25px;
    max-height: 100%;
}

header.main-header .logo-area a {
    display: block;
}

header.main-header .logo-area a img {
    height: 36px;
    float: right;
    margin-top: 2px;
}

header.main-header .search-area form.search {
    position: relative;
}

header.main-header .search-area form.search input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: iranyekan;
    font-weight: 300;
    font-size: 12px;
    font-size: .857rem;
    border-radius: 7px;
    background-color: #eceff1;
    border: 1px solid #d5dadd;
    color: #474747;
    outline: none;
}

header.main-header .search-area form.search ul.search-box-list {
    position: absolute;
    background: #fff;
    left: 60px;
    right: 0;
    top: 40px;
    z-index: 10000000000;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    padding: 10px 0;
    display: none;
}

header.main-header .search-area form.search ul.search-box-list li i {
    float: right;
    margin: 3px 0 5px 8px;
    font-size: 17px;
    color: #666;
}

header.main-header .search-area form.search ul.search-box-list .marktext {
    font-weight: bold;
    color: #f44336;
}

.overlay-search-box {
    position: fixed;
    top: 120px;
    right: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,52.9%,.5);
    z-index: 1000000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header.main-header .search-area form.search button {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #ef5661;
    cursor: pointer;
    outline: none;
}

header.main-header .search-area form.search button img {
    width: 25px;
}

header.main-header .dropdown {
    float: right;
    width: 50%;
    text-align: center;
    position: relative;
    margin-top: -6px;
}

header.main-header .user-login a {
    font-size: 14px;
    color: #6f6f6f;
}

.header-profile-dropdown-account-container {
    padding-top: 8px;
    padding-bottom: 12px;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.header-profile-dropdown-user {
    display: flex;
    align-items: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.header-profile-dropdown-user-img {
    width: 32px;
    height: 32px;
    border: 1px solid #424750;
    border-radius: 50%;
    background: #fff;
    background-size: contain;
}

.header-profile-dropdown-user-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-profile-dropdown-user-info {
    margin-right: 8px;
    width: 80%;
    text-align: right;
}

.header-profile-dropdown-user-name {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
}

.header-profile-dropdown-user-profile-link {
    display: flex;
    align-items: center;
    color: #19bfd3;
    font-size: 10px;
}

.header-profile-dropdown-user-profile-link:after {
    content: "\ea3a";
    font-family: 'Nucleo Outline';
    font-size: 14px;
    line-height: 1.222;
    margin-right: 5px;
}

.header-profile-dropdown-account {
    display: block;
    position: relative;
    padding-right: 52px;
    padding-left: 16px;
    padding-top: 12px;
}

.header-profile-dropdown-account:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #c0c2c5;
    position: absolute;
    right: 28px;
    top: -18px;
}

.header-profile-dropdown-account-item {
    font-size: 10px;
    line-height: 2.2;
    position: relative;
    color: #81858b;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-profile-dropdown-account-item:before {
    content: "";
    display: block;
    width: 1px;
    height: 33px;
    background: #c0c2c5;
    position: absolute;
    right: -24px;
    top: -23px;
}

.header-profile-dropdown-account-item-amount,
.header-profile-dropdown-account-item-title {
    line-height: normal !important;
}

.header-profile-dropdown-account-item-amount-number {
    font-size: 12px;
    color: #424750;
}

.header-profile-dropdown-account-item:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c0c2c5;
    position: absolute;
    right: -27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header.main-header .user-login .dropdown-toggle::after {
    vertical-align: unset;
}

header.main-header .user-login .dropdown-menu {
    position: absolute;
    top: 50px !important;
    right: 0;
    left: auto !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 9px 0 hsla(0, 0%, 44%, .32);
    z-index: 10000000000;
    transform: none !important;
}

header.main-header .user-login .dropdown-menu:before {
    content: '';
    height: 4px;
    width: 100%;
    background-color: #ef5661;
    border: none;
    bottom: 100%;
    left: 0;
    right: 0;
}

header.main-header .user-login .dropdown-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #ef5661;
    position: absolute;
    bottom: 100%;
    margin-bottom: 2px;
    left: 30px;
}

header.main-header .user-login hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

header.main-header .user-login .dropdown-menu .dropdown-item {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

header.main-header .user-login .dropdown-menu .dropdown-item a.btn-info {
    border-radius: 7px;
    color: #fff;
}

header.main-header .user-login .dropdown-menu .dropdown-item a.register {
    color: #008ec9;
    border-bottom: 1px dashed #008ec9;
    text-decoration: none;
}

header.main-header .user-login .dropdown-menu .dropdown-item a.dropdown-item-link {
    display: block;
    text-align: right;
    padding: 5px;
}

header.main-header .user-login .dropdown-menu .dropdown-item a.dropdown-item-link i {
    float: right;
    margin: 5px;
}

header.main-header .cart a.btn {
    color: #fff;
    font-size: 14px;
    background-color: #00bfd6;
    border-radius: 5px;
}

header.main-header .cart a.btn img {
    width: 21px;
}

header.main-header .cart a.btn span.count-cart {
    background-color: #fff;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
    letter-spacing: -.3px;
    text-align: center;
    color: #00bfd6;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

header.main-header .cart a.btn:hover,
header.main-header .cart a.btn:focus {
    background-color: #05b3c7;
}

header.main-header .cart a.btn-info i {
    float: right;
    font-size: 16px;
    margin-left: 6px;
}

header.main-header .cart .dropdown-toggle::after {
    vertical-align: unset;
}

header.main-header .cart .dropdown-menu {
    width: 354px;
    position: absolute;
    top: 50px !important;
    left: 57px !important;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 0 0 8px 8px;
    z-index: 10000000000;
    box-shadow: 0 2px 9px 0 hsla(0, 0%, 44%, .32);
    padding: 1px 0 45px 0;
    transform: none !important;
}

header.main-header .cart .dropdown-menu:before {
    display: none;
}

header.main-header .cart .dropdown-menu a {
    text-decoration: none;
}

header.main-header .cart .dropdown-menu .basket-header {
    width: 100%;
    position: relative;
    padding: 14px 10px 14px 15px;
    background-color: hsla(0, 0%, 98%, .9);
}

header.main-header .cart .dropdown-menu .basket-total {
    font-size: 16px;
    line-height: 20px;
    color: #fb3449;
    direction: rtl;
    text-align: right;
}

header.main-header .cart .dropdown-menu .basket-total span:first-of-type {
    color: #676767;
    font-size: 13px;
    font-size: .929rem;
    line-height: 20px;
}

header.main-header .cart .dropdown-menu .basket-link {
    font-size: 11px;
    font-size: .786rem;
    line-height: 48px;
    color: #454545;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color .3s ease-in-out;
}

header.main-header .cart .dropdown-menu .basket-arrow {
    transform: rotate(45deg);
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    background-color: #fafafa;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -6.5px;
    left: 30px;
    transition: background-color .3s ease-in-out;
}

header.main-header .cart .dropdown-menu .basket-list {
    max-height: 293px;
    overflow: auto;
    padding: 0 15px;
    list-style: none;
}

header.main-header .cart .dropdown-menu .basket-item {
    padding: 10px 24px 10px 0;
    position: relative;
    min-height: 88px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

header.main-header .cart .dropdown-menu .basket-item:last-of-type {
    border-bottom: none;
}

header.main-header .cart .dropdown-menu .basket-item-remove {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    border-radius: 50%;
    background-color: #eaeaea;
    width: 20px;
    height: 20px;
    border: none;
    z-index: 123;
    cursor: pointer;
    font-family: FontAwesome;
    outline: none;
}

header.main-header .cart .dropdown-menu .basket-item-remove:before {
    content: "\f00d";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #959595;
    font-size: 8px;
    font-size: .571rem;
    line-height: 8px;
}

header.main-header .cart .dropdown-menu .basket-item-content {
    width: 100%;
}

header.main-header .cart .dropdown-menu .basket-item-content,
header.main-header .cart .dropdown-menu .basket-item-image {
    float: right;
}

header.main-header .cart .dropdown-menu .basket-item-image {
    width: 60px;
    height: 60px;
    max-width: 60px;
    position: relative;
}

header.main-header .cart .dropdown-menu .basket-item-image img {
    max-height: 100%;
    max-width: 100%;
}

header.main-header .cart .dropdown-menu .basket-item-details {
    padding-right: 10px;
    float: right;
}

header.main-header .cart .dropdown-menu .basket-item-title {
    font-size: 12px;
    font-size: .857rem;
    line-height: 20px;
    text-align: right;
    direction: rtl;
    color: #454545;
    max-width: 100%;
    font-weight: 700;
}

header.main-header .cart .dropdown-menu .basket-item-params {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    text-align: right;
}

header.main-header .cart .dropdown-menu .basket-item-props {
    font-size: 12px;
    line-height: 17px;
}

header.main-header .cart .dropdown-menu .basket-item-props span:first-of-type {
    color: #666;
}

header.main-header .cart .dropdown-menu .basket-item-props span:last-of-type:not(:first-of-type) {
    color: #959595;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e0e0e0;
}

header.main-header .cart .dropdown-menu .basket-submit {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #00bfd6;
    border-top: 1px solid #c6c6c6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* ----------------- End Header */

/* ----------------- Start Main-Menu */
header.main-header .main-menu {
    width: 100%;
    float: right;
    background: #616161;
    margin-top: 15px;
    border-bottom: 2px solid #000;
}

header.main-header .main-menu .list {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    list-style: none;
}

header.main-header .main-menu .list .list-item {
    display: inline-block;
}

header.main-header .main-menu .list .list-item:first-child {
    margin-right: 0;
}

header.main-header .main-menu .list .list-item:not(:last-child) {
    margin-right: .5rem;
}

header.main-header .main-menu .list > .list-item {
    margin-right: 0;
}

header.main-header .main-menu .list > .list-item > a,
header.main-header .main-menu .list > .list-item > span {
    color: #fff;
    padding: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
    font-size: 12px;
}

header.main-header .main-menu .list > .list-item > a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ef5661;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.main-header .main-menu .list > .list-item:hover > a {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

header.main-header .main-menu .list > .list-item:hover > a::before {
    width: 100%;
}

header.main-header .main-menu .list .list-item-has-children {
    position: relative;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 44px;
    right: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    transition: all .2s ease-out;
}

header.main-header .main-menu .list .list-item-has-children > .sub-menu {
    box-shadow: 0 2px 9px 0 rgba(112, 112, 112, .32);
}

header.main-header .main-menu .list .list-item-has-children .sub-menu li {
    display: block;
    width: 100%;
    margin-right: 0;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu a {
    display: block;
    padding: 4px 15px;
    color: #6a6a6a;
    font-size: 12px;
    line-height: 2.27;
    font-weight: 300;
}

header.main-header .main-menu .list .list-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

header.main-header .main-menu .list .list-item.mega-menu {
    position: static;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu {
    position: absolute;
    width: 100%;
    min-width: 100%;
    font-size: 12px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 1077px;
    width: 1077px;
    min-height: 320px;
    z-index: 1000000000000;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu {
    min-width: 540px;
    width: 540px;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 33.3%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu {
    min-width: 720px;
    width: 720px;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 li {
    width: 25%;
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu.nav {
    display: unset;
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li {
    float: right;
    padding-right: 15px;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
    width: 16.65%;
}

header.main-header .main-menu .list .list-item.mega-menu img {
    position: absolute;
    left: 0px;
    z-index: -1;
    max-width: 250px;
    bottom: 0;
    border-radius: 0 0 0 8px;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .now-ui-icons {
    margin-left: 2px;
    color: #1ca2bd;
    font-size: 10px;
    line-height: 1.833;
    float: right;
    margin-top: 8px;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu a {
    line-height: 26px;
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a {
    color: #00bfd6;
    display: inline-block;
    border-bottom: 1px dashed transparent;
    padding-right: 0;
    padding-left: 0;
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a:hover {
    border-bottom: 1px dashed #00bfd6;
    background: 0 0 !important;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu li a.main-list-item {
    color: #00bfd6 !important;
    display: inline-block;
    border-bottom: 1px dashed transparent;
    padding-right: 0;
    padding-left: 0;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu li a.main-list-item:hover {
    border-bottom: 1px dashed #00bfd6;
    background: 0 0 !important;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: static;
    width: 100%;
    box-shadow: none;
    background: 0 0 !important;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu .sub-menu {
    right: 100%;
    top: 0;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li {
    width: 100%;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a {
    color: #4a5f73;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a:hover {
    font-weight: bold;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu .list-item-has-children:hover > a {
    background: #f7fafc;
}

header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

header.main-header .main-menu .list .amazing-item {
    float: left;
    background-color: #4d4d4d;
}

/* ----------------- End Main-Menu */
nav.header-responsive {
    display: none;
    background-color: #fff;
    height: 110px;
    padding: 10px 0;
}

nav.header-responsive ul {
    direction: rtl;
    text-align: right;
}

nav.header-responsive .navbar-translate {
    direction: ltr;
}

.navbar .navbar-toggler.toggled {
    position: relative;
    right: 10px;
}

nav.header-responsive .search-nav {
    position: absolute;
    top: 50px;
    height: 40px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

nav.header-responsive form {
    position: relative;
    direction: rtl;
    float: right;
    width: 70%;
    height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

nav.header-responsive form.full-width {
    position: absolute;
    right: 0;
    width: 100%;
}

nav.header-responsive form input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: iranyekan;
    font-weight: 300;
    font-size: 12px;
    font-size: .857rem;
    border-radius: 7px;
    background-color: #ffffff;
    border: 1px solid #979797;
    color: #474747;
    outline: none;
}

nav.header-responsive form button {
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #fff;
    border: 1px solid #979797;
    cursor: pointer;
    outline: none;
}

nav.header-responsive form button img {
    width: 25px;
}

nav.header-responsive .search-nav::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5ea;
}

nav.header-responsive .search-nav ul {
    width: 30%;
    float: left;
    text-align: left;
}

nav.header-responsive .search-nav > ul {
    position: absolute;
    z-index: 0;
}

nav.header-responsive .search-nav ul li {
    float: left;
    text-align: center;
}

nav.header-responsive .search-nav li.cart-mb a {
    position: relative;
}

nav.header-responsive .search-nav li.cart-mb a[data-counter]::after {
    content: attr(data-counter);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    min-width: 20px;
    background-color: #00bfd6;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 17px;
    padding: 0 6px;
    text-align: center;
    font-size: 14.5px;
    line-height: 20px;
    vertical-align: middle;
}

nav.header-responsive .search-nav li.logged-in a::after {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    min-width: 20px;
    color: #8bc34a;
    position: absolute;
    top: 11px;
    left: 15px;
    padding: 0 6px;
    text-align: center;
    font-size: 14.5px;
    line-height: 20px;
    vertical-align: middle;
}

nav.header-responsive .search-nav ul li a {
    font-size: 16px;
    color: #212121 !important;
    background: transparent;
}

/* header */

/* main */
main.main {
    background-color: #f5f5f5;
}

main.main section.banner {
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
}

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

/* ----------------- Start Sidebar */

.widget,
.brand-slider {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
    overflow: unset;
}

.brand-slider {
    overflow: hidden;
}

.widget-slider {
    padding: 15px 0;
}

.widget .card-header,
.brand-slider .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
    margin-bottom: 15px;
}

.widget-slider .card-header {
    padding: 0 15px;
}

.widget .card-header .card-title,
.brand-slider .card-header .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.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;
}

.widget-suggestion {
    border: 1px solid #05e4ff;
}

.widget-suggestion .card-header {
    border-bottom: none;
}

.widget-suggestion .card-header .card-title {
    font-size: 14px;
    padding: 4px 0px;
}

.sidebar #progressBar {
    height: 1px;
    background: #e0e1e2;
    position: relative;
    margin-bottom: 15px;
}

.sidebar #progress {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    background: #fb3449;
    position: absolute;
    height: 1px;
    right: 0;
    top: 0;
    display: inline-block;
}

.sidebar .suggestion-slider .swiper-slide {
    direction: rtl;
}

.sidebar .suggestion-slider .swiper-slide img {
    max-width: 149px !important;
    max-height: 146px !important;
    width: auto !important;
    height: auto !important;
    margin: 24px auto;
}

.sidebar .suggestion-slider .swiper-slide .product-title {
    font-size: 13px;
    display: block !important;
}

.sidebar .suggestion-slider .swiper-slide a {
    display: block;
    text-align: center;
}

.sidebar .suggestion-slider .swiper-slide .product-title a {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
    text-decoration: none;
    color: #515151;
    font-weight: bold;
}

.sidebar .suggestion-slider .swiper-slide .price {
    color: #ef5661;
    height: 64px;
    font-size: 20px;
    text-align: center;
}

.sidebar .suggestion-slider .swiper-slide .price > * {
    display: block;
}

.sidebar .suggestion-slider .swiper-slide .price del {
    color: #979898;
    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;
}

.widget-product .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;
}

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

.widget-product .card-header .card-title {
    border-bottom: 1px solid #e0e1e2;
    padding-bottom: 0;
    line-height: 2;
}

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

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

.widget-product .product-carousel .swiper-slide {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
    position: relative;
}

.widget-product .swiper-slide a {
    display: block;
    max-width: 200px;
    margin: auto;
}

.widget-product .swiper-slide img {
    margin: 0 auto;
}

.brand-slider a {
    text-align: center;
}

.widget-product .product-carousel .swiper-slide *:focus {
    outline: none !important;
}

.product-feature {
    border-top: 2px solid #39ae00;
}

.product-box-discount-badge {
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.222;
    letter-spacing: .5px;
    border-radius: 15px;
    position: absolute;
    top: 12px;
    left: 30px;
    background-color: #ef5662;
    z-index: 2;
}

@media (min-width: 992px) {

    .widget-product .product-carousel .swiper-slide {
        border: 1px solid #fff;
        transition: all .2s ease-in-out;
    }

    .widget-product .product-carousel .swiper-slide:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }

}

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

.widget-product .product-carousel .swiper-slide .price {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
}

.widget-product .product-carousel .swiper-slide .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.widget-product .product-carousel .swiper-slide ins {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
    text-decoration: none !important;
    display: block;
}

.widget-product .swiper-button-next,
.widget-product .swiper-button-prev {
    width: 49px;
    height: 90px;
    background-color: #fff;
    outline: none;
    background-image: unset;
}

.widget-product .swiper-button-prev {
    position: absolute;
    right: 0;
    top: 50%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

.widget-product .swiper-button-next {
    position: absolute;
    left: 0;
    top: 50%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

.widget-product .swiper-button-next i,
.widget-product .swiper-button-prev i {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.widget-product .swiper-button-disabled {
    opacity: .1;
    cursor: auto;
    pointer-events: all;
}

.brand-slider .swiper-slide {
    text-align: center;
}

.brand-slider .swiper-slide img {
    max-height: 70%;
    max-width: 70%;
    margin: 0 auto;
}

/* ----------------- End Sidebar */

/* ----------------- Start Main Slider */
.main-slider {
    -webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
    border-radius: 8px;
    margin-bottom: 2px;
    height: 329px;
}

.main-slider .carousel-indicators {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
}

.main-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
}

.main-slider .carousel-indicators li.active {
    background: #00bfd6;
}

.main-slider .carousel-control-next {
    left: 0;
    right: auto;
}

.main-slider .carousel-control-prev {
    right: 0;
    left: auto;
}

.main-slider .carousel-inner {
    height: 100%;
}

.main-slider .carousel-inner .carousel-item {
    height: 100%;
}

.main-slider .carousel-inner .carousel-item img {
    display: none;
}

.main-slider-slide {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
}

/* ----------------- Start Amazing Slider */

#amazing-slider {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 15px;
    height: 420px;
    background: #fff;
}

#amazing-slider > .row {
    height: 462px;
}

#amazing-slider .carousel-indicators {
    display: block;
    right: auto;
    margin-right: 0;
    margin-left: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    background-color: rgba(240, 246, 250, .9);
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

#amazing-slider .carousel-indicators li {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    padding: 4px 5px;
    cursor: pointer;
    position: relative;
    background: 0 0;
    transition: all .2s ease-out;
}

#amazing-slider .carousel-indicators .view-all {
    padding: 0;
    border-bottom-left-radius: 7px !important;
    position: absolute;
    bottom: -5px;
}

#amazing-slider .carousel-indicators li.active {
    background: #ef5661;
    color: #fff;
    border-bottom: none;
}

#amazing-slider .carousel-indicators li.active:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 42px;
    border-radius: 3px;
    position: absolute;
    background: #ef5661;
    right: -10px;
    top: 0;
}

#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;
}

#amazing-slider .carousel-indicators .view-all .btn {
    background-color: #00bfd6;
    border-radius: 0 0 0 7px !important;
    border: 0;
    overflow: hidden;
}

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

#amazing-slider .carousel-indicators .view-all .btn i {
    font-size: 18px;
    position: absolute;
    top: 13px;
    right: 16px;
    color: #fff;
}

.hvr-sweep-to-left:before {
    content: "";
    width: 50px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    border-radius: 60px 0 0 60px;
    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;
}

#amazing-slider .carousel-inner {
    position: relative;
}

#amazing-slider .carousel-inner .amazing-title {
    position: absolute;
    top: 0;
    right: 60px;
}

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

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

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

#amazing-slider .carousel-inner .carousel-item .row .left-col .price ins {
    color: #ef5661;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .price .discount-percent {
    background: #ef5661;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 40px;
    margin-right: 10px;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .product-title {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 10px;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .product-title a {
    color: #000;
    font-weight: bold;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group {
    padding-right: 0;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group .list-group-item {
    border: none;
    padding: 0;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group-item:before {
    content: '';
    font-size: 8px;
    position: relative;
    top: 8px;
    left: 7px;
    float: right;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7d8d9;
}

#amazing-slider .countdown-timer {
    direction: ltr;
    font-weight: bold;
    font-size: 20px;
}

#amazing-slider .countdown-timer span {
    text-align: center;
    display: inline-block;
    padding: 6px;
    font-size: 28px;
    font-weight: 500;
}

#amazing-slider .timer-title {
    margin-top: 15px;
    color: #4a5f73;
    font-weight: bold;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .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;
}

#amazing-slider-responsive {
    display: none;
}

#amazing-slider-responsive hr {
    margin: 0;
}

#amazing-slider-responsive .countdown-timer {
    direction: ltr;
    font-weight: bold;
    font-size: 20px;
}

#amazing-slider-responsive .countdown-timer span {
    text-align: center;
    display: inline-block;
    padding: 5px;
    font-size: 17px;
    font-weight: 500;
}

.banner-ads .widget-banner {
    border-radius: 8px;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
    overflow: visible;
}

.banner-ads .widget-banner a {
    display: block;
}

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

/* main */

/* footer */
footer.main-footer {
    margin-top: 50px;
    background: #eceff1;
}

footer.main-footer .back-to-top {
    text-align: center;
    font-size: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc;
    padding: 10px 0;
    margin-bottom: 30px;
}

footer.main-footer .back-to-top a {
    color: #515151 !important;
}

footer.main-footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: hsla(0, 0%, 75%, .41);
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
}

footer.main-footer .footer-services {
    padding-bottom: 30px;
    border-bottom: 1px solid #cfd8dc;
}

footer.main-footer .footer-services .service-item {
    text-align: center;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto;
}

footer.main-footer .footer-services .service-item img {
    width: 58px;
    height: 58px;
    margin-bottom: 7px;
}

@media (max-width: 576px) {
    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;
    }

    .footer-services {
        display: none;
    }
}

footer.main-footer .footer-widgets .widget-menu {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
}

footer.main-footer .footer-widgets .widget-menu .card-header {
    border-bottom: 0;
}

footer.main-footer .footer-widgets .widget-menu .card-title {
    font-size: 16px;
    font-weight: 500;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu li {
    line-height: 30px;
}

footer.main-footer .footer-widgets .newsletter {
    margin-top: 30px;
}

footer.main-footer .footer-widgets .newsletter form {
    position: relative;
}

footer.main-footer .footer-widgets .newsletter form .form-control {
    direction: ltr;
    text-align: left;
    font-family: iranyekan;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px !important;
    padding-left: 100px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    transition: all .2s ease-out;
}

footer.main-footer .footer-widgets .newsletter form .form-control::placeholder {
    text-align: right;
}

footer.main-footer .footer-widgets .newsletter form .btn {
    position: absolute;
    top: -5px;
    left: -1px;
    border-radius: 7px;
    font-family: iranyekan;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #00bfd6;
    border: 0;
    padding-right: 31px;
    color: #fff;
    height: 37px;
    line-height: 0;
    height: 100%;
}

footer.main-footer .footer-widgets .newsletter form .btn:focus,
footer.main-footer .footer-widgets .newsletter form .btn:active {
    background-color: #00bfd6;
    box-shadow: none !important;
}

footer.main-footer .footer-widgets .socials {
    margin-top: 30px;
}

footer.main-footer .footer-widgets .socials .footer-social {
    margin-bottom: 20px;
}

footer.main-footer .footer-widgets .socials .footer-social a {
    color: #4a5f73;
    margin-left: 4px;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 25px;
    opacity: .5;
}

footer.main-footer .footer-widgets .socials .footer-social a:hover {
    opacity: 1;
}

footer.main-footer .info {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #d7dee0;
}

footer.main-footer .info a {
    padding: 3px;
}

footer.main-footer .info div {
    margin-bottom: 10px;
}

footer.main-footer .info div.row {
    margin-bottom: 0;
}

footer.main-footer .description {
    background: #d7dee0;
    padding: 15px 0 0;
}

footer.main-footer .description .site-description .site-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #5d5959;
}

footer.main-footer .description .site-description p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0;
    color: #535353;
}

footer.main-footer .description .symbol {
    text-align: center;
}

footer.main-footer .description .symbol a {
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
}

footer.main-footer .footer-partners {
    padding: 0;
    margin: 20px 0 10px;
}

footer.main-footer .footer-partners li {
    list-style: none;
    float: right;
    text-align: center;
    margin-bottom: 10px;
}

footer.main-footer .footer-partners li img {
    width: 131px;
    height: 35px;
}

footer.main-footer .copyright {
    font-size: 12px;
    background: #d7dee0;
    text-align: center;
    padding: 15px 0;
}

footer.main-footer .copyright p {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #b0bec5;
}

/* footer */

/* login---register---welcome Page */
.account-box {
    background: #fff;
    width: 389px;
    margin: 70px auto;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    position: relative;
}

.account-box .logo {
    width: 156px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%);
    text-align: center;
    line-height: 60px;
}

.account-box .logo img {
    height: 38px;
}

.account-box-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    font-weight: bold;
}

.account-box-content {
    padding: 0 30px;
}

.account-box-content .account-box-message h3 {
    font-size: 18px;
}

.account-box-content .account-box-message p {
    font-size: 14px;
}

.account-box-content .form-account {
    margin-top: 9px;
    margin-bottom: 9px;
}

.form-account-title {
    color: #656565;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    font-size: 15px;
    line-height: 1.467;
}

.form-account-row {
    margin: 0 -10px 23px;
}

.form-account-row.with-icon .input-field.text-right {
    padding-right: 60px;
}

.form-account-row.with-icon .input-field.text-right::placeholder {
    padding-right: 0;
}

.account-box-content .form-account-row {
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
}

.input-label {
    position: absolute;
    display: inline-block;
    line-height: 22px;
    outline: none;
}

.input-label i:before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
}

.account-box-content .ui-input:before {
    top: 9px;
}

.input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: left;
    font-family: iranyekan;
    outline: none;
}

.input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 40px;
}

.ui-input--account-login .ui-input-field,
.ui-input--account-login .dk-selectric-input {
    padding: 16px 52px 15px 12px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}

.ui-input--account-login .ui-input-field,
.ui-input--account-login .dk-selectric-input::placeholder {
    font-size: 16px;
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    direction: ltr;
    color: #777;
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: iranyekan;
}

.form-account-title--inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-account-link {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn-link-border {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 12px;
}

.btn-link-border:hover {
    color: #1ca2bd;
}

.btn-link-border:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.account-box-content .form-account-link {
    margin: 0;
    float: left;
}

.form-account-submit button {
    width: 100%;
    border: 1px solid #41a7b4;
    padding: 15px;
    font-size: 18px;
}

.form-account .btn-login,
.form-account .btn-password-change,
.form-account .btn-user-add,
.form-account .btn-user-lock {
    width: 100%;
    text-align: center;
}

.form-account-agree {
    padding-right: 30px;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.77;
    margin: -7px 0 15px;
}

.account-box-content .form-account-agree {
    margin: -3px 0 7px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.5;
    color: #5c5c5c;
}

.account-box-content .form-account-agree label {
    cursor: pointer;
}

.checkbox-form {
    width: 19px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.checkbox-primary {
    width: 22px;
    height: 21px;
}

.form-account-agree .checkbox-form {
    position: absolute;
    right: 0;
    top: 8px;
}

.checkbox-form input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

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

.checkbox-primary .checkbox-check {
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}

.checkbox-form .input-checkbox:checked + .checkbox-check,
.checkbox-form input[type=checkbox]:checked + .checkbox-check {
    background: #00bfd6;
    border: 1px solid #1fa4b3;
}

.checkbox-form .input-checkbox:checked + .checkbox-check:before,
.checkbox-form input[type=checkbox]:checked + .checkbox-check:before {
    content: "\ea22";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    left: 2px;
    top: 2px;
    color: #fff;
    font-size: 15px;
}

.account-box-footer {
    border-top: 1px solid rgba(0, 190, 214, .13);
    padding: 25px 40px 28px;
    background: rgba(0, 190, 214, .04);
    text-align: center;
    font-size: 15px;
    line-height: 1.467;
}

.account-box-footer {
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 23px;
    background: rgba(93, 214, 0, .06);
    border-top: 1px solid #d7e6bb;
}

.mini-footer {
    margin-top: 10px;
    border-top: 1px solid #e0e1e2;
}

.mini-footer ul {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.mini-footer ul li {
    display: inline-block;
}

.mini-footer ul li a {
    padding-right: 7px;
    padding-left: 7px;
    color: #7f7f7f;
}

.mini-footer .copyright-bar {
    padding: 15px 0;
    background: 0 0;
    text-align: center;
    font-size: 12px;
    color: #b0b0b0;
}

.mini-footer .copyright-bar p {
    margin-bottom: 0;
}

.footer-light-copyright {
    font-size: 13px;
    font-size: .929rem;
    line-height: 44px;
    color: #b0b0b0;
    letter-spacing: -.5px;
    direction: ltr;
    text-align: center;
    padding: 0 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.message-light {
    font-size: 14px;
    line-height: 2;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    margin: 15px 25px;
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
}

.account-box-message {
    margin: 20px 0;
    text-align: center;
}

.account-box-message-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    content: "\ea23";
    font: normal normal normal 32px/1 'Nucleo Outline';
    display: inline-block;
    vertical-align: top;
    background: #ebffde 50% 50% no-repeat;
}

.account-box-message-icon::before {
    font-size: 65px;
    line-height: 140px;
    color: #00bfd6;
}

.account-box-message h3 {
    margin-bottom: 20px;
    color: #444;
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
}

.account-box-message p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2;
    color: #727272;
    margin-bottom: 10px;
}

.account-box-message-links {
    list-style: none;
    padding: 0;
}

.account-box-message-links li {
    margin: 7px 0 10px;
}

.account-box-message-links li a {
    font-size: 18px;
}

.account-box-message-links .btn-link-border {
    font-size: 15px;
    line-height: 1.467;
}

.account-box-message-links .btn-link-border:hover {
    color: #1ca2bd;
}

.verify-phone-number {
    border: 0;
    width: 479px;
}

.verify-phone-number .message-light a {
    display: table;
    margin: 10px 0;
}

.verify-phone-number .account-box-footer {
    background-color: #f5fcfd;
    border-top: 0;
}

.verify-phone-number #countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px;
}

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

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

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

.verify-phone-number .numbers-verify .lines-number-input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    font-family: iranyekan;
    text-align: center;
    direction: ltr;
}

.verify-phone-number .numbers-verify .line-number {
    display: inline-block;
    width: 40px;
    height: 30px;
    border: 0;
    border-bottom: 4px solid #c8c8c8;
    margin: 0 7px;
    outline: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.checkout-page {
    width: 100%;
}

.checkout-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 0;
    font-size: 18px;
    font-weight: bold;
}

.checkout-page .input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
}

/* login---register---welcome---checkout Page */

/* Search Page */
.sidebar-page .box {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #dedede;
    margin: 0 0 10px;
}

.sidebar-page .box .box-header {
    position: relative;
    color: #535353;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.571;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px;
}

.c-box-scroll {
    max-height: 333px;
    overflow: auto;
}

.c-box-scroll::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

/* background of the scrollbar except button or resizer */
.c-box-scroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 16px;
}

.c-box-scroll::-webkit-scrollbar-track:hover {
    background-color: #fff
}

/* scrollbar itself */
.c-box-scroll::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

.c-box-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #fff
}

/* set button(top and bottom of the scrollbar) */
.c-box-scroll::-webkit-scrollbar-button {
    display: none
}

.box-content {
    padding: 0 13px 0 12px;
}

.box-content > div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-primary {
    font-size: 13px;
    line-height: 22px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    padding: 11px 31px;
    padding-right: 45px;
    color: #fff;
    max-width: 100%;
    position: relative;
    outline: none;
    cursor: pointer;
}

.btn-primary:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #00bfd6;
    border-color: #148693;
    box-shadow: none;
    outline: none;
}

.btn-primary--filter:before {
    content: "\f0b0";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 11px;
    right: 15px;
}

.btn-primary {
    font-size: 13px;
    line-height: 22px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    padding: 11px 31px;
    padding-right: 45px;
    color: #fff;
    max-width: 100%;
    position: relative;
    outline: none;
    cursor: pointer;
}

.btn-primary:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #00bfd6;
    border-color: #148693;
    box-shadow: none;
    outline: none;
}

.btn-primary--filter:before {
    content: "\f0b0";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 11px;
    right: 15px;
}

.c-filter-slider {
    padding: 30px 32px 32px;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.c-slider.noUi-horizontal .noUi-base {
    position: absolute;
    top: 0;
}

.c-slider .noUi-connect {
    background-color: #35ccde;
    box-shadow: unset;
}

.c-slider .noUi-handle {
    outline: none;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .39);
    border-radius: 50%;
    border: none;
}

.c-slider.noUi-horizontal .noUi-handle {
    width: 19px;
    height: 19px;
    top: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
}

.c-slider.noUi-horizontal .noUi-handle.noUi-handle-lower:before {
    content: "\ea3a";
    font-family: 'Nucleo Outline';
    left: 3px;
    top: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #ababab;
}

.c-slider.noUi-horizontal .noUi-handle.noUi-handle-upper:before {
    content: "\ea3b";
    font-family: 'Nucleo Outline';
    left: 5px;
    top: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #ababab;
}

.c-filter-range {
    list-style: none;
    display: flex;
}

.c-filter-range li {
    flex: 0 0 50%;
    text-align: center;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    letter-spacing: .3px;
    color: #858585;
    padding: 13px 15px 20px;
}

.c-filter-range li:after,
.c-filter-range li:before {
    display: block;
}

.c-filter-range li:before {
    content: attr(data-label);
}

.c-filter-range input[type=text] {
    width: 77px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    background-color: #f8f8f8;
    display: inline-block;
    overflow: hidden;
    border: none;
    margin: 6px 0;
    text-align: center;
    color: #3c3c3c;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: .3px;
}

.c-filter-range input.disabled {
    opacity: .5;
    text-align: left;
    direction: ltr;
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.c-filter-range li:after {
    content: attr(data-currency);
}

.filter-price {
    text-align: center;
}

.c-filter-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 6px;
    border: 1px solid #f2f2f2;
    float: left;
}

.delete-filter-search {
    color: #fb3449;
    margin-right: 10px;
    float: left;
    padding-left: 0;
    position: relative;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

.listing-options-labels ul {
    list-style: none;
    margin-top: -6px;
    margin-right: -8px;
}

.filter-label ul {
    margin-bottom: 8px;
    margin-right: 2px;
    margin-top: 6px;
    padding-left: 14px;
}

.listing-options-labels ul li {
    margin-right: 8px;
    margin-top: 8px;
    float: right;
}

.filter-label ul li {
    margin: 6px 10px 0 0;
    max-width: 100%;
}

.listing-options-label {
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    color: #5a5a5a;
    letter-spacing: .3px;
    font-size: 11px;
    font-size: .786rem;
    line-height: 30px;
    padding: 0 10px 0 31px;
    position: relative;
    display: inline-block;
}

.filter-label ul li div {
    border-color: #eee;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
}

.listing-options-label button {
    width: 32px;
    height: 100%;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    outline: none;
}

.filter-label ul li div button {
    color: #7d7d7d;
}

.listing-options-label button:before {
    content: "x";
    font-size: 15px;
    margin-top: -2px;
    color: #727272;
    vertical-align: top;
    display: inline-block;
    font-family: cursive;
}

.sidebar-page .category-result {
    padding: 10px 30px 10px 20px;
}

.sidebar-page .category-result ul ul {
    margin-right: 20px;
}

.sidebar-page .category-result ul li {
    margin: 7px 0;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar-page .category-result ul li::before {
    content: "\ea3a";
    font-family: 'Nucleo Outline';
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    right: -13px;
    top: 3px;
}

.sidebar-page .category-result ul li a:hover {
    color: #00bfd6
}

.sidebar-page .category-result ul ul ul li::before {
    content: '';
}

.ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.ui-input--quick-search {
    position: relative;
}

.ui-input--quick-search:before {
    font: normal normal normal 32px/1 'Nucleo Outline';
    content: "\ea64";
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 19px;
}

.ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    outline: none;
}

.ui-input--quick-search .ui-input-field {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    color: #555;
    background: #f8f8f8;
    border: 1px solid transparent;
    transition: .15s ease-in;
    letter-spacing: 0;
    padding: 7px 28px 8px 2px;
}

.ui-input--quick-search .ui-input-field {
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 38px;
    outline: none;
    font-family: iranyekan;
}

.ui-input--quick-search .ui-input-field:focus {
    border-color: #00bfd6;
    background: none;
}

.box .bootstrap-switch {
    top: 2px;
}

.box .box-toggle {
    cursor: pointer;
}

.box .box-toggle i {
    float: left;
    margin-top: 4px;
}

.box .filter-option {
    margin: 10px;
}

.box .filter-option .checkbox label,
.radio label {
    padding-right: 35px;
    padding-left: 0;
}

.box .filter-option .checkbox label::before,
.checkbox label::after {
    right: 0;
    left: auto;
}

.filter-color-product .checkbox {
    margin-bottom: 4px;
}

.breadcrumb-list {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    max-width: 100%;
    padding-left: 90px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    margin: 10px 0;
    padding-right: 0;
}

.breadcrumb-list {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.breadcrumb-list li {
    display: inline-block;
}

.breadcrumb-list li:before {
    content: "/";
    color: #cfcfcf;
    letter-spacing: .4px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 400 !important;
}

.breadcrumb-list li:first-child:before {
    content: "";
}

.breadcrumb-list li:last-child {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #6a6a6a;
}

.breadcrumb-list li a {
    color: #6a6a6a;
}

.listing {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
}

.listing-counter {
    position: absolute;
    top: -27px;
    left: 0;
    color: #b7b7b7;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
}

.listing-header {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 0 44px 0 130px;
    z-index: 2;
}

.listing-header:before {
    content: "\ea14";
    font: normal normal normal 20px/1 'Nucleo Outline';
    right: 13px;
    color: #cecece;
}

.listing-header:before,
.listing-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.listing-sort {
    list-style: none;
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 44px;
}

.listing-sort:before {
    display: inline-block;
    content: attr(data-label);
    color: #3b3b3b;
    margin-left: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    white-space: nowrap;
}

.listing-sort li {
    display: inline-block;
}

.listing-sort li a {
    display: block;
    padding: 0 5px;
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 25px;
    border-radius: 5px;
    white-space: nowrap;
}

.listing-sort li a {
    padding: 0 10px;
}

.listing-sort li a.active {
    background-color: #00bfd6;
    color: #fff;
}

.listing-sort li + li {
    margin-right: 5px;
}

.listing-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
    padding: 0;
}

.product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 46px 20px 60px;
}

.listing-items .product-box {
    border: 1px solid #ebebeb;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-seller-details {
    padding-right: 50px;
    position: relative;
    list-style: none;
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.product-seller-details:before {
    content: "\E0B5";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc;
}

.product-seller-details-item-grid:before {
    font-size: 21px;
    right: 10px;
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #565656;
}

.product-seller-details-item-grid .product-main-seller {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.product-seller-details:before {
    content: "\ea50";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc;
}

.product-seller-details-item-grid:before {
    font-size: 21px;
    right: 10px;
}

.product-seller-details-item-grid .product-main-seller {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.badge-seller {
    padding: 1px 20px 1px 5px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 1;
    border-radius: 9px;
    margin: 0 5px;
    white-space: nowrap;
}

.product-box:hover .product-seller-details-item-grid {
    opacity: 1;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.promotion-badge {
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    right: 0;
    z-index: 10;
    white-space: nowrap;
    margin-top: 1px;
    height: 29px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 17px;
}

.promotion-box-cover {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    margin-bottom: 27px;
}

.promotion-box-cover--out-of-stock {
    border-bottom: 1px solid #969696;
    z-index: 2;
    height: 27px;
}

.promotion-box-cover-text,
.m-t-lg,
.m-v-lg {
    margin-top: 2rem;
}

.promotion-box-cover-text {
    white-space: nowrap;
    font-weight: 700;
    z-index: 4;
    background-color: rgb(255, 255, 255);
    padding: 0px 10px;
}

.promotion-box-cover > div {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 20%;
    height: 31px;
}

.promotion-box-cover--out-of-stock .promotion-box-cover-text {
    color: rgb(171, 171, 171);
    font-size: 1.286rem;
    line-height: 0.222;
    font-weight: 400;
}

.promotion-badge--special-sale {
    color: #fb3449;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #fb3449;
    font-weight: 400;
}

.product-box-img {
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.promotion-box,
.promotion-box-image {
    position: relative;
}

.product-box-img {
    height: 230px;
}

.product-box-img img {
    overflow: hidden;
}

.product-box-img img {
    max-width: 100%;
    max-height: 100%;
}

.listing-items .product-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    margin-top: 20px;
}

.product-box-title a {
    color: #535353;
}

.product-box .c-product-box-variants {
    position: absolute;
    right: 16px;
    list-style: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 12px;
    top: 22px;
}

.product-box .c-product-box-variants > li {
    margin: 1px 0;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box .c-product-box-variants:after {
    content: attr(data-more);
    font-size: 11px;
    font-size: .786rem;
    line-height: 21px;
    color: #ababab;
    letter-spacing: .3px;
    white-space: nowrap;
    line-height: 38px;
    margin-right: 1px;
}

.product-box .c-variant {
    display: inline-block;
    margin-top: 28px;
}

.product-box .c-variant--color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
}

.listing-items .product-box-variants {
    position: absolute;
    right: 16px;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 12px;
    top: 19px;
}

.listing-items .product-box-variants,
.listing-items .product-box-variants > li {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.listing-items .product-box-variants,
.listing-items .product-box-variants > li {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.listing-items .product-box-variants > li {
    margin: 1px 0;
    height: 10px;
    display: -ms-flexbox;
    display: flex;
}

.variant {
    display: inline-block;
}

.variant--color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
}

.product-box-row {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.product-box-row-price {
    margin-top: 13px;
}

.header-amazing-search {
    content: "";
    background-color: rgba(255, 80, 98, .89);
    background-image: url('../img/svg/701f8a6b.svg');
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 275px;
}

.amazing-search .sidebar-page {
    margin-top: 12px;
}

.amazing-search .amazing-content {
    margin-top: 26px;
}

.sidebar-title-amazing {
    text-align: center;
    margin-bottom: 25px;
}

.amazing-search .breadcrumb-list li a,
.amazing-search .breadcrumb-list li:last-child,
.amazing-search .breadcrumb-list li:before {
    color: #fff;
}

.amazing-search .listing-counter {
    color: #fff;
}

.search-page .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.price-value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    color: #fb3449;
    letter-spacing: .8px;
}

.price-value--plp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
}

.price-value del {
    font-size: 16px;
    line-height: 22px;
    float: left;
    letter-spacing: .5px;
    color: #acacac;
    text-decoration: line-through;
}

.price-discount-oval {
    background-color: #fb3449;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.375;
    margin-right: 8px;
    min-width: 43px;
    height: 23px;
    float: left;
}

.price-value-wrapper {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    text-align: left;
}

.price-currency {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.price-currency {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
}

.price-value-wrapper .price-currency {
    font-weight: 400;
    font-size: 14px;
}

.product-seller-details {
    padding-right: 50px;
}

.product-seller-details-item {
    display: none;
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #565656;
}

.listing-items .product-box:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09);
    z-index: 11;
}

.label-check {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #f44336;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 1px 5px;
    font-size: 12px;
}

.pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10.5px -10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-items,
.pager-tabs {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    list-style: none;
}

.pager-items li,
.pager-tabs li {
    display: inline-block;
}

.pager-item,
.pager-next,
.pager-prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}

.pager-item {
    border-radius: 8px;
    color: #535353;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px;
}

.pager-item.is-active {
    background-color: #00bfd6;
    border: 1px solid #00bfd6;
    color: #fff;
}

.pager-items--partition {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    margin-left: 30px;
    margin-right: 30px;
}

.pager-next,
.pager-prev {
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 34px;
    font-family: LucidaGrande;
    letter-spacing: .3px;
    color: #6e6e6e;
}

.pager-next:before,
.pager-prev:before {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-top: 3px;
}

.pager-next:before {
    content: "\00bb";
}

/* Search Page */

/* 404 Page */

.page-404 {
    padding: 68px 0;
    text-align: center;
    line-height: 22px;
    float: right;
    width: 100%;
}

.page-404-title h1 {
    font-size: 38px;
    font-weight: bold;
}

.page-404-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
}

.page-404-action {
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none;
}

.page-404-action--primary {
    background-color: #6ab946;
    border: 1px solid #4aa42e;
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]) {
    position: relative;
    overflow: hidden;
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]):before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 200%;
    height: 200%;
    position: absolute;
    right: -50%;
    top: -50%;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    opacity: 0;
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    opacity: 1;
}

.page-404-action:hover {
    color: #fff;
}

.page-404-image {
    width: 90%;
    max-width: 677px;
    margin: auto;
}

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

/* 404 Page */

/* Cart Page */

.cart-empty {
    margin: 27px 0 30px;
    background: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 30px;
    text-align: center;
    line-height: 22px;
}

.cart-empty-icon {
    background: #f4f4f4;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    width: 138px;
    height: 140px;
}

.cart-empty-icon {
    width: 167px;
    height: 170px;
    line-height: 220px;
}

.cart-empty-icon i {
    font-size: 60px;
    color: #a8a8a8;
}

.cart-empty-title {
    font-size: 30px;
    margin: 25px 0 10px;
    color: #858585;
}

.cart-empty a.dk-btn {
    font-size: 14px;
    padding: 17px 60px;
}

.cart-empty-url {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    letter-spacing: -.6px;
    color: #656565;
    margin-top: 40px;
}

.cart-empty a.btn-link-spoiler {
    margin-left: 10px;
}

.cart-empty a.btn-link-spoiler:before {
    border-left: 1px solid #d5d5d5;
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    height: 100%;
}

.cart-empty-url a {
    text-decoration: none;
    color: #009ec9;
    border-bottom: 1px dashed #009ec9;
}

.cart-page-title {
    margin: 26px 0 20px;
    padding: 0 30px;
    position: relative;
}

.cart-page-title h1 {
    color: inherit;
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
}

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

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

.number-input {
    border: 1px solid #c8c8d6;
    border-radius: 10px;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #c8c8d6;
}

.number-input button.plus:after {
    transform: translate(0, 0) rotate(90deg);
}

.number-input input[type=number] {
    max-width: 30px;
    padding: 0.5rem;
    border: solid #c8c8d6;
    border-width: 0 1px;
    font-size: 18px;
    height: 30px;
    font-weight: bold;
    text-align: center;
}

.checkout-content {
    margin: 0 0 10px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
}

.checkout-header {
    display: flex;
    align-items: center;
    margin: 0 16px;
    padding: 12px 24px 12px 0;
    border-bottom: 1px solid #fff;
    position: relative;
}

.checkout-header--express {
    color: #ef394e;
    border-bottom-color: #ef394e;
}

.checkout-header:before {
    font-size: 24px;
    position: absolute;
    right: 0;
}

.checkout-header--express:before {
    content: "\ea27";
    font-family: 'Nucleo Outline';
    font-size: 18px;
}

.checkout-header-title {
    margin-right: 8px;
    color: #858585;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;
}

.checkout-header-extra-info {
    margin-right: 8px;
    color: #a1a3a8;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.5;
}

.checkout-items {
    padding: 0;
    list-style: none;
}

.checkout-item {
    border-top: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
}

.checkout-item:first-child {
    border-top: none;
}

.checkout-item td,
.checkout-item th {
    border: 0;
}

.checkout-item td {
    position: relative;
    vertical-align: middle;
}

.checkout-btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 23px;
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #999;
    background: #f5f5f5;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    outline: none !important;
}

.checkout-title {
    font-size: 15px;
    line-height: 1.88;
    margin-bottom: 15px;
    border-bottom: 0;
}

.checkout-dealer {
    font-size: 13px;
    line-height: 1.692;
    margin: 7px 0;
}

.checkout-guarantee,
.checkout-special-deal {
    font-size: 12px;
    line-height: 1.833;
    margin: 7px 0;
}

.checkout-variant {
    font-size: 13px;
    line-height: 1.692;
    margin: 7px 0;
}

.checkout-variant-value {
    position: relative;
    margin-right: 8px;
}

.checkout-variant--color .checkout-variant-value {
    padding-left: 25px;
}

.checkout-variant--color .checkout-variant-shape {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    position: absolute;
    left: 0;
    top: 0;
}

.checkout-save-for-later {
    text-align: right;
    color: #009ec9 !important;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.833;
}

.count-item {
    position: absolute;
    z-index: 1000000;
    right: 19px;
    margin-top: 6px;
}

.count-item .nice-select {
    padding-right: 18px;
    padding-left: 30px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8d6;
    clear: none;
}

.count-item .nice-select:after {
    left: 12px;
    right: auto;
}

.count-item .nice-select:active,
.count-item .nice-select.open,
.count-item .nice-select:focus {
    border: 1px solid #c8c8d6;
}

.count-item .nice-select.right .list {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8d6;
}

.count-item .nice-select .option {
    padding-right: 18px;
    padding-left: 29px;
    text-align: right;
}

.cart-page .checkout-aside {
    margin-top: 77px;
    margin-bottom: 83px;
}

.checkout-summary {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    line-height: 22px;
}

.checkout-summary-summary {
    list-style: none;
    padding: 15px 10px;
    margin: 0;
}

.checkout-summary-summary li {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
}

.checkout-summary-summary li:last-child {
    padding-bottom: 0;
}

.checkout-summary-summary li span:last-child {
    margin-right: auto;
}

.wiki-holder {
    position: relative;
    display: inline-block;
}

.checkout-summary-summary .wiki {
    line-height: 32px;
}

.checkout-summary-summary li span:last-child {
    margin-right: auto;
}

.checkout-summary-summary .wiki:first-of-type {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: #777676;
}

.checkout-summary-summary .wiki:last-of-type {
    margin-right: 5px;
}

.wiki-sign {
    position: relative;
    margin-right: 5px;
    width: 22px;
    height: 100%;
    display: block;
    margin-top: -4px;
}

.wiki-sign:after {
    content: "\ea04";
    font-family: 'Nucleo Outline';
    color: #ababab;
    font-size: 20px;
    line-height: 1.048;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wiki-container {
    position: absolute;
    top: calc(100% + 17px);
    right: -10px;
    padding: 11px 11px 21px;
    min-width: 273px;
    max-width: 394px;
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    z-index: 121;
    display: none;
}

.wiki-container.is-right {
    left: -10px;
    right: unset;
}

.wiki-arrow {
    position: absolute;
    top: -8px;
    right: 16px;
    width: 13.7px;
    height: 13.7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
    -webkit-box-shadow: inset -1px -1px 0 0 #b8b8b8;
    box-shadow: inset -1px -1px 0 0 #b8b8b8;
}

.wiki-container.is-right .wiki-arrow {
    left: 14px;
    right: unset;
}

.wiki-text {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    font-weight: 400;
    letter-spacing: -.3px;
    text-align: right;
    direction: rtl;
    color: #777;
}

.checkout-summary-devider {
    padding: 0 10px;
}

.checkout-summary-devider div {
    width: 100%;
    height: 4px;
    border: 1px solid #e6e6e6;
    border-right: none;
    border-left: none;
}

.checkout-summary-content {
    padding: 15px;
    color: #a0a0a0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

.checkout-summary-content .parent-btn {
    text-align: center;
}

.checkout-summary-content .parent-btn .dk-btn {
    width: 100%;
}

.checkout-summary-price-title {
    text-align: center;
    color: #676767;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: normal;
}

.checkout-summary-price-value {
    text-align: center;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: normal;
    color: #fb3449;
}

.checkout-summary-price-value-amount {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700;
}

.wiki-holder {
    position: relative;
    display: inline-block;
}

.checkout-summary-content .wiki {
    line-height: 32px;
}

.checkout-summary-content .wiki:last-of-type {
    margin-right: 5px;
}

.checkout-feature-aside {
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    font-size: 11px;
    font-size: .786rem;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500;
}

.checkout-feature-aside ul {
    padding: 0;
    margin-bottom: 0;
}

.checkout-feature-aside-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    padding: 0 27px 0 20px;
}

.checkout-feature-aside-item:last-child {
    margin-bottom: 0;
}

.checkout-feature-aside-item-guarantee {
    background: url('../img/svg/return-policy.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

.checkout-feature-aside-item-cash {
    background: url('../img/svg/payment-terms.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

.checkout-feature-aside-item-express {
    background: url('../img/svg/delivery.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

/* Cart Page */

/* Single-product Page */

main.single-product .breadcrumb {
    font-size: 14px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: auto;
    float: right;
}

main.single-product .breadcrumb nav {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

main.single-product .breadcrumb a {
    color: #6a6a6a;
}

main.single-product .breadcrumb a:before {
    content: "/";
    color: #cfcfcf;
    letter-spacing: .4px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 400 !important;
}

main.single-product .breadcrumb a:first-child:before {
    content: '';
}

main.single-product .product {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding: 20px;
    width: 100%;
}

main.single-product .product .zoomWrapper {
    width: 100% !important;
    height: 410px !important;
    float: right;
    margin-bottom: 15px;
    text-align: center;
}

main.single-product .product .zoomWrapper img {
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
}

.zoomWindow {
    border: 2px solid rgb(0, 0, 0) !important;
}

.zoomLens {
    width: 150px !important;
    height: 140px !important;
}

.section-product-gallery {
    border-left: 1px solid #f4f4f4;
}

#gallery-slider .swiper-button-next,
#gallery-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    outline: none;
    background-image: unset;
    border-radius: 50%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
}

#gallery-slider .swiper-button-prev {
    position: absolute;
    right: 4px;
    top: 50%;
    color: #a8a8a8;
}

#gallery-slider .swiper-button-next {
    position: absolute;
    left: 4px;
    top: 50%;
    color: #a8a8a8;
}

#gallery-slider .swiper-button-next i,
#gallery-slider .swiper-button-prev i {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #a8a8a8;
}

#gallery-slider .swiper-button-disabled {
    opacity: .1;
    cursor: auto;
    pointer-events: all;
}

.remodal-gallery {
    text-align: left;
    max-width: 90vw;
    direction: ltr;
    height: 650px;
    overflow: visible !important
}

.remodal-gallery-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    height: 100%
}

.remodal-gallery-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 85.5%;
    flex: 0 0 85.5%;
    max-width: 85.5%;
    height: 100%
}

.remodal-gallery-content .swiper-container {
    height: 100%
}

.remodal-gallery-content .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100%;
    position: relative
}

.remodal-gallery-content .swiper-slide img {
    max-width: 100%;
    max-height: 90%;
    overflow: hidden
}

.remodal-gallery-side {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 14.5%;
    flex: 0 0 14.5%;
    max-width: 14.5%;
    padding: 13px 27px 13px 0;
    border-left: 1px solid #eaeaea;
    text-align: center;
    height: 100%
}

.remodal-gallery-side .swiper-button-next,
.remodal-gallery-side .swiper-button-prev {
    background: hsla(0, 0%, 100%, .8);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    width: 69px;
    height: 69px;
    line-height: 30px;
    font-weight: bold;
    top: auto;
    bottom: auto;
    left: 50%;
    right: auto;
    margin-top: 0;
    margin-left: -35px;
    outline: none;
}

.remodal-gallery-side .swiper-button-next {
    color: #a8a8a8;
    bottom: 5px
}

.remodal-gallery-side .swiper-button-prev {
    color: #a8a8a8;
    top: -25px
}

.remodal-gallery-side .swiper-button-next:before,
.remodal-gallery-side .swiper-button-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    font-size: 26px;
    font-family: 'Nucleo Outline';
}

.remodal-gallery-side .swiper-button-next:before {
    content: "\ea39"
}

.remodal-gallery-side .swiper-button-prev:before {
    content: "\ea3c"
}

.remodal-gallery-side .swiper-container {
    height: 100%
}

.remodal-gallery-side .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20%;
    cursor: pointer;
    position: relative
}

.remodal-gallery-side .swiper-slide:before {
    height: 100%;
    width: 2px;
    left: 0;
    position: absolute;
    content: ""
}

.remodal-gallery-side .swiper-slide.swiper-slide-active:before {
    background: #00bfd6
}

.remodal-gallery-side .swiper-slide img {
    opacity: .45;
    max-width: 100%;
    max-height: 100%
}

.remodal-gallery-side .swiper-slide.swiper-slide-active img {
    opacity: 1
}

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 img {
    height: 60px;
    width: 60px;
    padding: 10px 10px;
    display: inline-block;
}

main.single-product .product .gallery-items.show-sm li {
    display: flex;
    align-items: center;
    justify-content: center;
}

main.single-product .product .gallery-items.hidden-sm li {
    height: 80px;
    padding: 10px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

main.single-product .product .gallery-items li a {
    opacity: 0.6;
}

main.single-product .product .gallery-items li a img {
    max-width: 100%;
}

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

main.single-product .product .gallery-items li:last-child img {
    opacity: 0.4;
}

main.single-product .product .gallery-items li:last-child:hover img {
    opacity: 0.5;
}

main.single-product .product .gallery-items li button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 34px;
    color: #fff;
    background-color: rgba(115, 114, 115, .6);
    font-size: 28px;
    position: absolute;
    top: 30%;
    right: 25%;
    outline: none;
    cursor: pointer;
}

main.single-product .product .gallery-items li button span {
    position: absolute;
    top: -10px;
    right: 6px;
}

main.single-product .product .gallery-items .owl-nav .owl-prev,
main.single-product .product .gallery-items .owl-nav .owl-next {
    width: 39px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}

main.single-product .product .gallery-items .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    top: 34%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

main.single-product .product .gallery-items .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    top: 34%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

main.single-product .product .gallery-items .owl-nav .disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: all;
}

main.single-product .product .gallery-items .owl-nav .owl-prev i,
main.single-product .product .gallery-items .owl-nav .owl-next i {
    font-size: 17px;
    color: #979898;
    line-height: 52px;
}

main.single-product .gallery-modal .modal-header {
    z-index: 1000000000;
}

main.single-product .gallery-modal .close {
    left: 10px;
    right: auto;
    background: transparent;
    font-size: 30px;
}

main.single-product .gallery-modal {
    padding-right: 0 !important;
}

main.single-product .modal-content {
    overflow: hidden;
}

main.single-product .gallery-modal .modal-dialog {
    max-width: 1200px;
}

main.single-product .gallery-modal .owl-thumbs button {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: none;
    width: 90px;
    height: 60px;
    margin: 20px auto;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
    border: 0;
    border-left: 2px solid transparent;
    outline: none;
    display: block;
    margin-bottom: 15px;
}

main.single-product .gallery-modal .owl-thumbs button.active {
    border-left: 2px solid #00bfd6;
}

main.single-product .gallery-modal .owl-thumbs button img {
    position: absolute;
    top: 5px;
    right: 0;
    max-width: 100%;
}

main.single-product .gallery-modal .owl-prev,
main.single-product .gallery-modal .owl-next {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    width: 69px;
    height: 69px;
    z-index: 1000000000000;
    opacity: 1;
    color: #000;
    outline: none;
    position: absolute;
    font-size: 20px;
}

main.single-product .gallery-modal .owl-prev {
    top: -30px;
    right: -15%;
}

main.single-product .gallery-modal .owl-next {
    right: -15%;
    bottom: 0;
}

.wrapper-gallery {
    height: 500px;
}

.wrapper-gallery .swiper-slide img {
    display: block;
    /* height: 100%;
    width: 100%; */
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.wrapper-gallery .Thumbs-gallery-modal img {
    max-width: 100%;
}

.Thumbs-gallery-modal .swiper-slide {
    opacity: 0.4;
}

.Thumbs-gallery-modal .swiper-slide-active {
    opacity: 1;
}

.product-title {
    border-bottom: 1px solid #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 8px;
}

.product-title h1 {
    line-height: 1.467;
    color: #494949;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1.294 !important;
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-title h1 span {
    color: #b5b5b5;
    font-size: 14px !important;
    line-height: 1.571 !important;
    display: block;
    margin-top: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-directory ul {
    margin-right: -28px;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.product-directory li {
    margin-right: 28px;
    display: inline-block;
    font-size: 13px;
}

.product-variant {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.product-variant > span {
    font-size: inherit;
    color: inherit;
    padding-left: 15px;
    margin-top: 3px;
    float: right;
}

.product-variants {
    margin-right: -8px;
    list-style: none;
    padding: 0;
    display: inline-block;
    max-width: calc(100% - 100px);
    margin-bottom: 0;
}

.product-variants li {
    margin: 0 8px 8px 0;
    display: inline-block;
}

.c-ui-variant--hide {
    display: none !important;
}

.product-variants.active .c-ui-variant--hide {
    display: inline-block !important;
}

.c-ui-variant {
    display: inline-block;
    position: relative;
}

.c-ui-variant--color .c-ui-variant-shape {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 5px;
    background: #ccc;
    border: 1px solid #ccc;
    content: "";
}

.c-ui-variant input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.c-ui-variant--check {
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 5px;
    color: #6f6f6f;
    padding: 3px 10px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: block;
}

.c-ui-variant--color .c-ui-variant--check {
    padding-right: 37px;
}

.product-variant .show-less {
    display: none;
}

.variant-selector:checked + .c-ui-variant--check {
    border-color: #00bfd6;
}

.product-guarantee {
    margin: 10px 0 15px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.product-guarantee i {
    float: right;
    margin: 4px 0 0 10px;
    color: #3081fb;
}

.product-guarantee p {
    float: right;
}

.product-delivery-seller i {
    font-size: 20px;
    color: #c1c1c1;
    float: right;
    margin-left: 7px;
}

.product-delivery-seller span {
    float: right;
    margin-left: 7px;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
    float: right;
}

.price-discount {
    font-size: 14px;
    font-size: 1rem;
    line-height: 28px;
    margin-right: auto;
    background-color: #ef5662;
    height: 28px;
    color: #fff;
    padding: 0 10px;
    border-radius: 0 19px 19px 19px;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
}

.price-product > :not(:first-child) {
    margin-right: 10px;
}

.price-product .price-discount {
    height: 32px;
    padding: 0 22px;
}

.price-product .price-discount,
.price-product .price-discount span {
    font-size: 16px;
    line-height: 32px;
}

.price-discount[data-title]:before {
    position: absolute;
    bottom: 100%;
    right: 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
    color: #7f7f7f;
    content: attr(data-title);
}

.price-product .price-discount,
.price-product .price-discount span {
    font-size: 16px;
    line-height: 32px;
}

.product-add {
    margin: 15px 0;
}

.product-guaranteed {
    margin-right: auto;
    letter-spacing: -.3px;
    font-size: 11px;
    line-height: 2.18;
    color: #4b4b4b;
    position: relative;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    text-align: center;
    padding: 60px 20px 0;
}

.product-guaranteed:before {
    content: "\f0a3";
    font-family: FontAwesome;
    font-size: 35px;
    color: #ff637d;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%);
}

.product-guaranteed:after {
    content: "\ea22";
    font-family: 'Nucleo Outline';
    position: absolute;
    right: 50%;
    top: 27%;
    transform: translate(50%);
    color: #fff;
    font-size: 15px;
}

.product-params {
    height: 140px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}

.product-params .sum-more {
    width: 100%;
    position: absolute;
    height: 30px;
    text-align: right;
    background: #FFF;
    bottom: 0;
    right: 0;
    line-height: 27px;
    font-size: 13px;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
}

.product-params .show-less {
    display: none;
}

.product-params.active {
    height: auto;
}

.product-params ul {
    list-style: none;
    padding: 0;
    color: #55565a;
    margin-bottom: 0;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.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-params ul li {
    margin: 5px 15px;
    width: 100%;
    font-size: 13px;
    position: relative;
}

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

.product-params ul li span {
    margin-left: 5px;
    white-space: normal;
}

.product-params ul li span:first-child {
    font-weight: 700;
}

ul.gallery-options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}

ul.gallery-options li {
    margin-bottom: 5px;
    z-index: 980;
    position: relative;
}

ul.gallery-options button {
    width: 41px;
    height: 41px;
    border-radius: 8px;
    background-color: #fff;
    border: 0;
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;
}

ul.gallery-options button img, ul.gallery-options a img {
    width: 28px;
    display: block;
    margin: auto;
}

.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.modal .modal-header .close {
    color: #666;
    text-shadow: none;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 10px;
    padding: 0;
    opacity: 1;
}

ul.gallery-options .tooltip-option {
    opacity: 0;
    visibility: hidden;
    padding: 9px 15px;
    background-color: #6f6f6f;
    color: #fff;
    z-index: 4;
    font-size: 13px;
    line-height: 1.692;
    position: absolute;
    top: 2px;
    right: 60px;
    width: 160px;
    text-align: center;
    transition: all 0.2s ease-in;
}

ul.gallery-options .tooltip-option::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;
}

ul.gallery-options li:hover .tooltip-option {
    opacity: 1;
    visibility: visible;
}

.favorites {
    color: #f44336 !important;
}

.modal-share .modal-content .modal-header button {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;
}

.modal-share .modal-content .modal-header button {
    position: absolute;
    left: 27px;
    right: auto;
    top: 30px;
    outline: 0;
}

.modal-share .modal-content .form-share-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px;
}

.modal-share .modal-content .btn-group-share {
    list-style: none;
    padding: 0;
    margin-right: -12px;
    text-align: center;
}

.modal-share .modal-content .btn-group-share li {
    display: inline-block;
    margin-right: 12px;
}

.modal-share .modal-content .btn-share {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.modal-share .modal-content .btn-share img {
    width: 25px;
    margin-top: -6px;
}

.modal-share .modal-content .btn-share:hover {
    color: #fff;
}

.modal-share .modal-content .btn-share-twitter {
    background: #4dcceb;
}

.modal-share .modal-content .btn-share-facebook {
    background: #4d8deb;
}

.modal-share .modal-content .btn-share-google-plus {
    background: #eb4d4d;
}

.modal-share .modal-content .btn-share-whatsapp {
    background: #43d854;
}

.modal-share .modal-content .ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    font-family: iranyekan;
    outline: none;
}

.modal-share .modal-content .btn-primary {
    border-radius: 8px;
    color: #fff;
    border: none;
    min-width: 161px;
    text-decoration: none;
    background-color: #00bfd6;
    border: 1px solid #148693;
    font-family: iranyekan;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

.modal-share .modal-content .ui-url {
    display: block;
}

.modal-share .modal-content .ui-url-field {
    background: none;
    border: none;
    border: 1px solid #efefef;
    border-radius: 6px;
    color: #a9a9a9;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    padding: 10px;
    width: 100%;
    letter-spacing: -.4px;
    direction: ltr;
    outline: none;
    margin-top: 12px;
}

#product-seller-info {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    box-shadow: none;
}

#product-seller-info ul {
    position: relative;
    min-height: 206px;
    max-height: 300px;
}

#product-seller-info ul ul:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0), #ececec);
}

#product-seller-info ul li {
    position: relative;
    font-size: .9rem;
    color: #000;
    cursor: default;
}

#product-seller-info ul li a {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    padding-right: 70px;
}

#product-seller-info ul li i {
    font-size: 1.7rem;
    color: #9b9b9b;
    position: absolute;
    top: 30%;
    right: 20px;
}

#product-seller-info ul li img {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 24px;
}

.c-product-info-box-body-wrapper {
    overflow-y: auto;
    position: relative;
    height: 220px;
    padding: 10px 20px 20px;
}

.c-product-info-box-body-wrapper::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 16px
}

.product-stock-title {
    display: flex;
    color: #969696;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-stock-title:after,
.product-stock-title:before {
    content: "";
    margin: .7rem;
    flex: 1;
    height: 1px;
    background: #969696;
}

/* background of the scrollbar except button or resizer */
.c-product-info-box-body-wrapper::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.c-product-info-box-body-wrapper::-webkit-scrollbar-track:hover {
    background-color: #f5f5f5
}

/* scrollbar itself */
.c-product-info-box-body-wrapper::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #f5f5f5
}

.c-product-info-box-body-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.c-product-info-box-body-wrapper::-webkit-scrollbar-button {
    display: none
}

.product-seller-row--other-sellers {
    padding: 10px 0;
}

.product-seller-row--other-sellers a {
    border-top: 1px solid #e4e4e4;
}

.product-seller-row--other-sellers a:hover,
.product-seller-row--other-sellers a:focus {
    color: #000;
    background-color: transparent;
}

.product-seller-row-main {
    float: right;
    font-size: 1rem;
}

.product-seller-row-info {
    color: #00bfd6;
    font-weight: 700;
    float: left;
}

.c-product-info-box-row {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
}

.c-badge-seller {
    padding: 1px 20px 1px 5px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 1;
    border-radius: 9px;
    margin: 0 5px;
    white-space: nowrap;
}

.c-badge-seller--prominent {
    color: #388e3c;
    height: 18px;
    background: #f2f8f2 url(../img/prominent.svg) no-repeat 100%;
}

.c-product-feedback {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    width: 30%;
}

.c-product-feedback-percent {
    font-size: 1.5rem;
    color: #c62828;
    background: #ffebee;
    border-radius: .5rem;
}

.c-product-feedback-percent--green {
    color: #388e3c;
    background-color: #e8f5e9;
}

.c-product-additional-item {
    color: #686868;
    font-size: 12px;
}

.c-product-additional-item i {
    float: right;
    margin: 5px 0 5px 5px;
    font-size: 16px;
}

.product-feature-box {
    border-top: 1px solid #f4f4f4;
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
    padding-top: 15px;
    position: absolute;
    bottom: 30px;
}

.card-wallet {
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.product-feature-col {
    flex: 0 0 20%;
    max-width: 20%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-feature-item {
    display: flex;
    align-items: center;
    color: #9b9b9b;
    font-size: .7rem;
}

.product-feature-item img {
    float: right;
    max-width: 20px;
    margin-left: 5px;
}

.u-text-big {
    font-size: 1.2rem;
}

.u-text-secondary {
    color: #979797;
}

.c-product-info-box-feedbacks,
.c-product-info-box-v-feedbacks {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.c-product-v-feedback-label {
    font-size: .8rem;
    text-align: left;
}

.c-product-v-feedback-bar {
    position: relative;
    height: .5rem;
    border-radius: .5rem;
    background: #ccc;
}

.c-product-v-feedback-bar--very-green {
    position: absolute;
    background-color: #47ae4c;
}

.c-product-v-feedback-bar--green {
    position: absolute;
    background-color: #7ed321;
}

.c-product-v-feedback-bar--yellow {
    position: absolute;
    background-color: #ffea00;
}

.c-product-v-feedback-bar--orange {
    position: absolute;
    background-color: #ff9100;
}

.c-product-v-feedback-bar--red {
    position: absolute;
    background-color: #ec3131;
}

.c-product-seller-first-line {
    font-size: 14px;
}

.c-product-seller-name {
    font-weight: 700;
}

.c-product-seller-second-line {
    font-size: .9rem;
    color: #00bfd6;
}

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

.u-divider:before {
    content: "|";
    display: inline-block;
    color: #e4e4e4;
    margin: 0 4px;
}

#product-seller-info ul li a:hover {
    color: #000;
    background-color: #ececec;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

#product-seller-info ul .price-value {
    float: none;
}

.bottom-seller-info a {
    border: 1px solid #41a7b4;
}

.bottom-seller-info .dk-btn:before {
    width: 70px;
}

.bottom-seller-info a:hover {
    background-color: #00bfd6;
}

.dk-no-icon {
    padding: 15px 20px;
    font-size: 16px;
}

.dk-no-icon:hover {
    background: #959595;
}

.dk-no-icon::before {
    display: none;
}

.tooltip {
    font-family: iranyekan;
}

.box-suppliers .o-headline--delivery {
    padding-right: 0;
    font-size: 16px;
    line-height: 1.571;
    font-weight: 700;
}

.seller-list-section {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    position: relative;
}

.seller-list-section .btn-link-border {
    font-size: 18px;
}

.seller-list-section .show-less {
    display: none;
}

.table-suppliers {
    height: 161px;
    overflow-y: hidden;
}

.table-suppliers.active {
    height: auto;
}

.table-suppliers tr {
    border-bottom: 1px solid #e8e8e8;
}

.table-suppliers tr.active {
    background: #f4fbff;
    border: 1px solid #19bfd3;
}

.table-suppliers td {
    vertical-align: middle;
    border: 0;
}

.table-suppliers td.add-to-cart {
    width: 150px;
}

.table-suppliers td i {
    float: right;
    margin: 10px;
    margin-left: 8px;
    font-size: 18px;
    color: rgb(154, 154, 154);
}

.table-suppliers td img {
    float: right;
    margin: 10px;
    margin-left: 8px;
}

.table-suppliers td > p {
    float: right;
    margin-bottom: 0;
    margin-top: 12px;
}

.table-suppliers td .name-supplier {
    margin-top: 0;
}

.table-suppliers td a.rate-supplier {
    float: right;
    width: 100%;
    margin: -10px 34px 6px;
    color: #00bfd6;
}

.table-suppliers .btn-add-to-cart {
    background-color: transparent;
    color: rgb(0, 191, 214);
    font-weight: 700;
    font-size: 1rem;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0, 191, 214);
    padding: 6px 16px;
}

.table-suppliers .btn-add-to-cart:hover {
    background-color: rgb(0, 191, 214);
    color: #fff;
}

.box-tabs .tab-items ul {
    list-style: none;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    letter-spacing: -.4px;
    width: 100%;
    padding: 0;
}

.box-tabs-tab {
    border-left: 1px solid #dfdfdf;
    position: relative;
}

.box-tabs-tab a {
    padding: 14px 20px;
    position: relative;
    color: #6f6f6f;
    display: block;
    line-height: 27px;
}

.box-tabs-tab a.active {
    padding-bottom: 14px;
    color: #6f6f6f;
    background: #fff;
    margin-bottom: -1px;
    padding-top: 15px;
}

.box-tabs-tab a.active {
    border-right: 1px solid #dfdfdf;
    margin-right: -1px;
}

.box-tabs-tab .active:before {
    display: block;
    content: "";
    left: -1px;
    right: -1px;
    bottom: 100%;
    height: 4px;
    background: #00bfd6;
    position: absolute;
}

.box-tabs-tab i {
    color: #c3c3c3;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 23px;
}

.comments-headline {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.571;
    letter-spacing: -.6px;
    color: #6f6f6f;
}

.comments-headline > span {
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
}

.comments-headline > span span {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    color: #6f6f6f;
    margin: 0 3px;
}

.comments-summary-box,
.comments-summary-note {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.comments-summary-note > span {
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
    color: #5a5a5a;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    display: block;
}

.comments-summary-note p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2.27;
    margin-bottom: 35px;
    color: #676767;
}

.comment-body .message-light {
    margin: 15px 0;
}

.message-light--purchased {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.23;
    background-color: #fdfff8;
    border: 1px solid #e2f0d5;
    border-radius: 3px;
    color: rgba(36, 90, 29, .98);
    padding: 7px 40px 7px 12px;
}

.message-light--purchased:before {
    content: "\ea1d";
    font-family: 'Nucleo Outline';
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 6px;
}

.comments-user-shopping {
    list-style: none;
    padding: 5px 0 0;
}

.comments-user-shopping > li {
    margin: 20px 0;
}

.comments-user-shopping > li .cell {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #777;
    margin: 5px 0;
}

.comments-user-shopping > li .color-cell {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.comments-user-shopping > li .color-cell .shopping-color-value {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.comments-user-shopping > li .seller-cell:before {
    content: "\ea50";
    font-family: 'Nucleo Outline';
    position: relative;
    top: 3px;
    margin-left: 7px;
}

.comments-product-attributes-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px;
}

.comments-product-attributes .slider.slider-horizontal {
    width: 70%;
}

.comments-product-attributes .slider.slider-horizontal.slider-rtl .slider-track {
    background: #d5d5d5;
    height: 5px;
}

.comments-product-attributes .slider-selection.tick-slider-selection {
    background: #35ccde;
}

.comments-product-attributes .slider-tick {
    width: 12px;
    height: 12px;
    background: silver;
    border: 2px solid #fcfcfc;
    top: 2px;
}

.comments-product-attributes .slider-tick.in-selection {
    width: 12px;
    height: 12px;
    border: 2px solid #fcfcfc;
    background-color: #35ccde;
    top: 2px;
}

.comments-product-attributes .slider-handle {
    width: 19px;
    height: 19px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    background: #35ccde;
    top: -3px;
}

.comments-add-col--content input::placeholder,
.comments-add-col--content textarea::placeholder {
    padding-right: 7px;
}

.comments-add-col--content h3 {
    margin-bottom: 45px;
    letter-spacing: -.5px;
    font-size: 22px;
    line-height: 1.5;
    color: #555;
}

.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;
}

.comments-add-col--content .btn-primary {
    float: right;
}

.comments-add-col--content p {
    font-size: 14px;
    line-height: 1.36;
    text-align: justify;
    float: right;
    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;
}

.tag-input-st .bootstrap-tagsinput {
    width: 100%;
    padding: 0;
}

.tag-input-st .bootstrap-tagsinput input {
    width: 100%;
    line-height: 1.571;
    padding: 11px 12px;
}

.tag-input-weak .addui-Tags .addui-Tags-tag,
.tag-input-weak .addui-Tags .addui-Tags-tag.addui-Tags-removable:after {
    color: #f44336;
}

.o-text-blue {
    color: #1ca2bd;
}

.message-light--opinion-positive {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.23;
    background-color: #f1feff;
    border: 1px solid #c2f2f7;
    border-radius: 3px;
    color: #1599a9;
    padding: 7px 40px 7px 12px;
}

.message-light--opinion-positive:before {
    content: "\ea37";
    font-family: 'Nucleo Outline';
    position: absolute;
    right: 12px;
    top: 3px;
    font-size: 17px;
}

.param-title {
    color: #6f6f6f;
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
}

.param-title span,
.param-title {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    letter-spacing: -.3px;
}

.param-title span {
    display: block;
    color: #a7a7a7;
}

.box-tabs .card-body {
    background-color: #fff;
}

.box-tabs h1, .box-tabs h2, .box-tabs h3, .box-tabs h4, .box-tabs h5, .box-tabs h6 {
    font-weight: bold;
}

.box-tabs .card-body h1 {
    font-size: 20px;
}

.box-tabs .card-body h2 {
    font-size: 19px;
}

.box-tabs .card-body h3 {
    font-size: 18px;
}

.box-tabs .card-body h4 {
    font-size: 17px;
}

.box-tabs .card-body h5 {
    font-size: 16px;
}

.box-tabs .card-body h6 {
    font-size: 15px;
}

.box-content-product {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.parent-expert {
    position: relative;
}

.content-expert-evaluation {
    margin: 30px -10px 40px;
}

.content-expert-evaluation-negative,
.content-expert-evaluation-positive {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.content-expert-evaluation-positive span {
    color: #00bfd6;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}

.content-expert-evaluation-negative span {
    color: #f44336;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}

.content-expert-evaluation-negative ul,
.content-expert-evaluation-positive ul {
    list-style: none;
    padding: 0;
}

.content-expert-evaluation-negative ul li,
.content-expert-evaluation-positive ul li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
}

.content-expert-evaluation-negative ul li:before,
.content-expert-evaluation-positive ul li:before {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
}

.content-expert-evaluation-positive ul li:before {
    background-color: #00bfd6;
}

.content-expert-rating {
    list-style: none;
    padding: 5px 13px 33px 60px;
    background: #fff;
    border-radius: 5px;
}

.content-expert-rating > li {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
    align-items: center;
    margin-top: 15px;
}

.content-expert-rating > li:first-child {
    margin-top: 0;
}

.content-expert-rating > li .cell {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

.content-expert-rating > li .cell:first-child {
    flex: 0 0 45%;
    max-width: 45%;
}

.content-expert-rating > li .cell:last-child {
    flex: 0 0 55%;
    max-width: 55%;
}

.rating {
    position: relative;
    height: 4px;
    border-radius: 3px;
    background: #eaeaea;
}

.rating--general {
    background-color: #d5d5d5;
}

.rating[data-rate-digit]:before {
    position: absolute;
    right: 100%;
    top: 50%;
    content: attr(data-rate-digit);
    margin-right: 11px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rating-rate {
    width: 0;
    height: 100%;
    background: silver;
    border-radius: 3px;
}

.rating--general .rating-rate {
    background-color: #00bfd6;
}

.tab-content .content-expert {
    height: 250px;
    overflow: hidden;
    padding-bottom: 20px;
}

.tab-content .content-expert p {
    max-width: 800px;
    margin: 0 auto !important;
    text-align: justify;
    font-size: 14px;
    color: #625f5f;
    line-height: 30px;
}

.tab-content .sum-more {
    width: 100%;
    position: absolute;
    height: 50px;
    text-align: center;
    background: #FFF;
    bottom: 0;
    right: 0;
    line-height: 47px;
    font-size: 13px;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
}

.tab-content .show-less {
    display: none;
}

.tab-content .shadow-box {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 41px;
    height: 100px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    margin: auto;
}

.tab-content .content-expert.active {
    height: auto;
}

.tab-content .accordion .card {
    box-shadow: none;
}

.tab-content .accordion .card .card-header {
    background-color: #fff;
    padding: 0;
    border-bottom: 0;
}

.tab-content .accordion h5 button {
    font-family: iranyekan;
    color: #000;
    padding-right: 50px;
    position: relative;
}

.tab-content .accordion h5 button::before {
    content: '-';
    width: 38px;
    height: 32px;
    line-height: 32px;
    background-color: #a7a9a9;
    position: absolute;
    right: 0;
    top: 10px;
    border: none;
    color: #fff;
    border-radius: 0 15px 15px 15px;
    outline: none;
}

.tab-content .accordion h5 button.collapsed::before {
    content: '+';
}

.box-tabs .card-body {
    font-family: iranyekan;
}

.box-tabs .card-body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto !important;
    height: auto !important;
}

.box-tabs .card-body p {
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    margin: 20px 0;
    text-align: justify;
}

.params section {
    margin-bottom: 20px;
    float: right;
    width: 100%;
}

.params .params-title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.3px;
}

.params .params-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #00bfd6;
    transform: rotate(45deg);
}

.params .params-list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}

.params .params-list li {
    margin: 8px -8px;
    width: 100%;
    float: right;
    padding-right: 19px;
}

.params .params-list li .params-list-key {
    float: right;
    width: 19%;
    margin-left: 20px;
    background: #f6f6f6;
    padding: 14px 18px 12px;
    margin-bottom: 10px;
}

.params .params-list li .params-list-key span.block {
    display: block;
    font-weight: 700;
}

.params .params-list li .params-list-value {
    float: left;
    width: 79%;
    font-size: 13px;
    background: #f6f6f6;
    padding: 14px 18px 14px;
    margin-bottom: 5px;
}

#chart * {
    font-family: iranyekan !important;
}

.apexcharts-yaxis {
    transform: translate(10px, 0);
}

.apexcharts-title-text {
    font-size: 20px;
}

.comments-area {
    margin-top: -60px;
}

.comments-area ol.comment-list {
    list-style: none;
    float: right;
    padding: 0;
    width: 100%;
}

.comments-area .comment-content {
    padding-bottom: 35px;
}

.comments-area ol.comment-list li .comment-body {
    font-size: 14px;
    margin-top: 50px;
    padding: 20px 40px 20px 20px;
    line-height: 30px;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.comments-area ol.comment-list .comment-title {
    font-size: 19px;
    line-height: 1.158;
    color: #5f5f5f;
    font-weight: 500;
}

.comments-area ol.comment-list .comment-author {
    font-size: 14px;
    line-height: 1.571;
    display: block;
    color: #adadad;
    margin-top: 5px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-area ol.comment-list li .comment-body p {
    text-align: justify;
}

.comments-area ol.comment-list .footer {
    position: absolute;
    bottom: -30px;
    left: 30px;
}

.comments-likes {
    text-align: left;
    color: #777;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.form-comment .btn {
    padding: 13px 40px;
    border-radius: 10px;
    font-size: 18px;
}

.form-comment .form-account-agree {
    margin: 10px 20px 0 0;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.faq-list > li {
    position: relative;
    border: 1px solid #dbdbdb;
    background: #fcfcfc;
    margin-right: 171px;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    min-height: 220px;
}

.faq-list > li.is-question {
    border-radius: 5px;
}

.faq-list > li.is-answer {
    border-radius: 0 0 5px 5px;
    margin-top: -8px;
}

.faq-list > li:after,
.faq-list > li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #dbdbdb;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    left: 100%;
    top: 50px;
}

.faq-list > li + li.is-question {
    margin-top: 10px;
}

.faq-list > li .section .header {
    width: 122px;
    margin-left: 44px;
    padding-top: 64px;
    position: absolute;
    left: 100%;
    top: -40px;
    text-align: center;
}

.faq-list > li.is-question .section .header {
    font-size: 62px;
    padding-top: 75px;
    color: #35ccde;
}

.faq-list > li.is-question .section .header:before {
    content: "?";
}

.faq-list > li.is-question .section .header:after {
    content: '';
    position: absolute;
    top: 32%;
    right: 21%;
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 2px solid #35ccde;
    border-radius: 10px;
}

.faq-list > li .section .header .h5 {
    color: #7a7a7a;
    font-size: 26px;
    font-size: 1.857rem;
    line-height: 1.692;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
}

.faq-list > li .section .header .h5 span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #959595;
}

.faq-list > li .section > p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2.4;
}

.faq-list > li .section .footer {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    right: 0;
    bottom: 25px;
    padding: 0 29px;
}

.faq-list > li .section .footer em {
    color: #d3d3d3;
    font-style: normal;
    margin-left: auto;
}

.btn-link-spoiler {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    position: relative;
    display: inline-block;
}

.btn-link-spoiler:focus,
.btn-link-spoiler:hover {
    color: #1ca2bd;
}

.faq-list > li .section .footer .btn-link-spoiler {
    margin-right: 20px;
    position: relative;
}

.btn-link-spoiler:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.faq-list > li:after {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fcfcfc;
    top: 51px;
}

.faq-list > li.is-answer {
    background: #fff;
}

.faq-list > li.is-answer .section .header {
    font-size: 79px;
    padding-top: 10px;
    color: #ffd188;
}

.faq-respondent-role {
    border-radius: 11.5px;
    padding: 0 12px;
    max-width: 68px;
    margin: 7px auto 0;
}

.faq-respondent-role--buyer {
    background-color: #f1f1f1;
    color: #959595 !important;
}

.faq-list > li .section .header .h5 span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #959595;
}

.faq-answer {
    margin-top: 10px;
}

.faq-answer-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.faq-answer-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.faq-answer-col--form {
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 33px;
    padding-right: 26px;
}

.faq-answer-col--form span.h3 {
    margin-bottom: 45px;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.048;
    letter-spacing: -.8px;
    color: #7a7a7a;
    display: block;
}

.form-faq-answer-row {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.form-faq-answer-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.ui-textarea {
    display: inline-block;
    width: 100%;
    position: relative;
}

.ui-textarea-field {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.58;
}

.form-faq-answer .c-ui-textarea-field {
    height: 267px;
}

.form-faq-answer-col--submit {
    flex: 0 0 29%;
    max-width: 29%;
}

.form-faq-answer-col--agreement {
    flex: 0 0 59%;
    max-width: 59%;
    line-height: 1.692;
    color: #6f6f6f;
    font-weight: 700;
    letter-spacing: -.5px;
}

.form-faq-answer-col--agreement p {
    margin-top: -2px !important;
    font-size: 13px !important;
}

.faq-answer-col--rules {
    flex: 0 0 46%;
    max-width: 46%;
    border-right: 1px solid #f0f0f0;
    padding-right: 25px;
}

.faq-answer-col--rules span.h4 {
    padding-right: 37px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    letter-spacing: -.7px;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    color: #7a7a7a;
    display: block;
}

.faq-answer-col--rules span.h4:before {
    content: "\ea0f";
    font-family: 'Nucleo Outline';
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 22px;
}

.faq-rules-list {
    list-style: none;
}

.faq-rules-list li {
    margin: 15px 0 0;
    position: relative;
    padding-right: 33px;
}

.faq-rules-list li:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 7px;
    right: 8px;
    background: #e2e2e2;
    position: absolute;
    content: "";
}

.faq-rules-list span.h5 {
    font-weight: 600;
    letter-spacing: -.5px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571 !important;
    color: #7a7a7a;
    display: block;
}

.faq-rules-list p {
    font-size: 14px !important;
    line-height: 1.571 !important;
    margin-top: 10px;
    color: #959595 !important;
    letter-spacing: -.7px;
}

.btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    outline: none !important;
    cursor: pointer;
}

.comments-likes .btn-like {
    margin-right: 17px;
}

.btn-like[data-counter]:before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: inherit;
    content: attr(data-counter);
}

.form-comment form textarea,
.form-comment form button {
    font-family: iranyekan;
}

.form-comment form textarea {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.58;
}

.form-comment form textarea:focus {
    border: 1px solid #c8c8c8;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #2c2c2c;
}

/* Single-product Page */

/* Profile-User Page */

main.profile-user-page .profile-box {
    margin-bottom: 21px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
}

main.profile-user-page .profile-box-header {
    position: relative;
    background-color: #00bfd6;
    height: 47px;
}

main.profile-user-page .profile-box-avatar img {
    width: 54px;
    height: 54px;
    background: #fff;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
}

main.profile-user-page .profile-box-btn-edit {
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 60%;
    margin-left: -52px;
    background: #fff;
    outline: none;
    cursor: pointer;
}

main.profile-user-page .profile-box-btn-edit i {
    float: right;
    font-size: 11px;
    position: absolute;
    right: 1px;
    top: 2px;
    color: #A8A8A8;
}

main.profile-user-page .profile-box-username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -.5px;
}

main.profile-user-page .profile-box-tabs {
    border-top: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    min-height: 47px;
    text-align: center;
}

main.profile-user-page .profile-box-tabs a.profile-box-tab {
    display: inline-block;
    max-width: 50%;
    padding: 10px;
    font-weight: 500;
    letter-spacing: -.3px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #7b7b7b;
    position: relative;
}

main.profile-user-page .profile-box-tabs a.profile-box-tab:first-child {
    border-left: 1px solid #ebebeb;
}

main.profile-user-page .profile-box-tabs i {
    display: block;
}

main.profile-user-page .modal-width-custom .modal-dialog {
    max-width: 600px;
}

main.profile-user-page ul.profile-avatars li {
    display: inline-block;
    margin: 0 4px;
}

main.profile-user-page .profile-avatars-item {
    width: 112px;
    height: 112px;
    background: 50% 50% no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
}

main.profile-user-page .profile-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 21px;
}

main.profile-user-page .profile-menu-header {
    padding: 18px 39px 18px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #535353;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

main.profile-user-page .profile-menu-items {
    list-style: none;
    font-size: 14px;
    line-height: 1.571;
    font-weight: 500;
    letter-spacing: -.3px;
}

main.profile-user-page .profile-menu-items li a {
    position: relative;
    padding: 12px 53px 12px 0;
    color: #5b5b5b;
    line-height: 50px;
}

main.profile-user-page .profile-menu-items li a i {
    position: absolute;
    right: 20px;
    top: 13px;
}

main.profile-user-page .profile-menu-items li a.active,
main.profile-user-page .profile-menu-items li a:hover {
    background-color: #f6ffff;
    color: #009ec9;
}

main.profile-user-page h1.title-tab-content {
    color: #858585;
    margin: 10px 0 15px;
    font-size: 17px;
}

main.profile-user-page .content-section {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    padding: 10px 20px;
}

main.profile-user-page .content-section p {
    font-size: 18px;
    line-height: 30px;
    color: #939393;
}

main.profile-user-page .content-section p span.title {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 4px;
    color: #bababa;
}

main.profile-user-page .content-section form input::placeholder {
    padding-right: 5px;
}

main.profile-user-page .content-section form button.btn-default {
    font-family: iranyekan;
}

main.profile-user-page .profile-recent-fav-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

main.profile-user-page .profile-recent-fav-col {
    width: 100%;
    min-height: 1px;
    padding: 4px 0;
}

main.profile-user-page .profile-recent-fav-col,
main.profile-user-page .profile-recent-fav-col-thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main.profile-user-page .profile-recent-fav-col-thumb {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

main.profile-user-page .profile-recent-fav-col-thumb img {
    overflow: hidden;
}

main.profile-user-page .profile-recent-fav-col-thumb img {
    max-width: 80%;
    max-height: 80%;
}

main.profile-user-page .profile-recent-fav-col-title {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

main.profile-user-page .profile-recent-fav-name {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-bottom: 5px;
}

main.profile-user-page .profile-recent-fav-price {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #fb3449;
}

main.profile-user-page .profile-recent-fav-col-actions {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
}

main.profile-user-page .btn-action {
    width: 33px;
    height: 28px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    outline: none;
    cursor: pointer;
}

main.profile-user-page .btn-action-remove {
    background-color: #fff;
    border: 1px solid #c5c5c5;
}

main.profile-user-page .btn-action-remove i {
    font-size: 14px;
    color: #929292;
}

main.profile-user-page .icon-empty i {
    font-size: 154px;
    margin-bottom: 30px;
    display: block;
    color: #dadada;
}

main.profile-user-page h1.text-empty {
    font-size: 26px;
    color: #dadada;
}

main.profile-user-page .profile-return-request-form p {
    margin-right: 20px;
    margin-bottom: 11px;
    color: #737373;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
}

main.profile-user-page .profile-return-request-form-row .profile-return-request-form-field {
    float: right;
    width: 100%;
}

main.profile-user-page .profile-return-request-form-row .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

main.profile-user-page .content-section .view-product {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

main.profile-user-page .responsive-profile-menu {
    display: none;
}

main.profile-user-page .responsive-profile-menu .dropdown-toggle::after {
    display: none;
}

main.profile-user-page .responsive-profile-menu .dropdown-toggle i {
    float: right;
    margin: 3px 0 0 10px;
}

main.profile-user-page .responsive-profile-menu .dropdown-menu a.active-menu,
main.profile-user-page .responsive-profile-menu .dropdown-menu a:active {
    background-color: #f6ffff;
    color: #009ec9;
}

main.profile-user-page .responsive-profile-menu .dropdown-menu a i {
    float: right;
    margin: 4px 0 0 7px;
}

main.profile-user-page .table-order {
    text-align: center;
}

main.profile-user-page .table-order .thead-light th {
    color: #dcf7ff;
    background-color: #85b3be;
    border: 0;
}

main.profile-user-page .table-order td {
    border: 1px solid #ebebeb;
}

main.profile-user-page .table-order td,
main.profile-user-page .table-order th {
    font-weight: 500;
    vertical-align: middle;
    position: relative;
}

main.profile-user-page .table-order td .order-detail-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    line-height: 50px;
}

main.profile-user-page .table-order td .order-detail-link:hover {
    background-color: #f5f5f5;
}

main.profile-user-page .table-order td.order-code {
    width: 190px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.profile-navbar {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.profile-navbar-btn-back {
    background: none;
    height: 56px;
    border: none;
    border-left: 1px solid #dfdfdf;
    margin-left: 15px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    letter-spacing: -.2px;
    color: #767676;
    padding: 36px 0 0 16px;
    cursor: pointer;
    position: relative;
}

.profile-navbar-btn-back:before {
    content: "\f061";
    position: absolute;
    right: 2px;
    top: -10px;
    font-family: 'FontAwesome';
    font-size: 27px;
}

.profile-navbar h4 {
    font-size: 21px;
    line-height: 10px;
    color: #858585;
}

.profile-navbar h4 span {
    display: block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    letter-spacing: -.3px;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #acacac;
}

.profile-order-address {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
}

.profile-order-address-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    border-top: 1px solid rgb(241, 241, 241);
}

.profile-order-address-row:first-child {
    border-top: none;
}

.profile-order-address-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    max-width: 50%;
    flex: 0 0 50%;
    border-right: 1px solid rgb(241, 241, 241);
    padding: 15px 40px;
}

.profile-order-address-col--has-button {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 15px;
}

.profile-order-address-col:first-child {
    border-right: none;
}

.profile-order-address-value {
    font-size: 1.143rem;
    line-height: 1.375;
    letter-spacing: -0.3px;
    color: rgb(80, 80, 80);
}

.profile-order-address-label {
    display: block;
    margin-bottom: 4px;
}

.profile-order-address-label,
.profile-order-address-more-info {
    font-size: 0.929rem;
    line-height: 1.692;
    color: rgb(186, 186, 186);
}

.btn-modify {
    background-color: rgb(255, 255, 255);
    color: grey;
    display: flex;
    justify-content: center;
    font-size: 0.857rem;
    line-height: 1.833;
    margin-right: 10px;
    flex-shrink: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(196, 196, 196);
    border-image: initial;
    padding: 8px 21px;
    border-radius: 8px;
    overflow: unset !important;
}

.btn-modify--disabled {
    cursor: default;
    position: relative;
}

.btn-modify:hover {
    background-color: rgb(229, 229, 229);
    color: grey;
}

.btn-modify--disabled:hover {
    color: grey;
    background-color: rgb(255, 255, 255);
}

.btn-modify--disabled::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 100;
    position: absolute;
    top: -1px;
    left: -1px;
}

.profile-order {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e8e8e8;
    padding: 0 20px 57px;
    margin-bottom: 30px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

@media (min-width: 1366px) {
    .c-profile-order {
        padding: 0 21px 57px;
    }
}

.profile-order-cancel-button {
    color: #fb3449 !important;
    border-bottom: 1px dashed #fb3449;
    margin-left: 10px;
    cursor: pointer;
    float: left;
    padding-bottom: 5px;
}

.profile-order-cancel-button--disabled {
    cursor: default;
    color: hsla(0, 0%, 72.2%, .6) !important;
    border-color: hsla(0, 0%, 72.2%, .6);
}

.profile-order-steps-note {
    background-color: #fcfef5;
    border: 1px solid #cfe3bb;
    color: #b1d58b;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    padding: 16px 24px;
    margin-top: -1px;
    margin-bottom: 28px;
    width: calc(100% + 42px);
    margin-right: -21px;
}

.profile-order-steps-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-bottom: 30px;
    margin: 0 auto 10px;
    max-width: 1125px;
}

.profile-order-steps-item {
    flex: 0 0 12%;
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
    min-width: 140px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
}

.profile-order-steps-item.is-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.profile-order-steps-item.is-active,
.profile-order-steps-item.is-active ~ .profile-order-steps-item {
    opacity: 1;
}

.profile-order-steps-item:first-child {
    margin-right: 0;
}

.profile-order-steps-item img {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    width: 100%;
}

.profile-order-steps-item.is-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.profile-order-steps-item span {
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 10px;
    color: #6f6f6f;
}

.profile-order-steps-item.is-active span {
    color: #009ec9;
}

.profile-order-steps-item + hr {
    opacity: .4;
    background-color: #00bfd6;
}

.profile-order-steps hr {
    flex: 1 1 auto;
    min-width: 66px;
    margin-left: 10px;
    margin-right: 10px;
    height: 5px;
    border-radius: 2px;
    position: relative;
    border: none;
    box-sizing: border-box;
    background-color: #e5e5e5;
}

@media (min-width: 1366px) {
    .c-profile-order-steps hr {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.profile-order-steps-item.is-active + hr {
    background-color: #00bfd6;
    opacity: 1;
}

.profile-order-steps-item + hr:before {
    background-color: #00bfd6;
}

.profile-order-steps hr:before {
    width: 27px;
    height: 27px;
    background-color: #e5e5e5;
    border: 4px solid #fff;
    content: "";
    border-radius: 50%;
}

.profile-order-steps hr:after,
.profile-order-steps hr:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.profile-order-steps-item.is-active + hr:before {
    background-color: #00bfd6;
}

.profile-order-steps-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6a6a6a;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    z-index: 3;
    text-align: center;
}

.profile-order-steps-button--next {
    left: 2px;
}

.profile-order-steps-button:before {
    font-size: 30px;
    color: #a8a8a8;
    line-height: 50px;
    vertical-align: middle;
}

.profile-order-steps-button--next:before {
    content: "\ea3a";
    font-family: 'Nucleo Outline';
}

.profile-order-steps-button--prev:before {
    content: "\ea3b";
    font-family: 'Nucleo Outline';
}

.profile-order-steps-button--prev {
    right: 2px;
}

.profile-order-steps .swiper-button-disabled {
    display: none;
}

.table-draught {
    border: 1px solid #e7e7e7;
}

.profile-order .table-draught {
    margin-bottom: 26px;
}

.table-draught-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #f1f1f1;
}

.table-draught-row:first-child {
    border-top: none;
}

.table-draught-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 15px;
    line-height: 1.467;
    border-right: 1px solid #f1f1f1;
    padding: 27px 35px;
    color: #505050;
}

.table-draught-col:first-child {
    border-right: none;
}

.table-draught-col--total {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    text-align: center;
}

.table-draught-col--has-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
}

.table-order {
    border: 1px solid #e7e7e7;
}

.table-order-head {
    margin-top: 8px;
}

.table-order-row {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #f2f2f2;
}

.table-order-head .table-order-row {
    border-bottom: none;
}

.table-order-cell {
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-basis: 0;
    padding: 15px;
    min-height: 104px;
    align-items: center;
    border-right: 1px solid #ebebeb;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #7e7e7e;
    justify-content: center;
}

.table-order-cell--number {
    flex-basis: 4%;
    width: 4%;
    max-width: 4%;
}

.table-order-cell--product-name {
    flex-basis: 27%;
    width: 27%;
    max-width: 27%;
}

.table-order-cell--value {
    flex-basis: 7.5%;
    width: 7.5%;
    max-width: 7.5%;
}

.table-order-cell--price-total,
.table-order-cell--price-value {
    flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
}

.table-order-cell--discount {
    flex-basis: 11.5%;
    width: 11.5%;
    max-width: 11.5%;
}

.table-order-cell--action,
.table-order-cell--price-final {
    flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
}

.table-order-cell:first-child {
    border-right: none;
}

.table-order-head .table-order-cell {
    font-weight: 700;
    color: #fff;
    min-height: 45px;
    background-color: #85b3be;
    border-right-color: #85b3be;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.table-order-body .table-order-cell--product-name {
    padding-right: 5px;
}

.table-order-product {
    display: flex;
    align-items: center;
}

.table-order-product figure {
    flex: 0 0 72px;
    max-width: 72px;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.table-order-product figure img {
    overflow: hidden;
}

.table-order-product figure img {
    max-width: 90%;
    max-height: 90%;
}

.table-order-product h5 {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2;
    letter-spacing: -.7px;
    display: block;
    text-overflow: ellipsis;
    max-width: calc(100% - 82px);
    overflow: hidden;
}

.table-order-product h5 span {
    display: block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #acacac;
    letter-spacing: 0;
}

.table-order-body .table-order-cell--value {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222;
}

.table-order-cell--action {
    display: flex;
    flex-direction: column;
}

.table-order-cell--action .btn-cart,
.table-order-cell--action .btn-primary {
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 11px 0;
    margin: 0;
    background-color: transparent;
    color: #a9a9a9;
    transition: all .3s ease-in-out;
    display: block;
    width: 80px;
    text-align: center;
}

@media (min-width: 1366px) {

    .table-order-cell--action .btn-cart,
    .table-order-cell--action .btn-primary {
        width: 102px;
    }
}

.table-order-cell--action .btn-cart:hover,
.table-order-cell--action .btn-primary:hover {
    border-color: #c4c4c4;
    background-color: #e5e5e5;
    color: grey;
}

.giftcard-wrapper {
    max-width: 400px;
    height: 250px;
    border-radius: 25px;
    margin: 1rem auto;
    position: relative;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
}

.giftcard-wrapper .gift-card {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.giftcard-wrapper .bg-giftcard {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 25px;
}

.giftcard-wrapper .gift-img {
    position: absolute;
    top: 15px;
    left: 60px;
    width: 60px;
}

.giftcard .amount-giftcard {
    position: absolute;
    bottom: 47px;
    right: 87px;
    max-width: 138px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.giftcard .amount-giftcard .wrapper-amount {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.giftcard .amount-giftcard #display-amount {
    margin-left: 8px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21px;
    color: #fff;
}

.giftcard #display-title {
    font-size: 18px;
    position: absolute;
    top: 47%;
    right: 60px;
    color: #000;
    z-index: 1;
}

/* Profile-User Page */

/* shopping Page */

.shopping-page header.header-shopping {
    position: relative;
    height: 110px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 hsla(0, 0%, 44.3%, .14);
    box-shadow: 0 2px 12px 0 hsla(0, 0%, 44.3%, .14);
}

.shopping-page header.header-shopping .container {
    max-width: 1140px;
}

.shopping-page .cart-page .container {
    max-width: 1440px;
}

.shopping-page header.header-shopping ul.checkout-steps {
    float: right;
    width: 100%;
    margin: 30px auto 18px;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    font-size: 13px;
    position: relative;
}

.shopping-page header.header-shopping ul.checkout-steps::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    width: 67%;
    margin: 0 auto;
    height: 6px;
    background-color: #E8E8E8;
}

.shopping-page header.header-shopping .checkout-steps li {
    float: right;
    width: 33.3%;
    position: relative;
}

.shopping-page header.header-shopping .checkout-steps li.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #00bfd6;
    right: -50%;
    bottom: -20px;
    z-index: 100000;
}

.shopping-page header.header-shopping .checkout-steps li a {
    color: #a0a0a0;
    font-weight: bold;
    position: relative;
}

.shopping-page header.header-shopping .checkout-steps li a.active {
    color: #00bfd6;
}

.shopping-page header.header-shopping .checkout-steps li a.active::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24px;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #00bfd6;
    z-index: 1000;
}

.shopping-page .checkout-contact {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.shopping-page .checkout-contact-content {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: #6d6d6d;
}

.shopping-page .checkout-contact-content.hidden {
    display: none;
}

.shopping-page .checkout-contact-content:before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: #8dd4dc;
    content: "";
}

.shopping-page .checkout-contact-items {
    padding: 0;
    list-style: none;
}

.shopping-page .checkout-contact-item {
    font-size: 12px;
    font-size: .857rem;
    line-height: 34px;
    position: relative;
}

.shopping-page .checkout-contact-item-username {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    font-weight: 700;
}

.shopping-page .checkout-contact-item:first-child {
    margin-top: 0;
    margin-bottom: 5px;
}

.shopping-page .checkout-contact-btn-edit {
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    position: relative;
    color: #00bfd6 !important;
    border: none;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: 700;
    cursor: pointer;
}

.shopping-page .checkout-contact-item-message,
.shopping-page .checkout-contact-item-mobile {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.shopping-page .checkout-contact-item-mobile {
    padding-left: 10px;
    border-left: 1px solid #e4e4e4;
}

.shopping-page .checkout-contact-item-message {
    margin-right: 10px;
}

.shopping-page .checkout-contact-badge {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    border: 1px solid #8dd4dd;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: #2fc9dc;
}

.shopping-page .checkout-contact-location {
    padding: 3px 10px 4px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    background-color: #ededed;
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: #6d6d6d;
    cursor: pointer;
}

.shopping-page .headline {
    position: relative;
    padding: 0 30px 0 0;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #858585;
}

.shopping-page .checkout-shipment {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 20px 40px;
    margin-bottom: 29px;
}

.shopping-page .radio label::before,
.shopping-page .radio label::after {
    width: 14px;
    height: 14px;
    border: 1px solid #E3E3E3;
    right: 3px;
    top: 6px;
}

.shopping-page .radio input[type="radio"]:checked + label::after {
    width: 8px;
    height: 8px;
    top: 9px;
    right: 6px;
    opacity: 1;
    background-color: #00bfd6;
    border: 0;
}

.shopping-page .checkout-pack {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shopping-page .box {
    background-color: #fff;
    position: relative;
}

.shopping-page .box:first-child {
    margin-top: 0;
}

.shopping-page .product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 30px 12px 46px;
}

.shopping-page .product-box-compact {
    padding: 10px;
    text-align: center;
}

.shopping-page .product-box-img {
    height: 150px;
    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;
    padding-top: 10px;
    height: 200px;
    position: relative;
}

.shopping-page .product-box-compact .product-box-img {
    height: 90px;
    padding: 0 10px 5px;
}

.shopping-page .product-box-compact .product-box-img img {
    max-width: 100%;
    max-height: 100%;
}

.shopping-page .product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    line-height: 22px;
    margin-top: 13px;
    height: 43px;
}

.shopping-page .product-box-compact .product-box-title {
    margin-top: 0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 22px;
    letter-spacing: -.3px;
    position: relative;
    text-align: center;
}

.shopping-page .checkout-tab-times {
    border: 1px solid #e4e4e4;
}

.shopping-page .checkout-tab-times ul.nav {
    padding: 0;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e3e3e3 !important;
}

.shopping-page .checkout-tab-times ul.nav li {
    text-align: center;
    position: relative;
    background-color: #f8f8f8;
}

.shopping-page .checkout-tab-times ul.nav a {
    margin-right: 0;
    padding: 11px 43px;
    border-left: 1px solid #e3e3e3 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    color: #000;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

.shopping-page .checkout-tab-times ul.nav a.disabled,
.shopping-page .checkout-tab-times ul.nav a.disabled span {
    color: #e6e6e6;
}

.shopping-page .checkout-tab-times ul.nav a.active {
    border: 0;
    border-left: 1px solid #e3e3e3 !important;
    border-bottom: 0 !important;
    background-color: #fff;
}

.shopping-page .checkout-tab-times ul.nav a.active::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #39e0cc;
}

.shopping-page .checkout-tab-times ul.nav a span {
    display: block;
    color: #c4c4c4;
}

.swiper-container-horizontal > .swiper-scrollbar {
    display: none;
}

@media screen and (max-width: 768px) {
    .shopping-page .checkout-tab-times ul.nav {
        border-bottom: 0 !important;
    }

    .shopping-page .checkout-tab-times ul.nav li {
        float: right;
    }
}

.radio-box {
    width: 100%;
    float: right;
}

.radio-box input {
    float: right;
}

.radio-box label {
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
}

.radio-box label::before,
.radio-box label::after {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #E3E3E3;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 1px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.radio-box label::before,
.radio-box label::after {
    width: 14px;
    height: 14px;
    border: 1px solid #E3E3E3;
    right: -7px;
    top: 16px;
}

.radio-box input[type="radio"] + label:after,
.radio-box input[type="radio"] {
    opacity: 0;
}

.radio-box input[type="radio"]:checked + label::after {
    width: 4px;
    height: 4px;
    background-color: #555555;
    border-color: #555555;
    top: 11px;
    left: 11px;
    opacity: 1;
}

.radio-box input[type="radio"]:checked + label::after {
    opacity: 1;
}

.radio-box input[type="radio"]:checked + label::after {
    width: 8px;
    height: 8px;
    top: 19px;
    right: -4px;
    opacity: 1;
    background-color: #00bfd6;
    border: 0;
}

.radio-box .content-box {
    float: right;
}

.shopping-page .checkout-time-table {
    padding: 18px;
    width: 100%;
}

.shopping-page .checkout-additional-options-checkbox-image {
    margin-right: 16px;
    margin-left: 16px;
    cursor: pointer;
    line-height: 0;
    width: 49px;
    height: 40px;
    float: right;
}

.shopping-page .checkout-time-table-title-bar {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -.3px;
    color: #858585;
}

.shopping-page .checkout-time-table-title-bar-city {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #000;
}

.shopping-page .checkout-time-table-title-bar-city > span {
    font-weight: 700;
}

.shopping-page .checkout-time-table-subtitle-bar {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    letter-spacing: -.2px;
    color: #a2a2a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.shopping-page .checkout-time-table-subtitle-bar > :not(:last-child) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e0e0e0;
}

.shopping-page .checkout-invoice {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 25px 40px;
    margin-bottom: 29px;
}

.shopping-page .checkout-invoice label {
    cursor: pointer;
}

.shopping-page .send-info-page {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
}

.shopping-page .send-info .send-info-body {
    padding: 30px;
}

.shopping-page .send-info .send-info-body .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

.shopping-page .send-info .close {
    right: auto;
    left: 27px;
}

.shopping-page .send-info .modal-header .modal-title,
.send-info-title {
    font-size: 18px;
}

.shopping-page .send-info .modal-header .modal-title i,
.send-info-title i {
    float: right;
    margin: 4px 0 4px 4px;
    color: #dbc7c7;
}

.shopping-page .send-info .form-account-row {
    margin-bottom: 10px;
}

.shopping-page .send-info .form-account-title {
    font-size: 13px;
}

.form-account-row .select2-container--default .select2-selection--single {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    padding: 5px 12px;
    height: 45px;
}

.form-account-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    left: 4px;
}

.form-account-row .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f1f1f1;
    color: #6f6f6f;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    display: none;
}

.shopping-page .send-info .input-field::placeholder {
    padding-right: 2px;
}

.shopping-page .send-info .btn-submit-form {
    padding: 0 10px;
    height: 45px;
}

.shopping-page .send-info .pad-5 {
    padding: 5px;
}

.checkout-paymethod {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    list-style: none;
    padding: 0;
}

.checkout-paymethod-item {
    position: relative;
    width: 100%;
    align-items: center;
}

.checkout-paymethod-item.is-select-mode {
    background-color: #f6f6f6;
    padding-right: 70px;
    margin-bottom: 30px;
}

.checkout-paymethod-item--cc::before {
    content: "\ea28";
    font-family: 'Nucleo Outline';
    position: absolute;
    top: 8px;
    right: 25px;
    color: #c6c6c6;
    font-size: 25px;
}

.checkout-paymethod-item--cc.no-icon-rt {
    padding-right: 30px;
}

.checkout-paymethod-item--cc.no-icon-rt::before {
    display: none;
}

.checkout-paymethod-item .ui-radio {
    position: absolute;
    top: 41px;
    right: 40px;
}

.checkout-paymethod-title {
    font-size: 1.143rem;
    line-height: 1.375;
    font-weight: 500;
    letter-spacing: -.7px;
    color: #000;
    font-weight: bold;
}

.checkout-paymethod-title span {
    font-size: .8em;
    line-height: 1.571;
    font-weight: 500;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: #a0a0a0;
}

.checkout-paymethod-options {
    border-top: 1px solid #e2f2f4;
    padding: 18px 20px 24px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    position: relative;
    width: 100%;
}

.checkout-paymethod-item.is-select-mode + .checkout-paymethod-options {
    display: block;
    background-color: #fbffff;
}

.checkout-paymethod-providers {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -16px -16px 0 0;
    position: relative;
}

.checkout-paymethod-providers-arrow {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-left: 1px solid #cbf1f5;
    position: absolute;
    top: -10px;
    right: 100px;
    background-color: #fbffff;
}

.checkout-paymethod-item.is-select-mode + .checkout-paymethod-options .checkout-paymethod-providers-arrow {
    background-color: #fbffff;
}

.checkout-paymethod-providers label {
    border-radius: 11px;
    background: #fff;
    border: 1px solid #cbf1f5;
    position: relative;
    display: flex;
    height: 64px;
    margin-top: 16px;
    cursor: pointer;
    padding: 10px 57px 10px 20px;
    align-items: center;
    margin-right: 16px;
}

.checkout-paymethod-providers label.is-selected {
    border-color: #cbf1f5;
    background-color: #cbfdff;
}

.ui-radio {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.checkout-paymethod-providers label .ui-radio {
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%);
}

.ui-radio input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.ui-radio-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
}

.ui-radio-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
}

.ui-radio input[type="radio"]:checked + .ui-radio-check::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    background: #00bfd6;
    border-radius: inherit;
}

.checkout-paymethod-source-title {
    display: block;
    font-size: .9em;
    font-weight: 400;
}

.checkout-paymethod-providers label img {
    margin-right: 5px;
    max-height: 37px;
    max-width: 80px;
}

.checkout-paymethod-item img {
    margin-right: auto;
}

.checkout-order-summary {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 15px 20px;
    margin-bottom: 29px;
}

.checkout-order-summary .card {
    box-shadow: none;
    border: 0;
}

.checkout-order-summary-item {
    border-radius: 6px;
    margin-top: 20px;
}

.checkout-order-summary-item:first-child {
    margin-top: 0;
}

.checkout-order-summary-header {
    border-radius: 6px;
    background-color: #fcfcfc;
    padding: 9px 25px 9px 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    margin: 10px;
    position: relative;
}

.checkout-order-summary-header button {
    display: block;
    width: 100%;
}

.checkout-order-summary-header button .icon-down {
    position: absolute !important;
    left: 20px;
    top: 40px !important;
    font-size: 24px;
}

.checkout-order-summary-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.checkout-order-summary-header .checkout-order-summary-row {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.checkout-order-summary-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: unset;
}

.checkout-order-summary-col-post-time {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.7px;
    color: #858585;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-order-summary-col span {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    display: block;
    color: #919191;
}

.checkout-order-summary-col-how-to-send,
.checkout-order-summary-col-send-by,
.checkout-order-summary-col-shipping-cost {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #858585;
}

.checkout-price-options-container {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 15px;
    height: 100%;
}

.checkout-price-options-header {
    padding-right: 5px;
    margin-bottom: 9px;
}

.checkout-price-options-header > span:first-of-type {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: #777676;
}

.checkout-price-options-content {
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.79;
    color: #3b3b3b;
}

.checkout-price-options-description {
    font-size: 14px;
    line-height: 2.36;
    margin-bottom: 14px;
}

.checkout-price-options-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-price-options-row .form-account-row {
    margin: 0;
}

.checkout-price-options-row .form-account-row .form-element {
    height: 50px;
}

.checkout-price-options-row .form-account-row .select2-container {
    width: 60% !important;
    height: 50px;
    display: inline-block;
}

.checkout-price-options-row .form-account-row .ui-input-field {
    width: 60% !important;
    height: 44px;
    display: inline-block;
}

.checkout-price-options-row .form-account-row .form-element .btn-primary,
.checkout-price-options-row .form-account-row .form-element .btn-outline-danger-cs {
    width: 38%;
    padding: 0;
    height: 44px;
    line-height: 40px;
    float: left;
}

.cart-page-content .page-content .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
    outline: none;
}

.cart-page-content .page-content .btn-primary:hover {
    color: #fff;
}

.cart-page-content .page-content .btn-outline-danger-cs {
    font-size: 15px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #f44336;
    color: #f44336;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
    outline: none;
}

.cart-page-content .page-content .btn-outline-danger-cs:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.default-wallet .form-account-row.mb-cs {
    margin-bottom: 14px;
}

.default-wallet .checkout-paymethod-providers {
    justify-content: center;
}

.default-wallet .checkout-paymethod-providers label {
    height: 46px;
}

.success-checkout,
.warning-checkout {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0;
}

.success-checkout .icon-success,
.warning-checkout .icon-warning {
    display: block;
    width: 60px;
    height: 60px;
    margin: 20px auto;
    line-height: 60px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    background-color: #b2d879;
    color: #489e48;
}

.warning-checkout .icon-warning {
    background-color: #ffdddd;
    color: #ff737b;
}

.success-checkout h1,
.warning-checkout h1 {
    color: #968097;
    font-size: 16px;
    font-weight: bold;
}

.success-checkout h1 a,
.warning-checkout h1 a {
    color: #0fafdd;
    font-family: sans-serif;
    margin: 0 4px;
}

.success-checkout p,
.warning-checkout p {
    color: #4d663f;
    font-size: 14px;
    font-weight: bold;
}

.warning-checkout p.text-warning {
    color: #ff747b !important;
}

.order-info {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0;
    padding: 20px;
}

.order-info h3 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.order-info h3 span {
    font-family: sans-serif;
}

.order-info p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.order-info p span.badge-success {
    background-color: #b2d879;
    color: #489e48;
    border-radius: 6px;
}

.order-info p span.badge-warning {
    background-color: #ffdddd;
    color: #ff737b;
    border-radius: 6px;
    border-color: #ff737b;
}

.order-info p a {
    margin: 0 6px;
}

.order-info .table-responsive {
    border-radius: 9px;
    border: 1px solid #e7e7e7;
}

.order-info .table thead {
    background-color: #ededed;
}

@media (max-width: 580px) {
    .order-info .table {
        width: 580px;
    }
}

.checkout-address {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: none;
    z-index: 1;
}

.checkout-address.show {
    display: block;
}

.checkout-address-content {
    padding: 20px 40px 25px;
}

.checkout-address-headline {
    font-size: 15px;
    line-height: 1.467;
    font-weight: 700;
    margin-bottom: 21px;
}

.checkout-address-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.checkout-address-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
}

.checkout-address-location {
    border: 4px dashed #b8b8b8;
    background: #fff;
    letter-spacing: -.3px;
    color: #a0a0a0;
    min-height: 72px;
    height: 100%;
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}

.checkout-address-location:focus {
    outline: none;
}

.checkout-address-location strong {
    position: relative;
    display: block;
    padding: 14px 22px;
    max-width: 252px;
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 1.913;
}

.checkout-address-location strong:before {
    content: "+";
    font-size: 15px;
    right: 0;
    top: 52%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #8f8f8f;
    font-size: 25px;
}

.checkout-address-box {
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding: 10px 10px 55px;
    overflow: hidden;
    height: 100%;
}

.checkout-address-box h5 {
    font-size: 17px;
    line-height: 29px;
    margin-top: 6px;
    letter-spacing: -.4px;
}

.checkout-address-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-address-box p {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.62;
    margin-top: 5px;
    margin-bottom: 12px;
    color: #a0a0a0;
}

.checkout-address-box ul {
    list-style: none;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2;
    color: #a0a0a0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

.checkout-address-btn-edit,
.checkout-address-btn-submit {
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.checkout-address-btn-submit {
    background-color: #f5f5f5;
    padding: 6px 0;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 22px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    color: #636363;
    outline: none;
}

.checkout-address-btn-edit,
.checkout-address-btn-remove {
    color: #636363;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    text-align: center;
    padding: 6px 25px;
    border: none;
    border-radius: 5px;
    background-color: #e3e3e3;
    cursor: pointer;
    font-weight: 700;
    outline: none;
}

.checkout-address-btn-edit:focus,
.checkout-address-btn-remove:focus {
    outline: none;
}

.checkout-address-btn-remove {
    margin-right: 10px;
    padding: 6px 32px;
}

.checkout-address-box.is-selected .checkout-address-btn-submit {
    background-color: #f7fdfd;
    border-top-color: #e0eff0;
}

.checkout-address-btn-submit:focus {
    outline: none;
}

.checkout-address-cancel {
    color: #8d8d8d;
    position: absolute;
    top: 20px;
    left: 8px;
    border: 2px solid #8d8d8d;
    background-color: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 50%;
    outline: none;
}

.checkout-address-cancel:focus {
    outline: none;
}

.checkout-address-cancel:before {
    content: "×";
    font-size: 26px;
    vertical-align: middle;
}

#remove-location .modal-footer {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#remove-location .remodal-general-alert-button {
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    float: left;
    outline: none;
}

#remove-location .remodal-general-alert-button:focus {
    outline: none;
}

#remove-location .remodal-general-alert-button--cancel {
    border-radius: 3px;
    background-color: #979ba7;
}

#remove-location .remodal-general-alert-button--approve {
    border-radius: 3px;
    background-color: #63d0df;
}

#remove-location .remodal-general-alert-button:first-of-type {
    margin-left: 20px;
}

.product-offer-question {
    border-radius: 10px;
    background-color: #fbfbfb;
    padding: 10px 20px;
}

.product-offer-question .headline {
    padding-right: 45px;
}

.product-offer-question .checkout-shipment {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

/* shopping Page */

/* compare Page */
.o-headline {
    margin: 26px 0 20px;
    padding: 0 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.o-headline > h2,
.o-headline > span {
    color: inherit;
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
}

.c-compare-list {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
    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;
}

.c-compare-list--header {
    margin-bottom: 28px;
    border-bottom: 2px solid #00bfd6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.is-sticky-enable .c-compare-list--header {
    min-height: 0;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .45);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .45);
}

.c-compare-list li {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.swiper-compare-slider .swiper-button-next.swiper-button-disabled, .swiper-compare-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-compare-slider .swiper-button-next, .swiper-compare-slider .swiper-button-prev {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    width: 69px;
    height: 69px;
    line-height: 69px;
    font-weight: bold;
    top: 50%;
    outline: none;
    text-align: center;
    font-size: 26px;
}

.c-compare-list-title,
.c-compare-list-value {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.c-compare-list-value {
    border-right: 1px solid #e4e4e4;
}

.c-compare-list-value:first-child {
    border-right: none;
}

.c-compare-img {
    -webkit-box-shadow: 1px 0 0 #dbdbdb;
    box-shadow: 1px 0 0 #dbdbdb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    position: relative;
    text-align: center;
    color: #626262;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    outline: none;
    height: 100%;
}

.c-compare-img,
.c-compare-img .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-compare-content-holder {
    margin-bottom: auto;
}

.c-compare-img .img {
    height: 180px;
    width: 100%;
    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;
    margin-bottom: 10px;
    padding: 0;
}

.c-compare-content-holder .img {
    position: relative;
}

.is-sticky-enable .c-compare-img .img {
    height: 70px;
}

.c-compare-img,
.c-compare-img .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-compare-img .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-compare-img .img img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 20px);
    max-height: 100%;
    margin: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.c-compare .swiper-container .swiper-slide img {
    overflow: hidden;
}

.is-sticky-enable .c-compare-img .img img {
    max-height: 70px;
}

.c-compare .swiper-container .swiper-slide img[alt]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 300;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(../img/product/7af476b5.png) no-repeat 50%;
    background-size: contain;
    width: 100%;
}

.c-compare-images-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 23px;
    z-index: 123;
    display: none;
}

.c-compare-images-button--next {
    left: 2px;
}

.c-compare-images-button--prev {
    right: 2px;
}

.c-compare .swiper-container:hover .c-compare-images-button {
    display: block;
}

.c-compare-images-button i {
    color: #a9a9a9;
    font-size: 23px;
    line-height: 23px;
    vertical-align: middle;
}

.c-compare-img .title {
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 2.23;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}

.is-sticky-enable .c-compare-img .title {
    height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}

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

.c-compare-img .c-price {
    margin: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-price-value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    color: #fb3449;
    letter-spacing: .8px;
}

.c-compare-img .c-price-value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
}

.c-compare-img:after {
    width: 0;
    height: 0;
    border-color: transparent transparent #00bfd6;
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
}

.c-compare-btn-remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    position: absolute;
    left: 12px;
    top: 12px;
    text-align: center;
    line-height: 30px;
    z-index: 4;
    cursor: pointer;
}

.c-compare-btn-remove:before {
    content: "×";
    color: #727272;
    font-size: 20px;
    vertical-align: middle;
}

.c-compare-add {
    height: 100%;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-compare-placement {
    border-radius: 19px;
    border: 5px dashed #d2d2d2;
    background: none;
    max-width: 270px;
    margin: auto;
    display: block;
    padding: 25px;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    color: #b3b3b3;
    cursor: pointer;
    outline: none;
}

.c-compare-placement:focus {
    outline: none;
}

.is-sticky-enable .c-compare-placement {
    height: 130px;
    padding: 11px;
    font-size: 13px;
}

.c-compare-placement:before {
    content: "\ea11";
    font-family: 'Nucleo Outline';
    font-size: 107px;
    display: block;
}

.is-sticky-enable .c-compare-placement:before {
    font-size: 45px;
}

.c-compare-add .btn-cart,
.c-compare-add .btn-primary {
    margin-top: 10px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.is-sticky-enable .c-compare .c-price--discount,
.is-sticky-enable .c-compare-add .btn-cart,
.is-sticky-enable .c-compare-add .btn-primary {
    display: none;
}

.c-compare-quick-title {
    color: #4d4d4d;
    font-size: 19px;
    line-height: 1.158;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px;
}

.c-compare-quick-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 0;
    border-color: transparent #00bfd6 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 7px 0;
}

.c-compare-quick-list {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
    background-color: #fff;
}

.c-compare-quick-list > li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
}

.c-compare-list-title,
.c-compare-list-value {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.c-compare-list-title {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    padding: 9px 26px;
    background-color: #eaeaea;
    font-weight: 700;
}

.c-compare-list-value .block {
    padding: 14px 18px 12px;
    font-size: 14px;
    line-height: 1.571;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    height: 100%;
}

.modal-compare .modal-body {
    height: 500px;
}

.modal-compare .modal-body .modal-compare-content {
    height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal-compare-header {
    background: #ececec;
    border-bottom: 1px solid #dedede;
    padding: 19px 37px 20px 63px;
}

.c-form-compare-search-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px;
}

.c-form-compare-search-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-form-compare-search-col--field {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.c-form-compare-search-col .c-ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.c-ui-input--search:before {
    content: "";
    background-image: url(../img/theme/search.png);
    position: absolute;
    right: 9px;
    top: 13px;
    width: 20px;
    height: 20px;
    background-size: 18px;
    background-repeat: no-repeat;
}

.c-form-compare-search-col .c-ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    padding: 9px 12px;
    padding-right: 42px;
    width: 100%;
    border-radius: 0 5px 5px 0;
    border-left: none;
    letter-spacing: -.8px;
    outline: none;
}

.brand-select .nice-select {
    width: 200px;
    border: 1px solid #c8c8d6;
    background: #fff;
    position: relative;
    border-radius: 5px 0 0 5px;
    margin-top: -8px;
    padding-right: 11px;
    line-height: 41px;
    height: 45px;
    z-index: 10000;
}

.brand-select .nice-select span {
    float: right;
}

.brand-select .nice-select::after {
    left: 12px;
    right: auto;
}

.brand-select .nice-select ul {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #ababc0;
    border-radius: 0 0 5px 5px;
}

.brand-select .nice-select ul li {
    text-align: right;
    padding-right: 18px;
    padding-left: 29px;
}

.c-form-compare-selector-item {
    width: 100%;
    height: 185px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 10px;
}

.c-form-compare-selector-item .img {
    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;
    height: 94px;
    margin-bottom: 15px;
    position: relative;
}

.c-form-compare-selector-item .img img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.c-form-compare-selector-item .title {
    font-size: 12px;
    font-size: .857rem;
    line-height: 2;
    display: block;
    padding: 0 18px;
    max-height: 60px;
    overflow: hidden;
}

/* compare Page */

/* Pages */
.c-info-page {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    border: 1px solid #dedede;
    margin: 14px auto;
    padding-bottom: 60px;
    line-height: 22px;
}

.c-info-page-content {
    padding: 5px 100px;
}

.c-info-page-title {
    font-size: 27px;
    line-height: 1.63;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #555;
    font-weight: bold;
}

.c-info-page-content p {
    width: 100%;
    font-size: 14px;
    font-size: 1rem;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right;
}

.c-info-page-cover {
    width: 100%;
    height: 410px;
}

.c-info-page-cover--faq {
    background: url(../img/theme/9de6ef39.jpg) top no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url(../files/9de6ef39.jpg) top no-repeat;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/theme/9de6ef39.jpg) top no-repeat;
    background-size: cover;
    margin-top: -15px;
}

.c-info-page-cover-title {
    padding: 70px 0 50px;
    font-size: 37px;
    font-size: 2.643rem;
    line-height: 1.189;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1.2px;
    text-align: center;
}

.c-info-page-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-ui-input-field,
.dk-selectric-input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
}

.c-info-page-search-field {
    width: 426px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 1.222;
    letter-spacing: -.6px;
    border-radius: 9px;
    outline: none;
}

.c-info-page-search-field::placeholder {
    color: #cecdcd;
}

.c-info-page-search-submit {
    padding: 6px 40px 9px;
    border-radius: 9px;
    font-weight: 700;
}

.c-info-page-search-submit:hover {
    background-color: #00bfd6;
}

.c-info-page-cover + .container {
    margin-top: -125px;
}

.c-info-page--faq {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c-info-page-content {
    padding: 5px 100px;
}

.o-box-rounded {
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    padding: 30px 20px;
}

.c-info-page-cats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-info-page-cat,
.c-info-page-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.o-box-rounded-headline {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    font-weight: 700;
    color: #555;
    padding-bottom: 20px;
    width: 100%;
}

.c-info-page-cat,
.c-info-page-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-info-page-cat {
    width: 33.33333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    position: relative;
}

.c-info-page-cat:hover {
    -webkit-box-shadow: 0 0 12px 0 hsla(0, 0%, 71%, .46);
    box-shadow: 0 0 12px 0 hsla(0, 0%, 71%, .46);
    border-radius: 8px;
}

.c-info-page-cat--border-bottom:before {
    content: "";
    width: calc(100% - 20px);
    position: absolute;
    right: 10px;
    height: 1px;
    background-color: #d3d3d3;
    bottom: 0;
}

.c-info-page-cat-icon {
    width: 120px;
    height: 120px;
    background: #f9f9f9 50% no-repeat;
    margin-bottom: 10px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-info-page-cat-icon img {
    max-height: 100%;
    max-width: 100%;
}

.c-info-page-cat-title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    color: #2a2a2a;
}

.c-info-page-cat--border-left:after {
    content: "";
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    width: 1px;
    background-color: #d3d3d3;
    left: 0;
}

.c-info-page-cat--border-bottom:before {
    content: "";
    width: calc(100% - 20px);
    position: absolute;
    right: 10px;
    height: 1px;
    background-color: #d3d3d3;
    bottom: 0;
}

.c-info-page-question-not-found {
    background: url(../img/faq/2d5506ec.jpg) no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url(../img/faq/2d5506ec.jpg) no-repeat;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/faq/2d5506ec.jpg) no-repeat;
    height: 405px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.o-box-rounded + .o-box-rounded {
    margin-top: 20px;
}

.c-info-page-question-not-found-text {
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 2.1;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
}

.c-info-page-contact-option {
    width: 50%;
    padding: 35px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-info-page-contact-option--tell {
    border-left: 1px solid #fff;
}

.c-info-page-contact-option-icon {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    background: no-repeat top;
}

.c-info-page-contact-option-icon--tell {
    background-image: url(../img/faq/c7fe0695.svg);
}

.c-info-page-contact-option-icon--message {
    background-image: url(../img/faq/982c18eb.svg);
}

.c-info-page-contact-option-text {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    color: #fff;
    font-weight: 700;
}

.c-info-page-contact-option-text--tel-num {
    margin-right: 20px;
}

.c-toggle-box {
    position: relative;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
}

.c-toggle-box + .c-toggle-box {
    margin-top: 10px;
}

.c-toggle-box-header {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 500;
    color: #494949;
    position: relative;
    cursor: pointer;
}

.c-toggle-box-button {
    width: 28px;
    height: 28px;
    background-color: rgba(86, 199, 218, .11);
    color: #56c7da;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.c-toggle-box-button,
.c-toggle-box-button:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.c-toggle-box-button,
.c-toggle-box-button:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.c-toggle-box-button:before {
    content: "\ea39";
    font-family: 'Nucleo Outline';
}

.c-toggle-box.is-active .c-toggle-box-button {
    background-color: rgba(240, 86, 98, .11);
    color: #f05662;
}

.c-toggle-box.is-active .c-toggle-box-button:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-toggle-box-content {
    display: none;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #414141;
}

.c-toggle-box.is-active .c-toggle-box-content {
    display: block;
}

.c-info-page-info-point {
    margin: 14px 0 28px;
    padding-right: 20px;
    position: relative;
    font-size: 14px;
}

.c-info-page-info-point:before {
    content: "";
    background: #56c7da;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 10px;
    width: 8px;
    height: 8px;
}

.c-info-page-show-more-container {
    width: 100%;
    text-align: left;
    padding: 5px 5px 5px 0;
}

.c-info-page-show-more {
    font-size: 14px;
    line-height: 1.571;
    color: #19bfd3;
    width: 100%;
    padding: 6px 10px 7px 25px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.c-info-page-show-more:after {
    content: "\ea3a";
    font-family: 'Nucleo Outline';
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 700;
}

.c-info-page-show-more:hover {
    background-color: rgba(86, 199, 218, .11);
    border-radius: 55px;
    color: #19bfd3;
}

.c-info-page-box-headline {
    padding: 15px 70px 10px;
    margin-bottom: 20px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.c-info-page-box-headline--question {
    background-image: url(../img/faq/d85e988e.svg);
    padding-right: 50px;
}

.c-content-expert-article {
    margin: 11px 0;
    padding-right: 76px;
    position: relative;
    padding-bottom: 10px;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    overflow: hidden;
}

.c-info-page--faq .c-content-expert-article {
    padding-right: 0;
}

.c-content-expert-articles {
    border-bottom: 1px solid #ddd;
    margin-top: 100px;
    margin-bottom: 40px;
}

.c-info-page--faq .c-content-expert-articles {
    margin-top: 0;
    border-bottom: none;
}

.c-content-expert-text {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2.53;
    color: #404040;
    display: none;
}

.c-content-expert-article.is-active .c-content-expert-blockquote,
.c-content-expert-article.is-active .c-content-expert-img,
.c-content-expert-article.is-active .c-content-expert-text {
    display: block !important;
}

.c-content-expert-text:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
}

.c-content-expert-img--center {
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 48px;
}

.c-content-expert-img--center img {
    vertical-align: top;
    max-width: 100%;
}

.c-info-page--faq .c-content-expert-feedback {
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    padding: 24px;
}

.c-info-page--faq .c-content-expert-feedback-state p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
}

.btn-faq {
    min-width: 96px;
    border-radius: 8px;
    border: 1px solid #555;
    background: #fff;
    padding: 12px 20px;
    color: #555;
}

.btn-faq,
.c-btn-submit {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.c-info-page--faq .c-content-expert-feedback-state button {
    margin-right: 24px;
}

.c-info-page-box-headline--category {
    padding-right: 15px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-info-page-box-headline--category img {
    max-height: 46px;
    margin-left: 15px;
}

/* Pages */

/* loading */
.snippet {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 125px;
    margin: 1.5rem 0;
    background: #fff;
    z-index: 1000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.snippet img {
    display: block;
    margin: 20px auto 0;
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    overflow: hidden;
}

.dot-floating {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ef5662;
    color: #ef5662;
    animation: dotFloating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}

.dot-floating::before,
.dot-floating::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-floating::before {
    left: -12px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ef5662;
    color: #ef5662;
    animation: dotFloatingBefore 3s infinite ease-in-out;
}

.dot-floating::after {
    left: -24px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ef5662;
    color: #ef5662;
    animation: dotFloatingAfter 3s infinite cubic-bezier(0.4, 0, 1, 1);
}

.overlay-loading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@keyframes dotFloating {
    0% {
        left: calc(-50% - 5px);
    }

    75% {
        left: calc(50% + 105px);
    }

    100% {
        left: calc(50% + 105px);
    }
}

@keyframes dotFloatingBefore {
    0% {
        left: -50px;
    }

    50% {
        left: -12px;
    }

    75% {
        left: -50px;
    }

    100% {
        left: -50px;
    }
}

@keyframes dotFloatingAfter {
    0% {
        left: -100px;
    }

    50% {
        left: -24px;
    }

    75% {
        left: -100px;
    }

    100% {
        left: -100px;
    }
}

/* loading */

.modal-login .account-box {
    width: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    position: relative;
}

.modal-login .modal-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.modal-login .modal-header .close {
    left: 10px;
    top: 20px;
    right: auto;
    background-color: #fff;
    font-weight: 100;
    font-size: 45px;
}

.modal-login .modal-header h4 {
    font-weight: bold;
    font-size: 18px;
}

.modal-login .account-box-content .form-account-link {
    float: none;
}

.word-break-text {
    word-break: break-all;
    direction: ltr;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.alert-site {
    padding-left: 4rem;
    padding-right: 1.25rem;
    background-color: rgba(255, 80, 98, .89) !important;
    background-image: url(../img/svg/701f8a6b.svg);
    margin-bottom: 0;
    text-align: center;
    z-index: 1000;
    position: relative;
    width: 100%;
}

.alert-site .close {
    left: 15px;
    right: auto;
    top: 9px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    padding: 0 !important;
    font-size: 25px;
}

.btn-search {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #424242;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    padding: 5px 11px;
    margin-left: 5px;
    float: right;
}

.btn-search:hover, .btn-search:focus {
    color: #212529;
    background-color: #e0e0e0;
    border-color: unset;
    box-shadow: unset;
}

.modal .sidebar-page .box {
    border-radius: 15px;
}

.modal .ui-input--quick-search .ui-input-field.ui-input-field--cleanable {
    padding-right: 34px;
}

.modal .ui-input--quick-search:before {
    top: 15px;
}

.modal .search-modal-header {
    height: 55px;
    background-color: #e9e9e9;
    padding: 0 25px;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 55px;
    border-radius: 0;
}

.modal .search-modal-header .close {
    background-color: transparent !important;
    top: 37px !important;
    font-size: 35px !important;
    font-weight: normal !important;
}

.sidebar-page .btn-primary:hover, .sidebar-page .btn-primary:focus, .sidebar-page .btn-primary:active {
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #FFFFFF;
    box-shadow: none;
}

.search-modal-footer {
    width: 100%;
    height: 70px;
}

.search-modal-footer button {
    background-color: #00bfd5;
    letter-spacing: -.6px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 10px;
    padding: 20px;
    border: none;
    display: inline-block;
    width: 100% !important;
    height: 100%;
    color: #fff;
}

@media (min-width: 576px) {
    .modal-login .modal-dialog {
        max-width: 470px;
        margin: 1.75rem auto;
    }
}

#resultsMobile {
    float: right;
    width: 100%;
}

#resultsMobile li {
    float: right;
    text-align: right;
    padding: 0;
}

#resultsMobile li a {
    font-size: 12px;
}

#resultsMobile hr {
    margin: 0;
    border-bottom: 1px solid #ece1e1;
}

/* comming-soon */
.page-countdown-timer span, .page-countdown-timer div.countdown-label {
    display: inline-block;
    margin-right: .9em;
    margin-bottom: .6em;
    text-align: center
}

.page-countdown-timer p {
    margin: 0;
}

.page-countdown-timer div.countdown-label {
    width: 56px;
    text-align: center;
    margin-right: 1.5em;
}

.page-countdown-timer span:first-child {
    margin-left: 0 !important
}

.page-countdown-timer span {
    font-family: iranyekan;
    font-weight: 700
}

.page-countdown-timer .countdown-label {
    padding-top: .25rem;
    color: #8c8c8c;
    font-family: iranyekan;
    font-size: .75rem;
    font-weight: 600;
}

.countdown-style .countdown-item {
    margin-right: .7em;
    margin-bottom: .5em
}

.countdown-style span {
    position: relative;
    min-width: 56px;
    padding: .3125rem .625rem;
    z-index: 1
}

.countdown-style span::before,
.countdown-style span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1
}

.countdown-style span::before {
    top: .375rem;
    left: .375rem;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5
}

.countdown-style span::after {
    top: 0;
    left: 0;
    border: 1px solid #e7e7e7;
    background-color: #fff
}

.countdown-style .countdown-label {
    padding-top: 11px
}

.countdown-style span {
    color: #343b43
}

.social-btn {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0;
    transition: all 0.3s;
    font-size: .875rem;
    line-height: 2.25rem;
    vertical-align: middle;
    text-align: center !important;
    text-decoration: none;
}

.sb-facebook {
    color: #3b5998 !important;
}

.sb-twitter:hover, .sb-twitter.hover {
    color: #55acee !important;
}

.sb-dribbble {
    color: #ea4c89 !important;
}

.sb-behance {
    color: #1769ff !important;
    font-size: 1.1em;
}

.sb-google-plus {
    color: #dd4b39 !important;
    font-size: 1.2em;
}

.social-btn:hover {
    border-color: transparent;
    background-color: #fff;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
}

.page-newsletter {
    margin-top: 30px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}

.page-newsletter form {
    position: relative;
}

.page-newsletter form .form-control {
    font-family: iranyekan;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #979898;
    transition: all .2s ease-out;
}

.page-newsletter form .btn {
    position: absolute;
    top: -5px;
    left: -1px;
    border-radius: 7px;
    font-family: iranyekan;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #00bfd6;
    color: #fff;
    height: 37px;
    line-height: 0;
    border-bottom: 0;
}

.page-newsletter form .btn:focus,
.page-newsletter form .btn:active {
    background-color: #00bfd6;
    box-shadow: none !important;
}

/* comming-soon */

/* login-to-admin */

.bg-login-admin {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: url('../img/theme/bg-login.svg');
    z-index: 0;
    opacity: 0.4;
}

/* login-to-admin */

.label-desc-map {
    font-size: 13px;
}

.search-in-map form {
    position: relative;
    width: 100%;
}

.search-in-map form input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 7px 12px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: right;
    font-family: iranyekan;
    outline: none;
}

.search-in-map form button {
    position: absolute;
    left: 0;
    border: 0;
    background-color: #00bfd6;
    color: #fff;
    height: 100%;
    border-radius: 5px 0 0 5px;
    outline: none;
    cursor: pointer;
    top: 0;
}

.card-horizontal-product, .card-horizontal-address {
    width: 100%;
    min-height: 180px;
    background-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    overflow: hidden;
    padding: 16px 16px 16px 30px;
    margin-bottom: 15px;
    position: relative;
}

.card-horizontal-address {
    height: 257px;
}

.card-horizontal-address:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00bfd6 48px, #ff7e7e 0) repeat-x;
    background-size: 96px 3px;
}

.card-horizontal-product .label-status-comment {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #f5fdf0;
    border: 1px solid #d0e3ca;
    border-radius: 4px;
    color: #9dbf9c;
    font-size: 11px;
    word-spacing: -1.5px;
    padding: 4px 10px;
}

.card-horizontal-product .card-horizontal-product-thumb {
    width: 28%;
    height: 100%;
    float: right;
    text-align: center;
    position: relative;
    margin-left: 2%;
}

.card-horizontal-product .card-horizontal-product-thumb small {
    font-weight: bold !important;
    font-size: 11px;
}

.card-horizontal-product .card-horizontal-product-thumb img {
    max-width: 100%;
}

.card-horizontal-product .card-horizontal-product-content {
    width: 70%;
    height: 100%;
    float: right;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-title a {
    color: #212121;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-title h3 {
    font-size: 15px;
    line-height: 28px;
    white-space: pre-wrap;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment-title a {
    color: #212121;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment-title h3 {
    font-size: 15px;
    line-height: 28px;
    white-space: pre-wrap;
    font-weight: bold;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment {
    position: relative;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 75%;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 60px;
    color: #f6f6f5;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment p {
    font-size: 13px;
    width: 75%;
    height: 120px;
    overflow: hidden;
    text-align: right;
}

.card-horizontal-product .rating-stars {
    white-space: nowrap;
    vertical-align: middle;
}

.card-horizontal-product .rating-stars i {
    display: inline-block;
    color: #bfbfbf;
    font-size: .875rem;
}

.card-horizontal-product .rating-stars i.active {
    color: #ffd800;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-price {
    margin: 10px 0;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-price span {
    font-size: 16px;
    font-weight: bold;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons {
    text-align: left;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons span.count-like {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #efefef;
    color: #96949a;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons span.count-like i {
    color: #d5d7db;
    font-size: 18px;
    font-weight: normal;
    margin-left: 7px;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid #19bfd3;
    background-color: #19bfd3;
    color: #fff;
    cursor: pointer;
    padding: 0 16px;
    text-align: center;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:hover {
    background-color: #fff;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info {
    border: 1px solid #19bfd3;
    background-color: #fff;
    color: #19bfd3;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:hover {
    border: 1px solid #19bfd3;
    background-color: #19bfd3;
    color: #fff;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .remove-btn {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #a1a3a8;
    color: #a1a3a8;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    outline: none;
    float: left;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-light {
    background-color: #e3e3e3;
    color: #000;
    border: 0;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .label-card-horizontal-product {
    float: right;
    color: #f44336;
    margin: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}

.card-horizontal-address .card-horizontal-address-desc {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.card-horizontal-address .card-horizontal-address-desc::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
}

.card-horizontal-address .card-horizontal-address-desc h4 {
    font-size: 21px;
    line-height: 1.048;
    letter-spacing: -.4px;
    margin-bottom: 5px;
    color: #6d6d6d;
}

.card-horizontal-address .card-horizontal-address-desc p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px;
    color: #979797;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.card-horizontal-address .card-horizontal-address-data {
    border-top: 1px solid #f4f4f4;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods {
    padding: 0;
    list-style: none;
    color: #979797;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    color: #979797;
    padding-right: 36px;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method i {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 24px;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions {
    position: absolute;
    left: 15px;
    bottom: 20px;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions .btn-note {
    border: 0;
    border-radius: 5px;
    background-color: #e3e3e3;
    font-size: 14px;
    line-height: 1.571;
    color: #6d6d6d;
    padding: 5px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.card-horizontal-address .checkout-address-location strong:before {
    display: none;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions .btn-note:hover {
    opacity: 0.9;
    color: #717171;
}

.card-horizontal-address .checkout-address-location {
    display: block;
    text-align: center;
}

.card-horizontal-address .checkout-address-location strong {
    display: block;
    max-width: 100%;
}

.card-horizontal-address .checkout-address-location i {
    display: block;
    font-size: 40px;
}

.ui-url {
    position: relative;
}

#buttonCopyUrl {
    position: absolute;
    right: 5px;
    top: 18px;
    z-index: 2;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    background-color: #6f7285;
    outline: none;
    cursor: pointer;
}

#buttonCopyUrl img {
    width: 23px;
    max-width: unset;
    position: absolute;
    top: 6px;
    right: 6px;
}

.form-comment-title--positive:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 6px;
    border-radius: 4px;
    background: #00bfd6;
    content: "";
}

.form-comment-title--negative:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    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;
}

.ui-input--add-point .ui-input-point {
    width: 48px;
    height: 100%;
    background: none;
    border: none;
    position: absolute;
    left: 0;
    top: 5px;
    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;
}

.ui-dynamic-label-remove:before {
    position: absolute;
    content: "×";
    font-size: 25px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.result-search-map2, .result-search-map {
    position: absolute;
    background: #fff;
    width: 100%;
    right: 0;
    top: 40px;
    z-index: 10000000000;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    padding: 10px 0;
    display: none;
}

.result-search-map2 li a ,.result-search-map li a {
    padding: 10px 15px;
    font-size: 13px;
}

.close-result-search ,.close-result-search2 {
    left: 100px !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    top: 6px !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    outline: none !important;
    display: none;
}

.search-results-trends {
    list-style: none;
    padding-right: 10px;
}

.search-results-trends li {
    height: 26px;
    border-radius: 13px;
    background-color: #eceff1;
    display: inline-block;
    margin-top: 15px;
    margin-left: 5px;
}

.search-results-trends li a {
    display: block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 26px;
    color: #4a4a4a;
    text-align: center;
    padding: 0 11px;
}

button.closeResultSearchMobile {
    position: absolute !important;
    top: 7px !important;
    left: 50px !important;
    border: 0 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    border-radius: 50% !important;
    outline: none;
    display: none;
}

#resultsMobile {
    display: none;
    background-color: #fff;
    text-align: right;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#resultsMobile li {
    width: 100%;
}

#resultsMobile .search-results-trends {
    display: block;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    padding-bottom: 5px;
}

#resultsMobile .search-results-trends li {
    margin-top: 8px;
    width: auto;
}

#resultsMobile .search-results-trends li a {
    line-height: 5px;
}

.product-details-ac .card {
    display: block !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    background-color: #fff;
    overflow: hidden;
    transition: all .2s ease-out;
    padding: 10px 0 !important;
    width: 100%;
}

.product-details-ac .card .card-header {
    padding: 0;
    background-color: #fff;
    border: 0;
}

.product-details-ac .card .card-header button {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0;
    padding: 5px;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}

.product-details-ac .card .card-header button span {
    color: #00bfd6;
    float: left;
}

.product-details-ac .card .card-header button span i {
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 3px;
}

.product-details-ac .box-tabs .card-body p {
    margin: 0;
}

.product-details-ac .comments-area .comment-content {
    padding-right: 0;
    padding-left: 0;
}

.product-details-ac .comments-area ol.comment-list li .comment-body {
    padding: 20px;
}

/* responsive */
@media (max-width: 1450px) {
    main.single-product .product .gallery-items li:nth-child(4) {
        display: none;
    }
}

@media (max-width: 1280px) {
    .table-suppliers table {
        width: 1280px;
    }
}

@media (max-width: 1200px) {
    .center-breakpoint {
        margin: 0 auto;
    }
}

@media (max-width: 1150px) {
    main.single-product .product .gallery-items.hidden-sm li a {
        width: 45px;
        height: 45px;
    }

    .listing-header {
        padding: 6px 0 0 0;
        overflow: hidden;
        overflow-x: scroll;
    }

    .listing-sort {
        display: block;
        width: 100%;
        min-width: 750px;
        padding-right: 40px;
    }
}

@media (max-width: 1077px) {
    header.main-header {
        display: none;
    }

    nav.header-responsive {
        display: block;
    }

    .alert-site {
        position: fixed;
        z-index: 100000;
    }

    main.profile-user-page .table-order {
        overflow-x: scroll;
    }

    .table-order-head {
        margin-top: 8px;
        min-width: 1000px;
    }

    .table-order-body {
        min-width: 1000px;
    }

    .params .params-title {
        color: #00bfd6;
    }

    .params .params-title:before {
        display: none;
    }

    .params .params-list li .params-list-key {
        float: right;
        width: 100%;
        color: #000;
        font-weight: bold;
    }

    .params .params-list li .params-list-value {
        float: right;
        width: 100%;
        background-color: transparent;
    }

    .product-feature-box {
        display: none;
    }

    .sidebar-collapse .navbar-collapse {
        position: absolute;
        display: block;
        top: 0;
        height: 100vh !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #fff;
        overflow-y: scroll;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -webkit-box-shadow: -2px 0 4px 0 rgba(0, 0, 0, .13);
        box-shadow: -2px 0 4px 0 rgba(0, 0, 0, .13);
    }

    .sidebar-collapse .navbar-collapse:before {
        background: #fff;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: 0.3125rem;
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 0;
    }

    .sidebar-collapse .navbar .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: .75rem;
    }

    .sidebar-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu,
    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before,
    .sidebar-collapse .navbar .dropdown .dropdown-menu:before {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #000;
    }

    .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 7px;
    }

    .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear;
    }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 5px;
    }

    .sidebar-collapse .bar1,
    .sidebar-collapse .bar2,
    .sidebar-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .sidebar-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .bar2 {
        opacity: 1;
    }

    .sidebar-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar2 {
        opacity: 0;
    }

    .sidebar-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

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

    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

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

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

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

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 300px;
    }

    .sidebar-collapse .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        cursor: pointer;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-280px, 0, 0);
        -moz-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        -ms-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: none !important;
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px;
    }

    .bootstrap-collapse .navbar .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: .75rem;
    }

    .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu,
    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before,
    .bootstrap-collapse .navbar .dropdown .dropdown-menu:before {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #FFFFFF;
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 7px;
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear;
    }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 5px;
    }

    .bootstrap-collapse .bar1,
    .bootstrap-collapse .bar2,
    .bootstrap-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .bootstrap-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .bar2 {
        opacity: 1;
    }

    .bootstrap-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar2 {
        opacity: 0;
    }

    .bootstrap-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

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

    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

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

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

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

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .profile-photo .profile-photo-small {
        margin-left: -2px;
    }

    .button-dropdown {
        display: none;
    }

    .section-nucleo-icons .container .row > [class*="col-"]:first-child {
        text-align: center;
    }

    .footer .copyright {
        text-align: right;
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px;
    }

    .navbar-nav .nav-link i.fa,
    .navbar-nav .nav-link i.now-ui-icons {
        opacity: .5;
    }

    .section-images {
        height: 500px;
        max-height: 500px;
    }

    .section-images .hero-images-container {
        max-width: 500px;
    }

    .section-images .hero-images-container-1 {
        right: 10%;
        top: 68%;
        max-width: 269px;
    }

    .section-images .hero-images-container-2 {
        right: 5%;
        max-width: 135px;
        top: 93%;
    }

    .navbar .navbar-nav.navbar-logo {
        display: none;
    }

    .logo-nav-res {
        margin: 20px 0;
    }

    .logo-nav-res a {
        position: relative;
    }

    .logo-nav-res a::after {
        content: '';
        position: absolute;
        bottom: -10px;
        width: 80%;
        height: 1px;
        background-color: #e5e5ea;
        right: 0;
        left: 0;
        margin: auto;
    }

    .logo-nav-res a img {
        max-width: 100%;
    }

    nav.header-responsive > ul {
        position: relative;
        padding: 0;
    }

    nav.header-responsive > ul li {
        float: right;
        width: 100%;
    }

    nav.header-responsive ul ul {
        display: none;
        padding: 0;
        direction: ltr;
        background-color: #f5f5f5;
    }

    nav.header-responsive ul ul {
        border-top: 1px solid #e5e5ea;
    }

    nav.header-responsive ul ul ul {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    nav.header-responsive ul ul li a {
        background-color: transparent;
    }

    nav.header-responsive > ul > li > a {
        font-size: 16px;
        display: block;
        padding: 7px 22px;
        background: #fff;
        color: #ff1744;
    }

    .navbar a:not(.btn):not(.dropdown-item) {
        color: #757575;
    }

    nav.header-responsive a {
        cursor: pointer;
        background-color: #fff;
        display: block;
    }

    nav.header-responsive ul > li > ul > li {
        position: relative;
    }

    nav.header-responsive ul > li > ul > li::before {
        position: absolute;
        right: 20px;
        top: 10px;
        color: #3633e6;
        font-size: 18px;
    }

    nav.header-responsive ul > li > ul > li > a:hover {
        color: #3633e6;
    }

    nav.header-responsive ul > li > ul > li > a {
        font-size: 14px;
        display: block;
        padding: 0 20px;
        line-height: 44px;
        color: #283971;
    }

    nav.header-responsive ul ul ul li a {
        padding-right: 40px;
    }

    nav.header-responsive ul > li.sub-menu {
        position: relative;
    }

    nav.header-responsive ul > li.sub-menu::before {
        content: '';
        position: absolute;
        left: 26px;
        top: 15px;
        width: 18px;
        height: 18px;
        border: 1px solid #757575;
        border-radius: 50%;
    }

    nav.header-responsive ul > li.sub-menu > a::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 2px;
        background: #757575;
        left: 30px;
        top: 23px;
        z-index: 99;
        transition: all 0.1s ease-out;
    }

    nav.header-responsive ul > li.sub-menu > a::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 10px;
        background: #757575;
        left: 34px;
        top: 19px;
        transition: all 0.1s ease-out;
    }

    nav.header-responsive ul > li.sub-menu.open > a::before {
        transform: rotate(45deg);
    }

    nav.header-responsive ul > li.sub-menu.open > a::after {
        transform: rotate(45deg);
    }

    nav.header-responsive ul a {
        padding: 10px;
    }

    main.main,
    main.cart,
    main.page-404,
    main.cart-page,
    main.search-page,
    main.single-product,
    main.profile-user-page {
        margin-top: 125px;
    }

    .shopping-page main.cart-page {
        margin-top: 0;
    }

    .page-404 {
        padding: 28px 0;
    }

    .brand-slider .swiper-button-next,
    .brand-slider .swiper-button-prev {
        display: none;
    }

    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }

}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }

    .main-slider {
        height: 200px;
    }

    .center-section {
        margin: 0 auto;
    }

    .hidden-md {
        display: none;
    }

    .show-md {
        display: block !important;
    }
}

@media (max-width: 830px) {
    .table-cart {
        width: 780px;
    }
}

@media (max-width: 768px) {
    .hidden-sm {
        display: none;
    }

    .show-sm {
        display: block !important;
    }

    .swiper-container-horizontal > .swiper-scrollbar {
        display: block;
    }

    .widget-slider {
        box-shadow: none;
        background-color: transparent;
    }

    .widget-slider .card-header {
        padding: 0;
    }

    .widget-product .card-header .card-title {
        border-bottom: 0;
    }

    .widget-product .card-header .card-title span {
        border-bottom: 0;
    }

    .widget-product .product-carousel .swiper-slide {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        -webkit-border-radius: 9px;
        border-radius: 9px;
        padding: 8px 0;
        border: 1px solid #f6f6f6;
        margin-bottom: 10px;
    }

    .widget-product .swiper-slide img {
        max-width: 60%;
    }

    .widget-product .swiper-button-next,
    .widget-product .swiper-button-prev {
        width: 35px;
        height: 50px;
    }

    .widget-product .swiper-button-next i,
    .widget-product .swiper-button-prev i {
        line-height: 50px;
        font-size: 20px;
    }

    .brand-slider a {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 hsla(0, 0%, 92%, .5);
        box-shadow: 0 2px 4px 0 hsla(0, 0%, 92%, .5);
    }

    .product-box-discount-badge {
        font-size: 10px;
        left: 10px;
    }

    .product-feature {
        border-top: 0;
    }

    .brand-slider .swiper-slide {
        margin-bottom: 20px;
    }

    .container {
        max-width: 100%;
    }

    .box-tabs-tab a,
    .box-tabs-tab a.active {
        font-size: 14px;
        line-height: 23px;
        padding: 10px;
    }

    .box-tabs-tab a i {
        margin-left: 2px;
    }

    .amazing-search .breadcrumb-list li a,
    .amazing-search .breadcrumb-list li:last-child,
    .amazing-search .breadcrumb-list li:before {
        color: #6a6a6a;
    }

    .comments-area h3.comment-reply-title {
        margin-right: 0;
    }

    .comments-area ol.children {
        padding: 0;
    }

    p.comment-notes {
        margin-right: 0;
    }

    span.dl-none-sm {
        display: none;
    }

    .checkout-order-summary-col-post-time {
        font-size: 10px;
    }

    span.fs-sm {
        font-size: 9px;
    }

    body,
    main.main {
        background: #f9f9f9;
    }

    .product .price-product .price-discount {
        margin: 20px 0;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 15px;
    }

    .widget-product .product-carousel .swiper-slide ins {
        font-size: 14px;
    }

    .widget-product .product-carousel .swiper-slide .post-title {
        font-size: 12px;
        max-height: 54px;
        line-height: 19px;
        height: 54px;
        margin-bottom: 11px;
        padding: 0 10px;
    }

    .widget-product .product-carousel .swiper-slide .price {
        height: 44px;
    }

    .widget-product .swiper-button-next,
    .widget-product .swiper-button-prev {
        display: none;
    }

    .hidden-mb {
        display: none !important;
    }

    .show-mb {
        display: block !important;
    }

    .view-all.show-mb {
        display: block !important;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 191, 214, .5);
        box-shadow: 0 2px 6px 0 rgba(0, 191, 214, .5);
        font-size: 18px;
        line-height: 1.222;
        letter-spacing: -.6px;
        color: #fff;
        background-color: #00bfd6;
        padding: 14px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        cursor: pointer;
    }

    .product-carousel {
        padding: 0 2px;
    }

    footer.main-footer,
    footer.main-footer .description,
    footer.main-footer .copyright {
        background-color: #fff;
    }

    footer.main-footer .back-to-top {
        text-align: center;
        font-size: 16px;
        background-color: #fff;
    }

    .widget-slider .swiper-container {
        padding-bottom: 8px;
        border-bottom: 1px solid #e5e5ea;
    }

    #amazing-slider-responsive .widget-slider .swiper-container {
        padding-bottom: 0;
        border-bottom: 0;
    }

    #amazing-slider-responsive .swiper-container-horizontal > .swiper-scrollbar {
        bottom: 0 !important;
    }

    .listing-items .product-box {
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .product-box-img {
        float: right;
        display: unset;
        width: 30%;
        height: 90%;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        position: unset;
    }

    .listing-items .product-box-content {
        float: right;
        display: unset;
        width: 70%;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        flex-grow: unset;
    }

    .product-seller-details-item-grid {
        opacity: 1;
    }

    .product-title {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .remodal-gallery {
        height: unset;
    }

    .remodal-gallery-main {
        display: unset;
        display: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin-right: 0;
        margin-left: 0;
        height: unset;
    }

    .remodal-gallery-content {
        width: 100%;
        -ms-flex: unset;
        flex: unset;
        max-width: 100%;
        height: unset;
        margin-bottom: 20px;
    }

    .remodal-gallery-side {
        width: 100%;
        -ms-flex: unset;
        flex: unset;
        max-width: 100%;
        padding: 0;
        border-left: 1px solid #eaeaea;
        text-align: center;
    }

    .remodal-gallery-side .swiper-container {
        height: unset;
    }

    .remodal-gallery-content .swiper-slide {
        display: unset;
        display: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .remodal-gallery-side .swiper-button-prev {
        color: #a8a8a8;
        top: 30%;
        left: 10px;
        right: auto;
        width: 40px;
        height: 40px;
    }

    .remodal-gallery-side .swiper-button-next {
        color: #a8a8a8;
        top: 30%;
        right: 10px;
        left: auto;
        width: 40px;
        height: 40px;
    }

    .remodal-gallery-side .swiper-button-prev:before {
        content: "\ea3a";
    }

    .remodal-gallery-side .swiper-button-next:before {
        content: "\ea3b";
    }

    .remodal-gallery-side .swiper-slide:before {
        height: 2px;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .product-variant, .product-params ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-params {
        padding-bottom: 40px;
    }

    .listing-sort {
        text-align: right;
    }

    .modal-dialog.in-responsive-full-width {
        margin: 0;
        max-width: 100%;
    }

    .c-compare-img:after {
        display: none;
    }

    .swiper-compare-slider .swiper-button-next, .swiper-compare-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .card-horizontal-product, .card-horizontal-address {
        border-radius: 0;
        padding-left: 16px;
    }

    .profile-order-address-col {
        max-width: 100%;
        flex: unset;
    }

    .profile-order-address-value {
        margin-bottom: 0;
    }

    .section-product-gallery {
        border-left: 0 !important;
    }

    main.single-product .product .gallery-items.show-sm li {
        display: unset;
    }

    main.single-product .product .gallery-items.show-sm li a {
        display: block;
    }

    main.single-product .product .gallery-items.show-sm li a img {
        width: auto;
    }

    .product-directory {
        padding-top: 5px;
    }

    .box-tabs .card-body {
        padding: 10px;
    }

    .box-tabs .comments-summary-note .dk-btn {
        font-size: 14px;
        text-align: center;
        padding: 13px 50px;
    }

    .box-tabs .comments-summary-note .dk-btn:before {
        transition: all .3s ease-in-out;
        width: 48px;
        height: 150%;
        position: absolute;
        right: -11px;
        top: -17px;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        border-radius: 40px 0 0 40px;
    }

    .box-tabs .comments-summary-note .dk-btn > i {
        font-size: 20px;
        position: absolute;
        right: 7px;
        top: 14px;
        color: rgba(255, 255, 255, 0.7);
        font-style: normal;
    }

}

@media (max-width: 700px) {
    .is-sticky-enable .c-compare-placement {
        height: 150px;
    }

    .c-compare-img a.btn-primary, .c-compare-add button.dk-btn {
        font-size: 10px;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: center;
        position: relative;
    }
}

@media (max-width: 650px) {
    .main-slider .carousel-indicators {
        bottom: -10px;
    }

    .c-product-additional-info {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .alert-site button.close {
        position: absolute;
        left: 11px;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .box-tabs .card-body p {
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .container {
        max-width: 100%;
    }

    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }

    .checkout-item {
        width: 490px;
        overflow-x: visible;
        display: block;
    }

    .box-tabs-tab {
        width: 25%;
        text-align: center;
    }

    .box-tabs-tab a {
        font-size: 12px;
    }

    .box-tabs-tab a i {
        display: none;
    }

    .single-product .card-header {
        background-color: #fff;
    }

    .widget-slider .card-header {
        background-color: transparent;
    }

    .single-product .card-header button {
        font-size: 14px;
    }

    .shopping-page .checkout-contact-location {
        position: relative;
        display: inline-block;
        margin: 0 30px 30px;
    }

    .verify-phone-number {
        width: 100%;
    }

    .comments-summary-box, .comments-summary-note {
        padding-right: 0;
        padding-left: 0;
    }

    .comments-summary-note > span {
        font-size: 18px !important;
    }

    main.single-product .breadcrumb {
        font-size: 10px;
        margin-bottom: 4px;
    }
}

@media (max-width: 480px) {
    .account-box {
        width: 100%;
    }

    .account-box-title {
        padding: 10px;
        font-size: 16px;
    }

    .account-box-content {
        padding: 0 10px;
    }

    .form-account-title {
        font-size: 12px;
    }

    .input-label i:before {
        right: 10px;
        top: 17px;
        font-size: 16px;
    }

    .input-field::placeholder {
        font-size: 13px;
        padding-right: 20px;
    }

    .account-box-content .dk-btn {
        font-size: 14px;
        padding: 17px 55px;
    }

    .cart-empty-icon {
        width: 137px;
        height: 137px;
        line-height: 170px;
    }

    .cart-empty-icon i {
        font-size: 50px;
    }

    .cart-empty-title {
        font-size: 22px;
        margin: 15px 0 15px;
    }

    .cart-empty a.dk-btn {
        display: block;
        font-size: 12px;
        padding: 17px 50px;
    }

    .product-add a.dk-btn {
        display: block;
        font-size: 16px;
    }

    .dk-btn:before {
        width: 60px;
        right: -21px;
    }

    .dk-btn > i {
        font-size: 19px;
        right: 9px;
    }

    .account-box-message-links .btn-link-border {
        font-size: 12px;
    }

    .tab-items {
        width: 100%;
        overflow-x: scroll;
        padding: 4px 1px 0;
    }

    .tab-items ul {
        min-width: 440px;
    }

    .card-horizontal-address {
        min-height: 290px;
    }

    .card-horizontal-address-methods {
        width: 100%;
        float: unset !important;
    }

    .card-horizontal-address-actions {
        width: 100%;
        position: relative !important;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        bottom: 0 !important;
        left: 0 !important;
        float: unset !important;
    }

    .card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method {
        font-size: 14px;
    }

    .card-horizontal-address .card-horizontal-address-desc p {
        font-size: 14px !important;
    }

    footer.main-footer .footer-widgets .newsletter form .form-control {
        border-radius: 9px;
        background-color: #f0f0f0;
        border-color: #e5e5ea;
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 15px;
        font-size: 1.071rem;
        line-height: 1.467;
        height: unset;
        padding-left: 10px !important;
    }

    footer.main-footer .footer-widgets .newsletter form .btn {
        -webkit-border-radius: 9px;
        border-radius: 9px !important;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 191, 214, .5);
        box-shadow: 0 2px 6px 0 rgba(0, 191, 214, .5);
        font-size: 18px;
        font-size: 1.286rem;
        line-height: 1.222;
        letter-spacing: -.6px;
        color: #fff;
        background-color: #00bfd6;
        border: 0;
        padding: 14px;
        width: 100%;
        text-align: center;
        height: unset;
        position: relative;
        margin-top: 13px;
    }
}

@media (max-width: 370px) {
    .account-box .message-light {
        font-size: 12px;
        line-height: 2;
        padding: 5px;
        position: relative;
        border-radius: 5px;
        line-height: 22px;
        margin: 5px;
        background-color: #fffde4;
        border: 1px solid #f6e8a1;
        color: #a37731;
    }

    .verify-phone-number .numbers-verify .line-number {
        display: inline-block;
        width: 25px;
        height: 30px;
        border: 0;
        border-bottom: 4px solid #c8c8c8;
        margin: 0 7px;
        outline: none;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
    }

    .verify-phone-number .message-light a {
        display: table;
        margin: 0;
    }

    .verify-phone-number .account-box-footer {
        font-size: 12px;
    }

    .listing-items .price-value-wrapper {
        font-size: 20px !important;
    }
}

@media (max-width: 360px) {
    .cart-empty a.dk-btn {
        padding: 17px;
    }

    .cart-empty a.dk-btn > i,
    .cart-empty .dk-btn:before {
        display: none;
    }

    .checkout-summary-content .parent-btn .dk-btn {
        font-size: 16px;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 12px;
    }

    #amazing-slider-responsive .countdown-timer {
        font-size: 15px;
    }
}

/* responsive */