﻿/*********** CSS RESET **********/

/*nf-Edit*/



@font-face {
    font-family: 'yekan';
    src: url("../font/699085bd.eot?#iefix") format("embedded-opentype"), url("../font/a80f71ff.woff2") format("woff2"), url("../font/088dfe8a.woff") format("woff"), url("../font/2c83275a.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}



@font-face {
    font-family: 'yekan';
    src: url("../font/5bea6c32.eot?#iefix") format("embedded-opentype"), url("../font/1fdcadec.woff2") format("woff2"), url("../font/56a1baa4.woff") format("woff"), url("../font/79533773.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'yekan';
    src: url("../font/7c912e00.eot?#iefix") format("embedded-opentype"), url("../font/fe12f13a.woff2") format("woff2"), url("../font/2d7cc7cd.woff") format("woff"), url("../font/a7d41f91.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/*END-nf-Edit*/

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

ol,
ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner,
button[type="button"]::-moz-focus-inner,
button[type="submit"]::-moz-focus-inner,
button[type="reset"]::-moz-focus-inner,
button[type="file"]>button[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

button[type="button"],
button[type="submit"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}

/*********** GLOBAL STYLES **********/

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #edeff0;
    font: normal 14px yekan;
    color: #4d4d4d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

a {
    /*color: inherit;*/
    cursor: pointer;
}

a img {
    opacity: 0.99;
    /*firefox scale bug fix*/
}

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
    height: 35px;
    /*safari padding fix*/
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

input,
textarea,
select {
    font-size: 11px;
    font-family: yekan;
    color: #777;
}

textarea {
    min-height: 150px;
}

video {
    width: 100%;
    height: 100%;
}

/*DK-Edit*/

select {
    min-width: 40px;
    height: 35px;
    /*safari padding fix*/
    padding: 0;
    cursor: pointer;
}

/*END-DK-Edit*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #ccc;
    color: #444;
    box-shadow: 0 0 1px #ccc;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+*,
input[type="radio"]+* {
    vertical-align: middle;
}

/*DK-Edit*/

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
    cursor: pointer;
    font-family: yekan;
}

/*END-DK-Edit*/

label,
label+* {
    vertical-align: middle;
}

.master-wrapper-content {
    position: relative;
    z-index: 0;
    width: 90%;
    margin: 0 auto;
}

.master-column-wrapper {
    position: relative;
    z-index: 0;
    border-radius: 4px;
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.center-1 {
    margin: 0 0 20px;
}

.center-2,
.side-2 {
    margin: 0 0 15px;
}

.side-2:after {
    content: "";
    display: block;
    clear: both;
}

.page {
    min-height: 200px;
    text-align: center;
    border-radius: 4px;
}

.page-title {
    min-height: 50px;
    padding: 15px;
    border-bottom: 1px solid #efefef;
    background-color: #f7f9fa;
    margin-bottom: 15px;
}

.page-title h1 {
    font-size: 18px;
    font-weight: normal;
    padding-right: 15px;
    position: relative;
    color: #2196f3;
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}

.page-body h2 {
    margin-top: 10px;
    margin-bottom: 8px;
}

.center-1 .page-title,
.center-1 .title {
    text-align: right;
}

.buttons {
    margin: 0 0 20px;
    height: 45px;
    text-align: center;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    background: url('../images/rss.png') center no-repeat;
    font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 36px 0 0;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 36px 0 0;
    list-style: decimal;
}


.flyout-cart {
    display: none;
}

.topic-page .page-body {
    padding: 0 10px 0 30px;
}

.topic-page p,
.full-description p {
    min-height: 1em;
}

/*********** GLOBAL FORMS ***********/

.fieldset,
.section {
    position: relative;
    margin: 0 0 10px;
}

.fieldset .title,
.section .title {
    font-size: 13px;
    color: #4d4d4d;
    text-align: center;
    margin-top: 15px;
}

.fieldset .title strong,
.section .title strong {
    font-weight: normal;
    position: relative;
    padding-right: 15px;
}

.form-fields {
    position: relative;
    padding: 10px 15px;
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
    /*fix for 'required' elements*/
    font-size: 0;
}

.inputs:after {
    content: "";
    display: block;
    clear: both;
}

.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
    /*reset zeroing*/
    color: #444;
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="password"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
    width: 400px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 2px;
}

.inputs.custom-attributes {
    white-space: normal;
}

.inputs .option-list {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
}

.inputs .option-list li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
}

.inputs .option-list label {
    display: inline-block;
    width: auto !important;
    margin: 0 5px 0 0;
}

.inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
}

.required {
    margin: 0 3px 0 -8px;
    /*siblings offset*/
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #e4434b;
}

.field-validation-valid,
.username-available-status {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #4cb17c;
}

.captcha-box {
    text-align: center;
    line-height: 0;
    /*firefox line-height bug fix*/
}

.captcha-box>div {
    display: inline-block;
    max-width: 100%;
}

.captcha-box input {
    height: auto;
}

/*********** GLOBAL TABLES ***********/

.table-wrapper {
    overflow-x: auto;
    padding: 15px 15px 0 15px;
    background-color: #fff;
}

.cart th,
.data-table th,
.forum-table th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #f6f6f6;
    padding: 10px;
    white-space: nowrap;
    font-weight: normal;
}

.cart td,
.data-table td,
.forum-table td {
    min-width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 20px;
    color: #444;
}

.forum-table td {
    min-width: 90px;
}

.cart a,
.data-table a,
.forum-table a {
    font-weight: normal;
    color: #2196F3;
}

.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
    text-decoration: underline;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
    min-width: 225px;
    text-align: right;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
    color: #4d4d4d;
}

.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
    color: #2196F3;
    text-decoration: none;
}

.cart .product .edit-item {
    margin: 10px 0 0;
}

.cart .product .edit-item a {
    font-weight: normal;
    color: #2196F3;
}

.cart .product .edit-item a:hover {
    text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}

.cart td.quantity input {
    width: 50px;
    text-align: center;
}

.cart td.subtotal,
.data-table td.total {
    white-space: nowrap;
    color: #444;
}

.cart td.subtotal .discount {
    font-style: italic;
    color: #2196F3;
}

.data-table em a {
    font-weight: bold;
    color: #444;
}

.data-table div.download {
    margin: 10px 0 0;
}

.price tr td {
    padding: 10px;
}

.price tr td:first-child {
    background-color: #f6f6f6;
}

/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 10px 15px 25px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification.success {
    background-color: #4bb07a;
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification .content {
    float: right;
    margin: 0 0 0 10px;
    width: 100%;
    text-align: center;
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}

.bar-notification .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('../images/close.png') center no-repeat;
    cursor: pointer;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ajax-loading-block-window::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.11);
    z-index: -1;
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px -16px 0 0;
    background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-right: 20px;
    font-size: 14px;
}

/*DK-Edit*/

.ui-dialog {
    width: 350px !important;
    max-width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px yekan;
}

/*END-DK-Edit*/

.ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #eee;
    padding: 10px 15px;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-width: 0 0 1px;
    border-radius: 0;
    background-image: none;
    padding: 10px 15px !important;
    font-weight: normal;
    cursor: auto !important;
}

.ui-dialog-titlebar>span {
    float: right;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    float: right !important;
    margin: 0 !important;
}

.ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../images/close.png') center no-repeat;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: auto !important;
    left: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../images/close.png') center no-repeat !important;
    padding: 0 !important;
}

.ui-dialog-titlebar button span {
    display: none !important;
}

.ui-dialog-content {
    height: auto !important;
    padding: 15px;
    line-height: 20px;
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    padding: 15px !important;
    color: #777;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px -160px 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
}

.eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 5px 0 10px;
    border: none;
    background-color: #2196F3;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
}

.eu-cookie-bar-notification button:hover {
    background-color: #208de6;
}

.eu-cookie-bar-notification a {
    display: block;
    color: #2196F3;
}

.eu-cookie-bar-notification a:hover {
    text-decoration: underline;
}

/*********** HEADER ***********/

.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
}

.admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
}

.admin-header-links .impersonate {
    display: inline-block;
}

.admin-header-links .impersonate a {
    background-color: #555;
    padding: 0 15px;
}

.admin-header-links .impersonate a:hover {
    background-color: #666;
}

.header {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: auto;
    text-align: center;
}

.header-upper {
    position: relative;
    z-index: 1;
}

.header-selectors-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.header-selectors-wrapper>div {
    display: block;
    width: 50%;
    margin: 10px auto;
    vertical-align: middle;
}

.header-selectors-wrapper select {
    width: 100%;
}

.language-list {
    max-width: 100%;
    font-size: 0;
}

.language-list li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
}

.language-list a {
    display: block;
    position: relative;
    width: 24px;
    height: 32px;
    line-height: 0;
}

.language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.header-links-wrapper {
    position: relative;
    padding: 20px 0;
}

.header-links {
    text-align: right;
}

.header-links ul {
    font-size: 0;
}

.header-links li {
    display: inline-block;
    margin: 0 10px;
}

.header-links span,
.header-links a {
    display: inline-block;
    font-size: 12px;
    /*reset zeroing*/
    line-height: 36px;
    text-transform: uppercase;
}

.header-links a:hover {
    color: #616161;
}

#topcartlink {
    margin-left: 10px;
    float: right;
}

#topcartlink a {
    width: 100%;
    background-color: #62B965;
    text-align: center;
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 9px 45px 9px 0;
    text-transform: uppercase;
    position: relative;
    border-radius: 2px;
}

.cart-label {
    font-size: 12px;
}



.header-lower {
    position: relative;
    z-index: 0;
}

.header-logo {
    text-align: center;
}

.header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    /*firefox line-height bug fix*/
    vertical-align: middle;
}

.header-logo a img {
    max-width: 100%;
    opacity: 1;
}

.search-box form {
    display: inline-block;
}

.search-box form:after {
    content: "";
    display: block;
    clear: both;
}

.search-box input.search-box-text {
    float: right;
    width: 350px;
    height: 36px;
    margin: 0 0 0 -1px;
}

.search-box .search-box-button {
    float: right;
    width: 40px;
    height: 36px;
    border: none;
    background: url("../images/slices.png") no-repeat -446px -21px #9da3b1;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px 0 0 4px !important;
    color: transparent;
}

.search-box .search-box-button:hover {
    background-color: #8a8f9c;
}

.search-box .ui-autocomplete-loading {
    background: #fff url('../images/ajax-loader-small.gif') left center no-repeat;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-autocomplete {
    width: 285px !important;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: right;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 12px yekan;
}

.ui-autocomplete li {
    border-top: 1px solid #ddd;
}

.ui-autocomplete li:first-child {
    border-top: none;
}

.ui-autocomplete a {
    display: block;
    padding: 15px;
    font-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 15px !important;
    line-height: normal !important;
    color: #777 !important;
}

.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6 !important;
}

.ui-autocomplete img {
    display: none;
    min-width: 20px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

/*********** FOOTER ***********/

.footer {
    display: block;
}

.footer-upper {
    width: 95%;
    margin: auto;
    overflow: hidden;
    padding: 5px 0;
    font-size: 0;
}

.footer-block {
    width: 95%;
    margin: 1px auto;
    text-align: right;
    font-size: 14px;
    /*reset zeroing*/
}

.footer-block .title {
    margin: 0 0 1px;
    background: #0e95ce url(../images/toggle-white.png) left center no-repeat;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.footer-block .title strong {
    font-weight: normal;
    font-size: 16px;
}

.footer-block .list {
    display: none;
    margin: 0 0 20px;
    background-color: rgba(255, 255, 255, 0.31);
    padding: 10px 15px;
}

.footer-block .list a {
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 13px;
}

.footer-block .list a:hover {
    color: #2196F3;
}

.follow-us {
    margin: 30px auto 0;
    text-align: center;
}

.follow-us .title {
    margin: 0 0 10px;
    background: none;
    color: #444;
    cursor: auto;
}

.follow-us .social ul {
    font-size: 0;
    text-align: center;
}

.follow-us .social li {
    display: inline-block;
    margin: 0 5px;
}

.follow-us .social a {
    display: block;
    width: 38px;
    height: 38px;
    background: url("../images/slices.png") no-repeat;
    font-size: 0;
}

.follow-us .social .facebook a {
    background-position: -504px -676px;
}

.follow-us .social .telegram a {
    background-position: -542px -676px;
}

.follow-us .social .rss a {
    background-position: -580px -676px;
}

.follow-us .social .youtube a {
    background-position: -618px -676px;
}

.follow-us .social .google-plus a {
    background-position: -493px -620px;
}

.follow-us .social .instagram a {
    background-position: -535px -620px;
}

.newsletter-email {
    display: inline-block;
    overflow: hidden;
}

.newsletter-email input[type="text"] {
    float: right;
    width: 180px;
    height: 36px;
    margin: 0 0 0 -1px;
}

.newsletter-subscribe-button {
    float: right;
    height: 36px;
    border: none;
    background-color: #2196F3;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.newsletter-subscribe-button:hover {
    background-color: #208DE6;
}

.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

/*.newsletter-validation .please-wait {
		display: none !important; 
	}*/

.footer-lower {
    width: 95%;
    margin: auto;
    overflow: hidden;
    padding: 25px 0;
    font-size: 12px;
    color: #bbbbbb;
}

.footer-lower span {
    display: inline-block;
}

.footer-tax-shipping a {
    display: inline-block;
    font-weight: bold;
    color: #2196F3;
}

.footer-tax-shipping a:hover {
    text-decoration: underline;
}

.footer-powered-by {
    margin: 10px 0 0;
}

.footer-powered-by a {
    display: inline-block;
    font-weight: bold;
    color: #2196F3;
}

.footer-powered-by a:hover {
    text-decoration: underline;
}

.footer-store-theme {
    margin: 10px 0 0;
}

.footer-store-theme select {
    width: 170px;
}

/*********** SIDE COLUMN ***********/

.block {
    max-width: 600px;
    /*width limit in mobile*/
    min-height: 50px;
    margin: auto;
    text-align: right;
}

.block .title {
    position: relative;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6 url('../images/toggle-gray.png') left 10px no-repeat;
    padding: 12px 10px 12px 30px;
    /*font-size: 20px;*/
    color: #444;
    cursor: pointer;
}

.block .title strong {
    font-weight: normal;
}

.block .listbox {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}

.block .list li {
    padding: 5px 15px 5px 0;
}

.block .list a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    font-size: 12px;
    color: #4d4d4d;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.block .list .active>a {
    color: #2196F3;
}

.block .list a:hover {
    color: #2196F3;
}

.block a.product-picture {
    display: none;
}

.block a.product-picture:before {
    display: none;
}

.block .sublist {
    margin: 15px 0 5px;
}

.block .sublist a {
    font-size: 14px;
}

.block .view-all {
    margin: 10px 0 0;
}

.block .view-all a {
    display: block;
    padding-top: 8px;
    font-size: 11px;
    color: #2196F3;
    text-align: center;
    border-top: 1px dashed #d0d0d0;
}

.block .view-all a:hover {
    text-decoration: underline;
}

.block .tags {
    margin: 5px 0 10px;
}

.block .tags ul {
    font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 17px !important;
    /*setting base size*/
}

.block .tags li a,
.product-tags-all-page li a {
    float: right;
    line-height: 30px;
    color: #444;
}

.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #2196F3;
}

.poll strong {
    display: block;
    margin: 10px 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    color: #444;
    text-transform: uppercase;
}

.poll-options,
.poll-results {
    margin: 10px 0 15px;
    overflow: hidden;
    font-size: 15px;
    color: #444;
}

.poll-options li,
.poll-results li {
    margin: 10px 0;
}

.poll-options li>input {
    margin: 0 0 0 5px;
    cursor: pointer;
}

.poll-options li>label {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}


.poll .buttons input {
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.poll .buttons input:hover {
    background-color: #bbb;
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
    font-style: italic;
    color: #444;
}

.home-page-polls {
    text-align: center;
}

.home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px;
}

.home-page-polls .title strong {
    font-weight: normal;
}

.home-page-polls li {
    display: inline-block;
    margin: 10px;
}

/********** CATEGORY PAGE **********/

.breadcrumb {
    padding: 5px 22px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px #edeef0;
    -o-box-shadow: 0 1px 2px #edeef0;
    background: url("/Themes/DefaultClean/Content/Images/bullet.png") no-repeat calc(100% - 10px) #fff;
    margin-bottom: 10px;
}

.breadcrumb ul {
    font-size: 0;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li * {
    display: inline-block;
    font-size: 12px;
    /*reset zeroing*/
    line-height: 32px;
}

.breadcrumb strong {
    font-weight: normal;
}

.breadcrumb a:hover {
    color: #000;
}

.category-description,
.manufacturer-description,
.vendor-description {
    line-height: 22px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
}

.contact-vendor {
    margin: 0 0 30px;
}

.contact-vendor .button-2 {
    border: none;
    background-color: #2196F3;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.contact-vendor .button-2:hover {
    background-color: #208de6;
}

.product-selectors {
    border-bottom: 1px solid #ddd;
    background-color: #F7F9FA;
    padding: 5px 10px;
}

.product-selectors:first-child {
    border-top: none;
    border-radius: 4px 4px 0 0;
}

.product-selectors:after {
    content: "";
    display: block;
    clear: both;
}

.product-selectors>div {
    display: inline-block;
    margin: 5px;
}

.product-selectors span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.product-selectors select {
    margin: 0 8px;
    text-transform: lowercase;
    padding-right: 5px;
    border-radius: 2px;
}

.product-selectors .product-viewmode {
    display: none;
    font-size: 0;
}

.product-filters,
.block-manufacturer-navigation {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px !important;
    background-color: white;
    border: 1px solid #ebeced;
    -ms-border-radius: 4px !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100% !important;
}

.product-filter {
    margin: 0 0 10px;
}

.product-filter .filter-title,
.block-manufacturer-navigation .title {
    height: 40px;
    background-color: #f7f9fa !important;
    line-height: 40px;
    padding: 0 !important;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.product-filter .filter-title strong,
.block-manufacturer-navigation .title strong {
    color: #4d4d4d;
    height: 40px;
    font-size: 12px;
    padding-right: 15px;
    direction: rtl;
    font-weight: normal;
}

.product-filter .filter-content {
    color: #4d4d4d;
    width: 100%;
}

.product-filter .available-items:after {
    content: "";
    display: block;
    clear: both;
}

.product-filter .product-spec-group:first-child {
    margin-top: 10px !important;
}

.product-filter .group li {
    font-size: 15px;
}

.product-filter .group li a,
.product-filter .group li strong {
    display: inline-block;
    padding: 5px 0;
}

.product-filter .group li a:hover {
    color: #2196F3;
}

.product-filter .group li.item {
    display: inline-block;
    position: relative;
    margin: 0 0 0 15px;
    padding: 0 15px 0 0;
}

.product-filter .group li.item:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 5px;
    height: 5px;
    background-color: #ddd;
}

.filtered-items .title {
    margin: 10px 0 5px;
    font-size: 12px;
}

.filtered-items .item {
    color: #2196F3;
    font-size: 12px;
}

.remove-filter {
    padding: 10px;
}

.remove-filter a {
    display: block;
    background-color: #666;
    padding: 7px 0;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.remove-filter a:hover {
    background-color: #999;
}

.item-grid:after {
    content: "";
    display: block;
    clear: both;
}

.item-box {
    position: relative;
    float: right;
    text-align: right;
    border-radius: 4px;
    padding-bottom: 5px;
    -moz-transition: 200ms all ease-in;
    -o-transition: 200ms all ease-in;
    -webkit-transition: 200ms all ease-in;
    transition: 200ms all ease-in;
    opacity: 1;
    width: 175px;
}

.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.item-box .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    height: 200px;
}

.item-box .picture a {
    display: block;
    position: relative;
}



.item-box .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.item-box:hover .picture a img {
    opacity: 0.85;
}

.item-box .details {
    padding: 0 10px;
    text-align: center;
}

.item-box .product-title {
    margin: 8px 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.5;
    font-weight: normal;
    color: #4d4d4d;
}

.item-box .product-title a {
    color: inherit;
}

.item-box .product-rating-box {
    display: inline-block;
}

.item-box .rating {
    background: url('../images/rating1.png') repeat-x;
    width: 95px;
    height: 14px;
}

.item-box .rating div {
    background: url('../images/rating2.png') repeat-x;
    height: 14px;
}

.item-box .description {
    max-height: 60px;
    text-align: center;
    font-size: 11px;
}

.item-box .description a {
    display: block;
    overflow: hidden;
}

.item-box .prices {
    overflow: hidden;
}

.item-box.specialoffer .prices {
    height: 135px;
}

.item-box.specialoffer .prices .old-price {
    height: 35px;
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    background-color: gray;
    padding: 12px 8px;
    margin-left: 0;
    color: #E0E0E0;
    position: relative;
    float: right;
    border-radius: 0 2px 2px 0;
}

.item-box.specialoffer .prices .actual-price {
    height: 35px;
    width: auto;
    display: inline-block;
    line-height: 5px;
    margin-left: 0;
    background-color: #EF3F3E;
    padding: 15px 15px 15px 5px;
    color: white;
    font-size: 15px;
    border-radius: 2px 0 0 2px;
}

.item-box.specialoffer .prices .old-price::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -20px;
    top: 7px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FFFFFF;
}

.item-box .old-price {
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #aaa;
    text-decoration: line-through;
    width: auto;
}

.item-box .actual-price {
    margin: 0 0 0 5px;
    font-size: 18px;
    color: #46a349;
    /*float: right;*/
    line-height: 35px;
    /*min-height: 40px;*/
}

.item-box .tax-shipping-info a {
    color: #2196F3;
}

.item-box .tax-shipping-info a:hover {
    text-decoration: underline;
}

.item-box .buttons {
    margin: 0;
    font-size: 0;
}

.item-box input[type="button"],
.item-box button[type="button"] {
    display: inline-block;
    height: 38px;
    border: none;
    vertical-align: bottom;
}

input.button-1.checkout-button.product-box-add-to-cart-button.btn-buy-mobile {
    display: none;
}

.item-box .product-box-add-to-cart-button,
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    width: 65%;
    background-color: #62B965;
    text-align: center;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 8px 35px 8px 0;
    text-transform: uppercase;
    position: relative;
}

.item-box .product-box-add-to-cart-button:hover {
    background-color: #46a349;
}

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    width: 20%;
    border-right: 1px solid #fff !important;
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    /* font-size: 0; */
    vertical-align: unset;
}

.item-box .add-to-compare-list-button {
    background-image: url('../images/compare-button.png');
}

.item-box .add-to-wishlist-button {
    background-image: url('../images/wishlist-button.png');
}

.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover {
    background-color: #ddd;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid {
    margin: 0 0 20px;
}

.home-page-category-grid .title,
.sub-category-grid .title {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0;
    background-color: #f7f8fa;
    border-radius: 4px 4px 0 0;
}

.home-page-category-grid .title a,
.sub-category-grid .title a {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    padding: 0 5px;
    color: inherit;
}

.home-page-category-grid .picture,
.sub-category-grid .picture {
    margin: 0;
}

.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
    padding-top: 65%;
}

.rich-blog-homepage,
.news-list-homepage,
.product-grid,
.product-list,
.html-product-details-page .page-body {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    box-shadow: 0 0 5px rgba(101, 101, 101, 0.28);
}

.rich-blog-homepage .title,
.news-list-homepage .title,
.product-grid .title,
.html-product-details-page .page-body .title {
    font-size: 22px;
    font-weight: normal;
    background: #f5f6f7;
    height: 40px;
    border-bottom: 1px solid #eeeeee;
    font: normal 13px/38px yekan;
    text-align: right;
    padding: 0 12px;
    color: #666666;
}
.product-grid .title {
    font: normal 3px/16px yekan;
height: 30px;
}
.rich-blog-homepage .title strong,
.news-list-homepage .title strong,
.product-grid .title strong,
.html-product-details-page .page-body .title strong {
    display: inline-block;
    height: 40px;
    border-bottom: 2px solid #ff6a6c;
}

.manufacturer-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.manufacturer-grid .title a:hover {
    color: #2196F3;
}

.manufacturer-grid .picture {
    border: 1px solid #ddd;
}

.vendor-list li {
    display: inline-block;
    margin: 0 0 0 25px;
}

.vendor-list li a {
    display: block;
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    color: #2196F3;
}

.vendor-list li a:before {
    content: "";
    position: absolute;
    top: 13px;
    right: -15px;
    width: 5px;
    height: 5px;
    background-color: #ddd;
}

.vendor-list li a:hover {
    text-decoration: underline;
}

.pager {
    margin: 0 0 20px;
    background-color: #fff;
    padding: 20px 0;
}

.pager ul {
    text-align: center;
    font-size: 0;
}

.pager li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.pager li a,
.pager li span {
    display: block;
    min-width: 25px;
    height: 25px;
    border: 1px solid #dddddd;
    padding: 2px;
    text-align: center;
    font-size: 14px;
    /*reset zeroing*/
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pager li span {
    border: 1px solid #666666;
    background-color: #777777;
    color: #fff;
}

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    color: #fff;
}

.pager li.previous-page * {
    background-image: url('../images/next.png');
}

.pager li.next-page * {
    background-image: url('../images/prev.png');
}

.pager li.first-page * {
    background-image: url('../images/last.png');
}

.pager li.last-page * {
    background-image: url('../images/first.png');
}

.pager li a:hover {
    border-color: transparent;
    background-color: #ddd;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/********** PRODUCT PAGE **********/

.product-essential {
    margin: 0 0 10px;
    padding: 10px 0 10px;
    background-color: white;
    border-radius: 4px;
}

.product-essential:after {
    content: "";
    display: block;
    clear: both;
}

.gallery {
    margin: 0 auto 10px;
}

.gallery .picture-wrapper {
    margin: 0 0 10px;
}

.gallery .picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
}

.gallery .picture:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
}

.gallery .picture-thumbs a {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 2px 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fafbfc !important;
    padding: 4px 0 0;
}

.overview {
    position: relative;
    margin: 0px 20px 20px;
}

.overview .product-name {
    background: #f5f6f7;
    padding: 10px 15px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.overview .product-name h1 {
    font-size: 18px;
    font-weight: normal;
    color: #4d4d4d;
}

.overview .short-description {
    margin: 0 0 25px;
    line-height: 22px;
    color: #666;
    text-align: justify;
    font-size: 13px;
    padding: 0 10px;
}

.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 25px;
    color: #444;
}

.product-no-reviews a {
    text-decoration: underline;
}

.product-review-box {
    display: inline-block;
    margin: 0 0 8px;
}

.product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url('../images/rating1.png') repeat-x;
}

.product-review-box .rating div {
    height: 14px;
    background: url('../images/rating2.png') repeat-x;
}

.product-review-links a {
    display: inline-block;
    text-decoration: underline;
}

.product-review-links a:hover {
    color: #2196F3;
}

.overview .label,
.variant-overview .label {
    display: inline-block;
}

.overview .value,
.variant-overview .value {
    color: #444;
}

.overview .value a,
.variant-overview .value a {
    color: #2196F3;
}

.overview .value a:hover,
.variant-overview .value a:hover {
    text-decoration: underline;
}

.overview-buttons {
    margin: 0 0 25px;
    font-size: 0;
}

.overview-buttons div {
    width: 100%;
    margin: 0 auto 3px;
}

.overview .button-2,
.variant-overview .button-2 {
    display: block;
    width: 200px;
    border: none;
    background-color: #eaeaea;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 12px 15px 12px 15px;
    text-align: center;
    font-size: 12px;
    /*reset zeroing*/
    color: #666;
    float: right;
    margin-left: 10px;
}

.overview .button-2:hover,
.variant-overview .button-2:hover {
    background-color: #ddd;
}

.overview .add-to-compare-list-button {
    background-image: url('../images/compare-button.png');
}

.overview .email-a-friend-button {
    background-image: url('../images/email-button.png');
}

.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url('../images/email-button.png');
}

.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url('../images/download-button.png');
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url('../images/wishlist-button.png');
}

.overview .manufacturers {
    margin: 0 0 20px;
}

.overview .availability,
.variant-overview .availability {
    margin: 0 0 20px;
    overflow: hidden;
}

.overview .availability .stock,
.variant-overview .availability .stock {
    margin: 0 0 10px;
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
    display: inline-block;
}

.back-in-stock-subscription-page .notify-me-button {
    margin: 15px 0 0;
    border: none;
    background-color: #2196F3;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.back-in-stock-subscription-page .notify-me-button:hover {
    background-color: #208de6;
}

.overview .additional-details,
.variant-overview .additional-details {
    margin: 0 0 20px;
}

.overview .additional-details div,
.variant-overview .additional-details div {
    margin: 0 0 8px;
}

.overview .delivery,
.variant-overview .delivery {
    margin: 25px 0;
    overflow: hidden;
}

.overview .free-shipping,
.variant-overview .free-shipping {
    display: inline-block;
    margin: 0 0 10px;
    background: url('../images/shipping.png') right center no-repeat;
    padding: 2px 28px 2px 0;
    font-weight: bold;
    color: #444;
}

.overview .download-sample,
.variant-overview .download-sample {
    display: inline-block;
    margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
    margin: 0 0 10px;
    overflow: hidden;
}

.overview .prices>div,
.variant-overview .prices>div {
    margin: 0 0 5px;
}

.overview .prices>div>span,
.variant-overview .prices>div>span {
    vertical-align: middle;
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 20px;
    /*font-weight: bold;*/
    color: #444;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
    color: #2196F3;
}

.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
    text-decoration: underline;
}

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
}

.customer-entered-price .price-input label {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.customer-entered-price .price-input input {
    width: 170px;
    text-align: center;
}

.customer-entered-price .price-range {
    margin: 5px 0 0;
    color: #777;
}

.tier-prices {
    margin: 0 0 20px;
}

.tier-prices .title {
    display: none;
}

.tier-prices table td {
    border: 1px solid #ddd;
    padding: 10px;
    color: #444;
}

.tier-prices .field-header {
    min-width: 80px;
}

.tier-prices .item-price {
    background-color: #f9f9f9;
    font-size: 16px;
    color: #e4434b;
}

.overview .add-to-cart {
    margin: 0 0 20px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

.overview .add-to-cart-panel>*,
.variant-overview .add-to-cart-panel>* {
    float: right;
}

.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
    width: 45px;
    height: 43px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    color: #444;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 43px;
    border: none;
    background-color: #4caf50;
    padding: 0 20px 0 70px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    background-color: #46a349;
}

.product-share-button {
    display: inline-block;
    overflow: hidden;
}

.full-description {
    clear: both;
    line-height: 24px;
    padding: 20px;
}

.full-description img,
.topic-page img,
.blogpost-page img,
.news-item-page img {
    max-width: 100%;
    height: auto;
}

.product-collateral {
    margin: 0 10px;
}

.product-collateral .title {
    font-size: 18px;
    color: #444;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.product-collateral .title strong {
    font-weight: normal;
}

.product-variant-line {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

.product-variant-line:after {
    content: "";
    display: block;
    clear: both;
}

.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

.variant-overview .variant-name {
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #2196F3;
}

.variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 22px;
}

.variant-overview .add-to-wishlist {
    margin: 0 0 25px;
}

.variant-overview .add-to-wishlist-button {
    display: inline-block;
    width: auto;
}

.variant-overview .add-to-cart {
    margin: 0 0 10px;
}

.product-specs-box {
    margin: 0 0 40px;
    border-radius: 4px;
    width: 100%;
    position: relative;
    border-radius: 4px;
    margin-bottom: 10px;
}

.product-specs-box td {
    border: 1px solid #ddd;
    padding: 10px;
}

.product-tags-list {
    font-size: 0;
}

.product-tags-list li {
    display: inline-block;
    font-size: 14px;
    /*reset zeroing*/
}

.product-tags-list li.separator {
    margin: 0 3px 0 5px;
}

.product-tags-list a {
    display: inline-block;
    line-height: 24px;
}

.product-tags-list a:hover {
    color: #444;
}

.attributes {
    margin: 20px 0;
}

.attributes dl {
    overflow: hidden;
    padding: 0 2px;
    /* fix for Chrome in Mac, the checkboxes get cut off */
}

.attributes dt,
.attribute-label {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    /*font-weight: bold;*/
    color: #444;
}

.attributes dd,
.attribute-data {
    margin: 0 0 10px;
}

.attributes li {
    margin: 8px 0 12px;
}

.attributes select {
    width: auto;
    min-width: 100px;
    max-width: 100%;
}

.attributes .option-list label {
    margin: 0 5px;
}

.attributes .datepicker {
    width: 280px;
    text-align: center;
    color: #444;
}

.ui-datepicker {
    width: 280px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    text-align: center;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #777;
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #2196F3;
    color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background-image: none;
    padding: 0 !important;
    font-weight: normal;
}

.ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important;
}

.ui-datepicker-header a.ui-datepicker-prev {
    right: 0;
    left: auto;
    background: url('../images/calendar-next.png') center no-repeat;
}

.ui-datepicker-header a.ui-datepicker-next {
    right: auto;
    left: 0;
    background: url('../images/calendar-prev.png') center no-repeat;
}

.ui-datepicker-header a span {
    /*override jQuery UI styles, do not delete doubled properties*/
    display: none !important;
}

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: 32px !important;
}

.ui-datepicker-calendar {
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    font-size: 14px !important;
}

.ui-datepicker-calendar th {
    background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ddd;
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
    display: block;
    min-height: 32px;
    line-height: 32px;
    color: #444;
}

.ui-datepicker-calendar td a {
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none !important;
    background: none !important;
    padding: 0;
    text-align: center;
    color: #444 !important;
}

.ui-datepicker-calendar .ui-state-active {
    outline: 2px solid #2196F3;
    font-weight: bold;
    color: #2196F3;
    /*override jQuery UI styles, do not delete doubled properties*/
    color: #2196F3 !important;
}

.color-squares {
    font-size: 0;
}

.color-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center;
}

.color-squares .color-container {
    display: block;
    position: relative;
    z-index: 0;
    padding: 1px;
}

.color-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
}

.color-squares .color {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #444 !important;
    cursor: pointer;
}

.color-squares .selected-value .color-container {
    background-color: #2196F3;
}

.color-squares li input {
    position: relative;
    z-index: -1;
    margin: -32px 0 0;
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
}

.giftcard div {
    margin: 0 0 10px;
}

.giftcard label {
    display: block;
    margin: 0 auto 5px;
    font-weight: bold;
    color: #444;
}

.giftcard input,
.giftcard textarea {
    width: 350px;
    max-width: 100%;
}

.giftcard textarea {
    height: 150px;
}

/********** PRODUCT REVIEWS **********/

.product-reviews-page h1 a {
    display: inline-block;
    color: #2196F3;
}

.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
    content: "''";
}

.product-reviews-page .title {
    margin: 0 0 20px;
    font-size: 20px;
    color: #444;
}

.product-reviews-page .title strong {
    font-weight: normal;
}

.write-review {
    margin: 0 0 60px;
}

.write-review .fieldset {
    margin: 0 0 30px;
}

.write-review .review-rating {
    text-align: center;
}

.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}

.write-review .review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}

.write-review .review-rating li.first {
    color: #e4444c;
}

.write-review .review-rating li.rating-options {
    padding-top: 2px;
}

.write-review .review-rating li.rating-options input {
    vertical-align: baseline;
}

.write-review .review-rating li.last {
    color: #4cb17c;
}

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    border: none;
    background-color: #2196F3;
    padding: 10px 25px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.write-review .button-1:hover {
    background-color: #208de6;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 0 40px;
}

.product-review-item .review-item-head {
    border-top: 1px solid #ddd;
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 10px;
}

.product-review-item .review-title {
    line-height: 20px;
    font-size: 15px;
    color: #444;
}

.product-review-item .product-review-box {
    margin: 3px 0 0;
}

.product-review-item .review-content {
    padding: 20px 10px;
}

.product-review-item .review-text {
    margin: 0 0 15px;
    line-height: 22px;
    color: #444;
}

.product-review-item .review-info {
    margin: 0 0 5px;
}

.product-review-item .review-info label {
    font-weight: normal;
}

.product-review-item .review-info *,
.product-review-helpfulness * {
    display: inline-block;
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
    display: inline-block;
    padding: 0 5px;
    color: #2196F3;
    cursor: pointer;
}

.product-review-helpfulness .question {
    margin: 0 0 0 5px;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 10px 0 0;
}

/********** WISHLIST & COMPARE LIST **********/

.wishlist-page .page-title {
    margin: 0 0 -1px;
}

.wishlist-content {
    margin: 0 0 20px;
}

.wishlist-content .message-error {
    margin: 20px 0;
}

.wishlist-content .table-wrapper {
    margin: 0 0 30px;
}

.wishlist-content .product-content {
    min-width: 300px;
    text-align: right;
}

.wishlist-content .tax-shipping-info {
    margin: 0 0 20px;
    text-align: center;
}

.wishlist-content .tax-shipping-info a {
    color: #4ab3f1;
}

.wishlist-content .tax-shipping-info a:hover {
    text-decoration: underline;
}

.wishlist-content .buttons {
    font-size: 0;
}

.wishlist-content .button-2 {
    margin: 0 3px;
    border: none;
    padding: 10px 25px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
}

.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
    background-color: #2196F3;
    text-transform: uppercase;
}

.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover {
    background-color: #208de6;
}

.wishlist-content .email-a-friend-wishlist-button {
    background-color: #aaa;
}

.wishlist-content .email-a-friend-wishlist-button:hover {
    background-color: #999;
}

.wishlist-page .share-info {
    text-align: center;
}

.wishlist-page .share-info span {
    display: block;
    margin: 0 0 5px;
}

.wishlist-page .share-info a {
    font-weight: bold;
    color: #444;
}

.wishlist-page .share-info a:hover {
    color: #2196F3;
}

.wishlist-page .no-data {
    margin: 25px 0 0;
}

.compare-products-page {
    position: relative;
    overflow: hidden;
}

.compare-products-page .clear-list {
    display: inline-block;
    background-color: #2196F3;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px !important;
    margin-left: 10px;
}

.compare-products-page .clear-list:hover {
    background-color: #208DE6;
}

.compare-products-page .table-wrapper {
    margin: 0 0 30px;
    padding: 10px 10px 0 10px;
    /*IE mobile table border fix*/
}

.compare-products-table td {
    min-width: 150px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0 10px;
    text-align: right;
    vertical-align: top;
    color: #444;
    font-size: 12px;
    line-height: 28px;
    position: relative;
}

.compare-products-table td:first-child {
    min-width: 0;
    vertical-align: middle;
}

.compare-products-table td label {
    font-weight: normal;
    color: #777;
}

.compare-products-table .remove-button {
    display: inline-block;
    border: none;
    background: url('../images/remove.png') right center no-repeat;
    padding: 0 18px 0 0;
    font-size: 12px;
    color: #666;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
}

.compare-products-table .picture:hover+.remove-button {
    opacity: 1;
}

.compare-products-table .remove-button:hover {
    color: #2196F3;
}

.compare-products-table .picture {
    display: block;
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}

.compare-products-table .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


.compare-products-table .product-name td a:hover {
    color: #2196F3;
}

.compare-products-table .short-description td {
    line-height: 22px;
}

.compare-products-table .full-description td {
    display: none;
}

.compare-products-page .no-data {
    margin: 25px 0 0;
}

/*********** TOPICS ***********/

.topic-block {
    margin: 0 0 25px;
    background-color: #fff;
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
}

.topic-block-title {
    min-height: 50px;
    margin: 0 0 12px;
    border-bottom: 1px solid #ddd;

}

.topic-block-title h2 {
    font-size: 30px;
    font-weight: normal;
}

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
}

.page-body {
    text-align: justify;
    line-height: 22px;
    background-color: white;
    padding: 0px 0px 30px;
    border-radius: 0 0 4px 4px;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-block strong,
.topic-page strong {
    color: #444;
}

.home-page .topic-block {
    margin: 0 0 20px;
}

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 15px;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 20px;
    color: #444;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

.enter-password-form input[type="password"] {
    float: right;
    width: 200px;
    height: 40px;
    margin: 0 0 0 -1px;
}

.enter-password-form input[type="submit"] {
    float: right;
    width: auto;
    min-width: 86px;
    height: 40px;
    border: none;
    background-color: #2196F3;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
}

.enter-password-form input[type="submit"]:hover {
    background-color: #208de6;
}

/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page .page-title,
.email-a-friend-page .page-title {
    margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error {
    margin: 20px 0;
    text-align: center;
}

.contact-page .button-1,
.email-a-friend-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #2196F3;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover {
    background-color: #208de6;
}

.contact-page .topic-block,
.email-a-friend-page .title {
    margin: 25px 0;
}

.email-a-friend-page .title h2 {
    font-weight: normal;
    color: #2196F3;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.gender {
    display: inline-block;
}

.gender span {
    display: inline-block;
    margin: 0 5px;
}

.gender span>* {
    display: inline !important;
    margin: 0 5px;
    line-height: 32px;
}

.date-of-birth select {
    width: 31%;
    /*always single line*/
    max-width: 126px;
}

.date-of-birth select+select {
    margin: 0 10px 0 0;
}

#check-availability-button {
    margin: 10px 0 0;
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

#check-availability-button:hover {
    background-color: #999;
}

.accept-privacy-policy {
    margin: 0 0 20px;
    text-align: center;
}

.accept-privacy-policy>* {
    display: inline-block;
    line-height: 32px;
}

.accept-privacy-policy span {
    color: #2196F3;
    cursor: pointer;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #2196F3;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover {
    background-color: #208DE6;
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
    margin: 0 0 10px;
}

.registration-result-page .result {
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #4cb17c;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.login-page .title {
    margin: 0 0 15px;
    font-size: 20px;
    color: #444;
}

.login-page .title strong {
    font-weight: normal;
    padding-right: 30px;
}

.login-page .new-wrapper {
    margin: 0 0 50px;
}

.login-page .new-wrapper .text {
    margin: 0 0 30px;
    border-left: 1px solid #e6e6e6;
    padding: 30px;
    line-height: 22px;
}

.login-page .new-wrapper .topic-block {
    margin: 0;
}

.login-page .new-wrapper .topic-block-body strong {
    color: #444;
}

.login-page .new-wrapper .button-1 {
    margin: 0 0 5px;
}

.login-page .returning-wrapper {
    margin: 0;
}

.login-page .returning-wrapper .form-fields {
    overflow: hidden;
    padding: 30px 15px 0;
}

.login-page .returning-wrapper .inputs.reversed {
    white-space: normal;
}

.login-page .returning-wrapper .inputs.reversed * {
    display: inline-block;
    width: auto;
    margin: 5px;
    font-size: 14px;
    /*reset zeroing*/
    color: #444;
}

.login-page .returning-wrapper .inputs.reversed a:hover {
    color: #2196F3;
}

.login-page .captcha-box {
    margin: -15px 0 20px;
}

.login-page .returning-wrapper .buttons {
    background-color: #fff;
    padding: 30px 0;
}

.external-authentication {
    overflow: hidden;
    text-align: center;
}

.external-authentication .buttons {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    padding: 30px;
}

.external-auth-errors {
    color: #e4444c;
}

.external-auth-association {
    color: #444;
}

.external-auth-association a {
    color: #2196F3;
}

.external-auth-association a:hover {
    text-decoration: underline;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.password-recovery-page .tooltip {
    margin: 0 0 25px;
}

.add-more-external-records {
    text-align: center;
}

.add-more-external-records a {
    color: #2196F3;
}

.add-more-external-records a:hover {
    text-decoration: underline;
}

.account-page .buttons {
    text-align: center;
}

.account-page .description {
    margin: 0 0 25px;
    padding: 0 10px;
}

.account-page .table-wrapper {
    margin: 0 0 30px;
}

.address-list-page .info,
.order-list-page .info {
    line-height: 26px;
    color: #444;
}

.address-list-page .info .name,
.order-list-page .info .name {
    font-size: 16px;
}

.address-list-page .button-2,
.order-list-page .button-2 {
    display: inline-block;
    margin: 0 10px 0 0;
    border: none;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #444;
}

.edit-address-button {
    background: url('../images/edit.png') left center no-repeat;
}

.delete-address-button,
.cancel-recurring-order-button {
    background: url('../images/remove.png') left center no-repeat;
}

.return-items-button {
    background: url('../images/return.png') right center no-repeat;
}

.order-details-button::before {
    background: url(../images/details.png) right center no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
}

.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
    color: #2196F3;
}

.address-list-page .add-button {
    margin: 0 0 20px;
    text-align: center;
}

.address-edit-page .page-title {
    margin: 0 0 -1px;
}

.address-edit-page .message-error {
    margin: 20px 0;
}

.address-edit-page .edit-address {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    background-color: white;
    padding: 30px 15px;
}

.recurring-payments table td {
    white-space: nowrap;
}

.recurring-payments table td:first-child {
    min-width: 120px;
    white-space: normal;
}

.recurring-payments .button-2 {
    font-size: 14px;
}

.return-request-list-page .details {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 22px;
    color: #444;
}

.return-request-list-page label {
    margin: 0 0 0 5px;
}

.return-request-list-page a {
    color: #2196F3;
}

.return-request-list-page a:hover {
    text-decoration: underline;
}

.return-request-list-page .comments div {
    margin: 10px 0 0;
    font-size: 15px;
    font-style: italic;
    color: #444;
}

.downloadable-products-page table td {
    color: #444;
}

.reward-points-overview {
    margin: 0 0 25px;
}

.reward-points-history table td {
    color: #444;
}

.reward-points-history table td:first-child {
    min-width: 120px;
}

.change-password-page .page-title {
    border-radius: 4px 4px 0 0;
}

.change-password-page .result,
.change-password-page .message-error {
    margin: 20px 0;
}

.change-password-page .fieldset {
    margin: 0 0 30px;
}

.avatar-page .page-title {
    margin: 0;
}

.avatar-page .page-body {
    margin: 0 0 30px;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 30px 25px;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .image {
    margin: 0 0 10px;
}

.avatar-page .image img {
    border: 1px solid #ccc;
}

.avatar-page .button-1 {
    font-size: 14px;
}

.avatar-page .button-2 {
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.avatar-page .button-2:hover {
    background-color: #999;
}

.avatar-page .info {
    color: #444;
}

/********** SHOPPING CART **********/

.order-progress {
    text-align: center;
    background-color: #fafcfc;
    border-radius: 4px;
}

.order-progress ul {
    font-size: 0;
}

.order-progress li {
    display: inline-block;
    margin: 10px 10px;
}

.order-progress a {
    display: block;
    min-width: 70px;
    font-size: 14px;
    /*reset zeroing*/
    color: #444;
}

.order-progress a:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
    border: 1px solid #bbb;
}

.order-progress .active-step a:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    border: 3px solid #2196F3;
    background: #fff url('../images/check.png') center no-repeat;
    border-radius: 50px;
}

.order-progress .inactive-step a:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    border: 3px solid #9DA3B1;
    background: #fff url('../images/pointer.png') center no-repeat;
    border-radius: 50px;
}

.order-progress li.active-step a {
    cursor: pointer;
}

.order-progress li.inactive-step a {
    opacity: 0.3;
    cursor: default;
}

.shopping-cart-page .page-title {
    padding: 10px;
}

.shopping-cart-page .message-error {
    margin: 20px 0;
}

.shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: right;
}

.shopping-cart-page .common-buttons {
    margin: 0 0 20px;
    padding: 20px;
    font-size: 0;
}

.shopping-cart-page .common-buttons input {
    display: inline-block;
    min-width: 180px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}

.shopping-cart-page .common-buttons input:hover {
    background-color: #999;
}

.shopping-cart-page .common-buttons input:first-child {
    background-color: #2196F3;
}

.shopping-cart-page .common-buttons input:first-child:hover {
    background-color: #208de6;
}

.checkout-attributes {
    margin: -30px 0 30px;
    color: #444;
    display: none;
}

.checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold;
}

.checkout-attributes dd {
    margin: 0 0 20px;
}

.checkout-attributes input[type="text"],
.checkout-attributes select {
    min-width: 200px;
}

.checkout-attributes ul {
    font-size: 0;
}

.checkout-attributes li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    /*reset zeroing*/
}

.checkout-attributes li label {
    display: inline-block;
    margin: 0 5px 0 0;
}

.selected-checkout-attributes {
    margin: 30px 0;
    color: #444;
    display: none;
}

.selected-checkout-attributes br {
    content: "";
    display: block;
    margin: 3px;
}

.cart-footer {
    margin: 20px 0 30px;
}

.cart-footer:after {
    content: "";
    display: block;
    clear: both;
}

.cart-footer .totals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 0 20px;
    color: #444;
}

.cart-footer .total-info {
    margin-bottom: 20px;
}

.cart-total td {
    padding: 12px 10px;
    text-align: left;
}

.cart-total td:first-child {
    text-align: right;
}

.cart-total .giftcard-summary label {
    display: inline-block;
}

.cart-total .giftcard-remaining {
    display: block;
    font-style: italic;
}

.cart-total .order-total {
    font-size: 20px;
    background-color: #f7fff7;
}

.cart-total .order-total strong {
    font-weight: normal;
}

.cart-total .earn-reward-points {
    font-style: italic;
}

.min-amount-warning {
    margin: 0 0 20px;
    padding: 0 30px;
    color: #e4434b;
}

.terms-of-service {
    float: right;
    padding: 10px 0;
}

.terms-of-service label {
    cursor: pointer;
}

.terms-of-service a {
    display: inline-block;
    margin: 0 3px 0 0;
    color: #2196F3;
}

.cart-footer .checkout-buttons {
    padding: 0 10px;
    float: left;
}

.cart-footer .checkout-button {
    display: inline-block;
    min-width: 160px;
    border: none;
    background-color: #62B965;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
}

.cart-footer .checkout-button:hover {
    background-color: #46A349;
}

.cart-footer .addon-buttons {
    margin: 20px 0 0;
    padding: 0 10px;
}

.cart-collaterals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    /*display: none;*/
}

.cart-collaterals>div {
    max-width: 400px;
}

.cart-collaterals .button-2 {
    display: inline-block;
    border: none;
    background-color: #aaa;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
}

.cart-collaterals .button-2:hover {
    background-color: #999;
}

.cart-collaterals .title {
    margin: 0 0 5px;
    font-size: 18px;
    color: #444;
}

.cart-collaterals .title strong {
    font-weight: normal;
}

.cart-collaterals .hint {
    margin: 0 0 10px;
}

.cart-collaterals .deals>div {
    margin: 0 0 20px;
}

.cart-collaterals .coupon-code {
    overflow: hidden;
}

.cart-collaterals .coupon-code input[type="text"] {
    float: right;
    width: 60%;
    height: 36px;
    /*safari padding fix*/
    margin: 0 0 0 -1px;
}

.cart-collaterals .coupon-code input[type="submit"] {
    float: right;
    width: 40%;
    height: 36px;
    /*safari padding fix*/
    padding: 0;
}

.cart-collaterals .message-failure {
    margin: 5px 0 0;
    font-size: 12px;
    color: #e4434b;
}

.cart-collaterals .message-success {
    margin: 5px 0 0;
    font-size: 12px;
    color: #4cb17c;
}

.cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #4cb17c;
}

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    background: #fff url('../images/close.png') center no-repeat;
    cursor: pointer;
}

.cart-collaterals .shipping select {
    height: 36px;
}

.cart-collaterals .shipping-results {
    margin: 30px 0 0;
}

.cart-collaterals .shipping-results li {
    margin: 20px 0;
}

.cart-collaterals .shipping-results li strong {
    display: block;
    margin: 0 0 5px;
    color: #444;
}

.shopping-cart-page .no-data {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #EA9E9E;
    border-radius: 2px !important;
    width: 90%;
    display: block;
}

/********** CHECKOUT **********/

.checkout-page .section {
    margin: 0 auto;
    width: 100%;
}

.checkout-page .section.order-summary {
    margin: 0 0 30px;
}

.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden;
    display: none;
}

.checkout-page .cart-footer {
    border-top: none;
}

.checkout-page .total-info {
    margin: 0;
    border-bottom: none;
    padding: 5px 20px 10px;
}

.checkout-page .button-1 {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: #2196F3;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    float: left;
    margin-left: 20px;
}

.checkout-page .button-1:hover {
    background-color: #208de6;
}

.checkout-page .address-item {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.checkout-page .address-item ul {
    color: #444;
    padding: 50px 0;
    border: 1px solid #f0f1f2;
}

.checkout-page .address-item li {
    padding: 10px 10px;
    display: inline;
}

.checkout-page .address-item li.name {
    font-size: 16px;
    font-weight: bold;
}

.enter-address .message-error {
    margin: 20px 0;
    display: none;
}

.enter-address .edit-address {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 0;
}

.checkout-page .pickup-in-store {
    padding: 30px 40px;
    text-align: right;
}

.checkout-page .pickup-in-store .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    width: 95%;
}

.shipping-method .method-list li,
.payment-method .method-list li {
    margin: 20px 0;
    font-size: 14px;
    /*reset zeroing*/
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    margin-right: 5px;
}

.shipping-method .method-description {
    margin: 5px 0 0;
    text-align: right;
    padding-right: 10px;
}

.payment-method .use-reward-points {
    margin: 0 0 30px;
    text-align: center;
    color: #444;
}

.payment-method .payment-logo {
    vertical-align: middle;
}

.payment-method .payment-logo label {
    display: block;
    font-size: 0 !important;
}

.payment-method .payment-details {
    width: 250px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #DEDEDE;
    position: relative;
}

.payment-info .info {
    padding: 30px 15px;
    color: #444;
}

.payment-info .info tr {
    display: block;
    margin: 0 0 15px;
    font-size: 0;
}

.payment-info .info td {
    display: inline-block;
    width: 100% !important;
    max-width: 400px !important;
    font-size: 14px;
    /*reset zeroing*/
}

.payment-info .info td:only-child {
    width: 100% !important;
    max-width: 100% !important;
}

.payment-info .info td input[type="text"] {
    width: 100% !important;
}

.payment-info .info td input[name="CardCode"] {
    width: 65px !important;
}

.payment-info .info td select {
    min-width: 70px;
}

.payment-info .info td:first-child {
    margin: 0 0 10px;
}

.payment-info .info p {
    text-align: justify;
}

.confirm-order .buttons {
    height: 45px;
}

.confirm-order .button-1 {
    font-size: 16px;
}

.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 0;
    background-color: #fff;
    padding: 20px;
    color: #444;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 20px 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
    margin-top: 0;
}

.order-completed .details {
    margin: 0 0 30px;
    padding: 0 15px;
    text-align: center;
    color: #444;
}

.order-completed .details div {
    margin-bottom: 15px;
}

.order-completed .details strong {
    font-weight: normal;
    background-color: #fffce0;
    padding: 5px;
}

.order-completed .details a:hover {
    text-decoration: underline;
}

.opc .step-title {
    margin: 0 0 1px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.opc .allow .step-title {
    background-color: #2196F3;
    cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
    float: right;
    min-height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
    color: #fff;
    cursor: pointer;
}

.opc .step-title .number {
    width: 42px;
    border-left: 1px solid #fff;
    text-align: center;
}

.opc .allow .step-title .number {
    background-color: #208de6;
}

.opc .step {
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center;
}

.opc .section {
    margin: 0 0 30px;
}

.opc .section>label {
    display: block;
    margin: 0 0 10px;
}

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

.opc .back-link small {
    display: none;
}

.opc .back-link a {
    display: inline-block;
    background: #9da3b1;
    color: white;
    border: 1px solid #b5b5b5;
    padding: 10px 30px;
}

.opc .back-link a:hover {
    color: white;
}

.opc .buttons .please-wait {
    display: block;
    margin: 10px 0 0;
    background: none;
}

.opc .section.pickup-in-store {
    margin: 0 0 30px;
    padding: 0;
}

.opc .payment-info .info tr {
    text-align: right;
}

.opc .section.order-summary {
    margin: 0;
}

/****** ORDER DETAILS & SHIPPING DETAILS ******/

.order-details-page .page-title a {
    display: inline-block;
    min-width: 180px;
    margin: 5px 0;
    border: none;
    background-color: #aaa;
    background-image: none;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.order-details-page .page-title a:hover {
    background-color: #999;
}

.order-details-page .page-title a.print-order-button {
    background-color: #2196F3;
}

.order-details-page .page-title a.print-order-button:hover {
    background-color: #208de6;
}

.order-details-page .order-overview {
    margin: 0 0 50px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #444;
}

.order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    text-transform: uppercase;
}

.order-details-page .order-overview .order-total strong {
    font-weight: normal;
    color: #2196F3;
}

.order-details-page .repost .button-2 {
    display: inline-block;
    margin: 10px 0;
    border: none;
    background-color: #2196F3;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.order-details-page .repost .button-2:hover {
    background-color: #208de6;
}

.order-details-page .download a {
    font-weight: normal;
    color: #2196F3;
}

.order-details-page .download a:hover {
    text-decoration: underline;
}

/*DK-Edit*/

.Order-StoreDetails {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0px;
    height: 100px;
}

table.Order-StoreDetails:first-child {
    width: 85%;
}

table.Order-StoreDetails:last-child {
    width: 100%;
}

.Order-StoreDetails tr td,
.Order-StoreDetails tr th {
    border: 2px solid gray;
    padding: 5px;
    text-align: center;
}

.TopDecoration {
    width: 100%;
    height: 180px;
    margin: 0 0 20px;
    display: block;
}

.InvoiceHeader {
    display: none;
}

/*End-DK-Edit*/

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
}

.user-agreement-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #2196F3;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.user-agreement-page .button-1:hover {
    background-color: #208de6;
}

.order-details-page .tax-shipping-info {
    margin: 30px 0;
}

.order-details-page .tax-shipping-info a {
    color: #2196F3;
}

.order-details-page .tax-shipping-info a:hover {
    text-decoration: underline;
}

.order-details-page .actions {
    margin: 30px 0 0;
    font-size: 0;
}

.order-details-page .actions input {
    display: inline-block;
    min-width: 180px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    background-image: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}

.order-details-page .actions input:hover {
    background-color: #999;
}

.order-details-page .actions input:first-child {
    background-color: #2196F3;
}

.order-details-page .actions input:first-child:hover {
    background-color: #208de6;
}

.order-details-page .total-info {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    background-color: #f9f9f9;
    padding: 15px 20px;
    color: #444;
}

/****** SEARCH & SITEMAP ******/

.search-page .page-title {
    margin: 0 0 0px;
}

.search-input .fieldset {
    margin: 0 0 30px;
}

.search-input .form-fields {
    padding: 15px 10px 0;
}

.search-input input+label {
    display: inline;
    margin: 0 5px 0 0;
}

.advanced-search {
    margin: 30px 0 0;
}

.advanced-search .price-range {
    display: inline-block;
}

.advanced-search .price-range input {
    width: 80px;
    margin: 3px;
}

.search-input .buttons {
    text-align: center;
}

.search-input .button-1 {
    min-width: 140px;
    border: none;
    background-color: #2196F3;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.search-input .button-1:hover {
    background-color: #208de6;
}

.search-results {
    margin: 0 0 30px;
    border-top: 1px dotted #ccc;
}

.search-results .warning,
.search-results .no-result {
    margin: 3px 3px;
    color: #000;
    text-align: center;
    background-color: #f0f0f0;
    padding: 13px;
    border-radius: 3px;
}

.sitemap-page .description {
    margin: 0 0 30px;
    text-align: center;
}

.sitemap-page .entity {
    margin: 0 0 30px;
}

.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: center;
}

.sitemap-page .entity-title h2 {
    font-size: 20px;
    font-weight: normal;
    color: #444;
}

.sitemap-page .entity-body {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
    text-align: center;
}

.sitemap-page ul {
    font-size: 0;
}

.sitemap-page li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    padding: 0 12px;
    line-height: 50px;
    font-size: 14px;
    /*reset zeroing*/
}

.sitemap-page li:before {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    width: 5px;
    height: 5px;
    background-color: #ddd;
}

.sitemap-page a {
    color: #444;
}

.sitemap-page a:hover {
    color: #2196F3;
}

.sitemap-page a:empty {
    display: none;
}

/****** BLOG & NEWS ******/

.block-blog-archive .number {
    display: block;
    color: #444;
    cursor: auto;
}

.block-blog-archive .sublist {
    margin: 5px 15px 5px 0;
}

.block-blog-archive li.month {
    padding: 3px 15px 3px 0;
}

.blog-page .page-title,
.news-list-page .page-title {
    margin: 0;
}

.blog-page .post,
.news-items .news-item {
    margin: 0 0 30px;
}

.blog-page .post:after {
    content: "";
    display: block;
    clear: both;
}

.post-title,
.news-title {
    display: inline-block;
    padding: 20px 10px;
    line-height: normal;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.post-title:hover,
.news-title:hover {
    color: #2196F3;
}

.post-date,
.news-date {
    display: block;
    margin: 0 0 15px;
    background-color: #f6f6f6;
    padding: 10px;
    font-style: italic;
    color: #444;
}

.post-body,
.news-body {
    margin: 0 0 20px;
    padding: 0 10px;
    line-height: 22px;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 10px;
}

.blog-page .tags label,
.blogpost-page .tags label {
    display: inline-block;
    margin: 0 0 3px 3px;
    font-weight: bold;
    color: #444;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
    display: inline-block;
    margin: 0 3px 3px 0;
    font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
    display: inline-block;
    font-size: 14px;
    /*reset zeroing*/
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
    margin: 0 0 0 8px;
}

.blog-page .tags a,
.blogpost-page .tags a {
    display: block;
    color: #2196F3;
}

.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    text-decoration: underline;
}

.blog-posts .buttons,
.news-items .buttons {
    margin: 0;
    padding: 0 10px;
}

.blog-posts .buttons .read-comments {
    display: block;
    margin: 0 0 15px;
    font-weight: bold;
    color: #444;
}

.blog-posts .buttons .read-comments:hover {
    color: #2196F3;
}

.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
    display: inline-block;
    border: none;
    background-color: #2196F3;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.blog-posts .buttons .read-more:hover,
.news-items .buttons .read-more:hover {
    background-color: #208de6;
}

.new-comment {
    margin: 50px 0 60px;
}

.new-comment .notifications {
    margin: 0 0 10px;
}

.new-comment .result {
    color: #690;
}

.new-comment .form-fields {
    margin: 0 0 20px;
}

.new-comment .button-1 {
    border: none;
    background-color: #2196F3;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.new-comment .button-1:hover {
    background-color: #208de6;
}

.comment-list {
    margin: 0 0 100px;
}

.comment-list .title {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.comment-list .title strong {
    font-weight: normal;
}

.comment-list .comment {
    margin: 0 0 40px;
    border-top: 1px solid #ddd;
}

.comment-list .comment:after {
    content: "";
    display: block;
    clear: both;
}

.comment-info {
    width: 150px;
    margin: 20px auto;
}

.comment-info .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 11px 0;
    font-weight: bold;
    color: #444;
}

.comment-info a.username:hover {
    color: #2196F3;
}

.comment-info .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.comment-info .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.comment-time {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: bold;
}

.comment-time span {
    display: inline-block;
    color: #444;
}

.comment-title {
    margin: 0 0 15px;
    font-size: 16px;
    color: #444;
}

.comment-body {
    line-height: 22px;
}

.news-list-homepage {
    margin-top: 20px;
}

.rich-blog-homepage .title,
.news-list-homepage .title {
    margin: 0 0 -1px;
    border-bottom: 1px solid #ddd !important;
    padding-right: 20px !important;
    font-size: 25px !important;
    font-weight: normal;
    color: #444;
}

.news-list-homepage .title strong {
    font-weight: normal;
}

.news-list-homepage .view-all {
    text-align: center;
}

.news-list-homepage .view-all a {
    color: #444;
    text-decoration: underline;
}

.news-list-homepage .view-all a:hover {
    color: #2196F3;
}

/*** FORUM & PROFILE ***/

.forums-main-page .topic-block {
    margin: 0 0 35px;
    text-align: center;
}

.forums-main-page .topic-block p {
    text-align: center;
}

.forums-main-page .pager {
    display: none;
}

.forum-breadcrumb {
    margin: 0 0 40px;
}

.forums-header {
    margin: 0 0 50px;
    overflow: hidden;
}

.forums-header:after {
    content: "";
    display: block;
    clear: both;
}

.forums-header .current-time {
    margin: 0 0 15px;
    color: #444;
}

.forum-search-box .basic {
    overflow: hidden;
    margin: 0 0 10px;
}

.forum-search-box .advanced a {
    line-height: 22px;
    color: #444;
    text-decoration: underline;
}

.forum-search-box .advanced a:hover {
    color: #2196F3;
}

.forum-search-page .page-title {
    margin: 0 0 -1px;
}

.forum-search-page .search-error,
.forum-search-page .no-result {
    margin: 0 0 15px;
    text-align: center;
    color: #e4434b;
}

/* forum group */

.forums-table-section {
    margin: 0 0 60px;
}

.forums-table-section+.pager {
    margin: -30px 0 30px;
}

.forums-table-section-title {
    margin: 0 0 15px;
    padding: 0 10px;
}

.forums-table-section-title a,
.forums-table-section-title strong {
    font-size: 22px;
    font-weight: normal;
    color: #444;
}

.forums-table-section-title a:hover {
    color: #2196F3;
}

.forums-table-section .image div {
    width: 38px;
    height: 32px;
    margin: auto;
    background: url('../images/topic-type1.png') center no-repeat;
}

.forums-table-section .image div.sticky {
    background: url('../images/topic-type2.png') center no-repeat;
}

.forums-table-section .image div.announcement {
    background: url('../images/topic-type3.png') center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
    margin: 5px 0;
}

.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
    color: #2196F3;
    text-decoration: none;
}

.forums-table-section .topic-title span {
    display: block;
    color: #777;
}

.forums-table-section .forum-description,
.forums-table-section .topic-starter {
    margin: 5px 0;
}

.forums-table-section .topic-pager a,
.forums-table-section .topic-starter label {
    display: inline-block;
}

.forums-table-section .latest-post {
    white-space: nowrap;
}

.forums-table-section .latest-post div {
    margin: 5px 0;
}

.forums-table-section .latest-post label {
    display: inline-block;
    color: #777;
}

.forum-group .latest-post .author {
    display: none;
}

.forums-table-section .view-all {
    margin: 30px 0 0;
    padding: 0 10px;
}

.forums-table-section .view-all a {
    background-color: #2196F3;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.forums-table-section .view-all a:hover {
    background-color: #208de6;
}

/* forum-page, topic page */

.forum-page .forum-info {
    margin: 0 0 30px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    font-size: 30px;
    font-weight: normal;
}

.forum-actions,
.topic-actions {
    margin: 0 0 30px;
    font-size: 0;
}

.forum-actions .actions a,
.topic-actions .actions a {
    display: inline-block;
    margin: 1px;
    padding: 10px 33px 10px 10px;
    font-size: 14px;
}

.forum-actions .actions .new-topic {
    background: #eee url('../images/new.png') right center no-repeat;
}

.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
    background: #eee url('../images/watch.png') right center no-repeat;
}

.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    background-color: #e6e6e6;
}

.forum-actions .pager.upper,
.topic-actions .pager.upper {
    display: none;
    margin: 0;
}

.topic-actions .reply-topic-button {
    background: #eee url('../images/reply.png') right center no-repeat;
}

.topic-actions .watch-topic-button {
    background: #eee url('../images/watch.png') right center no-repeat;
}

.topic-actions .move-topic-button {
    background: #eee url('../images/move.png') right center no-repeat;
}

.topic-actions .edit-topic-button {
    background: #eee url('../images/edit_.png') right center no-repeat;
}

.topic-actions .delete-topic-button {
    background: #eee url('../images/remove_.png') right center no-repeat;
}

.topic-actions.lower .actions {
    display: none;
}

.active-discussions-page .forums-table-section-title {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}

.active-discussions-page .forums-table-section-title strong {
    font-size: 30px;
    font-weight: normal;
}

.active-discussions-page .forums-table-section-body {
    margin: 0 0 20px;
}

/* topic post */

.topic-post {
    margin: 0 0 30px;
    border-top: 1px solid #ddd;
}

.topic-post:last-child {
    border-bottom: 1px solid #ddd;
}

.topic-post:after {
    content: "";
    display: block;
    clear: both;
}

.topic-post .post-info {
    margin: 30px 0;
}

.topic-post .user-info {
    width: 150px;
    margin: 0 auto 15px;
}

.topic-post .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 11px 0;
    font-weight: bold;
    color: #444;
}

.topic-post a.username:hover {
    color: #2196F3;
}

.topic-post .avatar,
.profile-info-box .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.topic-post .avatar img,
.profile-info-box .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.topic-post .user-stats {
    margin: 0 0 15px;
}

.topic-post .user-stats li {
    display: inline-block;
    margin: 0 10px;
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
    display: inline-block;
    margin: 0 3px 0 0;
    font-weight: bold;
    color: #444;
}

.topic-post .pm-button,
.profile-info-box .pm-button {
    display: inline-block;
    border: none;
    background-color: #888;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    background-color: #999;
}

.topic-post .post-time {
    margin: 0 0 15px;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
}

.topic-post .post-time span {
    display: inline-block;
    color: #444;
}

.topic-post .post-actions {
    margin: 0 0 15px;
    font-size: 0;
}

.topic-post .post-actions>div {
    display: inline-block;
}

.topic-post .post-actions a {
    display: inline-block;
    margin: 1px 5px;
    font-size: 14px;
}

.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
    padding: 10px 33px 10px 10px;
}

.topic-post .post-actions .edit-post-button {
    background: url('../images/edit_.png') right center no-repeat;
}

.topic-post .post-actions .delete-post-button {
    background: url('../images/remove_.png') right center no-repeat;
}

.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
    color: #2196F3;
}

.topic-post .post-actions .post-link-button {
    padding: 10px;
    font-weight: bold;
    color: #2196F3;
}

.topic-post .post-actions .post-link-button:hover {
    text-decoration: underline;
}

.topic-post .post-actions .quote-post-button {
    background-color: #888;
    padding: 10px 20px;
    color: #fff;
}

.topic-post .post-actions .quote-post-button:hover {
    background-color: #999;
    color: #fff;
}

.topic-post .post-body {
    /*topic post-body also gets style from blog post-body*/
    padding: 0 10px 20px;
    line-height: 22px;
    color: #444;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}

.topic-post .quote,
.latest-posts .quote {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
    padding: 10px;
    color: #777;
}

.topic-post .signature {
    border-top: 1px solid #ddd;
    padding: 20px;
    font-size: 13px;
    font-style: italic;
}

/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
    margin: 0 0 -1px;
}

.move-topic-page label {
    white-space: normal;
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
    margin: 20px 0;
}

.forum-edit-page .inputs strong {
    display: inline-block;
    max-width: 400px;
    font-size: 22px;
    /*reset zeroing*/
    font-weight: normal;
    color: #444;
    white-space: normal;
}

.forum-edit-page .inputs .topic-subject {
    font-size: 17px;
}

.forum-edit-page .inputs.reversed {
    margin: 0;
}

.forum-edit-page .inputs.reversed label {
    width: auto;
    margin: 5px;
    font-size: 14px;
    /*reset zeroing*/
    white-space: normal;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    max-width: 400px;
    margin: 20px auto;
    background-color: #ddd;
    padding: 10px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 0 0 2px;
    border: #cec6b5 1px solid;
    padding: 2px;
}

.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
    border: #333 1px solid;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
    display: block;
    margin: auto;
}

.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
    min-width: 140px;
    border: none;
    background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
    background-color: #888;
}

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
    background-color: #2196F3;
}

.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
    background-color: #208de6;
}

.private-message-send-page a {
    font-size: 18px;
    color: #2196F3;
}

/* jQuery tabs */

.ui-tabs {
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #777;
}

.ui-tabs-nav {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 0 30px !important;
    border-width: 0 0 1px;
    border-radius: 0;
    background: none;
    padding: 0 !important;
    line-height: normal;
    font-weight: normal;
    color: #444;
}

.ui-tabs-nav li {
    margin: 0 0 -1px;
    /*override jQuery UI styles, do not delete doubled properties*/
    float: none !important;
    margin: 0 0 -1px !important;
    border: none !important;
    border-radius: 0;
    background: none !important;
    padding: 0 !important;
}

.ui-tabs-nav li a {
    display: block;
    border: 1px solid #ddd;
    padding: 12px 24px;
    text-align: center;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    float: none !important;
    padding: 12px 24px !important;
}

.ui-tabs-nav li.ui-state-active a {
    background-color: #eee;
    color: #2196F3;
}

.ui-tabs-panel {
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0 !important;
}

/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
    margin: 0 0 30px;
}

.private-messages-page th.select {
    text-align: center;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
    min-width: 150px;
}

.private-messages-page td.date {
    white-space: nowrap;
}

.private-messages-page td.subject a {
    color: #444;
}

.private-messages-page td.subject a.pm-unread {
    color: #2196F3;
}

.private-messages-page .pager {
    margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
    font-size: 0;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
    display: block;
    width: 250px;
    margin: 0 auto 3px;
    font-size: 15px;
    /*reset zeroing*/
}

.private-message-view-page .view-message {
    margin: 0 0 30px;
}

.private-message-view-page .message-head {
    margin: 0 0 20px;
    line-height: 22px;
}

.private-message-view-page .message-head span {
    font-weight: bold;
    color: #444;
}

.private-message-view-page .message-body {
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 30px 20px;
    line-height: 22px;
    text-align: justify;
}

.private-message-view-page .back-pm-button {
    text-transform: capitalize !important;
}

/* profile page  */

.profile-info-box {
    overflow: hidden;
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: normal;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
}

.profile-info-box .user-details {
    margin: 0 0 30px;
}

.profile-info-box .avatar {
    margin: 0 auto 15px;
}

.profile-info-box .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
}

.profile-info-box .stats {
    margin: 0 0 15px;
}

.latest-posts {
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: normal;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
}

.latest-posts .topic {
    margin: 0 0 35px;
}

.latest-posts .topic-title {
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px;
}

.latest-posts .topic-title a {
    font-weight: bold;
    color: #444;
}

.latest-posts .topic-title a:hover {
    color: #2196F3;
}

.latest-posts .topic-body {
    margin: 0 0 15px;
    line-height: 22px;
}

.latest-posts .topic-data {
    color: #444;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.csharpcode {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #fff;
    padding: 10px;
    font-family: "Courier New", Courier, monospace;
    color: #000;
}

.csharpcode .rem {
    color: green;
}

.csharpcode .kwrd {
    color: #00f;
}

.csharpcode .str {
    color: #006080;
}

.csharpcode .op {
    color: #00c;
}

.csharpcode .preproc {
    color: #c63;
}

.csharpcode .asp {
    background-color: #ff0;
}

.csharpcode .html {
    color: maroon;
}

.csharpcode .attr {
    color: red;
}

.csharpcode .alt {
    width: 100%;
    margin: 0;
    background-color: #f6f6f6;
}

.csharpcode .lnum {
    color: #666;
}

.step-title,
input,
input:hover,
a,
a:hover,
#topcartlink,
#topcartlink:hover,
button,
button:hover {
    -moz-transition: all cubic-bezier(.1, .4, .2, 1.4) .5s;
    -o-transition: all cubic-bezier(.1, .4, .2, 1.4) .5s;
    -webkit-transition: all cubic-bezier(.1, .4, .2, 1.4) .5s;
    transition: all cubic-bezier(.1, .4, .2, 1.4) .5s;
    -moz-transition: all cubic-bezier(.1, .4, .2, 1.4) .5s;
    -o-transition: all cubic-bezier(.1, .4, .2, 1.4) .5s;
    -webkit-transition: all cubic-bezier(.1, .4, .2, 1.4) .5s;
    transition: all cubic-bezier(.1, .4, .2, 1.4) .5s;
}

table.Order-StoreDetails th {
    background-color: rgba(197, 197, 197, 0.66);
}

/*DK-EDIT*/

.header-lower#topcartlink a:hover {
    color: white;
}

.header-lower#topcartlink:hover {
    background-color: #46a349;
}

.button-1,
.button-3 {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
}

.button-1,
.button-2,
.button3,
.read-more {
    border-radius: 3px !important;
}

.account-page.customer-info-page .page-body {
    background-color: #fff;
    padding: 0 0 10px 0;
}

.registration-page .page-body {
    background-color: #fff;
    padding: 10px 0;
    border-radius: 4px;
}

.address-item .select-button {
    text-align: center;
}

li.digikala-method-item--img img {
    margin: 0 auto;
    display: block;
}

span.digikala-method-item--name {
    text-align: center;
    display: block;
}

.digikala-method-list {
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}

.order-completed-page .page-title {
    text-align: center;
    margin-top: 50px;
}

.order-completed .title {
    text-align: center;
}

td.digikala-method-item--img {
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

table.digikala-method-item--box td:first-child {
    text-align: center;
    width: 50px;
    border-left: 1px solid rgb(222, 222, 222);
}

td.digikala-method-item--name {
    padding: 50px 10px;
    width: 50%;
    border-left: 1px solid #DEDEDE;
}

td.remove-from-cart label[for] {
    display: block;
    background-image: url('../images/removeicn.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0 auto;
}

.removeicn-btn {
    display: none;
}

.selectaddress {
    padding: 50px 40px !important;
}

.section.pickup-in-store {
    background-color: #fffce0;
    border-radius: 4px;
    width: 95%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.button-gray {
    display: inline-block;
    border: none;
    background-color: #999;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 5.5px 20px;
    color: white;
    border-radius: 2px !important;
}

.button-gray:hover {
    background-color: #666 !important;
}

#RemoveAdrsbtn {
    float: right;
}

.address-box {
    border: 2px solid;
    border-color: rgb(222, 222, 222);
}

.address-box td {
    padding: 10px 15px;
}

.address-box th {
    border-left: 1px solid;
    width: 5%;
    position: relative;
    border-color: rgb(222, 222, 222);
    text-align: center;
}

.address-box tr:first-child {
    border-bottom: 1px solid rgb(222, 222, 222);
}

.addressstrg {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: rgb(222, 222, 222);
    width: 50%;
}

.btngray {
    background-color: #969ba8 !important;
    border-radius: 3px;
    color: white;
    display: inline-block;
}

.btngray:hover {
    background-color: #8a8f9c !important;
}

.select-yellow {
    border: 1px solid #FFC107;
    padding: 29px 39px !important;
}

.checkout-data .btngray {
    float: right;
    margin-right: 20px;
}

.selectaddresitem label {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    cursor: pointer;
}

.selectshippingitem {
    width: 10%;
    position: relative;
}

.selectshippingitem label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.btngreen {
    background-color: #62b965 !important;
}

td.country {
    width: 15%;
}

span.pending {
    color: #D40707;
}

span.complete {
    color: green;
}

td.payment-name label {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    margin-right: 5px;
}

td.payment-name {
    text-align: right;
    padding-right: 10px;
}

.method-list table {
    border: 2px solid #DEDEDE;
    float: right;
    margin: 0 0 40px;
}

td.payment-details label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
}

.product-box-add-to-cart-button[disabled="disabled"]:hover,
.product-box-add-to-cart-button[disabled="disabled"],
button[type="submit"][disabled="disabled"],
button[type="submit"][disabled="disabled"]:hover {
    background-color: #AAAAAA;
    cursor: default;
    padding: 8px;
}

table.address-box tr:last-child td:last-child {
    border-top: 1px solid #DEDEDE;
}


.terms-box {
    width: 65%;
    float: right;
}

.section.totals {
    width: 35%;
    float: left;
}

span.delimiter {
    font-size: 13px;
    margin: 0 8px;
}

td.city {
    border-bottom: 1px solid #DEDEDE;
}

.header-menu-box {
    background: #f7f8fa;
    border-top: 1px solid #eff0f2;
    border-bottom: 1px solid #e3e4e5;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header-menu>ul>li:hover {
    background-color: #fff;
    box-shadow: 0 0 3px #cccfd1;
}

a.ico-login::before {
    content: "";
    background: url("../images/slices.png") no-repeat -309px -31px;
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    top: 3px;
    margin-left: 10px;
}

a.ico-register::before {
    content: "";
    background: url("../images/slices.png") no-repeat -276px -33px;
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    top: 3px;
    margin-left: 10px;
}

a.ico-account::before {
    content: "";
    background: url("../images/slices.png") no-repeat -276px -33px;
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    top: 3px;
    margin-left: 10px;
}

.product-box-add-to-cart-button::after {
    content: "";
    width: 35px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background: url(../images/slices.png) no-repeat -153px -415px;
    border-radius: 0 3px 3px 0;
    background-color: rgba(255, 255, 255, 0.16);
}

.container-fluid-footer-lower {
    width: 100%;
    background-color: #646871;
}

.container-fluid-header {
    background-color: rgb(255, 255, 255);
    width: 100%;
}

.dk-box {
    border: 1px solid #ebeced;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.container-fluid-footer-upper {
    width: 100%;
    background-color: #f7f8fa;
    border-top: 1px solid #e1e2e3;
}

.product-price>span {
    color: #4caf50;
}

.product-price>label {
    font-size: 16px;
    color: #4d4d4d;
}

.compare-products input {
    background-color: #999 !important;
    color: white !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.technicalspecs-title {
    float: right;
    background: #f0f1f2;
    width: 20%;
    height: auto;
    padding: 9px 21px;
    margin-left: 20px;
}

.technicalspecs-title,
.technicalspecs-value {
    display: block;
    white-space: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: right;
    margin-bottom: 10px;
}

.technicalspecs-value {
    background: #f7f9fa;
    padding: 9px 21px;
    width: calc(80% - 40px);
    height: auto;
    color: #777777;
    float: right;
}

.technicalspecs-value.hasvalue {
    background: #f5fcf5;
    position: relative;
    padding: 15px 30px;
}

.technicalspecs-value.hasvalue::after {
    background: url("../images/slices.png") -105px -78px;
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.technicalspecs-value.hasnotvalue {
    background: #fcf5f5;
    position: relative;
    padding: 20px 40px;
}

.technicalspecs-value.hasnotvalue::after {
    background: url("../images/slices.png") -109px -130px;
    content: "";
    position: absolute;
    right: 10px;
    top: 13px;
    width: 20px;
    height: 20px;
}

.also-purchased-products-grid.product-grid {
    background-color: #fff;
    border-radius: 4px;
}

.side-2 .block .title {
    height: 40px;
    background-color: #f7f9fa !important;
    line-height: 40px;
    padding: 0 !important;
    border-bottom: 1px solid #ddd;
}

.side-2 .block {
    background-color: #fff;
    border: 1px solid #ebeced;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 5px;
}

select>option {
    padding-right: 5px;
    width: 100%;
}

.add-to-cart-button::after {
    content: "";
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background: url(../images/slices.png) no-repeat -144px -410px;
    border-radius: 0 3px 3px 0;
    background-color: rgba(255, 255, 255, 0.16);
}

.page.shopping-cart-page {
    background-color: #fff;
}

.social {
    margin-top: 10px;
    text-align: center;
    color: #646871;
}

.page-body.checkout-data {
    background-color: #fff;
    padding-bottom: 5px;
}

.page.sitemap-page {
    background-color: #fff;
}

.login-page .page-title {
    border-radius: 4px 4px 0 0;
}

.address-list-page .page-body {
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 10px;
}

.change-password-page .page-body {
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 4px;
}

.order-list-page .page-body {
    background-color: #fff;
}

.page-title {
    border-radius: 4px 4px 0 0;
}

.search-page .page-body {
    background-color: #fff;
}

.contact-page .page-body {
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 0 0 4px 4px;
}

.page.contact-page {
    background-color: #fff;
}

.page.contact-page .page-title {
    border-radius: 4px 4px 0 0;
}

.available-items select {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 2px;
    padding-right: 10px;
    /*transition: 200ms;
    cursor: pointer;*/
}

/*.available-items select:hover {
    background-color: #F7F9FA;
    transition: 200ms;
}*/

.filtered-items {
    padding: 5px 10px;
}

.available-items {
    padding: 5px 10px;
    width: 100%;
}


.page-body {
    padding-bottom: 10px;
    border-radius: 0 0 4px 4px;
}

.page.checkout-page.order-completed-page .page-title {
    margin-top: 10px;
    border-radius: 4px 4px 0 0;
}

a.ico-logout::before {
    content: "";
    content: "";
    background: url("../images/slices.png") no-repeat -309px -30px;
    width: 15px;
    height: 17px;
    position: relative;
    display: inline-block;
    top: 5px;
    margin-left: 10px;
}

#topcartlink a:before {
    content: "";
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background: url(../images/slices.png) no-repeat -196px -413px;
    border-radius: 0 3px 3px 0;
    background-color: rgba(255, 255, 255, 0.16);
}

.heade-rightbox {
    float: right;
}

.header-leftbox {
    float: left;
}

.item-box .actual-price small {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

.item-box .old-price small {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

a.button-2.product-box-add-to-cart-button.btn-buy-mobile {
    display: none;
}

.requiredtxtbox {
    box-shadow: 0 0 2px #D62929;
}

.category-page .product-grid {
    border-radius: 0 0 4px 4px;
}

#NewAdrsBox {
    margin-left: 30px;
    float: left;
    margin-bottom: 0;
}

.section.select-shipping-address .title {
    float: right;
    margin-right: 10px;
}

table.data-table-notprint tr td,
table.data-table-notprint tr th {
    border: 1px solid #4d4d4d !important;
    padding: 10px !important;
    text-align: center !important;
}

table.data-table-notprint tr td.product {
    text-align: right !important;
}

.data-table-notprint tr.spaceheader td {
    border: none !important;
}

ul.customer-details {
    padding-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
    float: right;
}

.data-table-notprint tr:nth-child(2n) {
    background-color: rgba(77, 77, 77, 0.15);
}

.data-table-notprint thead,
.data-table-notprint tr:last-child {
    background-color: #B1B1B1;
}

table.data-table-notprint {
    width: 95%;
    margin: 0 auto;
}

.orderglobaldetails {
    display: inline-block;
    padding: 0 10px;
    float: right;
    margin-bottom: 20px;
}

.home-page .topic-block-title h1 {
    padding-top: 11px;
    font-size: x-large;
    line-height: normal;
}

/*RESPONSIVE*/

@media all and (max-width: 1000px) and (min-width: 646px) {
    .heade-rightbox {
        width: 100%;
        display: inline-block;
        float: none;
    }

    div#topcartlink {
        width: 250px;
    }

    .item-box .actual-price {
        width: 100%;
    }

    .item-box .picture {
        height: 250px;
    }

    .footer-lower {
        text-align: center;
        padding-bottom: 0;
    }

    .footer-powered-by {
        text-align: center;
    }

    .cart {
        display: block;
    }

    .cart colgroup,
    .cart thead {
        display: none;
    }

    .cart tbody {
        display: block;
        overflow: hidden;
    }

    .cart tr {
        display: block;
        float: right;
        width: 100%;
        margin: 40px 0 0;
        border: 1px solid #ddd;
    }

    .cart td {
        display: block;
        border: none;
        padding: 10px;
    }

    .cart td.remove-from-cart {
        margin: 0 0 15px;
        border-bottom: 1px solid #ddd;
        background-color: #eee;
        padding: 10px;
    }

    .cart td.product-picture {
        border-top: 1px solid #ddd;
        padding: 15px 10px 5px;
        text-align: center;
    }

    .cart td.product {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center;
        font-size: 12px;
    }

    .cart td.quantity {
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle;
    }

    .cart td.unit-price,
    .cart td.subtotal {
        display: inline-block;
        padding: 10px 0;
        vertical-align: middle;
        background-color: transparent;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .cart td label {
        display: none;
    }

    .order-details-page .data-table {
        display: block;
    }

    .order-details-page .data-table colgroup,
    .order-details-page .data-table thead {
        display: none;
    }

    .order-details-page .data-table tbody {
        display: block;
        overflow: hidden;
    }

    .order-details-page .data-table tr {
        display: block;
        float: right;
        width: 100%;
        margin: 40px 0 0;
        border: 1px solid #ddd;
    }

    .order-details-page .data-table td {
        display: block;
        border: none;
        padding: 10px;
    }

    .order-details-page .data-table td.product,
    .order-details-page .data-table td.tracking-number {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center;
    }

    .order-details-page .data-table td label {
        display: inline-block;
    }

    /*** MOBILE NAVIGATION ***/
    .header-menu {
        position: relative;
        z-index: 1;
        width: 90%;
        max-width: 600px;
        margin: 0 auto 10px;
    }

    .menu-toggle {
        background: #2196F3 url('../images/menu-icon.png') left center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        margin: 10px 0;
    }

    .block-manufacturer-navigation ul li {
        width: 48%;
        display: inline-block;
    }

    .block-manufacturer-navigation ul li a {
        margin-right: 10px;
    }

    .block-manufacturer-navigation ul li a::before {
        display: none;
    }

    .block-manufacturer-navigation ul li:hover {
        background-color: #f8f9fa;
    }

    .top-menu {
        display: none;
    }

    a#gotoLanding {
        display: none;
    }

    .top-menu>li:last-child {
        border-bottom: none;
    }

    .top-menu>li {
        position: relative;
        margin: 1px 0;
        background-color: #f6f6f6;
        border-bottom: 1px solid #B7B7B7;
    }

    .top-menu>li>a {
        display: block;
        min-height: 55px;
        padding: 18px;
        font-size: 15px;
        color: #4d4d4d;
        text-align: center;
    }

    .top-menu .sublist {
        display: none;
        background-color: #fff;
        padding: 5px 0;
    }

    .top-menu .sublist li {
        position: relative;
        margin: 1px 20px 1px 0;
    }

    .top-menu .sublist li a {
        display: block;
        padding: 15px 18px;
        font-size: 15px;
    }

    .sublist-toggle {
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 55px;
        border-right: 1px solid #fff;
        background: url('../images/toggle-black.png') center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sublist .sublist-toggle {
        height: 49px;
    }

    .sublist .sublist li {
        background-color: #f6f6f6;
    }

    .sublist .sublist .sublist li {
        background-color: #fff;
    }

    .block-category-navigation {
        display: none;
    }

    .block-account-navigation {
        float: none;
        margin: auto !important;
    }

    a.logo-mobile {
        display: block;
        padding-top: 10px;
    }

    .block .list a:before {
        content: "";
        position: absolute;
        top: 12px;
        /*right: -15px;*/
        width: 5px;
        height: 5px;
        background-color: #ddd;
    }

    .header-leftbox {
        display: none;
    }

    .item-box .add-to-compare-list-button1 {
        display: none !important;
    }
}

@media all and (max-width:425px) {

    .home-page-category-grid .title a,
    .sub-category-grid .title a {
        font-size: 11px;
    }

    a#gotoLanding {
        display: none !important;
    }

    .popupbody {
        overflow-y: auto !important;
    }

    video#intdVid {
        max-width: 300px;
    }

    .popup-window {
        margin-top: 0;
    }

    .popup-header {
        display: block;
        width: 100%;
        padding-right: 40px !important;
    }

    #popup {
        max-width: 300px !important;
        max-height: 450px !important;
        margin: -220px 0 0 -150px !important;
        overflow: auto;
    }

    .terms-of-service {
        float: none;
        font-size: 12px;
        text-align: center;
    }

    .checkout-buttons {
        float: none !important;
        text-align: center;
    }

    .order-progress ul {
        text-align: center;
        padding: 10px 5px;
    }

    .order-progress li {
        margin: 0 5px;
        display: inline-table;
        width: calc(20% - 10px);
    }

    .order-progress a {
        font-size: 10px;
        text-align: center;
        -ms-word-break: break-word;
        word-break: break-word;
        min-width: auto;
    }

    .payment-method .payment-details {
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
        text-align: center;
        width: 5%;
        border-left: 1px solid #DEDEDE;
        position: relative;
    }

    .order-progress .active-step a:before {
        width: 35px;
        height: 35px;
    }

    .order-progress .inactive-step a:before {
        width: 35px;
        height: 35px;
    }

    .cart-footer .totals {
        margin: 0 auto 0 !important;
        padding: 0 0 5px;
    }

    .cart-footer {
        margin: 0;
    }

    .shopping-cart-page .common-buttons {
        margin: 30px 0 0 0;
        padding: 0;
        text-align: center;
    }

    .page-body {
        padding-bottom: 30px !important;
        padding-top: 5px !important;
    }

    .cart-total .order-total {
        font-size: 14px;
    }

    tr.shipping-cost {
        font-size: 12px;
    }

    tr.order-subtotal {
        font-size: 12px;
    }

    .checkout-page .pickup-in-store {
        padding: 10px 5px;
        margin: 0 auto 10px;
    }

    .page-body.checkout-data {
        padding-top: 10px;
    }

    .description {
        font-size: 11px;
    }

    .checkout-page .pickup-in-store .selector {
        font-size: 11px;
    }

    div#NewAdrsBox {
        margin-left: 0;
        background: none !important;
    }

    table.address-box span,
    table.address-box td {
        font-size: 10px;
    }

    table.address-box td {
        padding: 5px;
    }

    .checkout-page .address-item {
        margin: 0 auto 10px;
    }

    .buttons {
        padding: 10px 0;
        margin-bottom: 0;
    }

    .checkout-page .button-1 {
        min-width: auto !important;
        padding: 5px 15px;
        margin-left: 5px;
    }

    .digikala-method-item--box tr td:last-child {
        display: none;
    }

    table.digikala-method-item--box {
        border: 1px solid #DEDEDE;
        margin-bottom: 10px;
    }

    td.digikala-method-item--name {
        padding: 20px 0;
    }

    .bar-notification .content {
        font-size: 12px;
    }

    .table-wrapper {
        padding: 0;
    }

    .payment-method .payment-logo {
        width: 30%;
        height: 65px;
    }

    td.payment-name {
        text-align: center;
    }

    .item-box .product-box-add-to-cart-button {
        padding: 8px 0 10px 0 !important;
    }

    .previous-product,
    .next-product {
        display: none;
    }

    .home-page .topic-block-title h1 {
        font-size: x-large;

    }
}

@media all and (max-width:1360px) and (min-width:1001px) {
    .header-menu>ul {
        display: inline-block !important;
        position: relative;
        top: -3px;
    }

    .header-menu>ul>li {
        border-left: 1px solid rgba(239, 239, 239, 0.8);
    }

    .header-menu>ul>li>a {
        padding: 0 5px 0 10px !important;
        font-size: 11px !important;
    }

    ul.sublist {
        right: 0;
    }
}

@media all and (max-width:645px) {
    a#gotoLanding {
        display: none !important;
    }

    .login-page .title strong {
        padding: 0;
        font-size: 16px;
    }

    .login-page .returning-wrapper .form-fields {
        padding-top: 0;
    }

    .login-page .returning-wrapper .buttons {
        padding: 0;
    }

    .order-list table {
        font-size: 10px;
    }

    .order-list table th {
        padding: 0 !important;
    }

    .order-list table th,
    .order-list table td {
        font-size: 10px;
        max-width: 65px;
        display: table-cell;
    }

    .address-edit-page .edit-address {
        padding-bottom: 20px;
    }

    .compare-products {
        display: inline-block;
    }

    .email-a-friend,
    .add-to-wishlist {
        display: inline-block;
    }

    .compare-products input {
        width: 100% !important;
    }

    .email-a-friend .button-2,
    .add-to-wishlist .button-2 {
        width: 100% !important;
    }

    .overview {
        margin: 0px 30px 50px;
    }

    ._uspitem {
        width: 100%;
        margin: 0 5px;
        text-align: center;
        padding-right: 10px;
    }

    ._uspitem:first-child {
        margin-right: 10px !important;
    }

    ._uspitem img {
        display: inline-block;
        max-width: 30px;
        max-height: 50px;
    }

    ._uspitem span {
        font-size: 12px;
        display: inline-block;
    }

    .usp {
        margin-top: 0px !important;
        padding: 10px 0 0 !important;
    }

    .product-grid .title {
        text-align: center;
        margin-bottom: 10px;
        border-bottom: 2px solid #ff6a6c;
    }

    .product-grid.home-page-product-grid {
        overflow: hidden;
    }

    .product-grid.home-page-product-grid .item-box {
        width: 50%;
        height: 420px;
        display: inline-block;
        clear: none !important;
        position: relative;
        float: none !important;
        margin-bottom: 0;
    }

    .product-grid.home-page-product-grid .item-box .picture {
        height: 230px;
    }

    .product-grid.home-page-product-grid .item-box .picture a img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-grid.home-page-product-grid .item-grid {
        overflow: auto;
        white-space: nowrap;
        padding-left: 50px;
    }

    .register-block .title strong {
        line-height: 20px;
        font-size: 16px;
        padding: 0;
    }

    .page.login-page .page-title {
        text-align: center;
        margin-bottom: 0;
    }

    .returning-wrapper.fieldset {
        margin-top: 10px;
        border-top: 1px solid #bdbdbd;
        padding-top: 20px;
    }

    .login-page .title {
        text-align: center;
    }

    .add-info {
        height: 70px;
    }

    .item-box .picture {
        height: 200px;
    }

    .btn-buy-mobile {
        display: inline-block !important;
        height: 34px;
        width: 40px !important;
    }

    .product-spec-filter {
        text-align: center;
    }

    .heade-rightbox {
        width: 100% !important;
    }

    .header-links {
        padding: 5px 0;
    }

    #topcartlink {
        width: 200px !important;
    }

    .header-menu-box {
        display: inline-block;
        width: 100%;
    }

    .container-fluid-header {
        display: inline-block;
    }

    .footer-lower {
        text-align: center;
        padding-bottom: 0;
    }

    .footer-powered-by {
        text-align: center;
    }

    .cart {
        display: block;
    }

    .cart colgroup,
    .cart thead {
        display: none;
    }

    .cart tbody {
        display: block;
        overflow: hidden;
    }

    .cart tr {
        display: block;
        float: right;
        width: 100%;
        margin: 40px 0 0;
        border: 1px solid #ddd;
    }

    .cart td {
        display: block;
        border: none;
        padding: 10px;
    }

    .cart td.remove-from-cart {
        margin: 0 0 15px;
        border-bottom: 1px solid #ddd;
        background-color: #eee;
        padding: 10px;
    }

    .cart td.product-picture {
        border-top: 1px solid #ddd;
        padding: 15px 10px 5px;
        text-align: center;
    }

    .cart td.product {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center;
        font-size: 12px;
    }

    .cart td.quantity {
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle;
    }

    .cart td.unit-price,
    .cart td.subtotal {
        display: inline-block;
        padding: 10px 0;
        vertical-align: middle;
        background-color: transparent;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .cart td label {
        display: none;
    }

    .order-details-page .data-table {
        display: block;
    }

    .order-details-page .data-table colgroup,
    .order-details-page .data-table thead {
        display: none;
    }

    .order-details-page .data-table tbody {
        display: block;
        overflow: hidden;
    }

    .order-details-page .data-table tr {
        display: block;
        float: right;
        width: 100%;
        margin: 40px 0 0;
        border: 1px solid #ddd;
    }

    .order-details-page .data-table td {
        display: block;
        border: none;
        padding: 10px;
    }

    .order-details-page .data-table td.product,
    .order-details-page .data-table td.tracking-number {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center;
    }

    .order-details-page .data-table td label {
        display: inline-block;
    }

    /*** mobile navigation ***/
    .header-menu {
        position: relative;
        z-index: 1;
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
    }

    .menu-toggle {
        background: #ffffff;
        padding: 5px;
        font-size: 15px;
        font-weight: bold;
        color: #59595c;
        text-transform: uppercase;
        cursor: pointer;
        margin: 5px;
        text-align: center;
    }

    .top-menu {
        display: none;
    }

    .top-menu>li:last-child {
        border-bottom: none;
    }

    .top-menu>li {
        position: relative;
        margin: 1px 0;
        background-color: #f6f6f6;
        border-bottom: 1px solid #b7b7b7;
    }

    .header-menu>ul>li.active>a+.dk-icon {
        -moz-transition: 200ms ease-in-out;
        -o-transition: 200ms ease-in-out;
        -webkit-transition: 200ms ease-in-out;
        transition: 200ms ease-in-out;
        background-position: -35px -705px !important;
    }

    .sublist>li.active>.dk-icon {
        background-position: -30px -695px !important;
        display: inline-block;
        padding: 15px 25px;
        top: 5px;
    }

    .sublist>li>.dk-icon {
        background-position: -30px -720px !important;
        display: inline-block;
        padding: 15px 25px;
        top: 5px;
    }

    .header-menu>ul>li:hover {
        background-color: transparent;
    }

    .top-menu>li>a {
        display: block;
        min-height: 20px;
        padding: 10px;
        color: #4d4d4d;
        text-align: right;
        font-size: 14px;
    }

    .withArrow.active {
        background-color: rgba(157, 163, 177, 0.31) !important;
    }

    .top-menu .sublist {
        display: none;
        background-color: #fff;
        padding: 5px 0;
        border-top: 1px solid #d8d8d8;
        border-right: 1px solid #0e95ce;
    }

    .top-menu.mobile .sublist li {
        position: relative;
        margin: 0 5px 1px 0;
    }

    .top-menu .sublist li a {
        display: inline-block;
        padding: 10px 10px;
        font-size: 12px;
    }

    .hasChild>a::before {
        display: none !important;
    }

    .noChild>a::before {
        display: none !important;
    }

    .sublist-toggle {
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 55px;
        border-right: 1px solid #fff;
        background: url('../images/toggle-black.png') center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sublist .sublist-toggle {
        height: 49px;
    }

    .sublist .sublist li {
        background-color: #f6f6f6;
    }

    .sublist .sublist .sublist li {
        background-color: #fff;
    }

    .block-category-navigation {
        display: none;
    }

    .block-account-navigation {
        float: none;
        margin: auto !important;
    }

    a.logo-mobile {
        display: block;
        padding-top: 10px;
    }

    .block .list a:before {
        content: "";
        position: absolute;
        top: 12px;
        /*right: -15px;*/
        width: 5px;
        height: 5px;
        background-color: #ddd;
    }

    .header-leftbox {
        display: none;
    }

}

@media all and (min-width:645px) {
    .header-menu>ul>li:hover>a+.dk-icon {
        -moz-transition: 200ms ease-in-out;
        -o-transition: 200ms ease-in-out;
        -webkit-transition: 200ms ease-in-out;
        transition: 200ms ease-in-out;
        background-position: -35px -705px !important;
    }

    .noChild>.sublist .hasChild>.dk-icon {
        display: none;
    }

    .header-menu>ul>li>a {
        padding: 0 20px 0 35px;
    }

    .header-menu>ul>li>i {
        left: 15px;
    }
}

@media (max-width: 481px) {
    a#gotoLanding {
        display: none !important;
    }

    .technicalspecs-value {
        width: calc(80% - 10px);
    }

    .technicalspecs-title,
    .technicalspecs-value {
        font-size: 12px;
        margin-bottom: 5px;
        margin-left: 5px;
        padding: 4px;
    }

    .search-box input.search-box-text {
        width: 200px;
        height: 40px;
    }

    .search-box .search-box-button {
        height: 40px;
    }

    .category-grid.sub-category-grid .item-grid .item-box {
        width: 35%;
        height: 150px;
        border: 1px solid #e6e6e6;
        margin: 0 5px 5px 5px;
        position: relative;
        display: inline-block;
        float: none;
    }

    .category-grid.sub-category-grid .item-grid .sub-category-item .picture {
        height: 100px;
    }

    .category-grid.sub-category-grid .item-grid .sub-category-item .picture a {
        height: 100px;
    }

    .category-grid.sub-category-grid .title {
        background-color: #e3e3e3;
        font-size: 12px;
        padding: 5px 0;
    }

    .category-grid.sub-category-grid {
        margin-bottom: 5px;
        padding-bottom: 10px;
        height: 150px;
        overflow: hidden;
    }

    .category-grid.sub-category-grid .item-grid .item-box:nth-child(2n+1) {
        clear: none !important;
    }

    .category-grid.sub-category-grid .item-grid {
        white-space: nowrap;
        overflow: auto;
        height: 160px;
        overflow-y: hidden;
    }

    .login-page .new-wrapper .text {
        padding: 5px;
        margin-bottom: 10px;
    }

    .login-page .new-wrapper {
        margin-bottom: 20px;
    }

    .button-1.register-button,
    .button-1.login-button {
        min-width: 90px;
        padding: 7px 15px;
    }

    .data-table-notprint {
        display: none;
    }

    .orderglobaldetails,
    .customer-details {
        font-size: 10px;
        padding: 0 10px;
    }

    .orderglobaldetails {
        margin-bottom: 10px;
    }

    .customer-info-page .page-body .form-fields .inputs label {
        display: inline-block;
        text-align: right;
        width: 50px;
        font-size: 10px;
        margin-left: 10px;
    }

    .customer-info-page .page-body .form-fields .inputs>input {
        max-width: 230px;
        max-width: calc(100% - 60px);
    }

    .customer-info-page .page-body .form-fields .inputs {
        text-align: right;
    }

    .customer-info-page .page-body .form-fields .date-of-birth select {
        max-width: 70px;
        max-width: calc(100% - 245px);
    }

    .breadcrumb {
        background: white;
        padding: 2px 5px;
    }

    .cart td.remove-from-cart {
        border-bottom: none;
        margin: 0;
    }

    .header-menu>ul>li>a+.dk-icon {
        top: 12px;
    }

    .shopping-cart-page .common-buttons input {
        min-width: auto !important;
        padding: 5px 10px;
    }

    .breadcrumb li * {
        font-size: 10px !important;
        line-height: 22px;
    }

    .gallery .picture-thumbs {
        overflow: auto;
        white-space: nowrap;
        padding: 0 10px;
    }

    .master-wrapper-content,
    .header-menu {
        width: 100%;
    }

    /*** GLOBAL TABLES ***/
    .cart tr {
        width: 46%;
        margin: 0 2% 0;
    }

    .cart tr:nth-child(2n+1) {
        clear: both;
    }

    .order-details-page .data-table tr {
        width: 46%;
        margin: 40px 2% 0;
    }

    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: both;
    }

    /*** HEADER ***/
    .header-selectors-wrapper>div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }

    .ui-autocomplete {
        width: 485px !important;
    }

    .ui-autocomplete img {
        display: inline;
    }

    /*** FOOTER ***/
    .footer-block {
        width: 100%;
    }

    .newsletter-email input[type="text"] {
        width: 240px;
    }

    /*** COLUMN ***/
    /*.block {
		float: left;
		width: 46%;
		margin: 0 2%;
	}
	.block:nth-child(2n+1) {
		clear: both;
	}*/
    /*** CATEGORY ***/
    .product-filter {
        display: block;
        text-align: right;
        border-radius: 0 0 4px 4px;
    }

    .product-filter.price-range-filter {
        width: 200px;
    }

    .product-filter .product-spec-group {
        margin: 5px 0;
    }

    .product-filter .group li.item {
        display: block;
        margin: 0;
    }

    .item-box {
        width: 49%;
        margin: 0 0.5% 0;
        /* height: 205px; */
    }

    .item-box:nth-child(2n+1) {
        clear: both;
    }

    .item-box .product-rating-box {
        margin: 0;
    }

    .item-box .prices {
        height: 40px;
    }

    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        min-width: 140px;
        margin: 0 1px 5px;
    }

    /*** TOPICS ***/
    .enter-password-form input[type="password"] {
        width: 260px;
    }

    /*** FORUM & PROFILE ***/
    .forums-header {
        background-color: #f9f9f9;
        padding: 30px 20px 20px;
    }

    .ui-tabs-nav li {
        display: inline-block;
        min-width: 150px;
        margin: 0 5px -1px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 5px -1px !important;
    }

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: inline-block;
        width: auto;
        margin: 1px;
    }
}

@media (min-width: 767px) {

    /**** GLOBAL ***/
    .popupbody {
        overflow-y: auto !important;
    }

    .master-wrapper-content {
        width: 94%;
    }

    .home-page-polls li {
        min-width: 100px;
    }

    /**** GLOBAL TABLES ***/
    .cart tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

    .cart tr:nth-child(2n+1) {
        clear: none;
    }

    .cart tr:nth-child(3n+1) {
        clear: both;
    }

    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: none;
    }

    .order-details-page .data-table tr:nth-child(3n+1) {
        clear: both;
    }

    /*** HEADER ***/
    .header-selectors-wrapper>div {
        width: 20%;
    }

    /*** FOOTER ***/
    .footer-block {
        display: inline-block;
        width: 25.33333%;
        margin: 0 4%;
        vertical-align: top;
    }

    .footer-block .title {
        margin: 0 0 15px;
        background: none;
        padding: 0;
        color: #444;
        cursor: auto;
    }

    .footer-block .list {
        display: block !important;
        /* prevents toggle display:none on resize */
        background: none;
        padding: 0;
    }

    .footer-block .list li {
        margin-bottom: 6px;
    }

    .footer-block .list a {
        color: inherit;
        display: inline;
        padding: 0;
    }

    .follow-us {
        width: 98%;
        margin: 0 auto 20px;
    }

    /*** COLUMN ***/
    /*.block {
		width: 31.33333%;
		margin: 0 1%;
	}
	.block:nth-child(2n+1) {
		clear: none;
	}
	.block:nth-child(3n+1) {
		clear: both;
	}*/
    /*** CATEGORY ***/
    .product-selectors {
        text-align: right;
    }

    .product-selectors .product-viewmode {
        display: inline-block;
        float: left;
    }

    .product-selectors .product-viewmode span {
        display: none;
    }

    .product-selectors .product-viewmode a {
        display: inline-block;
        width: 24px;
        height: 32px;
        margin: 0 12px 0 0;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

    .product-selectors .product-viewmode a.grid {
        background-image: url('../images/view-grid.png');
    }

    .product-selectors .product-viewmode a.list {
        background-image: url('../images/view-list.png');
    }

    .product-selectors .product-viewmode a.selected {
        opacity: 1;
    }

    .item-box {
        width: 32.33333%;
        margin: 10px 0.5% 20px;
    }

    .item-box:nth-child(2n+1) {
        clear: none;
    }

    .item-box:nth-child(3n+1) {
        clear: both;
    }

    .product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }

    .product-list .item-box .product-item:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-list .item-box .picture {
        float: right;
        width: 220px;
    }

    .product-list .item-box:hover .picture a img {
        opacity: 1;
    }

    .product-list .item-box .picture:hover a img {
        opacity: 0.85;
    }

    .product-list .item-box .picture+.details {
        margin: 0 240px 0 0;
    }

    .product-list .item-box .product-title {
        height: auto;
        padding: 10px 0;
        font-size: 18px;
    }

    .product-list .item-box .description {
        display: block;
        margin: 0 0 10px;
        line-height: 22px;
    }

    .product-list .item-box .prices {
        height: auto;
        margin: 0 0 30px;
    }

    .product-list .item-box .product-box-add-to-cart-button {
        width: auto;
        min-width: 150px;
        padding: 0 20px;
    }

    .product-list .item-box .add-to-compare-list-button,
    .product-list .item-box .add-to-wishlist-button {
        width: 42px;
    }

    /*** PRODUCT PAGE ***/
    .gallery {
        width: 350px;
    }

    .variant-picture {
        float: right;
    }

    .variant-picture+.variant-overview {
        width: auto;
        margin: 0 240px 0 0;
    }

    .variant-overview {
        text-align: right;
    }

    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        float: right;
        max-width: 600px;
    }

    .product-review-item .product-review-box {
        float: left;
    }

    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .address-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        width: 45%;
        margin: 10px 1%;
        vertical-align: top;
    }

    .recurring-payments {
        width: 100% !important;
        margin: 20px 0 !important;
    }

    /*** SHOPPING CART ***/
    .order-progress {
        padding: 30px;
    }

    .order-progress li {
        margin: 0 10px;
    }

    .order-progress a {
        min-width: 80px;
    }

    .cart-options .common-buttons {
        text-align: left;
    }

    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
        padding: 0 10px;
    }

    .cart-footer .totals {
        float: left;
        width: 45%;
        margin: 0 2.5%;
    }

    .cart-footer .terms-of-service {
        text-align: right;
        font-size: 12px;
    }

    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: left;
    }

    .cart-footer .cart-collaterals {
        float: right;
        width: 45%;
        margin: 0 2.5%;
    }

    .cart-footer .cart-collaterals div,
    .cart-footer .cart-collaterals label {
        text-align: right;
    }

    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px;
    }

    .cart-footer .estimate-shipping .buttons {
        text-align: left;
    }

    /*** CHECKOUT ***/
    .checkout-page .selected-checkout-attributes {
        float: left;
        text-align: left;
    }

    .checkout-page .cart-footer .totals {
        max-width: 450px;
        margin: 0;
    }

    .checkout-page .address-grid {
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
    }

    .checkout-page .address-item {
        float: right;
        width: 100%;
        margin: 0 0 40px;
    }

    .digikala-method-item--box {
        float: right;
        margin: 0 0 40px;
        padding: 0 10px 10px 20px;
        border-radius: 2px;
        height: 100px;
        border: 2px solid rgb(222, 222, 222);
    }

    .shipping-method .method-list li,
    .payment-method .method-list li {
        display: inline-block;
        width: 25%;
        margin: 20px 2%;
        vertical-align: top;
        background-color: #f9f9f9;
        min-height: 120px;
        height: 140px;
    }

    .shipping-method .method-name {
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-logo {
        padding: 20px;
        height: 80px;
        /* width: 5%; */
        border-left: 1px solid #DEDEDE;
    }

    .payment-info .info {
        padding: 30px 75px;
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;

    }

    .order-review-data ul,
    .order-details-area ul,
    .shipment-details-area ul {
        float: right;
        width: 100%;
    }

    /*** ORDER DETAILS & SHIPPING DETAILS ***/
    .order-details-page .section.options {
        text-align: left;
    }

    .order-details-page .selected-checkout-attributes {
        padding: 0 10px;
    }

    .order-details-page .totals {
        overflow: hidden;
    }

    .order-details-page .total-info {
        float: left;
        margin: 0 5px;
    }

    .order-details-area {
        margin: 0px 34px;
    }

    .shipment-details-page .tracking-number .tracking-url {
        color: #2196F3;
    }

    /*** BLOG & NEWS ***/
    .blog-posts .tags {
        float: left;
        width: 80%;
        text-align: left;
    }

    .blog-posts .buttons {
        float: right;
        width: 20%;
        text-align: right;
    }

    .new-comment {
        text-align: center;
    }

    .new-comment .buttons {
        text-align: center;
    }

    .comment-list .comment {
        display: table;
        width: 100%;
        margin: 0;
    }

    .comment-list .comment:last-child {
        border-bottom: 1px solid #ddd;
    }

    .comment-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
    }

    .comment-info .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center;
    }

    .comment-info .avatar {
        border: none;
    }

    .comment-info .avatar img {
        max-width: 80%;
        max-height: 80%;
    }

    .comment-content {
        display: table-cell;
        width: 85%;
        border-right: 1px solid #ddd;
        vertical-align: top;
        text-align: right;
    }

    .comment-time {
        min-height: 40px;
        margin: 0;
        background-color: #f6f6f6;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
    }

    .comment-title {
        margin: 0 0 -20px;
        padding: 20px;
    }

    .comment-body {
        padding: 20px;
    }

    /*** FORUM & PROFILE ***/
    .forum-actions,
    .topic-actions {
        overflow: hidden;
    }

    .forum-actions .actions,
    .topic-actions .actions {
        float: right;
    }

    .forum-actions .pager,
    .topic-actions .pager {
        float: left;
        max-width: 450px;
    }

    .forum-actions .pager li,
    .topic-actions .pager li {
        margin: 2px 4px;
    }

    .forum-actions .pager.upper {
        display: block;
    }

    .topic-actions.lower .actions {
        display: block;
    }

    .topic-posts {
        margin: 0 0 30px;
    }

    .topic-post {
        display: table;
        width: 100%;
        margin: 0;
    }

    .topic-post .post-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
        text-align: right;
    }

    .topic-post .user-info {
        width: auto;
    }

    .topic-post .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center;
    }

    .topic-post .avatar {
        margin: auto;
        border: none;
    }

    .topic-post .avatar img {
        max-width: 80%;
        max-height: 80%;
    }

    .topic-post .user-stats li {
        margin: 0;
    }

    .topic-post .send-pm {
        margin: 0 0 20px;
    }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        padding: 8px 16px;
        font-size: 13px;
    }

    .topic-post .post-content {
        display: table-cell;
        width: 85%;
        border-right: 1px solid #ddd;
        vertical-align: top;
        text-align: right;
    }

    .topic-post .post-head {
        min-height: 40px;
        overflow: hidden;
        background-color: #f6f6f6;
    }

    .topic-post .post-time {
        float: right;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
    }

    .topic-post .post-actions {
        float: left;
        margin: 0;
    }

    .topic-post .post-actions a {
        margin: 0;
        line-height: 20px;
    }

    .topic-post .post-actions .quote-post a {
        min-width: 70px;
    }

    .topic-post .post-actions a.post-link-button {
        margin: 0 10px 0 0;
        border-right: 1px solid #ddd;
        text-align: center;
    }

    .topic-post .post-body {
        padding: 20px;
    }

    .ui-tabs-nav {
        text-align: right;
    }

    .ui-tabs-nav li {
        margin: 0 0 -1px 10px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 0 -1px 10px !important;
    }

    .profile-info-box .avatar {
        float: right;
        margin: 0 0 15px 15px;
    }

    .profile-info-box .profile-stats {
        float: right;
        text-align: right;
    }

    .profile-info-box .title {
        text-align: right;
    }

    .profile-info-box .send-pm {
        clear: both;
        text-align: right;
    }
}

@media (min-width: 1001px) {

    /*** GLOBAL STYLES ***/
    .gallery .picture-thumbs {
        padding: 0 10px;
    }

    .master-wrapper-content {
        width: 980px;
        margin: auto;
    }

    .center-2 {
        float: left;
        width: calc(75% - 12px);
    }

    .side-2 {
        float: right;
        width: 25%;
        margin-left: 10px;
    }

    .page.home-page {
        margin-top: 35px;
        background-color: transparent;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
    }

    .page {
        text-align: right;
        background-color: #fff;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        padding-bottom: 30px;
    }

    .page.product-details-page {
        background-color: transparent !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        padding-bottom: 0;
    }

    .inputs {
        text-align: right;
    }

    .inputs label {
        display: inline-block;
        width: 265px;
        margin: 0 0 0 10px;
        text-align: left;
    }

    .inputs input[type="text"],
    .inputs input[type="email"],
    .inputs input[type="password"],
    .inputs input[type="tel"],
    .inputs select {
        min-height: 30px;
    }

    .inputs .option-list li {
        margin: 0 0 0 10px;
    }

    .center-2 .inputs label {
        width: 136px;
    }

    .page-title a+h1 {
        float: right;
    }

    .link-rss {
        display: block;
        float: left;
        margin: 6px 0 0;
    }

    /*** GLOBAL TABLES ***/
    .cart tr {
        width: auto;
        margin: 0;
    }

    .cart label {
        display: none;
    }

    .order-details-page .data-table tr {
        width: auto;
        margin: 0;
    }

    .order-details-page .data-table label {
        display: none;
    }

    /*** HEADER ***/
    .header {
        width: 980px;
    }

    .header-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-selectors-wrapper {
        float: left;
        border: none;
        padding: 0;
    }

    .header-selectors-wrapper>div {
        width: auto;
        min-width: 100px;
        margin: 0 0 0 12px;
        line-height: 43px;
    }

    .header-selectors-wrapper select {
        height: 25px;
        padding: 4px;
        font-size: 12px;
    }

    .language-list {
        text-align: right;
    }

    .header-links-wrapper {
        float: right;
        padding: 0;
    }

    .header-links li {
        margin: 0 16px;
    }

    .header-links a,
    .header-links span {
        line-height: 40px;
        text-transform: none;
    }

    #topcartlink {
        display: inline-block;
        width: 170px;
    }

    .flyout-cart {
        position: absolute;
        top: 75px;
        right: 0;
        z-index: 100;
        width: 300px;
        padding-top: 10px;
    }

    .flyout-cart.active {
        display: block;
    }

    .mini-shopping-cart {
        padding: 12px;
        text-align: right;
        font-size: 12px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
        background-color: #fff;
    }

    .mini-shopping-cart .count {
        padding: 10px 0;
        color: #444;
        text-align: center;
    }

    .mini-shopping-cart .count a {
        margin: 0 2px;
        font-weight: bold;
        color: #444;
    }

    .mini-shopping-cart .items {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 0 0 20px;
    }

    .mini-shopping-cart .item {
        overflow: hidden;
        padding: 10px 0;
    }

    .mini-shopping-cart .picture {
        float: right;
        width: 70px;
        text-align: center;
    }

    .mini-shopping-cart .picture a {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .mini-shopping-cart .picture a:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .mini-shopping-cart .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
    }

    .mini-shopping-cart .picture+.product {
        margin: 0 80px 0 0;
    }

    .mini-shopping-cart .name {
        margin: 0 0 10px;
        font-size: 14px;
    }

    .mini-shopping-cart .name a {
        color: #2196F3;
    }

    .mini-shopping-cart .name a:hover {
        color: #208de6;
    }

    .mini-shopping-cart .attributes {
        margin: 5px 0;
        color: #444;
    }

    .mini-shopping-cart .totals {
        margin: 0 0 12px;
        font-size: 14px;
    }

    .mini-shopping-cart .totals strong {
        font-size: 14px;
        color: #444;
    }

    .mini-shopping-cart .buttons {
        margin: 0 0 5px;
    }

    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        border: none;
        background-color: #62B965;
        padding: 10px 20px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

    .mini-shopping-cart input[type="button"]:hover {
        background-color: #46A349;
    }

    .header-lower {
        display: table;
        width: 100%;
        height: 90px;
    }

    .header-logo {
        margin-top: 20px;
    }

    a.logo-mobile {
        display: none;
    }

    .search-box {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
        float: right;
    }

    .search-box input.search-box-text,
    .search-box .search-box-button {
        height: 38px;
    }

    /*** NAVIGATION ***/
    .header-menu {
        position: relative;
        width: 980px;
        margin: 0 auto;
        text-align: right;
        height: 40px;
        line-height: 40px;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu>ul {
        display: block;
        /* prevents toggle display:none on resize */
        font-size: 0;
    }

    .header-menu>ul.mobile {
        display: none !important;
    }

    .header-menu>ul>li {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
        border-right: 1px dotted #edeff3;
        position: relative;
    }

    .header-menu>ul>li:first-child {
        border-right: none;
    }

    .header-menu>ul>li>a {
        display: block;
        padding: 0 10px 0 20px;
        line-height: 40px;
        font-size: 12px;
        /*reset zeroing*/
        color: #4d4d4d;
        cursor: pointer;
        width: 100%;
    }

    .header-menu>ul>li>a:hover {
        color: rgb(0, 0, 0);
    }

    .header-menu .sublist {
        display: none;
        position: absolute;
        width: 240px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        padding: 0;
        text-align: right;
        z-index: 99999;
    }

    .header-menu .sublist li {
        position: relative;
    }

    .header-menu .sublist li a {
        display: block;
        position: relative;
        padding: 0 30px 0 10px !important;
        font-size: 11px;
        color: #444;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .header-menu .sublist li:hover>a {
        background-color: #f6f6f6;
    }

    .header-menu .sublist .sublist li a {
        background-color: #f6f6f6;
    }

    .header-menu ul li:hover>.sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: 0px;
        right: 100% !important;
    }

    /*** FOOTER ***/
    .footer-upper {
        width: 980px;
        padding: 35px 10px;
    }

    .footer-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-block {
        float: right;
        width: 220px;
        margin: 0;
    }

    .footer-block:first-child {}

    .footer-block .list {
        margin: 0;
    }

    .follow-us {
        float: left;
        width: 300px !important;
        margin: 0;
        text-align: right;
        margin-top: 50px;
    }

    .follow-us .social li {
        margin: 0 0 0 10px;
    }

    .newsletter-email {
        display: block;
    }

    .newsletter-email input[type="text"] {
        width: 200px;
    }

    .newsletter-email .newsletter-subscribe-button {
        width: 100px;
        padding: 0 5px;
    }

    .newsletter-validation .field-validation-valid {
        text-align: right;
    }

    .footer-lower {
        position: relative;
        width: 980px;
        padding: 25px 5px;
    }

    .footer-lower:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-info {
        float: right;
        line-height: 32px;
    }

    .footer-powered-by {
        float: left;
        margin: 0;
        line-height: 32px;
    }

    .footer-store-theme {
        float: right;
        margin: 0 15px 0 0;
    }

    /*** COLUMN ***/
    .block {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .block .title {
        margin: 0;
        background: none;
        cursor: auto;
    }

    .block .title strong {
        color: #4d4d4d;
        height: 40px;
        font-size: 12px;
        padding-right: 15px;
        direction: rtl;
    }

    .block .listbox {
        display: block;
        border-bottom: none;
    }

    .block a.product-picture {
        display: inline-block;
        position: relative;
        /*margin: 0 -15px 0 0;*/
        vertical-align: middle;
    }

    .block span.product-name {
        display: block;
        padding-top: 5px;
    }

    .block span.product-picture+a.product-name {
        display: inline-block;
        margin-right: 10px;
    }

    .block span.product-picture+a.product-name:before {
        display: none;
    }

    .product-picture img {
        border-radius: 4px;
        float: right;
        margin-left: 8px;
    }

    /*** CATEGORY ***/
    .breadcrumb {
        margin-bottom: 10px;
    }

    .item-box .buttons {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .item-box:hover {
        opacity: 1;
    }

    .home-page .product-grid .item-box,
    .product-details-page .product-grid .item-box,
    .shopping-cart-page .product-grid .item-box {
        width: 24%;
        margin: 5px 0.5% 20px;
        height: 360px;
    }

    .home-page .product-grid .item-box.specialoffer {
        height: 400px;
    }

    span.price.actual-price {
        width: auto;
        float: none;
    }

    .prices {
        margin: 0;
    }

    .home-page .product-grid .item-box:nth-child(3n+1),
    .product-details-page .product-grid .item-box:nth-child(3n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
        clear: none;
    }

    .home-page .product-grid .item-box:nth-child(4n+1),
    .product-details-page .product-grid .item-box:nth-child(4n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
        clear: both;
    }

    /*** PRODUCT PAGE ***/
    .gallery {
        float: right;
        width: 35%;
    }

    .gallery .picture {
        width: auto;
    }

    .overview {
        float: left;
        width: calc(62% - 20px);
    }

    .rental-attributes {
        overflow: hidden;
    }

    .rental-attributes .attribute-item {
        float: right;
        margin: 0 0 0 20px;
    }

    .rental-attributes .datepicker {
        width: 160px;
        text-align: right;
    }

    .color-squares li {
        margin: 0 0 0 10px 10px;
    }

    .product-details-page .title,
    .html-product-details-page .page-body .title {
        border-bottom: 1px solid rgb(227, 227, 227);
        border-radius: 4px 4px 0 0;
    }

    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        max-width: 850px;
    }

    /*** WISHLIST & COMPARE LIST ***/
    .compare-products-page .page-title {
        margin: 0 0 -1px;
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 7px;
        left: 0;
        background-color: #666;
    }

    .compare-products-table .full-description td {
        display: table-cell;
    }

    .compare-products-table .full-description td p {
        margin-top: 0;
    }

    /*** TOPICS ***/
    .center-1 .topic-block-title {
        text-align: center;
    }

    .topic-page p {
        text-align: justify;
    }

    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .gender span {
        margin: 0 0 0 10px;
    }

    .gender span>* {
        margin: 0 0 0 5px;
    }

    .date-of-birth select+select {
        margin: 0 11px 0 0;
    }

    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    .login-page .customer-blocks {
        overflow: hidden;
    }

    .login-page .new-wrapper {
        float: right;
        width: 49%;
        margin: 0;
    }

    .login-page .new-wrapper .text {
        min-height: 200px;
    }

    .login-page .returning-wrapper {
        float: left;
        width: 49%;
    }

    .login-page .returning-wrapper .form-fields {
        min-height: 200px;
        padding: 30px 0 0;
    }

    .login-page .returning-wrapper .inputs label {
        width: 110px;
    }

    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="password"] {
        width: 300px;
    }

    .address-list-page .section,
    .return-request-list-page .section {
        width: 100%;
    }

    .address-list-page .buttons,
    .order-list-page .buttons {
        margin: 0;
    }

    .avatar-page .message-error,
    .avatar-page .buttons {
        text-align: right;
    }

    /*** SHOPPING CART ***/
    .shopping-cart-page .cart-options {
        overflow: hidden;
    }

    .shopping-cart-page .checkout-attributes {
        float: right;
        max-width: 565px;
        margin: -30px 0 15px;
    }

    .shopping-cart-page .checkout-attributes li {
        margin: 5px 0 5px 10px;
    }

    .shopping-cart-page .selected-checkout-attributes {
        float: left;
        max-width: 395px;
        margin: 15px 0;
    }

    /*** CHECKOUT ***/

    .checkout-page .address-item {
        width: 100%;
    }

    .digikala-method-item--box {
        width: 100%;
    }

    .checkout-page .terms-of-service {
        text-align: center;
    }

    .payment-info .info {
        padding: 30px;
    }

    .payment-info .info td:first-child {
        width: 265px !important;
        margin: 0 0 0 10px;
        text-align: left;
    }

    .payment-info .info td:only-child {
        width: 100% !important;
    }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        text-align: right;
    }

    .opc .order-review-data ul {
        text-align: right;
    }

    /*** SEARCH & SITEMAP ***/
    .advanced-search .price-range {
        margin-right: 114px;
    }

    /*** BLOG & NEWS ***/
    .comment-list {
        margin: 0 0 50px;
    }

    .news-list-homepage .news-items {
        overflow: hidden;
        text-align: right;
    }

    .news-list-homepage .news-item {
        float: right;
        width: 31.33333%;
        margin: 0 1% 30px;
    }

    .news-list-homepage .news-item:nth-child(3n+1) {
        clear: both;
    }

    .news-list-homepage .news-item:only-child {
        float: none;
        width: auto;
        margin: 0 0 30px;
    }

    .news-list-homepage .news-head {
        text-align: center;
    }

    .news-list-homepage .news-body {
        text-align: justify;
    }

    /*** FORUM & PROFILE ***/
    .forum-breadcrumb {
        margin: -30px 0 30px;
    }

    .current-time {
        float: left;
    }

    .forum-search-box {
        float: right;
    }

    .forum-search-box .advanced {
        text-align: right;
    }

    .forum-search-box .advanced a {
        line-height: normal;
    }

    .forums-table-section td {
        min-width: 150px;
    }

    .forums-table-section td:first-child {
        min-width: 90px;
    }

    .forums-table-section .view-all {
        text-align: left;
    }

    .topic-actions .pager.upper {
        display: block;
        max-width: 400px;
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        width: 600px;
        height: 250px;
    }

    .private-message-send-page .toolbar {
        display: inline-block;
        width: 400px;
        margin: 10px 0;
        vertical-align: middle;
    }

    .item-box .picture a {
        height: 200px;
    }
}



@media (min-width: 1367px) {

    /*** GLOBAL STYLES ***/
    .master-wrapper-content {
        width: 1200px;
    }

    .inputs label {
        width: 375px;
    }

    .center-2 .inputs label {
        width: 213px;
    }

    /*** HEADER ***/
    .header {
        width: 1200px;
    }

    /*** NAVIGATION ***/
    .header-menu {
        width: 1200px;
    }

    .header-menu>ul>li {
        padding: 0;
    }

    .header-menu>ul>li>a,
    .header-menu>ul>li>span {
        font-size: 13px;
    }

    /*** FOOTER ***/
    .footer-upper {
        width: 1200px;
        padding: 35px 30px;
    }

    .footer-block {
        width: 280px;
    }

    .footer-lower {
        width: 1200px;
        padding: 10px 0;
    }

    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        max-width: 1050px;
    }

    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="password"] {
        width: 360px;
    }

    /*** SHOPPING CART ***/
    .cart-footer .totals {
        width: 485px;
        margin-left: 20px;
    }

    .cart-footer .cart-collaterals {
        width: 460px;
        margin: 30px;
    }

    .cart-footer .cart-collaterals .deals {
        float: right;
        width: 360px;
    }

    .cart-footer .cart-collaterals .shipping {
        float: left;
        width: 360px;
    }

    .cart-footer .estimate-shipping .inputs label {
        display: inline-block;
        width: 35%;
    }

    .cart-footer .estimate-shipping .inputs input,
    .cart-footer .estimate-shipping .inputs select {
        width: 65%;
    }

    /*** CHECKOUT ***/
    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 20px 1%;
    }

    .payment-info .info td:first-child {
        width: 375px !important;
    }

    .payment-info .info td:only-child {
        width: 100% !important;
    }

    /*** FORUM & PROFILE ***/
    .forum-actions .pager,
    .topic-actions .pager {
        max-width: 600px !important;
    }
}

@media (min-width: 1467px) {

    /*** GLOBAL STYLES ***/
    .master-wrapper-content {
        width: 1467px;
    }

    .header-menu {
        width: 1467px;
    }

    .header {
        width: 1467px;
    }
}

@media (min-width: 768px) {
    .gallery .picture-thumbs {
        text-align: right;
    }
}

@media all and (max-width:320px) {
    .item-box .picture {
        background-color: transparent;
    }

    .item-box .picture a {
        height: 200px;
    }

    .item-box .actual-price {
        line-height: 35px;
        display: inline-block;
        font-size: 15px;
        width: 100%;
    }

    .add-info {
        height: 1px;
    }

    .item-box .prices {
        height: 30px;
    }

    .add-info .prices .buttons {
        display: none;
    }

    .container-fluid-footer-lower {
        padding-bottom: 20px;
    }

    .item-box .product-box-add-to-cart-button.btn-buy-mobile {
        display: none !important;
    }

    .product-grid .title {
        text-align: center;
        margin-bottom: 10px;
        border-bottom: 2px solid #ff6a6c;
    }

    .product-box-add-to-cart-button::after {
        background: none !important;
        content: none !important;
    }

    .item-box .product-title {
        font-size: 12px;
        margin-bottom: 0;
    }

    .item-box input[type="button"] {
        height: 32px;
        padding: 0 10px;
    }

    .header-logo {
        display: block;
        float: left;
        width: 160px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    #topcartlink {
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    #topcartlink a {
        padding: 9px 20px 9px 0;
    }

    .top-menu>li>a {
        padding: 5px;
        min-height: 10px;
        font-size: 12px;
    }

    .product-price {
        margin: 15px 0 0 10px !important;
    }

    .section.order-item {
        -moz-box-shadow: 0 1px 4px 1px rgba(125, 125, 125, 0.12);
        -webkit-box-shadow: 0 1px 4px 1px rgba(125, 125, 125, 0.12);
        box-shadow: 0 1px 4px 1px rgba(125, 125, 125, 0.12);
        border: 1px solid rgba(125, 125, 125, 0.15);
        border-radius: 2px;
    }

    .order-list {
        padding: 10px 5px;
    }

    .overview .product-name h1 {
        font-size: 12px;
    }

    .addtocart-mobile {
        position: fixed;
        bottom: 0;
        right: 0;
        display: block;
        z-index: 9999;
        margin: 0 !important;
        width: 100%;
        height: 60px;
        background-color: #F1F1F1;
        box-shadow: 0 -2px 5px rgba(222, 222, 222, 0.49);
        border-top: 1px solid rgba(206, 206, 206, 0.57);
    }

    .addtocart-mobile .prices {
        float: right;
        margin-right: 10px;
    }

    .product-price>span {
        color: #4CAF50;
        font-size: 15px;
    }

    .product-price>span small {
        font-size: 10px;
    }

    .product-price>label {
        display: none;
    }

    .header-links ul {
        text-align: center;
    }

    .add-to-cart {
        float: left;
        width: 120px;
        display: block;
        position: relative;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
        margin-left: 5px !important;
    }

    .overview .product-name {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .overview .short-description {
        font-size: 12px;
        text-align: justify;
    }

    .technicalspecs-title {
        width: 30%;
        padding: 12px 0;
        margin-left: 5px;
        font-size: 10px;
        max-height: 60px;
    }

    .technicalspecs-value {
        padding: 12px 0;
        width: calc(67% - 5px);
        font-size: 11px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-height: 60px;
        text-align: right;
        padding-right: 5px;
    }

    .product-collateral .title strong {
        font: normal 10px/45px yekan;
        height: 40px;
        padding: 0 20px;
    }

    .master-wrapper-content {
        width: 99%;
    }

    .gallery .picture-thumbs a {
        width: 50px;
        height: 50px;
    }

    .overview .add-to-cart-button,
    .variant-overview .add-to-cart-button {
        width: 100%;
        padding: 0 10px;
        box-shadow: none;
        font-size: 12px;
        /*height: 35px;*/
    }

    .add-to-cart-panel {
        width: 100%;
    }

    .topic-page .page-body {
        padding: 15px 15px 20px;
        font-size: 12px;
    }

    .block .title strong {
        padding-right: 10px;
    }

    .block .list a:before {
        right: -15px;
    }

    .page-title h1 {
        padding-right: 0;
    }

    .page-title {
        padding: 10px 15px;
        background-color: #F7F9FA;
    }

    .header-selectors-wrapper {
        border-bottom: none;
        padding: 0;
    }

    .header-links {
        text-align: center;
    }

    .heade-rightbox {
        float: none;
    }

    .search-box {
        display: block;
        width: 100%;
    }

    form#small-search-box-form {
        width: 100%;
    }

    input#small-searchterms {
        width: calc(100% - 40px);
        margin: 0 auto;
        display: block;
    }
}

@media all and (max-width:375px) and (min-width:321px) {
    .item-box {
        width: 50%;
        margin: 5px 0 10px;
    }

    .item-box .picture {
        background-color: transparent;
    }

    .item-box .picture a {
        height: 200px;
    }

    .item-box .actual-price {
        line-height: 43px;
        width: 100%;
    }

    .container-fluid-footer-lower {
        padding-bottom: 10px;
    }

    .item-box .product-box-add-to-cart-button.btn-buy-mobile {
        font-size: 10px;
        padding: 15px 20px;
        display: block !important;
        width: 30px;
        background-image: url(../images/slices.png);
        background-repeat: no-repeat;
        background-position: -151px -417px;
        float: left;
    }

    .product-grid .title {
        text-align: center;
        margin-bottom: 10px;
        border-bottom: 2px solid #ff6a6c;
    }

    .product-box-add-to-cart-button::after {
        background: none !important;
        content: none !important;
    }

    .item-box .product-title {
        font-size: 10px;
    }

    .item-box input[type="button"] {
        height: 32px;
        padding: 0 10px;
    }

    .header-logo {
        display: block;
        float: left;
        width: 160px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    #topcartlink {
        margin-bottom: 10px !important;
        width: 100%;
    }

    #topcartlink a {
        padding: 9px 20px 9px 0;
    }

    .top-menu>li>a {
        padding: 5px;
        min-height: 10px;
        font-size: 12px;
    }

    .product-price {
        margin: 20px 0 0 10px !important;
    }

    .buttons {
        padding: 5px;
        margin-bottom: 20px !important;
    }

    .section.pickup-in-store {
        width: 100%;
        padding: 10px 5px;
    }

    .page.checkout-page.shipping-address-page {
        background-color: #fff;
    }

    .checkout-page .button-1 {
        font-size: 12px;
        padding: 10px;
        margin-left: 10px;
    }

    .checkout-data .btngray {
        margin-right: 10px;
    }

    .section.order-item {
        -moz-box-shadow: 0 1px 4px 1px rgba(125, 125, 125, 0.12);
        -webkit-box-shadow: 0 1px 4px 1px rgba(125, 125, 125, 0.12);
        box-shadow: 0 1px 4px 1px rgba(125, 125, 125, 0.12);
        border: 1px solid rgba(125, 125, 125, 0.15);
        border-radius: 2px;
    }

    .order-list {
        padding: 10px 5px;
    }

    .overview .product-name h1 {
        font-size: 12px;
    }

    .addtocart-mobile {
        position: fixed;
        bottom: 0;
        right: 0;
        display: block;
        z-index: 9999;
        margin: 0 !important;
        width: 100%;
        height: 50px;
        background-color: #F1F1F1;
        box-shadow: 0 -2px 5px rgba(222, 222, 222, 0.49);
        border-top: 1px solid rgba(206, 206, 206, 0.57);
    }

    .addtocart-mobile .prices {
        float: right;
        margin-right: 10px;
    }

    .product-price>span {
        color: #4CAF50;
        font-size: 15px;
    }

    .product-price>span small {
        font-size: 10px;
    }

    .product-price>label {
        display: none;
    }

    .header-links ul {
        text-align: center;
    }

    .overview-buttons div {
        margin: 0 2px;
    }

    .overview-buttons {
        margin: 0 !important;
    }

    .overview-buttons div input {
        font-size: 10px !important;
        padding: 10px 5px !important;
    }

    .add-to-cart {
        float: left;
        width: 120px;
        display: block;
        position: relative;
        margin-bottom: 0 !important;
        margin-top: 5px !important;
        margin-left: 5px !important;
    }

    .overview .product-name {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .overview .short-description {
        font-size: 12px;
        text-align: justify;
    }

    .overview {
        margin: 0px 5px 0;
    }

    .technicalspecs-title {
        width: 27%;
        padding: 12px 0;
        margin-left: 5px;
        font-size: 10px;
        max-height: 40px;
    }

    .technicalspecs-value {
        padding: 12px 0;
        width: calc(73% - 5px);
        font-size: 11px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-height: 40px;
        text-align: right;
        padding-right: 5px;
    }

    .product-collateral .title strong {
        font: normal 10px/45px yekan;
        height: 40px;
        padding: 0 20px;
    }

    .master-wrapper-content {
        width: 99%;
    }

    .order-summary-content {
        margin-top: 10px;
    }

    .order-progress li.inactive-step a {
        font-size: 10px;
        text-align: center;
        -ms-word-break: break-all;
        word-break: break-all;
    }

    .cart-total .order-total strong {
        font-size: 15px;
    }

    .checkout-page .total-info {
        padding: 0;
    }

    strong.current-item {
        max-width: 260px;
        font-weight: normal;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .product-sorting {
        width: 280px;
        text-align: right;
        margin: 0 !important;
        float: right;
    }

    .product-page-size {
        width: 55px;
        text-align: right;
        margin: 0 !important;
        float: left;
    }

    .product-page-size span {
        display: none !important;
    }

    .product-sorting span {
        font-size: 10px;
    }

    .gallery .picture-thumbs a {
        width: 50px;
        height: 50px;
        padding: 0;
        margin-bottom: 0;
    }

    .overview .add-to-cart-button,
    .variant-overview .add-to-cart-button {
        width: 100%;
        padding: 0 10px;
        box-shadow: none;
        font-size: 12px;
        /*height: 35px;*/
    }

    .add-to-cart-panel {
        width: 100%;
    }

    .topic-page .page-body {
        padding: 15px 15px 20px;
        font-size: 12px;
    }

    .block .title strong {
        padding-right: 10px;
    }

    .block .list a:before {
        right: -15px;
    }

    .page-title h1 {
        padding-right: 0;
    }

    .page-title {
        padding: 10px 15px;
        background-color: #F7F9FA;
        display: block;
        width: 100%;
        margin-top: 5px;
        border-radius: 4px 4px 0 0;
    }

    .page.order-details-page {
        background-color: #fff;
        padding-bottom: 20px;
    }

    .header-selectors-wrapper {
        border-bottom: none;
        padding: 0;
    }

    .header-links {
        text-align: center;
    }

    .heade-rightbox {
        float: none;
    }

    .search-box {
        display: block;
        width: 100%;
    }

    form#small-search-box-form {}

    input#small-searchterms {
        width: 300px;
        margin: 0 auto;
        display: block;
    }
}

@media all and (max-width:425px) and (min-width:322px) {
    .category-grid.home-page-category-grid .item-grid .item-box .category-item .title a {
        font-size: 12px;
    }

    .category-grid.home-page-category-grid .item-box {
        width: calc(50% - 10px);
        margin: 0 5px;
        max-height: 170px;
    }

    .category-grid.home-page-category-grid .item-box .picture a img {
        max-width: 100%;
        margin: 0px auto;
        max-height: 100px;
    }

    .item-box {
        width: 50%;
        margin: 5px 0 10px;
        height: 250px !important;
    }

    .item-box .picture {
        background-color: transparent;
        height: 100px !important;
    }

    .item-box .picture a {
        height: 100px !important;
        text-align: center;
    }

    .item-box .actual-price {
        line-height: 43px;
        width: 100%;
    }

    .container-fluid-footer-lower {
        padding-bottom: 10px;
    }

    .item-box .product-box-add-to-cart-button.btn-buy-mobile {
        font-size: 10px;
        padding: 15px 20px;
        display: block !important;
        width: 30px;
        background-image: url(../images/slices.png);
        background-repeat: no-repeat;
        background-position: -151px -417px;
        float: left;
    }

    .product-grid .title {
        text-align: center;
        margin-bottom: 10px;
        border-bottom: 2px solid #ff6a6c;
    }

    .product-box-add-to-cart-button::after {
        background: none !important;
        content: none !important;
    }

    .item-box .product-title {
        font-size: 11px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .item-box input[type="button"] {
        height: 32px;
        padding: 0 10px;
    }

    .header-logo {
        display: block;
        float: left;
        width: 160px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    #topcartlink {
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    #topcartlink a {
        padding: 9px 20px 9px 0;
    }

    .top-menu>li>a {
        padding: 5px;
        min-height: 10px;
        text-align: right;
        padding-right: 10px;
    }

    .product-price {
        margin: 15px 0 0 10px !important;
    }

    .buttons {
        padding: 5px;
        margin-bottom: 20px !important;
    }

    .section.pickup-in-store {
        width: 100%;
        padding: 10px 5px;
    }

    .page.checkout-page.shipping-address-page {
        background-color: #fff;
    }

    .checkout-page .button-1 {
        font-size: 12px;
        padding: 10px;
        margin-left: 10px;
    }

    .checkout-data .btngray {
        margin-right: 10px;
    }

    .section.order-item {
        -moz-box-shadow: 0 1px 4px 1px rgba(125, 125, 125, 0.12);
        -webkit-box-shadow: 0 1px 4px 1px rgba(125, 125, 125, 0.12);
        box-shadow: 0 1px 4px 1px rgba(125, 125, 125, 0.12);
        border: 1px solid rgba(125, 125, 125, 0.15);
        border-radius: 2px;
    }

    .order-list {
        padding: 10px 5px;
    }

    .add-to-cart-button::after {
        /*content: none !important; */
    }

    .overview .product-name h1 {
        font-size: 12px;
        padding-right: 10px;
    }

    .addtocart-mobile {
        position: fixed;
        bottom: 0;
        right: 0;
        display: block;
        z-index: 9999;
        margin: 0 !important;
        width: 100%;
        height: 60px;
        background-color: #F1F1F1;
        box-shadow: 0 -2px 5px rgba(222, 222, 222, 0.49);
        border-top: 1px solid rgba(206, 206, 206, 0.57);
    }

    .addtocart-mobile .prices {
        float: right;
        margin-right: 10px;
    }

    .product-price>span {
        color: #4CAF50;
        font-size: 15px;
    }

    .product-price>span small {
        font-size: 10px;
    }

    .product-price>label {
        display: none;
    }

    .header-links ul {
        text-align: center;
    }

    .overview-buttons div {
        margin: 0 2px;
    }

    .overview-buttons {
        margin: 0 !important;
    }

    .overview-buttons div input {
        font-size: 10px !important;
        padding: 10px 5px !important;
        margin-bottom: 5px;
        width: 100% !important;
    }

    .add-to-cart {
        float: left;
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
        margin-left: 5px !important;
    }

    .overview .product-name {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .overview .short-description {
        font-size: 12px;
        text-align: justify;
    }

    .overview {
        margin: 0px 30px 0;
    }

    .technicalspecs-title {
        width: 22%;
        padding: 5px 5px 5px 0;
        margin-left: 5px;
        font-size: 10px;
        max-height: 50px;
    }

    .technicalspecs-value {
        padding: 5px 0;
        width: calc(75% - 5px);
        font-size: 11px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-height: 50px;
        text-align: right;
        padding-right: 5px;
    }

    .product-collateral .title strong {
        font: normal 10px/45px yekan;
        height: 40px;
        padding: 0 20px;
    }

    .master-wrapper-content {
        width: 99%;
    }

    .order-summary-content {
        margin-top: 10px;
    }

    .cart-total .order-total strong {
        font-size: 15px;
    }

    .checkout-page .total-info {
        padding: 0;
    }

    strong.current-item {
        max-width: 260px;
        font-weight: normal;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .product-sorting {
        width: 280px;
        text-align: right;
        margin: 0 !important;
        float: right;
    }

    .product-page-size {
        width: 55px;
        text-align: right;
        margin: 0 !important;
        float: left;
    }

    .product-page-size span {
        display: none !important;
    }

    .product-sorting span {
        font-size: 10px;
    }

    .gallery .picture-thumbs a {
        width: 70px;
        height: 70px;
    }

    .overview .add-to-cart-button,
    .variant-overview .add-to-cart-button {
        width: 100%;
        padding: 0 10px;
        box-shadow: none;
        font-size: 12px;
        /*height: 35px;*/
    }

    .add-to-cart-panel {
        width: 100%;
    }

    .topic-page .page-body {
        padding: 15px 15px 20px;
        font-size: 12px;
    }

    .block .title strong {
        padding-right: 10px;
    }

    .block .list a:before {
        right: -15px;
    }

    .page-title h1 {
        padding-right: 0;
    }

    .page-title {
        padding: 10px 15px !important;
        background-color: #F7F9FA;
        display: block;
        width: 100%;
        margin-top: 5px;
        border-radius: 4px 4px 0 0;
    }

    .page.order-details-page {
        background-color: #fff;
        padding-bottom: 20px;
    }

    .header-selectors-wrapper {
        border-bottom: none;
        padding: 0;
    }

    .header-links {
        text-align: center;
    }

    .heade-rightbox {
        float: none;
    }

    .search-box {
        display: block;
        width: 100%;
    }

    form#small-search-box-form {
        width: 100%;
    }

    input#small-searchterms {
        width: calc(100% - 45px);
        margin: 0 auto;
        display: block;
    }
}

@media all and (max-width: 361px) {
    .cart-footer .total-info {
        padding: 5px 10px 15px 10px;
        margin-bottom: 0;
    }
}

@media all and (min-width:361px) and (max-width: 415px) {
    .checkout-buttons {
        width: 100%;
        margin-bottom: 20px;
    }

    .center-1 {
        margin: 0 0 40px;
    }

    .master-wrapper-content {
        width: 99%;
    }

    .order-progress .inactive-step a:before {
        width: 35px;
        height: 35px;
    }

    .order-progress li.inactive-step a {
        font-size: 9px;
    }

    table.address-box span,
    table.address-box td {
        font-size: 10px;
    }

    table.address-box td {
        padding: 5px;
    }

    .item-box {
        width: 50%;
        margin: 0 0 10px;
    }

    .item-box .product-box-add-to-cart-button {
        font-size: 12px;
        padding: 8px 45px 10px 0;
    }
}

@media all and (min-width:416px) and (max-width: 768px) {
    .checkout-buttons {
        width: 100%;
        margin-bottom: 20px;
    }

    .center-1 {
        margin: 0 0 40px;
    }

    .order-progress .active-step a:before {
        width: 35px;
        height: 35px;
    }

    .master-wrapper-content {
        width: 99%;
    }

    .order-progress .inactive-step a:before {
        width: 35px;
        height: 35px;
    }

    table.address-box span,
    table.address-box td {
        font-size: 10px;
    }

    table.address-box td {
        padding: 5px;
    }

    .item-box .product-box-add-to-cart-button {
        font-size: 12px;
        padding: 8px 45px 10px 0;
    }
}

@media all and (min-width:416) and (max-width:435) {
    .item-box {
        position: relative;
        width: 100%;
        float: right;
        margin: 0 0 80px;
        text-align: right;
        border-radius: 4px;
    }

    .item-box .product-box-add-to-cart-button {
        font-size: 12px;
        padding: 8px 45px 10px 0;
    }
}

.repost span {
    background-color: #fffce0;
    padding: 20px;
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}

.specialpricebox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    height: 35px;
    text-align: center;
}

.specialoffer.item-box .product-title {
    height: 45px;
    margin-bottom: 0;
}

/*PAYMENT*/

.payment-info strong#paydateBox {
    display: block;
    padding: 10px 0;
}

.payment-info .paydateDetails {
    text-align: center;
    direction: rtl;
    width: 600px;
    margin: 0 auto;
}

.payment-info .paydateDetails .dropdownlists {
    font-size: 14px;
    padding: 6px 10px;
    margin: 0 3px;
}

.payment-info select#Paid12HourTime {
    padding-right: 0;
}

.payment-info span.twodots {
    font-size: 20px;
    font-weight: 700;
}

.payment-info .input-validation-error {
    box-shadow: 0 0 3px #CB1717 inset;
    border-color: transparent;
}

.payment-info .validation-summary-errors {
    display: none;
}

.payment-info .input-validation-error+span {
    display: none;
}

.payment-info td#Bank-CardDetails span {
    margin: 0 3px;
}

.page.checkout-page.order-confirm-page .page-title,
.page.checkout-page.order-confirm-page .page-body.checkout-data {
    text-align: center;
}

.overordermessage span {
    color: #2196F3;
}

.order-review-data {
    background-color: #fffce0;
    width: 95%;
    margin: 0 auto;
    border-radius: 4px;
}

.orderoverallinfo {
    background-color: transparent !important;
}

.orderoverallinfo li {
    text-align: right;
    font-size: 12px;
}

.order-completed-continue-button {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: #2196F3;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 2px !important;
}

a.order-completed-info-button {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: #9DA3B1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 2px !important;
    margin: 0 5px;
}

a.order-completed-info-button:hover {
    text-decoration: none !important;
}

.halfinput #ReceiptNumber,
.halfinput #PaymentAmount,
.halfinput #CardNumber {
    width: 40% !important;
}

.paydateDetails td {
    text-align: right !important;
}

.category-grid.home-page-category-grid .item-box {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(101, 101, 101, 0.28);
    margin-bottom: 5px;
}

.product-grid.home-page-product-grid .item-box .picture {
    -moz-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    -webkit-transition: 250ms ease all;
    transition: 250ms ease all;
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
    -webkit-transform: scale(.97);
    transform: scale(.93);
}

.category-grid.home-page-category-grid .item-box .picture {
    height: 160px;
    opacity: 0.97;
    -moz-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    -webkit-transition: 250ms ease all;
    transition: 250ms ease all;
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
    -webkit-transform: scale(.97);
    transform: scale(.93);
}

.category-grid.home-page-category-grid .item-box .picture a {
    height: 150px;
}

.category-grid.home-page-category-grid .item-box:hover {
    opacity: 1;
}

.product-grid.home-page-product-grid .item-box .picture:hover,
.category-grid.home-page-category-grid .item-box .picture:hover {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.order-total .cart-total-left {
    font-size: 14px;
    color: #4caf50 !important;
}

.order-total .cart-total-right {
    font-size: 14px;
    color: #4caf50 !important;
}

table.cart-total tr {
    border: 1px solid #c0f0c1;
}

.section.order-item .info>span {
    margin: 0 15px;
    font-size: 12px;
}

.section.order-item>.info {
    text-align: center;
}

.order-list>table>tbody>tr>th {
    text-align: center;
    padding: 10px 0;
}

.order-list>table>tbody>tr:first-child {
    background-color: #cecece;
}

.order-list tr.section.order-item td {
    padding: 10px 0;
}

.order-list tr.section.order-item {
    border-bottom: 1px solid #e6e6e6;
}

.section.order-item .order-details-button {
    width: 70px;
    height: 20px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    top: -5px;
}

.order-list tr.section.order-item:hover {
    background-color: #f7f9fa;
}

.section.order-item .order-details-button:hover {
    color: #2796f3;
}

.page.account-page.order-list-page .page-title {
    margin-bottom: 0;
}

table.data-table thead tr td {
    border-top: 1px solid #dddddd;
}

.home-page .page-body {
    padding: 0 !important;
    background-color: transparent;
    border: none;
}

.chkLegal {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    background-color: #f0f1f2;
}

.chkLegal label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5px;
}

a.button-2.register-resualt-btn {
    display: inline-block;
    padding: 10px;
    background-color: #2196f3;
    color: white;
}

input.button-1.register-continue-button {
    padding: 10px 20px;
    min-width: 10px;
    background-color: #62b965;
}

input.button-1.register-continue-button:hover {
    background-color: #57a75a;
}

span.legalAddress {
    position: absolute;
    left: 30px;
    padding: 11px;
    background-color: #a1d3fb;
    color: white;
    border-radius: 0 10px 10px 0;
}

.hideError {
    display: none;
}

.address-list {
    text-align: center;
}

.section.address-item {
    text-align: right;
    margin: 0;
    display: inline-table;
}


.address-list-page .info {
    font-size: 12px;
    line-height: 22px;
}

.address-list-page .info .name {
    font-size: 14px;
    line-height: 30px;
}

.address-item>.buttons {
    height: auto;
    padding: 5px 0;
    background-color: rgb(212, 212, 212);
}

.address-list-page .button-2 {
    margin: 0 20px;
}

table.section.address-item>tbody tr td {
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
}

.address-list-page li {
    text-align: right;
}

.address-itembox {
    background-color: rgba(243, 243, 243, 0.76);
    margin-bottom: 10px;
    padding: 5px 20px 10px 0;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    position: relative;
}

.tablestuff {
    position: absolute;
    top: 5px;
    left: 0px;
}

.tablestuff input:last-child {
    margin-right: 0;
}

.dk-icon {
    background: url("../images/slices.png") no-repeat 0 0;
}

.arrow-up {
    background-position: -35px -730px !important;
    width: 11px;
    height: 7px;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 5px;
}

.header-menu>ul>li+.dk-icon {
    padding: 0px 20px 0 10px;
}

.header-menu>ul>li>a+.dk-icon {
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    -webkit-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}

.hasChild>a::before {
    background-position: -35px -625px !important;
    background: url("../images/slices.png") no-repeat 0 0;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    display: inline-block;
    top: 14px;
    right: 12px;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    -webkit-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}

.hasChild:hover>a::before {
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.top-menu li ul .noChild>a:hover::before {
    background-color: rgba(239, 63, 62, 0.65);
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.top-menu li ul .noChild>a:before {
    background-color: rgba(207, 207, 207, 0.65);
    content: "";
    position: absolute;
    top: 17px;
    right: 15px;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid transparent;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    -webkit-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}

a.hasChild {
    font-size: 12px !important;
}

td.empty {
    border: none;
}

.page.compare-products-page .page-body {
    padding-right: 10px;
}

select.hide {
    opacity: .5;
    cursor: auto;
}

.page.category-page .product-grid {
    margin-top: 0;
}

.no-data {
    text-align: center;
    color: #E33;
    font-size: 14px;
}

li.withArrow a {
    display: inline-block;
}

li.withArrow>.dk-icon {
    left: 10px;
}

._uspitem {
    display: inline-block;
    text-align: center;
    margin: 0 15px;
    vertical-align: top;
}

._uspitem:first-child {
    margin-right: 0;
}

._uspitem img {
    display: inline-block;
    max-width: 30px;
    max-height: 30px;
    margin: 0 auto 10px;
    float: right;
}

._uspitem span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    float: right;
    position: relative;
    top: 5px;
    right: 10px;
}

.usp {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #eaeaea;
    padding: 30px 0 0;
}

.importantprivacy {
    margin: 0 auto;
    background-color: rgba(255, 227, 124, 0.20);
    padding: 20px;
    margin: 10px 0;
    border-top: 1px solid rgba(255, 184, 39, 0.10);
    border-bottom: 1px solid rgba(255, 184, 39, 0.10);
}

.importantprivacy .container {
    max-width: 600px;
    margin: 0 auto;
}

.importantprivacy .title {
    color: #da1e1e;
    text-align: center;
}

.importantprivacy ul {
    padding-top: 10px;
}

.importantprivacy ul li {
    text-align: justify;
    white-space: pre-wrap;
    margin-bottom: 10px;
}

p.importanttxt {
    text-align: center !important;
    padding: 20px;
    background-color: #fff7c0;
    border: 1px solid #ffe000;
    font-weight: 700;
}

body.popup-window .page-body {
    padding: 10px 20px;
}

input[required],
input[data-val-required] {
    border-left: 2px solid #e4435b;
}

.reqsign {
    color: red;
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: 7px;
    right: 5px;
}

#popup {
    background-color: white;
    max-width: 750px;
    max-height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -220px 0 0 -375px;
    z-index: 9999999999999999;
    border-radius: 4px;
    box-shadow: 0 0 10px #616161;
    font-size: 12px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

#popup.active {
    animation: popUping 350ms cubic-bezier(0.1, 0.4, 0.2, 1.4) forwards;
}

@-moz-keyframes popUping {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes popUping {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes popUping {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

#popup-close {
    position: absolute;
    top: 14px;
    right: 12px;
    cursor: pointer;
}

.popup-header h3 {
    display: inline-block;
}

#popupOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(119, 119, 119, 0.5);
    position: absolute;
    z-index: 9999999;
}

.popup-header {
    line-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
    padding: 0 10px;
    text-align: center;
    background-color: #eee;
    border-radius: 4px 4px 0 0;
}

.popup-window {
    padding: 0 15px 15px 15px;
}

.popup-window ul {
    list-style-type: persian;
    list-style-type: square;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
}

.popupbody {
    overflow-y: hidden;
}

a#gotoLanding {
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 12px;
    color: #0c94ce;
    padding-left: 12px;
}

a#gotoLanding:hover::after {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: 200ms all;
}

a#gotoLanding::after {
    display: block;
    content: "»";
    direction: rtl;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 14px;
    font-family: Arial;
    transition: 200ms all;
}

.overlayef:hover>#editProduct {
    opacity: .9;
}

#editProduct {
    opacity: 0;
}

.search-results .product-grid {
    background-color: transparent;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
}

.page.category-page .product-grid {
    box-shadow: none;
}

.master-wrapper-content {
    padding-top: 0px;
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bg-olive {
    background-color: #3d9970 !important;
    color: #fff !important;
    margin: 5px;
}

.rich-blog-homepage {
    margin-top: 20px !important;
}

.home-page .topic-block-title h2 {
    padding-top: 10px;
}


.home-page .topic-block-title {
    min-height: 54px;
}



.date-picker-wrapper {
    display: inline;
}

.nemad-logo {
    text-align: center;
}

@media all and (max-width:775px) {
    .item-box .product-box-add-to-cart-button {
        width: 100%;
    }

    .item-box .add-to-wishlist-button {
        display: none !important;
    }


}

.gallery .picture-wrapper .picture {
    margin: 5px;
    border: 1px solid #eee;
}

.picture-thumbs a.cloudzoom-gallery {
    margin: 2px;
}

.product-divider {
    border-bottom: 1px dashed #9E9E9E;
    margin-bottom: 8px;
}

.home-link {
    text-align: center;
    color: #0c94ce;
    padding: 10px;
    font-size: 1.25em;
}

/* alert custom*/
.nf_info,
.nf_success,
.nf_warning,
.nf_error {
    margin: 10px 0px;
    padding: 12px;

}

.nf_info {
    color: #00529B;
    background-color: #BDE5F8;
}

.nf_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.nf_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.nf_error {
    color: #D8000C;
    background-color: #FFD2D2;
}

.nf_info i,
.isa_success i,
.isa_warning i,
.isa_error i {
    margin: 10px 22px;
    font-size: 2em;
    vertical-align: middle;
}

.html-product-details-page .page-body .blog-details {
    border-bottom: 2px solid #dcdfe0;
}

.html-product-details-page .page-body .post-date {
    display: inline;
    background-color: white;
}

.html-product-details-page .blog-posts .buttons {
    height: auto;
    float: none;
}

.html-product-details-page .blog-posts .buttons .read-comments {
    display: none;
}

.html-product-details-page .blog-posts .buttons .read-more,
.news-items .buttons .read-more {
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.html-product-details-page .blog-details {
    border-bottom: 2px solid gray;
}

.rich-blog-image {
    text-align: center;
}

.price a {
    color: #084b80;
    text-decoration: none;
    text-justify: none;
}

.item-box .add-to-compare-list-button {
    display: none !important;
}

.blogpost-page .post-body {
    padding: 10px !important;
}

.my-customer-table {
    width: 100%;
    border-collapse: collapse;
}

/* Zebra striping */
.my-customer-table tr:nth-of-type(odd) {
    background: #eee;
}

.my-customer-table th {
    background: #333;
    color: white;
    font-weight: bold;
}

.my-customer-table td,
.my-customer-table th {
    padding: 6px;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    .my-customer-table table,
    .my-customer-table thead,
    .my-customer-table tbody,
    .my-customer-table th,
    .my-customer-table td,
    .my-customer-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .my-customer-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .my-customer-table tr {
        border: 1px solid #ccc;
    }

    .my-customer-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;

    }

    .my-customer-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;

        padding-right: 10px;
        white-space: nowrap;
    }

    /*
	Label the data
	*/
}

.post-body img,
.cmspagegroup-description img{
	max-width: 100%;
}

.cmspage-item{
	padding: 10px;
	margin: 10px;
}

.cmspagegroup-description,.cmspages-selectors{
	padding: 10px 20px;
}

.cmspage-list .buttons {
  float: left !important;
  text-align: left !important;
  margin: 0 !important;
}
.NOTE{
	border:1px solid #c1c1c1;
  background:#f7f7f7;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.TIP{
	border:1px solid #c1c1c1;
  background:#eeffeb;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}