/************* fonts ***************/

/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'), url('../fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v16-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Lato Black'), local('Lato-Black'), url('../fonts/lato-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v16-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}








/*********** CSS RESET **********/


* {
    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;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

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 {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
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: #fff;
    color: #777;
    font-family: Lato, sans-serif;
    position: relative;
    font-size: 14px;
}

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="tel"],
input[type="password"],
textarea, select {
    height: 36px; /*safari padding fix*/
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

input, textarea, select, button {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
}

textarea {
    min-height: 150px;
}

select {
    min-width: 50px;
    height: 32px; /*safari padding fix*/
    padding: 6px;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
        border-color: #ccc;
        color: #444;
    }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

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;
}

    .master-column-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

.center-1 {
    margin: 0 0 100px;
}

.center-2, .side-2 {
    margin: 0 0 50px;
}

    .side-2:after {
        content: "";
        display: block;
        clear: both;
    }

.page {
    min-height: 200px;
    text-align: center;
}

/*.page-title {
	min-height: 50px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	padding: 6px 10px;
}*/

.page-title h1 {
    font-size: 30px;
    font-weight: normal;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}

.center-1 .page-title,
.center-1 .title {
    text-align: center;
}

.buttons {
    margin: 0 0 30px;
}

.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,
.post-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    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 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.post-body p,
.news-body p {
   
    margin-bottom: 20px;
}



/*********** GLOBAL FORMS ***********/



.fieldset, .section {
    position: relative;
    margin: 0 0 40px;
}

    .fieldset .title,
    .section .title {
        margin-bottom: 5px;
        padding: 12px;
        font-size: 20px;
        color: #444;
    }

        .fieldset .title strong,
        .section .title strong {
            font-weight: normal;
            font-size: 16px;
            text-transform: capitalize;
            color: #333;
        }

.form-fields {
    position: relative;
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
    /*padding: 30px 15px;*/
    padding: 15px;
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: left;
    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;*/
        text-transform: capitalize;
        color: #333333;
        font-weight: 600;
    }

    .inputs input[type="text"],
    .inputs input[type="email"],
    .inputs input[type="tel"],
    .inputs input[type="password"],
    .inputs select, .inputs textarea {
        width: 100%;
        max-width: 100%;
        background-color: #fff;
        border-color: #dddddd;
        font-size: 12px;
        padding: 17px 25px;
        margin-bottom: 30px;
        height: inherit;
    }

    .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 0 0 5px;
        }

    .inputs.reversed {
        margin: 0 0 0;
        text-align: left;
    }

.required {
    margin: 0 -8px 0 3px; /*siblings offset*/
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    color: #ce6930;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
    display: block;
    /*text-align: center;*/
    text-align: left;
    font-size: 13px;
    color: #ce6930;
    margin-top: 5px;
}

.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;
}

.data-table .hidden-row {
    height: 1px;
    border: none;
}

.data-table tr.hidden-row th {
    padding: 0;
    border-top: none;
}

    .data-table tr.hidden-row th > span {
        height: 1px;
        width: 1px;
        position: absolute;
        overflow: hidden;
        top: -10px;
    }


.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 th {
    border-bottom-width: 1px;
    font-weight: 900;
    color: #222222;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 0 0.75rem 0.75rem 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts {
    display: none;
}

.forum-table td.image {
    min-width: 0;
}


.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;
}

.cart td {
    min-width: 210px;
    vertical-align: middle;
    color: #777777;
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    padding: 0.75rem;
}

.forum-table td {
    min-width: 90px;
    padding: 10px;
}

.cart a,
.data-table a,
.forum-table a {
    font-weight: normal;
    /*color: #ffc107;*/
    color: #000;
    text-decoration: none;
}

    .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 {
    min-width: 225px;
    text-align: center;
    text-align: left;
}

.forum-table .forum-details,
.forum-table .topic-details {
    text-align: left;
}


.data-table .product a,
.data-table .info a {
    font-weight: bold;
    color: #444;
}

.cart .product a {
    color: #777777;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}

span.product-unit-price {
    font-size: 24px;
    color: #222222;
    font-weight: 400;
}

.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
    color: #ce6930;
    text-decoration: none;
}

.cart .product .edit-item {
    margin: 10px 0 0;
}

    .cart .product .edit-item a {
        font-weight: normal;
        color: #ffc107;
    }

        .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 .remove-from-cart i {
    cursor: pointer;
  }

.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, .cart td.subtotal .discount-additional-info {
        font-style: italic;
        color: #ffc107;
    }

.data-table em a {
    font-weight: bold;
    color: #444;
}

.data-table div.download {
    margin: 10px 0 0;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
    background-color: #ce6930;
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification.warning {
    background-color: #f39c12;
}

.bar-notification {
    position: relative;
    display: none;
    padding: 15px 25px 15px 10px;
    text-align: left;
}

    .bar-notification .content {
        margin: 0 10px 0 0;
        color: white;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 4px;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
    }

.popup-notification {
    border-radius: 5px;
    padding: 3px;
    margin: 5px 0;
}

    .popup-notification.success {
        border: 2px rgba( 75,176,122,.5) solid;
    }

    .popup-notification.error {
        border: 2px rgba( 228,68,76,.5) solid;
    }

    .popup-notification.warning {
        border: 2px rgba( 243,156,18,.5) solid;
    }

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

.ui-dialog {
    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 Arial, Helvetica, sans-serif;
}

    .ui-dialog:before {
        content: "";
        position: fixed;
        top: 0;
        left: 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: left;
        font-size: 18px;
        color: #444;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 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: 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 {
    padding: 15px;
    line-height: 20px;
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    padding: 15px 15px 20px 15px !important;
    color: #777;
}

    .ui-dialog-content .page {
        min-height: 0;
    }

    .ui-dialog-content .page-title {
        min-height: 0;
        margin: 0 0 15px;
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

        .ui-dialog-content .page-title h1 {
            font-size: 24px;
            line-height: 30px;
        }

    .ui-dialog-content .back-in-stock-subscription-page {
        text-align: center;
    }

        .ui-dialog-content .back-in-stock-subscription-page .tooltip {
            margin-bottom: 10px;
        }

        .ui-dialog-content .back-in-stock-subscription-page .button-1 {
            border: none;
            background-color: #ffc107;
            padding: 10px 15px;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
        }

            .ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
                background-color: #ce6930;
            }

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    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: #ffc107;
        padding: 8px 12px;
        font-size: 14px;
        color: #fff;
    }

        .eu-cookie-bar-notification button:hover {
            background-color: #ce6930;
        }

    .eu-cookie-bar-notification a {
        display: block;
        color: #ffc107;
    }

        .eu-cookie-bar-notification a:hover {
            text-decoration: underline;
        }


/*********** HEADER ***********/



.html-home-page .admin-header-links {
    text-align: center;
    color: #eee;
    z-index: 1;
    top: 30px;
    right: 0;
    width: 100%;
}

.admin-header-links {
    background-color: black;
    text-align: center;
    color: #fff;
    width: 100%;
    z-index: 1;
}

    .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: 100%;
  margin: auto;
  top: 0;
  text-align: left;
  box-shadow: 0px -2px 13px 1px #2d2d2d61;
  transition: all 0.3s ease-in-out;
}

/*.header-upper {
  position: relative;
  z-index: 1;
}*/

.header-selectors-wrapper {
    width: 100%;
    padding: 10px 0;
}

    .header-selectors-wrapper > div {
        display: block;
        width: 100%;
        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 {
}

    .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: #ffc107;
        }

#topcartlink {
    display: block;
    max-width: 400px;
    padding: 0 20px;
}

/*#topcartlink a {
    background: url('../images/shopping-bag.png') left center no-repeat;
    padding: 0 0 0 20px;
  }*/

.header-lower {
    border-bottom: 2px solid #ce6930;
    z-index: 0;
}

.header-logo {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

    .header-logo a {
        display: inline-block;
        max-width: 100%;
        line-height: 0; /*firefox line-height bug fix*/
    }

        .header-logo a img {
            max-width: 100%;
            opacity: 1;
            max-width: 200px;
        }

.search-box form {
    display: inline-block;
}

    .search-box form:after {
        content: "";
        display: block;
        clear: both;
    }

.search-box input.search-box-text {
    float: left;
    width: 100%;
    height: 36px;
    margin: 0 -1px 0 0;
}

.search-box .search-box-button {
    float: left;
    min-width: 40px;
    height: 36px;
    border: none;
    background-color: #ffc107;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.search-box .ui-autocomplete-loading {
    background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
    background-position: 85%;
}

.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: left;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 25px;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
}

    .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 10px 0 0;
        vertical-align: middle;
    }


/*********** FOOTER ***********/



.footer {
   
    position: relative;
    /*z-index: -1;*/
}

.footer-upper {
    /*width: 95%;*/
    margin: auto;
    overflow: hidden;
    padding: 70px 0 0 0;
    font-size: 0;
    /*background-image: url(../images/footer.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #58595b;
}

.footer-block {
    width: 95%;
    text-align: left;
    font-size: 14px; /*reset zeroing*/
}

    .footer-block .newsletter .title {
        margin-bottom: 18px;
    }

    .footer-block .title {
        /*margin: 0 0 1px;*/
        /*background: #ffc107 url('../images/toggle-white.png') right center no-repeat;*/
        /*padding:0 15px;*/
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }

        .footer-block .title strong {
            font-weight: bold;
            font-size: 32px;
            text-transform: uppercase;
        }

    /*.footer-block .list {
    display: none;
    margin: 0 0 20px;
    background-color: #fff;
    padding: 10px 15px;
  }*/

    .footer-block .list a {
        display: block;
        line-height: 20px;
        position: relative;
        line-height: 28px;
    }

        .footer-block .list a:hover {
            color: #c0c0c0;
            text-decoration: none;
        }

.company-info {

text-align:left;
color:white;

}

.company-info p {


color:white;

}


.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 {
        /*margin-top: 40px;*/
        /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

        .follow-us .social li {
            display: inline-block;
            /*padding-right: 45px;*/
            margin: 0 15px 0;
        }

        .follow-us .social a {
            display: block;
            /*width: 38px;
    height: 38px;
    background: url('../images/social-sprite.png') no-repeat;
    font-size: 0;*/
        }

        .follow-us .social .facebook a {
            background-position: 0 0;
        }

        .follow-us .social .twitter a {
            background-position: -38px 0;
        }

        .follow-us .social .rss a {
            background-position: -76px 0;
        }

        .follow-us .social .youtube a {
            background-position: -114px 0;
        }

        .follow-us .social .google-plus a {
            background-position: -152px 0;
        }

.newsletter-email {
    display: inline-block;
    overflow: visible;
    width: 100%;
    text-align: center;
}

    .newsletter-email input[type="email"] {
        float: left;
        width: 180px;
        height: 36px;
        margin: 0 -1px 0 0;
    }

.newsletter-subscribe-button {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

    .newsletter-subscribe-button:hover {
        background-position: 100%;
        color: #000000;
        background-color: #ffffff;
        transition: .3s ease-in-out;
    }

.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}
/*.newsletter-validation .please-wait {
	display: none !important; 
}*/


.footer-lower {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
    font-size: 12px;
    background-color: #ce6930 !important;
    /*border-top: 1px solid #fff;*/
    border: 0;
}

    .footer-lower .container {
        color: #fff;
    }

.footer-tax-shipping a {
    font-weight: bold;
    color: #ffc107;
}

    .footer-tax-shipping a:hover {
        text-decoration: underline;
    }

.footer-powered-by {
    margin: 10px 0 0;
}

    .footer-powered-by a, .footer-design-by a {
        font-weight: bold;
        color: #fff;
    }

        .footer-powered-by a:hover {
            text-decoration: underline;
        }

.theme-selector {
    margin: 10px 0 0;
}

    .theme-selector select {
        width: 170px;
    }


/*********** SIDE COLUMN ***********/



.block {
    max-width: 600px; /*width limit in mobile*/
    min-height: 50px;
    margin: auto;
    text-align: left;
}
    /*.block .title {
	position: relative;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	background: #f6f6f6 url('../images/toggle-gray.png') right 14px no-repeat;
	padding: 12px 30px 12px 10px;
	font-size: 20px;
	color: #444;
	cursor: pointer;
}*/
    .block .title strong {
        color: #333333;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .block .listbox {
        display: block;
        /*border-bottom: 1px solid #ddd;*/
        padding: 10px 5px;
        overflow: visible !important;
    }

    .block .list li {
        padding: 0 0 0 15px;
        display: block;
    }

    .block .list a {
        display: inline-block;
        position: relative;
        padding: 5px 0;
        font-size: 16px;
        color: #444;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .block .list a:before {
            content: "";
            position: absolute;
            top: 14px;
            left: -15px;
            width: 5px;
            height: 5px;
            background-color: #ddd;
        }

    .block .list .active > a {
        color: #ce6930;
    }

    .block .list a:hover {
        color: #ce6930;
    }

    .block a.product-picture {
        display: none;
    }

        .block a.product-picture:before {
            display: none;
        }

    .block .sublist {
        margin: 0;
    }

        .block .sublist a {
            font-size: 14px;
        }

    .block .view-all {
        margin: 10px 0 0;
    }

        .block .view-all a {
            display: inline-block;
            padding: 10px 15px;
            font-size: 16px;
            color: #ce6930;
        }

            .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: left;
                line-height: 30px;
                color: #444;
            }

                .block .tags li a:hover,
                .product-tags-all-page li a:hover {
                    color: #ce6930;
                }

.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 5px 0 0;
            cursor: pointer;
        }

        .poll-options li > label {
            display: inline-block;
            font-size: 16px;
            cursor: pointer;
        }

.poll .buttons,
.poll-total-votes {
}

    .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 {
    margin: 0 0;
    background-color: #f8f8f8;
    padding: 15px 0px;
    border-radius: 0;
    justify-content: flex-end;
    text-transform: uppercase;
}

    .breadcrumb ul {
        font-size: 0;
    }

    .breadcrumb li {
        display: inline-block;
        color: #555555;
        font-weight: 600;
    }

        .breadcrumb li * {
            display: inline-block;
            margin: 0 2px;
            font-size: 12px; /*reset zeroing*/
        }

    .breadcrumb strong {
        color: #6c757d;
        font-weight: 600;
    }

    .breadcrumb a:hover {
        color: #ce6930;
    }

.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 25px;
    line-height: 22px;
}

.contact-vendor {
    margin: 0 0 30px;
}

    .contact-vendor .button-2 {
        border: none;
        background-color: #ffc107;
        padding: 10px 15px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

        .contact-vendor .button-2:hover {
            background-color: #ce6930;
        }

.product-selectors {
    margin: 0 0 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 0;
}

    /*.product-selectors:first-child {
    border-top: none;
  }*/

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div {
        display: inline-block;
        padding: 15px;
        border-right: 1px solid #ddd;
    }

    .product-selectors span {
        vertical-align: middle;
        font-size: 16px;
    }

    .product-selectors select {
        margin: 0 8px;
    }

    .product-selectors .product-viewmode {
        display: none;
        font-size: 0;
        border-right: 0;
    }

.product-filters {
    display: table;
    width: 100%;
    margin: 0px 0 20px;
    border: 1px solid #ddd;
}

.product-filter {
    margin: 0 0 10px;
}

    .product-filter .filter-title {
        margin: 0 0 0;
        background-color: #f6f6f6;
        padding: 10px;
        font-size: 17px;
        color: #444;
    }

        .product-filter .filter-title strong {
            font-weight: normal;
        }

    .product-filter .filter-content {
        padding: 10px;
        color: #444;
    }

    .product-filter .available-items:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-filter .group {
        margin: 0 0 10px;
    }

        .product-filter .group li {
            font-size: 15px;
            display: block;
        }

            .product-filter .group li a,
            .product-filter .group li strong {
                display: inline-block;
                padding: 5px 0;
            }

                .product-filter .group li a:hover {
                    color: #ffc107;
                }

            .product-filter .group li.item {
                display: inline-block;
                position: relative;
                margin: 0 15px 0 0;
                padding: 0 0 0 15px;
            }

                .product-filter .group li.item:before {
                    content: "";
                    position: absolute;
                    top: 12px;
                    left: 0;
                    width: 5px;
                    height: 5px;
                    background-color: #ddd;
                }

            .product-filter .group li.color-item {
                padding: 0;
                display: inline-block;
            }

                .product-filter .group li.color-item a {
                    padding: 0;
                }

                .product-filter .group li.color-item:before {
                    display: none;
                }

.filtered-items .title {
    margin: 0 0 5px;
    font-style: italic;
}

.filtered-items .item {
    color: #ffc107;
    margin-left: 5px;
}

.remove-filter {
    margin: 15px 0;
}

    .remove-filter a {
        display: inline-block;
        background-color: #aaa;
        padding: 10px 20px;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
    }

        .remove-filter a:hover {
            background-color: #999;
        }

.item-grid:after {
    content: "";
    display: block;
    clear: both;
}

.item-box {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 15px;
    text-align: left;
    /*display: inline-block;*/
    vertical-align: top;
    margin-bottom: 1%;
}

    .item-box .picture {
        z-index: 1;
        overflow: hidden;
        background-color: #fff;
    }

        .item-box .picture a {
            display: block;
            position: relative;
        }

            .item-box .picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

            .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;
                transition: all 0.3s ease;
                -webkit-transform: translateZ(0) scale(1.0, 1.0);
               /*width: 100%;*/
            }

    .item-box:hover .picture a img {
        transform: scale(1.05);
        transition: .5s all ease-in-out;
    }

    .item-box .details {
        border-top: 1px solid rgba(221, 221, 221, 0.2);
        text-align: center;
        padding: 0 10px;
    }

    .item-box .product-title {
        margin: 0 0 5px;
        line-height: 1;
        margin-bottom: 0;
        padding-top: 2px;
        padding-bottom: 5px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 16px;
        min-height: 42px;
    }

        .item-box .product-title a {
            display: block;
        }

            .item-box .product-title a:hover {
                color: #ce6930;
            }

    .item-box .sku {
        margin: 0 0 15px;
    }

    .item-box .product-rating-box {
        display: inline-block;
        margin: 0 0 5px;
        margin-top: 15px;
    }

    .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 {
        display: none;
    }

        .item-box .description a {
            display: block;
            overflow: hidden;
        }

    .item-box .prices {
        margin: 0 0 10px;
        overflow: hidden;
    }

    .item-box .old-price {
        font-size: 14px;
        color: #aaaaaa;
        font-weight: 400;
        text-decoration: line-through;
    }

    .item-box .actual-price {
        font-size: 18px;
        color: #222222;
        font-weight: 700;
        margin-bottom: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .item-box .tax-shipping-info a {
        color: #ffc107;
    }

        .item-box .tax-shipping-info a:hover {
            text-decoration: underline;
        }

    .item-box .buttons {
        margin: 0;
        font-size: 0;
    }

    .item-box input[type="button"] {
        display: inline-block;
        height: 40px;
        border: none;
        vertical-align: middle;
    }

    .item-box .product-box-add-to-cart-button {
        width: 60%;
        background-color: #ffc107;
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .item-box .product-box-add-to-cart-button:hover {
            background-color: #ce6930;
        }

    .item-box .add-to-compare-list-button,
    .item-box .add-to-wishlist-button {
        width: 20%;
        border-left: 1px solid #fff !important;
        background-color: #eaeaea;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
    }

    .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,
.vendor-grid {
    margin: 0 0 20px;
}

    .home-page-category-grid .title,
    .sub-category-grid .title,
    .manufacturer-grid .title {
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin: 15px 0;
        text-transform: uppercase;
        color: #2d2a25;
        font-weight: 700;
    }

        .home-page-category-grid .title a,
        .sub-category-grid .title a,
        .manufacturer-grid .title a {
            display: block;
            height: 36px;
        }

    .home-page-category-grid .picture,
    .sub-category-grid .picture,
    .manufacturer-grid .picture {
        margin: 0;
    }

        .home-page-category-grid .picture a:before,
        .sub-category-grid .picture a:before{
            padding-top: 49%;
        }
        .manufacturer-grid .picture a:before {
            padding-top: 55%;
        }

.product-grid,
.product-list {
    margin: 0 0 50px;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.home-page-polls {
  padding-top: 70px;
}

    .product-grid .title {
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
        font-size: 30px;
        font-weight: normal;
        color: #444;
    }

        .product-grid .title strong {
            font-weight: normal;
        }

.manufacturer-grid .title {
    margin: 10px 0 15px;
    text-align: center;
    font-size: 16px;
}

    .manufacturer-grid .title a:hover {
        color: #ffc107;
    }

.manufacturer-grid .picture {
  border-bottom: 1px solid #ddd;
}

.vendor-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
}

    .vendor-grid .title a:hover {
        color: #ffc107;
    }

.vendor-grid .picture {
    border: 1px solid #ddd;
}


.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: right;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
    }

        .pager li a,
        .pager li span {
            display: block;
            min-width: 35px;
            height: 55px;
            border: 1px solid #dee2e6;
            background-color: #fff;
            padding: 18px;
            text-align: center;
            font-size: 14px; /*reset zeroing*/
            cursor: pointer;
            line-height: normal;
            border-right: 0;
            color: #777777;
        }

        .pager li span {
            /*border-color: transparent;*/
            /*background-color: #ce6930;*/
            color: #ce6930;
        }

        .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/prev.png');
        }

        .pager li.next-page * {
            background-image: url('../images/next.png');
        }

        .pager li.first-page * {
            background-image: url('../images/first.png');
        }

        .pager li.last-page * {
            background-image: url('../images/last.png');
        }

        .pager li a:hover {
            border-color: transparent;
            background-color: #ddd;
        }

        .pager li:last-child {
            border-left: 0;
            border-right: 1px solid #dee2e6;
        }

/********** PRODUCT PAGE **********/


.product-details-page {
    padding: 20px 0 0;
}

.product-essential {
    margin: 0 0 40px;
    /*border-bottom: 1px solid #ddd;
  padding: 0 0 10px;*/
}

    .product-essential:after {
        content: "";
        display: block;
        clear: both;
    }

.gallery {
    margin: 0 auto 50px;
}

    .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;
            width: 100%;
        }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
    }

        .gallery .picture-thumbs .thumb-item {
            display: inline-block;
            position: relative;
            width: 100px;
            height: 100px;
            margin: 0 5px 10px;
            overflow: hidden;
            cursor: pointer;
        }

.overview {
    position: relative;
    margin: 0 0 50px;
}

    .overview .discontinued-product {
        background: #f3f3f3;
        margin: 0 0 20px;
    }

        .overview .discontinued-product h4 {
            display: inline-block;
            font-size: 14px;
            padding: 17px 17px 17px 40px;
            background: url('../images/discontinued-product-icon.png') no-repeat 13px center;
            color: #de444c;
        }


    .overview .product-name {
        /*margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;*/
    }

        .overview .product-name h1 {
            font-size: 30px;
            font-weight: normal;
        }

    .overview .short-description {
        margin: 0;
        line-height: 22px;
        color: #666;
        padding-top: 15px;
        padding-bottom: 20px;
        border-top: 1px dashed #ddd;
        margin-bottom: 0;
        line-height: 1.5em;
    }

.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 0px;
    color: #444;
    display: inline-block;
}

/*.product-no-reviews a {
    text-decoration: underline;
  }*/

.product-review-box {
    display: inline-block;
    margin: 0 0 8px;
    margin-right: 10px;
}

    .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 {
  text-decoration: underline;
}*/

.product-review-links a:hover {
    color: #ffc107;
}

.overview .value,
.variant-overview .value {
    color: #444;
}

    .overview .value a,
    .variant-overview .value a {
        color: #ce6930 !important;
    }

        .overview .value a:hover,
        .variant-overview .value a:hover {
            text-decoration: underline;
        }

.overview-buttons {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px dashed #ddd;
}

    .overview-buttons div {
        width: auto;
        margin: 0 auto 3px;
        display: inline-block;
    }

.overview .button-2,
.variant-overview .button-2 {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 15px 0px 40px;
    text-align: left;
    font-size: 14px; /*reset zeroing*/
    color: #666;
    transition: all 0.3s ease-in-out;
}

    .overview .button-2:hover,
    .variant-overview .button-2:hover {
        /*background-color: #ddd;*/
        color: #ce6930;
    }

.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 0px;
    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;
    }

.overview .additional-details,
.variant-overview .additional-details {
    margin: 0;
}

    .overview .additional-details div,
    .variant-overview .additional-details div {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px dashed #dddddd;
    }

.overview .delivery,
.variant-overview .delivery {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed #dddddd;
    margin: 0;
}

.overview .free-shipping,
.variant-overview .free-shipping {
    display: inline-block;
    margin: 0;
    background: url('../images/shipping.png') left center no-repeat;
    padding: 2px 0 2px 28px;
    font-weight: bold;
    color: #444;
}

    .overview .free-shipping.invisible,
    .variant-overview .free-shipping.invisible {
        display: none;
    }

.overview .delivery-date,
.variant-overview .delivery-date {
    margin: 10px 0;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    margin: 10px 0;
    font-style: italic;
    color: #444;
}

.overview .download-sample,
.variant-overview .download-sample {
    display: inline-block;
    /*margin: 0 0 25px;*/
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed #dddddd;
}

.overview .prices,
.variant-overview .prices {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed #dddddd;
}

    .overview .prices > div,
    .variant-overview .prices > div {
        margin: 0 0 0;
        line-height: normal;
    }

        .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: #777777 !important;
    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: #ffc107;
}

    .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: #fdb752;
    }

.overview .add-to-cart {
    padding-bottom: 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: left;
    }

.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
    width: 80px;
    height: 38px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    color: #444;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    height: 43px;
    padding: 0 12px;
    font-size: 15px;
    color: #444;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 2px solid #ce6930;
    background-image: linear-gradient(30deg, #ce6930 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    padding: 7px 23px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background-position: 100%;
        color: #000000;
        background-color: #ffffff;
    }

.product-share-button {
    display: inline-block;
    overflow: hidden;
}

.full-description {
    clear: both;
    line-height: 24px;
}

.product-collateral {
    margin: 0 0 75px;
}

    .product-collateral .title {
        margin: 0 0 10px;
        font-size: 18px;
        color: #444;
    }

        .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 0px;
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
        color: #ce6930;
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        line-height: 22px;
    }

    .variant-overview .add-to-wishlist {
        margin: 0 0 0px;
    }

    .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;
}

    .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 5px 0 3px;
        }

    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }

        .product-tags-list a:hover {
            color: #444;
        }

.attributes {
    /*margin: 20px 0;*/
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed #dddddd;
    margin-top:10px;
}

    .attributes dl {
        overflow: hidden;
        /*padding: 0 2px;*/ /* fix for Chrome in Mac, the checkboxes get cut off */
        margin-bottom: 0;
    }

    .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 {
        display: block;
        margin: 8px 0 12px;
    }

    .attributes select {
        width: auto;
        min-width: 100px;
        max-width: 100%;
    }

    .attributes .option-list label {
        margin: 0 5px;
        border-radius: 100%;
    }

    .attributes .datepicker {
        width: 280px;
        text-align: center;
        color: #444;
    }

    .attributes .qty-box input {
        width: 48px;
        height: 32px;
        text-align: center;
    }

.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: #ffc107;
    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 {
            left: 0;
            background: url('../images/calendar-prev.png') center no-repeat;
        }

        .ui-datepicker-header a.ui-datepicker-next {
            right: 0;
            background: url('../images/calendar-next.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 #ffc107;
        font-weight: bold;
        color: #ffc107;
        /*override jQuery UI styles, do not delete doubled properties*/
        color: #ffc107 !important;
    }

.attribute-squares {
    font-size: 0;
}

    .attribute-squares li {
        display: inline-block;
        margin: 0 5px 5px;
        text-align: center;
        margin-bottom: 0;
    }

    .attribute-squares .attribute-square-container {
        display: block;
        position: relative;
        z-index: 0;
        padding: 1px;
    }

    .attribute-squares label {
        display: block;
        margin: 0 !important;
        overflow: hidden;
    }

    .attribute-squares .attribute-square {
        display: table !important;
        width: 32px !important;
        height: 32px !important;
        border: 1px solid #444 !important;
        cursor: pointer;
        border-radius: 100%;
    }

    .attribute-squares .selected-value .attribute-square-container {
        background-color: #ffc107;
    }

    .attribute-squares li input {
        position: relative;
        z-index: -1;
        margin: -32px 0 0;
    }

.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

    .tooltip-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-bottom: 7px solid #eeeeee;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .tooltip-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-bottom: 6px solid #FFFFFF;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.attribute-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #F6F6F6;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

    .tooltip-container .tooltip-body img {
        border: 0px #FFF;
        width: 190px;
    }

.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 {
    color: #ce6930;
}

    .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 {
        color: #222222;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.02em;
    }

.write-review {
    margin: 0 0 60px;
}

    .write-review .fieldset {
        margin: 0 0 30px;
    }

.tooltip {
    position: initial;
    display: inline-block;
    border-bottom: 1px dotted black;
    color: #444;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: auto;
        background: #f0f0f0 no-repeat 100% 5%;
        border: #c0c0c0 1px dotted;
        text-align: Left;
        padding: 10px 10px 5px 5px;
        position: absolute;
        z-index: 1;
        left: 10%;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        cursor: help;
    }

.write-review .review-rating {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .write-review .review-rating label {
        display: block;
        margin: 0 0 5px;
        font-size: 14px;
        color: #444;
    }

    .write-review .review-rating div.first {
        color: #e4444c;
    }

    .write-review .review-rating div.rating-options {
        padding-top: 2px;
    }

        .write-review .review-rating div.rating-options input {
            vertical-align: baseline;
        }

    .write-review .review-rating div.last {
        color: #ce6930;
    }

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    border: none;
    background-color: #ffc107;
    padding: 10px 25px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .write-review .button-1:hover {
        background-color: #ef9c25;
    }

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 0 10px;
}

    .product-review-item .review-item-head {
        border-top: 1px solid #ddd;
        overflow: hidden;
        background-color: #fff;
        padding: 15px 10px 10px;
    }

    .product-review-item .review-title {
        line-height: 20px;
        font-size: 15px;
        color: #444;
        margin-bottom: 5px;
    }

    .product-review-item .product-review-box {
        margin: 3px 0 0;
    }

    .product-review-item .review-content {
        padding: 5px 10px;
    }

    .product-review-item .review-text {
        color: #777;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .product-review-item .reply {
        margin: 15px 0;
        border-top: 1px solid #ddd;
    }

    .product-review-item .reply-header {
        margin: 15px 0;
        font-weight: bold;
    }

    .product-review-item .reply-text {
        line-height: 22px;
    }

    .product-review-item .review-info {
        margin: 0 0 5px;
    }

        .product-review-item .review-info label {
            font-weight: normal;
            margin-bottom: 0;
        }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            display: inline-block;
            padding: 0 5px;
            color: #ce6930;
            cursor: pointer;
        }

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
    margin: 0 0 -1px;
}

.wishlist-content {
    margin: 30px 0;
}

    .wishlist-content .message-error {
        margin: 20px 0;
    }

    .wishlist-content .table-wrapper {
        margin: 0 0 30px;
    }

    .wishlist-content .product-content {
        min-width: 300px;
        text-align: left;
    }

    .wishlist-content .tax-shipping-info {
        margin: 0 0 20px;
        text-align: center;
    }

        .wishlist-content .tax-shipping-info a {
            color: #ce6930;
        }

            .wishlist-content .tax-shipping-info a:hover {
                text-decoration: underline;
            }

    .wishlist-content .buttons {
        font-size: 0;
    }

    .wishlist-content .button-2 {
        display: block;
        width: 250px;
        margin: 0 auto 3px;
        border: none;
        padding: 10px 25px;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.05em;
    }

    .wishlist-content .update-wishlist-button,
    .wishlist-content .wishlist-add-to-cart-button {
        padding: 13px 29px;
        color: #ffffff;
        letter-spacing: 0.05em;
        border: 2px solid #ce6930;
        background-image: linear-gradient(30deg, #ce6930 50%, transparent 50%);
        background-size: 850px;
        background-repeat: no-repeat;
        background-position: 0;
        -webkit-transition: background 300ms ease-in-out;
        transition: background 300ms ease-in-out;
        text-transform: uppercase;
        font-weight: 700;
        transition: .3s ease-in-out;
    }

        .wishlist-content .update-wishlist-button:hover,
        .wishlist-content .wishlist-add-to-cart-button:hover {
            background-position: 100%;
            color: #000000;
            background-color: #ffffff;
        }

    .wishlist-content .email-a-friend-wishlist-button {
        background-color: #aaa;
        text-transform: uppercase;
        padding: 15px 29px;
        letter-spacing: 0.05em;
    }

        .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: #ce6930;
        }

.wishlist-page .no-data {
    margin: 25px 0 0;
    text-align: center;
    line-height: 100px;
}

.compare-products-page {
    position: relative;
    overflow: hidden;
}

    .compare-products-page .clear-list {
        display: inline-block;
        margin: 0 0 20px;
        background-color: #ffc107;
        padding: 10px 15px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .compare-products-page .clear-list:hover {
            background-color: #ce6930;
        }

    .compare-products-page .table-wrapper {
        margin: 0 0 30px;
        padding: 0 0 1px; /*IE mobile table border fix*/
    }

.compare-products-table td {
    min-width: 150px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    color: #222;
}

    .compare-products-table td:first-child {
        min-width: 0;
    }

    .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') left center no-repeat;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #666;
}

    .compare-products-table .remove-button:hover {
        color: #ffc107;
    }

.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 {
    /*font-weight: bold;*/
    font-size: 14px;
    color: #222;
}

    .compare-products-table .product-name td a:hover {
        color: #222;
    }

.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;
    height:100%;
}

.topic-block-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

    .topic-block-title h2 {
        font-size: 30px;
        font-weight: normal;
    }

.topic-block-body {
   
}

.topic-page .page-body {

}

.topic-page a {
    text-decoration: underline;
}

.topic-block strong,
.topic-page strong {
    color: #444;
}

.home-page .topic-block {
    margin: 0 0 50px;
}

.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: left;
        width: 200px;
        height: 40px;
        margin: 0 -1px 0 0;
    }

    .enter-password-form input[type="submit"] {
        float: left;
        width: auto;
        min-width: 86px;
        height: 40px;
        border: none;
        background-color: #ffc107;
        padding: 0 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .enter-password-form input[type="submit"]:hover {
            background-color: #ce6930;
        }


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/



.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-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,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
    margin: 20px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #ffc107;
    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,
    .apply-vendor-page .button-1:hover {
        background-color: #ce6930;
    }

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
    margin: 25px 0;
}

    .email-a-friend-page .title h2 {
        font-weight: normal;
        color: #ce6930;
    }

.apply-vendor-page .terms-of-service {
    text-align: center;
}

    .apply-vendor-page .terms-of-service > * {
        display: inline-block;
        line-height: 32px;
    }

    .apply-vendor-page .terms-of-service span,
    .apply-vendor-page .terms-of-service a {
        color: #ffc107;
        cursor: pointer;
    }

/********** 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 .date-picker-wrapper {
    display: inline;
}

.date-of-birth select {
    width: 31%; /*always single line*/
    max-width: 126px;
}

    .date-of-birth select + select {
        margin: 0 0 0 10px;
    }

.date-of-birth .select-wrapper + .select-wrapper {
    margin: 0 0 0 10px;
}

#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;
    }

.inputs.accept-consent {
    text-align: center;
}

    .inputs.accept-consent > * {
        display: inline-block;
        line-height: 32px;
    }

    .inputs.accept-consent span,
    .inputs.accept-consent a {
        color: #ffc107;
        cursor: pointer;
        font-size: 14px;
    }

    .inputs.accept-consent label {
        width: auto;
        margin-left: 10px;
        margin-bottom: 0;
    }

.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, .compare-products-page .clear-list {
    min-width: 140px;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 29px;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 2px solid #ce6930;
    background-image: linear-gradient(30deg, #ce6930 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    background-color: #ce6930 !important;
    transition: .3s ease-in-out;
}

    .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, .compare-products-page .clear-list:hover {
        background-position: 100%;
        color: #000000;
        background-color: #ffffff !important;
    }

.return-request-page h1 a {
    color: #ffc107;
}

.return-request-page .return-request-file {
    font-size: 14px;
}

    .return-request-page .return-request-file .uploadedfileinput {
        display: inline-block;
    }

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
    margin: 0 0 10px;
}

.registration-result-page .result {
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #4cb17c;
}

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
    margin: 0 5px;
    font-size: 14px;
}

.customer-info-page .vat-status {
    display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: normal;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .title {
    margin: 0 0 15px;
    font-size: 20px;
    color: #444;
    text-align: left;
    line-height: normal;
    padding: 0;
}

    .login-page .title strong {
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #222222;
        font-weight: 700;
        margin-top: -5px;
        font-size: 24px;
    }

.login-page .new-wrapper {
    margin: 0 0 50px;
}

    .login-page .new-wrapper .text {
        font-size: 14px;
        color: #555555;
        line-height: 2;
        margin-bottom: 1rem;
        border-top: 0;
        background-color: #fff;
        padding: 0;
    }

    .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: visible;
        padding: 0 !important;
        border-top: 0;
    }

    .login-page .returning-wrapper .inputs.reversed {
        white-space: normal;
        text-align: left;
        margin-bottom: 10px;
    }

        .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: #ce6930;
        }

.login-page .captcha-box {
    margin: -15px 0 20px;
}

.login-page .returning-wrapper .buttons {
    background-color: #fff;
    /*padding: 30px 0;*/
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}

.external-authentication {
    margin: 0 0 50px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication .title {
        margin: 0 0 15px;
        font-size: 20px;
        color: #444;
    }

    .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: #ffc107;
    }

        .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: #ffc107;
    }

        .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
}

.gdpr-tools-page .result {
    margin: 20px 0;
    font-size: 13px;
    color: #ce6930;
}

.gdpr-tools-page .buttons {
    margin-top: 20px;
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 20px;
    line-height: 26px;
    color: #444;
}

    .address-list-page .info .name,
    .order-list-page .info .name {
        font-size: 16px;
        font-weight: bold;
    }

.address-list-page .button-2,
.order-list-page .button-2 {
    display: inline-block;
    margin: 0 0 0 0px;
    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;
}

.retry-recurring-order-button {
    background: url('../images/retry.png') left center no-repeat;
}

.return-items-button {
    background: url('../images/return.png') left center no-repeat;
}

.order-details-button {
    background: url('../images/details.png') left center no-repeat;
}

.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
    color: #ce6930;
}

.address-list-page .add-button {
    margin: 0 0 20px;
    text-align: center;
    margin-top: 15px;
}

.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: #f9f9f9;
    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 5px 0 0;
}

.return-request-list-page a {
    color: #ffc107;
}

    .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 {
    margin: 0 0 -1px;
}

.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;
}

.vendorinfo-page .button-2 {
    border: medium none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

    .vendorinfo-page .button-2:hover {
        background-color: #999;
    }

.vendorinfo-page .vendor-picture {
    width: 400px;
    margin: 0 auto;
}

    .vendorinfo-page .vendor-picture * {
        display: block;
        margin-top: 15px;
    }

.check-gift-card-balance-page .page-title {
    margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
    margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
    margin: 0 0 30px;
}


/********** SHOPPING CART **********/



.order-progress {
    margin: 0 0 50px;
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        margin: 10px;
    }

    .order-progress a {
        display: block;
        min-width: 70px;
        font-size: 14px; /*reset zeroing*/
        color: #bbb;
        font-weight: 700;
    }

        .order-progress a:before {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            margin: 0 auto 15px;
            border: 1px solid #bbb;
            background: #fff url('../images/pointer.png') center no-repeat;
        }

    .order-progress li.active-step a {
        cursor: pointer;
        color: #ce6930
    }

    .order-progress li.inactive-step a {
        opacity: 0.6;
        cursor: default;
    }

.shopping-cart-page .page-title {
    margin: 0 0 -1px;
    padding: 10px;
}

.shopping-cart-page .message-error {
    margin: 20px 0;
}

.shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: left;
}

.shopping-cart-page .checkout-attributes a {
    color: #4ab3f1;
}

    .shopping-cart-page .checkout-attributes a:hover {
        text-decoration: underline;
    }

.shopping-cart-page .tax-shipping-info {
    margin: 20px 0;
    text-align: center;
}

    .shopping-cart-page .tax-shipping-info a {
        color: #4ab3f1;
    }

        .shopping-cart-page .tax-shipping-info a:hover {
            text-decoration: underline;
        }

.shopping-cart-page .common-buttons {
    margin: 0 0 50px;
    background-color: #f6f6f6;
    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: #ffc107;
        }

            .shopping-cart-page .common-buttons input:first-child:hover {
                background-color: #ce6930;
            }

.checkout-attributes {
    margin: -30px 0 30px;
    color: #444;
}

    .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: 170px;
    }

    .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 .attribute-squares li {
        border: none;
        padding: 0;
        line-height: 0;
    }

    .checkout-attributes li label {
        display: inline-block;
        margin: 0 0 0 5px;
    }

.selected-checkout-attributes {
    margin: 30px 0;
    color: #444;
}

    .selected-checkout-attributes br {
        content: "";
        display: block;
        margin: 3px;
    }

.cart-footer {
    margin: 0 0 50px;
    border-top: 1px solid #ddd;
}

    .cart-footer:after {
        content: "";
        display: block;
        clear: both;
    }

    .cart-footer .totals {
        width: 350px;
        max-width: 100%;
        margin: 0 auto 50px;
        background-color: #f9f9f9;
        padding: 10px;
        color: #444;
    }

    .cart-footer .total-info {
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        padding: 5px 30px 15px;
    }

.cart-total td {
    width: 50%;
    padding: 5px 0;
    text-align: right;
}

    .cart-total td:first-child {
        text-align: left;
    }

.cart-total .giftcard-remaining {
    display: block;
    font-style: italic;
}

.cart-total .order-total {
    font-size: 20px;
    color: #ce6930;
}

    .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: #ce6930;
}

.terms-of-service {
    margin: 0 0 20px;
    padding: 0 30px;
}

    .terms-of-service label {
        cursor: pointer;
    }

    .terms-of-service a {
        margin: 0 0 0 3px;
        color: #ffc107;
    }

.cart-footer .checkout-buttons {
    padding: 0 10px;
}

.cart-footer .checkout-disabled {
    font-size: 20px;
    text-align: center;
    background: #ffa500;
    border: 1px solid #c3891e;
    color: #fff;
    padding: 15px 50px;
}

.cart-footer .checkout-button {
    display: inline-block;
    min-width: 160px;
    border: none;
    background-color: #ffc107;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

    .cart-footer .checkout-button:hover {
        background-color: #ce6930;
    }

.cart-footer .addon-buttons {
    margin: 20px 0 0;
    padding: 0 10px;
}

.cart-collaterals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 25px 0 0;
}

    .cart-collaterals > div {
        max-width: 400px;
        margin: 0 0 50px;
    }

    .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: left;
            width: 60%;
            height: 36px; /*safari padding fix*/
            margin: 0 -1px 0 0;
        }

        .cart-collaterals .coupon-code input[type="submit"] {
            float: left;
            width: 40%;
            height: 36px; /*safari padding fix*/
            padding: 0;
        }

    .cart-collaterals .message-failure {
        margin: 5px 0 0;
        font-size: 12px;
        color: #ce6930;
    }

    .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 {
    text-align: center;
    margin: 25px 0 0;
}


/********** CHECKOUT **********/



.checkout-page .section {
    margin: 0 0 30px;
}

    .checkout-page .section.order-summary {
        margin: 100px 0 30px;
    }

.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden;
}

.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: #ffc107;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .checkout-page .button-1:hover {
        background-color: #ce6930;
    }

.checkout-page .address-item {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
}

    .checkout-page .address-item ul {
        margin: 0 0 15px;
        background-color: #f9f9f9;
        padding: 20px;
        color: #444;
    }

    .checkout-page .address-item li {
        padding: 5px 0;
        display: block;
    }

        .checkout-page .address-item li.name {
            font-size: 16px;
            font-weight: bold;
        }

.enter-address .message-error {
    margin: 20px 0;
}

.enter-address .edit-address {
    /*background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin: 0 0 30px;
  padding: 15px;*/
}

.checkout-page .ship-to-same-address {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 0;
}

    .checkout-page .ship-to-same-address .selector {
        margin: 0 0 5px;
        font-weight: bold;
        color: #444;
    }

.checkout-page .pickup-in-store {
    text-align: center;
}

    .checkout-page .pickup-in-store .selector {
        margin: 0 0 5px;
        font-weight: bold;
        color: #444;
    }

.select-pickup-point {
    text-align: center;
}

.checkout-page .pickup-points-map {
    min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .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;
        }

.shipping-method .method-description {
    margin: 5px 0 0;
}

.payment-method .use-reward-points {
    margin: 0 0 30px;
    text-align: center;
    color: #444;
}

.payment-method .payment-logo {
    display: inline-block;
    vertical-align: middle;
}

    .payment-method .payment-logo label {
        display: block;
        font-size: 0 !important;
    }

.payment-method .payment-details {
    min-width: 180px;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
}

.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: center;
    }

.confirm-order .buttons {
    padding: 10px 0;
}

.confirm-order .button-1 {
    font-size: 16px;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0;
    display: block;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

    .order-review-data .title strong,
    .order-details-area .title strong,
    .shipment-details-area .title strong {
        font-weight: 700;
        color: #333;
    }

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
    margin-top: 20px;
}

.order-completed .details {
    margin: 0 0 30px;
    padding: 30px 15px;
    text-align: center;
    color: #444;
}

    .order-completed .details div {
        margin: 5px 0;
    }

    .order-completed .details strong {
        font-weight: normal;
        text-transform: uppercase;
    }

    .order-completed .details a {
        color: #ffc107;
    }

        .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: #ffc107;
    cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
    float: left;
    min-height: unset;
    padding: 10px 15px;
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom:0;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
    color: #fff;
    cursor: pointer;
}

.opc .step-title .number {
    width: 42px;
    border-right: 1px solid #fff;
    text-align: center;
}

.opc .allow .step-title .number {
    background-color: #ce6930;
}

.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;
        margin: 0 0 0 -15px;
        background: url('../images/back-button.png') left center no-repeat;
        padding: 0 0 0 18px;
        color: #444;
    }

        .opc .back-link a:hover {
            color: #ce6930;
        }

.opc .buttons .please-wait {
    display: block;
    margin: 10px 0 0;
    background: none;
}

.opc .section.ship-to-same-address {
    margin: 0 0 30px;
    padding: 0;
}

.opc .section.pickup-in-store {
    margin: 0 0 30px;
    padding: 0;
}

.opc .payment-info .info tr {
    text-align: left;
}

.opc .section.order-summary {
    margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/



.order-details-page .page-title {
    border-bottom: none;
}

    .order-details-page .page-title h1 {
        margin: 0 0 30px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 10px;
    }

    .order-details-page .page-title a {
        display: inline-block;
        min-width: 122px;
        margin: 5px 0;
        border: none;
        background-color: #aaa;
        background-image: none;
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

        .order-details-page .page-title a:hover {
            background-color: #999;
        }

        .order-details-page .page-title a.print-order-button {
            background-color: #fe4c3b;
            background-color: #ce6930;
        }

            .order-details-page .page-title a.print-order-button:hover {
                background-color: #ce6930;
            }

.order-details-page .order-overview {
    margin: 20px 0 30px;
    line-height: 26px;
    text-align: left;
    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: #ce6930;
    }

.order-details-page .repost .button-2 {
    display: inline-block;
    margin: 10px 0;
    border: none;
    background-color: #ffc107;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

    .order-details-page .repost .button-2:hover {
        background-color: #ce6930;
    }

.order-details-page .download a {
    font-weight: normal;
    color: #ffc107;
}

    .order-details-page .download a:hover {
        text-decoration: underline;
    }

.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: #ffc107;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .user-agreement-page .button-1:hover {
        background-color: #ce6930;
    }

.order-details-page .tax-shipping-info {
    margin: 30px 0;
}

    .order-details-page .tax-shipping-info a {
        color: #ffc107;
    }

        .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: 165px;
        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: #fff;
            margin: 0;
        }

            .order-details-page .actions input:first-child:hover {
                background-color: #ce6930;
            }

.order-details-page .totals.section {
    width: 370px;
    /*padding: 0 10px;*/
    padding: 0;
    max-width: 100%;
    margin: 0 auto 50px;
}

.order-details-page .total-info {
    background-color: #f9f9f9;
    padding: 15px 20px;
    color: #444;
}


/****** SEARCH & SITEMAP ******/



.search-page .page-title {
    margin: 0 0 -1px;
}

.search-input .fieldset {
    margin: 0 0 10px;
}

.search-input .form-fields {
    padding: 30px 15px 10px;
}

.search-input input + label {
    display: inline;
    margin: 0 0 0 5px;
}

.advanced-search {
    margin: 20px 0 0;
}

    .advanced-search .price-range {
        display: inline-block;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 3px;
        }

.search-input .buttons {
    text-align: center;
    padding-left: 15px;
}

.search-input .button-1 {
    width: auto !important;
    padding: 13px 29px !important;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 2px solid #ce6930;
    background-image: linear-gradient(30deg, #ce6930 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background-color: #ce6930 !important;
    transition: all 0.3s ease-in-out;
}

    .search-input .button-1:hover {
        background-position: 100%;
        color: #000000;
        background-color: #ffffff !important;
    }

.search-results {
    margin: 30px 0 0;
}

    .search-results .warning,
    .search-results .no-result {
        margin: 10px 0;
        color: #ce6930;
    }

.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 .entity ul {
    font-size: 0;
}

.sitemap-page .entity li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    padding: 0 12px;
    line-height: 50px;
    font-size: 14px; /*reset zeroing*/
}

    .sitemap-page .entity li:before {
        content: "";
        position: absolute;
        top: 23px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #ddd;
    }

.sitemap-page .entity a {
    color: #444;
}

    .sitemap-page .entity a:hover {
        color: #ffc107;
    }

    .sitemap-page .entity a:empty {
        display: none;
    }


/****** BLOG & NEWS ******/



.block-blog-archive .number {
    display: block;
    color: #444;
    cursor: auto;
}

.block-blog-archive .sublist {
    margin: 5px 0 5px 15px;
}

.block-blog-archive li.month {
    padding: 3px 0 3px 15px;
}

.blog-page .page-title,
.news-list-page .page-title {
    margin: 0;
}

.blog-page .post,
.news-items .news-item {
    margin: 0 0 20px;
    background-color: white;
    padding: 20px;
}

    .blog-page .post:after {
        content: "";
        display: block;
        clear: both;
    }

.post-title,
.news-title {
    color: #333333;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.03em;
}

    .post-title:hover,
    .news-title:hover {
        color: #333333;
    }

.post-date,
.news-date {
    display: block;
    color: #ce6930;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.post-body,
.news-body {
    margin: 0 0 20px;
    line-height: 22px;
    text-align: left;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
    font-size: 16px;
    text-align: left;
}

    .blog-page .tags label,
    .blogpost-page .tags label {
        display: inline-block;
        margin: 0 3px 3px 0;
        font-weight: bold;
        color: #444;
    }

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        display: inline-block;
        margin: 0 0 3px 3px;
        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 8px 0 0;
        }

    .blog-page .tags a,
    .blogpost-page .tags a {
        display: block;
        color: #ce6930;
    }

        .blog-page .tags a:hover,
        .blogpost-page .tags a:hover {
            text-decoration: underline;
        }

.blog-posts .buttons,
.news-items .buttons {
    margin: 0;
    padding: 0;
}

    .blog-posts .buttons .read-comments {
        display: block;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

        .blog-posts .buttons .read-comments:hover {
            color: #777;
        }

    .blog-posts .buttons .read-more,
    .news-items .buttons .read-more, .checkout-page .button-1, .order-details-page .actions input:first-child,
    .order-details-page .page-title a.print-order-button, .write-review .button-1, .new-comment .button-1, .apply-vendor-page .button-1, .email-a-friend-page .button-1 {
        display: inline-block;
        padding: 13px 29px;
        color: #ffffff;
        letter-spacing: 0.05em;
        border: 2px solid #ce6930 !important;
        background-image: linear-gradient(30deg, #ce6930 50%, transparent 50%);
        background-size: 850px;
        background-repeat: no-repeat;
        background-position: 0;
        -webkit-transition: background 300ms ease-in-out;
        transition: background 300ms ease-in-out;
        line-height: 20px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        border-radius: 0;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        text-align: center;
        background-color: #fff !important;
    }

        .blog-posts .buttons .read-more:hover, .write-review .button-1:hover,
        .news-items .buttons .read-more:hover, .checkout-page .button-1:hover, .order-details-page .actions input:first-child:hover,
        .order-details-page .page-title a.print-order-button:hover, .newsletter-subscribe-button:hover, .new-comment .button-1:hover, .apply-vendor-page .button-1:hover,
        .email-a-friend-page .button-1:hover {
            background-position: 100%;
            color: #000000;
            background-color: #ffffff !important;
        }

.new-comment {
    margin: 50px 0 60px;
}

    .new-comment .notifications {
        margin: 0 0 10px;
    }

    .new-comment .result {
        color: #690;
        text-align: left;
    }

    .new-comment .form-fields {
        margin: 0 0 20px;
    }

    .new-comment .button-1 {
        border: none;
        background-color: #ffc107;
        padding: 10px 30px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .new-comment .button-1:hover {
            background-color: #ce6930;
        }

.comment-list {
    margin: 0 0 100px;
}

    .comment-list .title {
        margin: 0 0 15px;
        padding: 0 10px;
        font-size: 20px;
        color: #444;
        text-align: left;
    }

        .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: #ffc107;
    }

    .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;
            border: solid 2px #CEDBE1 !important;
        }

.comment-time {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: bold;
}

    .comment-time span {
        color: #444;
    }

.comment-title {
    margin: 0 0 15px;
    font-size: 16px;
    color: #444;
}

.comment-body {
    line-height: 22px;
}

.news-list-homepage {
    margin: 0 0 75px;
    margin-bottom: 0;
}

    .news-list-homepage .title {
        margin: 0 0 -1px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
        font-size: 30px;
        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 {
            display: inline-block;
            padding: 13px 29px;
            color: #ffffff;
            letter-spacing: 0.05em;
            border: 2px solid #ce6930 !important;
            background-image: linear-gradient(30deg, #ce6930 50%, transparent 50%);
            background-size: 850px;
            background-repeat: no-repeat;
            background-position: 0;
            -webkit-transition: background 300ms ease-in-out;
            transition: background 300ms ease-in-out;
            line-height: 20px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            border-radius: 0;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            text-align: center;
            background-color: #ce6930 !important;
        }

            .news-list-homepage .view-all a:hover {
                background-position: 100%;
                color: #000000;
                background-color: #ffffff !important;
            }


/*** 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: #ffc107;
    }

.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: #ce6930;
}

/* 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: #ffc107;
        }

.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: #ffc107;
            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 .latest-post {
    white-space: nowrap;
}

    .forums-table-section .latest-post div {
        margin: 5px 0;
    }

    .forums-table-section .latest-post label {
        color: #777;
    }

.forums-table-section .view-all {
    margin: 30px 0 0;
    padding: 0 10px;
}

    .forums-table-section .view-all a {
        background-color: #ffc107;
        padding: 10px 15px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .forums-table-section .view-all a:hover {
            background-color: #ce6930;
        }

/* 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 10px 10px 33px;
        font-size: 14px;
    }

    .forum-actions .actions .new-topic {
        background: #eee url('../images/new.png') left center no-repeat;
    }

    .forum-actions .actions .watch-forum,
    .topic-actions .actions .watch-forum {
        background: #eee url('../images/watch.png') left 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') left center no-repeat;
    }

    .topic-actions .watch-topic-button {
        background: #eee url('../images/watch.png') left center no-repeat;
    }

    .topic-actions .move-topic-button {
        background: #eee url('../images/move.png') left center no-repeat;
    }

    .topic-actions .edit-topic-button {
        background: #eee url('../images/edit_.png') left center no-repeat;
    }

    .topic-actions .delete-topic-button {
        background: #eee url('../images/remove_.png') left 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: #ffc107;
    }

    .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 .avatar img {
            border: solid 2px #CEDBE1 !important;
        }

    .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 {
            margin: 0 0 0 3px;
            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 {
            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 10px 10px 33px;
        }

        .topic-post .post-actions .edit-post-button {
            background: url('../images/edit_.png') left center no-repeat;
        }

        .topic-post .post-actions .delete-post-button {
            background: url('../images/remove_.png') left center no-repeat;
        }

            .topic-post .post-actions .edit-post-button:hover,
            .topic-post .post-actions .delete-post-button:hover {
                color: #ffc107;
            }

        .topic-post .post-actions .post-link-button {
            padding: 10px;
            font-weight: bold;
            color: #ffc107;
        }

            .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-text {
        /*topic post-text also gets style from blog post-body*/
        padding: 0 10px 20px;
        line-height: 22px;
        color: #444;
        margin-bottom: 0;
    }

    .topic-post .post-vote {
        text-align: center;
        display: table;
        margin: 0 auto 20px;
    }

    .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;
        clear: both;
    }

    .topic-post .post-vote span.vote {
        cursor: pointer;
        display: block;
        width: 40px;
        height: 24px;
    }

    .topic-post .post-vote span.up {
        background: url('../images/vote-up.png') no-repeat 50% 50%;
    }

    .topic-post .post-vote span.vote.up.selected {
        background: url('../images/vote-up-selected.png') no-repeat 50% 50%;
    }

    .topic-post .post-vote span.down {
        background: url('../images/vote-down.png') no-repeat 50% 50%;
    }

    .topic-post .post-vote span.vote.down.selected {
        background: url('../images/vote-down-selected.png') no-repeat 50% 50%;
    }

    .topic-post .vote-count-post {
        display: block;
        font-size: 160%;
    }
/* 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 .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
    max-width: 400px;
    margin: 20px auto;
    background-color: #ddd;
    padding: 10px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    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: #ffc107;
}

    .forum-edit-page .buttons .button-1:hover,
    .move-topic-page .buttons .button-1:hover,
    .private-messages .buttons .button-1:hover {
        background-color: #ce6930;
    }

.private-message-send-page a {
    font-size: 14px;
    color: #ffc107;
}

.private-message-send-page span {
    font-size: 14px;
}

/* 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-widget.ui-widget-content.ui-tabs {
    border: none;
}

.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: #ffc107;
        }

.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: #ffc107;
    }

.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: #ffc107;
            }

    .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;
    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;
    }



@media all and (max-width: 769px) {

    .review-rating .name-description {
        text-align: center;
        width: 100%;
        display: block;
    }

    .write-review .review-rating div {
        text-align: center;
        padding-bottom: 10px;
        display: inline-block;
    }
}





@media all and (max-width: 1000px) {

    .product-reviews-overview {
        justify-content: center;
    } 
    /*** GLOBAL TABLES ***/


    .cart {
        display: block;
    }

    .cart colgroup,
    .cart thead {
        display: none;
    }

    .cart tbody {
        display: block;
        overflow: hidden;
    }

    .cart tr {
        display: block;
        float: left;
        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: 1px solid #ddd;
        background-color: #eee;
        padding: 10px;
        border-bottom: 0;
        border-left: 0;
    }

    .cart td.add-to-cart {
        border: 0;
        border-top: 1px solid #ddd;
        background-color: #eee;
    }

    .cart td.remove-from-cart {
        float: left;
        width: 50%;
        margin-bottom: 0;
        min-width: unset;
    }

    .cart td.add-to-cart {
        float: left;
        width: 50%;
        min-width: unset;
    }

    .cart tr {
        padding-top: 10px;
    }

    .cart td.product-picture {
        padding: 15px 10px 5px;
        float: left;
        width: 100px;
        min-width: unset;
    }

    .cart td.product-picture:after {
        display: block;
        content: '';
        clear: both;
    }

    .cart td.product {
        min-width: 0;
        border-bottom: 0px solid #ddd;
        padding: 5px 0px 0px;
    }

    .html-shopping-cart-page .cart td.unit-price label.td-title {
        display: none;
    }

    .cart td.unit-price, .cart td.product, .cart td.quantity {
        text-align: left;
        width: calc(100% - 100px);
        float: right;
        min-width: unset;
    }

    .cart td.quantity {
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .cart td.product-picture img {
        max-height: 100%;
        max-width: 100%;
    }

    .cart td.unit-price,
    .cart td.subtotal {
        display: inline-block;
        padding: 7px;
        vertical-align: middle;
        padding-left: 0;
    }

    .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: left;
        width: 100%;
        margin: 15px 0 0;
        border: 1px solid #ddd;
    }

    .order-details-page .data-table td {
        display: block;
        border: none;
        padding: 5px 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: left;
    }


    /*** MOBILE NAVIGATION ***/


    .header-menu {
        position: relative;
        z-index: 1;
        /*width: 90%;
        max-width: 600px;
        margin: 0 auto 40px;*/
    }

    /*.menu-toggle {
        background: #ffc107 url('../images/menu-icon.png') right center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }*/

    .menu-toggle i {
        font-size: 24px;
        color: #ce6930;
    }

    .top-menu {
        display: none;
    }

    .top-menu > li {
        position: relative;
        margin: 1px 0;
        background-color: #fff;
    }

    .top-menu > li > a {
        display: block;
        color: #555;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 700;
    }

    .top-menu .sublist {
        display: none;
        background-color: #fff;
        padding: 5px 0;
        
    }

    .top-menu .sublist li {
        position: relative;
        margin: 1px 0 1px 20px;
    }

    .top-menu .sublist li a {
        display: block;
        font-size: 14px;
        padding: 5px 35px;
    }

    div.camera-list.two-image,
    div.camera-img-list {
        width: 100%;
        display: block;
        columns: 1 auto;
        min-height: 500px;
        height:unset;
    }

    div.second-o-level {
        padding-left: 25px;
        padding-top: unset;
    }

    .second-level {
        /*min-height: 500px;*/
        overflow-y: scroll;
    }

    /*.sublist-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-left: 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;
    }

    .write-review .review-rating {
        text-align: center;
    }

    .write-review .review-rating div.name-description {
        width: 100%;
        margin: 0 5px 0 0;
        text-align: center;
    }
}





@media all and (min-width: 481px) {


    /*** GLOBAL ***/


    /*.master-wrapper-content,
  .header-menu {
    width: 92.5%;
  }*/


    /*** GLOBAL TABLES ***/


    .cart tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: both;
        }

    .order-details-page .data-table tr {
        width: 46%;
        margin: 20px 2% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: both;
        }


    /*** HEADER ***/


    .header-selectors-wrapper > div {
        display: inline-block;
        width: 100%;
        margin: 10px auto;
    }

    .search-box input.search-box-text {
        width: 100%;
    }

    .ui-autocomplete {
        width: 100% !important;
        right: 0 !important;
        border-radius: 25px;
    }

        .ui-autocomplete img {
            display: inline;
        }


    /*** FOOTER ***/


    .footer-block {
        width: 85%;
    }

    .newsletter-email input[type="text"] {
        width: 240px;
    }


    /*** CATEGORY ***/


    .product-filter {
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }

        .product-filter.price-range-filter {
            width: 200px;
        }

        .product-filter .product-spec-group {
            float: left;
            margin: 0 25px 10px 0;
        }

            .product-filter .product-spec-group.product-spec-color {
                max-width: 190px;
            }

        .product-filter .group li.item {
            display: block;
            margin: 0;
        }

        .product-filter .group li.color-item {
            display: inline-block;
        }

    .item-box {
        width: 49%;
        margin: 0 0.5% 1%;
    }

        /*.item-box:nth-child(2n+1) {
      clear: both;
    }*/

        .item-box .product-rating-box {
            margin: 0 0 5px;
            margin-top: 15px;
        }

        .item-box .product-title {
            margin: 15px 0 5px;
            line-height: 1;
            margin-bottom: 0;
            padding-top: 2px;
            padding-bottom: 5px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            font-size: 16px;
        }



    /*** PRODUCT PAGE ***/


    .overview-buttons div {
        display: inline-block;
        width: auto;
        margin: 0 1px 2px;
        border-left: 1px solid #dddddd;
    }


    /*** WISHLIST ***/


    .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;
    }

    .topic-post .post-text {
        float: left;
        width: 90.5%;
        text-align: left;
    }

    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts {
        display: table-cell;
    }

    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: 40px;
    }

        .forum-table td.image div {
            max-width: 100%;
            background-size: contain;
        }
}





@media all and (min-width: 769px) {


    /**** GLOBAL ***/


    .master-wrapper-content {
        /*width: 94%;*/
        width: 100%;
    }

    .home-page-polls li {
        min-width: 100px;
    }


    /**** GLOBAL TABLES ***/


    .cart tr {
        width: 48%;
        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: 100%;
    }


    /*** FOOTER ***/


    .footer-block {
        display: inline-block;
        width: 25.33333%;
        vertical-align: top;
    }

        .footer-block .title {
            background: none;
            padding: 0;
            color: #fff;
            cursor: auto;
        }

        .footer-block .list {
            display: block !important; /* prevents toggle display:none on resize */
            background: none;
            padding: 0;
        }

            .footer-block .list li {
                padding: 5px 0;
                padding-bottom: 0;
            }

            .footer-block .list a {
                display: inline;
                padding: 0;
            }

    .follow-us {
        width: 98%;
        text-align: left;
    }


    /*** CATEGORY ***/


    .product-selectors {
        text-align: left;
    }

        .product-selectors .product-viewmode {
            display: inline-block;
            float: right;
        }

            .product-selectors .product-viewmode span {
                display: none;
            }

            .product-selectors .product-viewmode a {
                display: inline-block;
                width: 24px;
                height: 32px;
                margin: 0 0 0 12px;
                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: 24%;
        margin: 0 0.5% 1%;
    }

    /*.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 15px;
    }

        .product-list .item-box .product-item:after {
            content: "";
            display: block;
            clear: both;
        }

        .product-list .item-box .picture {
            float: left;
            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 0 0 240px;
        }

        .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 .buttons {
        }

        .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 {

    }

    .variant-picture {
        float: left;
    }

        .variant-picture + .variant-overview {
            width: auto;
            margin: 0 0 0 240px;
        }

    .variant-overview {
        text-align: left;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        float: left;
        max-width: 600px;
    }

    .product-review-item .product-review-box {
        float: right;
    }

    .write-review .review-rating div {
        display: inline-block;
        margin: 0 0 0 5px;
        cursor: default;
        vertical-align: middle;
        font-size: 14px;
        height: 17px;
    }




    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        width: 45%;
        margin: 20px 1%;
        vertical-align: top;
    }

    .recurring-payments {
        width: 100% !important;
        margin: 20px 0 !important;
    }


    /*** SHOPPING CART ***/


    .order-progress {
        padding: 20px;
    }

        .order-progress li {
            margin: 0 10px;
        }

        .order-progress a {
            min-width: 80px;
        }

    .cart-options .common-buttons {
        text-align: right;
    }

    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
        padding: 0 10px;
    }

    .cart-footer .totals {
        float: right;
        width: 45%;
        margin: 0 2.5%;
    }

    .cart-footer .terms-of-service {
        text-align: left;
    }

    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: right;
    }

    .cart-footer .cart-collaterals {
        float: left;
        width: 45%;
        margin: 0 2.5%;
    }

        .cart-footer .cart-collaterals div,
        .cart-footer .cart-collaterals label {
            text-align: left;
        }

    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px;
    }

    .cart-footer .estimate-shipping .buttons {
        text-align: right;
    }


    /*** CHECKOUT ***/


    .checkout-page .selected-checkout-attributes {
        float: right;
        text-align: right;
    }

    .checkout-page .cart-footer .totals {
        max-width: 350px;
        margin: 0;
    }

    .checkout-page .address-grid {
        overflow: hidden;
    }

    .checkout-page .address-item {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
    }

    .shipping-method .method-list li,
    .payment-method .method-list li {
        display: inline-block;
        width: 25%;
        margin: 20px 2%;
        vertical-align: top;
    }

    .shipping-method .method-name {
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-logo {
        display: block;
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-details {
        display: block;
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
        text-align: center;
    }

    .payment-info .info {
        padding: 30px 75px;
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;
    }

        .order-review-data > div,
        .order-details-area > div,
        .shipment-details-area > div {
            float: left;
            width: 48%;
            margin: 0 1% 40px;
        }


    /*** ORDER DETAILS & SHIPPING DETAILS ***/


    .order-details-page .section.options {
        text-align: left;
    }

    .order-details-page .selected-checkout-attributes {
        padding: 0 10px;
    }

    .order-details-page .tax-shipping-info {
        text-align: right;
    }

    .order-details-page .totals {
        float: right;
        clear: both;
    }

    .shipment-details-page .tracking-number .tracking-url {
        color: #ffc107;
    }


    /*** BLOG & NEWS ***/


    .blog-posts .tags {
        float: right;
        width: 80%;
        text-align: right;
    }

    .blog-posts .buttons {
        float: left;
        width: 20%;
        text-align: left;
    }

    .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-left: 1px solid #ddd;
        vertical-align: top;
        /*text-align: left;*/
    }

    .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: left;
        }

        .forum-actions .pager,
        .topic-actions .pager {
            float: right;
            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: left;
        }

        .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-left: 1px solid #ddd;
            vertical-align: top;
            text-align: left;
        }

        .topic-post .post-head {
            min-height: 40px;
            overflow: hidden;
            background-color: #f6f6f6;
        }

        .topic-post .post-time {
            float: left;
            margin: 0;
            font-size: 14px;
            font-weight: normal;
        }

        .topic-post .post-actions {
            float: right;
            margin: 0;
        }

            .topic-post .post-actions a {
                margin: 0;
                line-height: 20px;
            }

            .topic-post .post-actions .manage-post a {
            }

            .topic-post .post-actions .quote-post a {
                min-width: 70px;
            }

            .topic-post .post-actions a.post-link-button {
                margin: 0 0 0 10px;
                border-left: 1px solid #ddd;
                text-align: center;
            }

        .topic-post .post-text {
            padding: 20px 5px;
        }

        .topic-post .post-vote {
            padding: 20px 0 20px 15px;
        }

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: none;
    }

        .forum-table td.image div {
            max-width: none;
            background-size: initial;
        }

    .ui-tabs-nav {
        text-align: left;
    }

        .ui-tabs-nav li {
            margin: 0 10px -1px 0;
            /*override jQuery UI styles, do not delete doubled properties*/
            margin: 0 10px -1px 0 !important;
        }

    .profile-info-box .avatar {
        float: left;
        margin: 0 15px 15px 0;
    }

    .profile-info-box .profile-stats {
        float: left;
        text-align: left;
    }

    .profile-info-box .title {
        text-align: left;
    }

    .profile-info-box .send-pm {
        clear: both;
        text-align: left;
    }
}





@media all and (min-width: 1001px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        /*width: 980px;*/
        width: 100%;
        margin: auto;
    }

    .center-2 {
        float: right;
        width: 73%;
    }

    .side-2 {
        float: left;
        width: 25%;
    }

    .page {
        text-align: left;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: block;
            width: 265px;
            margin: 0 0 10px;
            text-align: right;
        }

        .inputs input[type="text"],
        .inputs input[type="email"],
        .inputs input[type="tel"],
        .inputs input[type="password"],
        .inputs select {
            min-height: 40px;
        }

        .inputs .option-list li {
            margin: 0 10px 0 0;
        }

    .center-1 .buttons {
        text-align: center;
    }

    .center-2 .inputs label {
        width: 136px;
    }

    .inputs.accept-consent label {
        width: auto;
    }

    .page-title a + h1 {
        float: left;
    }

    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0;
    }


    /*** GLOBAL TABLES ***/


    .cart tr {
        width: auto;
        margin: 0;
    }

    .cart label {
        display: none;
    }

    html.html-checkout-page.html-billing-address-page .cart label {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        margin-right: 5px;
    }

    .order-details-page .data-table tr {
        width: auto;
        margin: 0;
    }

    .order-details-page .data-table label {
        display: none;
    }


    /*** HEADER ***/


    .header {
        width: 100%;
        margin: auto;
    }

    .header-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-selectors-wrapper {
        float: left;
        border: none;
        padding: 0;
        width: 100%;
    }

        .header-selectors-wrapper > div {
            width: 100%;
            line-height: 43px;
        }

        .header-selectors-wrapper select {
            height: 25px;
            padding: 4px;
            font-size: 12px;
        }

    .language-list {
        text-align: left;
    }

    .header-links-wrapper {
        float: right;
        padding: 0;
    }

    .header-links li {
        margin: 0 16px;
    }

    .header-links a,
    .header-links span {
        line-height: 45px;
        text-transform: none;
    }

    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 18px;
        margin-top: -10px;
    }


    .header-lower {
        display: table;
        width: 100%;
    }

    .header-logo {
        /*display: table-cell;
    text-align: left;*/
        vertical-align: middle;
        font-size: 0;
    }

    /*.search-box {
    text-align: right;
    vertical-align: middle;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }*/

    .search-box input.search-box-text,
    .search-box .search-box-button {
        height: 40px;
    }


    /*** NAVIGATION ***/


    .header-menu {
        position: relative;
        z-index: 5;
        width: auto;
        margin: 0;
        text-align: center;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu > ul {
        display: block !important; /* prevents toggle display:none on resize */
        font-size: 0;
        margin: 0;
     
    }

        .header-menu > ul.mobile {
            display: none !important;
        }

        .header-menu > ul > li {
            position: relative;
            display: inline-block;
            /*border-left: 1px solid #ddd;*/
            vertical-align: middle;
        }

            .header-menu > ul > li:first-child {
                border-left: none;
            }

            .header-menu > ul > li > a {
                display: block;
                cursor: pointer;
                padding-top: 25px;
                padding-bottom: 25px;
                padding-right: 25px;
                color: #222222;
                font-size: 16px;
                font-weight: 400;
                line-height: 23px;
                text-decoration: none;
                text-transform: uppercase;
                padding-top: 25px;
                padding-bottom: 25px;
                letter-spacing: 0.07em;
                margin: 0px 5px;
            }

                .header-menu > ul > li > a:hover {
                    color: #ce6930;
                }

  .header-menu .sublist {
    display: none;
    position: absolute;
    z-index: 1;
  }

        .header-menu .sublist li {
            position: relative;
            display: block;
        }

            .header-menu .sublist li a {
                border: 0 !important;
                background: transparent;
                color: #222222;
                border-radius: 0 !important;
                font-size: 14px;
                font-weight: 400;
                text-transform: capitalize;
                padding: 5px 35px;
                text-decoration: none;
                display: block;
            }

                .header-menu .sublist li a:hover {
                    text-decoration: none;
                }

                .header-menu .sublist li a:before {
                    position: absolute;
                    bottom: 0;
                    content: "";
                    height: 2px;
                    width: 0;
                    background-color: #ce6930;
                    -webkit-transition: 0.5s ease;
                    transition: 0.5s ease;
                }

            .header-menu .sublist li:hover > a:before {
                width: 50px;
                height: 2px;
                -webkit-transition: 0.5s ease;
                transition: 0.5s ease;
            }

    .header-menu ul li:hover > .sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: -10px;
        left: 100% !important;
    }
    

    /*** FOOTER ***/


    /*.footer-upper {
    width: 980px;
    padding: 35px 10px;
  }*/
    .overlay-menu {
        display: none;
    }

    .footer-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-block {
        float: left;
        width: 220px;
        text-align: center;
    }

        .footer-block:first-child {
        }

        .footer-block .list {
            margin: 0;
        }

        .footer-block.information {
            border-left: 1px solid #fff;
        }

    .follow-us {
        float: right;
        width: 100% !important;
        margin: 0;
        /*border-right: 1px solid #fff;*/
        text-align: center;
    }

        .follow-us .social li {
            margin: 0 15px 0;
        }

    .newsletter-email {
        /*display: flex;
    flex-wrap: wrap;*/
    }

        .newsletter-email input[type="text"] {
            width: 200px;
        }

        .newsletter-email .newsletter-subscribe-button {
            width: 100px;
            padding: 0 5px;
        }

    .newsletter-validation .field-validation-valid {
        text-align: left;
    }

    /*.footer-lower {
    position: relative;
    width: 980px;
    padding: 25px 5px;
  }*/

    .footer-lower:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-info {
        float: left;
        text-align: left;
        line-height: 32px;
    }

    .footer-powered-by {
        float: left;
        margin: 0;
        line-height: 32px;
    }

    .theme-selector {
        float: left;
        margin: 0 0 0 15px;
    }


    /*** COLUMN ***/



    .block .title {
        margin: 0;
        border-bottom: 0;
        background: none;
        cursor: auto;
        padding: 0;
        margin-bottom: 5px;
    }

        .block .title strong {
            color: #333333;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 20px;
            line-height: 20px;
            letter-spacing: 1px;
        }

    .block .listbox {
        display: block;
        border-bottom: none;
    }

  .block a.product-picture {
    display: inline-block;
    position: relative;
    width: 25%;
    margin: 0 0 0 -15px;
    vertical-align: middle;
  }

    .block a.product-name {
        vertical-align: middle;
    }

    .block a.product-picture + a.product-name {
        width: 70%;
    }

        .block a.product-picture + a.product-name:before {
            display: none;
        }


    /*** CATEGORY ***/


    .item-box .buttons {
        text-align: left;
    }

    .home-page .product-grid .item-box,
    .product-details-page .product-grid .item-box,
    .shopping-cart-page .product-grid .item-box {
        width: 24%;
        margin: 0 0.5% 50px;
    }

    /*** PRODUCT PAGE ***/


    .gallery {

        }

        .gallery .picture {
            width: auto;
        }

    .overview {
    }

    .rental-attributes {
        overflow: hidden;
    }

        .rental-attributes .attribute-item {
            float: left;
            margin: 0 20px 0 0;
        }

        .rental-attributes .datepicker {
            width: 160px;
            text-align: left;
        }

    .attribute-squares li {
        margin: 0 10px 10px 0;
    }

    .product-details-page .title {
        text-align: left;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 850px;
    }

    .write-review .review-rating div.name-description {
        width: 265px;
        margin: 0 5px 0 0;
        text-align: right
    }


    /*** WISHLIST & COMPARE LIST ***/

    .compare-products-page .page-title {
        margin: 0 0 -1px;
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 7px;
        right: 0;
    }

    .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;
    }

    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .gender span {
        margin: 0 10px 0 0;
    }

        .gender span > * {
            margin: 0 5px 0 0;
        }

    .date-of-birth select + select {
        margin: 0 0 0 11px;
    }

    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    .login-page .customer-blocks {
        overflow: hidden;
    }

    .login-page .new-wrapper {
        float: left;
        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="email"],
        .login-page .returning-wrapper input[type="password"] {
            width: 300px;
        }

    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: block;
        width: auto;
        margin: 0 0 40px;
    }

    .address-list-page .buttons,
    .order-list-page .buttons {
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .avatar-page .message-error,
    .avatar-page .buttons {
        text-align: left;
    }

    .registration-page .vat-note {
        margin-left: 275px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 150px;
    }

    .customer-info-page .vat-status {
        display: inline-block;
    }

    /*** SHOPPING CART ***/


    .shopping-cart-page .cart-options {
        overflow: hidden;
    }

    .shopping-cart-page .checkout-attributes {
        float: left;
        max-width: 565px;
        margin: -30px 0 15px;
    }

        .shopping-cart-page .checkout-attributes li {
            margin: 5px 10px 5px 0;
        }

    .shopping-cart-page .selected-checkout-attributes {
        float: right;
        max-width: 395px;
        margin: 15px 0;
    }


    /*** CHECKOUT ***/


    .order-progress {
        margin: -30px 0 50px;
    }

    .checkout-page .address-item {
        width: 31.33333%;
    }

    .checkout-page .terms-of-service {
        text-align: center;
    }

    .payment-info .info {
        padding: 30px 15px;
    }

        .payment-info .info td:first-child {
            width: 265px !important;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .payment-info .info td:only-child {
            width: 100% !important;
        }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        text-align: left;
    }

    .opc .order-review-data ul {
        text-align: left;
    }


    /*** SEARCH & SITEMAP ***/


    /*.advanced-search .price-range {
    margin-left: 114px;
  }*/


    /*** BLOG & NEWS ***/


    .comment-list {
        margin: 0 0 50px;
    }

    .news-list-homepage .news-items {
        overflow: visible;
        text-align: left;
    }

    .news-list-homepage .news-item {
        float: left;
        width: 32%;
        /*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: center;
        color: #222;
    }


    /*** FORUM & PROFILE ***/


    .forum-breadcrumb {
        margin: -30px 0 30px;
    }

    .current-time {
        float: right;
    }

    .forum-search-box {
        float: left;
    }

        .forum-search-box .advanced {
            text-align: left;
        }

            .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: right;
    }

    .topic-actions .pager.upper {
        display: block;
        max-width: 400px;
    }

    .forum-table .forum-details,
    .forum-table .topic-details {
        min-width: 225px;
    }

    .forum-table td {
        padding: 20px;
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        width: 600px;
        height: 250px;
    }

    .private-message-send-page .bb-code-editor-wrapper {
        display: inline-block;
        width: 400px;
        margin: 10px 0;
        vertical-align: middle;
    }
}





@media all and (min-width: 1367px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        /*width: 1400px;*/
        width: 100%;
    }

    .inputs label {
        width: 375px;
    }

    .center-2 .inputs label {
        width: 213px;
    }

    .inputs.accept-consent label {
        width: auto;
    }


    /*** HEADER ***/


    .header {
        width: 100%;
    }


    /*** NAVIGATION ***/


    .header-menu {
        width: auto;
        display: inline-block;
    }

        .header-menu > ul > li {
            position: relative;
        }

            .header-menu > ul > li > a,
            .header-menu > ul > li > span {
                font-size: 14px;
            }


    /*** FOOTER ***/


    /*.footer-upper {
    width: 1400px;
    padding: 35px 30px;
  }*/

    .footer-block {
        width: 280px;
    }

    /*.footer-lower {
    width: 1200px;
    padding: 25px 20px;
  }*/


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 1050px;
    }

    .write-review .review-rating div.name-description {
        margin: 0 5px 0 0;
        min-width: 375px;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 360px;
    }

    .registration-page .vat-note {
        margin-left: 385px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 225px;
    }

    /*** SHOPPING CART ***/


    .cart-footer .totals {
        width: 395px;
        margin: 0;
    }

    .cart-footer .cart-collaterals {
        width: 760px;
        margin: 0;
    }

        .cart-footer .cart-collaterals .deals {
            float: left;
            width: 360px;
        }

        .cart-footer .cart-collaterals .shipping {
            float: right;
            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;
    }

    .topic-post .post-text {
        width: 930px;
        max-width: 100%;
    }
}








/**custom css**/

.html-home-page body {
    /*background-color: #f5f5f5;*/
}

p {
    font-size: 14px;
    color: #777777;
    line-height: 1.8;

}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 60px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
}

    h1 span {
        font-size: 107px;
        font-weight: 700;
        color: #ce6930;
    }

h3 {
    font-size: 24px;
    font-weight: 400;
    color: #777777;
    letter-spacing: 0.03em;
}

h2 {
    font-size: 36px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

h4 {
    font-size: 18px;
/*    text-transform: capitalize;*/
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

h5 {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    letter-spacing: 0.05em;
}

h6 {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
}

li {
    display: inline-block;
}

a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.onhover-dropdown:hover .onhover-show-div {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li {
    padding: 10px 25px;
    padding-left: 0;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
}

    .top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
        color: #333333;
    }

.top-header .header-dropdown li ul li {
    padding-top: 0;
}

.main-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 6;
}

    .main-menu .menu-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: right;
    }

        .main-menu .menu-right .icon-nav {
            display: inline-block;
        }

            .main-menu .menu-right .icon-nav li {
                vertical-align: middle;
            }

li.ui-menu-item {
    display: block;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
  padding: 15px 20px 20px;
  min-width: 175px;
  right: 0;
  left: unset;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.search-overlay {
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    /*background-color: white;*/
}

    .search-overlay > div {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .search-overlay > div .closebtn {
            position: fixed;
            top: 10px;
            right: 25px;
            color: white;
            font-size: 40px;
            cursor: pointer;
        }

        .search-overlay > div .overlay-content {
            width: 100%;
        }

            .search-overlay > div .overlay-content input {
                background-color: transparent;
                border: 0;
                /*border-bottom: 2px solid #777777;*/
                border-radius: 0;
                padding: 20px 0;
                line-height: 1.5;
                min-height: unset;
                max-height: unset;
                height: auto;
                font-size: 1rem;
                /*text-transform: capitalize;*/
                color: #495057;
                padding: 10px 20px 10px 20px;
                border-radius: 35px;
            }

                .search-overlay > div .overlay-content input:focus {
                    box-shadow: unset;
                }

.sublist-toggle {
  position: absolute;
  top: 3px;
  left: auto;
  right: 15px;
  width: 30px;
  height: 30px;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
}

.menu-right {
    display: flex;
    align-items: center;
}

.menu-center {
    width: calc(100% - 500px);
}

.top-header .container {
    background-color: #ce6930;
    /*padding-left: 30px;
  padding-right: 30px;*/
}

.header.header-tools .top-header .container {
    background-color: #ce6930;
}

.top-header .header-contact li {
    color: #fff;
    font-size: 14px;
    padding-right: 25px;
    display: inline-block;
}

.top-header .header-dropdown li {
    cursor: pointer;
    color: #fff;
    padding: 10px 25px;
}

    .top-header .header-dropdown li.whishlist {
        padding-right: 0 !important;
    }

    .header.header-tools .top-header .header-contact li, .header.header-tools .top-header .header-dropdown li {
        color: #ffffff;
    }


.top-header .header-dropdown li a {
    text-transform: capitalize;
}

.top-header .header-dropdown li:first-child {
    padding-right: 0;
}

.top-header .header-contact {
    padding: 10px 0;
}

    .top-header .header-contact li i, .top-header .header-dropdown li a i {
        color: #999999;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding-right: 5px;
    }

    .top-header .header-contact li i {
        color: #fff;
    }

.top-header .header-dropdown li a i, .top-header .header-dropdown li i {
    color: #fff;
}

.header.header-tools .top-header .header-contact li i, .header.header-tools .top-header .header-dropdown li a i, .header.header-tools .top-header .header-dropdown li i {
    color: #fff;
}

.header.header-tools .top-header .header-dropdown li:hover i {
    color: #fff;
}

.top-header .header-dropdown li:hover i {
    color: #fff;
}

.header-tools {
  width: 100%;
  top: 0;
  z-index: 1;
  background-color: transparent;
}


.top-header {
    background-color: #ce6930;
}

.header.header-tools .top-header {
    background-color: #ce6930;
}

.header.header-tools .header-lower {
    border: none;
    background-color: #58595b;


}

.header-tools .logo-menu-part > .container {
    background-color: #58595b;
    /*border-bottom: 2px solid #ce6930;*/
}

.header-bottom {

    background-color:#F8F5ED;
    -webkit-box-shadow: 0 1px 7px -4px #666;
    box-shadow: 0 1px 7px -4px #666;

}




.onhover-div .show-div {
  top: 103px;
  position: absolute;
  z-index: 9;
  background-color: #ffffff;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  min-width: 236px;
  text-align: left;
  -webkit-box-shadow: 0 0 8px 0 #ebebeb;
  box-shadow: 0 0 8px 0 #ebebeb;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 0;
  border-radius: 0 !important;
}

.onhover-dropdown .onhover-show-div {
  top: 41px;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  min-width: 160px;
  text-align: left;
  -webkit-box-shadow: 0 0 8px 0 #ebebeb;
  box-shadow: 0 0 8px 0 #ebebeb;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 15px 20px;
  border-radius: 0 !important;
}

.onhover-div > div {
    display: flex;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.search-box.store-search-box {
    max-width: 525px;
    margin: 0 auto;
    padding: 0;
}

.onhover-div:hover .show-div {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.search-icon i {
  font-size: 20px;
}

.search-box form {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.search-box input.button-1.search-box-button {
    font-size: 0;
}

.search-box input.button-1.search-box-button {
    position: absolute;
    right: 14px;
    background-image: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    top: 0;
    bottom: 0;
    border: none;
}

.onhover-div {
    padding-top: 0;
    padding-bottom: 0;
}

    .onhover-div .show-div {
        top: 75px;
    }

.onhover-dropdown {
    position: relative;
    font-size: 14px;
}

    .onhover-dropdown:before {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 3px;
    }

.top-header .header-dropdown li i {
    padding-right: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

li#topcartlink {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 0;
    cursor: pointer;
}

.sm, .sm ul, .sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}




/**flyout**/

.flyout-cart {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9999;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .flyout-cart .overlay {
        visibility: hidden;
        opacity: 0;
        background-color: #212331;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .flyout-cart.active .overlay {
        opacity: 0.8;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .flyout-cart.active {
        right: 0;
    }

.mini-shopping-cart {
    text-align: left;
    font-size: 12px;
    height: 100vh;
    background-color: #ffffff !important;
    z-index: 9;
    position: relative;
    top: 0;
    overflow: auto;
}

    .mini-shopping-cart .count {
        padding: 5px 0 15px;
        color: #444;
        padding: 0 20px;
    }

        .mini-shopping-cart .count a {
            margin: 0 2px;
            font-weight: bold;
            color: #444;
        }

    .mini-shopping-cart .items {
        margin: 0 0 20px;
        padding: 0 20px;
    }

    .mini-shopping-cart .item {
        overflow: hidden;
        padding: 10px 0;
    }

    .mini-shopping-cart .picture {
        float: left;
        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 0 0 90px;
        }

    .mini-shopping-cart .name {
        margin: 0 0 10px;
        font-size: 14px;
    }

        .mini-shopping-cart .name a {
            color: #333333;
        }

            .mini-shopping-cart .name a:hover {
                color: #FF9800;
            }

    .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: 16px;
            color: #444;
        }

    .mini-shopping-cart .buttons {
        margin: 0 0 5px;
    }

    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        border: none;
        background-color: #ce6930;
        padding: 10px 20px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .mini-shopping-cart input[type="button"]:hover {
            background-color: #FF9800;
        }

    .mini-shopping-cart .cart_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        border-bottom: 1px solid #efefef;
        margin-bottom: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mini-shopping-cart .cart_top h3 {
            font-size: 18px;
            color: #222222;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0;
        }

    .mini-shopping-cart .close-cart {
        margin-left: auto;
    }

        .mini-shopping-cart .close-cart a i {
            color: black;
            font-size: 18px;
        }

    .mini-shopping-cart .picture + .product h4 span {
        color: #777777;
        font-size: 16px;
    }

    .mini-shopping-cart .totals {
        border-top: 1px solid #f1f5f4;
        border-bottom: 1px solid #f1f5f4;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .mini-shopping-cart .totals h5 {
            text-transform: capitalize;
            margin-bottom: 0;
            color: #999999;
        }

        .mini-shopping-cart .totals span {
            float: right;
        }


.html-home-page .master-wrapper-content {
    width: 100%;
}




/****footer****/
.footer-block .list li {
    display: inline-block;
    color: #999;
    padding: 5px 0;
    padding-bottom: 0;
    font-weight: 500;
    margin: 0px 10px;
}

.small-section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.footer .subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dddddd;
    text-align: left;
}

    .footer .subscribe h4 {
        margin-bottom: 10px;
        color: #222222;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
    }

    .footer .subscribe p {
        line-height: 1;
    }

/*.newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}*/

.newsletter-email .form-group {
    margin: 0;
}

    .newsletter-email .form-group input#newsletter-email {
        padding: 13px;
        width: 100%;
        border-radius: 0;
        border: 1px solid #eeeeee;
        letter-spacing: 2px;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        border: 1px solid #eeeeee;
        border-radius: 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        text-align: center;
        height: 45px;
    }

.btn-solid {
    width: auto !important;
    padding: 13px 29px !important;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 2px solid #dc9225 !important;
    background-image: linear-gradient(30deg, #ef9d25 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background-color: #ce6930 !important;
    margin-top: 10px;
}



/*******payal css*****/

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, .inputs textarea:focus, input[type="password"]:focus, .inputs select:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, .25);
}




.block {
    border: 1px solid #dddddd;
    padding: 15px;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.center-2 {
    float: right;
    width: 73%;
}

.side-2 {
    float: left;
    width: 25%;
}

.html-blog-page .buttons .read-comments i {
    padding-right: 3px;
}

.html-blog-page .blog-page, .product-review-item, .html-account-page .fieldset, .html-account-page .field-validation-error,
.html-login-page .new-wrapper-left .buttons, .html-registration-page .fieldset .title, .html-password-recovery-page .center-1 .page-title, .html-registration-page .center-1 .page-title, .html-checkout-page .center-1 .page-title,
.html-login-page .center-1 .page-title, .html-order-details-page .center-1 .page-title, .html-order-details-page .products .title, .html-order-details-page .center-1 .title, .html-product-reviews-page .center-1 .page-title, .html-product-reviews-page .write-review .title,
.html-product-reviews-page .center-1 .buttons, .html-news-item-page .fieldset .title, .new-comment .buttons, .html-news-item-page .page-title h1, .html-blogpost-page .center-1 .page-title, .html-blogpost-page .fieldset .title, .html-compare-products-page .center-1 .page-title, .html-checkout-page .section .title,
 .html-billing-address-page .select-button, .html-billing-address-page .address-grid {
  text-align: left;
  padding-left: 0;
}

.html-account-page .list li {
    /*display: block;*/
    padding: 0;
}

.html-account-page .list li {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .html-account-page .list li a {
        font-size: 14px;
    }

.html-account-page .block .list a:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 3px;
    position: unset;
    background: none;
}

.html-account-page .block .list a.active {
    color: #ce6930;
}

.html-account-page .block {
    padding: 15px;
}

.block .listbox, .html-account-page .list li a {
    padding: 0;
}

.html-account-page .block .list li:hover {
    padding-left: 10px;
    -webkit-transition: all 0.5s ease;
}

.html-account-page .account-page, .html-checkout-page .checkout-data .step {
    border: 1px solid #ddd;
    padding: 30px;
    /*text-align: left;*/
}

.html-account-page .inputs label, .html-login-page .returning-wrapper .inputs label, .html-registration-page .inputs label,
.html-password-recovery-page .inputs label, .html-checkout-page .inputs label, .html-product-reviews-page .inputs label, .html-news-item-page .inputs label, .html-blogpost-page .inputs label, .html-apply-vendor-page .inputs label, .html-email-a-friend-page .inputs label {
    text-align: left;
    width: 100%;
}

.html-account-page .inputs input[type="text"],
.html-account-page .inputs input[type="email"],
.html-account-page .inputs input[type="tel"],
.html-account-page .inputs input[type="password"], .html-account-page .inputs select,
.html-account-page .buttons, .html-account-page .fieldset, .html-checkout-page .inputs input[type="text"], .html-checkout-page .inputs select,
.html-checkout-page .inputs input[type="email"], .html-checkout-page .inputs input[type="tel"],
.html-news-item-page .inputs input[type="text"], .html-news-item-page .inputs textarea, .html-blogpost-page .inputs textarea {
    margin-bottom: 0;
}

.html-account-page .page-title h1 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
}

.address-list-page .info li, .order-list-page .info li, .html-my-product-reviews-list-page .product-review-item .user {
    display: block;
}

.address-list-page .section, .order-list-page .section {
    display: inline-block;
    width: calc(33.33% - 20px);
    border: 1px solid #ddd;
    margin: 0 10px 20px;
    vertical-align: top;
}

.address-list-page .button-2 {
    width: calc(50% - 12px);
    padding: 0;
    margin: 0;
    min-height: 40px;
}

.html-address-list-page .address-list-page .buttons, .html-order-list-page .order-list-page .buttons {
    position: unset;
    border-top: 1px solid #ddd;
    background: #f9f9f9;
}

.html-address-list-page .delete-address-button {
    background: url(../images/remove.png) center no-repeat;
    background-position: 20px;
}

.html-address-list-page .edit-address-button {
    background: url(../images/edit.png)center no-repeat;
    background-position: 30px;
    border-right: 1px solid #ddd;
}

.html-address-list-page .address-list-page .info, .html-order-list-page .order-list-page .info {
    margin-bottom: 0;
}

.html-address-list-page .section .title, .html-order-list-page .section .title {
    margin-bottom: 0;
    padding: 10px 20px;
    background: #f9f9f9
}

/*.html-address-list-page .address-list {
  padding-top: 15px;
}*/

.html-address-edit-page .address-edit-page .edit-address {
    border-top: 0;
    background-color: #ffffff;
    /*padding: 15px;*/
    padding: 0;
    margin: 0;
}

.html-order-list-page .order-list-page .button-2 {
    min-height: 40px;
}

.product-review-item:first-child .review-item-head, .html-change-password-page .form-fields,
.html-registration-page .form-fields, .html-password-recovery-page .form-fields {
    border-top: 0;
}

.html-my-product-reviews-list-page .review-title strong {
    color: #444444;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.html-account-page .block .title strong {
    padding: 15px;
    font-size: 22px;
    display: block;
    margin-bottom: 0;
}

.html-login-page .login-main, .html-login-page .new-wrapper-left, .html-registration-page .form-fields,
.html-password-recovery-page .fieldset, .html-product-reviews-page .form-fields, .html-news-item-page .form-fields, .html-blogpost-page .form-fields, .html-login-page .checkoutbox-inner, .html-apply-vendor-page .form-fields, .html-email-a-friend-page .form-fields {
    padding: 30px;
    border: 1px solid #dddddd;
    line-height: 1;
}

.title-font {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.html-login-page .customer-blocks > div {
    display: inline-block;
    width: calc(50% - 9px);
    vertical-align: top;
    float: none;
    margin-right: 15px !important;
}

.html-login-page .new-wrapper.register-block, .html-login-page .new-wrapper.checkout-as-guest-or-register-block {
    margin-right: 0 !important;
}

.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="email"], .html-password-recovery-page input[type="email"],
.login-page .returning-wrapper input[type="password"], .html-registration-page .inputs input[type="text"],
.html-registration-page .inputs input[type="email"], .html-registration-page .inputs input[type="tel"], .html-registration-page .inputs input[type="password"], .inputs select,
.html-product-reviews-page .inputs input[type="text"], .html-product-reviews-page .inputs textarea {
    width: 100%;
    margin-bottom: 0;
}

.html-login-page .new-wrapper-left .buttons, .login-page .new-wrapper .button-1, .html-registration-page .date-picker-wrapper select,
.html-password-recovery-page .fieldset, .html-password-recovery-page .buttons, .new-comment .buttons, .checkout-page .address-item li label, .html-login-page .center-1 .buttons {
    margin-bottom: 0;
}

.html-login-page .new-wrapper .text {
    min-height: unset;
    display: block;
    height: auto;
    text-align: left;
}

.html-login-page .main-newwrapper, .html-login-page .text-content {
    min-height: 286px;
    height: auto;
    display: block;
}

.html-login-page .text.text-content {
    min-height: 221px;
}

.html-login-page .login-page .customer-blocks {
    padding-top: 20px;
}

.html-registration-page .form-fields {
    padding: 15px 25px !important;
}

.html-registration-page .input-center, .html-registration-page .input-center label {
    text-align: center;
}

.formgroup-input > div {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 15px 5px;
    vertical-align: top;
}

.html-registration-page .date-of-birth select {
    width: calc(33.33% - 10px) !important;
    display: inline-block;
    max-width: 100% !important;
    margin: 0 5px !important;
    vertical-align: top;
}

.html-registration-page .date-of-birth label {
    margin-left: 5px;
    width: 100%;
}

.html-registration-page .input-center {
    width: calc(100% - 15px);
    margin: 15px auto 15px;
    display: inline-block;
}

.html-password-recovery-page .buttons {
    text-align: left;
    margin-left: 0;
}

.html-password-recovery-page .form-fields, .html-product-reviews-page .write-review .review-rating {
    padding: 0;
}

.html-registration-page .center-1 {
    margin: 0;
}

.html-registration-page .registration-page {
    margin-bottom: 30px;
}

.html-news-item-page .form-fields, .html-blogpost-page .form-fields {
    padding: 30px !important;
}

    .html-news-item-page .form-fields .inputs, .html-blogpost-page .form-fields .inputs {
        margin-bottom: 0;
    }
/*.html-checkout-page*/
.html-checkout-page .checkout-page {
    background-color: #fff !important;
}

.html-checkout-page .tab-section {
    display: block;
}

.html-checkout-page .opc .step-title .number {
    height: 48px;
}

.html-checkout-page .opc .allow .step-title .number {
    background-color: #da8200;
}

.html-checkout-page .opc .allow .step-title {
    background-color: #ce6930;
}

.html-checkout-page .checkout-data .step {
  margin: -1px 0 30px;
  padding: 30px 25px 30px;
}


.html-checkout-page .selector label {
    font-size: 16px;
    margin-bottom: 0;
    vertical-align: middle;
}

.html-checkout-page .edit-address > div {
    display: inline-block;
    /*width: calc(50% - 10px);*/
    width: calc(50% - 12px);
    margin: 15px 5px;
    vertical-align: top;
}

.html-checkout-page select#billing-address-select, .html-checkout-page select#shipping-address-select {
    min-height: 50px;
    border-color: #ddd;
    width: 100%;
    max-width: 552px;
}

.html-checkout-page .shipping-method .method-list li label, .html-checkout-page .payment-method .method-list li label {
    margin-bottom: 0;
}

.html-checkout-page .opc .back-link a {
    margin: 0;
    font-size: 16px;
}

.html-checkout-page .shipping-method .method-list li, .html-checkout-page .payment-method .method-list li {
    margin: 0 15px 15px;
}

.payment-method .payment-logo {
    text-align: center;
}

.html-order-details-page .order-details-page {
    /*padding: 0 15px;*/
    text-align: left;
}

.html-checkout-page .payment-info .info {
    padding: 0 15px !important;
}

    .html-checkout-page .payment-info .info p {
        line-height: 1.8;
        margin-bottom: 0;
        letter-spacing: 0.04em;
    }

/*.html-checkout-page .cart-footer .totals, .html-order-details-page .order-details-page .totals {
    float: left;
  }*/

.order-details-page .page-title a {
    font-size: 14px;
    padding: 13px 29px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    min-height: 50px;
    vertical-align: middle;
    background: #999999;
    border: 2px solid #999;
    text-align: center;
    margin: 5px;
}

.html-order-details-page .order-details-area li {
    display: block;
    color: #777;
    letter-spacing: 0.04em;
}

.html-order-details-page .order-details-area > div, .html-order-confirm-page .order-review-data > div, .html-checkout-page .order-review-data > div {
    width: calc(50% - 9px);
    margin: 0 15px 15px 0;
    display: inline-block;
    float: none;
    text-align: left;
}

.html-order-details-page .shipping-info-wrap, .html-order-confirm-page .shipping-info-wrap, .html-checkout-page .shipping-info-wrap {
    margin-right: 0 !important;
}

.html-order-details-page .products .title strong {
    font-weight: 700;
}

.html-order-details-page .products .title {
    padding: 0 10px 10px 0;
}

.html-order-details-page .order-details-page .actions, .html-registration-page .page-title h1 {
    margin-bottom: 15px;
}

.html-product-reviews-page .write-review .review-rating div.name-description {
    min-width: 100%;
    text-align: left;
}

.html-product-reviews-page .rating-wrapper {
    margin-left: -5px !important;
    margin-top: 5px !important;
}

.html-product-reviews-page .write-review {
    margin: 20px 0 40px;
}

.html-product-reviews-page .page-title h1 {
    font-size: 25px;
}

.html-product-reviews-page .product-reviews-page, .html-news-item-page .news-item-page, .html-blogpost-page .blogpost-page,
.html-compare-products-page .compare-products-page {
    padding: 0 15px;
}

.html-product-reviews-page .review-info .user {
    color: #444444;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    padding-right: 10px;
}

.html-product-reviews-page .review-info .date {
    font-size: 13px;
    text-transform: capitalize;
    color: #777777;
    margin-left: 10px
}

.product-reviews-page .result, .product-reviews-page .message-error {
    margin: 20px 0 20px;
    text-align: left;
}

.html-product-reviews-page .write-review .review-rating div.rating-options input {
    vertical-align: middle;
}

.html-product-reviews-page .write-review .review-rating div.rating-options {
    padding-top: 0;
}

.html-news-item-page .title strong, .html-blogpost-page .title strong {
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.comment-time, .comment-info .username {
    background: none;
}

.comment-content {
    border-left: 0;
    padding-top: 15px;
}

.comment-info .username {
    border: 0;
}

.comment-list .comment {
    border-top: 0;
}

.comment-content .comment-time label {
    margin-bottom: 0;
    padding-right: 5px;
}

.comment-list .comment-title {
    margin: 0;
    padding: 5px 10px 0;
}

.comment-content .username {
    color: #444444;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 10px;
}

.comment-list .new-nem, .comment-list .comment-time {
    display: inline-block;
    vertical-align: middle;
}

.comment-list .comment-body {
    padding: 10px 10px 15px;
}

.comment-list .comment {
    border-bottom: 1px solid #ddd !important;
}

.comment-list .comment-time {
    padding: 0 10px 0;
    line-height: normal;
    margin-bottom: 0;
    min-height: unset;
}

.html-news-item-page .new-comment, .html-blogpost-page .new-comment {
    margin: 20px 0;
}

.html-news-item-page .center-1 {
    margin-bottom: 20px;
}

.comment-list {
    margin: 0 0 30px !important;
}

.html-news-item-page .fieldset .title strong, .html-blogpost-page .fieldset .title strong {
    font-size: 20px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.html-news-item-page .fieldset .title, .html-blogpost-page .fieldset .title {
    padding: 12px 12px 12px 0;
}

.html-blogpost-page .inputs label, .html-news-item-page .inputs label {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.html-blogpost-page .post-body p strong {
    font-size: 18px;
    color: #333;
}

.html-blogpost-page .post-body p, .order-progress {
    margin-bottom: 5px;
}

.html-news-item-page .page-body, .html-blogpost-page .page-body {
    padding-top: 10px;
}

.html-blogpost-page .post-body ul, .html-reward-points-page .section .title {
    padding-left: 0;
}

/*compare-products-page*/

.html-compare-products-page .compare-products-table .remove-button {
    background: none;
    padding-left: 0;
}

.compare-products-table td {
    vertical-align: middle;
    padding: 15px;
}

.compare-products-page .clear-list {
    top: 0;
    right: 15px;
    position: absolute;
}

.order-progress a:before {
    background: none;
    width: 70px;
    height: 70px;
    border: 2px solid #bbb;
}

.active-step a:before {
    background: #FFC107 !important;
    border-color: #FFC107 !important;
}

.order-progress a {
    position: relative;
}

.order-progress {
    margin: 0 0 20px;
    padding: 20px 0;
}

    .order-progress a span {
        width: 70px;
        height: 70px;
        display: inline-block;
        background-size: 35px !important;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        vertical-align: middle;
    }

    .order-progress .shoppingcart-icon {
        background: url(../images/cart-1.png) center no-repeat;
    }

    .order-progress .location-icon {
        background: url(../images/placeholder.png) center no-repeat;
    }

    .order-progress .delivery-icon {
        background: url(../images/truck1.png) center no-repeat;
    }

    .order-progress .payment-icon {
        background: url(../images/credit-card1.png) center no-repeat;
    }

    .order-progress .confirm-icon {
        background: url(../images/check-mark1.png) center no-repeat;
    }

    .order-progress .complete-icon {
        background: url(../images/checklist1.png) center no-repeat;
    }

.active-step .shoppingcart-icon {
    background: #ce6930 url(../images/cart-white.png) center no-repeat;
}

.active-step .location-icon {
    background: #ce6930 url(../images/placeholder1.png) center no-repeat;
}

.active-step .delivery-icon {
    background: #ce6930 url(../images/truck.png) center no-repeat;
}

.active-step .payment-icon {
    background: #ce6930 url(../images/credit-card.png) center no-repeat;
}

.active-step .confirm-icon {
    background: #ce6930 url(../images/check-mark.png) center no-repeat;
}

.active-step .complete-icon {
    background: #ce6930 url(../images/checklist.png) center no-repeat;
}

.checkout-page .address-item ul {
    height: auto;
    min-height: 295px;
    text-align: left;
}

.html-shipping-method-page .shipping-method, .html-payment-method-page .payment-method, .html-payment-info-page .payment-info, .html-order-confirm-page .confirm-order {
    /*padding: 0 15px !important;*/
    padding: 0;
}

.html-billing-address-page .buttons, .html-billing-address-page .ship-to-same-address .selector {
    padding-left: 15px;
}

.html-billing-address-page .order-summary, .html-shipping-method-page .order-summary, .html-payment-method-page .order-summary, .html-payment-info-page .order-summary,
.html-order-confirm-page .order-summary {
    padding: 0 !important;
    margin: 0 !important;
}

.html-billing-address-page .checkout-page .section, .login-page .new-wrapper, .html-registration-page .fieldset {
    margin: 0;
}

.cart-footer, .html-login-page .external-authentication {
    margin: 15px 0;
}

.html-billing-address-page .checkout-page .page-title h1, .html-shipping-method-page .checkout-page .page-title h1, .html-payment-method-page .checkout-page .page-title h1,
.html-payment-info-page .checkout-page .page-title h1, .html-order-confirm-page .checkout-page .page-title h1 {
    /*padding-left: 30px;*/
    text-align: center
}

.html-billing-address-page .new-billing-address .section .title strong, .html-shipping-method-page .new-billing-address .section .title strong {
    font-weight: 800;
}

.html-billing-address-page .billing-address-page, .html-shipping-method-page .shipping-method-page, .html-billing-address-page .select-billing-address,
.html-payment-method-page .payment-method-page, .html-payment-info-page .payment-info-page, .html-order-confirm-page .order-confirm-page {
    padding: 0 !important;
}

.checkout-page .selected-checkout-attributes {
    float: left;
    text-align: left;
    margin-bottom: 0;
}

.cart tr {
    margin: 15px 1% 0;
}

.html-billing-address-page .address-grid .address-item {
    margin: 0 10px 15px;
    width: calc(33.33% - 20px);
    display: inline-block;
    float: none;
    vertical-align: top;
}

/*.cart-footer .totals {
  margin: 0 auto 15px !important;
}*/

/*.required {
  position: absolute;
  top: 0;
  right: 10px;
}*/

.inputs .required {
    position: absolute;
    top: 0;
    right: 10px;
}

.html-billing-address-page .billing-addresses {
    padding: 0 25px;
}

.myaccount-toggle .popup-btn {
    font-size: 0;
}

.master-wrapper-content {
    padding-left: 15px;
    padding-right: 15px;
}

.html-home-page .master-wrapper-content, .html-order-completed-page .page.checkout-page.order-completed-page {
    padding: 0;
}

.html-account-page .fieldset .title, .html-shipping-method-page .section .title,
.html-payment-method-page .section .title, .html-payment-info-page .section .title {
    padding-left: 0;
}

.html-account-page .form-fields {
    padding: 20px 0 0;
}

.pager li, .html-login-page .inputs {
    margin: 5px;
}

.html-login-page .buttons {
    text-align: left;
}

.html-checkout-page .cart th, .html-checkout-page .cart .sku, .html-checkout-page thead {
    display: none;
    font-size: 0;
    border: 0;
}

.html-checkout-page .cart .product-picture {
    display: inline-block;
    width: 120px;
    float: left;
    border-bottom: 0;
    margin: auto;
    min-width: unset;
}

.html-checkout-page .table-wrapper {
    width: calc(100% - 390px);
    float: left;
}

.html-checkout-page .cart-footer .totals {
    padding: 0;
    max-width: 375px;
    width: 100%;
    float: none;
    margin-left: 15px;
}

.html-checkout-page .total-info {
    padding: 15px;
}

.html-checkout-page .cart-footer {
    margin-top: 0;
}

.html-checkout-page .cart .product, .html-checkout-page .cart .unit-price,
.html-checkout-page .cart .quantity, .html-checkout-page .cart .subtotal {
    display: inline-block;
    width: calc(100% - 140px);
    border: 0;
    text-align: left;
    float: right;
    margin-bottom: 3px;
    min-width: unset;
}

.html-checkout-page .cart tr {
    padding: 15px !important;
    display: inline-block;
    margin: 0 auto 15px;
    border: 0;
    width: 100%;
    border: 1px solid #ddd;
    height: auto;
}

.html-checkout-page .cart .product a {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}

.html-checkout-page .product-unit-price {
    font-weight: 700;
}

.html-checkout-page .cart-footer, .html-checkout-page .cart-options {
    display: inline-block;
    width: 390px;
}

.html-checkout-page .selected-checkout-attributes {
    padding: 10px;
    width: calc(100% - 15px);
    display: inline-block;
    text-align: center;
    background: #FFC107;
    float: none;
    color: #fff;
    margin-left: 15px;
    margin-top: 0;
    display: none;
}

.html-checkout-page .cart-options {
    min-height: unset;
}

.html-checkout-page .quantity label.td-title {
    display: inline-block;
    margin-bottom: 0;
}

.html-checkout-page .checkout-data #opc-confirm_order .buttons {
    clear: both;
}

.shipping-method .method-list li, .payment-method .method-list li {
    width: 30%;
    margin: 0 15px 15px !important;
    display: inline-block;
}

.payment-method .payment-details, .shipping-method .method-description {
    border: 3px solid #f6f6f6;
    border-top: 0;
    padding: 10px;
    margin: 0;
    display: block;
    min-width: unset;
}

.payment-method .payment-logo, .shipping-method .method-name {
    background-color: #f6f6f6;
    display: block;
    padding: 10px;
}

.shipping-method .method-list, .payment-method .method-list {
    margin: 0;
}

.html-checkout-page .shipping-method, .html-checkout-page .payment-method {
    margin-bottom: 10px;
}

.html-order-completed-page .page-title h1 {
    margin-bottom: 0 !important;
    font-size: 45px;
    margin-top: 20px;
}

.html-order-completed-page .section .title, .html-order-completed-page .center-1 .page-title, .html-order-completed-page .success-text, .html-product-reviews-page .page-title
{
    text-align: center !important;
}

.html-order-completed-page .order-completed .details {
    padding: 0 10px;
}

.html-order-completed-page .fa-check-circle {
    font-size: 40px;
}

.html-billing-address-page .buttons, .html-shipping-address-page .buttons {
    margin-bottom: 0;
    padding: 0;
}

.html-billing-address-page .plus-icon-open, .html-shipping-address-page .plus-icon-open {
    position: absolute;
    top: 14px;
    left: 23px;
    right: 0;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    z-index: 999;
}

.html-billing-address-page .close-icon-open, .html-shipping-address-page .close-icon-open {
    position: absolute;
    top: 17px;
    left: 23px;
    right: 0;
    margin: 0;
    display: inline-block;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

.html-billing-address-page .plus-icon-open::after, .html-shipping-address-page .plus-icon-open::after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/location-button.png) center no-repeat;
    width: 50px;
    height: 50px;
    background-size: 25px;
    margin: auto;
    top: 0;
    right: 0;
    left: -228px;
    cursor: pointer;
}

.html-billing-address-page .close-icon-open::after, .html-shipping-address-page .close-icon-open::after {
    position: absolute;
    content: '' !important;
    display: inline-block;
    background: url(../images/add-plus-button.png) center no-repeat;
    width: 50px;
    height: 50px;
    background-size: 25px;
    margin: auto;
    top: 0;
    right: 0;
    left: -228px;
    bottom: 0;
    transform: rotate(45deg);
    cursor: pointer;
}

.html-billing-address-page .new-billing-address .title, .html-shipping-address-page .new-shipping-address .title {
    background: #fff;
    box-shadow: 0 0 15px -4px #d0d0d0;
    padding: 15px 30px;
    height: 80px;
    margin: 20px 0;
    line-height: 46px;
    text-align: center;
}

.from-open .close-icon-open {
    opacity: 1;
}

.from-open .plus-icon-open {
    opacity: 0;
}

.plus-icon-open span, .close-icon-open span {
    text-align: center;
    text-transform: uppercase;
}

.html-billing-address-page .enter-address, .html-shipping-address-page .enter-address {
    box-shadow: 0 0 15px -4px #d0d0d0;
    display: none;
    margin: 30px 0px;
    padding: 15px 25px 30px;
}

.html-billing-address-page .billing-addresses, .html-billing-address-page .section.order-summary {
    padding: 0 !important;
}

.html-billing-address-page .section .title strong, .html-shipping-method-page .section .title strong,
.html-payment-method-page .section .title strong, .html-payment-info-page .section .title strong {
    font-size: 25px;
}

.center-1 {
    margin-bottom: 20px !important;
}

.html-payment-info-page .payment-info .info, .html-apply-vendor-page .inputs textarea,
.html-apply-vendor-page .inputs input[type="text"], .html-apply-vendor-page .inputs input[type="email"],
.html-email-a-friend-page .inputs input[type="text"], .html-email-a-friend-page .inputs input[type="email"] {
    margin-bottom: 15px;
}

.html-apply-vendor-page .form-fields {
    padding: 15px 30px;
}

.html-email-a-friend-page .form-fields {
    padding: 30px 30px 0;
}

.write-review .review-rating label {
    text-transform: capitalize;
    color: #333333;
    font-weight: 600;
}


.html-apply-vendor-page .center-1 .buttons, .html-email-a-friend-page .center-1 .buttons {
    text-align: left;
}



/** payal csss end **/
/******rajan css****/
/**home page**/
.service-block .media img {
    margin-right: 12px;
    width: 60px;
    height: 60px;
}

.center-1 #ph-title.page-title {
    display: none;
}
/*****/


/**about us page**/
.testimonial .testimonial-slider .media {
    align-items: center;
}

    .testimonial .testimonial-slider .media .media-body {
        padding: 0;
    }




/**contact us page**/

.contact-page .contact-right .contact-icon strong {
    font-size: 0;
}

.contact-page .contact-right ul li .contact-icon em {
    font-size: 20px;
    color: #ce6930;
}

.contact-page .form-fields {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.contact-page .inputs label {
    display: block;
    width: unset;
    text-align: left;
    margin-bottom: 0.5rem;
    margin-left: 10px;
}

.contact-page .inputs textarea {
    width: 100%;
}

.contact-page .inputs input {
    border-color: #dddddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*******/

/**compare products page**/

.compare-products-page table {
    text-transform: capitalize;
    color: #222222;
    margin-top: 25px;
}

    .compare-products-page table td label {
        font-size: 14px;
        font-weight: 700;
        border-right: 1px solid #eee;
        color: #222222;
    }

.compare-products-table .remove-button {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}

.compare-products-table td:first-child {
    background-color: #f8f8f8;
}

.compare-products-table .remove-button:hover {
    color: #222222;
}

.compare-products-page .clear-list {
    background-color: #ce6930;
}

/*****/
/**sitemap page **/

.html-sitemap-page .master-wrapper-content {
    padding-bottom: 60px;
}

.sitemap_page .entity-title {
    text-align: left;
}

.sitemap_page .entity-body {
    text-align: left;
    border: 0;
    background: unset;
    padding: unset;
}

.sitemap_page ul li a {
    font-weight: 400;
    color: #333333;
    font-size: 14px;
}

.sitemap_page .entity-title h2 {
    color: #ce6930;
    text-transform: capitalize;
    font-weight: 700;
}


/*******/

/**order success page**/


.page.checkout-page {
  background-color: #f9f9f9;
  padding: 70px 0;
  padding-top: 0;
}

    .page.checkout-page .page-title h1 {
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 15px;
    }

.order-completed .details a {
    color: #ce6930;
}

.checkout-page .button-1 {
    background-color: #ce6930;
}

/*.checkout-page .button-1:hover {
    background-color: #ce6930;
  }*/

.follow-us p {
    color: #ffffff;
    line-height: 32px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
}
/***rajan css over ***/
.payment-card-bottom {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .payment-card-bottom li {
        padding-left: 7px;
        padding-right: 7px;
        display: inline-block;
    }

.footer-block .title h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.footer-block .list a:before {
    position: absolute;
    top: 20px;
    content: "";
    height: 2px;
    width: 0;
    background-color: #ce6930;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-block .list a:hover:before {
    width: 100%;
    height: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

ul.contact-list.list li {
    position: relative;
    /*padding-left: 25px;*/
    line-height: 28px;
}

    ul.contact-list.list li i {
        position: absolute;
        left: 0;
        top: 10px;
        display: none;
    }

.footer-info {
    display: flex !important;
    flex-direction: row-reverse;
    font-weight: 300;
    font-size: 14px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-powered-by, span.footer-disclaimer, .footer-design-by {
    margin: 0 5px;
    display: flex;
}

.follow-us .social li a i {
    font-size: 20px;
    color: #222;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.follow-us .social li a:hover {
    color: #fff;
    text-decoration: underline;
}

.follow-us .header-logo {
    padding-top: 0;
    padding-bottom: 25px;
}

.contact-list.list li a:before {
    content: unset !important;
}

.contact-list.list li a {
    display: inline-block;
}

.follow-us .social a:hover i {
    color: #ce6930;
}

.header-menu > ul > li > a:hover {
    color: #ce6930;
    text-decoration: none;
}

.header-menu ul li:hover > a {
    color: #ce6930;
}

.header-menu ul li:hover > .sublist-toggle {
    color: #ce6930;
}

.administration:hover {
    color: #ce6930;
}

.header-tools .header-contact ul li a:hover {
    color: #fff;
}

.header-contact ul li a:hover {
    color: #999999;
}



/******hompage body*****/
.tools-bg section {
    background-color: #f5f5f5;
}

.theme-custom {
    margin-bottom: 0 !important;
}

.absolute-banner {
    margin-top: -105px;
}

.absolute-banner {
    margin-top: -110px;
    padding-top: 0;
}

    .absolute-banner .absolute-bg {
        background-color: white;
        position: relative;
        padding: 25px;
        -webkit-box-shadow: 0 0 8px 0 #ddd;
        box-shadow: 0 0 8px 0 #ddd;
    }

.service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
}

    .service-block .media {
        padding-top: 23px;
        padding-bottom: 23px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .service-block h4 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .service-block p {
        text-transform: capitalize;
        margin-bottom: 0;
        text-align: left;
    }

.theme-custom .nivo-controlNav {
    bottom: 40px !important;
}

    .theme-custom .nivo-controlNav a {
        border-radius: 100%;
    }

.home-page .topic-block {
    margin-bottom: 0;
}

section, .section-t-space {
    padding-top: 70px;
}

.no-arrow .slick-next, .no-arrow .slick-prev {
    display: none !important;
}

.category-tools .category-m .category-wrapper .bg-size {
    max-width: 100%;
}

.category-m .category-wrapper .bg-size {
    max-width: 100px;
    margin: 0 auto;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}
/*.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}*/
.category-tools .category-m .category-wrapper {
    background-color: white;
    border: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.category-m .category-wrapper {
    border: 1px solid #dddada;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

    .category-m .category-wrapper:after, .category-m .category-wrapper:before {
        content: "";
        width: 0;
        height: 1px;
        position: absolute;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: #ce6930;
    }

    .category-m .category-wrapper:after {
        left: 0;
        bottom: 0;
    }

    .category-m .category-wrapper:before {
        right: 0;
        top: 0;
    }

    .category-m .category-wrapper > div:after {
        right: 0;
        bottom: 0;
    }

    .category-m .category-wrapper > div:after, .category-m .category-wrapper > div:before {
        content: "";
        width: 1px;
        height: 0;
        position: absolute;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: #ce6930;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .category-m .category-wrapper:hover {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .category-m .category-wrapper:hover:after, .category-m .category-wrapper:hover:before {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            width: 100%;
        }

        .category-m .category-wrapper:hover > div:after, .category-m .category-wrapper:hover > div:before {
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            height: 100%;
        }

    .category-m .category-wrapper > div:before {
        left: 0;
        top: 0;
    }

    .category-m .category-wrapper h4 {
        text-transform: uppercase;
        color: #2d2a25;
        font-weight: 700;
        margin-bottom: 0;
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .category-m .category-wrapper .category-link li:first-child {
        margin-top: 0;
    }

    .category-m .category-wrapper .category-link li {
        display: block;
        text-transform: capitalize;
        margin-top: 5px;
    }

        .category-m .category-wrapper .category-link li a {
            color: #948e8c;
        }

.ratio3_2 .bg-size:before {
    padding-top: 66.66%;
    content: "";
    display: block;
}


.title3 {
    text-align: center;
}

    .title3 .title-inner3 {
        margin-bottom: 20px;
        position: relative;
        margin-top: -5px;
    }

    .title3 .line {
        position: relative;
        height: 5px;
        width: 45px;
        background-color: #ce6930;
        content: "";
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        margin-bottom: 30px;
        border: 0px solid;
        height: 1px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(255, 153, 68, 0.75)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 153, 68, 0.75), rgba(0, 0, 0, 0));
        display: block;
        width: 25%;
        margin: 15px auto 30px auto;
    }

        /*.title3 .line:before {
      left: 50px;
    }*/

        /*.title3 .line:before {
      position: absolute;
      height: 5px;
      width: 10px;
      content: "";
      background-color: #ce6930;
    }*/



        .title3 .line:before {
            position: absolute;
            height: 5px;
            width: 10px;
            content: "";
            background-color: #ce6930;
            position: absolute;
            background-color: #efefef;
            border: 1px solid;
            border-color: #ff9944;
            padding: 5px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            left: 50%;
            margin: -6px 0px 0px 0;
            content: "";
        }

.about-text p {
    line-height: 28px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 50px;
}

.category-m .category-wrapper .btn {
    margin-top: 20px;
    background-image: linear-gradient(30deg, #ce6930 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background-color: #ce6930 !important;
    color: #fff;
    transition: .3s ease-in-out;
}

    .category-m .category-wrapper .btn:hover {
        background-position: 100%;
        color: #000000 !important;
        background-color: #ffffff !important;
    }

.btn-outline {
    display: inline-block;
    padding: 13px 29px;
    letter-spacing: 0.05em;
    border: 2px solid #ce6930;
    position: relative;
    color: #000000;
}

.btn {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.btn-classic:hover {
    background-color: #ce6930;
}

.btn-outline:hover, .btn-outline:focus {
    color: #ffffff !important;
    box-shadow: unset;
}

.btn:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.tools-brand .row {
    background-color: white;
    padding: 25px 0;
    /*-webkit-box-shadow: 0 0 8px 0 #ddd;
  box-shadow: 0 0 8px 0 #ddd;*/
    margin: 0;
}

.logo-block img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    margin: 0 auto;
}


.center-1 {
    margin-bottom: 0;
}

.item-box {
    background-color: white;
    border: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.09);
}

.home-page-category-grid .item-box .picture a img {
    width: 100%;
    margin: 0;
    transition: .5s all ease-in-out;
}

.home-page .product-grid .item-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.home-page .product-grid .item-box,
.product-details-page .product-grid .item-box {
    width: 19%;
    margin: 0 0.5% 50px;
    margin-bottom: 1%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

    .home-page .product-grid .item-box .details,
    .product-details-page .product-grid .item-box .details {
        padding-bottom: 5px;
        background-color: #fafafa;
    }

.image-wrapper {
    position: relative;
    overflow: hidden;
}

    .image-wrapper .buttons {
        position: absolute;
        text-align: center;
        margin: 0 auto;
        right: 0;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 0;
        transform: rotateX(90deg);
        background-color: #58595b;
        padding: 10px 0;
    }

.item-box .buttons a i {
}

.item-box:hover .buttons {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.item-box:hover .buttons {
    transform: rotateX(0deg);
}

.tools-grey .product-box .quick-view-part {
    top: 66%;
}

.item-box .buttons i {
    display: block;
    padding: 10px;
    background-color: #ffffff;
    color: #ce6930;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    padding-top: 12px;
    font-size: 16px;
    margin: 0px 5px;
}

.quick-view-part {
    /*position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  background-color: #ce6930;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
}

    .quick-view-part i {
        font-size: 18px;
        color: #ffffff;
        line-height: 40px;
    }

    .quick-view-part a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
    }


.item-box:hover .quick-view-part {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.item-box:hover .picture {
    transition: all 0.5s ease;
}

.item-box:hover .picture {
    opacity: 1;
}

.category-grid.home-page-category-grid .item-box:hover .picture, .category-grid.sub-category-grid .item-box:hover .picture {
    opacity: 0.85;
}

.item-box .buttons a {
    /*display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 18px;
  padding: 11px 10px;
  background-color: #eef0f1;
  border-radius: 50%;
  transition: 0.5s ease;
  width: 40px;
  margin: 0px 5px;*/
}

.item-box .buttons button {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
    font-size: 0;
}

    .item-box .buttons button:hover {
        /*background-color: #ce6930;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
    }

    .item-box .buttons button i {
        font-size: 16px;
    }

.item-box .buttons a:hover {
    /*background-color: #ce6930;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;*/
}

    .item-box .buttons a:hover i,
    .item-box .buttons button:hover i {
        color: #909090;
        transition: all 0.5s ease;
    }

.category-grid.home-page-category-grid {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}



/*****tool slider ******/
.tools-parallax-product {
    background-image: url(../images/50.jpg);
    background-size: cover;
    background-position: center center;
    display: block;
    background-attachment: fixed;
    padding-top: 110px;
    padding-bottom: 110px;
}



.tools-grey .product-box {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background-color: white;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.product-box, .product-wrap {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
}

    .product-box .img-wrapper, .product-wrap .img-wrapper {
        position: relative;
        overflow: hidden;
    }

        .product-box .img-wrapper .front, .product-wrap .img-wrapper .front {
            opacity: 1;
            top: 0;
            left: 0;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .product-box .product-detail h4, .product-box .product-info h4, .product-wrap .product-detail h4, .product-wrap .product-info h4 {
        font-size: 18px;
        color: #222222;
        font-weight: 700;
        margin-bottom: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.ratio_square .bg-size:before {
    padding-top: 100%;
    content: "";
    display: block;
}

.tools-grey .product-box .product-info {
    /*padding-left: 15px;*/
    padding-bottom: 15px;
    background-color: #ffffff;
    border-top: 1px solid rgba(221, 221, 221, 0.2);
}

.product-box .product-info, .product-wrap .product-info {
    padding: 0;
    text-align: center;
    position: relative;
}

.tools-grey .product-box .product-info .rating {
    background: url(../images/rating1.png) repeat-x;
    width: 95px;
    height: 14px;
    margin: 0 auto;
    margin-top: 15px;
}

    .tools-grey .product-box .product-info .rating div {
        background: url(../images/rating2.png) repeat-x;
        height: 14px;
        font-size: 0;
    }

del {
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 400;
    text-decoration: line-through;
}

.product-box .product-detail .rating em:nth-child(-n + 4), .product-box .product-info .rating em:nth-child(-n + 4), .product-wrap .product-detail .rating em:nth-child(-n + 4), .product-wrap .product-info .rating em:nth-child(-n + 4) {
    color: #ffa200;
}

.product-box .product-detail .rating em, .product-box .product-info .rating em, .product-wrap .product-detail .rating em, .product-wrap .product-info .rating em {
    padding-right: 5px;
    font-size: 0;
}

    .product-box .product-detail .rating em:before, .product-box .product-info .rating em:before, .product-wrap .product-detail .rating em:before, .product-wrap .product-info .rating em:before {
        font-size: 14px;
    }

    .product-box .product-detail .rating em:last-child, .product-box .product-info .rating em:last-child, .product-wrap .product-detail .rating em:last-child, .product-wrap .product-info .rating em:last-child {
        color: #dddddd;
    }

.product-box .product-detail h6, .product-box .product-info h6, .product-wrap .product-detail h6, .product-wrap .product-info h6 {
    line-height: 1;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 16px;
}

.tools-grey .product-box:hover .quick-view-part {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tools-grey .product-box:hover .img-wrapper .front img, .tools-grey .product-box:hover .img-wrapper .front .bg-size {
    opacity: 0.08;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tools-parallax-product .tools-description .tools-form .search-box {
    width: 85%;
    margin: 20px 0;
}

    .tools-parallax-product .tools-description .tools-form .search-box select {
        text-transform: capitalize;
    }

.form-control {
    border-radius: 0 !important;
    background-clip: border-box;
}

.tools-parallax-product .tools-description .tools-form .btn-find {
    width: 85% !important;
    padding: 7px 29px !important;
    background-size: 1000px;
}

.btn-solid:hover {
    background-position: 100%;
    color: #000000;
    background-color: #ffffff !important;
}

.tools-parallax-product .tools-description h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: -5px;
}

.quick-view-part em {
    font-size: 0;
    color: #ffffff;
    line-height: 40px;
}

    .quick-view-part em::before {
        font-size: 18px;
    }

.tools-parallax-product .tools-grey .slick-prev, .tools-parallax-product .tools-grey .slick-next {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.spacing {
    padding-bottom: 70px;
}

.news-list-homepage .news-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.search-button {
    display: flex;
}


.master-wrapper-content {
    padding-top: 60px;
}

.html-category-page .master-wrapper-content, .html-product-details-page .master-wrapper-content {
    padding-top: 20px;
}

.html-category-page .master-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.html-category-page .side-2, .html-product-tags-all-page .side-2, .html-manufacturer-list-page .side-2,
.html-news-list-page .side-2, .html-manufacturer-page .side-2, .html-search-page .side-2 {
    float: left;
    width: 25%;
    padding: 0;
    flex: 0 0 25%;
    /*padding: 0 15px;*/
    max-width: 25%;
}

.html-category-page .center-2 {
    float: right;
    width: 75%;
    padding: 0 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}



.product-viewmode {
    border-left: 1px solid #ddd;
    border-right: 0;
}

.item-grid {
    text-align: left;
}

.html-home-page .blog-page .post,
.html-home-page .news-items .news-item {
    margin: 0 7px 8px;
    background-color: #f5f5f5;
    border: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.show-div {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.html-home-page .master-wrapper-content {
    width: 100%;
    max-width: unset !important;
}

@media (min-width: 576px) {
    .master-wrapper-content {
        max-width: 540px;
    }
}

.footer-block.follow-us.col-lg-3.col-md-6 .header-logo a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    max-width: 230px;
}
/**list- view design**/
.product-list .image-wrapper {
    position: relative;
    width: 220px;
}

.product-list .product-item {
    display: flex;
}

.product-list .item-box .details {
    position: static;
    width: 100%;
    text-align: left;
}

.product-list .item-box .details {
    position: static;
    width: calc(100% - 230px);
    text-align: left;
    padding: 0 15px;
}

.pager li {
    margin: 0;
}

.html-category-page .product-grid, .html-category-page .product-list {
    padding-bottom: 50px;
}

.filter-box {
    display: none !important;
    z-index: 1;
}

    .filter-box .filter-btn {
        line-height: 50px;
    }

.html-category-page .center-2, .html-category-page .side-2 {
    margin: 0 0 50px;
}

.product-name h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.2em;
}

.product-reviews-overview {
    padding-top: 0;
    padding-bottom: 15px;
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    align-content:center;
}

.overview .prices > .old-product-price {
    margin: 0 0 7px;
}

.html-product-details-page .product-review-box {
    margin: 0;
    margin: 0;
    vertical-align: middle;
    margin-right: 10px;
}

.product-price h3 {
    font-size: 26px;
    color: #222222;
    margin-bottom: 0;
}

.input-group-qty {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: unset;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 15px;
}

    .input-group-qty input {
        border: 1px solid #ced4da;
        border-left: 0;
        border-right: 0;
    }

  .input-group-qty span.minus.input-group-addon.left-adon, span.minus-qunty.input-group-addon.left-adon {
    background: #ffffff !important;
    border: 1px solid #ced4da;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 11px;
    cursor: pointer;
  }

  .input-group-qty span.plus.input-group-addon.right-adon, span.plus-qunty.input-group-addon.right-adon {
    background: #ffffff !important;
    border: 1px solid #ced4da;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 11px;
    cursor: pointer;
  }

.overview-buttons div:first-child {
    border: none;
}


a .at-icon-wrapper .at-icon {
    fill: #000;
    height: 20px !important;
    width: 20px !important;
}

a .at-icon-wrapper {
    cursor: pointer;
    height: auto !important;
    width: auto !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 100%;
    padding: 0 10px;
    transition: 0.3s linear;
}

.addthis_toolbox a:hover .at-icon-wrapper .at-icon {
    fill: #FF9800;
}

#at_hover.atm-s a:hover, .atm-s a:hover .at-icon {
    fill: #f9f9f9;
}

.poduct-no-reviews a:hover {
    color: #FF9800;
}


.product-essential .tabs {
    display: inline-block;
    width: 100%;
}

    .product-essential .tabs .tab {
        border-bottom: 1px solid #dee2e6;
    }

    .product-essential .tabs a {
        text-align: center;
        padding: 10px 20px;
        text-transform: uppercase;
        border: 0;
        display: inline-block;
        border-bottom: 2px solid;
        border-color: transparent;
    }

a.tablinks.active-tab {
    border-color: #ce6930;
    color: #ce6930 !important;
}

.tab-description {
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.show-tab {
    display: block !important;
}

.product-details-page .title h2 {
    margin-bottom: 0;
}

.product-review-links {
    display: inline-block;
    display: flex;
    flex-direction: row
}

.html-shopping-cart-page .cart td.subtotal h2, .html-shopping-cart-page .data-table td.total h2 {
    font-size: 24px;
    color: #ce6930;
    font-weight: 400;
}


.html-shopping-cart-page .inputs select, .html-shopping-cart-page .inputs input[type="text"] {
    padding: 6px;
    margin-bottom: 0;
}

span.minus-qunty.input-group-addon.left-adon, span.plus-qunty.input-group-addon.right-adon {
    display: inline-block;
    vertical-align: middle;
}

span.minus-qunty.input-group-addon.left-adon {
    margin-right: -5px;
}

span.plus-qunty.input-group-addon.right-adon {
    margin-left: -5px;
}

.html-shopping-cart-page .cart td.quantity input {
    width: 50px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    display: inline-block;
    border: 1px solid #ced4da;
}

.html-shopping-cart-page .cart-options .common-buttons {
    text-align: left;
}

.cart-footer .checkout-button, .mini-shopping-cart input[type="button"] {
    padding: 13px 29px;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #ce6930;
    background-image: linear-gradient(30deg, #ce6930 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background-color: #ce6930 !important;
    transition: all 0.3s ease-in-out
}

    .cart-footer .checkout-button:hover, .mini-shopping-cart input[type="button"]:hover {
        background-position: 100%;
        color: #000000;
        background-color: #ffffff !important;
    }

.terms-of-service label {
    display: inline;
}

.html-shopping-cart-page .inputs .required {
    right: -1px;
}

html.html-checkout-page .cart .subtotal h2 {
    display: inline-block;
    width: auto;
    font-size: 24px;
    vertical-align: middle;
    margin: 0;
}

html.html-checkout-page .cart td {
    padding: 5px 0;
    margin-bottom: 0 !important;
}

html.html-checkout-page .attributes {
    padding: 5px 0;
    border-top: 0;
    padding-bottom: 0;
}


html.html-checkout-page .product-unit-price {
    font-size: 16px;
    font-weight: 400;
}

html.html-checkout-page.html-order-completed-page .success-text, html.html-checkout-page.html-order-completed-page .page-title,
html.html-checkout-page.html-order-completed-page .title {
    text-align: center;
}

.html-account-page .date-of-birth select {
    width: calc(33.33% - 6px) !important;
    display: inline-block;
    max-width: 100% !important;
    margin: 0 5px !important;
    vertical-align: top;
}

    .html-account-page .date-of-birth select:first-child {
        margin-left: 0 !important;
    }

.address-list-page .info li label {
    margin-bottom: 0;
}

.html-order-details-page span.product-unit-price, .html-order-details-page .data-table td.total {
    font-size: 16px;
}

.html-shopping-cart-page .cart .product a {
    font-size: 14px;
    font-weight: 700;
}

.html-shopping-cart-page .attributes {
    border: none;
    font-size: 14px;
    font-weight: 400;
}

.page.product-details-page .product-collateral {
    margin-bottom: 0;
}

.cart td.quantity input {
    height: 40px;
}

    .cart td.quantity input:focus {
        box-shadow: unset;
    }

.hide-filter {
    left: -90px !important;
}

.section.order-completed {
    display: inline-block;
    width: 100%;
}

.html-search-page .center-2 .inputs label {
    text-align: left;
}

.html-search-page .center-2 input, .html-search-page .center-2 select {
    margin-bottom: 0;
}

.whishlist a:hover {
    color: #fff !important;
}

.home-page-category-grid .item-box a:hover, .product-no-reviews a:hover, .sub-category-item a:hover {
    color: #ce6930;
}

.variant-overview .add-to-cart-panel .input-group-qty {
    width: auto;
    display: flex;
    margin-bottom: 0;
}

.variant-overview .add-to-cart-button {
    display: inline-block;
    margin-left: 10px;
}

.html-blog-page .page-title h1, .html-blog-page .page-title h1 {
    margin-bottom: 10px;
}

input#AddNewComment_CommentTitle {
    margin-bottom: 10px;
}

.cart-total-left label {
    vertical-align: top;
}

.html-order-details-page .attributes {
    margin-top: 10px;
}

.html-order-details-page .section.options {
    display: inline-block;
}

.html-order-details-page .selected-checkout-attributes {
    margin: 0;
}

.manufacturer-grid .picture a img {
    width: auto;

}

.select-language {
    position: fixed;
    top: 50px;
    margin: auto;
    bottom: 0;
    height: 104px;
    z-index: 1;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list a {
        display: block;
        position: relative;
        width: 24px;
        height: 32px;
        line-height: 0;
    }

.text-l a {
    color: #fff;
    font-size: 15px;
    background: #000;
    padding: 25px 5px;
    cursor: pointer;
    width: 43px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1px;
    transition: 0.3s linear;
}

.rtl-btn.active a, .ltr-btn.active a {
    width: 70px;
    background: #f9ac3c;
}

.buyrespo {
    display: none;
}

.hide-lang {
    left: -300px;
}

.cart .remove-from-cart i {
  cursor: pointer;
}

.html-home-page .product-grid {
    margin: 50px 0 50px;
}


@media (max-width: 1367px) {
    .newsletter-email .form-group input#newsletter-email {
        /*width: 215px;*/
    }

    .newsletter-email {
        /*display: flex;
    flex-wrap: wrap;*/
        justify-content: center;
    }

    h2 {
        font-size: 32px;
    }

    .service-block h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media(max-width:1200px) {



    .title3 .line {
        margin-bottom: 25px;
    }

    .title3 .title-inner3 {
        margin-bottom: 10px;
    }

    .about-text p {
        margin-bottom: 25px;
    }

    .absolute-banner .absolute-bg {
        padding: 20px 25px;
    }

    .absolute-banner {
        margin-top: -100px;
        padding-top: 0;
    }

    .home-page .product-grid .item-box, .product-details-page .product-grid .item-box {
        width: 24%;
        margin-bottom: 15px;
    }

    .home-page .product-grid .item-box,
    .product-details-page .product-grid .item-box,
    .category-grid.home-page-category-grid .item-box {
        width: 31%;
        margin-bottom: 1%;
    }

    .col-lg-8.offset-lg-2 {
        margin-left: 0;
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .item-box .product-title {
        font-size: 14px;
    }

    .header-menu > ul > li > a {
        font-size: 14px;
        padding-right: 25px;
    }

    .sublist-toggle {
        width: 21px;
        right: 4px;
    }

    .html-shopping-cart-page .master-wrapper-content, .html-checkout-page .master-wrapper-content {
        padding-top: 20px;
    }

    .html-shopping-cart-page .page-title h1 {
        margin-bottom: 0;
    }

    .section.order-completed {
        margin-bottom: 20px;
    }

        .section.order-completed .buttons {
            margin-bottom: 0;
        }

    .block {
        padding: 15px;
    }

        .block .listbox .list a img {
            width: 100%;
        }

        .block a.product-picture {
            margin-right: 5px;
        }
}

@media(min-width:1000px) {
    .sublist-toggle::before {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sublist-toggle {
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 34px;
        width: 10px;
        text-align: center;
        transition: 0.5s ease;
    }

    .overlay-menu {
        display: none;
    }

    .language-list {
        text-align: left;
    }

    .buyrespo {
        position: fixed;
        top: 294px;
        bottom: 0;
        transform: rotate(90deg);
        z-index: 9999;
        height: 43px;
        width: auto;
        display: flex;
        margin: auto;
        left: -120px;
        transition: all 0.5s ease-in-out;
    }

        .buyrespo.show {
            left: -50px !important;
            display: flex;
        }

    .buynowbutton {
        height: 43px;
        width: 100px;
        background-color: #ce6930;
        margin: auto;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        left: -100px;
        cursor: pointer;
        letter-spacing: 1px;
    }

    a.show {
        color: #fff;
    }

    .responsive {
        height: 43px;
        width: 43px;
        background-color: #000;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        left: -100px;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
        letter-spacing: 1px;
    }

    .show.buy {
        background-image: url(../images/mobile-res.png);
        width: 100%;
        height: 100%;
        background-size: 26px;
        background-position: center;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        filter: invert(1);
        transition: all 0.5s ease-in-out;
    }
}

@media(max-width:1000px) {
    .buyrespo {
        display: none;
    }

    .theme-custom {
        max-width: 100% !important;
        margin: -20px auto 40px;
    }

    .header-links-wrapper {
        padding: 0;
    }

    .footer-block .title {
        margin-top: 10px;
        border-bottom: 1px solid #525252;
    }

    ul.top-menu.mobile {
        position: fixed;
        background-color: #fff;
        width: 300px;
        border-radius: 0;
        border: 1px solid #eee;
        top: 0;
        height: 100vh;
        right: -410px;
        z-index: 99;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: auto;
    }

    .show-menu {
        right: 0 !important;
    }

    .sm-horizontal .mobile-back {
        padding: 20px;
        font-size: 18px;
        color: #222222;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #efefef;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .follow-us {
        /*text-align: left !important;*/
        margin: 0;
    }

        .follow-us .header-logo {
            text-align: center;
            padding-top: 0;
        }

    .sublist-toggle::before {
        content: '+';
    }

    .sublist-toggle.minus:before {
        content: '-';
    }

    .footer-block.information {
        margin-bottom: 0;
    }

    .html-product-reviews-page .rating-wrapper {
        width: 100%;
        display: inline-block;
        text-align: left;
        margin-left: 0 !important;
        margin: 0 5px;
        text-align: left !important;
    }

    .home-page-category-grid .title, .sub-category-grid .title {
        font-size: 16px;
    }

    .html-billing-address-page .cart td.product {
        text-align: left;
    }

    .cart tr {
        float: none;
        display: inline-block;
        width: calc(33.33% - 20px);
        margin: 0 10px 20px;
        vertical-align: top;
    }

    /*.cart td.unit-price, .cart td.subtotal {
    display: in;
  }*/

    .order-summary-content td label, .html-billing-address-page .order-summary-content .table-wrapper {
        margin-bottom: 0;
    }

    .sublist-toggle {
        display: block;
        top: 0;
        bottom: unset;
        margin: auto;
        height: 36px;
        width: 30px;
        text-align: center;
    }

    .absolute-banner {
        margin-top: -80px;
        padding-top: 0;
    }

    .block-category-navigation {
        display: block;
    }

    .html-checkout-page .table-wrapper {
        width: calc(100% - 0px);
        margin-bottom: 15px;
    }

    .html-checkout-page .cart .product-picture {
        width: 90px;
        padding: 0;
    }

    .html-checkout-page .cart .product, .html-checkout-page .cart .unit-price, .html-checkout-page .cart .quantity, .html-checkout-page .cart .subtotal {
        width: calc(100% - 100px);
        padding: 5px;
    }

    .overview .add-to-cart-panel > * {
        float: unset;
    }

    .html-shopping-cart-page .cart tr {
        padding-top: 50px;
        padding-bottom: 65px;
        position: relative;
    }

    .html-shopping-cart-page td.remove-from-cart {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .html-shopping-cart-page td.subtotal {
        width: 60%;
        position: absolute;
        bottom: 0;
        right: 0;
        min-width: unset;
        padding: 19px 15px 19px 0 !important;
        font-size: 14px;
        border-top: 1px dashed #ccc;
        height: 61px;
        text-align: right;
    }

        .html-shopping-cart-page td.subtotal .td-title, .html-shopping-cart-page td.subtotal .product-subtotal {
            display: inline-block;
            font-size: 19px !important;
            vertical-align: middle;
            font-weight: 700;
            margin-bottom: 0;
        }

    .html-shopping-cart-page .cart td.quantity {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40%;
        margin-bottom: 0;
        padding: 10px 0 10px 10px;
        border-top: 1px dashed #ccc;
    }

    .html-shopping-cart-page .order-summary-content td.quantity label, .html-shopping-cart-page .order-summary-content td.remove-from-cart label {
        display: none;
    }

    .html-shopping-cart-page .cart thead {
        display: none;
    }

    .cart td.quantity input {
        width: 40px;
    }

    span.plus-qunty.input-group-addon.right-adon, span.minus-qunty.input-group-addon.left-adon {
        padding: 11px 5px;
    }


    .html-shopping-cart-page .cart td.product-picture {
        padding: 5px 10px 5px;
    }

    .html-shopping-cart-page .cart td.remove-from-cart {
        border: none;
    }

    .html-shopping-cart-page .cart tr {
        width: calc(33.33% - 23px);
    }

    .order-details-page .data-table td label {
        margin-bottom: 0;
    }

    .html-home-page .blog-page .post, .html-home-page .news-items .news-item {
        margin: 0 0 8px;
    }

    .html-home-page .blog-page .post, .html-home-page .news-items .news-item {
        margin-bottom: 15px;
    }

    .cart td label {
        margin-bottom: 2px;
    }

    .html-wishlist-page .remove-from-cart label {
        display: none;
    }

    .html-wishlist-page .add-to-cart {
        padding: 7px;
    }

    .order-progress {
        margin-bottom: 0;
    }

    .footer-block {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 auto 40px;
        text-align: center;
        margin: 0 auto 15px !important;
    }

    .overlay-menu:before {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #212331;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 0;
    }

    .overlay-menu.showing:before {
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0.8;
    }
}

@media (min-width:992px) {
    .col-lg-8.col-12.tools-grey.ratio_square {
        padding-right: 30px;
    }

    .collection-mobile-back {
        display: none;
    }
}

@media (max-width: 991px) {

    .html-login-page .main-newwrapper, .html-login-page .new-wrapper .text-content {
        min-height: unset;
    }

    .header.header-tools .top-header {
        background-color: #ce6930;
    }


    .header.header-tools {
        position: relative;
        top: 0;
    }

    .header-tools .top-header {
        background-color: #ce6930;
    }

    /*.top-header {
    background-color: #fff;
  }*/

    .header-lower {
        background-color: #FFF;
    }

    .header-tools .logo-menu-part > .container {
        border: none;
    }

    .header-contact {
        display: none;
    }

    .header-logo {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }

  

  
    /***contact page**/
    .page.contact-page {
        text-align: unset;
    }

    .contact-page .buttons {
        text-align: center;
    }
    /***/
    .html-account-page .center-2, .html-account-page .side-2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .html-account-page .form-fields {
        padding: 15px 0;
    }

    .myaccount-toggle {
        background: #ce6930 url(../images/down-arrow.png) right center no-repeat;
        cursor: pointer;
        background-color: #ce6930;
        color: #ffffff;
        width: 100%;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
        padding: 10px;
        background-size: 22px;
        background-position: 97%;
        padding-left: 45px;
    }

    .html-account-page .block-account-navigation {
        max-width: 100%;
        display: none;
        min-height: unset;
    }

    .html-account-page .block .title strong {
        display: none;
    }

    .myaccount-toggle .popup-btn {
        font-size: 16px;
    }

    .html-login-page .customer-blocks > div {
        width: calc(100% - 0px);
    }

    .html-login-page .new-wrapper.register-block {
        margin-top: 25px !important;
    }

    .formgroup-input > div {
        width: calc(100% - 5px);
    }

    .html-login-page .new-wrapper {
        margin-top: 15px !important;
    }

    .footer-theme .col {
        max-width: 50%;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        margin: 0;
    }

    .partition-f > div + div + div {
        margin-top: 30px !important;
    }

    .follow-us {
        margin: 0;
    }

    .footer .subscribe {
        border: none;
        justify-content: center;
    }

        .footer .subscribe p {
            display: none;
        }

    .newsletter {
        justify-content: center;
    }

    .html-news-item-page .news-item-page {
        padding: 0 15px;
        text-align: left;
    }

    .html-home-page .admin-header-links {
        position: unset;
        background-color: #000;
    }

    h2 {
        font-size: 28px;
    }

    .about-text p {
        line-height: 24px;
    }

    h4 {
        font-size: 16px;
    }


    .html-billing-address-page .address-grid .address-item {
        width: calc(50% - 20px);
    }

    .tools-parallax-product .tools-grey {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }

    .tools-parallax-product .tools-description .tools-form .search-box {
        margin: 20px auto 20px;
    }

    .tools-parallax-product .tools-description .tools-form {
        text-align: center;
    }

    .tools-parallax-product .tools-description h3 {
        text-align: center;
    }


    .html-category-page .side-2, .html-product-tags-all-page .side-2, .html-manufacturer-list-page .side-2,
    .html-news-list-page .side-2, .html-manufacturer-page .side-2, .html-search-page .side-2, .html-product-tag-page .side-2 {
        position: fixed;
        left: -500px;
        top: 0;
        bottom: 0;
        margin: 0 auto;
        z-index: 99999;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
        width: 300px;
        max-width: unset;
        overflow: auto !important;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.09);
        height: 100vh;
    }


    .html-category-page .center-2, .html-product-tags-all-page .center-2, .html-manufacturer-list-page .center-2,
    .html-news-list-page .center-2, .html-manufacturer-page .center-2, .html-search-page .center-2, .html-product-tag-page .center-2 {
        width: 100%;
        margin-bottom: 0
    }

    .search-button {
        display: flex;
        justify-content: center;
    }

    .tools-parallax-product {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .service-block .media {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    section, .section-t-space {
        padding-top: 40px;
    }

    .html-category-page .master-wrapper-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .address-list-page .section, .order-list-page .section, .cart tr {
        width: calc(50% - 20px)
    }

    .item-box {
        width: 32%;
        margin: 0 0.5% 1%;
    }

    .filter-box {
        display: none;
        position: fixed;
        background-color: #ce6930;
        width: 111px;
        font-size: 15px;
        top: 30%;
        left: -31px;
        bottom: 0;
        margin: 0 auto;
        transform: rotate(90deg);
        height: 50px;
        z-index: 0;
        cursor: pointer;
        text-align: center;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }

    .html-category-page .filter-box, .html-product-tags-all-page .filter-box,
    .html-manufacturer-list-page .filter-box, .html-news-list-page .filter-box,
    .html-manufacturer-page .filter-box, .html-search-page .filter-box, .html-product-tag-page .filter-box {
        display: block !important;
    }


    .filter-box .filter-btn {
        padding: 0;
    }

    .side-2.show-side {
        left: 0;
    }

    .collection-mobile-back {
        display: none;
    }

    .html-category-page .collection-mobile-back, .html-product-tags-all-page .collection-mobile-back,
    .html-manufacturer-list-page .collection-mobile-back, .html-news-list-page .collection-mobile-back,
    .html-manufacturer-page .collection-mobile-back, .html-search-page .collection-mobile-back, .html-product-tag-page .collection-mobile-back {
        padding: 15px;
        border-bottom: 1px solid #dddddd;
        display: block;
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 999;
    }

        .html-category-page .collection-mobile-back span, .html-product-tags-all-page .collection-mobile-back span,
        .html-manufacturer-list-page .collection-mobile-back span, .html-news-list-page .collection-mobile-back span,
        .html-manufacturer-page .collection-mobile-back span, .html-search-page .collection-mobile-back span, .html-product-tag-page .collection-mobile-back span {
            text-transform: uppercase;
            font-size: 14px;
            color: #000;
            cursor: pointer;
        }

            .html-category-page .collection-mobile-back span i, .html-product-tags-all-page .collection-mobile-back span i,
            .html-manufacturer-list-page .collection-mobile-back span i, .html-news-list-page .collection-mobile-back span i,
            .html-manufacturer-page .collection-mobile-back span i, .html-search-page .collection-mobile-back span i, .html-product-tag-page .collection-mobile-back span i {
                font-size: 20px;
                font-weight: bold;
                margin-right: 5px;
                vertical-align: middle;
            }

    .side-2 .block {
        border: none;
        padding: 15px;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-top: 0;
    }

    .block.block-account-navigation {
        border: 1px solid #ddd;
        border-top: 0;
    }

    .hide-header {
        /*opacity:-1;
    visibility:hidden;*/
        z-index: -1;
        transition: all 0.5s ease-in-out;
    }

    .product-name h2 {
        font-size: 20px;
    }

    .html-shopping-cart-page .cart tr {
        width: calc(50% - 22px);
    }

    /***blog page ***/


    .html-blog-page .side-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .html-blog-page .center-2 {
        width: 100%;
    }

    .html-blog-page .side-2 .block .listbox {
        display: none;
        border: 1px solid #f6f6f6;
        border-top: 0;
    }

    .html-blog-page .block {
        overflow: hidden;
        border: none;
        padding: 0;
        margin-bottom: 10px;
        max-width: unset;
    }

        .html-blog-page .block .title {
            position: relative;
            margin: 0 0 0;
            border-bottom: 1px solid #ddd;
            background: #f6f6f6 url(../images/toggle-gray.png) right 14px no-repeat;
            padding: 12px 30px 12px 10px;
            font-size: 20px;
            color: #444;
            cursor: pointer;
        }


    .blog-page .post, .news-items .news-item {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
        text-align: left;
    }

    .html-blog-page .master-wrapper-content, .html-news-list-page .master-wrapper-content {
        padding-top: 30px;
    }

    .html-blog-page .page-title h1, .html-news-list-page .page-title h1 {
        margin-bottom: 15px;
        text-align: left;
    }

    .side-2:after {
        display: none;
    }

    .html-blog-page .side-2:after, .html-category-page .side-2:after {
        display: block;
    }

    .side-2:after {
        content: "";
        clear: both;
        background-color: #000;
        width: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
        transition: all 0.5s ease-in-out;
        display: block;
        visibility: hidden;
    }

    .side-2.show-side:after {
        left: 0px;
        right: 0;
        opacity: 0.8;
        visibility: visible;
    }

    .block {
        margin-bottom: 0;
    }

    .html-blog-page .block .list li {
        padding: 15px 0 0 15px;
    }

    .page.login-page .page-title h1 {
        margin-bottom: 10px;
    }
}

@media (max-width:769px) {
    .html-product-reviews-page .rating-wrapper {
        margin-left: 0 !important;
    }

    .html-product-reviews-page .write-review .review-rating div.rating-options {
        margin: 0 5px;
    }

    .html-product-reviews-page .write-review .review-rating div {
        padding-bottom: 0;
    }

    .tools-parallax-product {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width:768px) {
    .cart tr {
        width: 100%;
        margin: 18px 0 0;
    }

    .service-block .media .media-body {
        padding-top: 15px;
    }
    /*contact page*/
    .contact-page .inputs input {
        margin-bottom: 10px;
    }

    .html-login-page .customer-blocks > div {
        width: calc(100% - 0px);
        margin: auto;
    }

    .payment-card-bottom {
        justify-content: center;
    }

    .col-xl-8.col-md-8.col-sm-12 {
        margin-bottom: 20px;
    }

    .footer-theme .col {
        max-width: 100%;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }

    .footer-block .title {
        margin-top: 10px;
    }

    .follow-us .social {
        margin: 15px 0;
    }



    .footer-upper {
        padding: 30px 0;
    }

    .footer-block .list a:before {
        top: 25px;
    }

    .html-checkout-page .edit-address > div {
        /*width: calc(100% - 30px);*/
        width: 100%;
        margin: 15px 0;
    }

    .html-login-page .center-1 .page-title {
        margin-left: 0;
    }

    .html-order-details-page .order-details-area > div {
        width: calc(100% - 0px);
        margin: 0 auto 15px;
    }

    .about-text p {
        line-height: 25px;
    }

    .home-page .product-grid .item-box, .product-details-page .product-grid .item-box, .category-grid.home-page-category-grid .item-box {
        width: 49%;
        margin-bottom: 7px;
    }

    .comment-list {
        text-align: center;
    }

    .html-order-details-page .order-details-area > div, .html-order-confirm-page .order-review-data > div, .html-checkout-page .order-review-data > div {
        width: calc(100% - 0px);
    }

    .address-list-page .section, .order-list-page .section {
        width: calc(100% - 0px);
        margin: 0 auto 15px;
    }

    .image-wrapper .buttons {
        position: unset;
        padding: 10px 0;
        opacity: 1;
        transform: inherit;
    }

    .quick-view-part {
        display: none;
    }

    .item-box:hover .picture {
        opacity: 1;
    }


    /**product list design**/
    .product-list .product-item {
        flex-wrap: wrap;
    }

    .product-list .item-box .details {
        width: 100%;
    }

    .product-list .image-wrapper {
        width: 100%;
    }

    .item-box {
        width: 49%;
        margin: 0 0.5% 1%;
    }

    .product-sorting, .product-page-size {
        padding: 9px !important;
        border: none !important;
    }

    .product-sorting {
        border-right: 1px solid #ddd !important;
    }

    .product-selectors {
        border: 1px solid #ddd;
    }

    .shipping-method .method-list li, .payment-method .method-list li {
        /*width:50%;*/
        width: 43%;
        margin: 0 6px 15px !important;
    }

    .gallery {
        margin-bottom: 30px;
    }

    .product-name h2 {
        font-size: 19px;
    }

    .html-shopping-cart-page .cart tr {
        width: 100%;
    }

    .cart-footer .totals {
        width: 100%;
        max-width: 500px;
        padding: 10px 0;
    }

    .cart-footer .total-info {
        padding: 5px 10px 15px;
    }

    .order-progress a:before {
        width: 60px;
        height: 60px;
    }

    .order-progress .shoppingcart-icon, .order-progress .location-icon, .order-progress .delivery-icon, .order-progress .payment-icon, .order-progress .confirm-icon, .order-progress .complete-icon {
        width: 60px;
        height: 60px;
        background-size: 25px !important;
    }

    .order-progress li {
        margin: 10px 0;
    }

    .html-blogpost-page .post-body p strong {
        font-size: 14px;
    }

    .html-news-item-page .form-fields, .html-blogpost-page .form-fields {
        padding: 15px;
    }
}

@media(max-width:767px) {
  .ui-autocomplete {
    width: 100% !important;
    max-width: 510px;
  }

  .footer-info {
    justify-content: center;
  }
}

@media(max-width:600px) {

  .product-grid, .product-list {
    padding-bottom: 40px;
  }

  .home-page-polls {
    padding-top: 40px;
  }



    .html-registration-page .date-of-birth select {
        width: calc(100% - 5px) !important;
        display: block;
        max-width: 100% !important;
        margin: 15px 5px !important;
    }

    .compare-products-page .clear-list {
        position: unset;
        margin-bottom: 0;
    }

    .html-compare-products-page .page-body {
        text-align: left;
    }

    .page-title h1 {
        font-size: 24px;
    }

    .html-compare-products-page .compare-products-page {
        padding: 0;
    }

    .html-billing-address-page .address-grid .address-item {
        width: calc(100% - 0px);
        margin: 0 auto 25px;
    }

    .cart-footer .totals {
        width: 100%;
    }

    .service-block .media {
        display: block;
        text-align: center;
    }

    .service-block {
        justify-content: center;
    }

    .html-checkout-page .cart-footer .totals, .html-checkout-page .selected-checkout-attributes {
        margin: auto;
        max-width: 100%;
    }

    .html-checkout-page .cart-footer, .html-checkout-page .cart-options {
        width: 100%;
    }

    .html-checkout-page .selected-checkout-attributes {
        width: 100%;
    }

    .html-account-page .date-of-birth select {
        width: 100% !important;
        display: block;
        max-width: 100% !important;
        margin: 15px 0 !important;
        vertical-align: top;
    }

    .html-registration-page .input-center, .html-registration-page .input-center label {
        text-align: left;
    }

    .html-registration-page .input-center {
        text-align: left;
    }
}

@media(max-width:576px) {
    .master-wrapper-content {
        max-width: 100%;
        width: 100%;
    }

    .mobile-fix-option {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 60px;
        background-color: #333333;
        width: 100vw;
        z-index: 0;
        -webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
        box-shadow: 0 2px 5px 0 #a8a8a8;
    }

    li.onhover-div.mobile-search {
        position: fixed;
        bottom: 20px;
        right: 16%;
        font-size: 0;
        padding: 0 !important;
    }


   li.onhover-div.mobile-setting {
        position: fixed;
        bottom: 20px;
        right: 16%;
        font-size: 0;
        padding: 0 !important;
    }

    li.onhover.mobile-cart{
        position: fixed;
        bottom: 3px;
        right: 20%;
        font-size: 0;
        padding: 0 !important;
    }

   li.whishlist {
        position: fixed;
        bottom: 20px;
        right: 16%;
        font-size: 0;
        padding: 0 !important;
    }

    li.onhover-dropdown.mobile-account {
        position: fixed;
        bottom: 20px;
        right: 48%;
        font-size: 0;
        padding: 0 !important;
        z-index: 9;
    }

    li.onhover-div.mobile-search {
        right: 80%;
        z-index: -1;
    }

   
    li.whishlist {
        right: 75%;
        color: #fff !important;
        z-index: 0;
    }

    li.whishlist i, li.onhover-dropdown.mobile-account i {
        font-size: 23px;
        font-family: themify;
        color: #b3b3b3 !important;
        font-weight: normal !important;
        padding: 0 !important;
    }

    li.onhover-dropdown.mobile-account i:before {
        content: "\e602";
    }

    li.whishlist i:before {
        content: "\e634";
    }

    .onhover-div > div, li#topcartlink {
        padding: 0;
    }

    .search-icon > img, .ico-cart > div > img, .mobile-setting > div > img {
        filter: invert(1)
    }

    .onhover-div .show-div, .onhover-dropdown .onhover-show-div {
        top: unset;
        bottom: 40px;
    }

    .header-upper {
        height: 0;
    }

    .nav-bar {
        z-index: 1;
    }

    .top-header .header-dropdown li {
        z-index: 0;
    }

    .header-logo {
        z-index: -1;
    }

    .footer {
        margin-bottom: 57px;
    }

    .newsletter-email .form-group.mx-sm-3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .newsletter-email .form-group input#newsletter-email {
        width: 100%;
    }

    .footer .subscribe {
        margin-bottom: 5px;
    }

    section, .section-t-space {
        padding-top: 40px;
    }

    .breadcrumb {
        justify-content: center;
    }

    .header {
        z-index: 10;
    }

    .header.hide-header {
        opacity: 0;
        visibility: hidden;
    }

    .main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
        right: 0;
        left: unset;
    }
    .ui-autocomplete {
        width: calc(100% - 30px) !important;
    }
    .search-overlay > div .overlay-content {
        padding: 0 15px;
    }

  /*.search-icon, .cart-icon, .setting-icon {
    filter: invert(1);
  }*/
}

@media (max-width:480px) {

    h2 {
        font-size: 24px;
    }

    .absolute-banner {
        margin: 0;
    }

    .footer-block {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 auto 30px;
        text-align: center;
    }

    .theme-custom .nivo-controlNav {
        bottom: 0 !important;
    }

    .slider-wrapper.theme-custom, .html-registration-page .buttons {
        margin-bottom: 0;
    }



    .html-login-page .login-main, .html-login-page .new-wrapper-left,
    .html-password-recovery-page .fieldset, .html-checkout-page .checkout-data .step, .html-product-reviews-page .form-fields,
    .html-news-item-page .form-fields, .html-account-page .account-page, .html-registration-page .form-fields, .html-apply-vendor-page .form-fields,
    .html-email-a-friend-page .form-fields {
        padding: 15px !important;
    }

    .formgroup-input > div, .html-registration-page .date-of-birth select, .html-checkout-page .edit-address > div {
        width: calc(100% - 0px) !important;
        margin: 15px auto !important;
    }

    .html-password-recovery-page .buttons, .html-checkout-page .buttons,
    .html-checkout-page .shipping-method .method-list li, .html-checkout-page .payment-method .method-list li {
        margin-left: 0;
    }

    .html-checkout-page .payment-method .method-list li {
        margin-right: 0;
    }

    .html-checkout-page .ship-to-same-address, .html-checkout-page .select-billing-address {
        padding-left: 0 !important;
    }

    .html-checkout-page .opc .select-billing-address {
        margin-bottom: 15px;
    }

    .html-checkout-page .payment-info .info {
        padding: 0 !important;
    }

    .comment-list .new-nem, .comment-list .comment-time {
        display: block;
    }

    h2 {
        font-size: 25px;
    }

    .about-text p {
        line-height: 22px;
    }

    .btn-solid, .btn-outline {
        padding: 10px 15px;
    }

    .home-page .product-grid .item-box, .product-details-page .product-grid .item-box, .category-grid.home-page-category-grid .item-box, .item-box {
        width: 100%;
        margin: 0 0;
        margin-bottom: 15px;
    }

    /*.html-billing-address-page .address-grid .address-item {
    width: calc(100% - 15px);
  }*/

    .cart tr {
        width: calc(100% - 0px);
        margin: 0 auto 20px
    }

    /*.html-shipping-method-page .shipping-method, .html-payment-method-page .payment-method, .html-payment-info-page .payment-info {
    padding: 0 30px !important;
  }*/

    .html-order-confirm-page .buttons {
        padding-left: 15px;
    }

    .tools-parallax-product .tools-description .tools-form .search-box {
        width: 92%;
    }

    .tools-parallax-product {
        padding-top: 20px;
        padding-bottom: 20px;
    }



    .html-account-page .inputs select {
        max-width: 100%;
        display: block;
        margin: 0 0 15px;
    }

    .product-review-item .review-item-head, .product-review-item .review-content {
        padding: 5px 0;
    }


    .product-sorting, .product-page-size {
        width: 100%;
        border-right: 0 !important;
    }

    .product-page-size {
        border-top: 1px solid #ddd !important;
    }

    .shipping-method .method-list li, .payment-method .method-list li {
        width: 100%;
        margin: 0 auto 15px !important;
    }

    .html-email-a-friend-page .inputs:last-child, .html-email-a-friend-page .inputs:last-child input[type="text"] {
        margin-bottom: 0;
    }


    .gallery .picture-thumbs .thumb-item {
        width: 80px;
    }

    .html-shopping-cart-page .cart-options .common-buttons {
        text-align: center;
    }

    .cart-collaterals .coupon-code input[type="submit"] {
        font-size: 12px;
    }

    .order-progress .shoppingcart-icon, .order-progress .location-icon, .order-progress .delivery-icon, .order-progress .payment-icon, .order-progress .confirm-icon, .order-progress .complete-icon {
        width: 40px;
        height: 40px;
        background-size: 23px !important;
    }

    .order-progress a:before {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }

    .order-progress li a {
        font-size: 0;
        min-width: 48px;
    }

    .variant-overview .add-to-cart-panel {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .variant-overview .add-to-cart-panel .input-group-qty {
            width: 100%;
            display: flex;
            margin-bottom: 15px;
            justify-content: center;
        }

    .variant-overview .add-to-cart-button {
        margin-left: 0px;
    }

    .footer-info {
        align-items: center;
        justify-content: center;
    }
    html.html-checkout-page .cart .subtotal h2
    {
        font-size:16px;
    }
}


@media (min-width: 576px) {
    .master-wrapper-content {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .master-wrapper-content {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .master-wrapper-content {
        max-width: 960px;
    }
}

@media(min-width:1200px) {
    .master-wrapper-content {
        max-width: 1400px !important;
    }

    .ui-autocomplete {
        width: 100% !important;
        max-width: 1110px;
    }
}

@media (min-width: 1430px) {
    .container {
        max-width: 1400px;
    }

    .master-wrapper-content {
        width: 100% !important;
        margin: auto !important;
        max-width: 1400px !important;
    }


    .html-home-page .master-wrapper-content {
        width: 100%;
        max-width: unset !important;
    }
.ui-autocomplete {
    width: 100% !important;
    max-width: 1370px;
  }
}











/********for responsive checker *******/





.device .header-logo {
    margin-bottom: 0;
    width: 245px;
    display: flex;
    align-items: center;
    margin: 0 22px;
}

.device .device-tab span img {
    width: 36px;
}

.bg-device {
    display: none;
}


    .bg-device.device1 {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 50px;
        z-index: 9;
        background: #fff;
        overflow: scroll;
        padding-bottom: 50px;
        padding-top: 50px;
        display: block;
    }

.responsive-bg.mobile1 {
    background: url(../images/phone4.png) center no-repeat;
    text-align: center;
}

.footer-lower.device, .header.device {
    display: none;
}

.screen-width {
    margin: auto;
    margin: 50px 0;
}

.mobiles {
    height: 800px;
    width: 375px;
    margin: 50px auto;
    padding-top: 38px;
    border: none;
    position: relative;
    padding-bottom: 34px;
    left: 4px;
    bottom: 4px;
    padding-left: 5px;
}


.mobileR {
    width: 735px;
    height: 372px;
    border: none;
    padding: 1px 0px 0px 7px;
    margin-bottom: 45px;
    margin-top: 38px;
    position: relative;
    left: 2px;
}

.taba {
    width: 590px;
    height: 1024px;
    margin: 50px auto;
    padding: 49px 9px;
    border: none;
    position: relative;
    left: 7px;
    padding-bottom: 57px;
    padding-left: 19px;
    top: -1px;
}

.tabR {
    width: 1024px;
    height: 590px;
    margin: 102px auto;
    padding: 7px 50px;
    border: none;
    padding-left: 61px;
    margin-bottom: 108px;
    padding-bottom: 16px;
}

.responsive-bg.mobile1 {
    background: url(../images/responsive/phone4.png) center no-repeat;
    text-align: center;
}

.responsive-bg.mobileR1 {
    background: url(../images/responsive/phone5.png) center no-repeat;
    text-align: center;
    margin-bottom: 15px;
}

.responsive-bg.tab1 {
    background: url(../images/responsive/tablet2.png) center no-repeat;
    text-align: center;
}

.responsive-bg.tabR1 {
    background: url(../images/responsive/tablet3.png) center no-repeat;
    text-align: center;
    margin-top: -30px;
}

.responsive-bg.pcR1 {
    display: none;
}

.bg-device {
    display: none;
}

    .bg-device.device1 {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 50px;
        z-index: 9;
        background: #fff;
        overflow: scroll;
        padding-bottom: 50px;
        padding-top: 50px;
        display: block;
    }

    .bg-device.pc-bg {
        position: unset;
        width: unset;
        background-color: transparent;
        overflow: unset;
        padding: unset;
        z-index: unset;
    }

body.active .responsive-bg.mobileR1 {
    opacity: 0;
}



body.active .responsive-bg.tab1 {
    opacity: 0;
}

body.active .responsive-bg.tabR1 {
    opacity: 0;
}

.device {
    position: fixed;
    top: 0;
    display: flex;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    background: #e8e8e8;
    z-index: 99999;
    height: 77px;
    border-bottom: 1px solid;
}

    .device .header-logo {
        margin-bottom: 0;
        width: 245px;
        display: flex;
        align-items: center;
        margin: 0 22px;
    }

    .device .device-tab {
        width: 100%;
        align-items: center;
        display: flex;
        text-align: right;
        justify-content: flex-end;
    }

        .device .device-tab span {
            vertical-align: middle;
            display: flex;
            padding: 0 12px;
            border-left: 1px solid #555;
            border-top: 0;
            border-bottom: 0;
            height: 100%;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

            .device .device-tab span:nth-of-type(5) {
                border-right: 1px solid #555;
            }

            .device .device-tab span i {
                color: #fff;
                font-size: 40px
            }


.admin,
.buy-now {
    padding: 10px 15px;
    background: #42464a;
    color: #fff !important;
    margin: 0px 20px;
}

    .buy-now:hover, .admin:hover {
        color: #fff !important;
        background-color: #767879;
    }


a.close {
    padding: 15px 0px;
    padding-right: 20px;
    font-size: 20px;
    vertical-align: middle;
}

.device .device-tab span img {
    width: 36px;
}

.device .device-tab span:nth-child(2) img,
.device .device-tab span:nth-child(4) img {
    transform: rotate(90deg);
}

li.address1 {
    word-break: break-word;
}

td.download {
    text-align: center;
}

.main-links {
    width: 100%;
    margin: auto;
    text-align: center;
    transition:all 0.5s ease-in-out;
}

.main-menu .menu-right .icon-nav i {
    font-size: 18px;
}

li#topcartlink i {
    font-size: 26px;
}

.sitemap_page .entity-body li {
    display: block;
}

.sitemap_page ul li a {
    display: block;
    font-weight: 600;
    color: #5a5a5a;
    font-size: 16px;
    padding-left: 25px;
}

    .sitemap_page ul li a:hover {
        color: #FFC107;
    }

.contact-page .map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-page .contact-right ul li {
    position: relative;
    padding-left: 150px;
    margin-top: 45px;
    display: block;
}

    .contact-page .contact-right ul li:first-child {
        margin-top: 0;
    }

    .contact-page .contact-right ul li .contact-icon {
        position: absolute;
        left: 0;
        text-align: center;
        width: 130px;
        border-right: 1px solid #dddddd;
    }

        .contact-page .contact-right ul li .contact-icon h6 {
            text-transform: uppercase;
            padding-top: 5px;
            font-weight: 600;
            color: #FF9800;
        }

    .contact-page .contact-right ul li p {
        font-weight: 600;
        margin-bottom: 0;
        line-height: 30px;
    }

.contact-page .contact-right {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-b-space {
   /* padding-bottom: 25px;*/
}

.contact-page .form-fields {
    border-top: 0;
}

    .contact-page .form-fields .inputs {
        padding: 0 5px;
    }

.contact-page .buttons .button-1 {
    height: inherit;
}

.contact-page .buttons {
    text-align: left;
    padding-left: 15px;
}

.contact-page .inputs textarea {
    margin-bottom: 0;
}

/****rajan css****/

/**tool store section**/


.service-home .service-block1 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 0;
    text-align: center;
}

    .service-home .service-block1:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.85);
    }

    .service-home .service-block1 img {
        margin-bottom: 5px;
        width: 50px;
        height: 50px;
    }

.service-block1:hover img {
    animation: pulse 1000ms ease-in-out;
    transition: all 0.3s ease;
}

.service-home .service-block1 h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 5px;
}

.service-home .service-block1 p {
    text-transform: capitalize;
    letter-spacing: 0.03em;
    margin-bottom: -3px;
    line-height: 1.5;
}

.service-home .service-block1:hover h4 {
    color: #FFC107;
    transition: all 0.3s ease;
}

.theme-custom + div {
    position: relative;
}

.service-home .small-section {
    padding-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: -146px;
    z-index: 1;
    background-color: unset;
}

/****/

/**detail section**/

.detail-cannabis p {
    font-size: 14px;
    color: #777777;
}

.detail-cannabis .detail_section {
    text-align: center;
}

    .detail-cannabis .detail_section p {
        text-align: center !important;
        margin-bottom: 0;
        line-height: 24px;
        letter-spacing: 0.05em;
    }

    .detail-cannabis .detail_section img {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
        fill: #FFC107;
    }

    .detail-cannabis .detail_section > div {
        box-shadow: -1px 2px 5px 1px #ececec;
        padding: 45px 25px;
        background-color: white;
    }

    .detail-cannabis .detail_section h4 {
        font-weight: 700;
    }

/***/

/******/

.tools-parallax-product.full-banner {
    background-image: url("../images/bestproduct.jpg") !important;
    background-size: cover;
    background-position: center center;
    display: block;
    padding-top: 110px;
    padding-bottom: 70px;
}

.best-product-section .theme-tab .left-side {
    width: 25%;
    vertical-align: middle;
    display: inline-block;
}

.best-product-section .theme-tab .tab-content-cls {
    width: 75%;
    vertical-align: middle;
    display: inline-block;
}

.best-product-section .theme-tab {
    position: relative;
}

    .best-product-section .theme-tab .left-side .left-tab-title {
        margin-bottom: 30px;
    }

        .best-product-section .theme-tab .left-side .left-tab-title h4 {
            color: #FFEB3B;
            margin-top: -3px;
        }

        .best-product-section .theme-tab .left-side .left-tab-title h3 {
            color: #ffffff;
        }

    .best-product-section .theme-tab .left-side .tab-title {
        margin-right: 20px;
        text-align: left;
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: -6px;
    }

    .best-product-section .theme-tab .left-side li:first-child {
        border-top: 1px solid #606060;
    }

    .best-product-section .theme-tab .left-side li {
        width: 100%;
        padding: 7px 0;
        border-bottom: 1px solid #606060;
    }

    .best-product-section .theme-tab .left-side .tab-title a {
        text-transform: capitalize;
    }

        .best-product-section .theme-tab .left-side .tab-title a:hover {
            color: unset;
        }

    .best-product-section .theme-tab .left-side li.current a:hover {
        color: #FFEB3B;
    }

    .best-product-section .theme-tab .left-side li.active a {
        color: #FFEB3B !important;
    }



.best-product-section .ratio_square .bg-size:before {
    padding-top: 100%;
    content: "";
    display: block;
}

.best-product-section .img-wrapper .ribbon {
    display: none;
}

.best-product-section .cart-info.cart-wrap button {
    display: none;
}

.best-product-section .tools-grey .product-box .product-info {
    padding-left: 15px;
}

.border-box.tools-grey .product-box {
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #dddddd;
    animation: zoomIn 300ms ease-in-out;
}


.best-product-section.img-wrapper .front .bg-size {
    opacity: 1 !important;
}

.best-product-section .product-box .img-wrapper .quick-view-part {
    display: none !important;
}

.menu-toggle {
    position: absolute;
    top: -75px;
    right: 0px;
}

.search-icon {
    display: none;
}

.search-overlay > div .closebtn {
    display: none;
}

.tab-content-cls > div {
    display: none;
}

    .tab-content-cls > div.active {
        display: block;
    }

.border-box.tools-grey .product-box {
    width: calc(25% - 15px);
    margin: 0 0 0 15px;
}

.row.partition4 {
    display: block;
    margin: 0;
    text-align: center;
}

    .row.partition4 > div {
        display: inline-block;
        margin: 0;
    }

.category-grid.home-page-category-grid .item-box {
    width: calc(33.33% - 30px);
    margin: 0px 15px 30px;
}

.category-grid.home-page-category-grid .category-item {
    position: relative;
}

.category-grid.home-page-category-grid .item-box .title {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    font-size: 22px;
}

    .category-grid.home-page-category-grid .item-box .title a {
        display: flex !important;
        justify-content: flex-end;
        align-content: center;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        font-size: 36px;
        align-items: center;
    }

section.section-b-space.detail-cannabis.bg-grey {
    padding: 0 0 80px 0;
}

.html-shopping-cart-page .ui-widget.ui-widget-content {
    height: fit-content !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}

@media(max-width:1200px) {
    .service-home .service-block1 {
        padding: 25px 10px;
    }

    .service-home .small-section {
        top: -167px;
    }

    .row.partition4 {
        display: flex;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667% !important;
    }

    .html-product-tag-page .product-grid .item-box {
        width: 32%;
    }
}

@media(max-width:1100px) {
    .service-home .service-block1 {
        padding: 25px 0px;
    }
}

@media(max-width:1024px) {
  .device, .buyrespo {
    display: none !important;
  }
}

@media(min-width:1025px) {
    .html-home-page .master-wrapper-page {
        /*margin-top: 107px;*/
    }

    .master-wrapper-page {
        margin-top: 0;
    }

    .header-tools {
        top: 0;
    }

  .html-home-page .admin-header-links {
    top: 0;
  }

  /*.html-home-page .remove-s.master-wrapper-page {
    margin-top: 30px;
  }*/
  .remove-s.master-wrapper-page {
    margin-top: 0;
  }

  .remove-s .admin-header-links {
    top: 0;
  }
}

@media(max-width:1000px) {
    .main-menu {
        z-index: 1;
    }

    .header-logo a img {
        max-width: 165px;
    }

    .main-menu .menu-right {
        padding-right: 50px;
    }

    #topcartlink {
        padding: 0 18px;
        margin-top: -10px;
    }

    .border-box.tools-grey .product-box {
        width: calc(50% - 15px);
        margin: 0 0 15px 15px;
    }

    .tools-parallax-product.full-banner {
        padding-top: 82px;
    }

    .service-home .small-section {
        position: unset;
    }

    .service-home .service-block1 {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 !important;
    }

    .brand1 {
        display: inline-block;
        width: 33.33% !important;
    }
}

@media(max-width:1199px) and (min-width:992px) {
    .html-address-list-page .delete-address-button,
    .html-address-list-page .edit-address-button {
        background-position: 5px;
    }

    .page.category-page .product-grid .item-box,
    .page.manufacturer-page .product-grid .item-box {
        width: 32.33%;
    }
}

@media(max-width:991px) {
    .contact-page .contact-right ul li {
        padding-left: 0;
        border-bottom: 1px solid #dddddd;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 15px;
    }

        .contact-page .contact-right ul li .contact-icon {
            position: relative;
            margin: 0 auto;
            border-right: 0;
        }

    .section-b-space {
        padding-bottom: 0;
    }

    .contact-page .contact-right {
        padding-bottom: 0;
    }

    .contact-page .map iframe {
        height: 350px;
    }

    .contact-page .form-fields {
        padding: 0;
    }

    .contact-page .buttons {
        padding-left: 0px;
    }

    .menu-center {
        width: calc(100% - 410px);
    }

    .category-grid.home-page-category-grid .item-box {
        width: calc(50% - 30px);
    }
}

.rtl .category-m .category-wrapper h4 {
    text-align: center;
}

.page.not-found-page .topic-block-body {
  text-align: center;
}


@media(max-width:768px) {
    .menu-center {
        width: calc(100% - 300px);
    }

    .best-product-section .theme-tab .left-side,
    .best-product-section .theme-tab .tab-content-cls {
        width: 100%;
    }

        .best-product-section .theme-tab .left-side li {
            width: auto;
            margin: 0px 6px;
        }

    .border-box.tools-grey .product-box:nth-child(2n+1) {
        margin-left: 7px;
    }

    .best-product-section .theme-tab .left-side .tab-title {
        margin-right: 0;
    }

    .service-home .container {
        padding: 0;
    }

    .category-grid.home-page-category-grid .item-box {
        width: 100%;
        margin: 0 0 15px;
    }

        .category-grid.home-page-category-grid .item-box .title {
            font-size: 18px;
        }

    section.section-b-space.detail-cannabis.bg-grey .col-md-4 {
        margin-bottom: 15px;
    }

    .center-2 .product-grid .item-box {
        width: 49%;
    }
}

@media(max-width:576px) {
    .search-icon {
        position: fixed;
        bottom: 3px;
        left: 20%;
        display: block;
    }

    .header-logo {
        padding-top: 0;
        padding-bottom: 60px;
        padding-left:15px;
        text-align: center;
    }

    .menu-center {
        width: 100%;
        position: absolute;
        top: 70px;
    }

    .menu-toggle {
        top: -105px;
        right: 5%;
    }

    .main-menu .menu-right .icon-nav i {
        position: relative;
        top: 2px;
    }
}

@media(max-width:480px) {
    .border-box.tools-grey .product-box {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }

    .category-grid.home-page-category-grid .item-box .title {
        font-size: 14px;
    }

    .brand1 {
        display: inline-block;
        width: 50% !important;
    }

    .center-2 .product-grid .item-box {
        width: 100%;
        margin: 0 0 10px 0;
    }
}



/****rajan css****/

/***homepagetext1 section (topic page)***/

.full-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 190px;
    padding-bottom: 190px;
    background-position: center;
}

.shop-now-section .btn {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    transition: .3s ease-in-out;
}

.pet-parallax {
    position: relative;
}

    .pet-parallax .full-banner {
        padding-top: 130px;
        padding-bottom: 130px;
        background-blend-mode: overlay;
        z-index: 1;
    }

.full-banner.parallax {
    background-attachment: fixed;
}

.shop-now-section .blur-up {
    transition: filter 400ms;
}

.full-banner.p-center .banner-contain {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.full-banner .banner-contain h4 {
    font-size: 24px;
    color: #777777;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding-top: 10px;
    margin-bottom: -5px;
    line-height: 1.3;
}

.pet-parallax .banner-contain h4 {
    letter-spacing: 0.05em;
    padding-top: 0 !important;
    margin-bottom: 0;
    line-height: 1.3;
    margin-top: -7px;
    color: #212121;
}

.pet-parallax .banner-contain h3 {
    margin: 15px 0;
    font-size: 48px;
    color: #212121;
}

.full-banner .banner-contain h3 {
    font-size: 55px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
}

.pet-parallax .banner-contain p {
    max-width: 75%;
    margin: 0 auto;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #212121;
}

.shop-now-section .btn-solid {
    padding: 13px 29px;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 2px solid #ff9944;
    background-image: linear-gradient(30deg, #ff9944 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.btn-solid.black-btn {
    background-image: linear-gradient(30deg, #222222 50%, transparent 50%);
    border: 2px solid #222222;
}

.full-banner .banner-contain .btn-solid, .full-banner .banner-contain .btn-outline {
    margin-top: 20px;
}
.full-banner .banner-contain .btn-solid {
    display: inline-block;
    padding: 13px 29px;
    color: #ffffff;
    letter-spacing: 0.05em;
    background-image: linear-gradient(30deg, #222222 50%, transparent 50%);
    border: 2px solid #222222 !important;
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center;
    background-color: #fff !important;
}
    .full-banner .banner-contain .btn-solid:hover {
        background-position: 100%;
        color: #000000;
        background-color: #ffffff;
    }

    .pet-parallax .pet-decor {
        position: absolute;
        left: 60px;
        bottom: -125px;
    }

    .pet-parallax .pet-decor img {
        width: 240px;
    }

/***********/

/***homepagelogo section (topic)****/

.section-b-space {
 /*   padding: 30px 0px 30px;*/
    border: 0;
}

.brands-section {
    text-align: center;
    margin: 15px 0px;
}

.brand1 {
    padding: 20px;
    width: calc(20% - 0px);
    text-align: center;
    display: inline-block;
}

.brand-img img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: .5s ease;
    margin: 0 auto;
}

    .brand-img img:hover {
        filter: grayscale(0);
        opacity: 1;
        transition: .5s ease;
    }


.category-grid.home-page-category-grid .item-box:nth-child(3) .title a,
.category-grid.home-page-category-grid .item-box:nth-child(4) .title a
 {
    right: 0;
    padding-left: 20px;
    justify-content: flex-start;
    left: inherit;
}
.category-grid.home-page-category-grid .item-box:nth-child(1) .title a,
.category-grid.home-page-category-grid .item-box:nth-child(2) .title a,
.category-grid.home-page-category-grid .item-box:nth-child(5) .title a,
.category-grid.home-page-category-grid .item-box:nth-child(6) .title a {
    padding-right: 20px;
    left: 0;
    right: inherit;
}

.search-overlay .container .col-xl-12 {
    padding: 0;
}

/***media query***/


@media (max-width: 1199px) {
    .pet-parallax .pet-decor img {
        width: 200px;
        height: 267px;
    }
}

@media (max-width: 991px) {
    .pet-parallax .pet-decor {
        left: 34px;
        bottom: -86px;
    }

        .pet-parallax .pet-decor img {
            width: 165px;
            height: 221px;
        }

    .full-banner .banner-contain h3 {
        font-size: 35px;
    }

    .full-banner .banner-contain h4 {
        font-size: 20px;
    }

    .pet-parallax .banner-contain p {
        max-width: 100%;
    }

    .category-grid.home-page-category-grid .item-box .title a {
        font-size: 30px;
    }
}

@media (max-width:768px) {
    .pet-parallax .pet-decor {
        display: none;
    }

    .pet-parallax .full-banner {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 580px) {
    .pet-parallax .full-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .full-banner .banner-contain h3 {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .full-banner .banner-contain h4 {
        font-size: 18px;
    }
    .pager li a, .pager li span {
        height: 45px;
        padding: 15px;
    }
}

@media (max-width: 360px) {
    .full-banner .banner-contain h3 {
        font-size: 30px;
    }
}


.page.not-found-page .topic-block-body {
  text-align: center;
}

.tab-description .title {
  display: none;
}

.product-tags-box {
    padding: 20px 0;
}

.product-tags-list .tag a {
  padding-right: 2px;
  padding-left: 5px;
}

.html-shopping-cart-page .ui-dailog {
  top: calc(50vh - 60px) !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
}
button:focus
{
    outline:none !important;
}
 .html-login-page .inputs {
    margin-bottom: 19px;
}



 /*MEGA MENU*/







 .two-img-img,
.camera-img {
  display: inline-block;
  width: 35px;
  height: auto;
  position: absolute;
  left: 20px;
  top:-15px;
}



 .second-o-level {
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

  .second-o-level a {
    display: block;
    cursor: pointer;
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin: 0px 5px;
  }






.second-level {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

  .second-level a {
    font-size: 10px !important;
    display: inline-block;
    width: 100%;
  }



   .second-level a:hover,.second-o-level a:hover {
    color: #ce6930;
    text-decoration: none;
}




.camera-list.two-image,
.camera-img-list {
  -webkit-columns: 4 auto;
  -moz-columns: 4 auto;
  columns: 4 auto;
  display: inline-block;
 
  float: left;
  height: 500px;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
    width:800px;

}

img {
}

.nav-img {
  display: inline-block;
  width: 25%;
}

  .nav-img img {
    width: 100%;
    height: auto;
  }

@media (min-width: 1001px) {
  .header-menu ul li:hover > .sublist {
    display: block;
    left: 0;
    width: 100%;
  }
}


@media (min-width: 1200px) {

    .camera-list.two-image,
    .camera-img-list {

            width:1000px;

    }


}




.second-o-level.camera-main a img {
  display: inline-block;
  width: 100%;
  height: auto;
}


.footer .is-wrapper .is-box .is-container {

margin-bottom:0px !important;

}

.MPo-color {

color:#ce6930 !important;

}

.MPg-color {

color:#58595b !important;

}


.MPo-background {

    background:#ce6930 !important;
}

.MPg-background {

    background:#58595b !important;
}



.gallery
{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px 6px 12px rgba(0,0,0,.05) rgba(0,0,0,.175);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05) 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05) 6px 12px rgba(0,0,0,.175);
}

.product-divider {
    width: 100%;
    height: 1px;
    background: #fcfcfc;
    background: linear-gradient(90deg,#fcfcfc 0,#e2e2e2 50%,#fcfcfc);
    background-color: #e2e2e2;
    background-image: -moz-linear-gradient(left center,#fcfcfc,#e2e2e2,#fcfcfc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc,endColorstr=#fcfcfc,GradientType=1);
}

/* slider container */
.iosslider {
	/* required */
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	
	width: 100%;
	height: 360px;
}

/* slider */
.iosslider .slider {
	/* required */
	width: 100%;
	height: 100%;
}

/* slide */
.iosslider .slider .slide {
	/* required */
	float: left;

	width: 650px;
	height:360px;

    text-align:center;
}

.slide img {

    max-height:100%;

}

.gallery .thumb-item {
border:1px solid #F0F0F0;

}

.hwhite {

color:#FFFFFF;

}

.overview-buttons.product {

margin-bottom:-10px;
}

.product-more {

    padding-left:9px;

}


.product-more a {

 
    cursor: pointer;
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin: 0px 5px;
    color:#ce6930
}

.product-more i {
    color:#58595b;
}


.product-information-container {
    background-color: #FFFFFF;
    margin: 20px 0;
    /*background-color: #ce6930 !important;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;*/
}


.product-videos-container {
    background-color:#58595b;
    padding-top: 20px;
    color: white;
    /*color: #58595b;*/
    padding-bottom: 20px;
}

.product-files-container {
    /*background: #58595b !important;*/
    background: #ce6930 !important;
    margin-top: 0px;
    padding-top: 20px;
    color: white;
    padding-bottom: 20px;
}

.product-files-container .fa{

    font-size:20px;
}


.product-files-container a{

    font-size:20px;
}

.product-files-container a:hover{

    color:#58595b
}

.product-files-container li {
    padding-right: 20px;
}

.product-specification-container {
    background-color:#F0F0F0;
    padding-top:20px;
}

.add-info .prices, .overview .prices {
    display: none;
}


.contact-city {
    cursor: pointer;
}

.contact-city:hover {
    color: #ce6930;
}

/* Header Compare icon */
@media (max-width: 1000px) {
    #topcomparelink {
        display: none;
    }
}
.header-lower .topcomparelink {
    display: none !important;
}
.topcomparelink {
    padding-right: 0 !important;
}
.topcomparelink a:hover {
    color:unset!important;
}


/*
    Fix store-map height on Safari browser
*/

.StoreMap {
    max-height: -webkit-fill-available;
    max-height: -moz-available;
}

/* 
    WIP fix rows in footer not displaying correctly on Safari browser
*/

/* If Browser is Safari */
/*@supports (overflow:-webkit-marquee) and (justify-content:inherit) { 
    .topic-block {
        height: unset;
    }

    div.footer > div > div.container > div.row.footer-theme.partition-f .is-wrapper {
        height: unset;
    }

    .row {
        display: -webkit-box;
    }
}*/