html, body, H1, h2, h3, h4, h5, h6, span, label, button, input, p, small, strong, table, th, td, div, textarea, select, option, div, section, aside, footer {
    font-family: iranyekan;
    outline: none;
}

html {
    overflow-x: hidden;
}

html, body {

    height: 100vh;
}

*, *:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

/* Public */
.p-0 {
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

i.icon {
    position: relative;
    vertical-align: -2px;
    margin-left: 12px;
    font-size: 16px;
}

.d-desktop {
    display: inline-block !important;
}
.d-desktop-f {
    display: flex !important;
}
.d-mobile {
    display: none !important;
}
.pagination {
    margin: 10px 0;
}
/* Custom Select */
.custom-select {
    display: inline-block;
    position: relative;
}

.custom-select.block {
    display: block;
}

.custom-select.block select {
    width: 100%;
}

.custom-select select {
    appearance: none;
    padding: 9px 5px 10px 30px;
    font-size: 14px;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.custom-select::before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}


.banner-static-top-header {
    text-align: center;
    padding: 8px;
    font-size: 15px;
    display: block;
    width: 100%;
}
.banner-static-top-header p{
    margin : 0;
}

/* Header */
.container-fluid.p-0.navbar-header {
    background: #0b2239;
    border-bottom: 1px solid #1f4164;
}

.container-fluid.p-0.navbar-header > div {
    padding: 15px 0;
}

.container-fluid.p-0.navbar-header > div .menu-list a {
    margin-left: 15px;
    font-size: 14px;
    color: white;
}

.container-fluid.p-0.navbar-header > div .menu-list a:hover {
    text-decoration: underline;
}

.container-fluid.p-0.navbar-header > div .button-list .btn-custom {
    color: white;
    background: transparent;
    border: 1px solid white;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 10px;
    padding: 5px 25px;
}
.container-fluid.p-0.navbar-header > div .button-list .btn-custom .count-card-item {
    display: inline-block;
    background: #ff5757;
    color: white;
    padding: 0px 6px;
    border-radius: 55px;
    font-size: 12px;
    margin-right: 6px;
}

.container-fluid.p-0.navbar-header > div .button-list .btn-custom:hover {
    background: rgba(255, 255, 255, 0.13);
}

/* Header Fixed */
.container-fluid.p-0.navbar-header.fixed {
    position: fixed;
    top: 0;
    z-index: 2;
    background: white;
}

.container-fluid.p-0.navbar-header.fixed > div .button-list .btn-custom {
    color: #444;
    background: transparent;
    border: 1px solid white;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 10px;
    padding: 9px 15px;
    border: 1px solid #888;
}
.col-md-12.content-product {
    min-height: 400px;
    text-align: center;
}
.container-fluid.p-0.navbar-header.fixed .categories {
    position: relative;
}

.container-xxl.d-flex.justify-content-between.align-items-center form {
    position: relative;
    width: 100%;
}

.container-xxl.d-flex.justify-content-between.align-items-center input {
    width: 100%;
    padding-right: 45px;
    border: none;
    padding: 9px 41px 10px 0;
    font-size: 14px;
    background: #eee;
}
.container-fluid.p-0.navbar-header.fixed .button-list {
    min-width: 330px;
    text-align: left;
}

.container-xxl.d-flex.justify-content-between.align-items-center form .search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    width: 30px;
}

.container-fluid.p-0.navbar-header.fixed .categories .content {
    position: absolute;
    display: block;
    top: calc(100% - 1px);
    width: 110%;
    box-shadow: 0 0 5px #ccc;
}

.container-fluid.p-0.navbar-header.fixed .categories .content > .category {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    cursor: pointer;
    background: white;
    position: relative;
    color: #555;
    width: 100%;
    text-decoration: none;
}
.container-fluid.p-0.navbar-header.fixed .categories .content > .category > a{
    color: #555 !important;
    text-decoration: none;
}

.container-fluid.p-0.navbar-header.fixed .categories .header {
    background: #44b7ff;
    margin-left: 15px;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 9px;
    font-size: 14px;
    width: 150px;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.container-fluid.p-0.navbar-header.fixed .categories .content {
    display: none;
}

.container-fluid.p-0.navbar-header.fixed .categories:hover .content {
    display: block;
}

.container-fluid.p-0.navbar-header.fixed .categories .content > div.category.sub-category i {
    position: absolute;
    left: 10px;
    top: 10px;
}

.container-fluid.p-0.navbar-header.fixed .categories .content > div.category.sub-category:hover .dropdown-menu {
    display: block;
}

.container-fluid.p-0.navbar-header.fixed .categories .content > div.category.sub-category .dropdown-menu {
    min-width: 100vh;
}

.container-fluid.p-0.navbar-header.fixed .categories .content > div.category.sub-category .dropdown-menu {
    position: absolute;
    right: 100%;
    top: 0px;
    border: none;
    box-shadow: 0 0 5px #ccc;
}

.container-fluid.p-0.navbar-header.fixed .categories .content > div.category.sub-category .dropdown-menu a {
    color: #444;
}

.container-fluid.p-0.product-details .thumbs {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
}
.container-fluid.p-0.product-details .thumbs img{
    margin-left: 6px;
    cursor: pointer;
}
.container-fluid.p-0.product-details .thumbs img:hover{
    opacity: .8;
}

.container-fluid.p-0.product-details #comments .comment {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px;
}
.container-fluid.p-0.product-details #comments .comment-guest {
    text-align: center;
    margin-top: 60px;
    font-size: 40px;
}
.container-fluid.p-0.product-details #comments .comment p{
    margin-bottom: 0;
    padding: 6px 0;
    font-size: 14px;
}
.container-fluid.p-0.product-details #comments .comment h6 {
    font-size: 14px;
    color: #666;
}
.container-fluid.p-0.product-details #comments .new-comment {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 40px;
}
.container-fluid.p-0.product-details #comments .new-comment button {
    margin-top: 10px;
    color: white;
}
    /* breadcrumb */
.container-fluid.p-0.breadcrumb-custom {
    background: #F7F8FC;
}

.container-fluid.p-0.breadcrumb-custom > div {
    padding: 25px;
}

.container-fluid.p-0.breadcrumb-custom > div .justify-content-md-start {
    justify-content: flex-start !important;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: .5rem;
    color: #6c757d;
    content: "\f104";
    font-family: FontAwesome;
}

/*Social*/
.container-fluid.p-0.social {
    background: #DFF2FF;
}

.container-fluid.p-0.social > div {
    padding: 30px 0;
}

.container-fluid.p-0.social > div .title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
    position: relative;
    top: 9px;
}

.container-fluid.p-0.social > div .social.telegram {
    background: #22AAFE;
    text-align: center;
    color: white;
    width: 100%;
    display: block;
    max-width: 220px;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    border-radius: 50px;
    align-items: center;
}

.container-fluid.p-0.social > div .social:hover {
    opacity: .8;
}

.container-fluid.p-0.social > div .social.instagram {
    background: #FE324D;
    text-align: center;
    color: white;
    width: 100%;
    display: block;
    max-width: 220px;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    border-radius: 50px;
    align-items: center;
}
.container-fluid.p-0.social > div .social i.icon {
    font-size: 24px;
}

/* Footer */
footer {
    background: #081937;
}

footer > div {
    color: white;
    position: relative;
    padding: 30px 0;
}

footer h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

footer ul a {
    width: 48%;
    display: inline-block;
    position: relative;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 300;
}

footer ul a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .symbols > .symbol {
    width: 30%;
    background: #ccc;
    min-height: 100px;
    display: inline-block;
    margin: 1%;
    cursor: pointer;
}

footer .address, footer .phone {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ccc;
    font-weight: 300;
}

footer .designer {
    font-size: 12px;
    margin: 0;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #1c335b;
    color: #ffffff8c;
}

footer .designer a {
    color: #ff713cd9;
}


/* Search Box*/
.container-fluid.p-0.search-section {
    background: #0b2239;
}

.container-fluid.p-0.search-section > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    text-align: center;
}

.container-fluid.p-0.search-section > div .search-title {
    color: white;
    width: 100%;
    display: block;
    font-size: 32px;
    margin-bottom: 30px;
}

.container-fluid.p-0.search-section > div .search-title .count-product {
    color: #63a0ff;
    font-weight: bold;
}


.container-fluid.p-0.search-section > div form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.container-fluid.p-0.search-section > div form > div {
    width: 100%;
    max-width: 650px;
    position: relative;
}

.container-fluid.p-0.search-section > div form > div .search-input {
    padding: 15px 60px;
    width: 100%;
    border-radius: 5px;
    border: none;
}

.container-fluid.p-0.search-section > div form > div .search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    border: none;
}

/* Home Page */
.container-fluid.p-0.slider.categories > div {
    padding: 35px 0;
    min-height: 550px;
}

.container-fluid.p-0.slider.categories > div .slider-homepage > a {
    display: none;
}

.container-fluid.p-0.slider.categories > div .slider-homepage > a:first-child {
    display: block;
}
.container-fluid.p-0.slider.categories > div .slider-homepage  img {
    display: block;
    max-height: 490px;
    object-fit: cover;
}
.container-fluid.p-0.slider.categories > div .categories {
    background-color: #fff;
    position: absolute;
    padding: 0px 0px 0;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.container-fluid.p-0.slider.categories > div .categories {
    /*height: 100%;*/
    /*border: 1px solid #ccc;*/
    /*position: relative;*/
}

.container-fluid.p-0.slider.categories > div .categories > .header {
    background: #63a0ff;
    color: white;
    padding: 10px;
    font-size: 14px;
}

.container-fluid.p-0.slider.categories > div .categories .category {
    color: black;
    /*display: block;*/
    display: flex;
    padding: 10px;
    margin-bottom: 1px;
}
.container-fluid.p-0.slider.categories > div .categories .category i {
    position: relative;
    top: 4px;
}

.container-fluid.p-0.slider.categories > div .categories > .more-categories {
    color: #63a0ff;
    padding: 10px;
    border-top: 1px solid #eee;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.container-fluid.p-0.slider.categories > div .categories > .more-categories i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.container-fluid.p-0.slider.categories > div .categories .category.sub-category {
    position: relative;
    cursor: pointer;
}
.container-fluid.p-0.slider.categories > div .categories .category.sub-category a{
    color: #000 !important;
}

.container-fluid.p-0.slider.categories > div .categories .category.sub-category i.icon-left-arrow {
    position: absolute;
    left: 0px;
    top: 13px;
}

/*.container-fluid.p-0.slider.categories > div .categories .category.sub-category:hover {*/
/*    color: #ff5050;*/
/*}*/

.container-fluid.p-0.slider.categories > div .categories .category.sub-category .dropdown-menu {
    min-width: 100vh;
}

.container-fluid.p-0.slider.categories > div .categories .dropdown-menu {
    position: absolute;
    right: 100%;
    top: 0;
}

.container-fluid.p-0.slider.categories > div .categories .category.sub-category:hover > .dropdown-menu {
    display: block;
}

/* Static Box */
.container-fluid.p-0.static-box > div {
    padding: 20px 0;
    position: relative;
}
.container-fluid.p-0.static-box a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* Products Homepage */
.container-fluid.p-0.products > div {
    padding: 30px 0;
}

.container-fluid.p-0.products > div > .header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.container-fluid.p-0.products > div > .header > div {
    display: inline-block;
    margin-left: 25px;
    font-size: 14px;
    cursor: pointer;
}

.container-fluid.p-0.products > div > .header > div.active {
    color: #63a0ff;
}

.container-fluid.p-0.products > div > .content > div {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-evenly;
}

.container-fluid.p-0.products > div > .content .product {
    width: 15%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.container-fluid.p-0.products > div > .content .product .information {
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}


.container-fluid.p-0.products > div > .content .product .information > * {
    display: block;
    width: 100%;
}

.container-fluid.p-0.products > div > .content .product .information > .price {
    color: #ff5151;
}
.price .old_price {
    text-decoration: line-through;
    opacity: .5;
    color: #555;
    font-size: 13px;
}

.container-fluid.p-0.static-box-big img {
    width: 100%;
    object-fit: cover;
}
.container-fluid.p-0.static-box-big a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.container-fluid.p-0.products > div > .content .product .information > .add-to-cart {
    border: 1px solid #ccc;
    width: 80% !important;
    border-radius: 50px;
    padding: 5px 0;
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #444;
}


.container-fluid.p-0.products > div > .content .product .information > .add-to-cart:hover {
    background: #e6e6e6;
}

/*static-box-big*/
.container-fluid.p-0.static-box-big > div {
    padding: 30px 0;
}


/* Brands */
.container-fluid.p-0.brands > div {
    padding: 30px 0;
}

.container-fluid.p-0.brands .brand-slider a {
    margin: 5px;
}
.container-fluid.p-0.brands .brand-slider img {
    height: 100px;
    width: auto;
}

.col-md-12.position-relative.text-center.title-box {
    margin-bottom: 30px;
    position: relative !important;
}

.col-md-12.position-relative.text-center.title-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 2px;
    background: #63a0ff;
    left: 50%;
    transform: translateX(-50%);
}

.col-md-12.position-relative.text-center.title-box p {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

/* Brand Page */
.container-fluid.p-0.brands .brand {
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 15px;
}

.container-fluid.p-0.brands .brand .info {
    padding: 10px;
    text-align: center;
}

.container-fluid.p-0.brands .brand .info h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.container-fluid.p-0.brands .brand .info a {
    color: white;
    background: #2AF;
    width: 100%;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 50px;
}

/* Profile */
.container-fluid.p-0.profile > div {
    padding: 50px 0;
    min-height: 550px;
}

.container-fluid.p-0.profile #nav-favorite .products {
    display: flex;
    flex-wrap: wrap;
}
.container-fluid.p-0.profile #nav-favorite  .product {
    width: 15%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.container-fluid.p-0.profile #nav-favorite  .product .information {
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.container-fluid.p-0.profile #nav-favorite  .product .information > * {
    display: block;
    width: 100%;
}


.container-fluid.p-0.profile > div .tab-pane {
    padding: 50px 0;
}
.container-fluid.p-0.profile > div .tab-pane .order {
    margin-bottom: 15px;
}
.container-fluid.p-0.profile > div .tab-pane .order > .header {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-fluid.p-0.profile > div .tab-pane .order > .header .toggle {
    font-size: 14px;
    color: #1bb7f7;
    cursor: pointer;
}
.container-fluid.p-0.profile > div .tab-pane .order > .header  .infos {
    display: flex;
    font-size: 14px;
}
.container-fluid.p-0.profile > div .tab-pane .order > .header  .infos .info{
    margin-left: 30px;
}
.container-fluid.p-0.profile > div .tab-pane .order > .header .infos .info .title {
    color: #666;
}
.container-fluid.p-0.profile > div .tab-pane#nav-profile form button , .container-fluid.p-0.profile > div .tab-pane#nav-password form button {
    float: left;
    border: none;
    margin: 20px 0;
    padding: 10px 30px;
    color: white;
    background: #FE324D;
    border-radius: 5px;
}


.container-fluid.p-0.profile > div .tab-pane .order > .informations {
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition:  unset;
    -moz-transition:  unset;
    transition:  unset;
}
.container-fluid.p-0.profile > div .tab-pane .order.active > .informations {
    height: unset;
    overflow: unset;
    opacity: 1;
    visibility: visible;
    -webkit-transition: unset;
    -moz-transition: unset;
    transition: unset;

}
.container-fluid.p-0.profile > div .tab-pane .order > .informations > .header {
    border-bottom: 1px solid #ccc;
    padding: 20px 8px;
    font-size: 14px;
}
.container-fluid.p-0.profile > div .tab-pane .order > .informations > .header > div:first-child{
    margin-bottom: 20px;
}
.container-fluid.p-0.profile > div .tab-pane .order > .informations > .products {
    padding: 20px 8px;
}
.container-fluid.p-0.profile > div .tab-pane .order > .informations > .products > div {
    margin-bottom: 20px;
}
.container-fluid.p-0.profile > div .tab-pane .order > .informations > .products > div:last-child {
    margin-bottom: 0px;
}
.container-fluid.p-0.profile > div .tab-pane .order > .informations > .products .info-product {
    width: 100%;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}
.container-fluid.p-0.profile > div .tab-pane .order > .informations > .products .info-product > span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.container-fluid.p-0.profile > div .tab-pane .order > .informations > .products .info-product > span .title{
    font-weight: 500;
}
.container-fluid.p-0.profile > div .tab-pane .order > .informations > .products .info-product > span .value{
    font-weight: 400;
    color: #444;
}
.container-fluid.p-0.profile > div .form-group {
    margin-bottom: 30px;
}

.container-fluid.p-0.profile > div .tab-pane button:hover {
    opacity: .8;
}

.container-fluid.p-0.profile > div .tab-pane .address {
    background: #f6f6f6;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-fluid.p-0.profile > div .tab-pane .address .buttons {
    width: 120px;
    text-align: left;
}

/* Products */
.container-fluid.p-0.products-list > div .col-md-9 .content {
    display: none;
}

.container-fluid.p-0.products-list > div .col-md-9 .content.show {
    display: block;
    margin-top: 30px;
}

.container-fluid.p-0.products-list > div .content .product {
    text-align: center;
    /*border: 1px solid #ccc;*/
    border-radius: 2px;
    margin-bottom: 20px;
    box-shadow: 0 0 6px #ccc;
}

.container-fluid.p-0.products-list > div .content .product .information {
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.container-fluid.p-0.products-list > div .content .product .information > * {
    display: block;
    width: 100%;
}

.container-fluid.p-0.products-list > div .content .product .information > .price {
    color: #ff5151;
}

.container-fluid.p-0.products-list > div .content .product .information > .add-to-cart {
    border: 1px solid #ccc;
    width: 80% !important;
    border-radius: 50px;
    padding: 5px 0;
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #444;
}

.container-fluid.p-0.products-list > div .content .product .information > .add-to-cart:hover {
    background: #e6e6e6;
}

.container-fluid.p-0.products-list > div .box-filter {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.container-fluid.p-0.products-list > div .box-filter:last-child {
    border-bottom: none;
}

.container-fluid.p-0.products-list > div .box-filter h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.container-fluid.p-0.products-list > div .box-filter .category {
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
}
.container-fluid.p-0.products-list > div .box-filter .category label{
    cursor: pointer;
}
.container-fluid.p-0.products-list > div .box-filter .category:hover{
    color: #ff5858;
}
.category.use-icon.input-category.active {
    color: #ff5858 !important;
}
.container-fluid.p-0.products-list > div .box-filter .category.use-icon {
    padding-right: 15px;
    position: relative;
}

.container-fluid.p-0.products-list > div .box-filter .category.use-icon i {
    position: absolute;
    right: 0px;
    font-size: 12px;
    top: 5px;
}

.container-fluid.p-0.products-list > div .content .product .information h2 {
    font-size: 18px;
}

.container-fluid.p-0.products-list > div .content.list .product {
    display: flex;
}

.container-fluid.p-0.products-list > div .content.list .product img {
    width: 300px;
}

.container-fluid.p-0.products-list > div .content.list .product .information {
    font-size: 14px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: right;
}

.container-fluid.p-0.products-list > div .content.list .product .information .price {
    color: #ff5757;
    font-size: 16px;
    margin-bottom: 5px;
}

.container-fluid.p-0.products-list > div .content.list .product .information .add-to-cart {
    background: #ff5757;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-fluid.p-0.products-list > div .content.list .product .information .add-to-cart:hover {
    opacity: .8;
}
.container-fluid.p-0.products-list > div .content .product .information .favorite {
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    cursor: pointer;
}
.container-fluid.p-0.products-list > div .content .product .information .favorite i.active {
    color: #ff5757;
}
.grids.float-end button {
    width: 40px;
    text-align: center;
}

.grids.float-end button.select {
    background: #ff5757;
    color: white;
    border-color: #ff5757;
}


/* Product Page */
.container-fluid.p-0.product-details > div h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
.container-fluid.p-0.product-details > div .price .old_price {
    font-size: 16px;
    margin-left: 20px;
}
.container-fluid.p-0.product-details > div .price > span{
    margin-left: 4px;
}
.container-fluid.p-0.product-details > div .price {
    display: flex;
    color: #44b7ff;
}
.container-fluid.p-0.product-details > div .price .currency {
    margin-right: 8px;
}
.container-fluid.p-0.product-details > div p.details {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.container-fluid.p-0.product-details > div .buttons {
    display: flex;
    align-items: center;
}
.container-fluid.p-0.product-details > div .buttons > * {
    margin-left: 15px;
}
.container-fluid.p-0.product-details > div .buttons > .favorite i {
    cursor: pointer;
    font-size: 30px;
    position: relative;
    top: 2px;
    color: #888;
}
.container-fluid.p-0.product-details > div .buttons > .favorite i.active{
    color: #ff5757;
}
.container-fluid.p-0.product-details .informations .info {
    margin-bottom: 6px;
}
.container-fluid.p-0.product-details > div .buttons .counter {
    display: flex;
}
.container-fluid.p-0.product-details > div .buttons .counter .plus {
    background: #eee;
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: 30px !important;
    position: relative;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50px;
    padding: 0;
    padding-top: 3px;
    cursor: pointer;
}
.container-fluid.p-0.product-details > div .buttons .counter .mines{
    background: #eee;
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 30px !important;
    position: relative;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50px;
    padding: 0;
    padding-top: 3px;
    cursor: pointer;
}
.container-fluid.p-0.product-details > div .buttons .counter .plus:hover , .container-fluid.p-0.product-details > div .buttons .counter .mines:hover{
    opacity: .8;
}
.container-fluid.p-0.product-details > div .buttons .counter input {
    width: 50px;
    text-align: center;
}
.container-fluid.p-0.product-details > div .add-to-cart {
    background: #44b7ff;
    padding: 10px;
    border-radius: 5px;
    color: white;
    min-width: 190px;
    text-align: center;
    cursor: pointer;
}
.container-fluid.p-0.product-details > div .wait-to-cart {
    background: #808080;
    padding: 10px;
    border-radius: 5px;
    color: white;
    min-width: 190px;
    text-align: center;
    cursor: none;
}
.container-fluid.p-0.product-details > div .unavailable {
    background: #7c7c7c;
    padding: 10px;
    border-radius: 5px;
    color: white;
    min-width: 190px;
    text-align: center;
    cursor: pointer;
}
.container-fluid.p-0.product-details > div .add-to-cart:hover{
    opacity: .8;
}



.container-fluid.p-0.product-details > div div.tag-details {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 80px;
}
.container-fluid.p-0.product-details > div div.tag-details .header {
    border-bottom: 1px solid #ccc;
    padding: 0;
}
.container-fluid.p-0.product-details > div div.tag-details  .item {
    margin-left: 30px;
    cursor: pointer;
    padding: 15px 0;
    display: inline-block;
}
.container-fluid.p-0.product-details > div div.tag-details .header .item.show {
    border-bottom: 1px solid #444;
}
.container-fluid.p-0.product-details > div div.tag-details .content {
    padding: 25px 0;
}
.container-fluid.p-0.product-details > div div.tag-details .content > div {
    display: none;
}
.container-fluid.p-0.product-details > div div.tag-details .content > div.show {
    display: block;
    line-height: 2.4;
}
.container-fluid.p-0.product-details > div div.tag-details  .content .attributes .attribute {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.container-fluid.p-0.product-details > div div.tag-details .attributes .attribute > .title {
    width: 200px;
}


.container-fluid.p-0.product-details > div .related-post {
    margin-bottom: 40px;
}

.container-fluid.p-0.product-details > div .related-post .product {
    width: 15%;
    text-align: center;
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 5px;
}

.container-fluid.p-0.product-details > div .related-post .product .information {
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.container-fluid.p-0.product-details > div .related-post .product .information > * {
    display: block;
    width: 100%;
}

.container-fluid.p-0.product-details > div .related-post .product .information > .price {
    color: #ff5151;
}

.container-fluid.p-0.product-details > div .related-post .product .information > .add-to-cart {
    border: 1px solid #ccc;
    width: 80% !important;
    border-radius: 50px;
    padding: 5px 0;
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer;
}

.container-fluid.p-0.product-details > div .related-post .product .information > .add-to-cart:hover
.container-fluid.p-0.product-details > div h4.title-section {
    margin: 50px 0 20px !important;
    font-size: 20px !important;
    font-size: 20px !important;
}

.container-fluid.p-0.product-details > div .related-post .slick-dots li button {
    border-radius: 50px;
}
.container-fluid.p-0.product-details > div .related-post .slick-dots li.slick-active button,
.container-fluid.p-0.product-details > div .related-post .slick-dots li.slick-active {
    background: #44b7ff;
    border-radius: 50px;
    border-color: #44b7ff;
}

.container-fluid.p-0.product-details > div ul.slick-dots {
    position: relative;
    text-align: center;
    bottom: 0;
}
.container-fluid.p-0.cart > div .discount.success {
    background: white;
    box-shadow: 0 0 8px #5a5;
    border: none;
}
.container-fluid.p-0.cart > div .discount.error {
    background: white;
    box-shadow: 0 0 8px #c16069;
    border: none;
}

/* Callback */
.container-fluid.p-0.callback > div {
    padding: 50px 0;
    min-height: calc(100vh - 320px);
}
.container-fluid.p-0.callback > div  .callback {
    max-width: 400px;
    box-shadow: 0 0 5px #ccc;
    margin: 0 auto;
    padding: 39px 20px;
    text-align: center;
}
.container-fluid.p-0.callback > div  .callback .infos {
    padding: 40px 50px 0 0px;
}
.container-fluid.p-0.callback > div  .callback .info{
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    color: #555;
    margin-bottom: 20px;
}
.container-fluid.p-0.callback > div  .callback .info span{
    width: 100%;
    text-align: right;
}




/* Cart */
.swal2-popup #swal2-content {
    text-align: center;
    margin-right: 10px !important;
    position: relative !important;
    top: 3px !important;
}
.container-fluid.p-0.cart > div {
    min-height: 550px;
    padding: 50px 0;
}

.container-fluid.p-0.cart > div  .discount {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
}
.container-fluid.p-0.cart > div  .discount h5 {
    font-size: 14px;
}
.container-fluid.p-0.cart > div .discount input {
    padding: 4px 5px;
    margin-bottom: 10px;
}
.container-fluid.p-0.cart > div .discount button {
    background: #f1f1f1;
    border: none;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 5px;
}

.container-fluid.p-0.cart > div .information_gate h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.container-fluid.p-0.cart > div .information_gate .information {
    background: #f6f6f6;
    padding: 8px;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.container-fluid.p-0.cart > div .information_gate .information  .info {
    display: flex;
    margin: 10px 2px;
}
.container-fluid.p-0.cart > div .information_gate .information  .info .title {
    min-width: 110px;
    font-weight: bold;
}
.container-fluid.p-0.cart > div  .btn-pay {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-radius: 7px;
    color: white;
    background: #09A844;
}
.container-fluid.p-0.cart > div  .btn-pay:hover{
    opacity: .8;
}


.container-fluid.p-0.cart > div .box-gates{
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.container-fluid.p-0.cart > div .box-gates h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.container-fluid.p-0.cart > div .box-gates .input_custom {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 14px;
}
.container-fluid.p-0.cart > div .box-gates .input_custom label{
    cursor: pointer;
    font-size: 14px;
}

.container-fluid.p-0.cart > div .box-gates .input_custom input {
    margin-left: 9px;
    position: relative;
    top: 1px;
}
.container-fluid.p-0.cart > div .products {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 20px 10px;
}
.container-fluid.p-0.cart > div .products .product {
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
}
.container-fluid.p-0.cart > div .products .product img {
    align-self: center;
    margin-left: 15px;
}
.container-fluid.p-0.cart > div .products .product .informations {
    width: 55%;
    font-size: 13px;
}
.container-fluid.p-0.cart > div .products .product .count {
    width: 8%;
    font-size: 14px;
}
.container-fluid.p-0.cart > div .products .product .count div {
    background: #f6f6f6;
    text-align: center;
    position: relative;
    padding: 6px 2px;
}
.container-fluid.p-0.cart > div .products .product .price {
    width: 20%;
    font-size: 14px;
}
.container-fluid.p-0.cart > div .products .product .price div {
    background: #f6f6f6;
    text-align: center;
    position: relative;
    padding: 6px 2px;
    padding-top: 6px;
    height: 45px;
    padding-top: 12px;
}
.container-fluid.p-0.cart > div .products .product .count .counter {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container-fluid.p-0.cart > div .products .product .count .counter .plus , .container-fluid.p-0.cart > div .products .product .count .counter .mines {
    background: white;
    height: 20px;
    padding-bottom: 25px !important;
    border: 1px solid #ccc;
    width: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.container-fluid.p-0.cart > div .products .product .count .counter .plus:hover , .container-fluid.p-0.cart > div .products .product .count .counter .mines:hover {
    background: #fafafa
}
/*.container-fluid.p-0.cart > div .products .product .delete {*/
/*    width: 7%;*/
/*    display: flex;*/
/*    justify-content: end;*/
/*    align-items: center;*/
/*    font-size: 24px;*/
/*    color: #ff6969;*/
/*}*/
.container-fluid.p-0.cart > div .products .product .delete button {
    width: 7%;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 24px;
    border: none;
    background: transparent;
}
.container-fluid.p-0.cart > div .products .product .informations .info.off_price {
    color: #ff6969;
}
.container-fluid.p-0.cart > div .products .product .delete  i{
    cursor: pointer;
    color: #ff6969;
}
.container-fluid.p-0.cart > div .products .product .informations .info {
    display: flex;
    margin-bottom: 5px;
}
.container-fluid.p-0.cart > div .products .product .informations .info .title{
    font-weight: bold;
    margin-left: 8px;
}
.container-fluid.p-0.cart > div .products .product h6 {
    font-size: 13px;
    color: #666666;
}
.container-fluid.p-0.cart > div .products .product > div {
    margin:  0 1%;
}

.container-fluid.p-0.cart > div .products .product > div.delete {

    display: flex;
    justify-content: center;
    align-items: center;
}


.container-fluid.p-0.cart > div .addresses {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}
.container-fluid.p-0.cart > div .addresses .addAddress {
    position: relative;
    right: 50%;
    transform: translate(50%);
    margin-top: 20px;
    margin-bottom: 10px;
}
.container-fluid.p-0.cart > div .addresses .address {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
}
.container-fluid.p-0.cart > div .addresses .address.active {
    background: #edf9ed;
    border: 1px solid #26a222;
}
.container-fluid.p-0.cart > div .addresses .address .info {
    display: flex;
    margin-bottom: 8px;
}
.container-fluid.p-0.cart > div .addresses .address .info .title{
    min-width: 100px;
    font-weight: bold;
}


.container-fluid.p-0.products > div > .content .product .information .title {
    font-family: tahoma !important;
}
.container-fluid.p-0.product-details > div h1 {
    font-family: tahoma !important;
}
.container-fluid.p-0.products-list > div .content .product .information .title {
    font-family: tahoma !important;
}
