@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/iranyekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iranyekan/woff/iranyekanwebbold(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iranyekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/iranyekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iranyekan/woff/iranyekanweblight(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iranyekan/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/iranyekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

body {
    direction: rtl;
    text-align: right;
    font-family: iranyekan;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #515151;
    overflow-x: hidden;
}

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;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.prod-padding {
    padding: 14px 7px 0px 7px;
}
.default {
    width: 100%;
    height: auto;
    float: right;
}

.parent-btn {
    overflow: hidden;
}

.parent-btn2 {
    overflow: hidden;
text-align:center;
}
.dk-btn {
    font-size: 1.286rem;
    padding: 18px 77px 18px 27px;
    border-radius: 8px;
    background-color: #34495e;
    color: #fff;
    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: 24%;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
}

.dk-btn2 {
    font-size: 1.286rem;
    padding: 18px 78px 18px 36px;
    border-radius: 8px;
    background-color: #34495e;
    color: #fff;
    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-btn2 {
    cursor: pointer;
    outline: none;
}

.dk-btn2:hover {
    color: #fff;
}
.dk-btn2:before {
    transition: all .3s ease-in-out;
    width: 35%;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
}

.dk-btn2:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
}

.dk-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    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: #263238;
}

.dk-btn>i {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
}

.dk-btn2>i {
    font-size: 25px;
    position: absolute;
    right: 14px;
    top: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
}
button,
input,
optgroup,
select,
textarea {
    font-family: iranyekan;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1676px;
    }
}

/* header */
header.main-header {
    padding: 15px 0;
    background-color: #fff;
}

/* ----------------- Start Header */
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: 45px;
    float: right;
    margin-top: 0px;
    width: 100%;
}

header.main-header .search-area form.search {
    position: relative;
}

header.main-header .search-area form.search input {
    width: 97%;
    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;
    text-indent:7px
}

header.main-header .search-area form.search button {
    width: 60px;
    height: 100%;
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #5c7ee6;
    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.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: 123;
    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 .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 {
    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 .cart a.btn {
    color: #fff;
    font-size: 14px;
    background-color: #f22222;
    border-radius: 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: 100;
    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: #F5F5F5;
text-align: right;
    font-size: 12pt;
    color: #00bfd6 !important

}

header.main-header .cart .dropdown-menu .basket-total {
    font-size: 20px;
    line-height: 20px;
    color: #fb3449;
    direction: rtl;
    text-align: center;
}

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: .960rem;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: inline-table;
    bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color .3s ease-in-out;
    color: #f40707 !important;
}

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: 0px 0px 0px 15px;
    list-style: none;
border-top: solid 1px #F1F1F1;
    padding-bottom: 10px;
    padding-top: 10px;
}

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;
left:10px;
}

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;
display:table;
}

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;
}

header.main-header .cart .dropdown-menu .basket-submit a
{
color:#FFFFFF;
}

/* ----------------- 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;
padding-left:85px;
}

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: 500;
}

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: 1000px;
//    width: 1077px;
    z-index: 100000;
min-height: 313px;
}

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;
    width: 100%;
    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.mega-menu-col-5 img {
    position: absolute;
    left: 0px;
    z-index: -1;
    max-width: 250px;
    bottom: 0;
}

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;
white-space: nowrap;
}

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;
position: absolute;
    left: 0px;
    top: 0px;
}

/* ----------------- End Main-Menu */
nav.header-responsive {
    display: none;
    background-color: #fff;
    height: 110px;
}

nav.header-responsive ul {
    direction: rtl;
    text-align: right;
}

nav.header-responsive .navbar-translate {
    direction: ltr;
}

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: 84%;
    height: 40px;
}

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: #eceff1;
    border: 1px solid #d5dadd;
    color: #474747;
    outline: none;
}

nav.header-responsive form button {
    width: 60px;
    height: 100%;
    position: absolute;
    left: -54px;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #ef5661;
    cursor: pointer;
    outline: none;
}

nav.header-responsive form button img {
    width: 25px;
}

nav.header-responsive .navbar-translate ul {
  //  width: 25%;
    float: left;
    text-align: left;
padding-top: 7px;
display:flex;
}

nav.header-responsive .search-nav ul li {
    float: left;
    text-align: center;
}

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;
}

.widget .card-header,
.brand-slider .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 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: .800rem;
    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;
}

.sidebar #progressBar {
    height: 1px;
    background: #e0e1e2;
    position: relative;
    margin-bottom: 15px;
}

.sidebar .slide-progress {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    border-top-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-color: #fb3449;
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

.sidebar #suggestion-slider .item {
    direction: rtl;
}

.sidebar #suggestion-slider .item img {
    max-width: 209px !important;
    max-height: 196px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.sidebar #suggestion-slider .item .product-title {
    font-size: 13px;
    display: block !important;
}

.sidebar #suggestion-slider .item a {
    display: block;
    text-align: center;
}

.sidebar #suggestion-slider .item .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 .item .price {
    color: #ef5661;
    height: 64px;
    font-size: 20px;
    text-align: center;
}

.sidebar #suggestion-slider .item .price>* {
    display: block;
}

.sidebar #suggestion-slider .item .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,
.brand-slider .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid #ef5661;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}

.widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 37px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898;
}

.widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
    border-bottom: 1px solid #e0e1e2;
    padding-bottom: 0;
    line-height: 2;
}

.widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: auto !important;
}

.widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
}

@media (min-width: 992px) {

    .widget-product .product-carousel .owl-item,
    .brand-slider .owl-carousel .owl-item {
        border: 1px solid #fff;
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
}

.cart-page .checkout-aside {
    margin-top: 79px;
    margin-bottom: 19px;
}
    

    .widget-product .product-carousel .owl-item:hover,
    .brand-slider .owl-carousel .owl-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }

}

.widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 49px;
    line-height: 25px;
    height: 49px;
padding-top:3px;
}

.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
}

.widget-product .product-carousel .item .price del,
.brand-slider .product-carousel .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
    text-decoration: none !important;
    display: block;
}

.widget-product .owl-carousel .owl-nav .owl-prev,
.brand-slider .owl-carousel .owl-nav .owl-prev,
.widget-product .owl-carousel .owl-nav .owl-next,
.brand-slider .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 60px;
   // position: absolute;
   // top: 72%;
    transform: translateY(-50%);
    background-color: #fffff00;
    background-image: unset;
    outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
  //  right: -20px;
  //  top: 50%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

.widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
 // left: -40px;
 // top: 50%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.widget-product .owl-carousel .owl-nav .owl-prev i,
.brand-slider .owl-carousel .owl-nav .owl-prev i,
.widget-product .owl-carousel .owl-nav .owl-next i,
.brand-slider .owl-carousel .owl-nav .owl-next i {
    font-size: 17pt;
    color: #FF0000;
   line-height: 52px;
font-weight: 700;


}

.brand-slider .owl-carousel .owl-item {
    text-align: center;
}

.brand-slider .owl-carousel .owl-item img {
    max-height: 70%;
    max-width: 70%;
    margin: 0 auto;
}

.brand-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -15px;
    top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
}

/* ----------------- End Sidebar */

/* ----------------- Start Main Slider */
#main-slider {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 15px;
}

#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;
}

/* ----------------- Start Amazing Slider */

#amazing-slider {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 15px;
    height: 384px;
    background: #fff;
}

#amazing-slider>.row {
    height: 462px;
}

#amazing-slider .carousel-indicators {
    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: 5px;
    cursor: pointer;
    position: relative;
    background: 0 0;
    transition: all .2s ease-out;
}

#amazing-slider .carousel-indicators li:first-child {
    border-top-left-radius: 8px;
}

#amazing-slider .carousel-indicators .view-all {
    padding: 0;
    border-bottom-left-radius: 7px !important;
}

#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;
}

#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: relative;
    top: 1px;
    left: 50px;
    color: #fff;
}

.hvr-sweep-to-left:before {
    content: "";
    width: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    border-radius: 20px 0 0 20px;
    transition: all 0.2s ease-in-out;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    width: 100%;
    border-radius: 0;
}

#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: 14px;
    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: 18px;
    line-height: 63px;
}

#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: 1px;
    color: #979898;
}

#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 img {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
}

/* 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.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 {
    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;
}

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;
    color: #fff;
}

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 {
    width: 159px;
    height: 45px;
    text-align: center;
    border-radius: 9px;
    background-image: linear-gradient(266deg, #4e60d3, #913baf 35%, #d52d88 68%, #f26d4f);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 45px;
    margin-bottom: 20px;
}

footer.main-footer .footer-widgets .socials .footer-social a {
    color: #fff;
}

footer.main-footer .footer-widgets .socials .footer-social a i {
    margin-left: 4px;
}

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: 25px 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: 380px;
    margin: 21px auto;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    position: relative;
border-radius:7px;
}

.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;
    padding: 17px 30px;
    font-size: 21px;
    font-weight: bold;
color:#ef5662;
margin-bottom: 14px;
}

.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;
padding-right: 5px;
padding-left: 5px;
}

.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: 15px;
    padding-left: 15px;
}

.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;
text-indent:20px;
}

.input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right !important;
    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%;
}

.form-account-submit2 button {
    width: 300px;
padding-left: 75px;
}

.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 #a2dd33;
}

.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;
}

.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;
}

.checkout-page {
    width: 98%;
}

.checkout-title {
 //   border-bottom: 1px solid #ececec;
    color: #ef5662;
//  padding: 17px 0;
    font-size: 14px;
    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: .2px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px;
}

.box-content {
    padding: 10px 13px 8px 12px;
}

.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;
}

.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: #777777;
    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: 7px;
    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: 26px 4px 30px;
}

.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;
}

.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;
    font-size: .857rem;
    line-height: 30px;
    margin-top: 20px;
}

.product-box-title a {
    color: #535353;
}

.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-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: 1.5rem;
    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";
}

.pager-prev:before {
    content: "\00ab";
}

/* 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: 28px;
}

.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: 150px;
 //   line-height: 220px;
text-align: center;
}

.cart-empty-icon i {
    font-size: 60px;
    color: #1cafc7;
    padding: 110px 0 40px 0;
}

.cart-empty-title {
    font-size: 21px;
    margin: 0px 0 0px;
    color: #1cafc7;
text-align:center;
}

.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-url a {
    text-decoration: none;
    color: #009ec9;
    border-bottom: 1px dashed #009ec9;
}

.cart-page-title {
    margin: 2px 0 -6px;
    padding: 1px 10px;
    position: relative;
    color: #ed414f;
}

.cart-page-title h1 {
    color: inherit;
    font-size: 21px;
    line-height: 31px;
    font-weight: 700;
}

.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-items {
    padding: 0;
    list-style: none;
}

.checkout-item {
    border-top: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
}

.checkout-item span {
font-size:9pt;
}

.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: 23px;
    height: 23px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #FF0000;
    background: #f5f5f5;
//    right: 0;
    margin-top: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.checkout-btn-remove:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 9px;
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
}

.checkout-title {
    font-size: 16px;
    line-height: 1.88;
    margin-bottom: 1px;
color: #ef5662;
}



.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;
    cursor: pointer;
    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 {
    cursor: pointer;
    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;
    cursor: pointer;
    display: inline-block;
}

.checkout-summary-content .wiki {
    line-height: 32px;
}

.checkout-summary-content .wiki:last-of-type {
    margin-right: 5px;
}

.checkout-feature-aside {
    border-radius: 5px;
    -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;
}

.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: 10px;
    font-size: .857rem;
    line-height: 1.833;
    max-width: 100%;
    padding-left: 90px;
    white-space: nowrap;
    list-style: none;
    margin: 10px 0;
    background-color: transparent;
    padding: 0;
}

main.single-product .breadcrumb li {
    display: inline-block;
}

main.single-product .breadcrumb li: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 li:first-child:before {
    content: '';
}

main.single-product .breadcrumb li a {
    color: #6a6a6a;
}

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: 400px !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;
}

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-top: 40px;
    text-align: center;
}

main.single-product .product .gallery-items li {
    height: 60px;
    padding: 0 3px;
    display: inline-block;
}

main.single-product .product .gallery-items li img {
    height: 60px;
    width: 60px;
}

.product-title {
    border-bottom: 1px solid #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 0px 5px 0px;
 //   min-height: 95px;
}

.product-title h1 {
    line-height: 1.467;
    color: #494949;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 1.294 !important;
}

.product-title h1 span {
    color: #b5b5b5;
    font-size: 14px !important;
    line-height: 1.571 !important;
    display: block;
    margin-top: 5px;
}

.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-variants {
    margin: 5px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.product-variants>span {
    font-size: inherit;
    color: inherit;
    padding-left: 15px;
    float: right;
}

.product-variants .radio {
    float: right;
    margin-left: 7px;
}

.product-variants .radio label {
    padding-left: 45px;
    padding-right: 5px;
//    margin-left: 10px;
//    margin-right: 10px;
}

.product-variants .radio label::before,
.product-variants .radio label::after {
    border: 2px solid #e5e5e5;
}

.product-variants .radio input[type="radio"]:checked+label::after {
    width: 22px;
    height: 22px;
    background-color: #69d8e5;
    border:solid #ffffff 2px;
    top: 3px;
    left: 14px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}

.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;
margin-bottom:5px;
    background-color: #ef5662;
    height: 28px;
    color: #fff;
    padding: 0 10px;
    border-radius: 19px 19px 19px 2px;
    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: -5px;
    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 ul {
    list-style: none;
    padding: 0;
    color: #55565a;
    margin: 20px 14px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    text-align:justify;
}

.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 10px;
    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;
display:flex;
}

ul.gallery-options li {
    margin-bottom: 5px;
   // z-index: 980;
    position: relative;
}

ul.gallery-options button {
    width: 51px;
    height: 46px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;

}

ul.gallery-options .tooltip-option {
    opacity: 0;
    visibility: hidden;
    padding: 9px 5px;
    background-color: #6f6f6f;
    color: #fff;
    z-index: 4;
    font-size: 13px;
    line-height: 1.692;
    position: absolute;
    top: 60px;
    right: 0px;
    width: 133px;
    text-align: center;
    transition: all 0.3s ease-in;
border-radius:5px;
}

ul.gallery-options .tooltip-option::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 16px;
top:-20px;
    border-width: 10px 10px 10px 10px;
    border-color: transparent #6f6f6f transparent transparent ;
-ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

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;
}

.modal-share .modal-content .btn-group-share li {
    float: right;
    margin-right: 9px;
    margin-bottom: 9px;
}

.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;
}

.btn-share-farsi {
    width: 50px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.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-whatsapp {
    background: #07D30D;
}

.modal-share .modal-content .btn-share-google-plus {
    background: #eb4d4d;
}

.modal-share .modal-content .btn-share-yahoo {
    background: #9324E1;
}
.modal-share .modal-content .btn-share-print {
    background: #999999;
}

.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;
direction:ltr;
text-align:left;
color:#00bfd6;
}

.modal-share .modal-content .ui-url-field {
    background: none;
    border: none;
    border-top: 1px solid #efefef;
    color: #a9a9a9;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    padding: 10px;
    width: 100%;
    letter-spacing: -.4px;
    direction: ltr;
    outline: none;
}

.tooltip {
    font-family: iranyekan;
}

.box-tabs>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: #8abfcf;
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
}

.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: calc(12px + 0.45vw);
    line-height: 1.375;
    letter-spacing: -.3px;
}

.param-title span {
    display: block;
    color: #a7a7a7;
}

.box-tabs .card-body {
    background-color: #fff;
}

.parent-expert {
    position: relative;
}

.tab-content .content-expert {
    height: 313px;
    overflow: hidden;
    padding-bottom: 30px;
}

.tab-content .content-expert p {
    max-width: 850px;
    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 .sum-more .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: 98%;
    margin: auto;
}

.tab-content .content-expert.active {
    height: auto;
}

.tab-content .accordion .card {
    box-shadow: none;
}

.tab-content .accordion h5 button {
    font-family: iranyekan;
    color: #000;
}

.box-tabs .card-body {
    font-family: iranyekan;
}

.box-tabs .card-body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.box-tabs .card-body p {
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    margin: 20px 0;
}

.params section {
    margin-bottom: 20px;
    float: right;
}

.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: 0px -8px;
    width: 100%;
    float: right;
    padding-right: 19px;
}

.params .params-list li .params-list-key {
    float: right;
    min-width: 133px;
    margin-left: 3px;
    border-bottom: solid 1px #F1F1F1;
    padding: 11px 0px 10px 0px;
}

.params .params-list li .params-list-key span.block {
    display: block;
    font-weight: 700;
}

.params .params-list li .params-list-value {
    float: right;
    font-size: 13px;
    border-bottom: solid 1px #F1F1F1;
    padding: 12px 0px 10px 0px;

}

.comments-area ol.comment-list {
    list-style: none;
    //float: right;
}

@media (min-width: 900px) {
.comments-area ol.comment-list li .comment-body {
    font-size: 14px;
    margin-top: 21px;
    padding: 20px 40px 20px 20px;
    line-height: 30px;
    position: relative;
}
}
@media (max-width: 899px) {
.comments-area ol.comment-list li .comment-body {
    font-size: 14px;
    margin-top: 21px;
   // padding: 20px 40px 20px 20px;
    line-height: 30px;
    position: relative;
margin-right:-37px;
}
}
.comments-area ol.comment-list li .comment-author {
    display: inline-block;
}

@media (min-width: 900px) {
.comments-area ol.comment-list li img.avatar {
    position: absolute;
    top: 40px;
    right: -40px;
    left: auto;
    width: 70px;
    height:70px;
    border: none;
    border-radius: 50%;
    padding: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
}
@media (max-width: 899px) {
.comments-area ol.comment-list li img.avatar {
display:none;
}
}
.comments-area ol.comment-list li .fn {
    font-size: 13px;
    margin-left: 0;
   // float: right;
    font-weight: 700;
    font-style: normal;
    color: #00bfd6;
}

.comments-area ol.comment-list li .says {
    margin-left: 15px;
    margin-right: 5px;
}

@media (min-width: 900px) {
.comments-area ol.comment-list li .commentmetadata {
    display: inline-block;
}

.comments-area ol.comment-list li .commentmetadata a {
//    color: #03A9F4;
    font-size: 13px;
}
}

@media (max-width: 899px) {
.comments-area ol.comment-list li .commentmetadata {
    display: none;
}

.comments-area ol.comment-list li .commentmetadata a {
    display: none;
}
}


.comments-area ol.comment-list li .comment-body p {
    text-align: justify;
}

.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link {
    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: 14px;
}

.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link::before {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.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 input {
    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: 18px;
}

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;
    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;
}

/* 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);
//padding-top:34px;
}

.shopping-page header.header-shopping .container {
    max-width: 1150px;
}


.shopping-page .cart-page .container {
    max-width: 100%;
}

@media (max-width: 1075px) {
.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;
z-index:1000;
display:none;
}
}
.shopping-page header.header-shopping ul.checkout-steps::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12px;
    width: 67%;
    margin: 0 auto;
    height: 6px;
    background-color: #E8E8E8;
}

.shopping-page header.header-shopping .checkout-steps li {
    float: right;
    width: 18.7%;
    position: relative;
top: 10px;
}

.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: 1000000;
}

.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: -23px;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    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: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: 12px;
    top: 6px;
}

.shopping-page .radio input[type="radio"]:checked+label::after {
    width: 8px;
    height: 8px;
    top: 9px;
    right: 15px;
    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;
}

.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-time-table-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.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;
    background-image: url(../img/svg/d86ea8ec.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.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;
}

.checkout-paymethod {
    -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;
}

.checkout-paymethod label {
    padding-right: 45px;
}

.checkout-paymethod .radio label::before,
.checkout-paymethod .radio label::after {
    width: 18px;
    height: 18px;
}

.checkout-paymethod .radio input[type="radio"]:checked+label::after {
    width: 12px;
    height: 12px;
}

.checkout-paymethod-item {
    position: relative;
    padding: 30px 1px 1px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkout-paymethod-item.is-select-mode {
    background-color: #fbffff;
}

.checkout-paymethod-item-cc:before {
    //content: "\ea28";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    top: 28px;
    right: 86px;
    color: #c6c6c6;
    font-size: 30px;
}

.checkout-paymethod-item.is-select-mode:before {
    color: #00bfd6;
}

.checkout-paymethod-title {
   // font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 700;
    letter-spacing: -.7px;
    margin: 0;
}

.checkout-paymethod-title-label {
    display: inline-block;
    margin: 0;
}

.checkout-paymethod-title span {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: #a0a0a0;
}

.checkout-paymethod-one-gateway {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1px;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-paymethod-one-gateway-img {
    max-width: 63px;
    height: auto;
    position: absolute;
    left:12px;
    margin-top:110px;

}

.checkout-paymethod-one-gateway-img img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.checkout-paymethod-item img {
    margin-right: auto;
}

.CartWidth {

width:calc(100% - 30px);
}

.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;
    font-size: 1rem;
    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;
}

.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;
}

.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;
    }
}

/* shopping Page */

/* responsive */

@media (max-width: 1150px) {
    main.single-product .product .gallery-items li img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1077px) {
    header.main-header {
        display: none;
    }

    nav.header-responsive {
        display: block;
//position: relative;
    }

.sticky {
  position: fixed !important;

}


    .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);
    }

    .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: 52px;
        height: 1px;
        border-radius: 1px;
        background: #000;
    }

    .sidebar-collapse .navbar .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 8px;
    }

    .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 0px;
        transition: width .2s linear;
top:-9px;
    }

    .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;
content:"Close";
    }

    .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);
padding-top: 60px;
    }

    .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: 0px;
        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;
    }

    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 14px 0 0;
        direction: ltr;
        background-color: #eeeeee;
    }

    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: #ff1744;
    }

    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: 7px 18px;
        line-height: 14px;
        color: #283971;
    }

    nav.header-responsive ul>li.sub-menu {
        position: relative;
    }

    nav.header-responsive ul>li.sub-menu::before {
        content: '';
        position: absolute;
        left: 25px;
        top: 4px;
        width: 20px;
        height: 20px;
        border: 2px solid #ff1744;
        border-radius: 50%;
    }




    nav.header-responsive ul>li.sub-menu>a::before {
        position: absolute;
        content: "";
        width: 14px;
        height: 2px;
        background: #ff1744;
        left: 28px;
        top: 13px;
        z-index: 99;
        transition: all 0.1s ease-out;
    }

    nav.header-responsive ul>li.sub-menu>a::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 14px;
        background: #ff1744;
        left: 34px;
        top: 7px;
        transition: all 0.1s ease-out;
    }

    nav.header-responsive ul>li.sub-menu.open>a::before {
        transform: rotate(45deg);
        background: #fb981d;

  
    }

    nav.header-responsive ul>li.sub-menu.open>a::after {
        transform: rotate(45deg);
        background: #fb981d;
       
    }

    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: 14px;
    }

    .shopping-page main.cart-page {
        margin-top: 0;
    }

    .page-404 {
        padding: 28px 0;
    }

    .brand-slider .owl-carousel .owl-nav .owl-prev {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel .owl-nav .owl-next {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel:hover .owl-nav .owl-prev,
    .brand-slider .owl-carousel:hover .owl-nav .owl-next {
        display: block;
    }

    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .listing-header {
        padding: 10px 40px 0 0;
    }

    .listing-sort {
        display: block;
        width: 100%;
    }

    .center-section {
        margin: 0 auto;
    }

    .center-breakpoint {
        margin: 0 auto;
    }

    .hidden-md {
        display: none;
    }

    .show-md {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .box-tabs-tab a,
    .box-tabs-tab a.active {
        font-size: 12px;
        line-height: 23px;
        padding: 10px 1px 10px 1px;
    }

    .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;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }

    .owl-nav {
       // display: none !important;
    }

.owl-nav button {
    position: absolute;
    top: 90% !important;
}

hr{border-top:0px;}

    .checkout-item {
        width: 100%;
        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;
    }

    .single-product .card-header button {
        font-size: 14px;
    }

    .shopping-page .checkout-contact-location {
        position: relative;
        display: inline-block;
        margin: 0 30px 30px;
    }

}

@media (max-width: 480px) {
    .account-box {
        width: 97%;
    }

    .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: 1.286rem;
        padding: 17px 55px;
    }

    .cart-empty-icon {
      //  width: 137px;
      //  height: 137px;
      //  line-height: 170px;
        text-align: center;
    }

    .cart-empty-icon i {
        font-size: 50px;
    }

    .cart-empty-title {
        font-size: 16px;
        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;
    }

    .product .price-product .price-discount {
        margin: 20px 0;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 15px;
    }

    .widget-product .product-carousel .item ins,
    .brand-slider .product-carousel .item ins {
        font-size: 14px;
    }
}

@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 */


.divTable{
	display: table;
padding-right:0px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;

vertical-align: middle;
padding:0px 0px 3px 14px;
}
.divTableHeading {
	display: table-header-group;
}
.divTableFoot {
	display: table-footer-group;
}
.divTableBody {
	display: table-row-group;
}


@media (max-width: 580px) {
    .barcode-info {
        display:none;
    }
}

/* webkit solution */
::-webkit-input-placeholder { text-align:right;}
/* mozilla solution */
input:-moz-placeholder { text-align:right;}

.color_cc0000 {color:#CC0000 !important;}
.color_ff0000 {color:#FF0000 !important;}
.color_dd0000 {color:#DD0000 !important;}
.color_a7a7a7 {color:#A7A7A7 !important;}
.color_ef5661 {color:#EF5661 !important;}
.color_00bfd6 {color:#00BFD6 !important;}


.padding_top7 {position:absolute; padding-top:7px;}
.padding_top10 {padding-top:10px;}
.padding_top14 {padding-top:14px;}
.padding_top30 {padding-top:30px;}

.padding_side16 {padding-right:16px;padding-left:16px;}

.padding_bottom10 {padding-bottom:10px;}

.margin_bottom10 {margin-bottom:10px !important;}
.margin_top30 {margin-top:30px !important;}

.fontbold {font-weight: 700;}

.size_8 {font-size:8pt !important;}
.size_9 {font-size:9pt !important;}
.size_10 {font-size:10pt !important;}
.size_11 {font-size:11pt !important;}
.size_12 {font-size:12pt !important;}
.size_14 {font-size:14pt !important;}
.size_16 {font-size:16pt !important;}
.size_18 {font-size:18pt !important;}
.size_21 {font-size:21pt !important;}
.size_24 {font-size:24pt !important;}

.Descriptions {font-size:10pt !important;margin-bottom: 30px !important;font-weight: 700 !important;line-height: unset !important;}

noch {display: none;}

.Indents {text-indent:2px !important;}

.radius7 {border-radius: 7px; border-collapse: unset;}
.radius10 {border-radius: 10px; border-collapse: unset;}

.border1 {border: solid 1px #E1E1E1;}

//.BorderLine {border-bottom:1px solid #E1E1E1;}

.BorderLine {
background: #F5F5F5;
border-bottom:1px solid #FFFFFF;

}

.BorderLine > a {
display: block;
}


.BorderLineRight > a::before {

content: '';
    display: block;
    width: 5px;
    height: 41px;
    /* border-radius: 0px 7px 7px 0px; */
    position: absolute;
    background: #4dd3e3;
    right: 10px;
    /* top: 0; */
    margin: -10px -3px;
}

.BorderLine > a::after {
  content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    // bottom: 0;
    left: 0;
    right: 0;
    margin: 10px auto;
    background-color: #ef5661;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    //border: 1px solid #ef566100;
    //border-radius: 8px;
z-index:1;
  }
  
.BorderLine:hover>a::after {
    width: 96%;
    //border: 1px solid #ef5661;
   // border-radius: 8px;

}



del 
{
font-size:11pt;
color:#bbbbbb;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.ListMobile
{
right:-14px;
color:#fb981d !important;
}





.dpx{
  display:flex;
  align-items:center;
//  justify-content:space-around;
}

labels{
  display:inline-block;
//  line-height:40px;
  padding-left:16px;
  padding-bottom: 10px;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
//  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 3px #F1F1F1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.3rem;
  outline: 1px solid #4dd1e1;
  position: relative;
  z-index: 100;

}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  width: 25px;
  height: 25px;
  display:flex;
  content: '\f00c';
  font-size: 15px;
//  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'FontAwesome';
  left:-2.7px;
  top:-2.5px;
  -webkit-text-stroke: 0.6px #888888;
  


}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 1px;
    width: 1px;
    opacity: 0.40;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-right: -90px;
    margin-top: -90px;
    opacity: 0.02;
  }
}


/* Disable Scrolling Number Field*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

           
.marquee {
    position: relative;
    overflow: hidden;
    --move-initial: -60%;
    --move-final: 100%;
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(-100vw, 0, 0);
    animation: marquee 30s linear infinite;
    animation-play-state: running;


}

.marquee span {
    font-size: 2vw;
 //   padding: 0 1vw;
border: solid 1px #F1F1F1;
    margin: 9px;
    box-shadow: -2px 2px 5px 0px hsl(0deg 0% 71% / 40%);
border-radius: 8px;
white-space: nowrap;

}

.marquee:hover .marquee__inner {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

@media (min-width: 768px) {
    .Disable_in_Desktop {
        display: none;
    }
.imgFamily
{
max-width:200px !important;
height:auto;
margin-top: 5px;
}
}

@media (max-width: 767px) {
    .Disable_in_Mobile {
        display: none;
    }

.imgFamily
{
max-width:138px !important;
height:auto;
margin-top: 5px;
}
}

.img-logo {
  width: 160px;
  height: auto;
}

.Gerd2 {
    background: #eb4e59;
    color: #ffffff;
    position: absolute;
    border-radius: 8px 0px 5px 0px;
    padding: 2px 5px 0 5px;
    top: 5px;
    right: 5px;
    font-size: 12px;
}


.floating-menu {
background: #ee3131;
padding: 5px;;
z-index: 1001;
position: fixed;
bottom: 7px;
margin-right: auto;
margin-left: auto;
border: 1px solid #FFFFFF;
border-radius:5px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
right:7px;
}
.floating-menu a {
color: #FFFFFF !important;
font-size: 9pt;
direction:rtl;
text-align:right;
 }
.floating-menu h3 {
color: #FFFFFF !important;
font-size: 10pt;
direction:rtl;
text-align:right;
}


.Alerts {
 padding: 20px;
    background-color: #f44336;
    color: white;
    position: fixed;
    top: 100px;
    right: 25%;
    left: 25%;
    width: fit-content;
    z-index: 10000;

}

.closebtnAlerts {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtnAlerts:hover {
  color: black;
}

.Mobile50 {max-width:50% !important;}

.size_auto {font-size: clamp(1.1rem, 1.20vw, 4rem) !important;}