/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
/** 1.1.2.  Icon Fonts **/
@import url("../sass/components/Vendor/font-awesome/font-awesome.min.css");
@import url("../sass/components/Vendor/simple-line-icon/css/simple-line-icons.css");
@import url("../sass/components/Vendor/blanch/fonts.css");
@import url("../sass/components/Vendor/PlayfairDisplay/fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Oswald', sans-serif;
    letter-spacing: .6px;
    font-size: 13px;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}
a:focus, a:hover{
    color: #9999a3;
    transition: .3s;
    text-decoration: none;
}
/* Headings */
h1, h2, h3,
h4, h5, h6 {
    margin: 0 0 5px;
    color: #212121;
}

h1 {
    font-size: 20px;
    /* font-weight: normal; */
}

h2 {
    font-size: 18px;
    font-weight: 500;
}

h3 {
    font-size: 16px;
    font-weight: 400;
}

h4 {
    font-size: 13px;
    letter-spacing: .6px;
    font-weight: 400;
}

h5 {
    font-size: 12px;
    font-weight: 400;
}

h6 {
    font-size: 11px;
    font-weight: 400;
}

/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0; /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
label{
    font-weight: 400;
}

/* Content */
p {
    margin: 0;
}

strong {
    font-weight: 400;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small, big {
    font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul, ol {
    list-style: none;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

/* ======================================================================================= */


/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
    .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px;
    }
}
/* -------------------------------------------- *


/* Layout ================================================================================ */
.wrapper {
}

.page {
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.main-container {
}

.main {
    min-height: 400px;
    text-align: left;
}

/* Base Columns */
.col-left {
}

.col-main {
}

.col-right {
}

/* ------ FME Layered Filter; ------ */
.block-layered-nav {

}

.block-layered-nav .filter-heading {
    border-bottom: 1px solid #e8e8e8;
    color: #222;
    display: block;
    font-size: 13px;
    letter-spacing: .6px;
    font-weight: 600;
    margin-bottom: 3px;
    padding: 0 0 2px;
    position: relative;
}

.block .block-content {
}

.block .actions {
    text-align: right;
    padding: 15px 0 0 0;
}

.block .actions a {
    float: left;
    font-weight: 400;
    color: #888787;
    display: inline-block;
}


.block-layered-nav dt {
    font-weight: 400;
    color: #000000;
}


.block-layered-nav dd ol {

}

.block-layered-nav .block-content ol li {
    clear: both;
    display: table;
    max-width: 100%;
    padding: 5px 0;
    padding-left: 0px;
    width: 100%;
    margin-bottom: 0;
}

.block-layered-nav dd li {

}

/* 1 Column Layout */
.col1-layout .col-main {
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
}

.col2-right-layout .col-main {
}

/* 3 Columns Layout */
.col3-layout .col-main {
}

.col3-layout .col-wrapper {
}

.col3-layout .col-wrapper .col-main {
}

/* Content Columns */
.col2-set .col-1 {
}

.col2-set .col-2 {
}

.col2-set .col-narrow {
}

.col2-set .col-wide {
}

.col3-set .col-1 {
}

.col3-set .col-2 {
}

.col3-set .col-3 {
}

.col4-set .col-1 {
}

.col4-set .col-2 {
}

.col4-set .col-3 {
}

.col4-set .col-4 {
}

/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    font: 14px/15px "Cuprum",sans-serif;
    vertical-align: middle;
}

input.input-text, select, textarea {
    background: #fff;
    border: 1px solid #b6b6b6;
}

input.input-text, textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 2.5em;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}
.btn-continue {
    display: none;
}

/* <- Safari & Google Chrome Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button span {
    background: #212121 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
button.button span:hover{
    background: #333 none repeat scroll 0 0;
    transition: .3s;
}

button.button span span {
    border: 0;
    padding: 0;
}

button.button:hover span {
    background: #f2cf68;
    color: #ffffff;
    transition: .3s;
}

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button.btn-checkout span {
    background: #212121;
    font-size: 18px;
}

button.btn-checkout:hover span {
        background: #4a4a4a;
    transition: .4s;
}

button.btn-checkout span span {

}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
    outline: none;
    text-decoration: none;
}

/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    color: #999;
    font-weight: 400;
    position: relative;
    z-index: 0;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
    float: left;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    clear: both; /*width:260px;*/
}

.form-list .field { /*float:left; width:275px;*/
    margin-top: 10px;
}

.reg-user .form-list input.input-text {
    width: 100%;
    padding: 7px;
}

.form-list textarea {
    /*width: 254px;*/
    height: 10em;
}

.form-list select {
    width: 100%;
}

.form-list li.wide .input-box {
    width: 100%;
}

.form-list li.wide input.input-text {
    width: 100%;
}

.form-list li.wide textarea {
    width: 100%;
}

.form-list li.wide select {
    width: 100%;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list-narrow li {
    margin-bottom: 0;
}

.form-list-narrow li .input-box {
    margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
    width: 260px;
}

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}

.form-list-narrow li.wide select {
    width: 260px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    /*width: 49px;*/
}

.form-list .name-suffix {
    /*width: 65px;*/
}

.form-list .name-suffix select {
    /*width: 55px;*/
}

.form-list .name-suffix input.input-text {
    /*width: 49px;*/
}

.form-list .name-middlename {
    /*width: 70px;*/
}

.form-list .name-middlename input.input-text {
    /*width: 49px;*/
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    /*width: 140px;*/
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    /*width: 124px;*/
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    /*width: 205px;*/
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    /*width: 189px;*/
}

.form-list .customer-name-prefix-suffix .name-firstname {
    /*    width: 210px;
    */}

.form-list .customer-name-prefix-suffix .name-lastname {
    /*    width: 205px;
    */}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    /*width: 189px;*/
}

.form-list .customer-name-prefix-suffix .name-firstname {
    /*width: 210px;*/
}

.form-list .customer-name-prefix-suffix .name-lastname {
    /*width: 205px;*/
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    /*width: 189px;*/
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    /*width: 210px;*/
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    /*width: 205px;*/
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    /*width: 189px;*/
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:400; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set {
    clear: both;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
    margin-left: 0px;
}
.buttons-set button.button:hover {
    transition: .4s;
    background-color: #333;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

.fieldset {
}

.fieldset .legend {
    color: #231f20;
    font-size: 13px;
    letter-spacing: .6px;
    font-weight: 400;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

/* Form Validation */
.validation-advice {

    clear: both;
    position: absolute;
    min-height: 13px;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;

    color: #ff0040;
    text-align: left;
}
.validation-advice:before{
    content: '\f062';
    font-family: FontAwesome;
    display: inline-block;
    height: 10px;
    width:10px;
    margin-right: 10px;
}
.account-create.reg-user .validation-advice{position: relative;}

.customer-account-login .validation-advice {position: relative;transition: all 0.3s ease;}

.validation-failed {
    /*    border: 1px dashed #eb340a !important;
            background: url(../images/mail.svg) no-repeat scroll 10px center / 16px auto;
            background-color: #cc9768;
    */}

.validation-passed {
}


p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
    display: none;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages  */
.success {
    font-weight: 400;
    color: #999;
}

.error {
    color: #f00;
    font-weight: 400;
}

.notice {
    color: #ccc;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 20px;
}

.messages li li {
    margin: 4px 0 3px;
}

div.alert a.alert-link {
    display: inline-block;
}

div.alert a {
    font-size: 12px;
    color: #c16cb7;
    padding-left: 5px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div.alert a:hover {
    color: #fff;
}

div.alert {
    position: fixed;
    background: #353535;
    top: 0;
    left: 50%;
    width: 333px;
    margin-left: -220px;
    padding: 20px 60px;
    color: #FFF;
    z-index: 999;
    font-size: 12px;
    font-weight: 400;
    color: #ececec;
    border-radius: 0 0 3px 3px;
    text-align: center;
}

.addthis_button_google_plusone {
    width: 75px !important;
}

.addthis_button_tweet {
    width: 90px !important;
}

div.alert button {
    background: url(../images/remove-popup.png) 0 0 no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 45%;
    border: none;
    z-index: 9999;
}

div.alert button:hover {
    cursor: pointer;
    background-position: 0 -9px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 20px 7px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 4px 4px 4px 50px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.error-msg,
.success-msg {
    border-color: #ebbcb5;
}

.error-msg {
    background: url(../images/i_msg-error.gif) left -3px no-repeat #fff;
    color: #df0505;
    font-weight: 400;
}

.success-msg {
    background-color: #f7fde1;
    background-image: url(../images/i_msg-success.png);
    color: #a56f06;
    font-weight: 400;
}

.note-msg,
.notice-msg {
    background: url(../images/i_msg-note.gif) 20px 4px no-repeat !important;
    font-weight: 400;
    border-radius: 4px;
}

/* BreadCrumbs */
h4.last-bc.container {

}
.cms-page-view .breadcrumbs ul{margin:15px 0;}

.breadcrumbs ul {
    position: relative;
    margin-bottom: 0;
}



.breadcrumbs {
    margin: 10px 0px;
}
.breadcrumbs h1 {
    margin-top: 15px !important;
}
.breadcrumbs ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.breadcrumbs li {
    display: inline;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-right: 10px;
}

.breadcrumbs li a {
    color: #000;
    text-decoration: none;
    margin-right: 10px;
}

.breadcrumbs li strong {
    font-weight: normal;
    color: #cbcbcb;
}

/* Page Heading */
.page-title {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 15px;
}

.page-title h1,
.page-title h2 {
    color: #3f3f3f;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.subtitle,
.sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 6px;
    color: #333;
}

/* Pager */
.pager {
    margin:0;
}

.pager .amount {
    float: left;
    padding-top: 2px;
}

.pager .amount span {
    font-weight: 400;
    color: #a56f06;
}

.pager .amount.spinner {
    padding-top: 13px;
}

.pager .amount strong {
    font-weight: normal;
    color: #383737;
    display: inline-block;
    padding-top: 0px;
}

.pager .amount strong span {
    font-weight: 400;
    color: #a56f06;
}

.limiter {
    float: right;
    color: #000000;
    min-width: 110px;
}

.limiter label {
    color: #8d8c8c;
    display: inline-block;
    float: left;
    font-weight: 100;
    line-height: 20px;
    padding: 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.limiter .jqTransformSelectWrapper {
    width: 40px !important;
    text-align: center;
    padding-right: 20px !important;
}

.limiter .jqTransformSelectWrapper ul {
    width: 58px !important;
}

.pager .pages {
    margin: 3px 135px 0 135px;
}

.pager .pages strong {
    font-weight: normal;
    color: #000;
    padding-right: 7px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    border: 1px solid #ececec;
    padding: 1px 0px 1px 0px;
    background: url(../images/tail-pag.gif) 0 0 repeat-x #fbfbfb;
    color: #737373;
    font-size: 11px;
    font-weight: 400;
    margin-right: 3px;
}

.pager .pages li span {
    padding: 0px 5px 0px 5px;
}

.pager .pages li:hover {
    border: 1px solid #333333;
    background: #333333;
    color: #fff;
    cursor: pointer;
}

.pager .pages li:hover a {
    color: #fff;
}

.pager .pages li a {
    text-decoration: none;
    color: #737373;
    font-size: 11px;
    font-weight: 400;
    padding: 1px 5px 1px 5px;
}

.pager .pages .current {
    border: 1px solid #333333;
    background: #333333;
    color: #fff;
}

.pager ol > li:first-child > a {
    text-decoration: none;
}

.pager ol > li > a {
}

/* Sorter */
.sorter {

}


.view-mode {
    float: right;
    height: auto;
    margin: 3px 10px 0;
    overflow: hidden;
}

.view-mode .grid {
    background: rgba(0, 0, 0, 0) url("../images/tp-grid-view.png") no-repeat scroll 0 0 / 14px auto;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 15px;
}

.view-mode a.grid {
}

.view-mode a.grid:hover {

}

.view-mode .list {
    background: rgba(0, 0, 0, 0) url("../images/tp-list-view.png") no-repeat scroll 0 0 / 14px auto;
    display: inline-block;
    height: 14px;
    width: 14px;
}

a.list {
    background: url(../images/grid-list.png) no-repeat right -24px;
}

strong.list {
    background: url(../images/grid-list.png) no-repeat right 0px;
}

a.list:hover {
    background-position: right 0px;
}

.sort-by {
position: relative;
}

.sort-by .jqTransformSelectWrapper {
    width: 100px !important;
}

.sort-by .jqTransformSelectWrapper span {
    padding-left: 7px;
}

.sort-by > a {
    display: none;
}
.sort-by {
    text-align: right;
}
.sort-by label {
    color: #000;
    display: inline-block;
    float: left;
    font-weight: 400;
    line-height: 23px;
    margin: 0 5px 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.sort-by label i {
    display: none;
    font-size: 10px;
}

.sort-by select {

}

.sorter .link-feed {
}

#easyTooltip {
    padding: 5px 10px;
    border: 1px solid #a56f06;
    background: #a56f06;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-transform: none;
    position: relative;
    z-index: 99;
    font-weight: normal;
}

/* Toolbar */
.toolbar {
    margin-bottom: 30px;
    border-bottom: 0;
    padding-bottom: 10px;
    margin-top: -40px;
}

.toolbar .tb-boxes {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    justify-content: flex-end;
}
.toolbar .tb-boxes .pg-limit {
    margin: 0 20px;
}
.toolbar select {
    text-align: center;
    min-width: 63px;
    border-radius: 0px;
    padding: 0 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #8d8c8c;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
}
.toolbar .sort-by select {
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #000;
    -moz-appearance: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.toolbar .sort-by:after {
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f2cf68;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.toolbar .pages{display:none;text-align: center;}
.toolbar .pages li {
        display: inline;
    padding: 0 25px;
    font-size: 14px;
    position: relative;
}
.toolbar .pages li:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #e6e6e6;
}
.toolbar .pages li:last-child::after, 
.toolbar .pages li:first-child::after{
    content: none;
}
.toolbar .pages li:first-child {
    padding: 0;
}
.toolbar-bottom .pages {display: block;}
.toolbar .pages strong {
    display: none;}
.toolbar .pages li a {
    font-weight: 600;
    color: #a8a8a8;
}
.toolbar .pages li.current {
        font-weight: 600;
    }

.toolbar .pager {

}

.toolbar .sorter {

}

.toolbar-bottom .row {
    display: none;
}

.toolbar-bottom .toolbar {
    margin: 0;
}

/* Data Table */
.data-table {
    width: 100%;
}

.data-table th {
    color: #000;
    display: table-cell;
    font-size: 100%;
    font-weight: 400;
    line-height: normal;
    padding: 5px 10px;
    white-space: nowrap;
}

.data-table td {
    padding: 5px 10px;
    font-weight: 200;
}

.data-table tr td:last-child {
    border-bottom: none;

}
.data-table thead {
}

.data-table tbody {
}

.data-table tfoot {
}

.data-table tr.first {
}

.data-table tr.first th.label {
}

.data-table tr.last {
}

.data-table tr.odd th.label {
}

.data-table tr.even {
}

.data-table tbody.odd {
}

.data-table tbody.odd td {
    border-width: 0 1px;
}

.data-table tbody.even {
}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label,
.data-table th.label {
    font-weight: 400;
    color: #7e7e7e;
}

.data-table td.value {
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: nonee;
    padding-left: 0em;
}

.std ul.disc {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

.std dl dt {
    font-weight: 400;
}

.std dl dd {
    margin: 0px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0;
    padding: 0;
}

.std ul {
    list-style: none;
    padding-left: 0em;
}

.std ol {
    list-style: none;
    padding-left: 0em;
}

.std ul ul {
    list-style: none;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: 0;
}

.std dt {
    font-weight: 400;
}

.std dd {
    padding: 0em;
}

.std blockquote {
    font-style: italic;
    padding: 0em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: 400;
}

.std i,
.std em {
}

/* Misc */
.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    color: #dc6809 !important;
    font-weight: 400;
}

.link-wishlist {
}

.link-reorder {
    font-weight: 400;
    color: #dc6809 !important;
}

.link-compare {
    font-weight: 400;
}

.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
    font-weight: 400;
    color: #dc6809;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {

}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {

}

.btn-edit {

}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
}

/* Noscript Notice */
.noscript {
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

/* ======================================================================================= */

/* Header ================================================================================ */
.main-header .logo-col .logo {
    max-width: 190px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 60px;
}
.main-header .logo-col .logo img {
    position: absolute;
    left: 15px;
    top: -40px;
}
.head-action-widget, .topbar-left {
    margin-top: 5%;
}
.cms-home .header-navigation {
    border-bottom: none;
}
.header {
    min-height: 60px;
}

.header .logo {
    margin-top: 18px;
}

.header .logo strong {
}

.header h1.logo {
    margin: 0;
}

.header .quick-access {
}

.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header .welcome-msg a {
    color: #ebbc58;
}

.header .form-search {
}

.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
    display: none;
}

.header .form-search input.input-text {
    float: left;
    border-color: #5c7989;
    /*width: 209px;*/
    margin-right: 4px;
}

.header .form-search button.button {
    float: left;
}

.header .form-search button.button span {
    padding: 3px;
    background: #231f20;
}
.header .form-search button.button span:hover{background: #555;}
.header .form-search .search-autocomplete {
    z-index: 999;
    left: 20px !important;
    top: 50px !important;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
    background-color: #f9f5f0;
}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: 400;
}

.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb;
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd;
}

.header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.header .form-language label {
    font-weight: 400;
    padding-right: 5px;
    color: #a7c6dd;
    vertical-align: middle;
}

.header .form-language select {
    padding: 0;
}

.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.header .links {
    float: right;
    margin: 0 0 6px;
}

.header .links li {
    float: left;
    font-size: 11px;
    background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat;
    padding: 0 8px 0 7px;
}

.header .links a {
    color: #ebbc58;
}

.header-navigation .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-navigation .top-container a {
    font-size: 11px;
    color: #ebbc58;
}

/********** < Navigation */
.nav-container {
    display: table;
    margin: 0 auto;
}

.category-new-arrivals .col-right{display: none;}

.header #nav {
    margin: 20px 0 0 0;
    font-size: 13px;
    list-style: none;
    display: table;
    text-transform: uppercase;
}

.header #nav ul li span {
    display: table-cell;
    cursor: pointer;
    /* white-space: nowrap; */
    line-height: 1.5;
    font-size: 15px;
    font-weight: normal;
    margin: 0px;
    padding: 8px 10px 5px;
    min-width: 220px;
}

/*.header #nav li:hover {
    border-bottom: 1px solid #a56f06;
}*/
.header #nav li{
    float: left;
    margin: 0 10px;
    text-align: center;
    display: table-cell;
    padding-bottom: 18px;
}
.header #nav li.active {
}
.header #nav .level-top a{
    text-decoration: none;
    color: #333;
    font-weight: 400;
    line-height: 0px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .6px;
    text-align: left;
    position: relative;
}

.header #nav li.active a{
    color: #888;
}

.header #nav li.over a,
.header #nav li a:hover {
    /*border-bottom: 1px solid #a56f06;*/
}

.header #nav li ul{
    padding: 5px 0;
    position: absolute;
    top: 20px;
    transform: translateY(20px);
    text-align: center;
    visibility: hidden;
    z-index: 999;
    opacity: 0;
    width:150px;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

}

div#catalog-filters {
    /*z-index: 99;*/
}
.header #nav li:hover ul{
    transform: translateY(5px);
    visibility: visible;
    opacity: 1;
}

.header #nav ul {
    padding-left: 0;
    display:block;
}
.header #nav ul li {
    margin: 0;
    padding: 0;
    float: none;
    display:block;
    font-size: 12px;
    letter-spacing: 1px;
    list-style: none;
}

.header #nav ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #f5f5f5;
    margin-left: 2px;}

#nav li.level-top:hover a{color:#999;}

.header #nav ul li.selected_menu_item a {
    color: #FFF;}

.header #nav li li {
    margin: 0px;
    transition: all 0.3s ease;
    display: block;
    text-align: left;/*
        display: table-caption;*/
    background: #333;
    border-bottom: 1px solid #222;
    box-shadow: 0 0 black;
}
.header #nav li li a {
    color: #fff;
    line-height: 30px !important;
    font-size: 12px !important;
    height: 30px;
    padding: 0 10px;
}

.header #nav li li a:hover {color:#fff;transition: all 0.3s ease;}

.header #nav li li ul li{
    width:100%;
}
.header #nav li li ul li a {
    padding: 0 10px;
}
.header #nav li li:hover ul {
    display: block;
    top: -5px;
    margin-left: 4px;
}
.header #nav li ul li a:hover {color:#fff !important;}

.header #nav li li ul{
    display: none;
    background: #333;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    padding: 1px 3px;
    min-height: auto;
    top: 0%;
    left: 98%;
    z-index:10;
}
.header #nav li li ul li a{padding:0px;}

/**-- 4 level cat --**/
.header #nav li.level1:hover > ul{display:block !important;transition: all 0.6s ease;}

.header #nav li.level1.parent>:after {
    /*content: '\f105';*/
    content: none;
    font-family: FontAwesome;
    position:relative;
    top: 17px;
    right:15px;
    font-weight:400er;
    float: right;
    position: absolute;
}

/*.header #nav li.level1.parent>:hover:after,
.header #nav li.level1.parent.over>:after {
 content: '\f107';
 font-family: FontAwesome;
}*/


/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block {

}

.block.last_block {
    margin-bottom: 0;
}

.block .block-title {
    padding: 5px 5px 5px 10px;
    background: #e0e0e0;
}

.block .block-title strong {
    font-size: 15px;
    text-transform: uppercase;
    color: #383737;
}

.block .block-title strong span {
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    padding: 15px 0 10px 0;
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.block .block-content li.item {
    padding: 10px 0;
}

.block .block-content li.item:first-child {
    border: none;
}

.widget.widget-catalogsale-products .block ol li {
    padding: 20px 0 20px 0;
}

.widget.widget-catalogsale-products .price-box.map-info {
    padding: 10px 0 10px 0;
}

.widget.widget-catalogsale-products .price-box.map-info a {
    padding-left: 0;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
}

.block .actions {
    text-align: right;
    padding: 0;
}

.block .actions a {
    float: left;
    font-weight: 400;
    color: #888787;
    display: inline-block;
}

.block .actions a:hover {
    color: #a56f06;
    text-decoration: underline;
}

.block-compare .actions {
    padding: 20px 0 10px 0;
}

.block .empty {
}

.block li.odd {
}

.block li.even {
}

.sidebar-indent {
    margin-top: 61px;
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
}

.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {
}

/* Mini Products List */
.mini-products-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.mini-products-list li > div > div {
    padding: 0;
}

.mini-products-list .product-image {

}

.mini-products-list .product-image:hover {

}

.mini-products-list .product-details {

}

.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}

.block-cart .mini-products-list .product-details .product-name {
    padding: 0 15px 0 0;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

/* Block: Account */
.block-account ul li {
    padding-bottom: 5px;
}

/* Block: Currency Switcher */
.block-currency {
}

.block-currency select {
    width: 100%;
    border: 1px solid #888;
}

/* Block: Layered Navigation */
.block-layered-nav {

}

.block-layered-nav dt {
    font-weight: 400;
    color: #000000;
}

.block-layered-nav dd ol {
    margin: 0;
    padding: 0;
}

.block-layered-nav dd.last ol {
    border: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.block-layered-nav dd li a {
    text-decoration: none;
    color: #000;
}

.block-layered-nav dd li a:hover {
    color: #e1bd5d;
}

.block-layered-nav dd li {

}

.block-layered-nav .currently {
}

.block-layered-nav .btn-remove {
    float: right;
    margin: 0px 3px 0 2px;
}

.block-layered-nav .block-subtitle {
    margin-bottom: 16px;
}

.block-layered-nav .block-content .actions a {
    border-radius: 40px;
    color: #363636;
    display: block;
    float: none;
    text-align: left;
    text-decoration: none;
}

.block-layered-nav .block-content .actions a:hover {
    color: #a56f06;
}

.block-layered-nav .block-content .actions {
    margin-bottom: 10px;
    padding: 0;
}

/* Block: Cart */
.block-cart .btn-edit {
    margin-top: 3px;
    margin-right: 5px;
}

.block-cart {
    background: url(../images/tail-box-cart.gif) 0 bottom repeat-x;
}

.block-cart .block-content li.item.last {
}

.block-cart .summary {
}

.block-cart .amount {
    margin-bottom: 5px;
}

.block-cart .subtotal {
    border: 1px solid #000000;
    padding: 5px 9px 5px 9px;
}

.block-cart .subtotal .price {
    float: right;
    font-weight: 400;
    color: #000;
}

.block-cart .subtotal .label {
    color: #000;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    vertical-align: unset;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.block-cart .amount-2 {
    border-top: 1px solid #e6e6e6;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 17px;
}

.block-cart .amount-2 a {
    text-decoration: none;
    font-weight: 400;
    color: #a56f06;
}

.block-cart .amount-2 a:hover {
    color: #000000;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
    display: none;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 5px 0;
}

.block-cart .actions {
    margin-bottom: 0;
    padding-top: 10px;
}
.block-cart .actions .col-lg-6:first-child {
    padding-right: 5px;
}
.block-cart .actions .col-lg-6:last-child {
    padding-left: 5px;
}

.block-cart .actions button {
    width: 100%;
    margin-bottom: 10px;
}

.block-cart .product-details {
    color: #b2b2b2;
    text-transform: uppercase;
    position: relative;
}

.block-cart .product-details strong {
    font-weight: normal;
    padding: 0 0 0 3px;
    color: #212121;
    font-size: 15px;
}

.block-cart .block-title {
    padding-bottom: 8px;
}

.block-cart .product-details .price,
.block-related .regular-price .price {
    font-size: 13px;
}

.block-cart .product-name a,
.block-related .product-name a {
    text-decoration: none;
    line-height: 18px;
    text-transform: none;
    display: inline-block;
}

.block-cart .product-name a:hover,
.block-related .product-name a:hover {
    color: #000;
}

/* Block: Wishlist */
.block-wishlist {
}

.block-wishlist .btn-remove {
    margin-left: 7px;
}

.block-wishlist .product-name a {
    text-decoration: none;
    color: #b2b2b2;
}

.block-wishlist .product-name a:hover {
    color: #000;
}

.block-wishlist .block-title small {
    color: #fba00b;
}

.block-wishlist .regular-price .price {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    float: none;
}

.block-wishlist .price-box {
    width: 100%;
    display: block;
    float: none;
    padding-bottom: 7px;
}

.block-wishlist .link-cart {
    display: block;
}

.block-wishlist .block-content li.item {
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0 20px 0;
}

.block-wishlist .block-content li.item.last {
}

.block-wishlist .product-name {
    padding-bottom: 5px;
}

.block-wishlist .actions a {
    font-weight: 400;
    color: #888787;
    text-decoration: underline;
    padding-right: 13px;
    background: url(../images/marker-link.png) right 7px no-repeat;
}

.block-wishlist .actions a:hover {
    text-decoration: underline;
    color: #a56f06;
}

.block-wishlist .actions {
    padding-bottom: 5px;
}

/* Block: Related */
.product-image {
    display: inline-block;
}

.block-related {
}

.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    margin-right: 12px;
    margin-top: 8px;
    float: left;
}

.block-related .product {
    overflow: hidden;
    margin-bottom: 10px;
}

.block-related .product .product-image {

}

.block-related .product .product-details {

}

.rel-label {
    font-size: 12px;
    color: #333;
    padding-top: 6px;
    display: inline-block;
}

.block-related .link-wishlist {
    font-size: 12px;
    font-weight: 400;
    color: #a56f06;
}

.block-related .link-wishlist:hover {
    text-decoration: underline;
    color: #000;
}

.block-related .block-content li.item {
    padding: 20px 0;
}
li.item .row{margin: 0px;}
.block-related .block-content li.item:first-child {
    padding-top: 0;
}

.block-related .block-content li.item.last {
    padding-bottom: 10px;
}

.block-related .product-name {
    padding-bottom: 6px;
}

/* Block: Compare Products */
.block-compare {
}

.block-compare li {
    padding: 12px 0;
}

.block-compare .block-content {
    padding: 12px 20px 10px;
}

.block-compare .btn-remove {
    margin-top: 4px;
    margin-left: 10px;
}

.block-compare #compare-items {
}

.block-compare .block-content li.item {
    padding: 16px 0;
}

.block-compare .block-title small {
    display: none;
}

.block-compare .product-name a {
    text-decoration: none;
    color: #b2b2b2;
}

.block-compare .product-name a:hover {
    color: #383737;
}

/* Block: Recently Viewed */
.block-viewed {
}

.block-viewed li a,
.block-compared li a {
    text-decoration: none;
    color: #b2b2b2;
    display: inline-block;
}

.block-viewed li a:hover,
.block-compared li a:hover {
    color: #383737;
}

.block-viewed .block-content li.item,
.block-compared .block-content li.item {
    border-top: 1px solid #e6e6e6;
    padding: 15px 0 15px 0;
    border-bottom: 0;
}

.block-viewed .block-content li.item.last,
.block-compared .block-content li.item.last {
    border-top: 1px solid #E6E6E6;
}

/* Block: Recently Compared */
.block-compared {
}

#co-payment-form {
    width: 100px;
}

/* Block: Poll */
.block-poll {
    border: 1px solid #494949;
    background: #5c5b5b;
}

.block-poll .block-title strong span {
    color: #fff;
}

.block-poll .block-subtitle {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 10px;
}

.block-poll label {
    color: #b2b2b2;
    line-height: 18px;
}

.block-poll input.radio {
    float: left;
    margin: 2px 0 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 32px;
}

.block-poll li {
    padding: 3px 0px 9px 0;
}

.block-poll .actions {
    margin: 0px 0 0;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.block-poll .answer {
    float: left;
    width: 100%;
}

.block-poll .answer span {
    display: block;
    width: 150px;
    color: #b2b2b2;
}

.block-poll .votes {
    font-weight: normal;
    float: right;
    width: 70px;
    margin-top: -17px;
    text-align: right;
    color: #fff;
}

/* Block: Tags */
.block-tags {
}

.block-tags ul,
.block-tags li {
    display: inline;
}

.block-tags li a {
    color: #383737;
    text-decoration: none;
}

.block-tags li a:hover {
    color: #a56f06;
}

.block-tags .actions a {
    padding-right: 13px;
    background: url(../images/marker-link.png) right 7px no-repeat;
}

.block-tags .actions a:hover {
}

.block-tags .actions {
    padding-bottom: 5px;
}

.product-tags li {
    float: left;
    margin-right: 7px;
}

#addTagForm {
    overflow: hidden;
}

/* Block: Subscribe */
.block-subscribe {
}

.block-subscribe .form-subscribe-header {
    color: #fff;
    padding-left: 10px;
    font-size: 13px;
    letter-spacing: .6px;
    font-family: 'Oswald', sans-serif;
}

.block-subscribe label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.block-subscribe #newsletter {
    width: 100%;
}
.block-subscribe .input-box{
    width: 90%;
}

/* Block: Reorder */
.block-reorder {
}

.block-reorder .block-content {
    padding: 3px 20px 0 0;
}
.block-reorder .block-content li.item{padding:0px;}

.block-reorder .block-subtitle {padding: 3px 0;font-size: 13px;}
.block-reorder li {
    padding: 5px 0 5px 0;
}


.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .product-name a {
    text-decoration: none;
    color:#333;
}

.block-reorder .product-name a:hover {
    color: #000;
}

.block-reorder .actions a {
    background: #4c4c4c none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font: 14px "Cuprum",sans-serif;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    /*background: url(../images/marker-link.png) right 7px no-repeat;*/
}

.block-reorder .actions a:hover {
    background: #212121;
    color: #ffffff !important;
    text-decoration: none;
}

.block-reorder .actions {
    padding-bottom: 5px;
}

/* Block: Banner */
.block-banner {
}

.block-banner .block-content {
    text-align: center;
    padding: 0;
    border: 0;
}

/* Block: Login */
.block-login label {
    font-weight: 400;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
    overflow: hidden;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title {
    border: 0 none;
    margin: 0;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
    display: none;
}

.category-image img {
}

.category-description {
    margin: 0 0 10px;
}

.category-products {
}
.category-products .toolbar-bottom .tb-boxes {
    display: none;
}
/* View Type: Grid */
.products-grid {
    margin-bottom: 20px;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid .item {
    margin-bottom: 25px;
}

.block-related .owl-controls .owl-buttons div {
    color: #000 !important;
    background: transparent !important;
    cursor: pointer;
}

.block-related.products-grid .item {
        margin: 0 10px;
}

.products-grid .product-image {
    text-align: center;
    display: block;
}

.products-grid .product-image img {
    max-width: 100%;
}

.products-grid .product-name { /* min-height: 2.7em; */
    font-weight: normal;
    font-size: 12px;
    color: #203548;
        text-overflow: ellipsis;
    white-space: nowrap;
}

.products-grid .product-name a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}

.products-grid .product-name a:hover {
    color: #a56f06;
}

.products-grid .price-box {
    margin: 0;
    text-align: left;
}

.products-grid .availability {
    line-height: 21px;
}



.products-grid .item:hover {
}

.products-grid .item:hover .actions {
    display: block;
    opacity: 1;
}
.products-grid .item:hover .actions {
    bottom: 40%;
}

.products-grid .actions {
    bottom: -10%;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.products-grid .actions ul {
    text-align: center;
}

.products-grid .actions ul {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.products-grid .actions ul li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #fff;
}

.products-grid .actions ul li:hover {
    background: #9999a3 ;
    color: #fff;
}

.products-grid .actions ul li a {
    padding: 9px 12px;
    line-height: 18px;
    display: block;
}

.products-grid .actions ul li button {
    display: block;
    padding: 10px 12px;
}

.products-grid button.button.btn-cart {
    padding: 11px 12px;
    background: #fff;
    color: #333;
    border-radius: 50%;
}

button.button.btn-cart:hover {
    background: #9999a3;
}

.products-grid .actions ul li i {
    color: #333;
    font-size: 16px;
    letter-spacing: .6px;
    line-height: 15px;
}

.products-grid .actions ul li:hover i {
    color: #fff;
    transition: .3s;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
}

.col1-layout .products-grid {
}
.col1-layout .products-grid .owl-item img {
    width: auto !important;
}
.product-grid-info {
    text-transform: uppercase;
    padding: 10px;
}

/* button Hover Title wishlisht*/
.products-grid span.hvr-text {
    display: none;
    position: absolute;
    min-width: 82px;
    background: rgba(33, 33, 33, 0.81);
    padding: 10px;
    bottom: 0px;
    right: 43px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.products-grid span.hvr-text:after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    right: -7px;
    color: rgba(33, 33, 33, 0.81);
    font-size: 22px;
    bottom: 3px;
}

.products-grid .hvr-prolink:hover .hvr-text {
    display: block;
}

/* button Hover Title Add to cart*/
.products-grid span.hvr-text-atc {
    display: none;
    position: absolute;
    min-width: 82px;
    background: rgba(33, 33, 33, 0.81);
    padding: 10px;
    bottom: 42px;
    right: 43px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    border: none;
    text-transform: capitalize;
}

.products-grid span.hvr-text-atc:after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    right: -7px;
    color: rgba(33, 33, 33, 0.81);
    font-size: 22px;
    bottom: 9px;
}

.products-grid .hvr-prolink:hover .hvr-text-atc {
    display: inline-table;
}

/* View Type: List */
.products-list .item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 0;
}

.products-list .item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 13px;
    color: #203548;
}

.products-list .product-name a {
    font-size: 16px;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

.products-list .listview-act {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    align-items: center;
}
.products-list .listview-act .btn-cart span {
    color: #000;
    font-family: 'Poppins', sans-serif;
    padding: 7px 15px;
    border: 1px solid #000;
    background: transparent;
    font-size: 12px;
}
.products-list .listview-act .btn-cart span:hover {
    background: #d5b255;
    color: #000;
}
.products-list .listview-act .add-to-links {
    margin: 0 10px;
}
.products-list .listview-act .add-to-links .link-wishlist {
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    padding: 8px 15px;
    border: 1px solid #999999;
    text-transform: uppercase;
}
.products-list .listview-act .add-to-links .link-wishlist:hover {
    background: #d5b255;
    color: #000;
}

.price-box .old-price, .price-box .special-price {
    display: inline;
    margin: 0 10px 0 0;
}

.price-box .old-price .price-label, .price-box .special-price .price-label {
    display: none;
}

.price-box .old-price .price, .price-box .special-price .price, .price-box .price {

}

.product-shop .price-box .old-price, .product-shop  .price-box .special-price {
    margin: 0 10px 0 0;

}

.shop-now {
    color: #212121;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    border-top: 1px solid #bfbfbf;
    padding-top: 5px;
    display: inline-block;
}

.shop-now:hover {
    color: #a56f06;
}

/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.ratings .amount {
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: 400;
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0;
    display: none;
}

.availability span {
    font-weight: 400;
}

.availability.in-stock span {
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: 400;
}

.product-view .product-detail .availability {
    font-size: 11px;
}

.product-view .product-detail .availability span {
    font-weight: normal;
}

/* Email to a Friend */
.email-friend {
    margin: 0;
}

/* Alerts */
.alert-price {
    margin: 0;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}

/********** < Product Prices */
.price {
    white-space: nowrap !important;
}

.price-box {
    margin: 5px 0;
}

.price-box .price {
    font-weight: 400;
}

/* Regular price */
.regular-price {
    color: #979797;
    display: block;
    text-align: center;
}

.regular-price .price {
    font-weight: normal;
    font-size: 13px;
    color: #979797;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.block .regular-price,
.block .regular-price .price {
    color: #2f2f2f;
}

/* Old price */
.old-price {
    margin: 0;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
}

.old-price .price {
    font-weight: normal;
    color: #979797;
    text-decoration: line-through;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

/* Special price */
.special-price {
    margin: 0;
    padding: 3px 0;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    color: #cd5033;
}

.special-price .price {
    font-size: 13px;
    font-weight: normal;
    color: red;
    font-family: 'Poppins', sans-serif;
}
.product-grid-info .price-box .special-price {
    float: right;
}
.price-box .special-price {
    margin-right: 0;
}

.product-grid-info .sku-list{text-align: left;}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: 400;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200;
}

/* Including tax */
.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: 400;
    color: #c76200;
}

/* Configured price */
.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: 400;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: 400;
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: 400;
}

/* Price range */
.price-from {
    margin: 0;
}

.price-from .price-label {
    font-weight: 400;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-weight: 400;
    white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: 400;
    color: #2f2f2f;
}

/* Price as configured */
.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: 400;
    white-space: nowrap;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #555;
}

/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
}

.tier-prices li {
    line-height: 1.4;
    background: url(../images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: 400;
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: 400;
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: 400;
}

/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: 400;
    color: #666;
}

.add-to-cart .qty {
    border: none;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    
}

.add-to-cart button.button {
}

.add-to-cart button.button span {
    font-size: 18px;
    padding: 10px 40px;
}

.add-to-cart button.button span span {
    padding: 0;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
    margin: 10px 0;
}


.add-to-box .or {
    float: left;
    font-weight: 400;
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.product-view {

}

.product-essential {

}

.product-essential h2 {
    font: 400 13px/1.35 "Cuprum",sans-serif;
}

.product-collateral {
    background: #faf7ee url(../images/bkg_product_collateral.gif) 0 0 repeat-x;
    padding: 25px;
}

.product-collateral h2 {
    font-weight: 400;
    font-size: 15px;
    color: #e26703;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
}

.product-collateral .box-collateral {
    margin: 0 0 25px;
}

/* Product Images */
.product-view .product-img-box {

}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    margin: 0 0 -2px;
}

.product-view .product-img-box .product-image-zoom {
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    display: none !important;
}

.product-view .product-img-box .product-image-zoom img {
    max-width: 100%;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
    display: none;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}
.product-view .product-img-box .more-views{
    display: block;
    float: none;
    width: 100%;
}
.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
    display: none;
}
.product-view .art-vmenu .owl-buttons .owl-next, 
.product-view .art-vmenu .owl-buttons .owl-prev {
    position: relative !important;
    background: #fff;
    color: #000;
    transform: none !important;
    cursor: pointer;
    height: 40px;
    width: 40px;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    display: block;
    padding: 10px;
    margin: 0 0 15px;
}


.product-view .product-img-box .more-views ul,
.product-view .product-img-box .more-views li {
    margin-bottom: 0;
}

.product-view .product-img-box .more-views li a {
    display: block;
    overflow: hidden;
    margin-top: 0px;
}

.product-view .art-vmenu .owl-controls {
    margin: 0;
    position: absolute;
    top: 14%;
    right: -100%;
    transform: translate(-50%, -50%);
}
.pro-view-bottom {
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    margin-top: 30px;
}
.pro-view-bottom h6 {
    display: block;
    color: #666666;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}
.pro-view-bottom p {
    display: inline-block;
    color: #999999;
}
.pro-view-bottom .shipping-text {
    color: #f2d069;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    font-size: 15px;
}
.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: 400;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #2f2f2f;
}

/* Product Shop */
.product-view .product-detail {

}

.col1-layout .product-view .product-detail {
    padding: 70px 40px 70px 70px;
    background: #f6f6f6;
    height: 100%;
    position: relative;
}

.col3-layout .product-view .product-detail {

}

.product-view .product-detail .product-name {
    margin: 0 0 15px;
}

.product-view .product-detail .product-name h1 {
    color: #000000;
    margin: 0;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}

.product-view .product-detail .availability {
    margin: 10px 0;
}

.product-view .product-detail .short-description {
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
    color: #666666;
    font-family: 'Poppins', sans-serif;
    margin-top: 35px;
    width: 90%;
}

.product-view .product-detail .price-box {
    margin: 0;
}
.product-view .product-detail .price-box .regular-price {
    text-align: left;
}
.product-view .product-detail .price-box .old-price {
    margin-right: 30px;
}
.product-view .product-detail .price-box .price {
    font-size: 24px;
    font-weight: 300;
    display: block;
    color: #000;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
.product-view .product-essential .row {
    display: flex;
}

.product-view .product-detail .price-box .old-price .price {
    font-size: 14px;
    display: inline-block;
    color: #999999;
    text-decoration: line-through;
}


.attribute.sku {
    padding-bottom:  10px;
}

.sku p {

    font-size: 18px;
    text-transform: uppercase;
}

.product-view .product-detail .add-to-links {
    margin: 0;
}

.product-view .product-detail .add-to-links {
    font-size: 12px;
    text-align: right;
}

.product-view .product-detail .add-to-links li,
.product-view .product-detail .add-to-links li .separator {
    display: inline;
}

.product-view .product-detail .add-to-links a {
    color: #1E7EC8 !important;
    font-weight: normal !important;
}

/* Product Options */
.product-options {
    margin: 5px 0;
    display: block;margin-bottom: 15px;}

.product-options .option-row .option-name {
    display: none;
}

.product-options dt {
    padding: 0;
    font-weight: normal;
}

.product-options dt label {
    font-weight: 400;
    color: #2f2f2f;
}

.product-options dt label.required em {
    color: #eb340a;
    display: none;
    margin-left: 5px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {

}

.product-options dl.last dd.last {

}

.product-options dd input.input-text {
    width: 100%;
}

.product-options dd input.datetime-picker {

}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 99%;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-view .product-img-box {
    height: 100%;
    background: #f6f6f6;
}
.product-detail .prod-bottom-action {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.prod-bottom-action .wishlist-dp a {
    float: none;
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    height: 50px;
    text-align: center;
    padding: 10px;
    border: 1px solid #999999;
    text-transform: uppercase;
    width: 200px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.prod-bottom-action .button.btn-cart {
    float: none;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    height: 50px;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    text-transform: uppercase;
    width: 200px;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.prod-bottom-action .wishlist-dp a:hover, 
.prod-bottom-action .button.btn-cart:hover {
    background: #d5b255;
    color: #000;
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #e26703;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .price-box {

}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    display: inline-block;
    width: 100%;
}

.product-shop .product-options-bottom {

}
.product-shop .product-options-bottom .price-box {
    display: none;
}


.product-shop .product-options-bottom .price-label {

}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}
.box-additional .data-table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding: 10px 0;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

/* Block: Description */
.product-view .box-description {
}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    text-align: left;
}
.product-view .box-additional .data-table th{
    text-transform: uppercase;
    color: #333;
}

/* Block: Upsell */
.product-view .box-up-sell h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {

}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-tags {
    margin: 0;
}

.product-view .box-tags h3 {
    font-size: 13px;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
    color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    background: url(../images/i_tag_add.gif) 0 2px no-repeat;
    padding: 0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.product-view .box-tags .form-add button.button span {
    border-color: #406a83;
    background: #618499;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
    margin: 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: 400;
}

.product-view .box-reviews dd {
    margin: 0 0 15px;
}

.product-view .box-reviews dd small {
    font-style: italic;
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
    font-weight: 400;
}

.product-view .box-reviews .form-add h4 {
    font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}

/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden;
}

.send-friend .form-list li {
    margin-right: -15px;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .form-list .field {
    width: 315px;
}

.send-friend .form-list .input-box {
    width: 300px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px;
}

.send-friend .form-list li.wide .input-box {
    width: 612px;
}

.send-friend .form-list li.wide textarea {
    width: 609px;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}

/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

.product-name a {
    text-decoration: none;
}

/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
    color: #1b2d3b;
}

/* Advanced Search */
.advanced-search {
}

.advanced-search-amount {
    margin-bottom: 5px;
}

.advanced-search-summary {
    margin-bottom: 15px;
}

.advanced-search .form-list label {
    float: none;
}

.catalogsearch-advanced-index #advanced-search-list li.even label {
    display: block;
    width: 100%;
}

.form-adv-search {
    border: 1px solid #ececec;
    background: url(../images/media/bg-adv-search.gif) left bottom no-repeat #fff;
    padding: 11px 20px 20px 20px
}

.form-adv-search .fieldset {
    border: none;
    background: none;
    margin: 0;
    padding: 0 0 0 0;
}

.form-adv-search .fieldset h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a56f06;
    padding: 8px 0 5px 0;
}

.catalogsearch-advanced-index .col-main {
    padding-top: 17px;
}

.form-adv-search .page-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 9px;
}

.form-adv-search .fieldset .form-list input.input-text {
    width: 495px;
}

.form-adv-search .fieldset .form-list .input-range input.input-text {
    width: 100px !important;
}

.input-range small {
    color: #b1b1b1;
}

.form-adv-search select.multiselect option {
    border-bottom: none;
    padding: 2px 5px;
    color: #7e7e7e;
    padding-top: 1px;
    padding-bottom: 1px;
}

.form-adv-search .multiselect {
    padding: 5px;
    height: 94px;
}

.form-adv-search .buttons-set {
    padding: 12px 0 0 0;
    margin-top: 0
}

.form-adv-search .buttons-set button.button {
    float: left;
}

.form-adv-search .form-list select {
    width: 500px;
}

/* CMS Home Page */

/*crousel home*/

.home-page .owl-theme .owl-controls .owl-buttons div.owl-prev:hover, .home-page .owl-theme .owl-controls .owl-buttons div.owl-next:hover{
     transition: .4s;
    opacity: .6;
}
.home-page .owl-theme .owl-controls .owl-buttons div{
    background-color: transparent;
    transition: .5s;
    cursor: pointer;
}

.home-page .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left:0;
        padding: 0;
}
.home-page .products .category-products .owl-controls .owl-buttons div {
    color: #000;
}

.home-page .owl-theme .owl-controls .owl-buttons div.owl-next{
        right: 0;
        padding: 0;

}
.owl-theme .owl-controls .owl-buttons div{
        padding: 10px 11px;
}


.cms-index-index .subtitle {
}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    color: #1b2d3b;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: 400;
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

/* RSS */
.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart {
}

.cart .data-table th,
.cart .data-table td {
    border-color: #ececec;
    line-height: normal;
    color: #000000;
    padding: 10px 20px 10px 20px;
}

.cart .data-table td input {
    border: 1px solid #d4d4d4;
    text-align: center;
    color: #7e7e7e;
    font-size: 12px;
    width: 40px !important;
}

.cart .data-table tfoot tr.last td.last {
    background: url(../images/row-last.gif) left top repeat-x;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.cart .data-table td {
    padding: 19px;
    vertical-align: middle;
}

.link-wishlist.use-ajax {
    text-decoration: none;
    color: #333;
}

.link-wishlist.use-ajax:hover {
    color: #96be02;
}

.cart .data-table td .product-name a {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #2f2f2f;
}

.cart .data-table td .product-name a:hover {
    color: #a56f06;
}

.cart .data-table td.a-center.edit a {
    text-decoration: none;
    background: url(../images/edit.png) 50% top no-repeat;
    padding-top: 39px;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    color: #b2b2b2;
    padding-left: 5px;
    padding-right: 10px;
}

.cart .data-table td.a-center.edit a:hover {
    color: #000;
    background-position: 50% -68px;
}

.cart .data-table .nobr {
    display: block;
    color: #000000;
}

.cart .data-table thead .first.last {
    background: #fff;
}

.cart .data-table tfoot .btn-continue {
    float: left;
}

.cart .data-table tfoot .btn-continue > span,
.cart .data-table tfoot .btn-update > span,
.cart .data-table tfoot .btn-empty > span {
    color: #323232;
    padding-left: 17px;
    padding-right: 11px;
    border-radius: 2px;
    height: 31px;
    line-height: 31px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fdfdfd'); /*IE6-9 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fdfdfd));
    background: -moz-linear-gradient(top, #f1f1f1, #fdfdfd); /*firefox 3.6+ */
    background: -o-linear-gradient(top, #f1f1f1, #fdfdfd); /*  Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1, #fdfdfd); /*  IE10+ */
    border-bottom: 1px solid #e5e5e5;
}

.cart .data-table tfoot .btn-continue span span,
.cart .data-table tfoot .btn-update span span,
.cart .data-table tfoot .btn-empty span span {
    padding-left: 23px;
    border-radius: 3px;
}

.cart .data-table tfoot .btn-continue span span {
    padding-right: 23px;
    padding-left: 0;
}

.cart .data-table tfoot .btn-continue span span {
    background: url(../images/marker-btn.png) right 11px no-repeat;
}

.cart .data-table tfoot .btn-update span span {
    background: url(../images/btn-update.png) left 10px no-repeat;
}

.cart .data-table tfoot .btn-empty span span {
    background: url(../images/btn-empty.png) left 7px no-repeat;
}

.cart .data-table tfoot .btn-continue:hover > span,
.cart .data-table tfoot .btn-update:hover > span,
.cart .data-table tfoot .btn-empty:hover > span {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#333333'); /*IE6-9 */
    background: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#333333));
    background: -moz-linear-gradient(top, #2c2c2c, #333333); /*firefox 3.6+ */
    background: -o-linear-gradient(top, #2c2c2c, #333333); /*  Opera 11.10+ */
    background: -ms-linear-gradient(top, #2c2c2c, #333333); /*  IE10+ */
    color: #fff;
}

#shopping-cart-table {
}

.cart .data-table tr.first {
    background: url(../images/tail-row-cart.gif) left top repeat-x;
}

.cart .data-table tr {
    background: #fcfcfc;
}

/* Checkout Types */
.cart .checkout-types {
    float: right;
    text-align: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 11px 0px 8px 0;
    color: #fff;
    line-height: 1.0;
    font-size: 11px;
}

.cart .title-buttons .checkout-types li button.button span {
    background: #d41224;
    border-radius: 0px;
    font-size: 12px;
    padding: 0 12px;
    height: 31px;
    line-height: 30px;
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table .product-name {
    font-weight: 400;
    margin: 0 0 5px;
    color: #2f2f2f;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: 400;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {

}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 605px;
}

.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
}

.cart .crosssell {
    border: 1px solid #cec3b6;
    background: #fafaec;
    padding: 12px 15px;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: 400;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: 400;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {
    margin-bottom: 19px;
}

.cart .discount,
.cart .shipping {
    border: 1px solid #ededed;
    padding: 13px 20px 10px 20px;
    overflow: hidden;
    background: #fbfbfb;
}

.cart .discount .discount-form button.button {
    margin-bottom: 5px;
    clear: right;
}

.cart .discount .buttons-set {
    padding-left: 0;
    padding-top: 20px;
}

.cart .discount .buttons-set button.button {
    float: left;
}

.cart .shipping {
    padding-top: 11px;
}

.cart .shipping .buttons-set {
    padding-left: 0px;
    padding-top: 0px;
}

.cart .shipping .buttons-set button.button {
    float: left;
}

.cart .cart-collaterals .col-2 h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    color: #383737;
    padding: 0px 0 12px 0;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #e6e6e6;
}

.cart .discount-form label {
    margin-bottom: 16px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #a56f06;
}

.cart input,
.cart select {
    border-color: #d9d9d9;
    color: #303030;
    font-size: 11px;
}

.cart select {
}

.cart .discount-form .input-box {
}

.cart .discount-form .input-box input {
    width: 246px;
}

.cart .discount-form .buttons-set {
    margin: 0px 0 0 0;
    clear: right;
    overflow: hidden;
}

.cart .shipping p {
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #a56f06;
}

.cart .shipping label {
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #000;
    margin-bottom: 0px;
    font-weight: 400;
}

.cart .shipping .form-list li {
    margin-bottom: 7px;
}

.cart .shipping .form-list li input {
    width: 280px;
    margin-top: 10px;
}

.cart .shipping .form-list li select {
    width: 250px;
}

.cart .shipping .buttons-set {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}

.shipping .jqTransformSelectWrapper ul li {
    margin-bottom: 0 !important;
}

.shipping .jqTransformSelectWrapper > div > span {
    width: 92% !important;
}

.shipping .jqTransformSelectWrapper ul {
    height: 80px;
    overflow: auto !important;
}

.shipping .jqTransformSelectWrapper {
    float: left;
    margin-left: 0;
    width: 286px !important;
    background: url("../images/select_left_content.gif") no-repeat left top;
}

/* Shopping Cart Totals */
.cart .totals {

}

.cart .totals table {
    width: 100%;
    font-size: 12px;
    color: #7f7f7f;
    margin-bottom: 0px;
}

.cart .totals table tr {
    border-bottom: 1px solid #ececec;
}

.cart .totals table th,
.cart .totals table td {
    padding: 10px 0;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: left !important;
}

.cart .totals table tr td:first-child {
}

.cart .totals table strong {
}

.cart .totals table th {
    font-weight: 400;
}

.cart .totals table tfoot th {
}

.cart .totals .price {
    font-size: 15px;
    line-height: normal;
    color: #d5b255;
    min-width: 70px;
    display: inline-block;
    padding: 0;
}

.cart .totals button.button > span {
    border-radius: 2px;
}

.cart .totals button.button:hover > span {

}

.checkout-types li {
    padding-bottom: 0;
}

.checkout-types li a {
    color: #fff;
}

.checkout-types li a:hover {
    text-decoration: underline;
}

.cart .totals .checkout-types {
    text-align: right;
    float: none;
    padding: 20px 0;
    margin: 0;
}
.cart .totals .checkout-types .link-button {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #000;
    text-transform: uppercase;
    border-radius: 0;
}
.cart .totals .checkout-types .link-button:hover {
    background: #d5b255;
    color: #000;
}

/* Options Tool Tip */
.item-options dt {
    font-weight: 400;
    font-style: italic;
    float: left;
    margin-right: 5px;
    color: #333;
}

.item-options dd {
    padding-left: 10px;
    margin: 0px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: 400;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */

/* Checkout ============================================================================== */
.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {
    width: 692px;
}

.checkout-multishipping-address-newshipping .form-list select {
    width: 337px;
}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-payment-method-load input.input-text {
    width: 200px;
}

.sp-methods dt {
    font-weight: 400;
}

.sp-methods .price {
    font-weight: 400;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods select.month {
    width: 100px;
    margin-right: 10px;
}

#payment_form_ccsave #ccsave_cc_type {
    width: 206px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0 1em;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
    margin-right: 5px;
}

.please-wait img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.cvv-what-is-this {
    cursor: help;
    margin-left: 5px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages {
    margin-bottom: 10px;
}

.gift-messages h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a56f06;
    padding-top: 10px;
}

.gift-messages .control label {
    color: #000;
    font-weight: 400;
}

#shipping-method-buttons-container {
    padding: 10px 0 0 0;
}

#shipping-method-buttons-container .back-link a {
    color: #000;
}

#shipping-method-buttons-container .back-link a:hover {
    color: #a56f06;
}

.gift-messages-form {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 10px 20px 20px 20px;
    background: url(../images/tail-chech.gif) left top repeat-x #fbfbfb;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
    color: #000;
    font-weight: 400;
}

.gift-messages-form h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a56f06;
    padding-top: 10px;
}

.gift-messages-form .whole-order {
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
    background: #fff;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .field {
    margin-bottom: 10px;
}

.gift-messages-form .item .details .product-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #2f2f2f;
}

.gift-messages-form .form-list li.wide textarea {
    max-width: 340px;
}

.gift-messages-form .inner-box .form-list li.wide textarea {
    max-width: 333px;
}

#allow-gift-messages-for-order-container .field {
    margin-bottom: 10px;
}

.gift-message-link {
    display: block;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px;
}

.gift-message-link.expanded {
    background-position: 0 -53px;
}

.gift-message-row {
}

.gift-message-row .btn-close {
    float: right;
}

.gift-message dt strong {
    font-weight: 400;
}

/* Checkout Agreements */
.checkout-agreements {
}

.checkout-agreements li {
    margin: 10px 0;
}

.checkout-agreements .agreement-content {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    overflow: auto;
    font-size: 11px;
}

.checkout-agreements .agree {
    padding: 6px;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Generic Info Set */
.info-set {
}

/********** Common Checkout Styles > */

.checkout-onepage-index .page-title {
}

.checkout-onepage-index .col-main {
}

/* One Page Checkout */
.block-progress {
    border: none;
    margin: 58px 0 0 0;
}

.block.block-progress .block-title {
    padding: 4px 0 0 0;
}

.block.block-progress .block-content {
    padding: 0 0 0 0;
}

.block.block-progress .block-title span {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    background: url(../images/tail-check-l-act.gif) left top repeat-x #333333;
    display: block;
    padding: 11px 0 11px 19px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Oswald', sans-serif;
}

.block-progress dt {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    background: url(../images/tail-check-l-act.gif) left top repeat-x #333333;
    padding: 11px 0 11px 19px;
    font-weight: 400;
}

.block-progress dt:first-child {
    border-top: none;
}

.block-progress dt.complete a {
    color: #a56f06;
}

.block-progress dt.complete a:hover {
    color: #fff;
}

.block-progress dt.complete .separator {
    color: #4e4d4d;
}

.block-progress dt.complete {
    position: relative;
    z-index: 999;
}

.block-progress dt.complete,
.block-progress dd.complete {
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.block-progress dd.complete {
    padding: 18px 19px 12px 19px;
    border-left: 1px solid #ededed;
    color: #383737;
    font-style: italic;
    background: #fbfbfb;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    margin-top: -14px;
    border-radius: 0 0 4px 4px;
}

.block-progress dd.complete address {
    color: #383737;
    font-style: italic;
}

.opc {
    position: relative;
}

.opc li.section {
    border: 1px solid #ececec;
    margin-bottom: 10px;
}

.opc p {
    margin-bottom: 5px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #000;
}

.opc .step-title {
    padding: 11px 25px 14px;
    text-align: right;
    background: url(../images/tail-check-li.gif) left bottom repeat-x #fff;
}

.opc .step-title .number {
    float: left;
    line-height: 18px;
    font-weight: 400;
    margin-right: 10px;
    border: 1px solid #313131;
    color: #ececec;
    height: 18px;
    width: 18px;
    text-align: center;
    background: #313131;
}

.opc .step-title h2 {
    float: left;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 3px;
}

.opc .step-title a {
    display: none;
    float: right;
}

.opc .allow .step-title {
    cursor: pointer;
}

#checkout-review-table tr {
    background: none;
}

#checkout-review-table thead {
    background: none;
}

#checkout-review-table tbody.items-co {
    max-height: 250px;
    overflow-y: scroll;
    display: table-caption;
}

tbody.items-co::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}

tbody.items-co::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}
tbody.items-co::-webkit-scrollbar-thumb
{
    background-color: #5b5b5b ;
    /*border: 1px solid #555555;*/
}

#checkout-review-table th {
    padding: 12px 20px 12px 20px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

#checkout-review-table td {
    border: 1px solid #ececec;
    background: #none;
    padding: 16px 20px 14px 20px
}

#checkout-review-table td h3 {
    margin-bottom: 0;
    font-size: 12px;
    color: #2f2f2f;
    text-transform: uppercase;
}

#checkout-review-table .price {
    color: #a56f06;
    font-weight: 400;
}

#checkout-review-table th {
    border: 1px solid #ececec;
}

#checkout-review-table-wrapper {
    overflow: hidden;
}

/*#checkout-review-table {
    background: url(../images/tail-table.gif) left top repeat-x #fbfbfb;
}
*/
#checkout-review-table tfoot td {
    font-weight: 400;
    color: #000000;
}

#checkout-review-table tbody .first {
    background: url(../images/line-shadow.png) left top repeat-x;
}

#checkout-review-table tbody tr.last {
    background: url(../images/line-shadow.png) left top repeat-x;
}

#review-buttons-container {
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
}

#review-buttons-container .f-left a {
    color: #a56f06;
}

#review-buttons-container .f-left a:hover {
    color: #000;
}

/*.opc .allow .step-title a { display:block; }*/
#co-shipping-form {
    border: 1px solid #ececec;
    background: url(../images/tail-chech.gif) left top repeat-x #fbfbfb;
    padding: 15px 20px 20px 20px;
    display: block;
}

.opc .active {
}

.opc .active .step-title {
    cursor: default;
    background: url(../images/tail-check-l-act.gif) left top repeat-x #333333;
}

.opc .active .step-title .number {
    background: #fcfcfc;
    border: 1px solid #fcfcfc;
    color: #2d2d2d;
}

.opc .active .step-title h2 {
    color: #fff;
}

#checkout-step-login .col2-set {
}

/*.opc .active .step-title a { display:none; }*/
#checkout-step-login h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a56f06;
}

#checkout-step-login .col2-set {
    border: 1px solid #ececec;
    background: url(../images/tail-chech.gif) left top repeat-x #fbfbfb;
    padding: 20px;
}

#checkout-step-login .col2-set > .col-1 {
}

#checkout-step-login .col2-set > .col-1 h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a56f06;
}

#checkout-step-login .col2-set .col-2 h4 {
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    color: #7b7b7b;
}

#checkout-step-login .col-1 .col-1 .buttons-set button.button {
    float: left;
}

#checkout-step-login .col-2 .form-list input.input-text {
}

#checkout-step-login .col-1 .col-1 .buttons-set {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#checkout-step-login .col2-set .col-2 .buttons-set {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#checkout-step-login .col2-set .col-2 .buttons-set .f-left {
    font-weight: 400;
    color: #7f7f7f;
}

#checkout-step-login .col2-set .col-2 .buttons-set .f-left:hover {
    color: #a56f06;
}

#checkout-step-login .form-list li.control input.radio, #checkout-step-login .form-list li.control input.checkbox {
    margin-right: 6px;
    margin-top: -3px;
}

#co-billing-form > fieldset {
    border: 1px solid #ececec;
    background: url(../images/tail-chech.gif) left top repeat-x #fbfbfb;
    padding: 15px 20px 20px 20px;
}

.opc .step {
    padding: 20px;
    position: relative;
    background: #fbfbfb;
}

.opc .step .tool-tip {
    right: 20px;
    top: 20px !important;
}

.opc .order-review {
}

.opc .buttons-set {
    border: 0;
}

.opc .field {
}

.opc .fields input,
.opc .field input {
}

.opc .name-lastname,
.opc .field-2 {
}

.opc .field-2 input {
}

.opc .field-2 select {
}

.opc .name-firstname {
}

.opc .name-middlename {
}

.opc .name-middlename input {
}

.opc .name-lastname input {
}

.opc .sp-methods dt {
    padding-bottom: 12px;
}

.opc .sp-methods dt label {
    color: #000;
}

#checkout-shipping-method-load .sp-methods dt {
    font-size: 12px;
    text-transform: uppercase;
    color: #a56f06;
}

.opc .form-list {
    margin: 10px 0;
}

.opc .form-list li.wide input.input-text {
}

#shipping_method_form h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a56f06;
}

#shipping_method_form h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
}

#multishipping-billing-form h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
    margin-bottom: 0;
}

#multishipping-billing-form .sp-methods dt {
    font-weight: 400;
    padding-bottom: 10px;
}

#multishipping-billing-form .sp-methods .form-list input.input-text {
    width: 252px;
}

/* Multiple Addresses Checkout */
.button.multi-btn {
    float: right;
}

#checkout-progress-state {
    overflow: hidden;
}

.checkout-progress {
    padding: 0 0px;
    margin: 10px 0 20px 34px;
}

.checkout-progress li {
    float: left;
    width: 201px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px 0px 11px 0px;
}

.checkout-progress li.last {
    width: 190px;
}

.checkout-progress li.first {
    margin-right: -10px;
    position: relative;
    z-index: 12;
    background: url(../images/multi-33.png) left top no-repeat;
}

.checkout-progress li.first.active {
    color: #fff;
    background: url(../images/multi-act.png) left top no-repeat;
}

.checkout-progress li.two.active,
.checkout-progress li.tree.active,
.checkout-progress li.four.active {
    color: #fff;
    background: url(../images/multi-act-main.png) left top no-repeat;
}

.checkout-progress li.last.active {
    color: #fff;
    background: url(../images/multi-act-last.png) left top no-repeat;
}

.checkout-progress li.last {
    background: url(../images/multi-last.png) left top no-repeat;
}

.checkout-progress li.two {
    background: url(../images/multi-2.png) left top no-repeat;
    margin-right: -10px;
    z-index: 11;
    position: relative;
}

.checkout-progress li.tree {
    background: url(../images/multi-3.png) left top no-repeat;
    margin-right: -10px;
    z-index: 10;
    position: relative;
}

.checkout-progress li.four {
    background: url(../images/multi-2.png) left top no-repeat;
    margin-right: -10px;
    z-index: 9;
    position: relative;
}

.multiple-checkout {
    position: relative;
}

.multiple-checkout .sp-methods .input-box .v-fix:first-child {
    padding-right: 25px;
}

.multiple-checkout .col2-set {
    width: auto;
}

.multiple-checkout .page-title {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.multiple-checkout h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #383737;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0 10px 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px;
}

.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right;
}

.multiple-checkout .grand-total big {
    margin-bottom: 0px;
    overflow: hidden;
    display: block;
    color: #a56f06;
    padding-top: 10px;
}

.multiple-checkout .grand-total .price {
}

.multiple-checkout .box {
    margin-bottom: 20px;
}

.multiple-checkout table {
    margin-bottom: 10px;
}

.multiple-checkout table tfoot tr td {
    color: #000;
    font-weight: 400;
}

.multiple-checkout p {
    margin-bottom: 5px;
}

.multiple-checkout .col-2.col-wide {
    width: 50%;
}

.multiple-checkout .box-title h3,
.multiple-checkout .col-2.col-wide h3 {
    font-size: 12px;
    line-height: normal;
}

.multiple-checkout .col-2.col-wide .box {
    margin-left: 100px;
}

.multiple-checkout h2,
.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
}

.multiple-checkout h2 {
    color: #a56f06;
}

.multiple-checkout .col-2.col-wide table .price {
    font-weight: 400;
    color: #a56f06;
}

/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login #login-form .col2-set {
}

.account-login .new-users .buttons-set {
    padding-left: 0;
}

.account-login .new-users .buttons-set button.button {
    float: left;
}

.account-login .new-users {
    border: 1px solid #ececec;
    padding: 18px 20px 20px 20px;
    background: url(../images/media/bg-login.gif) no-repeat left bottom #ffffff;
    min-height: 308px;
}

.account-login .new-users h2 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}

.account-login .new-users p {
    font-size: 13px;
    letter-spacing: .6px;
    color: #7f7f7f;
    line-height: 18px;
    padding: 13px 0 12px 0;
}

.account-login .registered-users {
    border: 1px solid #ececec;
    padding: 18px 20px 20px 20px;
    background: url(../images/media/bg-login-2.gif) no-repeat left bottom #ffffff;
    min-height: 260px;
}

.account-login .registered-users h2 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}

.account-login .registered-users p {
    font-size: 13px;
    letter-spacing: .6px;
    color: #7f7f7f;
    line-height: 10px;
    padding: 13px 0 12px 0;
}

.account-login .registered-users .form-list input.input-text {
    width: 100%;
    padding:5px 10px;
}

.account-login .registered-users p.required {
    padding: 0px 0 5px 0;
    color: #a56f06
}

.account-login .registered-users .buttons-set button.button {
    float: none;
}

.account-login .registered-users .f-left {
    float: none !important;
    display: table;
    font-size: 13px;
    font-weight: 400;
    color: #7f7f7f;
    text-decoration: none;
    padding: 15px 0;
}

.account-login .registered-users .f-left:hover {
    color: #a56f06;
}

.account-login .registered-users .buttons-set {
    clear: both;
    margin: -19px 0 0 0;
    padding: 5px 0px 0px 0px;
}

.account-create form .fieldset:first-child {
    margin-bottom: 32px;
}

/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    letter-spacing: .6px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: 400 12px/19px "Cuprum",sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

/* General Box */
.box-account {
    /*background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;*/
    border: 1px solid #ccc;
    border-color: #ccc #999 #999 #ccc;
    padding: 15px;
    margin: 0 0 20px;
}

.box-account .box-head {
    margin: 0 0 10px;
    text-align: right;
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 1px;
    color: #000;
}

.dashboard .box .box-title {
    /*background: url(../images/bkg_divider1.gif) 0 100% repeat-x;*/
    padding: 0 0 0px;
    margin: 0 0 8px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.my-account .page-title {
    background: #eee;
    padding: 5px 20px;
    border: none;
}
.customer-account-index .block .block-title {
    padding: 8px;
    background: #eee;
    margin-bottom: 5px;
}
body.catalog-category-view .deshboard-menu {
    background: transparent;
}
.deshboard-menu ul li{
    padding-bottom: 5px;
    padding: 3px 20px;
    background: #f6f6f6;
    margin-bottom: 5px;}
.deshboard-menu ul li.current{background: #cacaca;}
.deshboard-menu ul li a{
    text-decoration: none;
}
.my-account .name-firstname, .my-account .name-middlename, .my-account .name-lastname {
    width: 31%;
    display: table;
    float: left;
    margin-right: 10px;
    margin-bottom: 22px;}

.my-account .name-lastname {
    float: right;
    margin-right: 0;
}
.my-account .field.name-middlename {
    margin-left: 7px;
}

.my-account .form-list input.input-text {width:100%;}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
    background-image: url(../images/i_folder-table.gif);
}

/* Block: Account Information */
.dashboard .box-info .box-head h2:before {
    content: '\f007';
    font-family: FontAwesome;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 10px;
}

.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
    background-image: url(../images/i_ma-reviews.gif);
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {
    background-image: url(../images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
    font-weight: 400;
    font-size: 13px;
    color: #e26703;
    text-transform: uppercase;
}

.addresses-list h3 {
    font-weight: 400;
    font-size: 13px;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: 400;
}

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
    border: 1px solid #ccc;
    padding: 10px 13px;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: 400;
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.order-info {
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: 400;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.order-info-box h2 {
    font-weight: 400;
    font-size: 13px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: 400;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,
.order-items h3 {
    clear: none;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: 400 !important;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: 400;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: 400;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: 400;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: 400;
}

.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: 400;
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: 400;
}

.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
    background: #000;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: 400;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: 400;
    font-size: 13px;
}

/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: 400;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-section {
    padding: 40px 0 20px;
    background-color: #262626;
}

.footer {
}

.footer .store-switcher {
}

.footer .store-switcher label {
}

.footer .store-switcher select {
}

.footer a {
    color: #fff;
}

.footer a:hover {
}

.footer .bugs {
}

.footer .bugs a {
}

.footer .bugs a:hover {
}

.footer address {
}

.footer address a {
}

.footer address a:hover {
}

.footer ul {
}

.footer ul.links {
}

.footer li {
}

.footer li.last {
}

.footer-section .bottom-container {
}

.ftr-about .input-field-wrap{
    width: auto;
}

.ftr-about img {
    display: block;
    margin-bottom: 10px;
}

.ftr-about p {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
}

.ftr-about p span {
    display: inline-block;
    text-transform: uppercase;
    width: 30px;
}

.ftr-about ul {
    margin-top: 15px !important;
    margin-bottom: 0;
}

.ftr-about ul li {
    display: inline-block;
    margin-right: 10px;
}

.ftr-about ul li a {
    color: #3d3d3d !important;
    font-size: 20px !important;
}

.ftr-about ul li a:hover {

}

.ftr-about ul li a i {

}

.ftr-col {

}

.ftr-col h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.ftr-col ul {
    margin: 0;
}

.ftr-col ul li {
    margin-bottom: 5px;

}

.ftr-col ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 200;
}

.ftr-col ul li a:hover {
    color: #212121;
}

.bottom-footer {
    border-top: 1px solid #b5b5b5;
    padding-top: 10px;
    margin-top: 20px;
}

.footer-bottom-links {
    margin-top: 6px;
}

.footer-bottom-links ul li {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #b5b5b5;
    padding-right: 10px;
    line-height: 10px;
}

.footer-bottom-links ul li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.footer-bottom-links ul li a {
    color: #979797;
    font-size: 13px;
    text-decoration: none;
}

.footer-bottom-links ul li a:hover {
    color: #212121;
}

.pay-cards {
    text-align: right;
    margin-top: 30px;
}

.pay-cards img {

}

/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-navigation:after,
.header-navigation .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-section .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-detail .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ======================================================================================= */

.guest-select {
    width: 305px !important;
}

.top-header-section {
    padding: 3px 0;
    border-bottom: 1px solid #eeeeee;
}

.main-header {
    margin-top: 10px;
}

.tel-us {

}

.tel-us p {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
}

.account-action ul {
    margin: 0px;
}

.account-action ul li {
    display: inline;
    text-transform: uppercase;
    font-size: 13px;
}

.account-action ul li.or {
    color: #b5b5b5;
    padding: 0 3px;
}

.account-action ul li a {
    color: #333;
    text-decoration: none;
}
.account-action ul li a:hover {color: #000;}


.head-language {
    float: right;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #d5d5d5;
}

.head-language p {
    color: #555555;
}

.head-language p i {

}


.header-search .hs-content {
   position: absolute;
    background: #f5f5f5;
    z-index: 1;
    top: 150%;
    right: 15px;
    width: 246px;
    display: none;
    padding: 5px;
}
.header-search .hs-content:before{
    content: "";
    color: #f5f5f5;
    position: absolute;
    right: 1.5%;
    transform: translateY(-90%);
    top: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    z-index: -999;
}
.hs-content input#search {
    padding: 6px 10px;
    width: 62%;
    margin: 0px;
    border: 1px solid #231f20;
}

.header-cart {
    padding: 0 5px;
}

.hc-trigger {
    text-align: center;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.hc-trigger img {
    width: 16px;
    transition: .3s;
}

.hc-content {

}

.home-category-banner {
    margin-top: -70px;
    margin-bottom: 50px;
}

.home-category-banner a {
    display: block;
}

.home-category-banner a img {
    max-width: 100%;
}

.home-full-banner {
    margin-top: 10px;
    padding: 40px 0;
}

.home-full-banner img {
    max-width: 100%;
}

.main-tabs-container {
    padding: 40px 0;
}

#tabs-container {

}

#tabs-container .tabs-menu {
    margin-bottom: 20px;
}

.tabs-menu li {
    display: inline;
    font-size: 30px;
    color: #b5b5b5;
    margin-right: 10px;
}

.tabs-menu li.current a {
    color: #333;
}

.tabs-menu li a {
    color: #b5b5b5;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.tabs-menu li a:hover {

}

.tab {

}

.tab-content {
    display: none;
}

.tab-content.first {
    display: block;
}

.slider-section {

}

.slide-box {

}

.slide-box img {
    max-width: 100%;
}

.grid-imgbox {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.custom-title {
    margin-bottom: 30px;    
    position: relative;
}

.custom-title h2 {
    color: #212121;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23px;
    display: inline-block;
    letter-spacing: 2.9px;
    text-shadow: 0.5px 0.5px 1px #e2dfdf;
    display: inline-block;
    padding-right: 20px;
    background: #fff;
    padding-left: 8px;
}

.newsletter-ftr {
    position: relative;
    background: #333 none repeat scroll 0 0;
    margin-top: 30px;
    padding: 50px 0;
    text-align: center;
}

.newsletter-ftr .block-title strong {
    color: #ffffff;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.newsletter-ftr img {
    max-width: 100%;
}

/**----- Custom Styling Z----**/

/** About us **/
.about-content {
    width: 85%;
    margin: 0px auto;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.1), 6px 4px 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    top: -50px;
    background: #fff;
}

.about-content h1 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

.about-content p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #797979;
    letter-spacing: .9px;
}

.new-items-section .category-products {
    position: relative;
}

.new-items-section .na-carousel .owl-buttons {
    position: absolute;
    top: -72px;
    right: 0;
}

.new-items-section .na-carousel {
    position: unset;
}

.new-items-section .na-carousel .owl-buttons div {
    position: unset !important;
    margin: 0 0 0 5px !important;
    transform: none !important;
}

.input-field-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 60%;

}
.input-field-wrap.container {
    padding-left: 0;
}

.input-field-wrap .input-box {
    padding: 0;
}

.input-field-wrap .input-box .input-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    border-right: 0;
}

.input-field-wrap .input-box .input-text::placeholder {
    color: #fff;
}

.input-field-wrap .actions {
    padding: 0;
}

.input-field-wrap .actions .button {
    width: 100%;
}

.input-field-wrap .actions .button span {
    border-color: #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 36px;
    padding: 0;
    background: none;
}

.input-field-wrap .actions .button:hover span {
   color: #ffffff;
}

.input-field-wrap .actions .button span span {

}

/**-Contact us---**/
.cms-contact-us .form-list input.input-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}

.cms-contact-us .form-list textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 20px;
    height: 80px;
}
.cms-contact-us .wide {margin-top:40px;}
.cont-submit .button{text-align: center; float: none !important; width: 30%;}

.cms-contact-us .page-title {display: none;}
.cms-contact-us .buttons-set {text-align: center;}
.cms-contact-us h3 {
    margin-bottom: 10px;}

.cms-contact-us .form-list label{font-size: 18px;
    margin: 0px 0 -6px;}
.cms-contact-us .form-list .field {margin:10px 0; }


.c-detail p {
    color: #979797;
    font-size: 15px;}
.c-detail {
    margin: 10px 0;}
.c-detail li {
    display: inline-block;
    font-size: 26px;
    margin-right: 25px;}
.contact-map {display: none;}
.cms-contact-us .contact-map{display: block;margin-top: 60px;}
.cms-contact-us .newsletter-ftr{display: none;}
.labels-box {
    position: absolute;
    right: 10px;
    top: 10px;
}

.pro-label {
    background: #212121 none repeat scroll 0 0;
    border-radius: 50%;
    height: 40px;
    margin-bottom: 5px;
    width: 40px;
}

.special-label {
    border: #e01f1f 1px solid;
    position: absolute;
    top: 10px;
    left: 15px;
    border-radius: 0;
    color: #e01f1f;
    padding: 0px 5px;
}
.new-label {  }
.sold-label {  }

.pro-label p {
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.sold-label p {
    line-height: 14px;
    font-size: 10px;
    padding: 6px 0;
}

.pro-share {
    position: absolute;
    top: 30%;
    right: 0%;
    background: #fff;
    padding: 15px 12px;
    transform: translate(-50%, -50%);
    width: 40px;
}

.pro-share label {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.pro-share ul {
    margin: 0;
}

.pro-share ul li {
        display: block;
    margin-bottom: 15px;
    text-align: center;
}
.pro-share ul li:last-child {
    margin-bottom: 0;
}
.pro-share ul li a {
    color: #212121;
    font-size: 13px;
}

.pro-share ul li a:hover {
    color: #a56f06;
}

.product-detail .quanitybox {
    position: relative;
    display: inline-block;
}
.product-detail .quanitybox .qty {
    background: transparent;
    text-align: left;
    padding: 5px;
    width: 150px;
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
}
.product-detail .quanitybox .button {
    position: absolute;
    top: -5px;
    right: 0;
    line-height: 30px;
    padding: 5px 3px;
    width: 5px;
    height: 5px;
    display: inline-block;
}
.product-detail .quanitybox .quantity_box_remove {
    right: 15px;
}

.quanitybox .button {    
    color: #cbcbcb;
    line-height: 32px;
    cursor: pointer;
}

.quanitybox .button:hover {
    color: #333;
    transition: .4s;
}

.price-box a.map-link {
    color: #212121;
    display: inline-block;
    text-decoration: none;
}

.scrollToTop {
    width: 75px;
    height: auto;
    position: fixed;
    right: -60px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    z-index: 100;
    bottom: -30px;
    cursor: pointer;
    display: none;
    width: 165px;
    background-color: #231f20;
    height: 85px;
    -webkit-transform: rotate(45deg);
    transform: rotate(-42deg);
    color: #fff;
}

.easytabs-content .box-collateral .data-table {
    border-bottom: 1px dotted #e3e3e3;
}
.product-view .box-additional .data-table th {
    padding: 0;
}

.detail-carousel {

}
.detail-carousel .home-section-title {
    margin: 0 0 10px;
}
.detail-carousel-title {
    margin-bottom: 30px;
    position: relative;
}

.detail-carousel-title h3 {
    color: #212121;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    display: inline-block;
    margin: 0;
    background: #fff;
    padding-right: 20px;
}

.detail-carousel-title em {
    border-bottom: 1px solid #c7c7c7;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.swatch-attr {
    margin-bottom: 5px;
}

.swatch-attr label {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.swatch-attr label em {
    display: none;
}


.option-swatches ul {
    margin: 0;
    margin-top: 10px;
}

.option-swatches ul li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #dadada;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.option-swatches ul li a {
    text-decoration: none;
}

.option-swatches ul li.selected {
    border: 1px solid #333;
    box-shadow: 0 0 1px #999;
    background-color: #e5e5e5;
}

.option-swatches ul li a[name="free-size"] .swatch-label {
    line-height: 15px !important;
}

.option-swatches ul li .swatch-label {
    line-height: 29px !important;
    display: block;
    text-align: center;
    color: #000;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 50%;
}
.option-swatches ul li:hover {
    -webkit-box-shadow: 3px 3px 29px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 29px -4px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 29px -4px rgba(0,0,0,1.75);
}


.option-swatches ul li span.x {
    display: none;
}

.option-swatches ul li img {
    border-radius: 50%;
}

.related-block-wrap {
    margin-bottom: 50px;
    margin-bottom: 30px;
}
.detail-carousel .owl-buttons div.owl-prev{
    left: 20px !important;
}
.detail-carousel .owl-buttons div.owl-next {
    right: 20px !important;
}

.cart-label-wrap {
    border-bottom: 1px solid #e7e7ed;
    display: table;
    width: 100%;
}

.cart-label {
    display: table-cell;
    float: none;
    padding: 10px 1%;
    width: 17%;
}

.cart-label label {
    color: #000;
    display: block;
    font-size: 13px;
    letter-spacing: .6px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.cl-name {
    width: 34%;
}

.cl-image {
    width: 9%;
    text-align: center;
}

.cl-price {
    width: 15%;
    text-align: center;
}

.cl-qty {
    width: 15%;
    text-align: center;
}

.cl-total {
    width: 15%;
    text-align: center;
}

.cl-remove {
    width: 10%;
    text-align: center;
}

.cart-row-wrap {
}

.cart-row {
    border-bottom: 1px solid #ececec;
    clear: both;
    display: table;
    width: 100%;
}

.cart-date {
    display: table-cell;
    float: none;
    min-height: 100px;
    padding: 10px 1%;
    vertical-align: middle;
}

.cartdata-mobile {
    display: table;
    height: 161px;
    padding: 10px 0;
    width: 100%;
}

.cart-table .cl-name .product-name {
    color: #323232;
    display: block;
    font-size: 15px;
    letter-spacing: .6px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
}

.cart-price-wrap {
    display: block;
    font-size: 16px;
    letter-spacing: .6px;
    font-weight: 100;
}

.cl-remove a {
    font-size: 20px;
    letter-spacing: .6px;
    color: #666666;
}
.cl-remove a:hover {
    color: #f00;
}

.cart-price .price {
    font-size: 15px;
    letter-spacing: .6px;
    font-weight: normal;
    color: #212121;
}

.c-edited-item {
    display: table;
    text-align: center;
    border: 1px solid #cbcbcb;
    margin: 0 auto;
    width: 90%;
}

.c-edited-item .qty-btn {
    padding: 5px 15px 5px 15px;
    color: #cbcbcb;
    line-height: 32px;
    cursor: pointer;
}

.c-edited-item .qty-btn:hover {
        color: #333;
    transition: .4s;
}

.c-edited-item .input-text {
    border: none;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    /* width: 60px; */
}

.cart_footer {
    clear: both;
    padding: 20px 0;
    text-align: right;
}

.slide-cart {
    position: fixed;
    width: 300px;
    right: -500px;
    top: 0;
    background: #ffffff;
    height: 100%;
    -transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 101;
    overflow: auto;
}

.slide-cart.slide {
    right: 0;
    overflow-x: hidden;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}

.overlay.show {
    display: block;
}

.close-minicart {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #000;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.close-minicart button {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 40px;
    background: none;
    border: none;
    opacity: 0.8;
}

.close-minicart button i {
    display: block;
    color: white;
    font-size: 16px;
    padding: 10px;
}

.slide-cart .block-content {
    padding: 10px;
}

.slide-cart .block-content #cart-sidebar {
    max-height: 273px;
    overflow: auto;
}
.block-cart .product-details .item-options {
    margin-bottom: 0;
}
.block-cart .product-details .item-options dd,
.block-cart .product-details .item-options dt {
    font-size: 12px;
}

#cart-sidebar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#cart-sidebar::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}
#cart-sidebar::-webkit-scrollbar-thumb
{
    background-color: #e4e4e4;
    /*border: 1px solid #555555;*/
}

.slide-cart .block-content p.empty {
    color: #222;
    text-align: center;
    font-weight: 400;
}

.slide-cart .btn-remove {
    right: 10px;
    position: absolute;
}

.slide-cart .btn-edit {
    display: none;
}

.slide-cart .cart-sidebar {
    max-height: 340px;
    overflow: auto;
}

/**============ Mobile Menu ============**/


.mobile-header-section {
    display: none;
}


.mobile-search{}

.mob-searchtrg, .mobile-cart-trigger {
    text-align: center;
    padding: 0px 0;
    cursor: pointer;
}

.mob-searchtrg i, .mobile-cart-trigger i {
    font-size: 16px;
}
.mob-srch-content {
    width: 75%;
    position: fixed;
    z-index: 9999;
    top: 32%;
    left: 12%;
    padding-top: 20%;
    padding-right: 0 !important;
}
button#searchBtn {
    background: transparent;
    border: none;
}
.mob-srch-content input.input-text {
    background: none;
    border: 1px solid #eee;
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
    padding: 4px 0px 3px 20px;
    float: left;
}

.mob-srch-content .form-search button.button {
    position: absolute;
    right: 0;
    top: 0px;
}

.mob-srch-content .form-search button.button i {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: .6px;
}




.mob-srch-content .form-search {
    position: relative;
    display: inline-block;
    width: 100%;}
.mob-srch-content label{display: none;}

.jquery-modal.blocker.current {
    z-index: 1000;
}

.menu-slide {
    width: 300px;
    background: #fff;
    position: fixed;
    top: 0;
    left: -500px;
    z-index: 10000;
    height: 100%;

    -transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.menu-slide.slide {
    left: 0;
}

.menu-slide .tabs {

}

.menu-slide .tabs ul {
    margin: 0;
}

.menu-slide .tabs ul li {
    display: inline-block;

}

.menu-slide > .tabs > ul li a {
    color: #ffffff;
    padding: 10px 20px;
    display: block;
    background: #000000;
    text-decoration: none;
}

.menu-slide .tabs ul li.active a {
    background: #ffffff;
    color: #000000;
}

.menu-slide .tab-content {
    overflow: auto;
    display: block;
}

.tab-menu-cont {
    background: #ffffff;
}

.tab-account-cont {

}

.tab-account-cont ul  {

}

.tab-account-cont > ul li {
    width: 100%;
    clear: both;
}

.tab-account-cont > ul li a {
    border-bottom: 1px solid #e3e3e3;
    color: #575757;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .6px;
}

.tab-account-cont > ul li a:hover {

}

.tab-menu-cont .nav-container {

}

.tab-menu-cont .nav-container ul#nav {

}

.tab-menu-cont .nav-container ul#nav li {
    margin: 0;
    width: 100%;
    float: none;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}

.tab-menu-cont .nav-container ul#nav > li.parent {
    position: relative;
}

.tab-menu-cont .nav-container ul#nav li ul li.parent {
    position: relative;
}

.tab-menu-cont .nav-container ul#nav > li.parent.active:after {
    content: "\f068";
}

.tab-menu-cont .nav-container ul#nav > li.parent:after {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 12px;
    color: #666666;
    position: absolute;
    right: 10px;
    line-height: 37px;
    padding: 0;
    top:0;
}

.tab-menu-cont .nav-container ul#nav li ul li.parent:after {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 12px;
    color: #666666;
    position: absolute;
    right: 10px;
    line-height: 37px;
    padding: 0;
    top:0;
}

.tab-menu-cont .nav-container ul#nav li ul li.parent.active:after {
    content: "\f068";
}

.tab-menu-cont .nav-container ul#nav li a {
    color: #575757;
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    letter-spacing: .6px;
    line-height: normal;
    font-weight: 400;
    text-transform: unset;
    width: 90%;
    border-bottom: 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-decoration: none;
}

.tab-menu-cont .nav-container ul#nav li ul {
    background: #f5f5f5;
    display: none;
}

.tab-menu-cont .nav-container ul#nav li ul li  {

}

.tab-menu-cont .nav-container ul#nav li ul li a {

}

.tab-menu-cont .nav-container ul#nav li ul li ul {
    background: #eaeaea none repeat scroll 0 0;
}

.tab-menu-cont .nav-container ul#nav li ul li ul li {
    padding-left: 15px;
}


.slide-cart .btn-remove {
    float: right;
    position: absolute;
    right: 0;
}

.mobile-header-section {display: block;}
.hidden-md-up{display: block;}

/****Register customer****/
.account-create.reg-user {    width: 50%;
    margin: 0 auto;
    padding: 20px;
    background: #f5f5f5;}

.account-create.reg-user .page-title{text-align:center;}

/**Modal Size guide**/
.sg-content {
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    width: max-content;
    z-index: 1001;
    left: 50%;
    transform: translatex(-50%);
    top: 20%;
}
.sg-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.close-btn {
    border-radius: 50%;
    cursor: pointer;
    padding: 0px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -6px;
    width: 25px;
    background: #333;
    color: #fff;
    font-size: 18px;
}
.close-btn:hover {background: #000;}
.sg-trigger {
    float: right;
    margin: 0;}
.sg-content .close-btn img {
    margin-top: -3px;
    margin-left: -3px;
}
.sg-content img {
    display: inline;
}

.sg-trigger {
    float: none;
    margin: 0;
}
.sg-trigger i {
    float: left;
}
.sg-trigger span {
    cursor: pointer;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.sg-trigger span:hover, .dr-trigger span:hover{
    color: #9999a3 ;
    transition: .4s;
}
.size-guid-wrap {
    margin-bottom: 10px;
    display: inline-block;
}

/*delivery and return modal*/
.dr-content {
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    width: max-content;
    z-index: 1001;
    left: 50%;
    transform: translatex(-50%);
    top: 20%;
}
.dr-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
/*.close-btn-dr {
    border-radius: 50%;
    cursor: pointer;
    padding: 0px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -6px;
    width: 25px;
    background: #333;
    color: #fff;
    font-size: 18px;
}*/

.close-btn:hover {background: #000;}

.delivery-return{
    margin-bottom: 10px;
    display: inline-block;
    float: right;
}
.dr-trigger {
    float: none;
    margin: 0;
}
.dr-trigger span {
    cursor: pointer;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

/****/

/**============ Customer Account Panel ============**/
.my-account .box{
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #ccc;}
/**============ =========== ============**/



.scrollToTop img {
    display: none;
}

/**FAQ Vertical Tabullation**/
.easytabs-wrapper-vertical {
    padding: 0px;
}
.easytabs-ul-wrapper-vertical {
    width: 56%;
    float: left;
    margin-bottom: 20px;
}
.easytabs-ul-wrapper-vertical ul.easytabs li {
    display: block;
    text-align: left;
    padding: 5px 10px;
    transition: 0.3s;
}
.easytabs-ul-wrapper-vertical ul.easytabs li:first-child{border-top:none}
.easytabs-ul-wrapper-vertical ul.easytabs li.active{border-right:none;
background-color: #f3f1f1;z-index: 22222;position:relative;
}
.easytabs-content-wrapper-vertical {
    float: right;
    text-align: left;
    width:50%;
        padding: 0px 20px 10px 20px;
    transition: 0.3s;
        z-index: 9999;
    position: absolute;
}

.faq-page p.show-only-mob{display: none;}
.show-only-mob{display: none;}


.nl_loading {
    display: none;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.nl_loadoverlay {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #60605d8f;
    opacity: 0.8;
}
.tel-us, .email, .currency{
    display: inline-block;
    margin-right: 15px;
    margin-top: 27px;
}
.header-search, .header-cart{
    display: inline-block;
}
.account-action{
    display: block;
    text-align: right;
    float: right;
    clear: both;
}
.head-action-widget{
        text-align: right;
}
.head-action-widget ul {
    margin: 0;
}
.head-action-widget ul li {
    display: inline;
}
.head-action-widget ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #9d9d9d;
    padding: 0 10px;
    vertical-align: middle;
    position: relative;
}
.head-action-widget li a span {
    vertical-align: 1px;
}
.head-action-widget li a:after {
    content: '';
    width: 1px;
    height: 10px;
    background: #e7e7e7;
    position: absolute;
    right: 0;
    top: 3px;
}
.head-action-widget ul li span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #9d9d9d;
}
.head-action-widget ul li i {
    color: #9d9d9d;
    font-size: 12px;
    margin-right: 5px;
}
.head-action-widget ul li .header-search {
    padding: 0 10px;
    position: relative;
    cursor: pointer;
}
.head-action-widget ul li:hover span {
    color: #dcb95a;
}
.head-action-widget ul li .header-search:after {
    content: '';
    width: 1px;
    height: 10px;
    background: #e7e7e7;
    position: absolute;
    right: 0;
    top: 7px;
}
.form-search button.button span{
    padding: 3px 10px;
}

.header-contact-info select {
    border: none;
    position: relative;
    top: -1px;
    cursor: pointer;
}
.header-contact-info select::-ms-expand {
    display: none;
}

/*hiding country dropdown*/
.header-contact-info select {
    display: none;
}

/*Home PAGE CSS*/
.cms-home .main.container {
    width: 100%;
    padding: 0;
}

.home-page .new-items-section{
    margin-top: 10px;
}
.one-prod-carousel{
    margin: 0px;
    padding: 0px;
}
.new-arriv-carousel{
    padding-right: 0px;
}
.dual-box a {
    overflow: hidden;
    display: block;
}
.dual-box img {
    width: 100%;
    -transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.dual-box img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.dual-box .box-img {
    max-height: 545px;
        display: block;
    overflow: hidden;
}

.dual-box .box-img img{
    width: 100%;
    height: auto;
}
.text-full-banner {
    width: 65%;
    display: block;
    margin: 0 auto;
    margin-top: -60px;
    padding: 20px;
    background-color: #ffffff;
    z-index: 100;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.29);
}
.text-full-banner h2{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    padding: 5px;
}
.text-full-banner p{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
}
.cms-home .bottom-sec-one .hover-effect .hover-image-block {max-height: none;}

.hover-effect .hover-image-block {
    max-height: 275px;
}
.hover-effect a{
    overflow: hidden;
    display: block;
}
.hover-effect .hover-image-block img {
    width: 100%;
    height: auto;
}
.hover-image-block img {

    -transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.hover-image-block img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.bottom-sec-one, .bottom-sec-two{
    margin-bottom: 35px;
}
.about-text {
    padding: 0 50px 50px 50px;
    text-align: center;
}
.about-text h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.about-text p{
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
    color: #000;
}
.about-text a{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
}
.ftr-col.social-links ul li{
    display: inline-block;
    margin-right: 10px;
}
.ftr-col.social-links ul li a{
    font-size: 20px;
}
.block-subscribe .block-title span{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    display: block;
}

.block-subscribe .input-box, .block-subscribe .actions{
    display: inline-block;
}
.block-subscribe .actions{
    float: right;
    position: relative;
}
.block-subscribe .actions button.button span{
    padding: 0px;
    font-size: 18px;
}
.block-subscribe{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
}
.block-subscribe input.input-text{
    background: #262626;
    border: none;
}


.prod-list-carousel-ul .owl-buttons div.owl-prev {
    left: -10px !important;
}

.prod-list-carousel-ul .owl-buttons div.owl-next {
    right: -10px !important;
}
.prod-list-carousel-ul div.owl-prev img{
    width: 25px;
}
.prod-list-carousel-ul div.owl-next img{
    width: 25px;
}
.prod-list-carousel-ul div.owl-prev img:hover, .prod-list-carousel-ul div.owl-next img:hover{
    opacity: .5;
    transition: .3s;
}
.owl-wrapper li.item{
    padding: 10px 0px;
}
.owl-wrapper li.item{
    margin: 10px 10px;
}
.grid-inner .item{
    margin-bottom: 10px;
    transition: .5s;
}
.grid-inner .item:hover {
    transition: .5s;
    -webkit-box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
.prod-list-carousel-ul.owl-theme .owl-controls .owl-buttons div{
    background:none !important;
}




/*listing page*/

.col-left.sidebar.sidebar-main {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
}
.listing-top-banner {
    position: relative;
    width: 100%;
}
.listing-top-banner .listing-top-title {
    text-align: center;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.listing-top-banner .listing-top-title h2 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
}
.listing-top-banner .listing-top-title h2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffffab;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.listing-top-banner .listing-top-title p {
    color: #fff;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    position: relative;
    padding-top: 15px;
}
.listing-top-banner .listing-top-title p:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    background: #ffffffab;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.listing-side-nl {
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
}
.listing-side-nl #newsletter #nl-email {
    border: 0;
    color: #9a9a9a;
    font-size: 13px;
    width: 60%;
    margin: 0;
    padding: 17.5px 13px;
    border-top: 1px solid #e9e9e9;
    font-weight: 300;
    border-right: 1px solid #e9e9e9;
}

.listing-side-nl #newsletter .button.button1 {
    border: 0;
    width: 40%;
    padding: 17px;
    border-top: 1px solid #e9e9e9;
    margin-left: -5px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}
.listing-side-nl #newsletter .button.button1 .link-icon-white{
    background: url(../images/Uno-button-icon.png) no-repeat;
}

/*Product Detail*/
.catalog-product-view .breadcrumbs {
    display: block;
}

.product-view .no-right-padding {
    padding-right: 0;
}
.product-view .no-left-padding {
    padding-left: 0;
}

@media only screen and (min-width :768px) {
.fme-filter dt.fme_layered_dt_selected {
    border: 0;
    position: relative;
    margin-bottom: 25px;
}
.fme-filter dt.fme_layered_dt_selected:after {
    content: '' !important;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 15%;
    background: #000;
}

}/*Only Desktop*/



/*Gallery Page*/
.gallery-page .gallery-list {
    display: block;
    margin: 30px 0;
}

.gallery-page .gallery-list .glr-item {
    display: inline-block;
    width: 24.5%;
    padding: 10px;
    box-sizing: border-box;
}

div.price_slider{
    background: #cbcbcb none repeat scroll 0 0;
}

em.title-line-home{
    display: inline-block;
    width: 100%;
    background: #e4e4e4;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 40%;
    z-index: -1;
}


/*Detail Page*/
.attribute.sku span {
    display: inline-block;
    margin-left: 40px;
    color: #6b6b6b;
}
.product-options dt, .product-options dd {
    display: inline-block;
}
.product-options dt label{
    font-weight: 400;
    font-size: 16px;
}
.product-options dd .input-box{
    margin-left: 15px;
}

.swatch-attr span#select_label_ {
    margin-left: 40px;
    display: inline-block;
    color: #6b6b6b;
}
.option-name, .option-content{
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}
.option-name label{
    font-weight: 400;
}
.option-name .required em{
    display: none;
}
.option-content select {
    font-size: 13px;
    border: none;
    margin-left: 0;
    margin-top: 0;
    font-weight: 100;
    cursor: pointer;
    background: transparent;
    color: #9f9f9f;
    font-family: 'Poppins', sans-serif;
}
.option-row{
    margin-bottom:10px;
}

select::-ms-expand {
    display: none;
}
.option-content .input-box select:after{
    content: "\f054";
    font-family: FontAwesome;
    font-size: 16px;
    color: #231f20;
    position: absolute;
    right: 5%;
    font-weight: normal;
    transform: rotate(90deg);
    transition: .4s;
}
.option-divider {
    height: 1px;
    display: block;
    width: 100%;
    margin: 15px 0 15px 0;
    background-color: #cbcbcb;
}
.wishlist-dp{
        display: table-cell;
            vertical-align: middle;

}
.wishlist-dp a{
     font-size: 16px;
     text-transform: uppercase;
     font-weight: 300;
     display:  table-cell;
     vertical-align:  middle;
     float:  left;
}
.heart-ico-box{
    display: inline-block;
    width: 18px;
    height: 18px;
    display: table-cell;
    float:  left;
    vertical-align:  middle;
    margin-right: 15px;
}
.wl-qb{
    display: table;
    width: 100%;
        padding-bottom: 20px;
}

.quantity_box_remove.button.f-left {
    padding: 5px 0px 5px 25px;
}
.quantity_box_add.button.f-right {
    padding: 5px 25px 5px 0px;
}

.option-content .input-box{
    position: relative;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}

.easytabs-content.active {
    border-top: 1px solid #e9e9e9;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1.2px;
    font-size: 15px;
}
.product-view .easytabs-content.active {
    padding: 20px 50px 50px;
}
.faq-page .easytabs-content.active{
    background: #f3f3f3;
    display: block;
    padding: 25px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 45%;
    z-index: 999;
}
.new-arriv-carousel .owl-theme .owl-controls .owl-buttons div{
    color: #333;
    background-color: transparent;
   
}
.sg-and-dr-trig{
    width: 100%;
    display:table;
}




/*CART PAGE*/
.cart-collaterals.row{
    padding-bottom: 10px;
}


/*Checkout Page*/
.title-page {
    position: relative;
    margin: 10px 0 40px;
}
.title-page h3 {
    margin: 10px 0 30px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
}
.title-page h3:after {
    content: '';
    position: absolute;
    height: 0.5px;
    background: #000;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
}
.title-page:after {
    content: '';
    position: absolute;
    height: 0.5px;
    background: #000;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

/*Contact Page*/
.cms-contact{}
.cms-contact h2.legend {
    text-transform: uppercase;
    font-family: "Playfair Display";
    margin-bottom: 30px;
    text-align: center;
    font-size: 23px;
}
.cms-contact .customInput {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    border-radius: 0;
    color: #888888;
    padding: 9px 20px;
    line-height: 1.625;
    height: 47px;
    display: block;
    width: 100%;
    font: 400 12px "Poppins";
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-bottom: 10px;
}
.cms-contact #contactForm {
    margin: 20px 0 50px;
    display: block;
}
.cms-contact .buttons-set button.button {
    color: #000;
    border: 1px solid #000;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.cms-contact .buttons-set button.button:hover {
    background: #d5b255 !important;
}

.cms-contact .buttons-set button.button .link-icon-white {
    display: none;
}

.contactpage-map {
    height: 300px;
    margin-bottom: 20px;
}

/*LOGIN AND USER PAGES*/
.my-wishlist input.input-text {
    padding: 9px;
}
.my-wishlist .page-title h1, .page-title h2 {
    color: #3f3f3f;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}
.dashboard-content .user-acc-info {
    max-width: 60%;
    margin:0 auto;
    background-color: #f6f6f6;
    padding: 20px;
}
.dashboard-content .usr-address-edit, .dashboard-content .usr-address-detail {
    max-width: 45%;
    display: block;
    padding: 20px;
    padding-left: 0px;
    float: left;
}
.dashboard-content .usr-address-edit{
    padding-right: 10%;
}





/*MOBILE RESPONSIVE*/
@media only screen and (min-width :992px) {
    .hidden-md-up{display: none;}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 769px) and (max-width : 991px) {
    .mob-search {
        float: left;
        text-align: right;
        width: 50%;
        margin-top: 15px;}


}/* 769 - 991 */

/**==== Mobile search ====**/
.srcmodal {
    display: none;
    position: fixed;
    z-index: 9;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}
.srcclose {
    float: right;
    left: 0px;
    position: relative;
    top: -17%;
    margin-bottom: 43px;
}

.srcclose:hover,
.srcclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.hidden-md-up {
    display: none ;
}

  .refine-trigger.hidden-md-up, .filter-heading, .filter-close.hidden-md-up, .block-layered-nav .filter-heading{
        display: none;
    }
  

/*hide city dropdown in store locator*/
.form-list.store-list{
    display: none;
}
.cms-privacy-policy .std b{
    font-weight: 500;
    margin-top: 10px;
    display: block;
}
.cms-privacy-policy .std{
    font-weight: 300;
}
.cms-privacy-policy .std{
    margin-bottom: 20px;
}

.cms-terms-conditions .std b{
    font-weight: 500;
    margin-top: 10px;
    display: block;
}
.cms-terms-conditions .std{
    font-weight: 300;
    margin-bottom: 20px;
}

.cms-return-exchange .std b{
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.cms-return-exchange .std p a{
    font-weight: 400;

}
.cms-return-exchange .std{
    font-weight: 300;
    margin-bottom: 20px;
}
.ftr-col.ftr-about .validation-advice{
        margin-top: 20px;
}
.my-account .name-firstname, .my-account .name-lastname{
    width: 48%;
}
.forgot-password-window{
    width: 60%;
    border: 1px solid #e4e4e4;
    margin: auto;
}
.window-inner{
    padding:20px;
}
.my-account{
    margin-bottom: 10px;
}
.ret-ex-modal{
    text-align: left;
    font-weight: 300;
}
a.goto-deliv-return {
    display: inline-block;
    padding: 8px 18px;
    width: auto;
    color: #fff;
    background-color: #333;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 10px;
}
.top-alert p{
	font-size: 12px;
}
.easytabs-content .close-ans {
       position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    padding: 5px 6px 0px 6px;
}

.modal-dialog{ margin: 0 !important; }
.product-shop .product-options-bottom {
    padding-top: 5px;
}
.product-options dt{
    width: 15%;
    padding-bottom: 15px;
}
.mto-options-heading h1{
    margin: 15px 0;
    text-transform: uppercase;
}
.mto-options-heading dl dd .input-box input{
        font-size: 13px;
    padding: 5px;
}
.mto-options-heading dl.last {
    display: inline-flex;
    align-items: center;
}

.mto-options-heading .options-list .checkbox {
    opacity: 0;
    position: absolute;
}
.mto-options-heading .options-list .checkbox + .label {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #dadada;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.mto-options-heading .options-list .checkbox + .label label {
    line-height: 13px;
    display: block;
    text-align: center;
    color: #000;
    cursor: pointer;
    white-space: initial;
}
.mto-options-heading .options-list .checkbox + .label:hover {
    -webkit-box-shadow: 3px 3px 29px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 29px -4px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 29px -4px rgb(0 0 0);
}

.mto-options-heading .options-list input[type=checkbox]:checked + .label {
    border: 1px solid #333;
    box-shadow: 0 0 1px #999;
    background-color: #e5e5e5;
}
.cms-home .breadcrumbs{
    display: none;
}

/*Home top category section*/
.home-category-3cols {
    margin: 30px 0;
}
.home-category-3cols .row {
    display: flex;
}
.home-category-3cols .hcc-content {
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    padding: 35px 0;
    color: #000;
}
.home-category-3cols .hcc-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.home-category-3cols .hcc-content p {
    line-height: 20px;
}
.home-category-3cols .hcc-content a {
    font-size: 16px;
    border-bottom: 3px solid #000;
    text-decoration: none;
    padding: 5px 15px;
    margin-top: 18px;
    display: inline-block;
}
.home-category-3cols .home-cat-col:hover .hcc-content a {
    background: #000;
    color: #fff !important;
}
.home-category-3cols .hcc-image {
    overflow: hidden;
}
.home-category-3cols .home-cat-col .hcc-image img {
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.home-category-3cols .home-cat-col:hover .hcc-image img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

/*--- Custom Styling----- */

/*
---------Header*/
.menu-header-social ul {
    margin: 0;
}
.menu-header-social ul li {
    display: inline-block;
    margin-right: 14px;
}
.menu-header-social li a {
    color: #000;
    font-size: 16px;
}
.menu-header-social li a:hover {
    color: #d6b255;
}


/*
---------Homepage*/

/*Homepage Slider*/
.hm-slider-container {
    margin-bottom: 20px;
}
.hm-slider-banner .slider-item {
    position: relative;
}
.hm-slider-banner .slider-item .slider-desc {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    position: absolute;
    text-align: center;
}
.hm-slider-banner .slider-item .slider-desc span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
}
.hm-slider-banner .slider-item .slider-desc h3 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    padding-bottom: 20px;
}
.hm-slider-banner .slider-item .slider-desc h3:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #ffffffab;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hm-slider-banner .slider-item .slider-desc:after {
    content: '';
    position: absolute;
    width: 15%;
    height: 1px;
    background: #ffffffab;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hm-slider-banner.owl-theme .owl-controls .owl-buttons div {
    top: calc(100% - 53%);
}
.hm-slider-banner .owl-buttons [class*="owl-"] {
    margin: 0 50px !important;
    width: 50px !important;
}
.hm-slider-banner .owl-buttons [class*="owl-"] p {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    display: block;
}
.hm-slider-banner .owl-buttons [class*="owl-"] span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffffa6;
    margin: 20px 0 0;
}
.hm-slider-banner .owl-buttons [class*="owl-"] i.fa {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
.hm-slider-banner.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 7%;
    width: 100%;
}
.hm-slider-banner.owl-theme .owl-controls .owl-pagination .owl-page span {
    background: #ffffffb3;
}
.hm-slider-banner.owl-theme .owl-controls .owl-pagination .owl-page.active span {
    background: #fff;
}

.offer-section {
    display: flex;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
.offer-section .offer-box {
    display: flex;
    align-items: center;
    padding: 17px 0;
    justify-content: center;
    position: relative;
}
.offer-section .offer-box .icons {
    font-size: 15px;
    margin-right: 20px;
}
.offer-section .offer-box h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: 0.8px;
}
.offer-section .offer-box:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ececec;
    top: 13px;
    right: 0;
}
.offer-section .offer-col:last-child .offer-box:after{
    content: none;
}
/*tablist_carousel*/

.tablist_carousel {
    margin-bottom: 60px;
}
.tablist_carousel ul.home-tabs {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.tablist_carousel .home-tabs li {
    display: inline-block;
    position: relative;
}
.tablist_carousel ul.home-tabs li a {
    padding: 10px 0px;
    display: block;
    margin: 0 24px;
    color: #bdbdbd;
}
.tablist_carousel ul.home-tabs li.active a {
    border-bottom: 1.5px solid #000;
    color: #000;
}
.tablist_carousel ul.home-tabs li:after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    background-image: url(../images/icons/cross-icon.png);
    width: 7px;
    height: 7px;
    background-size: cover;
}
.tablist_carousel ul.home-tabs li:last-child:after{
    content: none;
}
.owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}


/*Proposcal Section*/
.proposal-container {
    margin-bottom: 30px;
}
.proposal-container .row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.proposal-container .proposal-banner {
    overflow: hidden;
    height: 100%;
    background-position: center;
}
.proposal-container .proposal-banner img {
    object-fit: cover;
    width: 100%;
    display: none;
}
.proposal-container .proposal-desc {
    display: block;
    height: 100%;
}
.proposal-container .proposal-desc .prop-detail {
    background: #f5f5f5;
    padding: 45px 55px;
    position: relative;
}
.proposal-container .proposal-desc .prop-detail:after {
    content: '';
    width: 20px;
    height: 83px;
    position: absolute;
    top: 0;
    right: 8%;
    background-image: url(../images/icons/offer-label-img.png);
}
.proposal-container .prop-detail h2 {
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.proposal-container .prop-detail h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12%;
    background: #000;
    height: 2px;
}
.proposal-container .prop-detail .cat-title h1 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 46px;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 10px;
}
.proposal-container .prop-detail .cat-title span {
    color: #9d9d9d;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 12px;
}
.proposal-container .prop-detail .cat-title {
    margin-bottom: 30px;
}
.proposal-container .proposal-desc .prop-detail .prop-text {
    color: #858585;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    margin-bottom: 40px;
}
.proposal-container .proposal-desc .prop-detail .cat-link {
    text-transform: uppercase;
    color: #000;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-left: 10px;
}
.proposal-container .proposal-desc .prop-detail .cat-link:hover{
    color: #d8b65d;
}
.proposal-container .proposal-desc .prop-detail .cat-link .link-icon-white {
    background-position: top center;
    width: 9px;
    height: 9px;
    background-size: cover;
}
.proposal-container .prop-carousel-section h3 {
    background: #e9e9e9;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    letter-spacing: 1px;
    margin: 0;
}
.proposal-container .prop-carousel .owl-controls {
    margin: 0;
    height: 30px;
    position: relative;
}
.proposal-container .prop-carousel .owl-buttons .owl-prev, 
.proposal-container .prop-carousel .owl-buttons .owl-next {
    color: #fff;
    top: unset;
    bottom: 0;
    width: 50%;
    height: 30px;
    background: #000;
    font-size: 18px;
    line-height: 28px;
}
.proposal-container .prop-carousel .owl-buttons .owl-next.disabled,
.proposal-container .prop-carousel .owl-buttons .owl-prev.disabled{
    opacity: 1;
}
.proposal-container .prop-carousel .owl-buttons div:hover {
    background: #333;
}
.home-page .proposal-container .prop-carousel .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
.home-page .proposal-container .prop-carousel .owl-controls .owl-buttons div.owl-prev{
    left: 0;
}
.home-page .proposal-container .prop-carousel .owl-controls .owl-buttons div {
    background: #000;
}
.home-section-title {
    margin: 40px 0;
    text-align: center;
}
.home-section-title i.icon {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}
.home-section-title h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #414141;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 15px;
}
.home-section-title span {
    display: block;
    text-transform: uppercase;
    color: #9a9a9a;
    font-size: 10px;
    margin-top: 10px;
    letter-spacing: 2px;
}

/*Featured Container*/
.featured-prod-carousel {
    margin-left: -10px;
    margin-right: -10px;
}
.cms-home .tablist_carousel .id-Carousel {
    margin-left: -10px;
    margin-right: -10px;
}
.featured-container .designers-bunch {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.featured-container .designers-bunch .designers-bunch-box {
    flex: 0 0 46%;
    margin: 0 2% 20px;
}
.featured-container .designers-bunch .designers-bunch-box img {
    width: 100%;
}
.featured-container .designers-bunch .designer-title {
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/*Designers Bunch & Carousel*/
.designers-carousel .owl-controls .owl-page.active span, 
.designers-carousel .owl-controls.clickable .owl-page:hover span {
    background: #2b2e37 !important;
}
.designers-carousel .owl-controls .owl-page span {
    background: #dcdcdd !important;
    cursor: pointer;
}
.designers-carousel .owl-controls {
    margin: 0;
    bottom: 22%;
    position: absolute;
    width: 100%;
}
.designers-carousel .designers-detail {
    background: #efefef;
    padding: 20px 10px;
    height: 110px;
    text-align: center;
}
.designers-carousel .designers-detail .des-title {
    font-family: 'Playfair Display', sans-serif;
    color: #000;
    font-size: 34px;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 15px;
}
.designers-carousel .designers-detail .des-name {
    color: #9d9d9d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

/*Newsletter*/
.newsletter-container {
    margin-bottom: 30px;
}
.newsletter-container .home-section-title {
    margin-bottom: 20px;
}
.home-section-title i.icon {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}
.home-section-title span {
    display: block;
    text-transform: uppercase;
    color: #9a9a9a;
    font-size: 10px;
    margin-top: 10px;
    letter-spacing: 2px;
}
.newsletter-container .hm-newsletter {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.newsletter-container .hm-newsletter input.input-text {
    border: 0;
    color: #9a9a9a;
    font-size: 13px;
    width: 80%;
    margin: 0;
    padding:17.5px 13px;
    border-top: 1px solid #e9e9e9;
    font-weight: 300;
    border-right: 1px solid #e9e9e9;
}
.newsletter-container .hm-newsletter .button {
    border: 0;
    padding: 17px 30px;
    border-top: 1px solid #e9e9e9;
    margin-left: -5px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
.newsletter-container .hm-newsletter .button:focus {
    outline: 0;
    border-color: #000;
}
.newsletter-container .hm-newsletter .button .link-icon-white {
    background-position: top;
}
.hover-white:hover {
    color: #000 !important;
    border: 1px solid #000 !important;
    background: #fff url(../images/Uno-button-icon.png) no-repeat center center !important;
}
.newsletter-container .hm-newsletter .button1 {
    font-family: "Oswald";
    font-weight: 700;
    color: #000;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
}
.featured-product-container {
    margin-bottom: 50px;
}

.link-icon-black {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../images/Uno-button-icon.png) no-repeat scroll center top;
    display: inline-block;
    margin-left: 5px;
}

.link-icon-white {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../images/Uno-button-icon.png) no-repeat scroll center bottom;
    display: inline-block;
    margin-left: 5px;
}

.link-icon-gray {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../images/Uno-button-icon.png) no-repeat scroll center -41px;
    display: inline-block;
    margin-left: 5px;
}
.home-section-title h4:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 30%;
    height: 2px;
    bottom: 0;
    background: #000;
    transform: translate(-50%, -50%);
}
/*Three Banner*/

.three-banners {
    margin-bottom: 50px;
}

.three-banners img {
    width: 100%;
}
.zoom-img-effect {
    overflow: hidden;
}
.zoom-img-effect img{
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.zoom-img-effect img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.three-banners .three-banners-two:first-child {
    margin-bottom: 12px;
}

.partner-carousel .partner-item {
    border: 1px solid #e8e8e8;
}

/*Our Partner Container*/
.partner-container {
    margin-bottom: 50px;
}
.partner-carousel .partner-item {
    border: 1px solid #e8e8e8;
    cursor: pointer;
}
.partner-carousel .partner-item:hover {
    opacity: 0.7;
}
.partner-carousel .owl-controls {
    margin: 0;
}
.partner-carousel .owl-controls .owl-buttons div {
    top: calc(100% - 50%) !important;
    padding: 0 20px !important;
}
.partner-carousel .owl-controls .owl-buttons div i {
    color: #dedede;
    font-size: 20px;
}

/*Home Contact Form*/
.home-contact-container .row {
    display: flex;
}
.home-contact-form {
    background: #1c1c1c;
}
.home-contact-form .home-section-title {
    margin: 0;
    padding: 30px 0;
}
.home-contact-form .home-section-title h4,
.home-contact-form .home-section-title i.icon {
    color: #fff;
    font-weight: 400;
}
.home-contact-form .home-section-title h4:after{
    background:#fff; 
}
.home-contact-form #contactForm {
    padding: 15px 20px;
    border-top: 1px solid #252525;
    display: block;
}
.home-contact-form .customInput {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #252525;
    padding: 0;
    height: 30px;
    color: #636363;
    width: 100%;
}

.home-contact-form .fields.fields-group {
    display: flex;
    flex-wrap: wrap;
}
.home-contact-form .fields.fields-group .field {
    flex: 0 0 42%;
    margin: 3% 4%;
}
.home-contact-form .wide .input-box {
    margin: 3% 4%;
    width: 92% !important;
}
.home-contact-form .wide .input-box textarea {
    height: 65px;
}

.home-contact-container .home-contact-map {
    height: 100%;
}
.home-contact-form .buttons-set {
    text-align: center;
}
.home-contact-form .btnArrowStyle {
    background: transparent;
    margin: 15px 0;
    padding: 0 20px;
}
.btnArrowStyle {
    border: none;
    height: 40px;
    line-height: 36px;
    margin: 30px 0;
    background: #000;
    color: #fff;
    width: 160px;
    text-align: center;
}

/*Footer*/
.cms-home .footer-container:before {
    content: '';
    background: #f5f5f5;
    height: 220px;
    width: 100%;
    position: absolute;
    top: -30%;
    left: 0;
    z-index: -1;
}

.footer-container {
    background: #f5f5f5;
    padding: 60px 0 30px 0;
    position: relative;
}
#footer p.copyright-txt {
    color: #8d8c8c;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
}
#footer {
    text-align: center;
}
.footer-content .menu-footer-social,
.footer-content .menu-footer-others {
    margin-bottom: 50px;
}
.footer-content .menu-footer-others, .footer-content .menu-footer-social {
    font-family: "Oswald";
    font-weight: 300;
    color: #636363;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 30px;
    position: relative;
    padding-bottom: 3px;
}
.footer-content .menu-footer-others li, .footer-content .menu-footer-social li {
    display: inline-block;
}
.footer-content .menu-footer-others li a {
    border-bottom: 1px solid #d0d0d0;
}
.footer-content .menu-footer-others li a, .footer-content .menu-footer-social li a {
    font-family: "Oswald";
    font-weight: 300;
    color: #636363;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 20px;
    position: relative;
    padding-bottom: 3px;
    cursor: pointer;
}
.footer-content .menu-footer-others li a:hover {
    color: #000;
}
.footer-content .menu-footer-social li a {
    font-size: 20px;
    color: #000;
    margin: 0 10px;
}
.footer-content .menu-footer-social li a:hover {
    color: #d6b255;
}
#footer p.copyright-txt {
    color: #8d8c8c;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
}

/*Listing*/
.products .product .product-images {
    display: inline-block;
    position: relative;
    width: 100%;
}
.products .product .action {
    display: inline-block;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.products .product .action a {
    opacity: 0;
    display: block;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    transform: translate(-30px, 0);
    position: relative;
    text-align: center;
    cursor: pointer;
}

.products .product .action a:after {
    content: "" attr(title) "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 0;
    line-height:38px;
    background: #000;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.products .product .action a:first-child {
    -webkit-transition: all 0.3s ease 0.4s;
    -o-transition: all 0.3s ease 0.4s;
    transition: all 0.3s ease 0.4s;
}

.products .product .action .btn-cart.add-cart:nth-child(2) {
    -webkit-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}

.products .product .action a:nth-child(3) {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.products .product .action a:last-child {
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.products .product .action a i {
    font-size: 18px;
    background: #fff;
    padding: 5px;
    color: #000;
    display: inline-block;
    line-height: 30px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.products .product .action a:hover i {
    background: #000;
    color: #fff;
}

.products .product .action a:hover:after {
    width: 100px;
    opacity: 1;
}

.products .product .content-star {
    float: right;
    font-size: 10px;
    margin-bottom: 0;
}

.products .product .content-star i.active {
    color: #e19824;
}

.products .product .lable {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    font-size: 11px;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    background-color: #000;
}

.products .product.sale .product-price {
    color: #e19824;
}

.products .product.sale .product-price .price-old {
    color: #999;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through;
}

.product {
    border-radius: 0x;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product:hover img.secondary_image {
    opacity: 1;
}

.product:hover img.primary_image {
    opacity: 0;
}

.product:hover .action a {
    opacity: 100;
    transform: translate(0, 0);
}

.product:hover .add-to-cart {
    opacity: 100;
}
.id-Carousel .row.wrap-breadcrumb {
        display: none;
    }

    .id-Carousel .category-products {
        overflow: hidden;
    }

    .id-Carousel .item-inner {
        padding: 0 10px;
    }

    .id-Carousel .special-label{
        border: #e01f1f 1px solid;
        position: absolute;
        top: 10px;
        left: 15px;
        border-radius: 0;
        color: #e01f1f;
        padding: 0px 5px;
    }

    .id-Carousel .labels-box {
        position: absolute;
        top: 8px;
        left: 8px;
    }
    .id-Carousel .product-grid-info {
        margin: 0;
    }
/*Whatsapp Button*/    
.whatsapp-btn {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 9;
}
.whatsapp-btn a {
    width:40px;
    height:40px;
    display: block;
}

.t1p_size_chart {
    margin-top: 10px;
}

.t1p_size_chart img {
    border-radius: 10px;
}