.usr-icon {
    width: 25px;
    height: 25px;
}

.img-circle {
    border-radius: 50%;
}

.user-update h2 {
    padding: 0 0 0 37px;
    margin: 0 0 34px 0;
    color: #000000;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
}

.user-update h2:before {
    position: absolute;
    left: 15px;
    top: 50%;
    content: "\f090";
    font-family: 'FontAwesome';
    color: #907041;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
}

.cart-add {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #907041;
    height: 40px;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    padding: 0 23px;
    border-radius: 20px;
}

.orders-table,
.orders-table th,
.orders-table td,
.order-details-table,
.order-details-table th,
.order-details-table td,
.display-items,
.display-items th,
.display-items td {
    border: 0px !important;
}

.display-items th,
.orders-table th,
.order-details-table th {
    font-weight: 400;
    text-transform: uppercase;
    background: #333;
    color: #fff;
}

.settings {
    min-height: 350px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.link-style a {
    color: #907041;
    text-decoration: none
}

link-style a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #907041;
    -webkit-transition: all .3s;
    transition: all .3s
}

.required {
    color: #E5343D!important;
}

.proceed {
    border-color: #2f456d !important;
    background: #2f456d !important;
    color: #ffffff !important;
}

.proceed-wrapper {
    background: #ffffff;
    padding: 0px 15px 80px !important;
    padding-top: 70px;
    padding-right: 15px;
    padding-bottom: 80px;
    padding-left: 15px;
    border: 1px solid #eeeeee;
}

.cart-total {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.checkout {
    background: #907041;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 17px;
    border-radius: 20px;
    margin-top: 25px;
}

.cart-total>h2 {
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0 0 0 10px;
    display: block;
    color: #555555;
    position: relative;
    line-height: 0.8;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
}

.cart-total>h2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: #d2a637;
}

.cart-total>table,
.summary-items>table {
    border: none;
    margin: 25px 0 0 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    border-collapse: collapse
}

.cart-total>table th,
.summary-items>table th {
    border: none;
}

.cart-total>table td,
.summary-items>table td {
    border: none;
}

.discount {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #eeeeee;
}

.discount label {
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0 0 0 10px;
    display: block;
    color: #555555;
    font-weight: 500;
    position: relative;
    line-height: 0.8;
    max-width: 100%;
    margin-bottom: 20px
}

.discount .apply {
    background: #907041;
    color: #ffffff;
    border: 0;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 20px;
    margin-top: 25px;
}

.commerce-cart .custom-width {
    width: 100% !important;
}

.wc-proceed-to-checkout button {
    border: none !important;
}

.discount>h2 {
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0 0 0 10px;
    display: block;
    color: #555555;
    position: relative;
    line-height: 0.8;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
}

.discount>h2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: #d2a637;
}

.order-info {
    background: #ffffff;
    padding: 50px 30px;
    margin-bottom: 30px;
    /*border: 1px solid #eeeeee;*/
}

.order-info table {
    border: none;
}

.order-info table td {
    border: none;
}

.wishlist-cart {
    text-transform: uppercase;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #eeeeee;
    padding: 0 20px;
    border-radius: 20px;
    height: 40px;
    transition: all 0.4s ease 0s;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
    text-decoration: none;
}

.wishlist-cart a:hover {
    border-color: #2f456d;
    background: #2f456d !important;
    color: #ffffff !important;
}

.cart-view-title h3 {
    font-size: 18px !important;
}

.widget_price_filter {
    margin-top: 10px;
    margin-bottom: 45px;
}

.widget_price_filter .price_slider_amount {
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    margin-top: 30px;
}

.widget_price_filter .price_slider_amount {
    display: -webkit-flex;
}

.price_slider {
    padding: 0;
}

.price_slider .noUi-horizontal .noUi-handle {
    width: 18px !important;
    height: 16px !important;
    top: -4px !important;
}

.price_slider_amount #value-lower:before,
.price_slider_amount #value-upper:before {
    position: relative;
    content: '$';
    left: 0;
}

.slider-height {
    height: 10px !important;
}

.widget_categories li {
    text-align: -webkit-match-parent !important;
}

.product-meta ul {
    list-style-type: none !important;
    padding: 0 !important;
}

.link-focus {
    color: #f49218;
}

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

.partners-logos {
    padding-top: 10px !important;
    padding-right: 110px !important;
    padding-bottom: 0 !important;
    padding-left: 120px !important;
    background-color: #ffffff;
}

.wishlist-out-of-stock,
.out-of-stock {
    color: #da1612 !important;
}

.wishlist-out-of-stock a,
.out-of-stock a {
    color: #da1612 !important;
    text-decoration: underline;
}

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

.team-content a {
    color: #f49218 !important;
    font-size: 16px !important;
}

.team-content h4 {
    font-size: 20px !important;
}

.team-member {
    margin-bottom: 40px !important;
}

.team-member-sales {
    margin-bottom: 80px !important;
}

.in-stock {
    color: #77a464 !important;
}

.noo-product-inner .out-of-stock,
.noo-product-inner .in-stock {
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.text-white {
    color: #fff !important;
}

.icon-left-align h2:before {
    /*left: 33% !important;*/
}

.update-btn {
    border-color: #907041 !important;
    background: #907041 !important;
    color: #ffffff !important;
}

.so-info b {
    display: inline-block;
    width: 50%;
    padding: 0 5px;
}

.so-info span {
    display: inline-block;
    width: 45%;
}

.hamburger-icon {
    position: absolute;
    top: 16px;
    right: 0;
    width: 25px;
    height: 3px;
    border-radius: 4px;
    background-color: #333333;
    transition-duration: .15s;
    transition-property: transform;
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 25px;
    height: 3px;
    border-radius: 4px;
    background-color: #333333;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg);
}

.hamburger-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 25px;
    height: 3px;
    border-radius: 4px;
    background-color: #333333;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0;
}

.hamburger-icon.is-active {
    top: 13px;
    transform: none;
}

.hamburger-icon.is-active:before {
    top: -7px;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transform: none;
}

.hamburger-icon.is-active:after {
    top: -14px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
    opacity: 1;
}

.product-meta ul li {
    margin: 10px 0 !important;
}

.btn-standard {
    background: #907041 !important;
    color: #ffffff !important;
}

.quantity .qty {
    width: 3.631em !important;
    padding: 0 !important;
}

.wishlist-button a {
    /*text-indent: -305px !important;*/
}

.w-100 {
    width: 100% !important;
}

.billing-info .contact-form-wrapper {
    padding: 24px 15px 80px !important;
}

.shipping-info .contact-form-wrapper {
    padding: 24px 15px 80px !important;
}

.product-list-wishlist-btn a:before {
    left: 172px !important;
}

.product-details-wishlist-btn a:before {
    /*left: 318px !important;*/
}

.noo-product-item .noo-product-inner .price {
    margin-top: 50px !important;
}

.chooseColor {
    margin: 0 2px;
}

.chooseColor .color-block {
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
    padding: 10px;
    border: 1px dotted #ccc;
}

.chooseColor .color-block.active {
    border: 2px solid #eea236 !important;
}


/* Start: Slick Slider */

.slider {
    width: 50%;
    margin: 15px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    /*    max-height: 70px;*/
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}


/* End: Slick Slider */

.payment-form h2:before {
    left: 38% !important;
}

.featured_products .noo-product-item {
    min-height: 0;
}

.featured_products .slick-list {
    overflow: hidden;
    padding-top: 15px;
}

.featured_products .slick-slide {
    margin: 0;
}

.featured_products .slick-arrow {
    cursor: pointer;
    min-width: 30px;
    min-height: 30px;
    z-index: 100;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1) !important;
}

.featured_products .slick-arrow.slick-next {
    display: inline-block;
    position: absolute;
    top: 35%;
    right: -30px;
    background: none;
    border: none;
    text-align: center;
    line-height: 10px;
}

.featured_products .slick-arrow.slick-prev {
    display: inline-block;
    position: absolute;
    top: 35%;
    left: -30px;
    background: none;
    border: none;
    text-align: center;
    line-height: 10px;
}

.featured_products .slick-next i.fa {
    padding-left: 2px;
}

.featured_products .slick-prev i.fa {
    padding-right: 2px;
}

.featured_products .slick-arrow i.fa {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 20px;
}

.featured_products .noo-product-item {
    opacity: 1;
}

.estimate-btn {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 17px;
    border-radius: 20px;
}

.related_products .noo-product-item {
    min-height: 0;
}

.related_products .slick-list {
    overflow: hidden;
}

.related_products .slick-slide {
    margin: 0;
}

.related_products .slick-arrow.slick-next {
    display: inline-block;
    position: absolute;
    top: -30px;
    right: 30px;
    background: none;
    border: none;
    text-align: center;
    line-height: 20px;
}

.related_products .slick-arrow.slick-prev {
    display: inline-block;
    position: absolute;
    top: -30px;
    right: 60px;
    left: auto;
    background: none;
    border: none;
    text-align: center;
    line-height: 20px;
}

.related_products .slick-next i.fa {
    padding-left: 2px;
}

.related_products .slick-prev i.fa {
    padding-right: 2px;
}

.related_products .slick-arrow i.fa {
    position: inherit;
    right: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    color: #999;
    border-radius: 50%;
}

.related_products .slick-next:before,
.related_products .slick-prev:before {
    color: #999;
}

.related_products .noo-product-item {
    opacity: 1;
}

.feedback .user-update h2:before {
    left: 35% !important;
}

.btn-theme {
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 0;
}

.btn-link {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    text-align: left;
    outline: none;
}

.btn-default {
    background: #222222;
    color: #fff;
    font-weight: bold;
}

.brown-btn {
    background: #CFB171;
    color: #000;
    font-weight: bold;
}

.homepage-btn {
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    background: #907041;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 0 42px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #ffffff;
    border: 0;
}

.newsletter-subscribe-btn {
    content: "\f0e0";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 8px;
    color: #cccccc;
    font-size: 20px;
}

.form-label {
    display: inline-block !important;
    text-transform: none !important;
    vertical-align: middle;
}

.form-checkbox {
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important;
}

.wishlist-table {
    table-layout: auto;
}

.wishlist-table .product-name {
    width: 48% !important;
}

.sub-info h5 {
    font-size: 14px;
    display: inline-block;
    width: 200px;
}

.sub-info h3 {
    font-size: 16px;
    display: inline-block;
    width: 130px;
}

.small-image {
    width: 50px;
}

.checkout-cart-item-count {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f49218;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    bottom: 20px;
    right: 15px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.order-info {
    font-size: 14px;
    line-height: 1.4em;
}

.sub-info h3,
h5 {
    line-height: 0;
}

.extended-info b {
    display: inline-block;
    width: 50%;
    padding: 0 5px;
}

.extended-info span {
    display: inline-block;
    width: 45%;
}

.category-item {
    height: 330px;
}

.category-image img {
    width: auto;
}

.single-product-content .summary form.cart a.add-to-cart {
    padding: 8px 23px;
}

.display-items {
    table-layout: auto;
}

.commerce-tabs ul.tabs {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.commerce-tabs ul.tabs li {
    float: left;
    padding: 0px 10px;
    border-style: none;
}

.commerce-tabs .tab-content {
    width: 100%;
    float: none;
    padding-left: 10px;
    margin-top: 70px;
}

.product-details-description {
    color: #252525;
}

.product-details-standard-img {
    max-height: 420px;
}

.product-details-thumbnails {
    overflow: hidden;
    margin: 1em 0;
    padding: 0;
    text-align: center;
}

a.image-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
    visibility: hidden;
}

a.image-popup:hover {
    background: #907041;
    color: white;
}

.new-account-application .form-label {
    margin: 0 !important;
    vertical-align: super !important;
}

.new-account-application input:not([type='submit']) {
    height: 25px !important;
}

.fa-wpforms:before {
    font-family: 'FontAwesome';
    font-style: normal;
    color: #907041;
}

.new-account-application .form-control {
    height: 25px !important;
    background-color: #fcfcfc !important;
}

.product-details-image-section .slick-slide img {
    max-height: 70px;
    width: auto;
}

.text-overflow {
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-form-wrapper select {
    border: 1px solid #666666;
    color: #666666;
    margin-bottom: 10px;
    padding: 10px 20px;
    line-height: 22px;
    font-size: 16px;
    width: 100%;
    background-color: #fcfcfc;
}

@media screen and (min-width: 300px) and (max-width: 350px) {
    .noo-header div.navbar-logo {
        width: 40% !important;
    }
    .noo-header .navbar-meta {
        width: 59% !important;
    }
}

@media screen and (min-width: 300px) {
    .user-info .noo-minicart {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .navbar-meta ul>li>a {
        padding-left: 12px !important;
    }
    .noo-minicart {
        right: -20px !important;
        width: 150px !important;
    }
    .noo-minicart .minicart-footer {
        padding: 5px !important;
    }
    .noo-minicart .minicart-footer .minicart-actions a {
        padding: 5px 20px !important;
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }
    .user-update h2:before {
        left: 35% !important;
    }
    .user-update .form-row {
        margin-top: 10px !important;
    }
    /* Start: Wish List */
    .commerce-cart table.wishlist-table,
    .wishlist-table thead,
    .wishlist-table tbody,
    .wishlist-table th,
    .wishlist-table td,
    .wishlist-table tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .commerce-cart .wishlist-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .commerce-cart .wishlist-table tr {
        border: 1px solid #ccc;
    }
    .commerce-cart .wishlist-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .commerce-cart .wishlist-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .commerce-cart table.wishlist-table .product-remove {
        width: 97% !important;
    }
    .commerce-cart table.wishlist-table .product-name {
        width: 100% !important;
        text-align: center !important;
    }
    .commerce-cart table.wishlist-table .product-price {
        width: 100% !important;
        text-align: center !important;
    }
    .commerce-cart table.wishlist-table .product-add-to-cart {
        width: 100% !important;
    }
    .commerce-cart table.wishlist-table .product-thumbnail {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
    .commerce-cart table.wishlist-table .product-stock-status {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
    .commerce-cart table.cart.wishlist-table td {
        padding: 10px 0 !important;
        border-bottom: none !important;
    }
    .commerce-cart .wishlist-table tfoot tr {
        border: none !important;
        text-align: center !important;
    }
    .commerce-cart .wishlist-table tfoot td a {
        margin: 5px !important;
    }
    .commerce-cart .wishlist-table tfoot .btn-warning {
        width: 100% !important;
    }
    .commerce-cart .wishlist-table tr {
        margin-top: 30px !important;
    }
    /* End: Wish List */
    /* Start: Shopping Cart */
    .commerce-cart table.shopping-cart .shopping-cart thead,
    .shopping-cart tbody,
    .shopping-cart th,
    .shopping-cart td,
    .shopping-cart tr {
        display: block !important;
    }
    .commerce-cart .shopping-cart thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .commerce-cart .shopping-cart tr {
        border: 1px solid #ccc;
    }
    .commerce-cart .shopping-cart td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .commerce-cart .shopping-cart td:before {
        position: absolute;
        top: 12px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap;
    }
    .commerce-cart table.shopping-cart .product-remove {
        border-bottom: none !important;
        width: 97% !important;
    }
    .commerce-cart table.shopping-cart .product-name {
        width: 100% !important;
        text-align: center !important;
    }
    .commerce-cart table.shopping-cart .product-price {
        width: 95% !important;
        text-align: right !important;
    }
    .commerce-cart table.shopping-cart .product-add-to-cart {
        width: 100% !important;
    }
    .commerce-cart table.shopping-cart .product-thumbnail {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
    .commerce-cart table.shopping-cart .product-quantity {
        width: 100% !important;
        text-align: right !important;
    }
    .commerce-cart table.shopping-cart .product-quantity>.quantity {
        float: none !important;
        margin: 0 !important;
    }
    .commerce-cart table.shopping-cart .product-subtotal {
        width: 95% !important;
        text-align: right !important;
    }
    .commerce-cart table.cart.shopping-cart td {
        padding: 10px 0 !important;
    }
    .commerce-cart .shopping-cart tfoot tr {
        border: none !important;
        text-align: center !important;
    }
    .commerce-cart .shopping-cart tfoot td a {
        margin: 5px !important;
    }
    .commerce-cart .shopping-cart tfoot td.actions {
        text-align: center !important;
    }
    .commerce-cart .shopping-cart tfoot td a.continue {
        float: none !important;
    }
    .cart-total {
        text-align: center !important;
    }
    .cart-total table {
        text-align: center !important;
    }
    .commerce-cart .shopping-cart tr {
        margin-top: 30px !important;
    }
    .commerce-cart .shopping-cart td:nth-of-type(4):before {
        content: "Price:";
    }
    .commerce-cart .shopping-cart td:nth-of-type(5):before {
        content: "Quantity:";
    }
    .commerce-cart .shopping-cart td:nth-of-type(6):before {
        content: "Total:";
    }
    /* End: Shopping Cart */
    /* Start: Checkout */
    .checkout-form .billing-info .contact-form div {
        margin-bottom: 0 !important;
    }
    .checkout-form .billing-info .comment-form-author {
        margin: 15px 0 !important;
    }
    .checkout-form .shipping-info .contact-form div {
        margin-bottom: 0 !important;
    }
    .checkout-form .shipping-info .comment-form-author {
        margin: 15px 0 !important;
    }
    /* End: Checkout */
    /* Start: Orders */
    .settings {
        min-height: 0!important;
    }
    .orders table.orders-table .orders-table thead,
    .orders-table tbody,
    .orders-table th,
    .orders-table td,
    .orders-table tr {
        display: block !important;
    }
    .orders .orders-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .orders .orders-table tr {
        border: 1px solid #ccc;
    }
    .orders .orders-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .orders .orders-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .orders .orders-table td:before {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #333333;
    }
    .orders .orders-table td:nth-of-type(1):before {
        content: "Sr.#";
    }
    .orders .orders-table td:nth-of-type(2):before {
        content: "Action";
    }
    .orders .orders-table td:nth-of-type(3):before {
        content: "Invoice";
    }
    .orders .orders-table td:nth-of-type(4):before {
        content: "Total Amount";
    }
    .orders .orders-table td:nth-of-type(5):before {
        content: "Tax";
    }
    .orders .orders-table td:nth-of-type(6):before {
        content: "Paid Amount";
    }
    .orders .orders-table td:nth-of-type(7):before {
        content: "Status";
    }
    .orders .orders-table td:nth-of-type(8):before {
        content: "Date";
    }
    .orders .orders-table tr {
        margin-top: 30px !important;
    }
    .orders {
        border: none !important;
    }
    /* End: Orders */
    /* Start: Order Details */
    .order-info {
        padding: 40px 30px !important;
    }
    .order-details table.order-details-table .order-details-table thead,
    .order-details-table tbody,
    .order-details-table th,
    .order-details-table td,
    .order-details-table tr {
        display: block !important;
    }
    .order-details .order-details-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .order-details .order-details-table tr {
        border: 1px solid #ccc;
    }
    .order-details .order-details-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: center;
    }
    .order-details .order-details-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .order-details .order-details-table td:before {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #333333;
    }
    .order-details .order-details-table td:nth-of-type(1):before {
        content: "Sr.#";
    }
    .order-details .order-details-table td:nth-of-type(2):before {
        content: "Product";
    }
    .order-details .order-details-table td:nth-of-type(3):before {
        content: "Model #";
    }
    .order-details .order-details-table td:nth-of-type(4):before {
        content: "Qunatity";
    }
    .order-details .order-details-table td:nth-of-type(5):before {
        content: "Total Price";
    }
    .order-details .order-details-table td:nth-of-type(6):before {
        content: "Tax";
    }
    .order-details .order-details-table td:nth-of-type(7):before {
        content: "Paid Amount";
    }
    .order-details .order-details-table td:nth-of-type(8):before {
        content: "Status";
    }
    .order-details .order-details-table td:nth-of-type(9):before {
        content: "Date";
    }
    .order-details .order-details-table tr {
        margin-top: 30px !important;
    }
    .order-details {
        border: none !important;
    }
    /* End: Order Details */
    /* Start: Contact Page */
    .contact-info {
        margin-top: 130px !important;
    }
    /* End: Contact Page */
    .easyzoom-flyout {
        display: none;
    }
    .feedback .user-update h2:before {
        left: 25% !important;
    }
    .extended-info {
        margin-top: 20px;
    }
    .extended-info b {
        padding: 0;
    }
    .so-shipping-info {
        margin-top: 20px;
    }
    .sub-info h5 {
        width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .slider-btn {
        font-size: 18px !important;
    }
    .commerce-cart table.wishlist-table .product-remove {
        width: 5% !important;
    }
    .commerce-cart table.wishlist-table .product-thumbnail {
        display: table-cell !important;
        width: 20% !important;
        padding-left: 10px !important;
    }
    .commerce-cart table.wishlist-table .product-stock-status {
        display: table-cell !important;
    }
    /*    .commerce-cart table.wishlist-table .product-add-to-cart {
            width: 38% !important;
            text-align: right !important;
        }*/
    .commerce-cart table.wishlist-table .product-name {
        width: 35% !important;
    }
    /* Start: Checkout */
    .checkout-form .billing-info .contact-form div {
        margin-bottom: 0 !important;
    }
    .checkout-form .billing-info .comment-form-author {
        margin: 15px 0 !important;
    }
    .checkout-form .shipping-info .contact-form div {
        margin-bottom: 0 !important;
    }
    .checkout-form .shipping-info .comment-form-author {
        margin: 15px 0 !important;
    }
    .cart-total table {
        text-align: center !important;
    }
    /* End: Checkout */
    .view-zoom>.etalage {
        width: 375px !important;
    }
    .commerce-cart table.shopping-cart td.actions .button {
        padding: 0 10px !important;
    }
    .commerce-cart table.shopping-cart .product-price {
        width: 15% !important;
    }
    .order-details .order-details-table .label {
        font-size: 65% !important;
    }
    .easyzoom-flyout {
        display: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1364px) {
    .slider-btn {
        font-size: 24px !important;
    }
    .commerce-cart table.wishlist-table .product-price {
        width: 12% !important;
    }
    .view-zoom>.etalage {
        width: 430px !important;
    }
    .commerce-cart table.shopping-cart td.actions .button {
        padding: 0 10px !important;
    }
    .commerce-cart table.shopping-cart td.actions .continue {
        padding: 0 10px !important;
    }
    .commerce-cart table.shopping-cart .product-price {
        width: 14% !important;
    }
    .commerce-cart table.shopping-cart .product-quantity .quantity .qty {
        width: 2.631em !important;
    }
}

.commerce-account b,
.position strong {
    font-weight: 500 !important;
}

#post_list .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: .25rem;
    margin-bottom: 2px;
}

.card,
.card-body a {
    text-transform: uppercase;
    outline: none;
}

.card-desc {
    text-transform: none;
    text-align: justify;
    outline: none;
}

#post_list .card-header {
    padding: .15rem 0rem;
    margin-bottom: 0;
    /*background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);*/
}

.more-less {
    float: right;
}

.left-bar:before {
    position: absolute;
    left: 0;
    top: 10px;
    height: 20px;
    width: 3px;
    content: '';
    background: #f49218;
}

#post_list .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

#post_list .card-body {
    padding-left: 10px;
    line-height: 22px;
    max-height: 140px;
    overflow: hidden;
}

.show-more,
.show-less {
    font-weight: 700;
    color: #77a464;
    padding-left: 17px;
    font-size: 11px;
}

#prodGrid {
    overflow: hidden;
}

#prodGrid .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
}

#prodGrid .card-header {
    padding: .15rem 0rem;
    margin-bottom: 0;
}

#prodGrid .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

#prodGrid .card-body {
    padding-left: 0px;
    line-height: 22px;
    overflow: hidden;
}

#prodGrid .btn-link {
    font-weight: 600;
    padding-left: 0;
}

.instock-label {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    color: #FFF;
    width: 80px;
    height: 80px;
}

.in-stock-label-ribbon_en {
    background: url('../images/instock.png') no-repeat;
}

.in-stock-label-ribbon_fr {
    background: url('../images/instock_fr.png') no-repeat;
}

.sub-nav {
    background: #161616;
    width: 100%;
    padding: 2px;
}

.sub-nav-menu {
    padding-right: 30px;
    color: #555;
    text-transform: uppercase;
}

.sub-nav-menu a {
    color: #fff;
}

.sub-nav-menu .dropdown {
    display: inline;
}

.sub-nav-menu i {
    font-size: 18px;
    color: #fff;
}

.sub-nav-menu .btn {
    padding: 6px 8px;
}


.media-slider-mix {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.media-slider-mix img,
.media-slider-mix video {
    width: 100%;
    height: 50vh;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    object-fit: contain;
}
.media-slider-mix .slick-prev{
    left:0px!important;
    z-index: 10;
}
.media-slider-mix .slick-next{
    right:0px!important;
    z-index: 10;
}
.media-slider-mix .slick-prev:before, .media-slider-mix .slick-next:before{
    color: black!important;
}
.media-slider-mix .slick-prev:before{
    content: '←'!important;
}
.media-slider-mix .slick-next:before{
    content: '→'!important;
}

.thumbnail-slider-mix {
    margin-top: 10px;
}

.thumbnail-slider-mix img, .thumbnail-slider-mix video {
    border: 2px solid transparent;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease, border-color 0.3s ease;
    max-width:100%;
    height: 100px;
    padding-left: 2%;
    padding-right: 2%;
}

.thumbnail-slider-mix img{
    object-fit: contain;
}

.thumbnail-slider-mix img:hover,
.thumbnail-slider .slick-current img {
    opacity: 1;
    border-color: #007bff;
}

.thumbnail-slider-mix video:hover, .thumbnail-slider-mix .slick-current video{
    opacity: 1;
    border-color: #007bff;
}
.thumbnail-slider-mix .slick-slide{
    margin: 0 5px;
    min-width: 75px;
}

.video-container {
    position: relative;
    display: inline-block;
}

.video-container video {
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem; /* Adjust size as needed */
    color: white;
    cursor: pointer;
    opacity: 0.8;
}

.play-icon:hover {
    opacity: 1;
}
.media-slider-mix img, .media-slider-mix video{
    box-shadow: none!important;
}