﻿/*-----------------------------------------------------------------------------------

    Template Name: Marketshop eCommerce HTML Template
    Author: MrCode.ir
    Author URI: https:/mrcode.ir

===================================================================================
 Table of Contents
===================================================================================

1. General Styles
2.  Layout
3.  Header
     3.1. Language & Currency
     3.2. Top Links
     3.3. Mini Cart
     3.4. Search Bar
4.  Menu
5.  Feature box
6.  Breadcrumb
7.  Category Page
     7.1. Refine Search Category
     7.2. Grid-List Icon
     7.3. Produc Thumb
     7.4. Grid Product
     7.5. List Product
     7.6. Rating Star
     7.7. Pagination
8.  Product Page
9.  Product Item for Left and Right Panel
10. Category Accordion
11. buttons
12. Tabs
13. Static Banner
14. Faq Page
15. Sitemap Page
16. Footer
     16.1. Footer Links
     16.2. Contact Block
     16.3. Payments Types
     16.4. Social Icon
     16.5. Powered by Text
     16.6. Back To Top
17. Side Blocks
     17.1. Facebook
     17.2. Twitter
     17.3. Custom Side block
     17.4. Video Box
18. Five Grid Columns
19. Shortcodes
20. Extra
-------------------------------------------------------------------------------------*/
/*@font-face {
    font-family: 'WYekan';
    src: url('persian-fonts/WYekan.eot?#') format('eot'),
    url('persian-fonts/WYekan.ttf') format('truetype');
}

@font-face {
    font-family: 'BKoodakBold';
    src: url('persian-fonts/BKoodakBold.eot?#') format('eot'),
    url('persian-fonts/BKoodakBold.woff') format('woff'),
    url('persian-fonts/BKoodakBold.ttf') format('truetype');
}*/
@font-face {
    font-family: 'BKoodakBold';
    src: url('fonts/Dana-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'WYekan';
    src: url('fonts/Dana-Light.ttf') format('truetype');
}

/*===================================================================================*/
/*  1. General Styles
/*===================================================================================*/
html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #dcdbdb;
    color: #222;
    font-family: 'WYekan', sans-serif;
    line-height: 21px;
    /*شهر قطعه*/
    --main-color: #ef4056;
    --second-color: #ef4056;
    --menuhover-color: #e61f26;
    /*رنگین کمون*/
    /*--main-color: #25baff;
    --second-color: #e4007d;
    --menuhover-color: #c60a7a;*/
}

body {
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'WYekan' !important;
    font-weight: normal !important;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-weight: normal;
    font-size: 15px;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

img {
    vertical-align: inherit;
}

a, a b {
    color: var(--main-color);
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a b:hover {
        text-decoration: none;
        color: var(--main-color);
    }

a:focus {
    outline: none;
}

/**===== Title =====**/
.title {
    margin: 0px 0px 20px 0px;
}

/**===== Sub Title =====**/
.subtitle {
    position: relative;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    line-height: normal;
    font-size: 20px;
    color: #000000;
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
}

.subtitle .viewall {
    font-size: 15px;
}

/**===== Title for 404 Page =====**/
.title-404 {
    font-size: 300px;
    font-weight: bold;
    line-height: 1em;
    font-family: BKoodakBold, Helvetica, sans-serif;
}

/*===================================================================================*/
/*  2. Layout
/*===================================================================================*/
.wrapper-box {
    max-width: 1220px;
    margin: 0px auto;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.wrapper-wide {
    max-width: 100%;
    background: #f5f5f5;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

.main-wrapper {
    max-width: 1170px;
    margin: 0px auto;
    padding: 0 25px;
    clear: both;
}

#container {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content {
    min-height: 400px;
}

/*===================================================================================*/
/*  3. Header
/*===================================================================================*/
#header {
    position: relative;
    padding: 0px;
}

#header .htop {
    background: #3e7cb4;
}

#header .header-row {
    position: relative;
    padding: 35px 0;
}

#header .header-row .inner {
    padding: 0;
}

#header #logo img {
    display: inline-block !important;
}

#header ul, #header ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-container {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-container .col-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/**===== 3.1. Language & Currency =====**/
#language, #currency {
    float: left;
    border-right: 1px dotted #5b9ad4;
}

#language span, #currency span {
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#top .dropdown-menu {
    margin: 0;
    border-radius: 0px;
    padding: 0;
    border: none;
    z-index: 1013;
}

#top .dropdown-menu li a, #currency ul li .currency-select, #language ul li .language-select {
    color: #333;
    padding: 7px 10px;
    text-align: left;
    font-size: 12px;
}

#top .dropdown-menu li + li a, #currency ul li + li .currency-select, #language ul li + li .language-select {
    border-top: 1px solid #eee;
}

#my_account:hover > a:after, #language:hover span:after, #currency:hover span:after, #header .links > ul > li.wrap_custom_block:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    z-index: 1014;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
}

#header .links > ul > li.wrap_custom_block:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    z-index: 1014;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
}

#language button .btn-link {
    border: none 0px;
}

#header .links > ul > li.wrap_custom_block > a b {
    clear: both;
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 4px 5px 0px 5px;
    margin: 0 0 1px 0;
}

#language img {
    cursor: pointer;
    margin-right: 5px;
}

#top .dropdown-menu li a:hover, #currency ul li .currency-select:hover, #language ul li .language-select:hover {
    color: #3e7cb4;
    background: none;
    text-decoration: none;
}

/**===== 3.2. Top Links =====**/
#header .links {
    position: relative;
    float: left;
    /*border-right: 1px dotted #5b9ad4;*/
}

#header .links > ul > li {
    float: left;
    list-style-type: none;
    /*border-left: 1px dotted #5b9ad4;*/
}

#header .links > ul > li.mobile, #header .links > ul > li.email {
    color: #fff;
}

#header .links > ul > li.mobile {
    padding: 0 10px;
}

#header .links > ul > li > a, #header .links > ul > li .wrap_custom_block > a {
    padding: 0px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    display: block;
}

#language .btn-link, #currency .btn-link {
    padding: 0px 10px;
    border: none;
}

#language .btn-link:hover, #currency .btn-link:hover {
    text-decoration: none;
}

#header .links > ul > li .fa-phone, #header .links > ul > li .fa-envelope {
    font-size: 120%;
    margin-right: 5px;
}

#header .links > ul > li.wrap_custom_block {
    position: relative;
}

#header .links > ul > li.wrap_custom_block > div {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 1015;
    top: 35px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

#header .links > ul > li.wrap_custom_block > a b {
    margin-left: 3px;
}

#header .links > ul > li.wrap_custom_block > a:hover {
    text-decoration: none;
}

#header .links > ul > li.wrap_custom_block > div ul li {
    list-style-type: none;
}

#header #top-links {
    color: #fff;
    /*border-right: 1px dotted #5b9ad4;*/
}

#header #top-links > ul > li {
    float: left;
   border-left: 1px dotted #5b9ad4;
}

#header #top-links > ul > li > a {
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    padding: 0px 10px;
}

#header #top .links > ul > li, #header #top-links > ul > li, #language .btn-link span, #currency .btn-link span {
    line-height: 35px;
}

#header #top-links > ul > li > a:hover, #header .links > ul > li > a:hover {
    text-decoration: underline;
}

.wrapper-box #header #top-links {
    border-right: none;
}

.wrapper-box .htop .main-wrapper {
    max-width: 1220px;
    padding: 0;
}

/**===== 3.3. Mini Cart =====**/
#header #cart {
    position: relative;
    text-align: right;
}

#header #cart .heading .cart-icon {
    width: 20px;
    height: 16px;
    background: #3e7cb4;
    position: relative;
    margin-right: 5px;
    margin-top: 8px;
}

#header #cart .heading .cart-icon:before {
    clear: both;
    content: ' ';
    display: block;
    width: 14px;
    height: 19px;
    top: -8px;
    left: 3px;
    border: 2px solid #3e7cb4;
    border-radius: 50%;
    border-bottom: none;
    position: absolute;
}

#header #cart .heading .cart-icon:after {
    clear: both;
    content: ' ';
    display: block;
    width: 20px;
    height: 2px;
    bottom: -2px;
    left: 0px;
    border: 1px solid #3e7cb4;
    border-top: none;
    position: absolute;
}

#header #cart .heading {
    text-decoration: none;
    font-size: 15px;
    height: 32px;
    color: #444;
    display: inline-block;
    position: relative;
    padding: 0;
    background: none;
    border: none;
}

#header #cart .heading span {
    display: inline-block;
    line-height: 32px;
}

#header #cart.open .heading {
    color: #000;
}

#header #cart.open .heading span:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #3e7cb4 transparent;
    position: absolute;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
    z-index: 1012;
}

#header #cart .dropdown-menu {
    padding: 8px;
    margin: 0;
    z-index: 1011;
    background: #FFF;
    border: 3px solid #3e7cb4;
    border-width: 3px 0px 0px 0px;
    width: 420px;
    border-radius: 0px;
    right: 0;
    left: auto;
}

#cart .dropdown-menu li > p {
    margin: 30px 0;
}

#header #cart .dropdown-menu .remove {
    border-radius: 100%;
    padding: 0px 4px;
    line-height: normal;
}

#cart .dropdown-menu > li > .table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    border-top: none 0px;
}

/**===== 3.4. Search Bar =====**/
#header #search {
    position: relative;
    display: block;
}

#header .button-search {
    width: 36px;
    height: 36px;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    right: 0;
    cursor: pointer;
    float: right;
    background: none;
    border: none;
    color: #bbb;
    padding: 0;
}

#header #search input {
    background: #FFF;
    padding: 0 36px 0 10px;
    height: 36px;
    font-size: 13px;
    color: #333;
    outline: none;
    display: block;
    border-radius: 0px;
}

#header #search input:focus {
    border-color: #bbb;
    box-shadow: none;
}

#header.style2 #logo {
    text-align: center;
}

#header.style2 #logo a img {
    display: inline-block;
}

#header.style2 #cart {
    text-align: left;
}

#header.style2 #cart .dropdown-menu {
    left: 0;
    right: auto;
}

#header.style3 #cart {
    text-align: right;
}

/*===================================================================================*/
/*  4. Menu
/*===================================================================================*/
#menu .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

#menu.navbar {
    border-radius: 0px;
    min-height: inherit;
    background: #ef4056 !important;
}

#menu .navbar-nav {
    float: none;
    position: relative;
    background: #ff !important;
}

#menu .nav > li > a.home_link span {
    text-indent: -99999px;
    position: relative;
    background: #656565;
    width: 12px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link span:before {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #656565 transparent;
    position: absolute;
    border-width: 0 10px 9px;
    top: -9px;
    left: -4px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link span:after {
    clear: both;
    content: ' ';
    display: block;
    width: 12px;
    height: 4px;
    border: 1px solid #656565;
    border-width: 0px 4px 0px 4px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link:hover span {
    background: #3e7cb4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link:hover span:before {
    border-bottom-color: #3e7cb4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link:hover span:after {
    border-color: #3e7cb4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu {
    border-bottom: 3px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-right: 0;
    border-left: 0;
    margin-bottom: 0px;
}

#menu .nav > li {
    height: 40px;
}

#menu .nav > li > a {
    font-size: 16px;
    color: #555;
    line-height: 40px;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    z-index: 1009;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li:hover > a {
    color: #3e7cb4;
    background: #f3f3f3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li.sub:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #3e7cb4 transparent;
    position: absolute;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
    z-index: 1009;
}

#menu .nav > li .dropdown-menu {
    border-radius: 0px;
}

#menu .nav > li > .dropdown-menu {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 1010;
    padding: 5px 0 0;
    border-top: 3px solid #3e7cb4;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    font-size: 15px;
}

#menu .nav > li:hover > .dropdown-menu.custom_block ul {
    display: table-cell;
}

#menu .nav > li > .dropdown-menu > ul {
    display: table-cell;
}

#menu .nav > li > div > .column a span, #menu .nav > li > div > ul li a span {
    font-size: 18px;
    line-height: 13px;
    position: absolute;
    right: 8px;
}

#menu .nav > li > div > ul {
    position: relative;
    width: 160px;
}

#menu .nav > li > div > ul li a {
    font-size: 12px;
}

#menu .nav > li ul + ul {
    padding-left: 20px;
}

#menu .nav > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    display: block;
    min-width: 200px;
}

#menu .nav > li div > ul > li > a {
    color: #222;
}

#menu .nav > li div > ul > li:hover > a {
    color: #3e7cb4;
}

#menu .nav > li > div > ul {
    position: relative;
}

#menu .nav > li > div > ul li + li {
    border-top: 1px solid #eee;
}

#menu .nav > li div > ul > li > a {
    font-size: 16px;
    padding: 7px 20px 7px 10px;
    display: block;
    color:white;
    white-space: nowrap;
}

#menu .nav > li > div > ul li:hover > a {
    color: #3e7cb4;
}

#menu .nav > li > .dropdown-menu li {
    position: relative;
}

#menu .nav > li > .dropdown-menu li .dropdown-menu {
    background: #fff;
    position: absolute;
    z-index: 1008;
    padding: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    display: none;
    border-top: 3px solid #3e7cb4;
    left: 100%;
    margin-top: -32px;
}

#menu .nav > li.mega-menu.dropdown, #menu .nav > li.menu_brands.dropdown {
    position: static;
}

#menu .nav > li.mega-menu > div {
    display: none;
    background: #fff;
    margin-left: 0px !important;
    width: 100%;
    position: absolute;
    padding: 10px 0px 0px 0px;
}

#menu .nav > li.mega-menu > div > .column {
    position: relative;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

#menu .nav > li.mega-menu > div > .column > a {
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

#menu .nav > li.mega-menu > div > .column > a, #menu .nav > li.mega-menu > div > .column > div > ul > li > a {
    padding: 4px 0;
    display: block;
}

#menu .nav > li.mega-menu > div > .column:hover > a {
    color: #3e7cb4;
}

#menu .nav > li.mega-menu > div > .column > div {
    display: block;
}

#menu .nav > li.mega-menu > div > .column > div ul li {
    position: relative;
}

#menu .nav > li.mega-menu > div .dropdown-menu ul li + li a {
    border-top: 1px solid #eee;
}

#menu .nav > li.menu_brands.name {
    position: relative;
}

#menu .nav > li.menu_brands.name > div {
    padding: 0px !important;
}

#menu .nav > li.menu_brands > div {
    padding: 0px 0px 0px !important;
    width: 100%;
    margin-left: 0px !important;
}

#menu .nav > li.menu_brands > div > div {
    text-align: center;
    margin-bottom: 10px;
}

#menu .nav > li.menu_brands > div > div a {
    display: block;
    line-height: 16px;
}

#menu .nav > li.menu_brands > div > div a img {
    display: inline-block;
}

#menu .nav > li.custom-link-right {
    float: right;
}

#menu .nav > li.wrap_custom_block > div.custom_block {
    padding: 5px;
}

.custom_block p {
    line-height: 18px;
    margin: 0;
}

.custom_block a, #menu .nav > li.wrap_custom_block > div.custom_block a {
    display: inline-block;
}

.custom_block {
    line-height: normal;
}

.custom_block td, .custom_block th {
    padding: 5px;
}

.custom_block h1, .custom_side_block h1 {
    font-size: 28px;
    margin-top: 0px;
}

.custom_block h2, .custom_side_block h2 {
    font-size: 24px;
    margin-top: 0px;
}

.custom_block h3, .custom_side_block h3 {
    font-size: 22px;
    margin-top: 0px;
}

.custom_block h4, .custom_side_block h4 {
    font-size: 20px;
    margin-top: 0px;
    font-family: BKoodakBold;
}

.custom_block h5, .custom_side_block h5 {
    font-size: 18px;
    margin-top: 0px;
}

.custom_block .btn-sm {
    padding: 5px 10px !important;
}

/*===================================================================================*/
/*  5. Feature box
/*===================================================================================*/
.custom-feature-box .feature-box {
    background: #ffffff !important;
    text-align: center;
    /*padding: 10px;*/
    margin-bottom: 20px;
}

.custom-feature-box .feature-box .title {
    color: #555;
    font-size: 13px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    font-family: BKoodakBold;
}

.custom-feature-box .feature-box p {
    color: #888;
    font-size: 12px;
    margin: 0;
    line-height: normal;
}

/*===================================================================================*/
/*  6. Breadcrumb
/*===================================================================================*/
.breadcrumb {
    color: #c2c2c2;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    border-radius: 0px;
}

.breadcrumb a {
    color: #999;
    font-size: 11px;
}

.breadcrumb a:hover {
    color: #2f4a90;
    text-decoration: underline;
}

/*===================================================================================*/
/*  7. Category Page
/*===================================================================================*/

/**======= 7.1. Refine Search Category =======**/
.category-list-thumb, .category-list {
    margin-bottom: 15px;
}

.category-list-thumb > div {
    text-align: center;
    vertical-align: top;
    margin-bottom: 10px;
}

.category-list-thumb > div img {
    max-width: 100% !important;
    border: 1px solid #dddddd;
    padding: 3px;
}

.category-list .div a {
    text-decoration: underline;
    font-weight: bold;
}

/**======= 7.2. Grid-List Icon =======**/
#list-view, #grid-view {
    font-size: 18px;
    padding: 0;
    background: none;
    margin-right: 10px;
    color: #555;
}

#list-view:hover, #grid-view:hover {
    color: #000;
}

#list-view:active, #grid-view:active {
    color: #444;
    box-shadow: none;
}

#list-view.selected, #grid-view.selected {
    color: #999;
    cursor: default;
}

/**======= 7.3. Produc Thumb =======**/
.product-filter {
    border: 1px solid #EAEAEA;
    background: #F6F6F6;
    padding: 6px 5px;
    line-height: 25px;
}

.product-filter .form-control {
    padding: 2px 12px;
    height: auto;
}

.product-list.row, .products-category.row {
    margin: 0;
}

/* Carousel */
.owl-carousel {
    margin-bottom: 20px;
}

.owl-carousel .product-thumb .image {
    margin-bottom: 5px;
}

    .owl-carousel .product-thumb {
        padding: 7px;
        margin: 0px 9px 5px 6px;
        position: relative;
        text-align: center;
        border: 3px solid transparent;
        background: #ef4056;
        min-height: 350px;
    }

@media only screen and (min-width: 1025px) {
    .owl-carousel .product-thumb:hover {
        border: 1px solid #eae9e9;
    }
}

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* Product Thumb */
.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a img {
    display: inline-block;
}

.product-thumb h4 {
    margin: 0;
    padding-bottom: 0px;
}

    .product-thumb h4 a, .product-thumb h4, .Article.col-sm-7 h4, .col-sm-8 h4 {
        font-size: 16px;
        line-height: 18px;
        text-decoration: none;
        display: inline-block;
        padding: 0px;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 84%;
        margin-top: 10px;
    }


.product-thumb h4 a:hover {
    text-decoration: underline;
}

.product-thumb .button-group button {
    border: none;
}

.product-thumb .button-group .btn-primary {
    padding: 4px 8px;
    margin-bottom: 7px;
    font-size: 15px;
    height: auto;
    text-transform: uppercase;
    font-family: BKoodakBold, Helvetica, sans-serif;
    line-height: normal;
    width: 60%;
    border-radius: 7px;
}

.product-thumb .button-group .add-to-links button {
    background: none;
    color: #666;
    font-size: 15px;
}

.product-thumb .button-group .add-to-links button:hover {
    color: #3e7cb4;
    cursor: pointer;
}

.product-thumb .rating {
    padding-bottom: 7px;
}

.product-thumb .rating span {
    vertical-align: top;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
    font-weight: normal;
}

.product-thumb .price {
    margin: 10px 0;
    font-size: 13px;
    font-weight: bold;
    direction: rtl;
}

.price-old {
    color: #929191;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 14px;
}

.price-new {
    font-weight: bold;
}

.price, .price-new {
    color: #3e7cb4;
}

.saving {
    background: #f12b63;
    border-radius: 100% 100% 100% 100%;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 50px;
}

/**======= 7.4. Grid Product =======**/
.product-grid {
    position: relative;
    text-align: center;
    vertical-align: top;
    background: #ef4056;
    padding: 7px 7px 7px 7px;
    border: 1px solid #ebebeb;
    border-top: none;
    border-right: none;
}

.row.products-category {
    /*border: 1px solid #ebebeb;*/
    background: #fff;
    border-left: none;
    border-bottom: none;
}

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

.product-grid .product-thumb .image {
    margin-bottom: 5px;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-grid .product-thumb .description, .product-grid .product-thumb .price-tax, .owl-carousel .product-thumb .price-tax {
    display: none;
}

.product-grid .product-thumb .button-group .add-to-links button, .owl-carousel .product-thumb .button-group .add-to-links button {
    padding: 2px 6px;
}

@media only screen and (min-width: 1025px) {
    .product-grid .product-thumb .button-group .add-to-links {
        visibility: visible;
    }
}

.product-grid:hover .product-thumb .button-group .add-to-links, .owl-carousel .product-thumb:hover .button-group .add-to-links {
    visibility: visible;
}

.product-grid .product-thumb .button-group .add-to-links button span {
    display: none;
}

/**======= 7.5. List Product =======**/
.product-list {
    position: relative;
    padding: 20px 0px;
    border-top: 2px solid #eae9e9;
}

.product-list:first-child {
    border-top: none;
}

.product-list .image {
    float: left;
    margin-right: 15px;
}

.product-list .product-thumb h4 {
    margin-bottom: 8px;
}

.product-list .product-thumb h4 a {
    font-weight: bold;
    font-size: 15px;
}

.product-list .product-thumb .description {
    margin-bottom: 0px;
}

.product-list .product-thumb .button-group .btn-primary {
    float: left;
    margin-right: 5px;
}

.product-list .product-thumb .button-group .add-to-links {
    float: left;
    padding: 1px 0px;
    display: inline-block;
}

.product-list .product-thumb .button-group .add-to-links button span {
    font-size: 12px;
}

.product-list .saving {
    top: 25px;
    left: 16px;
}

/**======= 7.6. Rating Star =======**/
.rating .fa-stack {
    font-size: 6px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 13px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 13px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

/**======= 7.7. Pagination =======**/
.pagination {
    margin: 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #3e7cb4;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    color: #3e7cb4;
}

/*===================================================================================*/
/*  8. Product Page
/*===================================================================================*/
.product-info {
    margin-bottom: 20px;
    background: #fff;
 /*   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;*/
}

.tab-content > .active {
/*    background: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;*/
}

.row.SimilarProduct {
    background: #fff;
  /*  box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;*/
    margin-bottom: 2%;
}

.row.SimilarProduct h3 {
    color: var(--main-color) !important;
}

ul.row.nav.nav-tabs {
    border: 0px;
    border-bottom: 2px solid #ef4056;
}

.row.SimilarProduct .owl-carousel.related_pro.owl-theme .owl-wrapper .product-thumb:hover {
    z-index: 11;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border: 0px;
    margin-top: 5px;
    border-radius: 5px;
}

div#tab-description, div#tab-review {
    padding: 15px;
}

.row.SimilarProduct .owl-theme .owl-controls .owl-buttons div {
    color: #39aac7;
}

.product-info .image {
    position: relative;
    text-align: center;
}

.product-info .zoomWrapper {
    display: inline-block;
}

.product-info span.zoom-gallery {
    font-size: 11px;
    line-height: 11px;
    font-style: italic;
    color: #666;
    padding: 1px 0;
}

.product-info span.zoom-gallery .fa {
    font-size: 13px;
}

.product-info .image .zoomWrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.product-info .image-additional {
    overflow: hidden;
    margin-left: -7px;
    margin-top: 15px;
}

.product-info .image-additional img {
    max-width: 75px;
    height: auto;
    display: block;
}

#column-left + #content .product-info .image-additional img, #column-right + #content .product-info .image-additional img {
    max-width: 66px;
}

.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 7px;
    border-radius: 0px;
    margin-bottom: 15px;
}

.product-info .image-additional a:hover, .product-info .image-additional a:focus, .product-info .image-additional a:active {
    border-color: #bbb;
}

.product-info .image-additional a.active {
    opacity: 0.5;
    outline: 0;
    cursor: default;
}

.product-info .description {
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 15px;
}

.product-info .instock {
    background: #53af2e;
    color: #fff;
    padding: 4px 25px;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
}

.product-info .nostock {
    background: #da4f49;
    color: #fff;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 2px;
}

.product-info .price-box {
    background: #F4F3F3;
    border: 1px solid #eee;
    overflow: auto;
    padding: 10px 5px;
    margin-bottom: 20px;
    margin-top: 25px;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    z-index: 11;
    border-radius: 5px;
}

.product-info .price {
    font-size: medium;
    font-weight: bold;
 /*   color: #3e7cb4;
    line-height: 24px;*/
}

.product-info .price-old {
    color: #F00;
    font-size: 80%;
    text-decoration: line-through;
    font-weight: normal;
}

.product-info .cart {
    border-bottom: 1px solid #eae9e9;
    padding: 5px 0px 20px;
    margin-bottom: 15px;
    color: #4D4D4D;
    overflow: auto;
}

.product-info .cart div {
    vertical-align: middle;
    float: left;
}

.product-info .cart div.text-or {
    padding: 5px 6px 0;
}

.product-info .cart div > span {
    padding-top: 7px;
    display: block;
    color: #999;
}

.product-info .cart div .wishlist {
    font-size: 11px;
    display: inline-block;
    padding-top: 3px;
    border: none;
    background: none;
    margin-left: 15px;
}

.product-info .cart div .wishlist .fa {
    font-size: 14px;
}

.product-info .cart div .wishlist:hover {
    text-decoration: underline;
}

.product-info .cart #button-cart {
    padding: 11px 15px;
    text-transform: uppercase;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}

.product-info .cart div .qty {
    margin-right: 20px;
    float: left;
}

.addthis_toolbox {
    display: table;
    width: 100%;
}

/* Quantity plus minus */
.qty .control-label {
    margin-right: 10px;
    margin-bottom: 0px;
    float: left;
    padding: 12px 0;
    display: inline-block;
}

.qty a {
    background: url("../image/plus.png") no-repeat 2px 2px #f5f5f5;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    text-indent: -9999px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.qty a.mines {
    background-position: 2px -13px;
    border-width: 1px 1px 1px 0px;
}

.qty a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.qty #button-cart, .qty #input-quantity, .qty input-quantity-Searsh {
    float: left;
    font-size: 15px;
    width: 44px;
    padding-left: 2px;
    padding-right: 2px;
    height: 40px;
    text-align: center;
}

/*===================================================================================*/
/*  9. Product Item for Left and Right Panel
/*===================================================================================*/
#column-right .side-item .product-thumb, #column-left .side-item .product-thumb {
    padding: 0px 0px 7px 0px;
    text-align: left;
    border: 0px none;
    margin: 0;
    clear: both;
}

#column-right .side-item .product-thumb + .product-thumb, #column-left .side-item .product-thumb + .product-thumb {
    border-top: 1px dotted #ccc;
    padding-top: 7px;
    margin-left: 10px;
}

#column-right .side-item .product-thumb .image, #column-left .side-item .product-thumb .image {
    float: left;
    margin-right: 8px;
    margin-bottom: 0px;
    width: 50px;
}

#column-right .side-item .product-thumb .caption, #column-left .side-item .product-thumb .caption {
    float: left;
    max-width: 202px;
}

#column-right .side-item .product-thumb h4, #column-left .side-item .product-thumb h4 {
    margin-bottom: 2px;
}

#column-right .side-item .product-thumb h4 a, #column-left .side-item .product-thumb h4 a {
    font-size: 12px;
    display: block;
}

#column-right .side-item .product-thumb .price, #column-left .side-item .product-thumb .price {
    padding: 0;
    margin: 0px 0 2px 0;
    font-size: 12px;
}

#column-right .side-item .product-thumb .saving, #column-left .side-item .product-thumb .saving {
    position: relative;
    line-height: normal;
    padding: 0 3px;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    font-size: 11px;
    border-radius: 0px;
    display: inline-block;
}

/*===================================================================================*/
/*  10. Category Accordion
/*===================================================================================*/
.box-category ul, .list-item {
    list-style: none;
    margin-bottom: 20px;
    margin-top: -5px;
    padding: 0;
}

.box-category > ul > li, .list-item > li {
    display: block;
    position: relative;
}

.box-category .down {
    top: 2px;
    right: 0;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 24px;
    background: transparent url(../image/plus.png) 0px 4px no-repeat;
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.box-category .down:hover {
    opacity: 1;
    -moz-opacity: 1;
}

.box-category ul li a, .list-item li a {
    padding: 5px 0px 5px 12px;
    color: #222;
    display: block;
    background: transparent url(../image/bullet-dark.png) 0px 10px no-repeat;
}

.box-category ul li.double a {
    display: inline-block;
    margin: 0;
}

.box-category ul li {
    position: relative;
}

.box-category ul li ul li + li {
    border-top: 1px dotted #ccc;
}

.box-category > ul > li a.active + .down {
    background-position: 0px -12px;
}

.box-category > ul > li > a {
    color: #333;
    text-transform: uppercase;
}

.box-category > ul > li ul {
    display: none;
    padding-left: 10px;
    margin-bottom: 5px;
}

.box-category > ul > li a.active {
    font-weight: bold;
}

.box-category > ul > li > a.active {
    margin-bottom: 5px;
}

.box-category > ul > li a.active + ul {
    display: block;
}

.box-category a:hover, .list-item a:hover {
    text-decoration: underline;
    color: #3e7cb4;
}

.box-category > ul > li ul li a {
    margin-right: 16px;
}

.box-category > ul > li ul li a:hover, .list-item a:hover {
    margin-right: 16px;
}

.box-category > ul > li ul > li > a {
    text-decoration: none;
}

/*===================================================================================*/
/*  11. buttons
/*===================================================================================*/
.buttons {
    overflow: auto;
    padding: 15px 6px 0px 6px;
    margin-bottom: 20px;
}

.btn {
    padding: 6.2px 12px;
    border: 0px none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu {
    font-size: 15px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: white;
    background-color: var(--main-color);
    width: 100%;
    border-radius: 10px;
}

.btn-default:hover {
    background: #444;
    color: #fff;
}

.btn-primary {
    background-color: var(--main-color);
    color: #ffffff;
    border-radius: 10px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #444;
    color: #fff;
}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    border-radius: 10px;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-danger {
    color: #ffffff;
    background-color: #ff0000;
    border-radius: 10px;
    box-shadow: 0 12px 12px 0 hsla(0, 1%, 7%, 0.11);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    background-color: #389015;
    /*margin-top: 20px;*/
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    background-color: #3ab0c3;
    border-radius: 10px;
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        background-image: none;
        background-color: #3ab0c3;
    }

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #3e7cb4;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    color: #ffffff;
}

/*===================================================================================*/
/*  12. Tabs
/*===================================================================================*/
.nav-tabs > li > a.selected {
    color: #111;
    padding-bottom: 5px;
    background: #FFFFFF;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    font-weight: bold;
}

.nav-tabs {
    margin-bottom: 0px;
    border-width: 2px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 1px;
    font-weight: bold;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    color: #444;
}

.nav-tabs > li > a {
    border-radius: 0px;
    color: #666;
}

.tab-content {
    /* padding: 15px 15px 10px;*/
    margin-bottom: 20px;
    z-index: 2;
    /*    border: 2px solid #ddd;*/
    border-top: 0px;
}

#tab-description ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.tab-sub {
    position: absolute;
    right: 70px;
    top: -46px;
    border: none;
    padding: 0;
    height: 25px;
    line-height: 25px;
}

.tab-sub a {
    padding: 0px 7px;
    font-size: 12px;
}

.tab-sub a.selected {
    padding: 0px 10px;
    position: relative;
    border-width: 2px;
    line-height: 24px;
}

.tab-sub a.selected:hover {
    text-decoration: none;
    cursor: default;
}

.tab-sub a:hover {
    text-decoration: underline;
}

.category-module-content {
    position: relative;
}

.category-module .tabs {
    position: absolute;
    right: 70px;
    top: -46px;
    height: 25px;
    line-height: 25px;
}

.category-module .tabs li {
    float: left;
    list-style-type: none;
}

.category-module .tabs li a {
    padding: 0px 7px;
    font-size: 16px;
    display: inline-block;
    color: #333;
}

.category-module .tabs li.active a {
    position: relative;
    line-height: 24px;
    color: #111;
    background: #FFFFFF;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    font-weight: bold;
}

.category-module .tabs li.active a:hover {
    text-decoration: none;
    cursor: default;
}

.category-module .tabs li a:hover {
    text-decoration: underline;
    color: #004B91;
}

.product-tab {
    margin-bottom: 20px;
}

.product-tab .tabs {
    height: 32px;
    line-height: 15px;
    padding-left: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.product-tab .tabs li {
    float: left;
    list-style-type: none;
}

.product-tab .tabs li a {
    padding: 7px 15px 6px 15px;
    float: left;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #222;
    margin-right: 2px;
    opacity: 0.7;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.product-tab .tabs li.active a {
    opacity: 1;
    padding-bottom: 8px;
    background: #FFFFFF;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.product-tab .deactive, .category-module .deactive {
    display: none;
}

.addthis_default_style > a {
    padding: 0
}

/*===================================================================================*/
/*  13. Static Banner
/*===================================================================================*/
.marketshop-banner > div.row div {
    margin-bottom: 25px;
}

.marketshop-banner div img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.marketshop-banner div a img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*===================================================================================*/
/*  14. Faq Page
/*===================================================================================*/
.faq .panel-title {
    font-size: 14px;
    margin: 8px 0;
    display: inline-block;
}

.faq .panel-title:hover {
    color: #3e7cb4;
    text-decoration: underline;
}

.faq .panel-body {
    padding: 10px;
}

/*===================================================================================*/
/*  15. Sitemap Page
/*===================================================================================*/
.sitemap {
    margin: 0;
    padding: 0;
}

.sitemap > li {
    display: block;
    position: relative;
    font-weight: bold;
    color: #222;
}

.sitemap li a {
    color: #222;
    padding: 5px 8px 5px 0px;
    display: block;
    font-weight: bold;
}

.sitemap li ul {
    border-left: 1px solid #ccc;
    list-style-type: none;
    margin: 0px 0 0px 4px;
}

.sitemap li ul li {
    position: relative;
    padding: 0px 0 0px 22px;
}

.sitemap li ul li:before {
    border-top: 1px solid #ccc;
    content: " ";
    display: block;
    height: 1px;
    left: 0px;
    position: absolute;
    top: 12px;
    width: 15px;
}

.sitemap li ul li a {
    font-weight: normal;
}

.sitemap li a:hover {
    color: #3e7cb4;
    text-decoration: underline;
}

.sitemap-icon {
    font-size: 200px;
    color: rgb(238, 238, 238);
}

/*===================================================================================*/
/*  16. Footer
/*===================================================================================*/

/**===== 16.1. Footer Links =====**/
#footer .fpart-first {
    background-color: #f3f3f3;
    color: #444;
    padding-top: 20px;
    padding-bottom: 30px;
}

#footer .fpart-first a {
    color: #888;
}

#footer .fpart-first a:hover {
    color: #3e7cb4;
    text-decoration: underline;
}

#footer .fpart-first ul {
    padding: 0;
}

#footer .fpart-second {
    background-color: #fff;
    color: #fff;
    padding: 25px 0px 0px
}

#footer .fpart-second a {
    color: #3e7cb4;
}

#footer .fpart-second a:hover {
    color: #3e7cb4;
    text-decoration: underline;
}

#footer .custom-text {
    padding: 0px 0px 25px;
}

#footer .custom-text p {
    margin: 0;
}

#footer h5 {
    color: #000;
    font-size: 17px;
    margin: 0px 0 15px 0;
    padding: 0px 0px 7px 0px;
    font-weight: normal;
}

#footer .column ul li {
    list-style-type: none;
}

#footer .column a {
    text-decoration: none;
    display: block;
    padding: 3px 0px;
    line-height: 18px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .column a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**===== 16.2. Contact Block =====**/
#footer .contact ul li {
    font-size: 12px;
    list-style-type: none;
    line-height: 20px;
}

#footer .contact > ul > li > .fa {
    margin-right: 10px;
}

#footer .contact > ul > li > .fa-map-marker {
    font-size: 18px;
}

#footer .contact > ul > li > .fa-phone {
    font-size: 18px;
}

#footer .contact > ul > li > .fa-envelope {
    font-size: 15px;
}

#footer .contact ul li + li {
    margin-top: 12px;
}

#footer .contact ul li.email a {
    text-decoration: underline;
}

#footer .contact ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .contact ul li a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

/**===== 16.3. Payments Types =====**/
#footer .payments_types {
    text-align: center;
    padding: 0px 0 25px 0;
}

#footer .payments_types img {
    display: inline-block;
    margin: 0px 3px 3px 3px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .payments_types img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**===== 16.4. Social Icon =====**/
#footer .social {
    margin: 0;
    text-align: right;
    padding: 0px;
}

#footer .social a {
    float: left;
    margin: 0px 0 0px 10px;
}

#footer .social a img {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .social a img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**===== 16.5. Powered by Text =====**/
#footer #powered {
    line-height: 20px;
    padding: 0px 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E8E8E8;
}

#footer #powered a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer #powered a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .powered_text {
    padding-top: 6px;
}

#footer .powered_text p {
    line-height: 18px;
    margin: 0;
}

/**===== 16.6. Back To Top =====**/
#back-top {
    display: none;
}

#back-top a {
    position: fixed;
    bottom: 0px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 45px;
    height: 30px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#back-top a:hover {
    background-color: #3e7cb4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*===================================================================================*/
/*  17. Slide Block
/*===================================================================================*/
.sort-order-1 {
    top: 210px;
    z-index: 10000;
}

.sort-order-2 {
    top: 270px;
    z-index: 9999;
}

.sort-order-3 {
    top: 330px;
    z-index: 9998;
}

.sort-order-4 {
    top: 390px;
    z-index: 9997;
}

/**===== 17.1. Facebook =====**/
#facebook {
    position: fixed;
    width: 241px;
    background: #fff;
    border: 3px solid #3b5998;
    padding: 0px;
}

#facebook.fb-left {
    left: -241px;
}

#facebook.fb-right {
    right: -241px;
}

.facebook_icon {
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -3px;
    background-color: #3b5998;
}

.fb-left .facebook_icon {
    right: -33px;
}

.fb-right .facebook_icon {
    left: -33px;
}

/**===== 17.2. Twitter =====**/
#twitter_footer {
    position: fixed;
    width: 215px;
    background: #fff;
    border: 3px solid #2daae1;
    padding: 5px 10px;
}

#twitter_footer.twit-left {
    left: -215px;
}

#twitter_footer.twit-right {
    right: -215px;
}

.twitter_icon {
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -3px;
    background-color: #2daae1;
}

.twitter_icon .fa-twitter, .facebook_icon .fa-facebook {
    font-size: 19px;
    color: #FFF;
}

.twit-left .twitter_icon {
    right: -33px;
}

.twit-right .twitter_icon {
    left: -33px;
}

/**===== 17.3. Custom Side block =====**/
#custom_side_block {
    position: fixed;
    width: 215px;
    background: #fff;
    border: 3px solid #ed5f01;
    padding: 5px 10px;
}

#custom_side_block.custom_side_block_left {
    left: -215px;
}

#custom_side_block.custom_side_block_right {
    right: -215px;
}

#custom_side_block img {
    width: 100% !important;
    height: auto !important;
}

.custom_side_block_icon {
    width: 30px;
    height: 50px;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 54px;
    position: absolute;
    top: -3px;
    background-color: #ed5f01;
}

.custom_side_block_icon .fa-chevron-right, .custom_side_block_icon .fa-chevron-left {
    font-size: 20px;
    color: #FFF;
}

.custom_side_block_left .custom_side_block_icon {
    right: -33px;
}

.custom_side_block_right .custom_side_block_icon {
    left: -33px;
}

/**===== 17.4. Video Box =====**/
#video_box {
    position: fixed;
    width: 566px;
    background: #fff;
    border: 3px solid #ff679a;
    padding: 0px;
}

#video_box iframe {
    border-width: 0px;
}

#video_box.vb-left {
    left: -566px;
}

#video_box.vb-right {
    right: -566px;
}

#video_box p {
    margin-bottom: 0px;
    line-height: 0px;
}

#video_box_icon {
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -3px;
    background-color: #ff679a;
}

#video_box .fa-play {
    font-size: 16px;
    color: #FFF;
}

.vb-left #video_box_icon {
    right: -33px;
}

.vb-right #video_box_icon {
    left: -33px;
}

/*===================================================================================*/
/*  18. Five Grid Columns
/*===================================================================================*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

/*===================================================================================*/
/*  19. Shortcodes
/*===================================================================================*/
.alert {
    border-radius: 0px
}

.divider {
    clear: both;
    height: 40px;
}

.dropcap {
    display: block;
    float: right;
    font-size: 40px;
    line-height: 1em;
    margin: 0px 0 0 5px;
}

blockquote {
    font-size: 16px;
}

h4.panel-title {
    padding: 0
}

.alert {
    padding-left: 50px;
    position: relative;
}

.alert .fa {
    font-size: 20px;
    left: 18px;
    position: absolute;
}

.simple-ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.simple-ul li {
    position: relative;
    padding-right: 15px;
    margin-bottom: 5px;
}

.simple-ul li:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "›";
    font-family: fontawesome;
}

.simple-ul ul {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
}

.simple-ul ul li:after {
    content: "•";
    font-size: 1em;
}

.decimal-list {
    margin: 0px 0 15px 20px;
    padding: 0;
    list-style: decimal outside;
}

.decimal-list li {
    padding-left: 0;
    margin-bottom: 5px;
    text-indent: 0;
}

.decimal-list ul {
    margin: 5px 0 5px 17px;
    padding: 0;
    list-style: decimal outside;
}

/*===================================================================================*/
/*  20. Extra
/*===================================================================================*/
/* Fix some bootstrap improvment */
.form-control {
    border-radius: 5px;
}

.img-thumbnail {
    border-radius: 0px;
}

.well {
    border-radius: 0px
}

.panel, .panel-heading {
    border-radius: 0px;
}

.panel-group .panel {
    border-radius: 0px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.imageFriends img.img-responsive {
    width: 20%;
    float: right;
    margin-left: 20px;
}

.ShowFriends.col-md-5.col-sm-12.col-xs-12 {
    margin-top: 20px;
    margin-left: 20px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
}

.captionFriends {
    margin-top: 3%;
}

.imageNotification img.img-responsive {
    width: 12%;
    float: right;
    margin-left: 20px;
}

.ShowNotification.col-xs-12 {
    background-color: #fff;
    margin-top: 20px;
    padding: 15px;
    box-shadow: inset 0 0 12px 12px hsla(0, 0%, 71%, .1);
}

p.CreatedDatePersianNotification {
    text-align: left;
    color: #8a8686;
    float: left;
}

img.img-icon {
    width: 3%;
    float: left;
}

.captionNotification button {
    float: left;
    background-color: #43a91b;
    padding-left: 10px;
    padding-right: 10px;
}


.image img.img-responsive {
    float: right;
    margin-left: 20px;
}


.ShowImage.col-xs-12 {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
}

.caption {
    margin-top: 2%;
}

p.captionTitle {
    width: 50%;
    float: right;
}

p.captionContent {
    text-align: left;
    color: #43a91b;
}

.imageIcon {
    width: 10%;
    float: right;
    margin-left: 15px;
}

.SideBar {
    padding-bottom: 1px;
    padding-top: 1px;
    overflow: auto;
}

.captionSide {
    margin-top: 3%;
}

.Show.col-md-5.col-sm-12.col-xs-12 {
    margin-top: 20px;
    margin-left: 15px;
    padding: 0px;
    background-color: #fff;
    min-height: 215px;
}

.Icon {
    width: 10%;
    float: right;
    margin-left: 15px;
}

.captionIcon {
    padding-top: 3%;
}

p.BorderTop {
    background: linear-gradient(90deg, #43a91b 48px, #ec1a2d 0) repeat-x;
    background-size: 96px 3px;
    height: 3px;
    width: 100% !important;
}

.Address {
    padding: 15px;
}

.Delete_Edit button {
    width: 20%;
    border-radius: 5px;
    color: #fff;
    float: left;
    border: 1px dashed #fff;
    margin-left: 2px;
    margin-right: 2px;
}

.Delete_Edit {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

button.delete {
    background-color: #ec1a2d;
}

button.edit {
    background-color: #43a91b;
}

button.c-profile-address-add.js-add-address-btn {
    display: flex;
    border: 4px dashed #616161;
    height: 215px;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    font-size: 1.643rem;
    line-height: 3;
    font-weight: 700;
    cursor: pointer;
    color: #616161;
    background-image: url("/image/other/location.png");
    background-repeat: no-repeat;
    background-position: center;
}

.FormHyper {
    background-color: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 70.6%, .11);
    position: relative;
    margin-bottom: 20px;

}

.FormHyper h2 {
    padding-right: 4%;
    color: #123 !important;
}

.FormHyper-group {
    padding: 3% 5% 0%;
}

input.btn.btn-primary-user {
    background-color: #389015;
    width: 100%;
    border-radius: 5px;
    color: #fff;
}

.FormHyper_newRegister {
    padding: 20px 0 10px;
    text-align: center;
    background: rgba(93, 214, 0, .06);
    border-top: 1px solid #d7e6bb;
}

.FormHyper a {
    text-decoration: underline;
    color: #e61f26;
}

.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.Content.col-xs-6 {
    text-align: left;
}

p.Discount {
    color: #e61f26;
}

.HeaderOrder {
    padding: 15px;
    background-color: #f2e8e169;
    margin-top: -1%;
}

.Title.col-xs-6 {
    padding-right: 0px !important;
}

p.Highlight {
    color: #8a8686;
}

p.RedText {
    color: #f12b63;
}

.footer.container {
    margin-top: 20px;
}

.rowWallet {
    padding: 15px;
    background-color: #fff;
    margin-top: 18px;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
}

.rowWallet input[type="radio"] {
    width: 20px;
    height: 20px;
}

.rowWallet .radio {
    margin-right: 20px;
}

.Center {
    float: none;
    vertical-align: middle;
    display: table-cell;
}

.Delete a {
    width: 100%;
    background-color: red;
    color: #ffffff;
    border-radius: 10px;
}

.Seen a {
    width: 100%;
    background-color: green;
    color: #ffffff;
    border-radius: 10px;
}

.quantity-selector {
    width: 100px;
    height: 40px;
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    color: var(--main-color);
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    float: left;
    margin-top: -2%;
    padding: 0px;
    /*z-index: 11;*/
    box-shadow: 0 12px 12px 0 hsla(0, 1%, 50%, 0.11);
}

p.TitleNotification.col-xs-6, .quantity.col-xs-12 {
    padding: 0px;
}

.quantity-selector button, .quantity-number {
    border: none;
    margin: 0;
    padding: 0;
    color: #3498db;
    background-color: #fff;
    cursor: pointer;
    width: 33%;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    font-size: 30px;
    line-height: 22px;
}

.borderCircle {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.Line {
    border: 0.5px solid #d4d2d2;
    margin-bottom: 7px;
}

.owl-theme .owl-controls {
    text-align: right !important;
}

.slideshow.single-slider.owl-carousel.owl-theme .owl-controls.clickable .owl-pagination {
    display: block !important;
}

.owl-pagination {
    display: none !important;
}

.price, .price-new, .product-info .price {
    color: #00a9c7 !important;
}

.price p {
    margin: 0px !important;
}

.owl-carousel.nxt .owl-controls .owl-buttons .owl-next {
    margin-right: 2%;
}

.owl-carousel.nxt .owl-controls .owl-buttons .owl-prev {
    margin-left: 1%;
}

.owl-carousel.nxt.col-xs-12.Brand .owl-wrapper-outer .owl-wrapper .owl-item {
    width: 100px !important;
}

.ImageFooter.col-xs-3 {
    padding-right: 0px;
}

.ImageFooter.col-xs-3 img {
    border: 2px solid #ccc;
    border-radius: 3px;
    height: 40px;
    width: 40px;
}

.ImageFooter p {
    text-align: justify;
}

img.ImageFooter.column.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding: 0px;
}

.Article p, .Article li {
    color: #6b7074;
    text-align: justify;
    line-height: 35px;
    font-size: 17px;
}

.Article h1, .Article h3 {
    color: var(--main-color)  !important;
}

.Article {
    padding: 0px;
    /*margin: 5px;*/
    background-color: #fff;
}

.Article img.img-responsive {
    width: 100%;
    border-radius:15px 15px 0 0;
}

.LineArticle {
    border: 0.8px solid var(--main-color) ;
    width: 70%;
    margin-right: 15%;
}

p.ArticleTitle {
    text-align: right;
    font-size: 16px;
    padding: 15px 15px 0;
    color: #ef4056 !important;
}

p.ArticleDescription {
    padding: 0 15px 15px;
    text-align: justify;
    text-align-last: right;
    font-size: 13px;
    line-height: 1.5;
}

ul.Article {
    list-style: none;
}

ul.Article li::before {
    content: "\2022";
    color: var(--main-color) ;
    font-weight: bold;
    font-size: x-large;
    display: inline-block;
    width: 1em;
}

.col-xs-12.Article {
    padding-left: 20px;
    padding-right: 20px;
}

.side-item.SideBar {
    max-height: 260px;
    overflow-y: scroll;
    margin-left: -15px;
    margin-bottom: -15px;
}

.ShowImage.SideBar.col-xs-12 li {
    list-style: none;
}

.quick-search input {
    border: 1.4px solid #00bfd6;
    font-size: 14px;
    line-height: 1.833;
    border-radius: 7px;
    background: #fff;
    width: 90%;
    margin-right: 5%;
    padding-right: 3%;
}

.quick-search {
    margin-top: 2%;
    margin-bottom: 2%;
}


a#nextPage, a#previousPage {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    top: -15px !important;
    color: #31b6d7;
}

.row.PageNumberDiv {
    margin-left: 0px;
    margin-right: 0px;
    background: #fff;
    text-align: center;
    padding-top: 9px;
    z-index: 11;
    border: 1px solid #ebebeb;
    border-top: none;
    margin-top: 0px;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
}

.pagination > li > a {
    border: 0px !important;
    font-size: 1.986rem;
}

.nav-pills > li.active > a {
    background-color: #31bde3a1 !important;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09);
}

.quantity-number.qty #input-quantity, .quantity-number.qty #input-quantity-Searsh {
    border: none;
    margin: 0;
    padding: 0;
    color: #3498db;
    background-color: #fff;
    cursor: pointer;
    height: 100%;
    font-size: 30px;
    box-shadow: none;
    width: 100%;
}

.col-sm-12.Order .col-sm-6 {
    padding: 4px;
}

.col-sm-12.Order {
    padding: 0px;
}

.Order #button-cart {
    border-radius: 5px;
    z-index: 11;
    box-shadow: 0 12px 12px 0 hsla(0, 1%, 7%, 0.11);
    height: 40px;
}

.ProductDetailsButton {
    display: inline-flex;
    margin-top: 25px;
    text-align: center;
    width: 100%;
    float: none;
}

.ProductDetailsButton .wishlist {
    margin-right: 0px !important;
    font-size: 13px !important;
}

.row.product-info .col-sm-5 {
    width: 40%;
}

.row.product-info .col-sm-7 {
    /*   z-index: 11;*/
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 5px;
    padding: 20px;
}

.Bookmark {
    background-color: #fff;
    margin-bottom: 3%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border: 3px solid transparent;
    padding: 7px;
    position: relative;
}

.ShowProduct {
    border-radius: 8px;
    background-color: var(--second-color);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    color: #fff;
    cursor: pointer;
    padding: 6px 20px;
    max-width: 201px;
    text-align: center;
    margin-top: 10px;
    float: left;
}

.classWishListNotBookmark {
    color: #4d4d4d;
}

.classWishListIsBookmark {
    color: #ff0000;
}

ul.share li {
    padding: 5px 15px;
}

.form-horizontal .control-label {
    text-align: right !important;
}

.Article p a {
    color: #ff0000;
}

.feature-box.borderCircle.Article {
    /*padding-bottom: 10px;*/
}

.feature-box.borderCircle.Article img {
    border-radius: 5px;
    width: 100%;
}

#header #top-links > ul > li > a, #header .links > ul > li > a, #menu .nav > li > a {
    color: #fff !important;
}

#header #search input::placeholder {
    color: #ffffff;
}

#header #cart .heading .cart-icon:before, #header #cart .heading .cart-icon:after {
    border-color: #000 !important;
}

#header #cart .heading .cart-icon {
    background: #000 !important;
}

.club {
    margin-top: 30px;
}

.club .caption.Article {
    background-color: #fafafa;
}

.club .caption.Article h4 {
    color: var(--main-color) ;
    padding-left: 7px;
    padding-right: 7px;
}

.club .caption.Article p {
    color: #828080;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
}

.caption.Article.club {
    background-color: #fff;
}

.AudioProduct {
    margin-top: 3%;
    width: 50%;
    text-align: center;
    margin-right: 25%;
    margin-bottom: 3%;
}

table.TableSize th {
    background-color: #e2e2e2;
    line-height: 2;
    color: #20a9c7;
    text-align: center;
}

table.TableSize tbody {
    border-bottom: 1px solid #e2e2e2;
    line-height: 2;
}

.TableSize tbody tr td:nth-child(1), .TableSize tbody tr th:nth-child(1) {
    width: 80%;
}

.row.TourVisit {
    background: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.row.TourVisit h3 {
    text-align: center;
    color: #20a9c7 !important;
}

.row.TourVisit .Visirot {
    width: 100%;
    text-align: center;
    margin-bottom: 1%;
    margin-top: 1%;
}

.BackWhite {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    margin-top: 20px;
    padding-top: 1%;
    padding-bottom: 1%;
}

.CenterHeader {
    text-align: center;
    color: #20a9c7 !important;
    font-size: xx-large !important;
    margin-top: 0px;
}

.CenterTextBlack {
    text-align: center;
    padding: 0px !important;

}

.CenterTextRed {
    text-align: center;
    color: #ff0000 !important;
    padding-top: 0px !important;
    margin: 0px !important;
}

.ShowButtonRed {
    border-radius: 8px;
    background-color: #ff0000;
    border: 1px solid #b30404;
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    text-align: center;
    margin-top: 10px;
    float: left;
    margin-left: 2%;
}

.scoreButton {
    margin-top: 2%;
    padding: 0.5%;
    /*  background-color: #389015;*/
}

.scoreButton p {
    color: #fff;
    text-align: center;
    margin-top: 1%;
}

.Introduce #IntroduceProduct, .SearchUser #IntroduceSearchUser {
    border-radius: 5px;
    z-index: 11;
    box-shadow: 0 12px 12px 0 hsla(0, 1%, 7%, 0.11);
    height: 46px;
}

.BackgroundException {
    background: url(frontEnd/image/other/background_exception.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.menuTitle {
    font-weight: bold;
    font-size: 17px !important;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: right;
}

.menuSubTitle {
    font-size: 15px !important;
    color: #6d6c6c !important;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: right;
}


.modalDialog, .modalDialogP {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target, .modalDialogP:target {
    opacity: 1;
    pointer-events: auto;
}

    .modalDialog > div {
        width: 315px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: -moz-linear-gradient(#fff, #eee);
        background: -webkit-linear-gradient(#fff, #eee);
        background: -o-linear-gradient(#fff, #eee);
        /*background: -webkit-linear-gradient(#3b399f, #080828);
        background: -moz-linear-gradient(#3b399f, #080828);
        background: -o-linear-gradient(#3b399f, #080828);*/
    }

div#openModal h3, div#openModal h4 {
    color: #e29d15 !important;
}

.close {
    background: #000000;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 28px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 14px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    opacity: 0.5;
    padding-top: 5px;
}

.closeP {
    color: #000000;
    line-height: 25px;
    position: absolute;
    right: -0px;
    text-align: center;
    top: -0px;
    width: 28px;
    font-weight: bold;
    padding-top: 5px;
}

.close:hover {
    background: #6ed1d8;
}

.modalDialog p {
  /*  color: #ffffff !important;*/
}

.modalDialogP p {
    color: #777;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    height: 20px;
}

.modalDialogP > div {
    width: 90%;
    height: 60%;
    position: relative;
    margin: 7% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: -webkit-linear-gradient(#e40000, #500101);
    background: -moz-linear-gradient(#e40000, #500101);
    background: -o-linear-gradient(#e40000, #500101);
    /*background: -moz-linear-gradient(#f8f8f8, #cecece);
    background: -webkit-linear-gradient(#f8f8f8, #cecece);
    background: -o-linear-gradient(#f8f8f8, #cecece);*/
}


.SubmitLottery {
    padding: 5px 0px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    z-index: 11;
    box-shadow: 0 12px 12px 0 hsla(0, 1%, 7%, 0.11);
}


.threeMenu {
    margin-top: 10px;
}


/*=========================paging=======*/
.HiddenNumberPage {
    display: none !important;
}

.PageNumberDiv ul li.DotLi span {
    background-color: #fff0;
    border-color: #fff0;
    color: #000;
}


/*=========================Loading=======*/
#Loading .FullPage.hidden {
    display: none;
}

#Loading .FullPage {
    position: fixed;
    top: 0px;
    background-color: #f6a5ae4d;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20%;
    z-index: 99999999999999;
}

#Loading .FullPage img.imgLoading {
    width: 120px;
}

.CompareProduct {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    z-index: 11;
    box-shadow: 0 12px 12px 0 hsla(0, 1%, 7%, 0.11);
}

.Clubs .caption p {
    color: #00a9c7 !important;
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
}

.Clubs .caption h4 {
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 84%;
    margin-top: 10px;
}

.btn-primary--gray {
    border-radius: 19px;
    border: 5px dashed #d2d2d2;
    background: none;
    width: 100%;
    margin: auto;
    display: block;
    padding: 35px;
    font-size: 15px;
    color: #b3b3b3;
    cursor: pointer;
    height: 150px;
}

.panel-default > .panel-heading {
    color: #20a9c7 !important;
    border-color: #f5f5f5 !important;
    background-color: #eee !important;
    border-radius: 15px 15px 0 0;
}

.lableRadio {
    color: #8a8686;
    margin-right: 2%;
}

.item .img-responsive {
    width: 100%;
}

/*//======================================================//*/
.brand-carousel.section-padding.owl-carousel.col-xs-12.owl-theme .owl-item {
    width: 100px !important;
}

.brand-carousel.section-padding.owl-carousel.col-xs-12.owl-theme .owl-wrapper-outer {
    background: #fff !important;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #222222 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #FF170F !important;
}


.owl-carousel.single-slider .owl-controls .owl-buttons .owl-next .fa, .owl-carousel.single-slider .owl-controls .owl-buttons .owl-prev .fa {
    margin-top: 60%;
}

input.CheckBoxCheckOut {
    float: right;
    margin-left: 10px;
}

.custom-radio.Pay {
    margin-top: 1%;
    height: 25px;
}


[id*='original'] {
    display: none;
}

[id*='original']:checked + .custom-radio__circle:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-radio {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.custom-radio__circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--main-color) !important;
    margin-right: 5px;
}

    .custom-radio__circle:before {
        content: '';
        background-color: var(--main-color);
        width: 50%;
        height: 50%;
        border-radius: 50%;
        box-sizing: content-box;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        transition: all .3s;
    }

label.custom-radio__text {
    margin-right: 3px;
    color: #8a8686;
    margin-left: 10px;
}

.form-field {
    display: flex;
    align-items: center;
    position: relative;
}

.form-field input[type="checkbox"] {
    position: absolute;
    height: 19px;
    width: 19px;
    top: 0;
    opacity: 0;
}

.form-field input[type="checkbox"]:focus ~ span {
    outline: -webkit-focus-ring-color auto 5px;
}

.form-field input[type="checkbox"]:checked ~ span::after {
    display: block;
}

.form-field span {
    height: 17px;
    width: 17px;
    margin: 4px;
    border: 1px solid #0663a8;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    pointer-events: none;
}

.form-field span::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    height: 10px;
    width: 4px;
    border: solid #0663a8;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    display: none;
}

#top label {
    font-weight: normal !important;
}

.containerForm {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.TitleImage {
    padding: 10px 0px;
    position: absolute;
    bottom: 32px;
    width: 85%;
    text-align: center;
    background-color: #ffffffd9;
    left: 50%;
    transform: translate(-50%, -20%);
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

p.ProductCode {
    border: 1px solid #00a9c7;
    text-align: center;
    padding-top: 4px;
}

.CodeProduct.col-md-2.col-sm-2.col-xs-2 {
    padding-left: 4px;
    padding-right: 4px;
}


/* MyCustomCss */
/*.SpecialOffer .product_carousel_tab .owl-wrapper-outer .owl-item,*/
/*.BestSell  .owl-carousel .owl-wrapper-outer .owl-item*/
/*{*/
/*    float: right;*/
/*}*/

/*.BestSell  .owl-carousel .owl-wrapper ,*/
/*.SpecialOffer .product_carousel_tab .owl-wrapper*/
/*{*/
/*    width: auto !important;*/
/*}*/


.InputRangePriceMax p, .InputRangePriceMin p {
    text-align: center;
}

.InputRangePriceMin input.ui-slider-input, .InputRangePriceMax input.ui-slider-input {
    float: none !important;
    margin: auto;
}

.InputRangePriceMin {
    width: 50%;
    float: left;
    border-right: 1px solid #e6e4e4;
    height: 150px;
}

input.ui-slider-input {
    margin: 0 !important;
    width: auto !important;
}

.FooterColumnP p {
    padding-top: 4%;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    color: #d8d6d6;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 84%;
    margin-top: 10px;
}


/*loading start ================================================*/
.lds-ellipsis {
    /* display: inline-block;
     position: relative;
     width: 100%;
     height: 100%;
     z-index: 1000;
     margin-left: 50%;
     float: left;*/

    padding-top: 25%;
    position: fixed;
    z-index: 300000000000;
    width: 100%;
    height: 100%;
    top: 0px;
}

.lds-ellipsis div {
    /*  position: absolute;
      top: 33px;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #ff0000;*/
    background: #ff0000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/* end ============================================================*/

.form-group.SetCity {
    margin-left: -15px;
    margin-right: -15px;
}

.imageCenterLarsa {
    overflow: hidden;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#OrderCake a, #OrderSweet a, button.buttonCake {
    padding: 10px 5px;
    background-image: linear-gradient(to bottom right, #390612, #be0c75);
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: none;
}

button.buttonNext {
    padding: 10px 5px;
    background-image: linear-gradient(to bottom right, #1a430a, #67e236);
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: none;
}

button.buttonWarning {
    padding: 10px 5px;
    background-image: linear-gradient(to bottom right, #bd890f, #f4cd71);
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: none;
}

#OrderCakeSide li{
    list-style-type: none;
    padding: 10px 5px;
    margin-top: 15px;
    background-image: linear-gradient(to bottom right, #390612, #be0c75);
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
#OrderCakeSide li a {
    color: #fff;
}
img.imageCenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

h4 {
    font-size: 16px !important;
    color: #333 !important;
}
p {
    color: #6b7074 !important;
}

.SerachOffer {
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 50;
    overflow: hidden;
    top: 41px;
    left: 0;
    padding: 10px 12px 10px;
    border: 1px solid #ccc;
}

    .SerachOffer p, footer#footer p {
        color: #fff;
    }

.buttonCircle {
    float: left;
    background: var(--main-color);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 6px 3px 0 hsl(0deg 34% 26% / 22%);
    position: relative;
}

    .buttonCircle a {
        font-size: xxx-large;
        color: #fff;
        position: absolute;
        top: 53%;
        left: 51%;
        transform: translate(-50%, -50%);
    }






.parentMenuTaral {
    display: block;
    position: relative;
    float: left;
}

    .parentMenuTaral a {
        color: #FFFFFF;
        parentMenuTaral-decoration: none;
    }

    .parentMenuTaral:hover > ul {
        display: block;
        position: absolute;
        z-index: 1111;
    }

.childParentMenuTaral {
    display: none;
}

    .childParentMenuTaral li {
        background-color: #ffffff;
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
        float: right !important;
        text-align: right !important;
        direction: rtl !important;
    }
.parentMenuTaral li:hover a, ul.childParentMenuTaral.UlMenu.Childs li:hover a {
    color: #fff;
}

.childParentMenuTaral li a, ul.childParentMenuTaral.UlMenu.Childs li a {
    color: #424242;
}

ul.childParentMenuTaral.UlMenu.Childs {
    columns: 3 !important;
    background: #c9c9c9;
}

    ul.childParentMenuTaral.UlMenu.Childs li {
        background: #c9c9c9;
        margin-bottom: 5px;
        margin-top: 5px;
    }


ul.UlMenu {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 10em;
}

ul ul ul {
    right: 100%;
    top: 0;
    margin-right: 1px;
}

.parentMenuTaral li:hover, ul.childParentMenuTaral.UlMenu.Childs li:hover {
    background-color: var(--menuhover-color);
}

.expand {
    float: left;
    margin-right: 5px;
    margin-left: 6px;
}


/*page not found command error*/
#notfound {
    position: relative;
    height: 70vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
}

    .notfound .notfound-404 {
        height: 280px;
        position: relative;
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: url('../image/bg.jpg') no-repeat;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


    .notfound h2 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 0;
    }

    .notfound p {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .notfound a {
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background: var(--main-color);
        display: inline-block;
        padding: 7px 30px;
        border-radius: 40px;
        color: #fff;
        font-weight: 700;
        min-width: 110px;
        -webkit-box-shadow: 0px 4px 15px -5px #282828;
        box-shadow: 0px 4px 15px -5px #282828;
    }


@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 142px;
    }

        .notfound .notfound-404 h1 {
            font-size: 112px;
        }
}

.Support {
    text-align: center;
    bottom: 0;
    right: 0;
    float: right;
    background: #ef4056;
    position: fixed;
    margin-bottom: 30px;
    margin-right: 20px;
    height: 70px;
    width: 70px;
    box-shadow: 0 6px 3px 0 #00000087;
    cursor: pointer;
    z-index: 1111;
    border-radius: 50%;
}

/*.box-chat-content {
    overflow: hidden;
    height: calc(100vh - 22px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.box-chat-content {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
    color: rgba(0,0,0,0.87);
}

#box-chat {
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
    box-shadow: rgb(0 0 0 / 25%) 0 0 15px;
    margin: 15px;
}

#btn-close-chat {
    position: absolute;
    z-index: 20005;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-left: 10px;
}

#box-chat .left .dc-text, #box-chat .box-header, .cssload-loader div, .avatar span, .dc-text:before, .pressmic, .right .amazingaudioplayer-progress-played, .qa_btn {
    background: rgb(33,111,248);
}

#box-chat .box-header {
    background: #f5df68;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    z-index: 5;
}

.box-header {
    color: #444;
    display: block;
    padding: 13px 10px;
    position: relative;
}

#box-chat .chatboxi .box-chat-content, #box-chat .box-body {
    height: calc(100vh);
    background: #f3f3f3 url(../img/bgchat.png);
}

#box-chat .box-body {
    padding: 0 12px 0 7px;
    font-size: 13px;
}

.box-chat-content .box-body {
    position: relative;
    overflow-x: hidden;
    padding: 0;
    height: calc(100vh - 200px);
    background: #f3f3f3;
}

.dragandrophandler {
    border: none;
}

#box-chat .box-footer {
    position: relative;
}

.box-footer {
    width: 100%;
    margin: 0;
    background: #fff;
    align-self: flex-end;
    -webkit-align-self: flex-end;
}
#btn-close-chat div {
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    width: 28px;
    height: 28px;
    text-align: center;
    padding-top: 5px;
    float: left;
}

#box-chat .avatar {
    height: 50px;
    position: relative;
}
.avatar span {
    position: absolute;
    z-index: 6;
    top: 4px;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid transparent;
    overflow: hidden;
}

#box-chat .avatar img, .reply-op {
    border-color: rgb(33,111,248);
}

#box-chat .avatar img {
    width: 40px;
    height: 40px;
}

.box-title, .clclose, .left > .dc-text, .qa_btn {
    color: white;
}

.pull-right {
    float: right;
}

#box-chat .title-name {
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
}
#box-chat .title-text {
    opacity: .8;
    font-size: 12px;
}

.dragandrophandlerbg {
    position: fixed;
    right: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    display: none;
    z-index: 10;
}
#box-chat #chatbox {
    min-height: calc(100vh - 215px);
    padding-top: 15px;
    position: relative;
    overflow-x: hidden;
}
#replybox {
    border-bottom: 1px solid #ddd;
    padding: 7px 10px;
    display: none;
}
    #replybox span:first-child {
        float: left;
        padding: 0;
        cursor: pointer;
    }
    #replybox svg {
        vertical-align: middle;
    }
#emoji {
    -webkit-box-shadow: 0 -5px 20px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0,0,0,0.13);
    box-shadow: 0 -5px 20px 0 rgb(0 0 0 / 13%);
    border-bottom: 1px solid #dcdcdc;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 5;
    bottom: 60px;
    right: 0;
    background: #fff;
}

.collapse {
    display: none;
}
#emoji div {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px 0;
    text-align: center;
}
#emoji span {
    padding: 5px 3px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    font-size: 24px;
    -webkit-transition: all .2s ease !important;
    -moz-transition: all .2s ease !important;
    -ms-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}
.progressdiv {
    display: none;
    position: relative;
}
.progress {
    width: calc(100% - 30px);
    height: 18px;
    float: left;
}
.progressdiv .close {
    color: #e91e63;
    width: 30px;
    float: right;
    height: 18px;
    background: none;
}
#box-send {
    border: 0;
    box-shadow: none;
    position: relative;
    padding: 5px;
    background: #fff;
    width: 100%;
    margin: 0;
    border-radius: 0;
    display: inline-block;
}
#mic {
    float: right;
    width: 35px;
    cursor: pointer;
    padding: 6px 5px 0 0;
    border-radius: 50px;
}
#mictimer {
    display: none;
    width: 100%;
    min-height: 42px;
}
    #mictimer span {
        background: #e00;
        width: 10px;
        height: 10px;
        overflow: hidden;
        float: left;
        border-radius: 10px;
        margin: 13px;
        -webkit-animation: mypulse 1s linear 0 infinite;
    }
#recordtime {
    float: left;
    margin: 7px;
    color: #888;
    font-size: 13px;
}
#box-chat .box-footer .form-group {
    width: calc(100% - 72px);
}

.box-footer .form-group {
    margin: 0;
    padding: 5px;
    width: calc(100% - 110px);
    float: right;
}
#box-chat .form-group textarea {
    height: 30px;
    padding: 5px 0;
    font-size: 14px;
    min-height: auto;
    max-height: 200px;
}

#box-send textarea {
    border: 0;
    background: none !important;
    overflow: hidden;
    height: auto;
    min-height: 30px;
    resize: vertical;
    resize: none;
}
#box-chat .fix-content {
    margin: 4px 4px 3px 3px;
    height: 35px;
}

.fix-content {
    float: left;
    margin: 3px 5px;
}
.box-footer .btn-emoji {
    padding-top: 3px;
}

.box-footer .btn-simple {
    padding: 5px 4px;
    margin: 0;
}

.btn.btn-simple {
    background-color: transparent;
    color: #999;
    box-shadow: none;
}
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.fix-content i, .fix-content .btn-file {
    opacity: .6;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr;
}*/






















.allUsersList {
    width: 300px;
    margin: 20px;
}

    .allUsersList .card-header {
        background: var(--main-color);
        color: #FFF;
        padding: 10px;
    }

    .allUsersList .image img {
        border-radius: 16px;
    }

.usersChatList {
    position: absolute;
    width: 250px;
    bottom: 0;
    margin-bottom: 0;
    right: 360px;
}

.show {
    display: block;
}

.thumb-user-list {
    display: none;
}

    .thumb-user-list .image img {
        border-radius: 30px;
    }

.usersChatList .card-header {
    background: var(--main-color);
    font-size: 13px;
}

.chatBox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    margin: 40px;
    margin-bottom: 0;
    font-size: 13px;
}

.chat-content {
    /*overflow: auto;*/
    height: 300px;
}

.chatBox .card {
    border-radius: 4px;
}

.chatBox .card-header {
    background: var(--main-color);
}

.header-title {
    height: 50px;
}

.card-header-title i {
    font-size: 10px;
    color: #32e4cd;
    margin-right: 6px;

}

.card-header .card-header-title {
    color:#fff !important;
    float: right;
}

.chat-content small {
    margin: 0;
}

.chat-content p {
    background: #ecf1f8;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 0;
}

.my-content .media-content {
    width: 80%;
}

.my-content .message {
    float: right;
    background: var(--main-color);
    color: #FFF;
    text-align: right;
    padding: 10px;
    margin-bottom: 4px;
    font-size: 13px;
}

.my-content .chat-content small {
    float: right;
}

.my-content small {
    display: block;
    float: right;
    width: 100%;
    text-align: right;
}

.chat-textarea {
    font-size: 14px;
    padding: 8px;
    height: 40px;
    width: 100%;
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}

.chat-message-group {
}

    .chat-message-group .chat-thumb {
        float: left;
        width: 20%;
    }

    .chat-message-group .chat-messages {
        float: left;
        width: 80%;
        margin-bottom: 5px;
    }

    .chat-message-group .message {
        float: left;
        padding: 10px;
        background: #d7d7d7;
        font-size: 13px;
        border-radius: 5px;
        margin-bottom: 3px;
    }

.chat-messages .from {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 11px;
}

.chat-thumb img {
    border-radius: 40px;
}

.writer-user .chat-messages {
    float: right;
    width: 100%;
}

    .writer-user .chat-messages .message {
        float: right;
        background: var(--main-color);
        color: #FFF;
    }

    .writer-user .chat-messages .from {
        float: left;
        display: block;
        width: 100%;
        text-align: right;
    }

.chat-message-group .typing {
    float: left;
}

.chatBox .card-header-icon i {
    color: #fff;
    font-size: 20px;
    float: left;
}
/* CSSS */
.outside-box {
    height: 100px;
    background: #F8C;
    width: 200px;
    margin: 20px;
    overflow: auto;
}

    .outside-box .content-insider {
        height: 300px;
        background: #C9C;
    }
/* CSS Spinner */
.spinner {
    margin: 0 30px;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 4px;
        height: 4px;
        background-color: #888;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/* EmojiBox */
.emojiBox {
    width: 150px;
    margin: 30px;
}

    .emojiBox .box {
        height: 100px;
        padding: 4px;
    }
/* */
.card-header-title img {
    border-radius: 40px;
}

.card-content.chat-content {
    background: #f3f3f3 url(../image/bgchat.png);
}

/*

.tab-container {
    position: relative;
    width: 100%;
    z-index:0;
}

.tab-container > div {
    display: inline;
}
.tab-container > div > a {
    position: relative !important; !* Keeps the tabs in line with each other *!
    color: #D7D7D7;
    display: inline-block;
    padding: 4px 14px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 4px 10px -5px #000000;
}
.tab-container > div:target > a {
    background: none repeat scroll 0 0 #948a81;
    text-shadow: 0 1px 0 #4C4648;
}
.tab-container > div > div { !* This is the container which holds the tab content *!
    background: #fff; !* old browsers *!
    z-index: -2;
    top: 50px;
    outline-offset: -8px; !*Delete if you don't want an offset*!
    position:absolute; !* Fixes IE 7 & 8 *!
}
.tab-container > div:target > div {
    position: absolute;
    z-index: 3 !important; !* Brings the content to the front depending on the tab that was clicked *!
}
*/


.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    transition: margin-top 0.3s ease, height 0.3s ease;
    transform: translateZ(0);
    box-sizing: border-box;
    z-index: 999;
    border-radius: 3px;
    max-width: 600px;
    display: block;
    height: 400px;
    overflow: scroll;
}

.subTitle {
    border-bottom: 2px dashed #00a9c7;
    margin: 2% 15% !important;
    text-align: center;
}

div#example_length {
    display: none;
}

tr.filters input {
    width: 100%;
    font-weight: normal;
    border: 1px solid #a2a2a2;
}

table#example thead {
    background: #c7c7c7;
}

table#example thead, table#myNewTableBody thead {
    background: #e8e8e8;
    font-size: small;
    color: #888;
}

tr.filters input:focus, tr input:focus, tr select:focus {
    outline: none;
}

tr input, tr select {
    border: 1px solid #a2a2a2;
}

th#checkAll input {
    display: none;
}

table#myNewTableBody thead th {
    padding: 10px 5px 10px 0px;
    font-weight: normal;
}

tbody#QuickOrderTable tr:nth-child(even) {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 2%);
}
tbody#QuickOrderTable td {
    padding: 5px;
}

tbody#QuickOrderTable tr {
    border-bottom: 1px solid #d0d0d0;
}

td {
    font-size: small;
}

thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

tbody {
    background: #fff;
    height: 180px;
    overflow-y: scroll;
    display: block;
}

table {
    width: 100%;
    border: 1px solid #d0d0d0;
}
th.sorting {
    font-weight: normal !important;
}

table#myNewTableBody td, table#myNewTableBody th {
    text-align: center;
}
tr select {
    font-size: smaller !important;
}





#preloader-container {
    width: 100%;
    height: 100%;
    /*background-color: white;*/
    background: linear-gradient(to bottom, #000 0%, #fe0000 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500000;
    overflow: hidden;
    text-align: center;
}

div#preloader-container h2, div#preloader-container h3 {
    margin: 0px;
}

div#preloader-container h2 {
    color: #fff;
}

div#preloader-container h3 {
    color: #c5005d;
}

.SerachOffer p:hover {
    cursor: pointer;
}

input[type="search"]:focus {
    outline: none;
}

div#example_filter label, div#example_filter {
    width: 100% !important;
    font-weight: bold;
    font-size: large;
    text-align: center;
    margin-top: 20px;
    color: var(--main-color) !important;
}

    div#example_filter input[type="search"] {
        width: 40%;
    }

div#example_filter {
    margin-bottom: 20px;
}

input[type="search"] {
    width: 30%;
    margin-right: 10px;
}

th#ProNameFilter input[type="text"]:read-only {
    background-color: #e8e8e8;
}

a.delete {
    width: 20%;
    border-radius: 5px;
    color: #fff;
    float: left;
    border: 1px dashed #fff;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #ec1a2d;
    text-align: center;
}
#menu > li > a:hover, #menu > li > a:focus {
    background-color: var(--main-color);
}

.TermSale{
    overflow: hidden;
    position: relative;
    /*margin: 10px;*/
}

    .TermSale span {
        display: block;
        width: 190px;
        height: 24px;
        background-color: var(--second-color);
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        position: absolute;
        text-align: center;
        line-height: 24px;
        left: -41px;
        top: 35px;
        font-family: arial;
        font-size: 13px;
        color: #fff;
        z-index: 11;
        box-shadow: 0 5px 4px 0 hsl(0deg 0% 71%);
    }



.socialsharing {
    text-align: center;
}
    .socialsharing a {
        display: inline-block;
        padding: .7em;
        line-height: 0;
        margin-bottom: 1em;
    }



.socialsharing svg {
    width: 24px;
    height: 24px;
}

table.table.table-striped.table-bordered tbody {
    height: auto;
    overflow: auto;
}


/*.container {
    width: 400px;
    height: 50px;
    position: relative;
    border: 1px solid black;
}*/

/*.progress {
    background: blue;
    float: left;
    color: white;
    width: 100%;
    height: 50px;
    line-height: 50px;
    animation-name: slideInFromLeft;
    animation-duration: 30s;
    animation-timing-function: cubic-bezier(0, .9, .9, .999);
    text-align: center;
}

.percent::before {
    content: counter(count);
    animation-name: counter;
    animation-duration: 30s;
    animation-timing-function: cubic-bezier(0, .9, .9, .999);
    counter-reset: count 0;
}

@keyframes slideInFromLeft {
    0% {
        width: 0%;
    }

    99% {
        width: 99%;
    }
}

@keyframes counter {
    0% {
        counter-increment: count 0;
    }

    10% {
        counter-increment: count 50;
    }

    20% {
        counter-increment: count 60;
    }

    30% {
        counter-increment: count 70;
    }

    40% {
        counter-increment: count 80;
    }

    50% {
        counter-increment: count 90;
    }

    60% {
        counter-increment: count 95;
    }

    70% {
        counter-increment: count 98;
    }

    80% {
        counter-increment: count 99;
    }

    90% {
        counter-increment: count 90;
    }

    100% {
        counter-increment: count 100;
    }
}*/



/*.progress {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #F2F2F2;
}

.bar {
    background-color: #819FF7;
    width: 0%;
    height: 5px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}*/

/*استایل های زیبا پلاست*/

#header .htop, #menu, #header #search input {
    background: #ef4056 !important;
    border: none;
    color: white;
}
    #menu .nav > li:hover > a, #menu > li > a:hover {
        /*background: #f3f3f342 !important;*/
        background: #ef405691 !important;
    }
        #header .header-row {
    padding: 20px 0 10px !important;
}
#header #top-links > ul > li {
    float: left;
    border-left: 1px dotted #000 !important;
}
/*div#search {
    width: 400px;
    float: left;
}*/

div#top-links li {
    border: 1px dotted #000;
}
.center-justified {
    text-align: justify;
    text-align-last: center;
}


.OptionZiba {
    width: 150px;
    height: 150px;
    margin: 20px 20%;
}
.divOptionZiba {
    min-height: 270px;
    max-height: 270px;
    padding: 20px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 42%);
    border-radius: 5px;
    border-bottom: 2px solid #ef4056;
    display: grid;
    place-items: center;
}
.OptionZiba img {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    width:100%;
}
.OptionZiba h4 {
   height:20px;
   margin:10px;
}



.descriptionZiba {
    width: 100%;
    box-shadow: 0px 0px 5px 0px #ef4056;
    height: 30px;
    align-items: center;
    display: inline-grid;   
}
.ProductCategory {
    width: 100%;
    border-radius: 5px;
}


button.faq-question {
    width: 100%;
    border: none;
    text-align: right;
    direction: rtl;
    border-radius: 5px 5px 5px 5px;
    margin: 3px 0;
    color: white;
    padding:10px;
}

.faq:focus-visible, .faq:focus, button.faq-question:focus-visible, button.faq-question:focus {
    outline: none !important;
}

.faq-answer {
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
    margin-top: -6px;
    z-index: 1111111111;
    position: relative;
    border-bottom: 2px solid #00000033;
    border-right: 2px solid #00000033;
    border-left: 2px solid #00000033;
}

.faq {
    width: 100%;
}


.TitleFooter {
    color: #ef4056 !important;
    font-size: 17px;
}
.LinkFooter {
    width: 100%;
    display: block;
    color: white;
    line-height: 2;
}

a.LinkFooter:hover {
    color: #ef4056;
}


/*.Article.borderCircle {
    min-height: 500px;
    max-height: 500px;
}*/

.ProductListZiba {
    position: absolute;
    padding: 0 10px;
    color: #f9f9f9;
    text-shadow: 0px 3px 3px #ef4056;
}

@media(min-width:1821.33px) {
    .wrapper-wide {
        max-width: 1821.33px;
       
    }
    .Divwrapper-wide {
        width: 100%;
        place-items: center;
        display: inline-grid;
    }
}
.DivCenterVertically {
   
    justify-content: center;
    align-items: center;
}
@media(min-width:990px) {
    .DivCenterVertically {
        display: flex;
       
    }
}
#menu .mega-menu-content {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #ef4056;
    box-shadow: 0 8px 16px #00000042;
    padding: 10px;
    line-height: 2rem;
    z-index: 111;
    border-radius: 10px;
    margin:0 15px 15px 10px;
}
@media (max-width: 991px) {
    .left-top {
        background: #ef4056 !important;
    }
}
#menu .dropdown:hover .mega-menu-content {
    visibility: visible;
    opacity: 1;
}
.mega-menu-column i {
    margin-left: 10px;
}

.DivEmployList {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 42%);
    border-radius: 5px;
    display: grid;
    place-items: center;
    width: 80%;
    margin: 0 10%;
}
.DivEmployList img {
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    width: 100%;
}
.DivRoleEmployList {
    background: #eeeeee;
    width: 100%;
    padding: 10px 10px 0;
    color: white !important;
    height: 85px;
}
.DivRoleEmployList p {
    color:#000 !important;
}
.DivRoleEmployList1 {
    background: #ef4056;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    width: 100%;
    height: 103px;
}
.DivRoleEmployList1 p {
    color: #eee !important;
}
.DivEmployList h4 {
    background: #ef4056;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: white !important;
    margin-top: -10px;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #ef4056;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

.timeline-item {
  
    position: relative;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 42%);
    width: 50%;
}

.left {
    left: 1%;
    padding: 15px 5px 10px 40px;
}

.right {
    left: -51%;
    padding: 15px 40px 10px 5px;
}

    .right::after {
        font-family: 'Font Awesome 5 Free'; /* یا هر فونت دیگری که آیکون شماره 1 را دارد */
        font-weight: 900; /* اگر فونت آیکون استفاده می‌کنید */
        position: absolute;
        top: 0px;
        right: -15px;
        transform: translateX(-50%);
        font-size: 24px; /* تنظیم اندازه آیکون */
        color: #eee; /* رنگ آیکون */
        background: #ef4056;
        padding: 5px 10px;
        border-radius: 50px;
    }

.left::after {
    font-family: 'Font Awesome 5 Free'; /* یا هر فونت دیگری که آیکون شماره 1 را دارد */
    font-weight: 900; /* اگر فونت آیکون استفاده می‌کنید */
    position: absolute;
    top: 0px;
    left: 20px;
    transform: translateX(-50%);
    font-size: 24px; /* تنظیم اندازه آیکون */
    color: #eee; /* رنگ آیکون */
    background: #ef4056;
    padding:5px 10px;
    border-radius:50px;
}
.number-1::after {
    content: '\31';
}

.number-2::after {
    content: '\32';
}

.number-3::after {
    content: '\33';
}

.number-4::after {
    content: '\34';
}

.number-5::after {
    content: '\35';
}

.number-6::after {
    content: '\36';
}

.number-7::after {
    content: '\37';
}
.number-8::after {
    content: '\38';
}
/*.content {
    padding: 5px;   
    position: relative;   
}*/



.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.gallery-item {
    overflow: hidden;
}

    .gallery-item img {
        width: 100%;
        height: auto;
        display: block;
    }

/* تنظیم اندازه‌ها و موقعیت‌ها برای هر تصویر */
.item1 {
    grid-column: span 6;
    grid-row: span 3;
}

.item2 {
    grid-column: span 3;
    grid-row: span 2;
}

.item3 {
    grid-column: span 3;
    grid-row: span 2;
}
.item4 {
    grid-column: span 6;
    grid-row: span 3;
}
/* و همینطور برای دیگر تصاویر */

/* برای صفحه‌نمایش‌های کوچک‌تر */
@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(6, 1fr);
    }

    .item1, .item2, .item3 {
        grid-column: span 6;
    }
}

.Articleheight {
    min-height:463px;
    /*max-height:463px;*/
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 42%);
    margin:20px 0;
}
.Articleheight2 {
    min-height: 510px;
    /*max-height: 510px;*/
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 42%);
    margin: 20px 0;
}

@media (min-width:1707px) {
    .Articleheight {
        min-height: 523px;
        /*max-height: 523px;*/
    }
    .Articleheight2 {
        min-height: 660px;
        /*max-height: 660px;*/
    }
}
@media (max-width:991px) {
    .Articleheight {
        min-height: 520px;
        /*max-height: 520px;*/
    }
}
@media (max-width:660px) and (min-width:575px) {

    .Articleheight {
        min-height: 600px;
        /*max-height: 600px;*/
    }
    .Articleheight2 {
        min-height: 600px;
        /*max-height: 600px;*/
    }
}
    .shadowbox {
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 42%);
    }

    .right-justified {
        text-align: justify;
        text-align-last: right;
    }

    .ArticlesTitle {
        font-size: 18px;
        margin-top: 0;
    }

    .ArticlesSummery1 {
        display: none;
    }

    .ArticlesDiv {
        margin: 10px 0;
    }

    @media (max-width:760px) {
        .ArticlesSummery {
            display: none;
        }

        .ArticlesSummery1 {
            display: block;
        }
    }

    @media (max-width:560px) {
        .ArticlesSummery, .ArticlesSummery1 {
            display: none;
        }

        .ArticlesTitle {
            font-size: 16px;
            margin-top: 10px;
        }
    }

    .row.shadowbox.DivCenterVertically {
        padding: 10px;
    }

        .row.shadowbox.DivCenterVertically img {
            width: 80%;
        }

    .ArticleTitleHight {
        height: 80px;
    }

    #header #top-links > ul > li > a:hover, #header .links > ul > li > a:hover, #menu .nav > li div > ul > li:hover > a {
        text-decoration: none;
        color: #ecddff !important;
        background: #f3f3f342 !important;
    }

p.current-price {
    color: #fff !important;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 2px solid #ef4056 !important;
    border-bottom: none !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #ef4056;
    color: #fff;
}

li.LoginPersonel:hover .ChaildLoginPersonel {
    display: block;
}

.ChaildLoginPersonel {
    display: none;
}

.LineHr {
    border-bottom: 1px solid #eee;
    /*margin-top: 5px;
    margin-bottom: 10px;*/
    padding-top: 10px;
}

@media (max-width: 991px) {
    #menu .navbar-header > span > b:after {
        border-color: #fff transparent transparent transparent !important;
    }

    #menu .navbar-header > span > b:before {
        border-color: transparent transparent #fff transparent !important;
    }
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.row.zoomWrapper {
    width: 100% !important;
}


#header #top-links > ul > li > a {
    font-size: 12px;
}

@media (max-width: 991px) {
    #header #cart {
    margin-top: 12px !important;
}

    .vertical-text {
        transform: rotate(-90deg);
        padding: 10px;
        color: #fff !important;
        text-align: center;
        width: auto;
        height: 100px;
    }

    .EnamadDiv {
        border: 1px solid #0663a8;
        border-radius: 10px;
        width: 105px;
        height: 120px;
        float: left;
    }
    
    
    
    
    
    /*پایان استایل های زیبا پلاست*/