body {
    background: #fff;
    font-size: 14px;
    color: #000;
}
body#homeBody {
    background: #f5f5f5;
}
p {
    margin: 0 0 4px;
}
.box-title {
    padding: 10px 0;
}
.box-content {
    padding: 0px;
    line-height: 1.6em;
}
.latin-text {
    font-family: Arial, sans-serif, Helvetica;
}
a {
    transition: 0.3s;
    color: #000;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #afb42b;
}
.col-right {
    padding-right: 0;
}
.col-right .icheckbox_flat-grey {
    margin-left: 5px;
}
.no-padding {
    padding: 0;
}
.container-fluid {
    max-width: 1350px;
}
/* Header */
.top_header_static {
    border-bottom:1px solid #bec3c7;
    font-size: 15px;
}
.top_header_static p {
    margin-bottom: 0;
}
#headerMessages .alert {
    margin-bottom: 0;
    border-radius: 0;
}
#header {
    background: #1f1f1f;
    border-bottom: 1px solid #595959;
    color: #fff;
}
#header .form-group {
    margin-bottom: 0;
}
#logo {
    padding: 10px 15px;
}
#login, #cartBoxToggle, #logout {
    border-right: 1px solid #595959;
    padding: 18px 5px 18px 0;
    color: #fff;
    height: 60px;
}
#login.icon-user-1::before, #cartBoxToggle i::before, #logout.icon-user-1::before {
    font-size: 22px;
    vertical-align: middle;
}
#cartBoxToggle i::before {
    font-size: 24px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#logout {
    padding-right: 10px;
}
#cartBoxToggle {
    padding-left: 25px;
    position: relative;
    padding-right: 15px;
}
#login a, #logout a {
    display: inline-block;
    color: #fff;
}
#header .badge {
    background: #afb42b;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding-top: 7px;
    position: absolute;
    right: 37px;
    top: 12px
}
.search {
    padding-top: 20px;
}
.search i::before {
    font-size: 20px;
    font-weight: normal; 
    vertical-align: middle;   
}
#searchClose {
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 5000;
}
#searchBoxContainer {
    display: none;
    width: 100%;
    position: absolute;
    right:0;
    top: 0;
    z-index: 1200;
    background: #000000;
    padding: 12px 0px;
}
#productSearchTop {
    background: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 120;
    padding: 0;
}
#productSearchTop .form-control {
    height: 35px;
    color: #939090;
    padding-right: 50px;
    font-weight: bold;
}
#productSearchTop .form-control, #productSearchTop .btn {
    background: none;
    border: none;
    box-shadow: none;
}
#productSearchTop .form-control, #productSearchTop .btn i:before {
    vertical-align: middle;
}
#productSearchTop i.icon-magnifier-tool:before {
    padding-top: 7px;
}
#productSearchTop .btn-default .icon-search-1:before {
    display: inline-block;
    text-shadow: none;
    font-size: 20px;
    color: #939090;
}
#productSearchTop .tt-menu {
    border: none;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.75);
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 45px !important;
    background: #000;
}
#productSearchTop .tt-suggestion .suggestion-image {
    border: none;
}
#productSearchTop .tt-menu .group-title {
    border-radius: 0;
    display: block;
    padding: 10px 15px;
    margin: 0;
    margin-top: 15px;
    border-top: 1px solid #595959;
    border-bottom: none;
    color: #afb42b;
}
#productSearchTop .tt-menu .group-title:first-child {
    border: none;
    margin-top: 0;
}
.tt-suggestion .suggestion-text {
    width: 77%;
}
#productSearchTop .tt-menu .tt-suggestion {
    border-bottom: none;
    color: #b4bbbc;
}
#productSearchTop .tt-menu .tt-suggestion:hover {
    color: #afb42b;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor, .tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover, .tt-menu .tt-suggestion:hover {
    background: none;
}
#productSearchTop .tt-menu .suggestion-not-found {
    padding: 10px 10px;
}
#productSearchTop .tt-menu .suggestion-not-found:hover {
    background-color: #F8F8F8;
    cursor: pointer;
}
#productSearchTop .tt-menu .suggestion-not-found span {
    color: #afafaf;
}
/* Navigation */
.navbar-collapse {
    padding-right: 5px;
    padding-left: 5px;
}
.navbar-inverse {
    border-radius: 0;
}
#navigation .dropdown-menu {
    padding: 10px;
}
#header .navbar-toggle {
    margin: 10px 0 0;
    padding: 9px 0;
}
#header .navbar-toggle .icon-bar {
    height: 2px;
    width: 30px;
    margin-bottom: 4px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 4px;
}
#header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}
#header .navbar-toggle .icon-bar:last-child {
    width: 20px;
}
.navbar-collapse {
    padding-right: 5px;
    padding-left: 5px;
    background: none;
}
.navbar-inverse {
    border-radius: 0;
    background: none;
    border: none;
}
.navbar-collapse-header {
    padding-right: 10px;
    font-size: 16px;
    color: #fff;
}
.navbar-collapse-header .back-prev {
    display: none;
    cursor: pointer;
    color: #FFFFFF;
}
.navbar-collapse-header i.icon-cancel {
    height: 40px;
    width: 40px;
    padding-top: 5px;
    float: right;
    font-size: 35px;
    line-height: 20px;
    cursor: pointer;
    color: #000;
}
.locale-fa .navbar-collapse-header i.icon-cancel {
    float: left;
}
.navbar {
    margin-bottom: 0;
    position: static;
}
#navigation {
    position: static;
}
.menu-container .root-category {
    position: absolute;
    top:60px;
    right:0px;
    z-index: 5000;
    min-height: 369px;
    background: #000000;
    width: 23%;
    border-top: 1px solid #595959;
}
.menu-container {
    position: relative;
}
.menu-container .navbar-collapse.collapse {
    padding: 0;
}
#navigation a#allProductsMenu {
    padding: 20px 15px 15px 0;
    font-size: 14px;
    height: 60px;
    display: block;
    cursor: pointer;
    color: #fff;
    border-left: 1px solid #595959;
}
#allProductsMenu .icon-menu::before {
    vertical-align: top;
    font-size: 30px;
    margin-top: -5px;
}
#navigation #topMenu > a {
    color: #fff;
    text-shadow: none;
    border-bottom: none;
    transition: none;
}
#navigation #topMenu:hover > a {
    background: #000;
    color: #fff;
}
#navigation a {
    font-size: 14px;
    color: #fff;
    text-shadow: none;
}
#navigation #megaMenu li > a {
    color: #fff;
    font-size: 13px;
    padding: 3px 0;
}
#navigation .cat-image-container {
    display: table;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    margin-left: 15px;
}

.root-category span.cat-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.root-category .cat-name {
    padding-top: 15px;
}
#navigation #megaMenu li ul li > a {
    color: #939393;
    font-size: 12px;
}
.locale-fa #navigation .navbar-nav > li {
    float: none !important;
}
#navigation .navbar-nav > li > a {
    height: 70px;
    padding: 10px 30px 5px 15px;
    text-align: right;
}
#navigation .navbar-nav > li > a:hover {
    color: #fff;
    background: #1f1f1f;
}
#navigation .navbar-nav li.in > a {
    color: #fff;
    background: #1f1f1f;
}
#navigation .navbar-nav li.has-sub-category ul {
    display: none;
}
.grid-menu {
    min-height: 330px;
}
#navigation .root-category {
    display: none;
}
#navigation #topMenu.in .root-category {
    display: block;
}
.mega-menu-container {
    padding: 15px 20px;
    display: none;
    position: absolute;
    top: 60px !important;
    right: 23%;
    z-index: 4000;
    width: 97%;
    background-color: #000000;
    border-top: 1px solid #595959;
    border-right: 1px solid #595959;
    min-height: 255px;
}
.mega-menu-container > ul {
    display: none;
    min-height: 338px;
}
.mega-menu-container > ul.in {
    display: block;
}
.mega-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mega-menu-container > ul > li {
    display: block;
    width: 210px;
    padding: 0 0 0 10px;
}
.mega-menu-container ul li a {
    display: block;
    padding: 5px 15px 5px 0;
    color: #5d5d5d;
    font-size: 14px;
}
.mega-menu-container > ul > li i:before {
    display: none;
}
#navigation .mega-menu-container > ul > li.has-sub-category.grid-item > a, #navigation .mega-menu-container > ul > li.grid-item > a {
    font-size: 16px;
    color: #5d5d5d;
    padding: 0px 0 0px 0;
    margin-bottom: 0;
    pointer-events: none;
    cursor: default;
}
#navigation .mega-menu-container > ul > li.grid-item > a {
    cursor: pointer;
    pointer-events: auto;
    font-size: 15px;
    color: #333;
}
#navigation .mega-menu-container ul li li a:hover, #navigation .mega-menu-container > ul > li.grid-item > a.manufacturers-name:hover,
#navigation .mega-menu-container > ul > li.grid-item > a:hover {
    color: #afb42b !important;
}
@media (max-width: 1199px) {
    .mega-menu-container > ul > li {
        width: 168px;
    }
    .menu-container .root-category, .mega-menu-container {
        min-height: 488px;
    }
    .menu-container .root-category {
        width: 40%;
    }
    .mega-menu-container {
        right: 40%;
        width: 93.3%;
    }
}
@media (max-width: 991px) {
    .mega-menu-container > ul > li {
        width: 150px;
    }
    .mega-menu-container {
        width: 100%;
    }
    .mega-menu-container ul {
        background: none !important;
    }
    .mega-menu-container > ul {
        min-height: auto;
    }
    .menu-container .root-category {
        width: 50%;
    }
    .mega-menu-container {
        right: 50%;
        width: 100%;
    }
    .menu-container .root-category, .mega-menu-container {
        min-height: 609px;
    }
}
@media (max-width: 767px) {

    #navigation, .navbar {
        min-height: 0;
    }
    #navigation {
        border-bottom: none;
    }
    #allMenu {
        background: #000;
    }
    #navigation .root-category {
        position: static;
        display: block;
        right: 0;
        background: #000;
        color: #333;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 3px solid #595959;
    }
    .root-category .cat-name {
        padding-top: 0;
    }
    #header .navbar-toggle {
        padding-top: 0;
        float: right;
        margin-top: 14px;
    }
    body.menu-opened {
        width: 100%;
        overflow: hidden;
        position: fixed;
    }
    body.menu-opened:after {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5000;
        display: block;
        width: 100%;
        height: 100%;
        content: ' ';
        background-color: rgba(35, 37, 37, 0.7);
    }
    body.menu-opened #header .navbar-toggle {
        visibility: hidden;
    }
    .navbar-collapse.collapsing {
        display: block;
    }
    .navbar-collapse.collapse {
        height: 100% !important;
        overflow: auto !important;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: auto;
        left: -100%;
        width: 100%;
        height: 100%;
        padding: 0;
        border: none;
        z-index: 6000;
        overflow-x: hidden;
    }
    .locale-fa .navbar-collapse {
        left: auto;
        right: -100%;
    }
    .navbar-collapse.collapsing {
        display: block;
    }
    .navbar-collapse .navbar-nav {
        width: 100%;
        margin: 0;
        padding: 0px;
        font-size: 16.5px;
    }
    .navbar-collapse .navbar-collapse-header {
        display: block;
        width: 100%;
        margin: 0;
        padding: 5px 0;
        background: #000;
        height: 47px;
    }
    .navbar-collapse .icon-cancel-1 {
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        margin-top: 7px;
    }
    .navbar-collapse-header img {
        margin: 0 auto;
    }
    #header .navbar-collapse .navbar-collapse-header .navbar-title {
        margin: 20px 0 0;
    }
    #navigation .navbar-nav li {
        display: block;
        float: none !important;
    }
    #navigation .navbar-nav > li {
        padding: 0 15px;
        text-align: right;
    }
    #navigation .navbar-nav > li.login-menu {
        border-top: 3px solid #595959;
        padding-top: 15px;
        margin-top: 10px;
    }
    #navigation .navbar-nav > li.login-menu .icon-user-1::before {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 0;
        color: #fff;
    }
    #navigation .navbar-nav > li.login-menu a {
        color: #fff;
    } 
    body #navigation .navbar-nav > li > a {
        display: block;
        padding: 10px 0px 10px 0px;
        line-height: 20px;
        font-size: 15px;
        height: 45px;
        color: #fff;
        text-align: right;
        border-top: 1px solid #595955;
    }
    #navigation .navbar-nav > li:first-child a {
        border-top: none;
    }
    #navigation .navbar-nav li a:hover {
        background: none;
        color: #afb42b;
    }
    #navigation .navbar-nav li a:focus {
        outline: none;
        text-decoration: none;
        background: none;
        height: 45px;
    }
    #navigation .navbar-nav li.in > a {
        background: none;
    }
    #navigation .navbar-nav li.has-sub-category.in > a {
        height: 45px;
        display: block;
        color: #afb42b;
    }
    #navigation .navbar-nav li {
        position: relative;
    }
    #navigation .navbar-nav li.has-sub-category.in > a > i:before,
    #navigation .navbar-nav > li.has-sub-category > ul li a:hover {
        color: #afb42b;
    }
    #navigation .navbar-nav > li > ul > li > ul li a i {
        border: none;
    }
    #navigation .navbar-nav > li > ul > li a {
        padding: 5px 10px 5px 0px;
        height: 35px;
        font-size: 14px;
    }
    #navigation .navbar-nav li.has-sub-category ul {
        width: 100%;
        background-size: 0 0;
        font-size: 0.93em;
    }
    #navigation .navbar-nav li.has-sub-category.in > ul {
        display: block;
        padding: 0;
    }
    #navigation .navbar-nav > li.has-sub-category.in > ul {
        padding-right: 0px;
    }

    #navigation .navbar-nav > li.has-sub-category > ul li {
        text-align: right;
        color: #fff;
    }
    #navigation .navbar-nav > li.has-sub-category > ul li a {
        color: #fff;
        display: block;
    }
}
/* Left/Right columns */
.small-box {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    -webkit-box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    -moz-box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    margin-bottom: 25px;
    padding: 5px 15px;
}
.small-box .box-title, .small-box .box-title a {
    background: none;
    text-decoration: none;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    color: #000;
}
.small-box .box-title a {
    border: none;
}
.small-box .box-content {
    padding: 10px 5px;
}
/* Blocks */
.categories-box li.active > a, .topics-box li.active > a {
    color: #afb42b;
}
/* Middle column */
.large-box {
    margin-bottom: 35px;
}
.large-box h1 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.large-box.row {
    margin-right: 0;
    margin-left: 0;
}
.large-box .box-title {
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.large-box .box-title .title {
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
    padding-left: 25px;
}
.large-box .box-title .border {
    border-bottom: 10px solid #b7b7b7;
    width: 100%;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.large-box .box-content {
    padding: 10px 10px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    -webkit-box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    -moz-box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    margin-top: 15px;
}
.information-box {
    border: 1px solid #eaeaea;
    padding: 10px;
    line-height: 2em;
}
/* Middle content */
.breadcrumb {
    background: #1f1f1f;
    border-radius: 0;
    color: #878787;
    border-bottom: 1px solid #595959;
    margin-bottom: 0;
}
.breadcrumb a {
    color: #878787;
}
h1.pageHeading {
    font-size: 22px;
}
.products-list h1 {
    border-bottom: 1px solid #dfdfdf;
}
#homepageTopBanner, #sizeCategories, #genderCategories {
    background: #1f1f1f;
    padding-top: 25px;
    padding-bottom: 25px;
}
#homepageTopBanner {
    height: 280px;
    overflow: hidden;
}
#sizeCategories, #genderCategories {
    padding-top: 0px;
    padding-bottom: 0;
}
.home-categories-box {
    height: 155px;
    overflow: hidden;
}
#genderCategories .home-categories-box {
    height: 210px;
    overflow: hidden;
}
.home-categories-box .cat-image-container {
    display: table;
    margin: 0 auto;
    height: 100px;
}
.home-categories-box span.cat-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.home-categories-box .cat-name { 
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.large-box.home-categories-box .box-title .title {
    background: #1f1f1f;
    color: #fff;
}
.large-box.home-categories-box .box-title .border {
    border-bottom: 3px solid #afb42b;
    margin-top: 5px;
}
.large-box.home-categories-box .box-content {
    background: none;
    box-shadow: none;
    padding: 0;
    margin-top: 20px;
}
.home-categories-box li.item {
    padding: 0 5px;
    list-style: none;
}
.home-categories-box .slick-slide a:hover img {
    -webkit-filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(35deg) brightness(95%) contrast(60%);
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(35deg) brightness(95%) contrast(60%);
}
#homepageTopBanner .box-title {
    color: #fff;
    padding-top: 0;
    padding-bottom: 25px;
    font-size: 15px;
    font-weight: bold;
}
#homepageTopBanner .banner-item {
    background: #333333;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 12px solid transparent;
    transition: 0.3s;
}
#homepageTopBanner .banner-item:hover {
    border-bottom: 12px solid #afb42b;
}
#homepageTopBanner .title {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
}
#homepageMiddleBanner {
    background: #fff;
    padding: 40px 0 120px;
}
#homepageMiddleBanner .banner-item {
    margin-bottom: 10px;
}
#homepageStaticContent .row, #categoryDescription .row {
    display: table;
}
#homepageStaticContent .col, #categoryDescription .col {
    float: none;
    display: table-cell;
    vertical-align: top;
    background: #1f1f1f;
    color: #fff;
}
#homepageStaticContent {
    margin-bottom: 30px;
}
#homepageStaticContent .col:nth-child(2) {
    padding: 25px;
}
#homepageStaticContent .col .box-title { 
    font-size: 18px;
}
#homepageStaticContent .col:first-child {
    background: #afb42b;
    height: 100%;
}
#homepageStaticContent .col:last-child img {
    position: relative;
    top:-95px;
    margin-bottom: -110px;
}
#catStaticImage img {
    margin-bottom: -40px;
}
#homeArticlesContainer, #footerBanner {
    background: #fff;
    padding: 20px 0;
}
.home-news-box {
    border: none;
}
.home-news-box .box-title{
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.home-news-box .read-more {
    border: 1px solid #b4bbbc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    padding: 5px 15px;
    color: #474747;
    font-size: 14px;
}
.home-news-box .read-more:hover {
    background: #afb42b;
    border: none;
    color: #fff;
}
.home-news-box .news-item {
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.news-box-item .news-image, .articles-item .articles-image{
    border: none
}
.news-box-item .news-image img, .articles-item .articles-image img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.home-news-box .news-box-item .news-name {
    text-align: center;
    font-size: 20px;
    padding: 5px 10px;
}
.home-news-box .news-box-item .news-name a {
    color: #474747;
}
.home-news-box .news-box-item .news-name .border {
    border-bottom: 2px solid #afb42b;
    width: 40%;
    margin: 10px auto 0;
}
.home-news-box .news-summary {
    padding: 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #474747;
}
.home-news-box .news-box-item .news-date, .news-viewed {
    color: #848484;
    font-size: 14px;
}
#homeNewProducts .box-title .title, #homeChosenContainer .box-title .title {
    background: #f5f5f5;
}
#homeNewProducts .row {
    background: #f5f5f5;
}
#homeChosenContainer {
    margin-top: 30px;
}
#cloudtagsContainer .box-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 13px;
}
#cloudtagsContainer .cloud-tags-list {
    display: inline-block;
    margin-top: 8px;
    padding: 0px;
}
ul.cloud-tags-list li a {
    display: inline-block;
    border-right:1px solid #848484;
    line-height: 12px;
    color: #848484;
    padding-right: 10px;
    margin-bottom: 7px;
}
ul.cloud-tags-list li a:hover {
    color: #afb42b;
}
ul.cloud-tags-list li:first-child a {
    border: none;
    padding-right: 0;
}
.cloud-tags-container {
    padding: 5px;
    position: relative;
}
#cloudtagsContainer a.read-more-less,
#homepageStaticContent .read-more-less {
    float: left;
    font-size: 16px;
    color: #35404E;
    outline: none;
    background: #cacaca;
    display: inline-block;
    margin-top: 13px;
    width: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 20px;
}
#cloudtagsContainer .read-more i:before, #cloudtagsContainer .read-less i:before {
    vertical-align: middle;
}
#productInfoCloudTags, .new-customer-link {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
}
#productInfoCloudTags a:hover {
    background: none;
}
/* Pagination */
.pagination-bar {
    padding: 15px 0 10px 0;
    border-top:1px solid #dfdfdf;
    margin-top: -1px;
    margin-bottom: 0;
}
.pagination-bar ul.pagination {
    margin: 0;
}
.pagination-counts-select label {
    padding-left: 15px;
}
.pagination-counts {
    line-height: 2.3em;
}
.pagination-counts .pagination-counts-text {
    margin-right: 15px;
}
.pagination-counts label, .product-price label {
    margin-bottom: 0;
}
.pagination > li {
    float: left;
    margin: 0 3px;
}
.pagination > li > a, .pagination > li > span {
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #2f2f2f;
    min-width: 35px;
    height: 35px;
    background: none;
    text-align: center;
    line-height: 25px;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    background: none;
    border: none;
    color: #afb42b;
}
.locale-fa .pagination > li:first-child > a, .locale-fa .pagination > li:first-child > span,
.locale-fa .pagination > li:last-child > a, .locale-fa .pagination > li:last-child > span {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.locale-fa .pagination > li:first-child > a, .locale-fa .pagination > li:last-child > a {
    border: 1px solid #dfdfdf;
    line-height: 23px;
} 
.pagination > li > a, .pagination > li > span {
    padding: 6px 14px;
}
.pagination > li.active > a, .pagination > li.active > span {
    padding: 6px 10px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #afb42b;
}

/* Pages */
#staticPageContainer {
    min-height: 100px;
}
#articlesListContainer, #categoriesNestedView {
    margin-top: 25px;
}
.page-head {
    margin-bottom: 15px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.page-head h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 40px;
}
.page-head i {
    font-size: 25px;
}
.page-head .col {
    height: 40px;
    overflow: hidden;
}
/* Products */
#categoryDescription {
    background: #1f1f1f;
    color: #fff;
    margin-bottom: 80px;
    line-height: 25px;
    padding: 20px 0;
}
#productsListContainer {
    margin-top: 25px;
    margin-bottom: 25px;
}
.products-list {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    -webkit-box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    -moz-box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    padding: 0;
} 
.products-list h1, #listFilterContainer {
    padding: 15px;
    margin: 0;
}
#listFilterContainer {
    border-bottom: 1px solid #dfdfdf;
}
#listFilterContainer label {
    margin-top: 4px;
}
.products-list-body .col {
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 10px;
}
#productPriceFilterBlock {
    overflow: hidden;
}
.products-list-body .col:hover {
    box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    -webkit-box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    -moz-box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
}
.special-discount {
    background: #e74040;
    padding: 2px 15px 0;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top:20px;
    left: 15px;
    font-weight: bold;
}
.products-list .productOldPrice {
    display: inline;
    color: #767676;
    padding: 0;
    font-weight: normal;
}
.products-list .productSpecialPrice {
    color: #e74040;
}
.products-list .product-item .product-price { 
    color: #000;
}
.products-list .product-item .product-price .productPrice { 
    padding-top: 20px;
    display: inline-block;
}
.productOldPrice {
    text-decoration: line-through;
    color: #e74040;
    padding: 0px 8px;
    display: inline-block;
    font-size: 12px;
}
.productOldPrice::after {
    content: "\a ";
    white-space: pre;
}
.productSpecialPrice {
    white-space: nowrap;
    line-height: 12px;
    color: #41981f;
    font-size: 18px;
}
.product-item .product-buttons a.btn {
    margin-bottom: 5px;
    background: none;
    color: #afb42b;
    border: 1px solid #afb42b;
    padding: 1px 8px;
    font-size: 14px;
    text-shadow: none;
    border-radius: 20px;
    margin-top: 15px;
    box-shadow: none;
}
.product-item .product-buttons a.btn:hover {
    background: #afb42b;
    color: #fff;
    border-color: transparent;
}
.product-item .product-name a {
    display: block;
    height: 60px;
    padding: 10px 0;
    line-height: 23px;
    overflow: hidden;
    font-size: 15px;
    color: #000;
}
.product-item .product-name a:hover {
    color: #afb42b;
} 
.product-item .product-model {
    display: block;
    height: 30px;
    line-height: 10px;
    overflow: hidden;
    padding: 3px 0;
}
.product-item .product-review-rating {
    padding: 0 0 10px;
    min-height: 46px;
}
.product-item .product-price {
    display: block;
    padding: 0;
    line-height: 22px;
    overflow: hidden;
    text-align: left;
    color: #41981f;
    font-size: 18px;
}
.product-item .product-image {
    display: table;
    margin: 0 auto;
    height: 290px;
}
.product-item .product-image div, #categoriesList .category-image div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    background-color: transparent;
}
.product-item .product-image img, #productInfoDefaultImage .product-image img, #categoriesList .category-image img {
    margin: 0 auto;
}
#productsList .pagination {
    margin: 0;
}
#productsList .product-item {
    min-height: 290px;
    overflow: hidden;
}
#productsList .product-item .ajax-loading-sm i {
    display: inline-block;
    margin-top: 20px;
}
.price-filter-box {
    padding-top: 10px;
}
.price-filter-box #priceSlider {
    background: #bdc3c7;
}
.price-filter-box .noUi-target {
    height: 2px;
    padding: 0 16px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
}
.price-filter-box .noUi-connect {
    background-color: #afb42b;
    border-color: #afb42b;
}
.price-filter-box .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    border: 1px solid #bdc3c7;
    background: #ffffff;
    box-shadow: none;
    top: -9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.price-filter-box .noUi-horizontal .noUi-handle:before, .price-filter-box .noUi-horizontal .noUi-handle:after {
    display: none;
}
.price-filter-box .price-viewer {
    margin-top: 12px;
}
.price-filter-box {
    margin-top: 15px;
}
#productAdvancedFilterBlock {
    padding: 0;
    background: none;
    box-shadow: none;
}
#productAdvancedFilterBlock .box-title {
    display: none;
}
#productAdvancedFilterBlock .box-content {
    padding: 0;
}
.filter-section-title {
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 10px 12px;
    margin-bottom: 5px;
    color: #000;
}
.filter-section-title.collapsed {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.filter-section-title i {
    float: right;
    font-size: 15px;
}
.locale-fa .filter-section-title i {
    float: left;
}
.filter-section-title i:before {
    vertical-align: middle;
}
.filter-section {
    padding: 15px;
    background: #ffffff;
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    -webkit-box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
    -moz-box-shadow: 0px 0px 3px -1px rgba(97,97,97,0.75);
}
.filter-section:last-child {
    margin-bottom: 0;
}
#productsList .product-item .product-buttons {
    min-height: 70px;
    padding-top: 10px;
}
.chosen-group-products .product-item {
    min-height: 373px;
    overflow: hidden;
}
/*Compare box*/
#compareListContainer #fixOnTop {
    border-color: #afb42b;
    z-index: 5000;
}
#compareList .detail-row {
    background: #afb42b;
}
.compare-check-box {
    padding-top: 27px;
}
.compare-check-box label {
    font-size: 12px;
}
.compare-check-box .ajax-loading, .compare-check-box .ajax-loading-sm, .compare-check-box .ajax-loading-lg {
    padding: 0;
}
#compareBoxContainer {
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 800;
}
#compareToggle {
    display: inline-block;
    background: #afb42b;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 10px;
    position: relative;
    bottom: 3px;
    z-index: 1000;
}
#compareToggle .badge {
    background: #bec32f;
    color: #fff;
    padding: 3px 15px;
    line-height: 25px;
    font-size: 14px;
    text-shadow: none;
    font-weight: normal;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#compareBox {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    min-width: 260px;
    z-index: 500;
    display: none;
}
.block-compare .compare-items {
    margin-bottom: 30px;
}
.block-compare .compare-content.compare-empty {
    margin-bottom: 70px;
    text-align: right;
}
#compareBox .btn-warning {
    background: none;
    color: #cb2323;
    border: none;
    text-shadow: none;
    box-shadow: none;
    margin-bottom: 8px;
}
#compareBoxContainer:hover #compareBox,
#compareBoxContainer:focus #compareBox {
    display: block;
}
#compareListHeader .product-image {
    height: 160px;
    width: auto;
}
#compareListHeader .product-image img {
    width: auto;
    height: 150px;
}
/* Product info*/
.detail-container {
    background: #1f1f1f;
    color: #fff;
    padding: 30px 15px;
    min-height: 510px;
}
#productInfoContainer .col input {
    color: #000;
}
#productInfo {
    border-bottom: 25px solid #afb42b;
}
.detail-container h1 { 
    font-size: 22px;
    margin-bottom: 30px;
}
#productInfoModel {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.detail-container .detail {
    background: #131313;
    padding: 20px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#productInfoContainer .col {
    color: #fff;
}
#productInfoContainer .reviews-rating .rating-stars {
    margin: 2px 5px;
}
#productInfoContainer .reviews-count {
    color: #737373;
}
#productInfoContainer .productStatusAvailable {
    color: #afb42b;
}
#productInfoContainer .pro-image-container {
    padding-top: 20px;
}
.detail-container .detail .border {
    border-bottom: 1px solid #555555;
    margin: 15px 0;
}
.detail-container .detail .btn {
    width: 100%;
    background: #afb42b;
    color:#000;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 20px;
    transition: 0.3s;
    font-size: 16px;
}
.detail-container .detail .btn::before {
    display: none;
}
.detail-container .detail .btn:hover {
    background: #8f9327;
    color: #fff;
}
.detail-container .detail .productStatus i {
    display: none;
}
#productInfoContainer .table-striped.table-bordered,
#productInfoContainer .table-striped td, #productInfoContainer .table-striped th {
    border: none;
}
#productInfoContainer .table-striped tr {
    background: none;
}
#productInfoContainer .table-striped th:first-child, #productInfoContainer .table-striped td:first-child {
    background: #2b2b2b;
}
#productInfoContainer .table-striped td {
    border-top: 1px solid #555555;
}
#productInfoAttributesTitle {
    display: none;
}
#productInfoAttributesOptions .attributes-option {
    padding-right: 0;
    padding-left: 0;
}
#productInfoAttributesOptions .nice-select {
    color: #000;
}
#productInfoAttributesOptions .attributes-option:first-child {
    margin-top: 0;
}
#productInfoIcons, #articleInfoIcons {
    font-size: 20px;
}
#productInfoIcons {
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#productInfoIcons .icon-compare {
    border: none;
    background: none;
    box-shadow: none;
    color: #000;
    padding: 0;
}
#productInfoIcons .icon-compare.disabled {
    opacity: 0.75;
}
#productInfoIcons a::before, #productInfoIcons .icon-compare::before {
    font-size: 22px;
    margin: 0 10px;
}
#productInfoPrice .productSpecialPrice {
    font-size: 28px;
    margin: 30px 0 40px;
    display: inline-block;
    color: #fff;
}
#productInfoPrice .productOldPrice {
    font-size: 18px;
    display: inline-block;
}
.button-increase i::before, .button-decrease i::before {
    color: #fff;
}
#productInfoPrice .ajax-loading {
    display: inline-block;
    padding: 2px 5px;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}
#productInfoDefaultImage {
    padding-bottom: 15px;
    margin-top: 50px;
}
.extra-image-item, .video-item {
    border: none;
    width: 120px;
    height: 120px;
    padding: 0;
    display: table;
    margin: 0 auto;
}
.extra-image-item .extra-image, .video-item .video-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
}
.slick-slide img {
    display: inline-block !important;
}
#relatedProductsContainer .row, #alsoPurchasedProductsContainer .row {
    background: #f5f5f5;
}
#relatedProducts, #alsoPurchasedProducts {
    padding-top: 25px;
}
#relatedProductsContainer .title, #alsoPurchasedProductsContainer .title {
    background: #f5f5f5;
}
#proInfoSectionsContainer {
    background: #1f1f1f;
    color: #fff;
}
#productReviews {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #555;
}
#proInfoSectionsContainer .section .title {
    border-bottom: 1px solid #afb42b;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
    padding-bottom: 10px;
    font-size: 15px;
}
#proInfoContent {
    padding: 0;
    background: #1f1f1f;
}
#proInfoContent #ContentMenu {
    background: #1f1f1f;
    padding: 0px 30px;
    border-bottom: 1px solid #595959;
    z-index: 1000;
}
#proInfoContent #ContentMenu a {
    display: inline-block;
    font-size: 17px;
    border-bottom: 2px solid #1f1f1f;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}
#proInfoContent #ContentMenu a:first-child {
    margin-right: 0;
}
#proInfoContent #ContentMenu a i:before {
    font-size: 24px;
    color: #fff;
}
#proInfoContent #ContentMenu a:focus {
    color: #fff;
}
#proInfoContent #ContentMenu a.active {
    border-bottom: 4px solid #afb42b;
    color: #fff;
}
#proInfoContent .content {
    padding: 20px 30px;
}
#productDescription {
    text-align: justify;
    padding-bottom: 40px;
    margin-bottom: 30px;
    line-height: 25px;
    background: none;
    color: #fff;
    border-bottom: 1px solid #555;
}
#productDescription a {
    color: #dfdfdf;
} 
#productDescription a:hover {
    color: #afb42b;
}
#productExtraFields, #productInfoButtons, #related-products, #productInfoUrl,
#productInfoCloudTags, #productInfoDateAvailable, #productInfoDateAdded {
    margin-top: 15px;
}
#productExtraFields thead {
    display: none;
}
#productExtraFields .table-responsive {
    width: 100% !important;
    border: none;
}
#productExtraFields table {
    margin-bottom: 0;
}
#productExtraFields thead tr, #shoppingCartTable thead tr {
    background-color: #afb42b;
    color: #ffffff;
}
#productExtraFields table td.group-title {
    background: none;
    color: #fff;
    font-size: 17px;
    padding: 0;
}
#productExtraFields table td.group-title i:before {
    display: none;
}
#productExtraFields table tr.field-row td:first-child {
    width: 20%;
    background: #121212;
    color: #fff;
    padding: 12px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#productExtraFields table tr.field-row td {
    background: #2c2c2c;
    padding: 12px 10px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#productExtraFields h4 {
    font-size: 19px;
    padding: 0 20px;
    margin: 0;
}
#productExtraFields {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    border-bottom: 1px solid #555;
}
#productExtraFields .table-bordered {
    border: none;
}
#productExtraFields .table-bordered > tbody > tr > td {
    border: none;
}
#productExtraFields .table {
    border-collapse: separate;
    border-spacing: 20px 1.3em;
}
#productExtraFields th {
    display: none;
}
#proInfoContent .large-box .box-title {
    color: #fff;
    font-weight: normal;
    padding-top: 30px;
}
#proInfoContent .large-box .box-title .title { 
    background: none;
}
#proInfoContent .large-box .box-title .border {
    display: none;
}
#proInfoContent .large-box .box-title .review-name {
    padding-right: 0;
}
#proInfoContent .large-box .box-content {
    background: #2c2c2c;
    color: #fff;
}
#proInfoContent .large-box .box-content a {
    color: #fff;
}
#proInfoContent .large-box .box-content a:hover {
    color: #afb42b;
}
#productInfoCloudTags .navbar-nav > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
}
#productInfoPrice {
    line-height: 22px;
    padding-top: 3px;
    height: 80px;
}
#productInfoPrice .text {
    font-size: 14px;
}
#productInfoPrice .productPrice {
    margin: 25px 0 30px;
    display: inline-block;
    float: left;
    font-size: 28px;
}
#proQty .text {
    font-size: 11px;
    color: #686868;
    margin-top: 10px;
    font-weight: bold;
}
/* Videos Tab */
.related-videos {
    height: 280px;
}
.video-player-container {
    padding-right: 0;
}
#videosList {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #555;
}
#videosList .box-title {
    border-bottom: 1px solid #afb42b;
    font-size: 15px;
    margin-bottom: 25px;
}
#videosList .video-item {
    width: 100%;
    height: 80px;
    padding: 10px 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
}
#videosList .video-item a {
    flex:1;
}
#videosList .video-item:hover a {
    color: #afb42b;
    text-decoration: none;
}
#videosList .video-item a:focus, #videosList .video-item a:active {
    text-decoration: none;
}
#videosList .video-item:last-child {
    border-bottom: none;
}
#videosList .video-item .video-image, #videosList .video-item .video-title {
    float: right;
}
#videosList .video-item .video-title {
    padding: 20px 10px 10px;
    overflow-wrap: normal;
    text-align: justify;
    color: #fff;
}
#videosList .content-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0 10px;
    font-size: 16px;
    margin-bottom: 15px;
}
.content-title .title {
    padding-top: 5px;
}

/* xs devices */
@media (max-width: 767px) {
    /* Videos*/
    .video-player-container {
        padding-right: 0;
        padding-left: 0;
    }
    .video-player video {
        height: 200px!important;
    }
    #videosList .box-title {
        margin-top: 25px;
    }
}
/* Login */
#loginContainer .login-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(../images/iconset.png) no-repeat 0 -64px;
    margin-top: 10px;
}
#loginContainer .loginBlock {
    margin-top: 30px;
}
#loginContainer div.login-block-form {
    border-right: 1px solid #d8d8d8;
}
#loginContainer .loginBlock > div > div {
    padding-top: 10px;
    padding-bottom: 10px;
}
#loginContainer .loginBlockTip {
    padding-top: 15px;
    padding-bottom: 15px;
}
.loginBlockMessage {
    display: block;
    margin-bottom: 10px;
}
.locale-fa #loginContainer div.login-block-form {
    border-left: 1px solid #d8d8d8;
    border-right: none;
}
/* forget pass */
.forget-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(../images/iconset.png) no-repeat 0 -192px;
    margin-top: 10px;
}
#password-forgotten .border {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
/* nested page */
#categoriesList .category-image {
    display: table;
    margin: 0 auto;
    border: none;
    height: 200px;
}
#categoriesList .category-name {
    padding: 5px 0 10px;
    margin-bottom: 30px;
    display: block;
}
#categoryDescription img, 
#productDescription img, 
.static-page-content img, 
.articles-desc img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
#categoryDescription {
    min-height: 450px;
    position: relative;
}
/* Footer */
#newsletter {
    background: #1f1f1f;
    color: #fff;
    padding: 50px 0;
}
#newsletter .text {
    font-size: 20px;
    padding-top: 5px;
    padding-left: 60px;
}
.newsletter-subscription .input-group {
    background: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 10px 0 0;
}
.newsletter-subscription .form-control {
    background: #f5f5f5;
    box-shadow: none;
    border: none;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 41px;
    overflow: hidden;
}
.newsletter-subscription .button-subscribe {
    background: #afb42b;
    color: #ffffff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 30px;
    font-size: 15px;
    text-align: center;
}
.subscribeButton .ajax-loading {
    padding: 10px 40px;
}
#footer {
    background: #ececec;
    padding: 25px 0 0;
}
#footer h4 {
    color: #000;
    font-size: 16px;
}
#footer ul.static-pages-list {
    padding:5px 0;
}
#footer ul.static-pages-list li a {
    display: block;
    margin-bottom: 7px;
    color: #6b6b6b;
}
#footer ul.static-pages-list li a:hover {
    color: #afb42b;
}
#footer .social-icons {
    padding: 10px 0 15px;
}
#footer .social-icons em::before {
    font-size: 30px;
}
.copyright {
    padding: 30px 0;
    border-top: 1px solid #848484;
    color: #959595;
    margin-top: 30px;
}
.copyright a {
    color: #6f6f6f;
}
.copyright a:hover {
    color: #afb42b;
}
.debug-table, .parse-time {
    display: none;
}
/* Media Query */

/* All devices except xs */
@media (min-width: 768px) {
    .pagination-links {
        text-align: right;
    }
    #footer .footer-list.collapse {
        display: block;
        visibility: visible;
    }
    #newsletter .form-control {
        min-width: 400px;
    }
    #homepageMiddleBanner {
        padding-bottom: 40px;
    }
    #cloudtagsContainer .box-title {
        font-size: 14px;
    }
    #newsletter .form-control {
        min-width: 350px;
    }
    #categoryDescription {
        margin-bottom: 30px;
    }
    #navigation #topMenu.in #megaMenu {
        display: block;
    }
    .top_header_static img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}
/* xs devices */
@media (max-width: 767px) {
    .top_header_static {
        margin: 0 auto;
        height: 50px;
        width: 100%;
        overflow: hidden;
        text-align: center;
        position:relative;
    }
    .top_header_static img {
        height:50px;
        width:auto;
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    .pagination-links {
        text-align: center;
    }
    #searchBoxContainer {
        padding: 6px 0;
    }
    .search {
        padding-left: 0;
        padding-top: 13px;
        font-weight: normal;
    }
    .tt-suggestion .suggestion-text {
        width: 100%;
        max-width: 100%;
    }
    #productSearchTop .tt-menu {
        top: 40px !important;
    }
    #navigation #topMenu > a#allProductsMenu {
        display: none;
    }
    #productSearchTop .form-control {
        padding-right: 10px;
    }
    #homepageTopBanner {
        height: 300px;
    }
    .home-categories-box .cat-name {
        font-size: 12px;
        line-height: 17px;
    }
    #productExtraFields .table-responsive tr.field-row td:first-child {
        width: 35%;
    }
    #homeNewProducts .box-title .title, #homeChosenContainer .box-title .title {
        display: block;
        float: none !important;
        text-align: center;
        position: static;
    }
    #homeChosenContainer .box-title .border, #homeNewProducts .box-title .border,
    .home-news-box .news-box-item .news-name .border {
        display: none;
    }
    .mobile_static_bg {
        margin-top: -140px;
    }
    .mobile_static_bg img { 
        margin: 0 auto;
    }
    .home-news-box .box-title .title {
        float: none !important;
        text-align: center;
    }
    .home-news-box .read-more {
        background: #afb42b;
        margin: 30px auto 10px;
        border: none;
        text-align: center;
        color: #000;
        padding: 8px;
    }
    .home-news-box .news-box-item .news-name {
        font-size: 16px;
        margin-top: 10px;
    }
    #cloudtagsContainer .box-title {
        text-align: center;
    }
    #cloudtagsContainer a.read-more-less,
    #homepageStaticContent .read-more-less {
        float: none;
        display: inline-block;
        margin: 15px 27%;
        width: auto;
        height: auto;
        text-align: center;
        background: none;
    }
    #homepageStaticContent .read-more-less {
        margin-top: 25px;
        margin-bottom: 0;
        color: #fff;
        margin: 15px 25%;
    }
    #cloudtagsContainer a.read-more span, #cloudtagsContainer a.read-less span {
        display: inline-block;
        float: right;
    }
    #newsletter {
        padding: 25px 0;
    }
    #newsletter .text {
        padding-left: 0;
        text-align: center !important;
        padding-bottom: 15px;
    }
    #footer h4 {
        border-bottom: 1px solid #b7b7b7;
        padding-bottom: 20px;
        margin-top: 10px;
    }
    #footer h4.namad {
        border: none;
    }
    .copyright {
        border-color: #b7b7b7;
    }
    #cartBoxToggle {
        height: 47px;
        padding: 12px 10px;
        border: none;
    }
    #cartBoxToggle i::before {
        font-size: 20px;
    }
    #header .badge {
        width: 18px;
        height: 18px;
        font-size: 10px;
        padding-top: 5px;
        right: 30px;
        top: 10px
    }
    .navbar-header {
        border-left: 1px solid #595959;
    }
    .col-right {
        padding-left: 0;
    }
    .cat-desc-bg {
        display: none;
    }
    .products-list-body .col {
        border-left: none;
    }
    #productInfoContainer .extra-col {
        padding: 0;
    }
    .pro-image-container h1 {
        color: #afb42b;
        font-size: 22px;
        margin: 0 0 30px;
        font-weight: bold;
    }
    #proInfoContent #ContentMenu {
        padding: 0 15px;
        overflow: auto;
        white-space: nowrap;
        max-width: 360px;
    }
    #proInfoContent #ContentMenu a {
        font-size: 14px;
        margin-right: 0;
        padding: 15px 10px;
    }
    #homepageMiddleBanner {
        padding-bottom: 150px;
    }
    #customer-info .button-container a.btn-default, .filter-box-detail .btn-default {
        margin-top: 10px;
    }
}
@media screen and (max-width: 992px) {
    div.login-block-form {
        border-right: none;
    }
    .locale-fa div.login-block-form {
        border-left: none;
        border-right: none;
    }
}

@media screen and (min-width: 1280px) and (max-height: 950px){
    .mega-menu-container > ul > li {
        width: 195px;
    }
}
/* All devices except ls and xs */
@media (min-width: 768px) and (max-width: 1199px) {
    .products-list-body .col:nth-child(3n) {
        border-left: none;
    }
    .col-right {
        padding-left: 0;
    }
    #categoriesList {
        padding-right: 15px !important;
    }
    
}
@media screen and (min-width: 1024px) and (max-height: 1366px){ 
    .col-right {
        padding-left: 15px;
    }
}
@media screen and (min-width: 1340px) and (max-height: 950px){
    /* Laptop */ 
    .mega-menu-container > ul > li {
        width: 210px;
    }
    #homepageMiddleBanner {
        padding-bottom: 120px;
    }
    #cloudtagsContainer .box-title {
        font-size: 16px;
    }
    #newsletter .form-control {
        min-width: 400px;
    }
    #categoriesList {
        padding-right: 0px !important;
    }
    #categoryDescription {
        margin-bottom: 80px;
    }
    .products-list-body .col:nth-child(4n) {
        border-left: none;
    }
    .col-right {
        padding-left: 15px;
    }
}
@media (max-width: 320px) {
    .newsletter-subscription .form-control {
        width: 170px;
    }
    #proInfoContent #ContentMenu a {
        padding:17px 5px;
    }
}
/* Slick theme */
/* Arrows */
.chosen-group-products, #relatedProducts, .newest-products, #alsoPurchasedProducts, .home-categories-box {
    position: relative;
}
.arrows-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 42%;
    right: 0;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 55px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
    color: #000;
}
.arrows-container .slick-prev, .arrows-container .slick-next {
    width: 37px;
    height: 100px;
    background: #fff;
}
.arrows-container .slick-prev:hover, .arrows-container .slick-prev:focus,
.arrows-container .slick-next:hover, .arrows-container .slick-next:focus {
    background: #fff;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1;
    transition: 0.3s;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.arrows-container .slick-prev:hover:before, .arrows-container .slick-next:hover:before {
    opacity: 1;
}
.slick-prev:before, .slick-next:before {
    font-family: 'fontello';
    font-size: 30px;
    line-height: 1;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.arrows-container .slick-prev:before, .arrows-container .slick-next:before {
    font-size: 22px;
    opacity: 1;
}
.slick-prev {
    right: 30px;
    left: auto;
}
.locale-fa .slick-prev {
    right: 30px;
    left: auto;
}
.arrows-container .slick-prev, .locale-fa .arrows-container .slick-prev {
    left: auto;
    right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.75);
}
.slick-prev:before {
    content: '\e825';
    text-shadow: -2px 0px 0px rgba(255, 255, 255, 1);
}
.slick-next {
    right: 30px;
}
.locale-fa .slick-next {
    right: auto;
    left: 30px;
}
.arrows-container .slick-next, .locale-fa .arrows-container .slick-next {
    left: 0;
    right: auto;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 1px 0px 2px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0px 2px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 0px 2px -1px rgba(0, 0, 0, 0.75);
}
.slick-next:before {
    content: '\e826';
}
#extraImagesContainer .slick-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
#extraImagesContainer .slick-prev {
    top: -4%;
    right: 0;
    height: 20px;
    width: 100%;
}
#extraImagesContainer .slick-next {
    bottom: -10%;
    top: auto;
    right: 0;
    height: 20px;
    width: 100%;
}
#extraImagesContainer .slick-prev:before,
#extraImagesContainer .slick-next:before {
    color: #2e2e2e;
    text-shadow: none;
    font-size: 20px;
    transition: 0.3s;
}
#extraImagesContainer .slick-prev:before {
    content: '\e824';
}
#extraImagesContainer .slick-next:before {
    content: '\e827';
}
div.home_category_show_all a {
    color: #FFFFFF;
}
div.home_category_show_all a:hover {
    color: #afb42b;
}
.home-categories-box .slick-slide a:hover img {
    -webkit-filter: opacity(75%);
    filter: opacity(75%);
}
/* Hide sub menu in mega menu --BEGIN */
#megaMenu .has-sub-category ul {
    display: none;
}
#navigation #megaMenu li.has-sub-category > a {
    cursor: pointer;
    pointer-events: all;
}
/* Hide sub menu in mega menu --END */
#categoryDescription a {
    color: #afb42b;
}
.question-answer {
  padding: 0 25px;
}