body {
    background: #f5f5f5;
    font-size: 14px;
    color: #2f2f2f;
}
p {
    margin: 0 0 4px;
}
.box-title {
    padding: 10px;
}
.box-content {
    padding: 5px;
    line-height: 1.6em;
}
.latin-text {
    font-family: Arial, sans-serif, Helvetica;
}
a {
    color: #2f2f2f;
    transition: 0.3s;
}
a:hover,
a:focus {
    color: #00bfd6;
    text-decoration: none;
}
.box-shadow {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    background: #ffffff;
}
/* Buttons*/
.btn-wide {
    padding: 10px 40px;
}
#productInfoButtons .btn {
    border: 1px solid #727476;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: none;
    color: #3b3d3f;
    text-shadow: none;
    padding: 0;
    box-shadow: none;
    margin-bottom: 10px;
    transition: 0.2s;
    overflow: hidden;
}
#productInfoButtons .btn:hover,
#productInfoButtons .btn:focus {
    background-color: #d7dcde;
}
#productInfoButtons .btn-add-cart {
    background-color: #00bfd6;
    color: #FFFFFF;
    border: 1px solid #00697a;
    margin-right: 10px;
}
#productInfoButtons .btn-add-cart:hover,
#productInfoButtons .btn-add-cart:focus {
    background-color: #00ADC3;
}
.locale-fa #productInfoButtons .btn-add-cart {
    margin-left: 10px;
    margin-right: 0;
}
#productInfoButtons span.text {
    display: inline-block;
    padding: 5px 15px;
}
#productInfoButtons i {
    display: inline-block;
    border-right: 1px solid #727476;
    padding: 5px 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: 0.2s;
}
.locale-fa #productInfoButtons i {
    border-right: none;
    border-left: 1px solid #727476;
}
#productInfoButtons i.icon-spinner {
    border: none;
    font-size: 21px !important;
}
#productInfoButtons .btn-add-cart i {
    background: #33ccde;
    border-right: 1px solid #33ccde !important;
}
.locale-fa #productInfoButtons .btn-add-cart i {
    border-right: none !important;
    border-left: 1px solid #33ccde !important;
}
#productInfoButtons .button-add-cart:before {
    content: '\e815';
    margin: 0;
    vertical-align: middle;
    font-size: 17px;
}
#productInfoButtons span.icon-shopping-cart:before, #productInfoButtons span.icon-shuffle-1:before {
    font-size: 30px;
    margin: 0;
    vertical-align: middle;
}
#productInfoButtons span.icon-shuffle-1:before {
    font-size: 29px;
}
/* Header */
#headerMessages .alert {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#header {
    padding-top: 20px;
    padding-bottom: 20px;
}
#header a {
    color: #727476;
}
#header a:hover {
    color: #00bfd6;
}
#header .login-link {
    padding: 20px 0px 15px 15px;
    font-size: 13px;
}
.locale-fa #header .login-link {
    padding: 13px 0px 15px 30px;
}
#productSearchTop {
    height: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e1e5e8;
    margin: 0px;
    margin-top: 7px;
}
.locale-fa #productSearchTop .form-control {
    border-right: none;
}
#productSearchTop .form-control {
    border: none;
    box-shadow: none;
    border-right: 1px solid #bec3c7;
    margin-top: 5px;
}
#productSearchTop .btn-default {
    border: none;
    box-shadow: none;
    font-size: 22px;
    background: #ef5661;
    color: #fff;
    padding: 0px 25px;
    height: 43px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.locale-fa #productSearchTop .btn-default {
    -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;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.locale-fa #productSearchTop .btn-default .icon-search {
    display: inline-block;
    margin-top: 5px;
}
#header .header-box-container {
    padding-top: 7px;
}
#header .dropdown-menu {
    position: absolute;
    z-index: 5000;
    min-width: 350px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 58px;
    right: 0;
    left: auto;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 0;
}
.locale-fa #header .dropdown-menu {
    left: 0;
    right: auto;
}
#header .navbar-nav li.dropdown > a {
    border: 1px solid #727476;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 10px;
}
#header .navbar-nav li.dropdown > a i:before {
    font-size: 24px;
    vertical-align: bottom;
}
#header .navbar-nav li.dropdown > a span.icon-down-open-big:before {
    font-size: 14px;
    vertical-align: middle;
    margin: 0;
}
#cartBoxToggle {
    margin-left: 10px;
}
.locale-fa #cartBoxToggle {
    margin-left: 0;
    margin-right: 10px;
}
#header .navbar-nav li.dropdown > a .badge {
    background: #727476;
    margin: 0 5px;
    color: #fff;
    font-size: 14px;
    min-width: 24px;
    min-height: 24px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 5px;
}
#header .navbar-nav li.dropdown.open > a,
#header .navbar-nav li.dropdown > a:hover,
#header .navbar-nav li.dropdown > a:focus {
    background: #00bfd6;
    border: 1px solid #00bfd6;
    color: #fff;
}
#header .navbar-nav li.dropdown.open > a .badge,
#header .navbar-nav li.dropdown > a:hover .badge,
#header .navbar-nav li.dropdown > a:focus .badge {
    background: #fff;
    color: #00bfd6;
}
#header .divider {
    display: none;
}
#header .cart-items, #header .compare-item {
    background: #ffffff;
    padding: 0px 15px 19px;
}
#header .cart-items:first-child, #header .compare-item:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 19px;
    padding-bottom: 15px;
}
#header .cart-items a, #header .compare-item a {
    color: #2f2f2f;
}
#header .cart-items a:hover, #header .compare-item a:hover {
    color: #00bfd6;
}
#header .cart-content, #header .block-compare .compare-content {
    margin-top: 0;
    margin-bottom: 15px;
}
#header .cart-content.cart-empty, #header .compare-content.compare-empty {
    padding-top: 15px;
}
#header .block-cart .cart-total {
    padding: 15px;
    font-size: 16px;
}
#header .btn-info {
    background: #00bfd6;
    color: #fff;
    padding: 10px 15%;
}
#header .btn.btn-info:hover,
#header .btn.btn-info:focus,
#header .btn.btn-info:active {
    background: #07abbf;
    color: #fff;
}
#header .cart-buttons {
    padding: 0 15px;
    margin-top: 0;
}
#header .btn.btn-success {
    background: #cdd6dc;
    color: #2f2f2f;
    padding: 10px 20px;
    margin-left: 10px;
}
#header .btn.btn-success:hover,
#header .btn.btn-success:focus,
#header .btn.btn-success:active {
    background: #c6ced4;
}
#header .btn.btn-warning {
    background: #ef5661;
    color: #fff;
    padding: 10px 20px;
}
#header .btn.btn-warning:hover,
#header .btn.btn-warning:focus,
#header .btn.btn-warning:active {
    background: #e2535e;
}
/* Navigation */
#header .navbar-toggle {
    margin: 5px 0 0;
    padding: 9px 0;
}
#header .navbar-toggle .icon-bar {
    height: 5px;
    width: 30px;
    margin-bottom: 5px;
    background-color: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0px;
    margin-top: 3px;
}
#header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}
#header .navbar-toggle .navbar-title {
    font-size: 12px;
    margin-top: 15px;
    display: block;
}
.navbar-collapse {
    padding-right: 5px;
    padding-left: 5px;
    background: none;
}
.navbar-inverse {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none;
}
.navbar-collapse-header i.icon-cancel {
    height: 40px;
    width: 40px;
    padding-top: 7px;
    float: right;
    font-size: 45px;
    line-height: 20px;
    cursor: pointer;
    color: #464646;
}
.locale-fa .navbar-collapse-header i.icon-cancel {
    float: left;
}
.navbar {
    margin-bottom: 0;
    position: static;
}
#navigation {
    background: #eceff1;
    border-top: 1px solid #b0b7bb;
    border-bottom: 2px solid #b0b7bb;
}
#navigation .container-fluid {
    position: relative;
}
#navigation a {
    font-size: 14px;
    color: #2f2f2f;
    text-shadow: none;
}
#navigation .navbar-nav > li > a {
    padding: 15px 20px;
    height: 50px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}
#navigation .navbar-nav > li > a::before {
    content: '';
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: -2px;
    height: 2px;
    background-color: #00bfd6;
}
#navigation .navbar-nav > li > a:hover::before, #navigation .navbar-nav li.in > a::before {
    right: 0;
    left: 0;
}
.locale-fa #navigation .navbar-nav > li > a {
    padding: 15px 20px;
}
#navigation .navbar-nav li a i {
    display: none;
}
#navigation .navbar-nav li.in > a {
    color: #00bfd6;
}
#navigation .navbar-nav li.has-sub-category ul {
    display: none;
}
#megaMenu {
    padding: 20px;
    display: none;
    position: absolute;
    top: 52px !important;
    right: 15px;
    z-index: 4000;
    width: 98%;
    min-height: 200px;
    background-color: #fff;
    border: 1px solid #b0b7bb;
    border-top: none;
}
#megaMenu > ul {
    display: none;
}
#megaMenu > ul.in {
    display: block;
}
#megaMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#megaMenu > ul > li {
    display: block;
    width: 235px;
}
#megaMenu ul li a {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    color: #2f2f2f;
}
#megaMenu ul li a:hover {
    color: #00bfd6;
}
#megaMenu ul li.grid-item ul li > a {
    font-size: 13px;
}
#megaMenu ul li.grid-item > a {
    color: #00bfd6;
}
#megaMenu ul li.grid-item > a:hover {
    color: #07abbf;
}
#megaMenu > ul > li i:before {
    display: none;
}
.navbar-inverse {
    position: relative;
}
@media (max-width: 767px) {
    #navigation .navbar-nav > li.has-sub-category > ul, #navigation .navbar-nav > li > ul > li.has-sub-category > ul {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #navigation .navbar-nav > li.has-sub-category.in > ul, #navigation .navbar-nav > li > ul > li.has-sub-category.in > ul {
        max-height: 900px;
        opacity: 1;
    }
    #topMenu {
        background: #ffffff;
    }
    #navigation, #navigation .menu-container, .navbar {
        min-height: 0;
    }
    #navigation {
        border-bottom: none;
    }
    #header .navbar-toggle {
        padding-top: 0;
        float: right;
    }
    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(0, 0, 0, 0.5);
    }
    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: 80%;
        height: 100%;
        padding: 0;
        border: none;
        z-index: 6000;
        overflow-x: hidden;
    }
    .locale-fa .navbar-collapse {
        left: auto;
        right: -100%;
    }
    .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: 12px 0;
        border-bottom: 1px solid #bdc3c7;
    }
    .navbar-collapse .navbar-close {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 15%;
        padding-right: 7px;
        padding-top: 2px;
        -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;
    }
    .locale-fa .navbar-collapse .navbar-close {
        right: auto;
        left: 10%;
        top: 5%;
        background: #ffffff;
    }
    .navbar-collapse.in .navbar-close {
        display: block;
    }
    .navbar-close .icon-cancel {
        font-size: 32px;
        color: #000000;
        cursor: pointer;
    }
    .navbar-collapse-header img {
        margin: 0 auto;
    }
    #navigation .navbar-nav > li {
        display: block;
        float: none !important;
        padding: 0px;
        border-bottom: 1px solid #FFFFFF;
        text-align: left;
    }
    .locale-fa #navigation .navbar-nav > li {
        text-align: right;
    }
    #navigation .navbar-nav > li:last-child {
        border-bottom: none;
    }
    #navigation .navbar-nav > li > a {
        text-align: left;
    }
    #navigation .navbar-nav > li > a::before {
        background: none;
    }
    .locale-fa #navigation .navbar-nav > li > a {
        padding: 10px 40px 10px 15px;
        text-align: right;
    }
    #navigation .navbar-nav > li a {
        display: block;
        padding: 10px 15px 10px 45px;
        font-size: 14px;
        height: 40px;
    }
    #navigation .navbar-nav li a:hover {
        background: none;
        color: #00bfd6;
    }
    #navigation .navbar-nav li a:focus {
        border: 0;
        outline: none;
        text-decoration: none;
        background: none;
        height: 40px;
    }
    #navigation .navbar-nav li.in > a {
        background: none;
    }
    #navigation .navbar-nav li.has-sub-category.in > a {
        height: 40px;
    }
    #navigation .navbar-nav li {
        position: relative;
    }
    #navigation .navbar-nav li a i {
        position: absolute;
        right: auto;
        left: 10px;
        top: 10px;
        padding: 0;
    }
    .locale-fa #navigation .navbar-nav li a i {
        left: auto;
        right: 10px;
    }
    #navigation .navbar-nav li a i:before {
        font-size: 22px;
        margin: 0;
        vert-align: middle;
    }
    #navigation .navbar-nav > li > ul > li > ul li a i {
        border: none;
    }
    #navigation .navbar-nav > li > ul > li a {
        padding: 15px 15px 15px 45px;
        font-size: 14px;
    }
    .locale-fa #navigation .navbar-nav > li > ul > li a {
        padding: 10px 40px 10px 15px;
    }
    #navigation .navbar-nav > li > ul > li ul li a {
        height: 35px;
        padding: 5px 15px 5px 50px;
    }
    .locale-fa #navigation .navbar-nav > li > ul > li ul li a {
        padding-right: 50px;
        padding-left: 0;
    }
    #navigation .navbar-nav > li.has-sub-category > ul {
        width: 100%;
        background-size: 0 0;
        font-size: 0.93em;
        background: #F5F5F5;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
    }
    #navigation .navbar-nav li.has-sub-category.in > ul {
        display: block;
        padding: 0;
    }
    #navigation .navbar-nav > li.has-sub-category.in > ul > li:first-child {
        border-top: 1px solid #e9e9e9;
    }
    #navigation .navbar-nav > li.has-sub-category.in > ul > li:last-child {
        border-bottom: 1px solid #e9e9e9;
    }
    #navigation .navbar-nav > li.has-sub-category > ul li {
        padding: 0px;
        text-align: left;
    }
    .locale-fa #navigation .navbar-nav > li.has-sub-category > ul li {
        text-align: right;
    }
}
/* Left/Right columns */
.small-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    background: #ffffff;
}
.small-box .box-title {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 10px 15px;
}
.small-box .box-title, .small-box .box-title a {
    color: #2f2f2f;
    text-decoration: none;
    font-size: 16px;
}
.small-box .box-content {
    padding: 10px 5px;
}
/* Blocks */
.categories-box li.active > a, .topics-box li.active > a {
    color: #00bfd6;
}
#productOnlyAvailableBlock {
    padding-top: 5px;
    padding-bottom: 5px;
}
#productOnlyAvailableBlock .box-title {
    display: none;
}
/* Middle column */
.large-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    background: #ffffff;
    padding: 0 20px;
}
.large-box.row {
    margin-right: 0;
    margin-left: 0;
}
.large-box .box-title {
    color: #2f2f2f;
    border-bottom: 1px solid #dfdfdf;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    padding: 17px 0;
    padding-bottom: 0;
}
.large-box .box-title span.title {
    display: inline-block;
    padding: 0px;
    padding-bottom: 14px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ef5661;
}
.large-box .box-content {
    padding: 10px 0px;
}
.information-box {
    border: 1px solid #eaeaea;
    padding: 10px;
    line-height: 2em;
}
#productDescription, .static-page-content, .articles-desc, #categoreisDescription, #pageStaticContent .box-content, #page_static_content .box-content {
    line-height: 32px;
}
/* Middle content */
#mainContainer {
    margin-top: 25px;
}
.breadcrumb {
    background: none;
    padding: 8px 15px;
    margin-bottom: 0px;
}
.info-breadcrumb, .list-breadcrumb {
    padding: 0;
    margin-bottom: 25px;
}
h1.pageHeading {
    font-size: 17px;
}
.new-customer-link {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #F8F8F8;
    -webkit-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
}
#homePageBannerContainer, #middleBannerHomepage, #homeBottomBanner {
    margin-bottom: 25px;
}
#homeSlider .item {
    display: none;
}
#homeSlider .item:first-child, #homeSlider.slick-initialized .item {
    display: block;
}
#homeSlider .slick-list, #insideBanner img,
#middleBannerHomepage img,
#homeBottomBanner img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
}
#homeSlider .slick-list img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.manufacturers-container {
    margin-bottom: 0;
    max-height: 195px;
    overflow: hidden;
}
.manufacturers-container .box-content {
    padding: 30px 0;
}
.home-news-box {
    margin-left: -15px;
    margin-right: -15px;
    background: #eceff1;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.home-news-box .box-title span.title {
    border: none;
    background: #eceff1;
    padding-bottom: 0;
    position: relative;
    bottom: -10px;
    padding-right: 15px;
}
.locale-fa .home-news-box .box-title span.title {
    padding-left: 15px;
    padding-right: 0;
}
.home-news-box .box-content {
    padding-top: 30px;
    padding-bottom: 20px;
}
.home-news-box .read-more {
    border: 1px solid #b4bbbc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 20px;
    background: #eceff1;
    position: absolute;
    right: 15px;
    top: 23px;
}
.locale-fa .home-news-box .read-more {
    left: 15px;
    right: auto;
}
.home-news-box .news-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    max-width: 330px;
    margin: 0 auto;
}
.news-box-item .news-image, .articles-item .articles-image {
    border: none;
}
.news-box-item .news-image img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news-box-item .news-name {
    padding: 3px 15px;
    height: 45px;
    line-height: 20px;
    overflow: hidden;
}
.home-news-box .news-box-item .news-date, .news-viewed {
    color: #a9aaaa;
    font-size: 14px;
}
.home-news-box .icon-calendar-check-o:before {
    font-size: 20px;
    margin-left: 0;
}
.locale-fa .home-news-box .icon-calendar-check-o:before {
    font-size: 20px;
    margin-right: 0;
    margin-left: 5px;
}
.home-news-box .icon-eye:before {
    font-size: 18px;
}
/* Pagination */
.pagination-bar {
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 0;
    margin: 15px 0;
    height: 45px;
}
.pagination-bar ul.pagination {
    margin: 0;
}
.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;
}
.pagination > li > a, .pagination > li > span {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #2f2f2f;
    min-width: 32px;
    background: none;
    text-align: center;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    background: none;
    border: none;
    color: #00bfd6;
}
.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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.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: #00bfd6;
}
.pagination-previous {
    border-right: 1px solid #dfdfdf;
}
.locale-fa .pagination-previous {
    border-left: 1px solid #dfdfdf;
    border-right: 0;
}
.pagination-next {
    border-left: 1px solid #dfdfdf;
}
.locale-fa .pagination-next {
    border-right: 1px solid #dfdfdf;
    border-left: 0;
}
/* Pages */
.page-head {
    margin-bottom: 15px;
    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 */
.productOldPrice {
    text-decoration: line-through;
    color: #9c9c9c;
    font-size: 14px;
    padding: 4px 8px;
    display: inline-block;
}
.productOldPrice::after {
    content: "\a ";
    white-space: pre;
}
.productSpecialPrice {
    white-space: nowrap;
    display: block;
    color: #ef5661;
    font-size: 18px;
}
.product-item .product-buttons a.btn {
    margin-bottom: 5px;
}
.product-item .product-name {
    display: block;
    height: 50px;
    padding: 10px 0;
    line-height: 20px;
    overflow: hidden;
}
.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-image-container {
    position: relative;
}
.product-item .special-discount {
    background: #ef5661;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 15px;
    font-weight: bold;
}
.product-item .product-price {
    display: block;
    padding: 3px 0;
    line-height: 15px;
    height: 50px;
    overflow: hidden;
    font-size: 18px;
}
.product-item .productPrice {
    display: block;
    padding-top: 6px;
}
.product-item .product-image {
    display: table;
    margin: 0 auto;
    height: 230px;
}
.product-item .product-image div, #categoriesList .category-image div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    background-color: #FFFFFF;
}
.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 .product-buttons {
    min-height: 55px;
}
.chosen-group-products .product-item {
    min-height: 235px;
    overflow: hidden;
}
#upcomingProducts .product-item {
    margin-top: 5px;
}
#upcomingProducts .product-name {
    padding: 0;
    height: auto;
}
#insideSpecialOfferBanner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    background: #ffffff;
}
#insideSpecialOfferBanner div {
    margin: 0;
    padding: 5px;
}
#specialOfferProducts {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-bottom: 16px;
    -webkit-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    background: #ffffff;
    max-height: 540px;
    overflow: hidden;
}
#specialOfferProducts .box-title {
    display: inline-block;
    background: #ef5661;
    color: #fff;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0 auto;
    font-size: 16px;
    padding: 11px 15px;
}
#specialOfferProducts .product-item {
    padding: 0px 10px 0;
    text-align: center;
}
#specialOfferProducts .pro-name {
    padding: 10px 0;
    height: 60px;
    overflow: hidden;
    display: block;
}
#specialOfferProducts .product-image {
    height: 225px;
}
#specialOfferProducts .pro-price {
    margin: 15px 0;
    height: 68px;
}
#specialOfferProducts .page-not-found {
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    padding: 50px 15px;
    display: block;
}
#specialOfferProducts .special-expire {
    border-top: 1px solid #dfdfdf;
}
#specialOfferProducts .special-expire .text {
    font-size: 13px;
}
#specialOfferProducts .special-expire .progress-bar {
    display: none;
}
#specialOfferProducts .slick-active .special-expire .progress-bar {
    border-top: 1px solid #ef5661;
    display: inline-block;
    width: 0;
    vertical-align: top;
    margin-top: -1px;
}
#specialOfferProducts .special-expire .countdown {
    margin-top: 15px;
    margin-bottom: 15px;
    direction: ltr;
}
#specialOfferProducts .special-expire .countdown span.border {
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 34px;
    min-height: 34px;
    line-height: 34px;
    display: inline-block;
}
#specialOfferProducts .special-expire .countdown span.border.days {
    background: #ef5661;
    color: #fff;
}
#listContainer .breadcrumb, #productNestedView .breadcrumb {
    margin: 0;
    background: none;
    padding-right: 0;
    padding-bottom: 10px;
}
#listContainer .pageHeading, #productNestedView .pageHeading {
    margin: 0px 0 20px;
}
#listFilterContainer {
    padding: 0 20px 10px;
    border-bottom: 1px solid #dfdfdf;
}
#listFilterContainer #listSort label {
    font-size: 1.1em;
}
#listFilterContainer #listSort label i {
    color: #00bfd6;
    font-size: 24px;
    position: relative;
    top: 5px;
    left: -7px;
}
.locale-fa #listFilterContainer #listSort label i {
    left: 0;
    right: -7px;
}
#listFilterContainer #listSort a {
    display: inline-block;
    padding: 5px 10px;
    color: #626262;
    font-size: 0.93em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
}
#listFilterContainer #listSort a:hover, #listFilterContainer #listSort a:focus {
    background-color: #d7dcde;
    color: #000000;
}
#listFilterContainer #listSort a.active, #listFilterContainer #listSort a.active:hover, #listFilterContainer #listSort a.active:focus {
    background-color: #00bfd6;
    color: #FFFFFF;
}
#listFilterContainer #listSort #sortDropdownContainer {
    display: none;
}
#productsList .product-buttons {
    padding-top: 20px;
}
#productsList .product-buttons div {
    padding: 0;
}
#productsList .product-buttons .btn {
    display: inline-block;
    border: 2px solid #dfdfdf;
    background: none;
    color: #2f2f2f;
    box-shadow: none;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px;
}
#productsList .product-buttons .btn:hover {
    background: #00bfd6;
    color: #fff;
}
#productsList .productPrice {
    display: block;
    padding-top: 10px;
}
.productStatus {
    font-size: 16px;
}
#productsList .productStatus {
    display: inline-block;
    padding-top: 8px;
    font-size: 16px;
}
#productsList .productOldPrice {
    padding: 0 0 3px;
}
.products-list-body > div {
    border-bottom: 1px solid #dfdfdf;
}
#productsList .product-item {
    padding-top: 15px;
    padding-bottom: 7px;
}
#productsList .product-item .product-name {
    height: 60px;
    padding-top: 10px;
}
#productsList .pagination-bar {
    margin-top: -1px;
    border: none;
    border-top: 1px solid #dfdfdf;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 0 10px;
    height: auto;
    margin-bottom: 0;
}
.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: #00bfd6;
    border-color: #00bfd6;
}
.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 15px;
    margin-bottom: 5px;
}
.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: 20px;
    background: #ffffff;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
}
.filter-section:last-child {
    margin-bottom: 0;
}
#manufacturersListBlock .box-title {
    padding: 0;
    border-bottom: none;
}
#manufacturersListBlock .box-content {
    padding: 0;
}
/* Product info*/
.detail-row {
    padding-top: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
#productInfoDetails {
    float: right;
}
.locale-fa #productInfoDetails {
    float: left;
}
#productInfoIcons a {
    display: block;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 23px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
#productInfoIcons a span:before {
    vertical-align: middle;
}
#productInfoDetails .page-head {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
}
#productInfoDetails .page-head h1 {
    font-size: 18px;
}
#productInfoModel {
    font-size: 16px;
    color: #a7a7a7;
}
.attributes-option {
    padding-left: 0;
}
.locale-fa .attributes-option {
    padding-right: 0;
    padding-left: auto;
}
#productInfoAttributes {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 25px;
    padding-top: 15px;
}
#productInfoPriceWrapper {
    padding-bottom: 15px;
    padding-top: 15px;
}
#productInfoPrice .productPrice {
    padding-top: 15px;
}
#productInfoPrice .productStatus i {
    position: relative;
    top: 2px;
    font-size: 24px;
}
#productInfoPriceWrapper .productSpecialPrice {
    font-size: 30px;
}
#productInfoPriceWrapper .productOldPrice {
    font-size: 18px;
    padding-right: 0;
    padding-left: 0;
}
#productInfoDateAvailable {
    margin-top: 10px;
}
#articleInfoIcons {
    font-size: 20px;
}
#productInfoPrice .ajax-loading {
    display: block;
    padding: 5px;
    margin: 0 auto;
}
.special-discount {
    background: #ef5661;
    color: #fff;
    padding: 2px 10px 0;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}
.extra-image-item, .video-item {
    border: 1px solid #dfdfdf;
    width: 100px;
    height: 100px;
    display: table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.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 {
    margin: 0 auto;
}
.video-item {
    position: relative;
}
.video-item a:after {
    font-family: 'fontello';
    font-size: 60px;
    color: rgba(100, 11, 11, 0.7);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e803';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    line-height: 108px;
    background-color: rgba(255, 255, 255, 0.55);
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
}
.video-item a:hover:after {
    color: rgba(100, 11, 11, 1);
}
#extraImagesContainer {
    margin-top: 20px;
}
#extraImagesContainer .slick-list {
    margin: 0 50px 0 65px;
}
.locale-fa #extraImagesContainer .slick-list {
    margin: 0 50px 0 40px;
}
#proImagesContainer {
    border-top: 1px solid #dfdfdf;
    margin-top: 15px;
}
#productInfoBanner {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#productInfoBanner div {
    padding: 5px;
}
#productInfoContainer .tabs-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#productInfoContainer .tabs-container .nav-tabs > li > a {
    font-size: 15px;
    padding: 10px 25px 15px;
    border-right: 1px solid #d2d2d2;
    border-top: 5px solid #eceff1;
}
.locale-fa #productInfoContainer .tabs-container .nav-tabs > li > a {
    border-left: 1px solid #d2d2d2;
    border-right: 0;
}
.locale-fa #productInfoContainer .tabs-container .nav-tabs > li:first-child > a,
.locale-fa #productInfoContainer .tabs-container .nav-tabs > li.active:first-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#productInfoContainer .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #2f2f2f;
}
#productInfoContainer .tabs-container .tab-content {
    background: #ffffff;
    padding: 20px 25px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#productInfoContainer .tabs-container .nav-tabs > li.active > a {
    border-top: 5px solid #00bfd6;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#productInfoContainer .tabs-container .nav-tabs {
    background: #eceff1;
}
#productDescription {
    text-align: justify;
}
#productExtraFields {
    padding-bottom: 50px;
    margin: 0 -20px;
}
#productExtraFields h4 {
    font-size: 19px;
    padding: 0 20px;
    margin: 0;
}
#productExtraFields .table-bordered {
    border: none;
}
#productExtraFields .table-bordered > tbody > tr > td {
    border: none;
}
#productExtraFields .icon-right-open:before {
    content: '\e803';
}
.locale-fa #productExtraFields .icon-right-open:before {
    content: '\e804';
}
#productExtraFields .table {
    border-collapse: separate;
    border-spacing: 20px 1em;
}
#productExtraFields th {
    display: none;
}
#productExtraFields table {
    margin-bottom: 0;
}
#productExtraFields table td.group-title {
    background: none;
    color: #2f2f2f;
    font-size: 17px;
    padding: 0;
}
#productExtraFields table td.group-title i:before {
    color: #00bfd6;
    vertical-align: middle;
    content: '\e803';
}
.locale-fa #productExtraFields table td.group-title i:before {
    content: '\e804';
}
#productExtraFields table tr.field-row td:first-child {
    width: 35%;
    background: #eef6fc;
    padding: 12px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#productExtraFields table tr.field-row td {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f7f7f8;
    padding: 12px 10px;
}
#alsoPurchasedProducts, #productInfoButtons,
#related-products, #productInfoUrl,
#productInfoDateAdded {
    margin-top: 25px;
}
#alsoPurchasedProducts {
    margin-bottom: 0;
}
#productExtraFields .table-responsive {
    width: 100% !important;
    border: none;
}
#productExtraFields table tr.field-row td:first-child {
    width: 35%;
}
#productReviews #reviewWrite, #productReviews #reviewsList .large-box {
    box-shadow: none;
    padding: 0;
}
#productReviews #reviewsList .large-box .review-name {
    padding-bottom: 5px;
}
#displayReviewWrite {
    margin-bottom: 10px;
}
#productInfoCloudTags, .new-customer-link {
    margin-top: 15px;
    padding: 10px;
}
#productInfoCloudTags .navbar-nav > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
}
#productInfoCloudTags .navbar-nav > li > a:hover {
    background: none;
}
#productInfoPrice {
    line-height: 22px;
}
#productInfoPrice .productPrice {
    display: inline-block;
    font-size: 30px;
}
#relatedArticles {
    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;
    padding: 10px;
    height: 300px;
}
#categoriesList .category-name {
    padding: 15px 0 25px;
    display: block;
}
#productNestedView .chosen-group-products {
    margin-top: 25px;
    margin-bottom: 0;
}
#categoriesList {
    padding-top: 15px;
}
#categoreisDescription {
    padding: 20px;
    margin-top: 25px;
    line-height: 25px;
}
/* cart page */
#shoppingCartTable thead th {
    background: #00bfd6;
    color: #fff;
}
#shoppingCartList, #cartEmptyMessage, #checkoutForm, .static-page-content {
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 1);
    padding: 30px 20px 10px;
    margin-bottom: 30px;
}
#cartEmptyMessage, .static-page-content {
    padding-bottom: 20px;
}
#checkoutButtons {
    padding: 20px 0;
}
/* Footer */
#footer {
    margin-top: 25px;
    background: #eceff1;
    padding: 25px 0 30px;
    border-top: 1px solid #c6cacd;
}
#footer .footer-list {
    margin-top: 20px;
}
#footer small {
    font-size: 14px;
}
#footer label {
    display: none;
}
#footer #tracking_box_code {
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #bdc3c7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 40px;
    margin-top: 20px;
}
#footer .btn-primary {
    width: 100%;
}
#footer .small-box {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
}
#footer .small-box .box-title {
    background: none;
    color: #2f2f2f;
    font-size: 18px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: none;
}
#footer .small-box .box-content {
    padding: 0;
}
#footer ul.static-pages-list {
    padding: 0;
}
#footer .static-pages-box {
    line-height: 28px;
}
#cmsPagesBlock .box-title {
    display: none;
}
#copyRight {
    background: #f5f5f5;
    color: #bebebe;
    padding-top: 15px;
    padding-bottom: 15px;
}
#copyRight a {
    color: #00bfd6;
}
#copyRight a:hover, #copyRight div.currency a:hover {
    color: #07abbf;
}
#copyRight div.row:last-child img.img-responsive {
    margin: 10px auto;
}
.footer-bar label {
    margin-bottom: 0;
}
#footerStaticPageDesc em {
    color: #ee5660;
    font-size: 22px;
}
#footerStaticPageDesc .social-icons em {
    color: #6f6f6f;
}
#footerStaticPageDesc .social-icons em:before {
    margin: 0 auto;
}
#footerStaticPageDesc .social-icons em:hover {
    color: #00bfd6;
    transition: 0.3s;
}
#footerStaticPageDesc .icon-phone:before {
    vertical-align: bottom;
}
.social-icons {
    border-top: 1px solid #2f2f2f;
    padding-top: 15px;
}
.social-icons a {
    font-size: 21px;
    border: 2px solid #6f6f6f;
    color: #6f6f6f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 15px 10px 0 10px;
}
.social-icons a:hover {
    border: 2px solid #00bfd6;
    transition: 0.3s;
}
.social-icons a i.icon-gplus {
    padding-left: 5px;
}
#footerStaticPage {
    background: #cdd6dc;
    padding-top: 15px;
    padding-bottom: 15px;
}
#footerStaticPage #pageStaticContent {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 25px;
    text-align: justify;
}
#footerStaticPage #namad {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    max-width: 205px;
    margin: 0 auto;
    text-align: center;
}
#footerStaticPage #namad img {
    margin: 0 auto;
}
div.selector_change_currency {
    padding-right: 10px;
    margin-right: 10px;
    cursor: pointer;
    min-width: 125px;
    border-right: 1px solid #bebebe;
    color: #939393;
}
.locale-fa div.selector_change_currency {
    min-width: 125px;
    border-left: 1px solid #bebebe;
    border-right: 0;
    padding-left: 10px;
    margin-left: 10px;
    padding-right: auto;
    margin-right: auto;
}
#copyRight div.currency {
    min-width: 115px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #bebebe;
    background-color: #fff;
    position: absolute;
    z-index: 3000;
    display: none;
    bottom: 25px;
    left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#copyRight div.currency a {
    text-align: center;
    border-bottom: 1px solid #bebebe;
    color: #2f2f2f;
    display: block;
    margin: 0;
    padding: 5px 0;
    transition: 0.3s;
    font-size: 14px;
}
#copyRight div.currency a:last-child {
    border-bottom: none;
}
#copyRight .lang-switch a img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#copyRight .lang-switch a {
    opacity: 0.7;
}
#copyRight .lang-switch a:hover {
    opacity: 1;
}
.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;
    }
}
/* xs devices */
@media (max-width: 767px) {
    #header {
        padding-bottom: 10px;
    }
    .pagination-links {
        text-align: center;
    }
    #productExtraFields .table-responsive tr.field-row td:first-child {
        width: 35%;
    }
    .large-box {
        padding: 0 15px;
    }
    #insideSpecialOfferBanner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #middleBannerHomepage img {
        margin-bottom: 25px;
    }
    #middleBannerHomepage {
        margin-bottom: 0;
    }
    .home-news-box .box-title {
        border-bottom: none;
    }
    .footer-block h4 i {
        float: right;
    }
    .footer-block h4 {
        cursor: pointer;
        font-size: 16px;
    }
    .locale-fa .footer-block h4 i {
        float: left;
    }
    .footer-block {
        border-top: 1px solid #c6cacd;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-block:first-child {
        border-top: none;
    }
    #footer {
        padding: 0;
    }
    .copy-right {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #dfdfdf;
    }
    #extraImagesContainer .slick-list {
        margin: 0 40px 0 55px;
    }
    .locale-fa #extraImagesContainer .slick-list {
        margin: 0 55px 0 40px;
    }
    .detail-row {
        padding: 0;
    }
    #extraImagesContainer {
        margin-bottom: 15px;
    }
    #proImagesContainer {
        border-top: none;
        margin-top: 0;
    }
    #productInfoBanner {
        padding: 10px 0;
        border-top: 1px solid #dfdfdf;
    }
    #productInfoButtonsContainer {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    #productInfoContainer .tabs-container .nav-tabs > li > a {
        font-size: 15px;
        padding: 15px 10px 20px;
    }
    #productInfoContainer .tabs-container .tab-content {
        padding: 25px 15px;
    }
    #productExtraFields h4 {
        font-size: 17px;
        padding: 0 15px;
    }
    .search-box {
        border-top: 1px solid #b0b7bb;
        padding-top: 5px;
        margin-top: 15px;
    }
    #header .header-box-container {
        padding-top: 0px;
    }
    #specialOfferProducts {
        background: none;
        box-shadow: none;
        padding-bottom: 0;
    }
    #specialOfferProducts .text-center {
        text-align: left;
    }
    .locale-fa #specialOfferProducts .text-center {
        text-align: right;
    }
    #specialOfferProducts .box-title {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 15px;
    }
    #specialOfferProducts .box-content {
        padding: 0;
    }
    #specialOfferProducts .product-item {
        padding: 15px 5px 3px;
    }
    #specialOfferProducts .product-item .item {
        background: #ffffff;
        padding: 15px 5px 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.75);
    }
    .search-box div.search {
        padding: 0;
    }
    .search-box .login-link {
        padding: 20px 5px 15px;
        text-align: right;
    }
    .locale-fa #header .search-box .login-link {
        text-align: center;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 10px;
    }
    #productSearchTop .btn-default {
        padding: 0px 15px;
    }
    #productExtraFields {
        margin: 0 -20px 0 0;
    }
    .news-box-item > div {
        display: none;
    }
    .news-box-item > div:first-child {
        display: block;
    }
    .home-news-box {
        margin-bottom: 0;
    }
    #middleBannerHomepage .banner-item {
        display: none;
    }
    #middleBannerHomepage .banner-item:nth-child(1), #middleBannerHomepage .banner-item:nth-child(2) {
        display: block;
    }
    #productExtraFields .table {
        border-spacing: 10px 1em;
    }
    #productExtraFields table tr.field-row td:first-child {
        padding: 12px 10px;
    }
    .account-detail-row .button-container .btn {
        margin-bottom: 5px;
    }
    #specialOfferProducts .page-not-found {
        margin-top: 15px;
        text-align: center;
        display: block;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #ffffff;
        padding: 15px 15px 5px;
    }
    .locale-fa #listFilterContainer #listSort label i {
        display: none;
    }
    #listFilterContainer #listSort a {
        display: none;
    }
    #listFilterContainer #listSort #sortDropdownContainer {
        display: inline-block;
    }
}
@media (max-width: 991px) {
    #mainContainer {
        margin-top: 15px;
    }
    #listContainer .breadcrumb {
        margin: 0px 0 5px;
        padding-left: 15px;
    }
    .locale-fa #listContainer .breadcrumb {
        padding-right: 15px;
    }
    #megaMenu {
        right: 0;
        width: 100%;
    }
    #productInfoDetails {
        padding-top: 15px;
    }
    .home-news-box .news-item {
        margin-bottom: 15px;
        max-width: 330px;
        margin: 0 auto;
    }
    #header .navbar-nav li.dropdown > a {
        border: none;
        text-align: center;
    }
    #header .navbar-nav li.dropdown > a i {
        display: block;
        margin-bottom: 5px;
    }
    #cartBoxToggle {
        margin-left: 0;
    }
    #header .navbar-nav > li {
        float: left;
        width: 65px;
        border-left: 1px solid #b0b7bb;
    }
    .locale-fa #header .navbar-nav > li {
        float: right;
        border-right: 1px solid #b0b7bb;
        border-left: none;
    }
    .locale-fa #header .navbar-nav > li:first-child, #header .navbar-nav > li:first-child {
        border: none;
    }
    .locale-fa #cartBoxToggle {
        margin-right: 0;
    }
    #header .navbar-nav {
        margin: 0;
    }
    #header .navbar-nav li.dropdown > a {
        font-size: 13px;
        padding: 0 5px;
    }
    #header .navbar-nav li.dropdown.open > a, #header .navbar-nav li.dropdown > a:hover, #header .navbar-nav li.dropdown > a:focus {
        background: none;
        border: none;
        color: #00bfd6;
    }
    #header .dropdown-menu {
        top: 55px;
        width: 100%;
        min-width: 340px;
    }
    #header #compareBox {
        right: -70px;
    }
    .locale-fa #header #compareBox {
        left: -70px;
        right: auto;
    }
    .locale-fa #loginContainer div.login-block-form {
        border: none;
    }
    .detail-row {
        padding: 0;
    }
    #proImagesContainer {
        border-top: none;
        margin-top: 0;
    }
    #productInfoBanner {
        padding: 10px 0;
        border-top: 1px solid #dfdfdf;
        margin-top: 15px;
    }
    #productInfoButtonsContainer {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    #insideSpecialOfferBanner div {
        padding: 2px;
    }
    #insideSpecialOfferBanner {
        padding: 20px 0;
    }
    #specialOfferProducts .pro-price {
        margin: 2px 0;
    }
}
@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 only screen
and (min-device-width: 834px)
and (max-device-width: 1112px)
and (-webkit-min-device-pixel-ratio: 2) {
    #extraImagesContainer .slick-list {
        margin: 0 80px 0 110px;
    }
    .locale-fa #extraImagesContainer .slick-list {
        margin: 0 110px 0 80px;
    }
}
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    #extraImagesContainer .slick-list {
        margin: 0 25px 0 30px;
    }
    .locale-fa #extraImagesContainer .slick-list {
        margin: 0 30px 0 25px;
    }
    #header .navbar-nav li.dropdown > a {
        border: none;
        text-align: center;
    }
    #header .navbar-nav li.dropdown > a i {
        display: block;
        margin-bottom: 5px;
    }
    #header .navbar-nav > li {
        float: left;
        width: 65px;
        border-left: 1px solid #b0b7bb;
    }
    .locale-fa #header .navbar-nav > li {
        float: right;
        border-right: 1px solid #b0b7bb;
        border-left: none;
    }
    .locale-fa #header .navbar-nav > li:first-child, #header .navbar-nav > li:first-child {
        border: none;
    }
    .locale-fa #cartBoxToggle {
        margin-right: 0;
    }
    #header .navbar-nav {
        margin: 0;
    }
    #header .navbar-nav li.dropdown > a {
        font-size: 13px;
        padding: 0 5px;
    }
    #header .navbar-nav li.dropdown.open > a, #header .navbar-nav li.dropdown > a:hover, #header .navbar-nav li.dropdown > a:focus {
        background: none;
        border: none;
        color: #00bfd6;
    }
    #header .dropdown-menu {
        top: 55px;
        width: 100%;
        min-width: 350px;
    }
    #header #compareBox {
        right: -70px;
    }
    .locale-fa #header #compareBox {
        left: -70px;
        right: auto;
    }
    #insideSpecialOfferBanner {
        padding: 27px 0;
    }
    .social-icons a {
        margin: 15px 0px 0 0px;
    }
    #productInfoBanner {
        padding: 15px 0;
        margin-top: 20px;
    }
    #insideSpecialOfferBanner {
        padding: 14px 0;
    }
}
/* All devices except ls and xs */
@media (min-width: 768px) and (max-width: 1199px) {
    .logo {
        display: block;
        padding-top: 13px;
        padding-right: 0;
    }
    .locale-fa .logo {
        padding-left: 0;
        padding-right: 15px;
    }
    .search-box {
        padding: 0;
    }
    #header .login-link {
        padding: 13px 19px 15px 0;
    }
    .locale-fa #header .login-link {
        padding: 13px 0px 15px 19px;
    }
    .social-icons a {
        margin: 15px 0px 0 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #extraImagesContainer .slick-list {
        margin: 0 40px 0 50px;
    }
    .locale-fa #extraImagesContainer .slick-list {
        margin: 0 70px 0 50px;
    }
    .news-box-item > div:nth-child(n+4) {
        display: none;
    }
}
@media screen and (min-width: 1024px) and (max-height: 950px) {
    /* Laptop */
    .locale-fa #extraImagesContainer .slick-list {
        margin: 0 20px 0 20px;
    }
    #header .navbar-nav li.dropdown > a {
        padding: 9px 5px;
    }
    #header .header-box-container {
        padding-left: 0;
    }
    .locale-fa #header .header-box-container {
        padding-right: 0;
        padding-left: 15px;
    }
    #header .login-link {
        padding: 13px 10px 15px 0;
    }
    .locale-fa #header .login-link {
        padding: 13px 0px 15px 10px;
    }
}
@media screen and (min-width: 1440px) and (max-height: 900px) {
    .locale-fa #extraImagesContainer .slick-list {
        margin: 0 35px 0 30px;
    }
    #header .login-link {
        padding: 13px 19px 15px 0;
    }
    .locale-fa #header .login-link {
        padding: 13px 0px 15px 19px;
    }
    #cartBoxToggle {
        margin-left: 15px;
    }
    .locale-fa #cartBoxToggle {
        margin-left: 0;
        margin-right: 15px;
    }
}
@media only screen and (width: 600px) {
    .locale-fa #extraImagesContainer .slick-list {
        margin: 0 40px 0 30px;
    }
}
@media (max-width: 375px) {
    #header .navbar-nav > li {
        width: 60px;
    }
    #header .navbar-nav li.dropdown > a {
        padding: 0 3px;
        font-size: 12px;
    }
    #extraImagesContainer .slick-list {
        margin: 0 25px 0 30px;
    }
    .locale-fa #extraImagesContainer .slick-list {
        margin: 0 30px 0 25px;
    }
    #productInfoContainer .tabs-container .nav-tabs > li > a {
        font-size: 13px;
    }
    #productExtraFields {
        margin: 0;
    }
}
/* Slick theme */
/* Arrows */
.chosen-group-products, #relatedProducts,
.manufacturers-container, .newest-products,
.special-products {
    position: relative;
}
.arrows-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 42%;
    right: 0;
}
.manufacturers-container .arrows-container {
    top: 38%;
}
.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,
.manufacturers-container .slick-prev, .manufacturers-container .slick-next {
    width: 55px;
    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,
#extraImagesContainer .slick-prev:hover:before, #extraImagesContainer .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,
#extraImagesContainer .slick-prev:before, #extraImagesContainer .slick-next:before {
    font-size: 22px;
    opacity: 1;
}
.slick-prev {
    left: 30px;
}
.locale-fa .slick-prev {
    right: 30px;
    left: auto;
}
.locale-fa .title-container .slick-prev, .locale-fa .title-container .slick-next {
    top: -160px;
}
.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: '\e824';
    text-shadow: -2px 0px 0px rgba(255, 255, 255, 1);
}
.locale-fa .slick-prev:before {
    content: '\e824';
}
#homeSlider .slick-prev:before {
    content: '\e825';
}
.locale-fa #homeSlider .slick-prev:before {
    content: '\e824';
}
.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: '\e825';
}
#homeSlider .slick-next:before {
    content: '\e824';
}
.locale-fa #homeSlider .slick-next:before {
    content: '\e825';
}
#productSpecialBlock .arrows-container {
    width: 64px;
    height: 34px;
    position: relative;
    top: -5px;
}
#productSpecialBlock .arrows-container .slick-next, #productSpecialBlock .locale-fa .arrows-container .slick-next,
#productSpecialBlock .arrows-container .slick-prev, #productSpecialBlock .locale-fa .arrows-container .slick-prev {
    width: 27px;
    height: 27px;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#productSpecialBlock .arrows-container .slick-next:hover, #productSpecialBlock .arrows-container .slick-next:hover:before,
#productSpecialBlock .arrows-container .slick-prev:hover, #productSpecialBlock .arrows-container .slick-prev:hover:before {
    color: #00bfd6;
    transition: 0.3s;
}
#productSpecialBlock .arrows-container .slick-next:before, #productSpecialBlock .arrows-container .slick-next:hover:before,
#productSpecialBlock .arrows-container .slick-prev:before, #productSpecialBlock .arrows-container .slick-prev:hover:before {
    font-size: 16px;
}
#homeSlider .slick-prev:before, #homeSlider .slick-next:before {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}
#extraImagesContainer .slick-prev, #extraImagesContainer .slick-next {
    width: 20px;
    height: 30px;
    top: 55%;
}
#extraImagesContainer .slick-prev {
    right: 0px;
    left: auto;
}
#extraImagesContainer .slick-next {
    left: 0px;
    right: auto;
}
/* slick dots style */
.slick-dots {
    position: relative;
    bottom: 15px;
    display: block;
    height: 24px;
    padding: 0;
    margin: -30px auto 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.75);
}
.slick-dots li.slick-active {
    background: #00bfd6;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
