/* stylesheet.css */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 27px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #23a1d1
}

a:hover {
    text-decoration: none
}

legend {
    font-size: 18px;
    padding: 5px 10px;
    font-family: "Roboto", sans-serif;
    color: #26909d;
}

label {
    font-size: 12px;
    font-weight: 400
}

input[type=color].form-control,
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=datetime].form-control,
input[type=email].form-control,
input[type=month].form-control,
input[type=number].form-control,
input[type=password].form-control,
input[type=search].form-control,
input[type=tel].form-control,
input[type=text].form-control,
input[type=time].form-control,
input[type=url].form-control,
input[type=week].form-control,
select.form-control,
textarea.form-control {
    font-size: 12px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.input-group .dropdown-menu,
.input-group .popover,
.input-group input,
.input-group select {
    font-size: 12px
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

span.hidden-lg,
span.hidden-md,
span.hidden-sm,
span.hidden-xs {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top {
    background-color: #eee;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px
}

#top .container {
    padding: 0 20px
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top .btn-link,
#top-links a,
#top-links li {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444
}

#top-links .dropdown-menu a {
    text-shadow: none
}

#top-links .dropdown-menu a:hover {
    color: #fff
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links {
    padding-top: 6px
}

#top-links a + a {
    margin-left: 15px
}

#logo {
    margin: 0 0 10px 0
}

#search {
    margin-bottom: 10px
}

#search .search-header__input {
    height: 40px;
    line-height: 20px;
    padding: 0 10px
}

#search .search-header__submit {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff
}

#cart {
    margin-bottom: 10px
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff
}

#cart.open > .btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none
}

#cart.open > .btn:hover {
    color: #444
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001
}

#cart .dropdown-menu {
    min-width: 100%
}

@media (max-width:478px) {
    #cart .dropdown-menu {
        width: 100%
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px
}
#cart .dropdown-menu li > div {
    min-width: 413px
}
@media (max-width:478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0
}

#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    padding: 10px 10px;
    min-height: 15px;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

#menu .nav > li.open > a,
#menu .nav > li > a:hover {
    background-color: rgba(0, 0, 0, .1)
}

#menu .dropdown-menu {
    padding-bottom: 0;
    background: #364f6d;

}

#menu .dropdown-inner {
    display: table-cell;
    padding: 0 7px
}

#menu .dropdown-inner ul {
    display: table-cell
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 12px
}

#menu .dropdown-inner li a:hover {
    color: #fff
}

#menu .see-all {
    display: block;
    margin-top: .5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px
}

#menu .see-all:focus,
#menu .see-all:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: left;
    margin-left: 5px;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a
}

#menu .btn-navbar.disabled,
#menu .btn-navbar:active,
#menu .btn-navbar:focus,
#menu .btn-navbar:hover,
#menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #229ac8
}

@media (min-width:768px) {
    #menu .dropdown:hover > .dropdown-menu {
        display: block
    }
}

@media (max-width:767px) {
    #menu {
        border-radius: 4px
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block
    }
    #menu div.dropdown-menu {
        margin-left: 0!important;
        padding-bottom: 10px;
        background-color: #304661;
    }
    #menu .dropdown-inner {
        display: block
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, .1)
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff
    }
}

#content {
    min-height: 600px
}

footer {
    margin-top: 30px;
    color: #e2e2e2
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666
}

footer a {
	color: #333;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}

footer a:hover {
    color: #1c4477;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.alert {
    padding: 8px 14px 8px 14px
}

.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px;
    position: relative;
    white-space: nowrap
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0
}

.pagination {
    margin: 0
}

.buttons {
    margin: 1em 0
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-xs {
    font-size: 9px
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 12px
}

.btn-group > .btn-xs {
    font-size: 9px
}

.btn-group > .btn-sm {
    font-size: 10.2px
}

.btn-group > .btn-lg {
    font-size: 15px
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:hover,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 41px
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704
}

.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:hover,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420
}

.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:hover,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038
}

.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:hover,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000
}

.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:hover,
.btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}

.list-group a {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 12px
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto
}

.product-thumb .image {
    text-align: center
}

.product-thumb .image a {
    display: block
}

.product-thumb .image a:hover {
    opacity: .8
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto
}

.product-grid .product-thumb .image {
    float: none
}

@media (min-width:767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px
    }
}

.product-thumb h4 {
    font-weight: 700
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px
}

.product-list .product-thumb .caption {
    margin-left: 230px
}

@media (max-width:1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px
    }
}

@media (max-width:767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px
    }
    .product-grid .product-thumb .caption {
        min-height: 0
    }
}

.product-thumb .rating {
    padding-bottom: 10px
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px
}

.rating .fa-star + .fa-star-o {
    color: #e69500
}

h2.price {
    margin: 0
}

.product-thumb .price {
    color: #444
}

.product-thumb .price-new {
    font-weight: 600
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

#menu .dropdown-menu .dropdown-menu {
    left: 153px;
    top: 0
}

div#filter-lander {
    padding-top: 15px
}

.btn-group.btn-cusfilter span i.fa.fa-star {
    display: none
}

div#filter-lander .btn-group {
    margin-right: 10px;
    margin-bottom: 10px
}

div#filter-lander .btn-group span.categories-menu-color-checkbox {
    height: 12px;
    top: 1px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    width: 27px;
    margin-right: 2px
}

div#filter-lander .btn-group span.categories-menu-color-checkbox:after {
    height: 12px;
    top: 0;
    left: 0;
    margin: 0
}

.btn-cusfilter button.btn {
    background-color: #eee;
    color: #000;
    border: 1px solid #aaa
}

#d_quickcheckout #shipping_address_lastname_input.hidden {
    display: block!important;
    visibility: visible!important
}

.qc-quantity-cus .qc-quantity-text {
    display: none!important
}

.qc-quantity-cus .qc-quantity-edit {
    display: block!important
}

#d_quickcheckout .load_more_container {
    text-align: right
}

#d_quickcheckout .load_more_container > a {
    cursor: pointer
}

#d_quickcheckout .billing_address_group .list-group-item,
#d_quickcheckout .shipping_address_group .list-group-item {
    display: none;
    position: relative
}

#d_quickcheckout .billing_address_group.open .list-group-item,
#d_quickcheckout .shipping_address_group.open .list-group-item {
    display: block
}

#d_quickcheckout .billing_address_group .list-group-item.active,
#d_quickcheckout .shipping_address_group .list-group-item.active {
    display: block
}

body #d_quickcheckout .list-group-item.active,
body #d_quickcheckout .list-group-item.active:focus,
body #d_quickcheckout .list-group-item.active:hover {
    background-color: #e3e8ed;
    border-color: #e3e8ed
}

#d_quickcheckout .edit_address {
    position: absolute;
    right: 20px;
    bottom: 50px
}

#d_quickcheckout .remove_address {
    position: absolute;
    right: 20px;
    bottom: 5px;
    color: red!important
}

.sidebar.information {
    margin-top: 29px
}

#cart ul.dropdown-menu.pull-right li.top_cart_footer {
    background: #fff;
    min-height: 215px
}

#cart ul.dropdown-menu.pull-right {
    position: fixed;
    top: 0;
    right: -100%;
    width: 442px;
    min-width: 399px;
    margin: 0;
    padding: 5px 10px;
    max-height: 100%;
    overflow: auto;
    transition: all .5s;
    display: block;
    border-radius: unset
}

#cart ul.dropdown-menu.pull-right .min-cart-product-list {
    max-height: calc(100vh - 248px);
    overflow-x: auto
}

.dropdown-menu li > a.cart-hide-button {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
    background: #fff;
    color: #dc6200;
    border: 1px solid #dc6200;
    cursor: pointer
}

.dropdown-menu li > a.cart-hide-button:hover {
    background: #dc6200;
    color: #fff;
    border: 1px solid #fff
}



.open_cart > ul.dropdown-menu.pull-right {
    right: 0!important;
    display: block!important
}

.product-left > .alert.alert-success.alert-dismissible {
    position: absolute;
    margin-left: 11%;
    max-width: 60%;
    padding: 10px 33px 10px 10px
}

.product-left > .alert.alert-success.alert-dismissible > button.close {
    color: red
}

.btn.btn-secondary {
    color: #fff
}

.list-group-item .address-item > strong {
    display: block
}

table.table-return-products thead {
    background: brown;
    color: #fff
}

table.table-return-products td,
table.table-return-products th {
    border-color: #5b0707
}

.success-note {
    text-align: center;
    background: #ddd;
    padding: 2vh;
    margin: 15px 0
}

.success-note .fa {
    font-size: 35vh;
    font-weight: 200;
    color: #8fbc8f
}

.success-note svg.svg-inline--fa {
    height: 28vh;
    color: #8fbc8f
}

#account-return h1 {
    text-transform: capitalize
}

@media (min-width:768px) {
    #account-return .form-horizontal .control-label {
        text-align: left
    }
}

span.checkout-stape-number {
    border: 1px solid #b35308;
    margin-right: 10px;
    padding: 3px 8px;
    border-radius: 50%;
    color: #fff;
    background: #dc6200;
    font-weight: 600
}

#d_quickcheckout div.has-error {
    background: #faebd7;
    border-radius: 3px;
    border: 1px;
    border-color: red;
    border-style: dashed
}

/*style.css*/

*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    font-size: 62.5%
}

@media (max-width:992px) {
    html {
        font-size: 55%
    }
}

body {
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: helvetica;
    color: #333;
    overflow-x: hidden;
    background: none;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ff7200;
    border-bottom: 3px solid #2e9ea9;
    background: #FFF;
    padding: 15px 0px 10px 0px;
    margin: 0px;
    margin-bottom: 5px;
}
#product-search h1 {
    border-bottom: none;
}

.no-scroll {
    overflow-y: hidden;
    position: relative;
    max-height: 100vh;
    background-image: rgba(0, 0, 0, .2)
}

::-moz-selection {
    background-color: #6b1212;
    color: #fff
}

::selection {
    background-color: #6b1212;
    color: #fff
}

.loading-gif {
    display: none;
    margin: 0 auto
}

.main-header {
    text-align: center;
    margin-top: 0;
}
div#filter-lander + .main-header {
    margin-top: -12px;
}
.main-filter-container + .main-header {
    margin-top: 0;
}
.main-header h1 {
    padding-top: 0 !important;
}
.main-header h2 {
    display: inline-block;
    padding: 4rem 3rem 2rem 3rem;
    color: #333;
    margin-bottom: 1rem
}


@media (max-width:480px) {
    .main-header h2 {
        padding: 0
    }
}

.right-side-btn {
    border: none;
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #fff;
    height: 6.2rem
}

.right-side-btn:hover {
    cursor: pointer
}

.right-side-btn p {
    padding: 0 0 0 2rem
}

.right-side-btn i {
    display: inline-block;
    text-align: right
}

.right-side-btn-text {
    display: block;
    float: left;
    width: 85%;
    position: relative 
}

.right-side-btn-text img {
    width: 6rem;
    height: 6rem;
    display: inline-block;
    padding: 1rem;
    float: left
}

.right-side-btn-text p {
    position: relative;
    top: 50%
}

.right-side-btn-text p.right-side-display-value {
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.right-side-btn-icon {
    display: block;
    float: right;
    position: relative;
    right: 30px;
    top: 50%
}

.right-side-btn-icon i {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right
}

.right-side-btn-type {
    font-size: 1.3rem;
    color: #7e7e7e;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 1rem
}

.side-menu {
    right: -33%;
    top: 0;
    position: fixed;
    height: 100vh;
    width: 33%;
    background-color: #fff;
    z-index: 2000;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 450px;
}

.side-menu-title h4 {
    font-family: Helvetica;
    font-size: 20px;
    text-align: center
}

.side-menu-title {
    position: relative;
    background-color: #fff;
    z-index: 2000
}

@media (max-width:1024px) {
    .side-menu {
        right: -40%;
        width: 40%
    }
    .side-menu-title {
        width: 40%
    }
}

@media (max-width:992px) {
    .side-menu {
        right: -60%;
        width: 60%
    }
    .side-menu-title {
        width: 60%
    }
}

@media (max-width:479px) {
    .side-menu {
        right: -80%;
        width: 80%
    }
    .side-menu-title {
        width: 80%
    }
    .side-menu-title h4 {
    font-size: 20px;
}
}

@media (max-width:320px) {
    .side-menu {
        right: -90%;
        width: 90%
    }
    .side-menu-title {
        width: 90%
    }
}

.side-menu-content {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.sub-side-btn-text {
    display: block;
    float: left;
    position: relative;
    top: 34%
}

.sub-side-btn-text span {
    color: #7e7e7e
}

.bottom-content {
    text-align: left;
    display: none;
    padding: 0 2rem 2rem 2rem;
    border: none;
    background-color: #fff
}

.bottom-content.bottom-content-open {
    display: block
}

.bottom-content-wrapper-visible {
    opacity: 1
}

.bottom-content h4 {
    display: inline-block;
    position: relative
}

.bottom-content ul {
    padding-left: 3rem
}

.banner img {
    max-width: 100%;
    margin-top: 5rem;
    margin-bottom: 5rem
}

.footer {
    border-top: 1px solid #c5c5c5;
    padding-top: 3rem;
    background-color: #eee
}

@media (max-width:920px) {
    .footer > .container {
        width: 100%;
        margin: 0;
        text-align: center
    }
}

#footer-img-wrapper p {
    font-size: 1.4rem
}

#footer-img-wrapper img {
    max-width: 80%
}

.footer-adress,
.footer-email span,
.footer-number span {
    color: #7e7e7e
}

.footer-adress,
.footer-number {
    margin-top: 3rem
}

footer-company ul {
    list-style: none;
    margin-top: 0;
    font-size: 16px;
    color: #333;
    font-weight: 300;
}

#footer-company ul li {
    margin-top: 0;
}

#footer-company a {
    /*color: #333;*/
    cursor: pointer;
    position: relative;
    text-decoration: none
}

#footer-company a:hover {
    text-decoration: none
}

#footer-company a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #fc6f00;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

#footer-company a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#footer-social h3 {
    padding-bottom: 1.8rem
}

#footer-social i {
    padding-right: 1rem;
    font-size: 3rem;
    color: #5e5e5e;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

#footer-social a:hover {
    text-decoration: none
}

#footer-icon-facebook:hover {
    color: #3b5998
}

#footer-icon-google:hover {
    color: #d34836
}

#footer-icon-twitter:hover {
    color: #1da1f2
}

#footer-icon-instagram:hover {
    color: #262626
}

#footer-icon-pinterest:hover {
    color: #bd081c
}

.footer-newsletter {
    display: inline-block;
    background-color: #6b1212;
    color: #fff;
    padding: 1rem 3rem;
    margin-top: 2rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px
}

.footer-newsletter:hover {
    text-decoration: none;
    color: #fff;
    background-color: #a51c1c
}

.footer-bottom {
    border-top: 1px solid #c5c5c5;
    margin-top: 10px;
    padding-top: 2rem;
    text-align: center
}

.footer-bottom i {
    font-size: 4rem;
    padding-right: 1rem;
    color: #7e7e7e
}

.footer-bottom p {
    color: #7e7e7e;
    font-size: 1.2rem;
    padding-bottom: 13px;
    padding-top: 5px;
    margin-bottom: 0;
}

@media (max-width:992px) {
    .footer {
        display: block;
        margin-top: 1rem
    }
    .footer > .container {
        width: 100%;
        margin: 0;
        text-align: center
    }
    .footer-newsletter {
        margin-bottom: 1rem
    }
}

.top-section {
    margin: 0 auto;
    text-align: center;
    height: auto;
    padding: 3rem;
    height: 8rem
}

.logo-container {
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 3rem
}

.logo {
    display: inline-block;
    width: 30rem
}

@media (max-width:480px) {
    .logo {
        width: 22rem
    }
}

@media (max-width:320px) {
    .logo {
        width: 18rem
    }
}

.search-form {
    display: inline-block;
    position: relative;
    right: 15%;
    -webkit-transform: translateY(-44%);
    transform: translateY(-44%);
    background-color: #eee;
    padding: 1rem;
    border-radius: 5rem
}

.search-form input {
    background-color: #eee;
    color: #333;
    border: none;
    outline: 0;
    padding: .1rem;
    color: #7e7e7e;
    margin-left: 1rem;
    width: 30rem
}

.search-form input::-webkit-input-placeholder {
    color: #7e7e7e;
    font-style: italic
}

.search-form button {
    border: none;
    padding-right: 1rem;
    background-color: #eee;
    cursor: pointer;
    font-size: 2rem
}

.account {
    display: inline-block;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100
}

#account-navbar {
    display: none
}

#search-form-navbar {
    display: none
}

.account li {
    list-style: none
}

.account li a {
    text-transform: uppercase
}

.cart-container {
    display: inline-block;
    position: relative;
    top: -50%
}

.cart-container i {
    font-size: 3.5rem;
    padding-right: 2rem;
    cursor: pointer;
    color: #333
}

.cart-container i span {
    font-style: normal;
    position: absolute;
    font-size: 1.4rem;
    top: 0;
    left: 70%;
    background-color: #6b1212;
    border-radius: 50%;
    padding: .5rem 1rem;
    color: #fff
}

.navigation {
    width: 100%;
    text-align: center
}

.nav-menu-hover {
    display: inline-block;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav-menu-hover-visible {
    height: auto!important
}

.sub-menu-parent {
    position: relative
}

.sub-menu {
    visibility: hidden;
    position: absolute;
    border-top: 2px solid #6b1212;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #eee;
    -webkit-box-shadow: 0 .5rem 1.2rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .5rem 1.2rem 0 rgba(0, 0, 0, .2);
    transition: all .3s
}

.sub-menu-visible {
    display: block!important;
    height: auto!important
}

.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.sub-menu-1 {
    float: left;
    margin-right: 30px
}

.sub-menu-2 {
    float: left
}

.sub-menu a {
    padding: 1rem 1rem;
    font-size: 1.1rem
}

.hover-dropdown a {
    color: #333!important;
    display: block;
    padding: .5em 1em;
    text-decoration: none!important;
    text-transform: uppercase
}

.hover-dropdown a:hover {
    background-color: #d3d3d3
}

.hover-dropdown ul,
.hover-dropdown ul li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.hover-dropdown > ul {
    background: #eee;
    text-align: center
}

.hover-dropdown > ul > li {
    display: inline-block;
    text-align: left
}

.hover-dropdown > ul > li a.active {
    color: #6b1212!important
}

.menu-button {
    display: none;
    cursor: pointer;
    height: auto;
    width: auto;
    position: absolute;
    z-index: 1000;
    right: 2rem;
    top: 2rem
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    -webkit-transition: .4s;
    transition: .4s
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px)
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px)
}

@media (max-width:1300px) {
    .right-side-btn img {
        display: none
    }
}

@media (max-width:1200px) {
    .menu-button {
        display: inline-block
    }
    .nav-menu-hover {
        height: 0;
        overflow: hidden;
        z-index: 1200;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .top-section {
        padding: 0 3rem
    }
    .account,
    .cart-container,
    .search-form {
        display: none
    }
    .hover-dropdown > ul > li {
        display: block
    }
    .sub-menu {
        position: static;
        display: none;
        height: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #7e7e7e
    }
    .sub-menu-parent:hover .sub-menu {
        display: block;
        height: auto
    }
    .sub-menu-1,
    .sub-menu-2 {
        position: static;
        display: block;
        float: none
    }
    #account-navbar {
        display: block;
        padding: 0;
        margin: 0
    }
    #search-form-navbar {
        display: block;
        padding: 0;
        margin: 0
    }
}

#mycarousel {
    max-width: 1600px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto
}

@media (max-width:992px) {
    #mycarousel {
        max-width: 100%;
        max-height: 300px;
        height: auto
    }
}

@media (max-width:768px) {
    #mycarousel {
        max-width: 100%;
        max-height: 300px;
        height: auto
    }
}

#mycarousel img {
    width: 100%
}

#left-carousel,
#right-carousel {
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
    opacity: .3;
    -webkit-transition: all .3s;
    transition: all .3s
}

#left-carousel:hover,
#right-carousel:hover {
    opacity: 1
}

#left-carousel i {
    float: left
}

#right-carousel i {
    float: right
}

#left-carousel i,
#right-carousel i {
    background-color: #333;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3rem;
    padding: 4rem 1rem;
    color: #fff;
    opacity: 1!important;
    font-weight: 100
}

@media (max-width:480px) {
    #left-carousel i,
    #right-carousel i {
        font-size: 2rem;
        padding: 3rem .8rem
    }
}

.img-container {
    padding: 0 1rem;
    overflow: hidden;
    border-radius: 3px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.img-container:hover {
    border-bottom: 2px solid #6b1212;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2)
}

.img-container img {
    margin-top: 2rem;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.img-container a:hover {
    text-decoration: none
}

.latest-product-wrapper {
    padding: 1rem 1rem;
    color: #333
}

.latest-product-desc {
    padding-top: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
    min-height: 60px;
}

.latest-product-price {
    font-size: 1.2rem;
    opacity: .9
}
.latest-home .box-heading, .home-module-title{
    color: #364f6d !important;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: 30px !important;
    line-height: 39px;
    margin-bottom: 44px !important;
    margin-top: 37px !important;
    text-align: center;
}
.box-heading.border, .home-module-title {
    border-bottom: 1px solid;
}

.latest-home .box-heading span, .home-module-title span {
    background: #ffffff none repeat scroll 0 0;
    color: #364f6d;
    display: block;
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
    margin: -18px auto;
    padding: 0;
    width: 570px;
}
.latest-home .title {
    color: #1ABAC3;
    display: block;
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-style: italic;
    text-transform: capitalize;
}
.latest-home > .row{
	display: flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.img-wrapper-departement {
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid transparent;
    margin-bottom: 2rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.img-wrapper-departement:hover {
    border-bottom: 2px solid #6b1212;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2)
}

.img-wrapper-departement img {
    max-width: 100%;
    padding: 1rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.img-wrapper-departement p {
    margin-top: 1rem;
    color: #333;
    padding-top: 1rem;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-top: 1px solid #cecece;
    padding-bottom: 10px;
    transition: all .3s
}

.img-wrapper-departement a:hover {
    text-decoration: none
}

.img-shop-by-room-container {
    margin-bottom: 3rem
}

.img-shop-by-room-container img {
    max-width: 100%
}

.img-shop-by-room-container a {
    color: #333
}

.img-shop-by-room-container a:hover {
    text-decoration: none
}

.img-bg {
    position: absolute;
    height: 20.2rem;
    width: 92.5%;
    background-color: rgba(107, 18, 18, .9);
    z-index: 1000;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    cursor: pointer
}

.img-shop-by-room-container:hover .img-bg {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.img-shop-by-room-container:hover .img-bg-button p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.img-bg-button {
    position: relative;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.img-bg-button p {
    background-color: #fff;
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transform: translateY(-8rem);
    transform: translateY(-8rem);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.img-bg-button p:hover {
    background-color: #eee
}

.shop-by-room-desc {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 1rem;
    display: inline-block;
    position: relative
}

.shop-by-room-desc:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #6b1212;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.img-shop-by-room-container:hover .shop-by-room-desc:before {
    visibility: visible;
    width: 100%
}

.recommended-img-wrapper {
    margin-bottom: 5rem;
    overflow: hidden
}


.recommended-img-wrapper img {
    max-width: 100%;
    -webkit-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    margin: auto;
    width: 185px;
}

.recommended-img-wrapper:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.recommended-img-wrapper i {
    border-radius: 50%;
    color: #104475;
    padding: 9px 7px 5px
}

.recommended-img-wrapper a {
    color: #333
}

.recommended-img-wrapper a:hover {
    text-decoration: none
}
.recommended-name {
    padding-top: 5px;
    position: relative;
    display: inline-block;
	margin-bottom: 5px;
}
.recommended-name:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #fd7304;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}
.recommended-img-wrapper:hover .recommended-name:before {
    visibility: visible;
    width: 100%
}

.recommended-price {
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.recommended-img-wrapper:hover .recommended-price {
    color: #3197a6;
}


#page-slider img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.contact-us-wrapper h2 {
    text-align: center;
    padding-top: 8rem;
    margin-top: 0
}

.contact-form {
    text-align: center;
    margin-top: 7rem
}

.contact-form input {
    display: block;
    margin: 0 auto 2rem auto
}

.contact-form textarea {
    height: 20rem
}

.contact-form input,
.contact-form textarea {
    width: 40%;
    padding: 1rem;
    border-radius: 3px;
    border: none;
    outline: 0;
    outline: 0;
    border: 1px solid #7e7e7e;
    border-bottom: 2px solid #104475;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .2);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .2)
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-bottom: 2px solid #104475
}

.contact-form input:focus:invalid,
.contact-form textarea:focus:invalid {
    border: 1px solid #6b1212;
    border-bottom: 2px solid #6b1212
}

.contact-form button {
    display: block;
    margin: 2rem auto;
    padding: 1rem 5rem;
    background-color: #104475;
    color: #fff;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: 0
}

.contact-form button:hover {
    background-color: #0c3357
}

#shopping-section {
    margin-top: 8rem;
    padding-bottom: 6rem
}

#shopping-section h2 {
    margin-bottom: 5rem;
    font-size: 2.5rem
}

#table-title p {
    margin-bottom: 0;
    padding: 0
}

#table-photo {
    width: 15%
}

#table-photo img {
    max-width: 50%;
    border: 1px solid #cecece;
    padding: .5rem
}

#table-title {
    width: 40%
}

#table-quantity {
    vertical-align: middle;
    width: 20%
}

#table-quantity input {
    width: 100%;
    display: inline-block;
    height: 3rem;
    border: 1px solid #cecece;
    border-radius: 5px;
    outline: 0;
    padding: 10px
}

#table-price {
    vertical-align: middle
}

#table-price span {
    display: inline-block;
    float: right;
    font-size: 3rem;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

#table-price span:hover {
    color: #6b1212;
    font-weight: bolder
}

#table-title span {
    padding: 0;
    font-size: 90%;
    color: #7e7e7e
}

textarea {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    padding: 10px;
    font-size: 90%;
    margin-bottom: 20px
}

#continue-shopping {
    margin-top: 2rem;
    background-color: #6b1212;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: inherit
}

#continue-shopping i {
    padding-right: 1rem
}

#continue-shopping:hover {
    background-color: #c35a07
}

#cart-btn {
    font-size: inherit;
    margin-top: 20px;
    background-color: #104475;
    color: #fff;
    border-radius: 5px;
    float: right;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none
}

#subtotal {
    padding: 2rem 0
}

#cart-btn:hover {
    background-color: #0c3357!important;
    text-decoration: none
}

.checkout-right {
    padding: 4rem 0 4rem 8rem
}

.checkout-right-content {
    background-color: #eee;
    display: inline-block
}

.checkout-left {
    border-left: 1px solid #cecece;
    background-color: #eee;
    height: 100%
}

.checkout-right-logo {
    display: inline-block
}

.checkout-right-logo img {
    max-width: 40%
}

.checkout-right-navigation {
    margin-top: 1rem
}

.checkout-right-navigation ul {
    list-style: none;
    font-size: 1.3rem
}

.checkout-right-navigation ul li {
    display: inline-block
}

.checkout-right-navigation-inactive {
    color: #7e7e7e
}

.checkout-right-navigation i {
    padding: 0 .5rem
}

.checkout-right-paypal {
    margin-top: 4rem
}

.checkout-right-paypal-button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #003087;
    background-color: #ffc520;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px
}

.checkout-right-paypal-button span {
    color: #009cde;
    position: relative;
    left: -.5%
}

.checkout-right-paypal-button:hover {
    text-decoration: none;
    color: #003087;
    background-color: #ecaf00
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.wrapper-slideshow .swiper-viewport {
    background: none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: inherit;
    margin: 0 0 60px;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 1
}

.wrapper-slideshow img {
    height: auto;
    width: 100%
}

.wrapper-slideshow .swiper-viewport {
    margin-bottom: 0
}

.wrapper-slideshow .swiper-pagination.slideshow0.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none
}

#common-home .swiper-viewport {
    border: medium none #ffe4b5;
    border-radius: 0;
    box-shadow: inherit
}

#common-home #banner0,
#common-home #banner1 {
    margin-top: 5rem
}

.recommended-img-wrapper > button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 100
}

.recommended-img-wrapper:hover button i {
    background: #104475 none repeat scroll 0 0;
    color: #fff
}

.recommended .col-md-2.col-sm-2:first-child {
    margin-left: 8.333%
}
#logo {
    margin: 8px 0 15px;
}
.row.text-right.logo-right-text {
    top: -29px;
    position: relative;
}
.header-telephone {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
}
.header-telephone a {
    color: #ff7100;
}
.header-telephone span.tel-title {
    color: #26979d;
}
#form-currency button.btn.btn-link.dropdown-toggle, #form-country button.btn.btn-link.dropdown-toggle {
    height: 18px;
    color: #7e7e7e;
    background: #FFF;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0;
	margin-top: -10px;
}
#form-currency button.btn.btn-link.dropdown-toggle:focus, 
#form-currency button.btn.btn-link.dropdown-toggle:hover,
#form-country button.btn.btn-link.dropdown-toggle:focus, 
#form-country button.btn.btn-link.dropdown-toggle:hover{
    text-decoration: none;
}
.currency-x > .pull-left{
    width: 100%;
}
#form-currency > .btn-group, #form-country > .btn-group{
    width: 100%;
}
#form-currency .btn-group .dropdown-menu .btn, #form-country .btn-group .dropdown-menu .btn{
    text-align: left;
    color: #7E7E7E;
    background: #FFF;
}
#form-currency .btn-group .dropdown-menu .btn:hover, #form-country .btn-group .dropdown-menu .btn:hover{
    color: #666;
}
#form-country ul.dropdown-menu{
	max-height: 250px;
	overflow: auto;
}
#search {
    margin-top: 15px;
    position: relative
}

#search.isloadingAjax::after {
    display: block;
    content: "...";
    width: 100%;
    height: 200px;
    background: #fff url(https://www.saveontapestries.com/image/loading.gif) no-repeat center center;
    position: absolute;
    left: 0;
    z-index: 999
}

#search .search-header__input {
    border: 1px solid #7e7e7e;
    border-radius: 0;
    color: #7e7e7e;
    height: 40px;
    line-height: 20px;
    padding: 0 10px
}

#search .search-header__submit {
    background: #364f6d none repeat scroll 0 0;
    border: 1px solid #7e7e7e;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    height: 41px;
    line-height: 18px;
    padding: 0;
    text-shadow: inherit;
    width: 40px
}

#search input[name=search].isloading {
    background: #fff url(../image/Ripple-1.3s-36px.gif) no-repeat right center
}
.col-sm-4.em-top-links {
    margin-top: 5px;
    text-align: right;
    margin-bottom: -15px;
}
.em-top-links ul.list-inline li {
    display: inline-block;
    font-size: 95%;
    margin: 0 0 0px 0px;
    padding: 0 0 0 5px;
    position: relative
}

.em-top-links ul.list-inline li:first-child {
    margin-left: 0;
    padding-left: 0
}

.em-top-links ul.list-inline li a {
    color: #1d4674;
    font-size: 14px;
    text-transform: none
}

.em-top-links ul.list-inline li a i {
    color: #bcbcbc;
    margin-right: 5px
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
      text-align: center;
    }
    .mobile-navbar{
        display: none;
    }

    .navbar-nav > li {
        float: left;
    }
}
#menu .navbar-nav .dropdown-menu{
    position: absolute;
}

nav#menu.navbar.hover-dropdown {
    background: #364f6d;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
    margin-top: 15px;
}
.navbar-collapse.collapse{
    padding: 0 15px;
}

nav#menu.navbar.hover-dropdown .navbar-nav {
    /*display: inline-block;*/
    display: block;
    float: none;
    margin: 0;
    vertical-align: middle
}

nav#menu.navbar.hover-dropdown a {
    color: #FFF!important;
    text-shadow: 1px 1px 1px #000;
    text-transform: capitalize
}

nav#menu.navbar.hover-dropdown li ul li a {
    color: #FFF!important;
    padding: 5px 3px;
}

nav#menu.navbar.hover-dropdown li ul li a:hover {
    color: #000!important;
    background: #EEE;
    text-shadow: none;
}

.price-old {
    opacity: .5;
    text-decoration: line-through
}

.newsletter_section {
    background: #364f6d;
}

.newsletter_section .mailchimp-integration {
    margin-top: 10px
}

.newsletter_section .mailchimp-integration h4 {
    color: #fff;
    text-align: left;
}

.newsletter_section .mi-button {
    margin-top: 27px
}

footer {
    background: #ffffff none repeat scroll 0 0;
    border-top: none;
    font-family: "Roboto", sans-serif;
}

footer h5 {
    color: #ff6f00;
    font-family: "Merriweather", serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-number {
    margin-bottom: 0;
    margin-top: 1rem
}

.footer-email {
    margin-bottom: 0
}
#footer-img-wrapper {
    font-weight: 600;
}
#footer-img-wrapper p {
    /*padding-left: 58px;*/
    color: #333
}

#footer-img-wrapper .footer-adress {
    color: #666;
    margin-top: 0;
    text-shadow: 2px 2px 1px #FFF;
}

.social_icons {
    padding-left: 58px
}

.category-list .col-md-3 {
    display: flex;
    min-height: 390px
}

.others-related-header {
    margin-bottom: 30px
}

.rating .fa-star + .fa-star-o {
    padding: 0
}

.rating .fa-star,
.rating .fa-star-o {
    padding: 0
}

.rating .fa-stack {
    vertical-align: top
}

a:focus {
    outline: 0
}

a {
    text-decoration: none
}

/*.breadcrumb {
    background: none repeat scroll 0 0;
    border: medium none;
    margin: 14px 0 0;
    padding: 0
}*/
.breadcrumb {
    background: #ffffff;
    border: medium none;
    margin: 0px;
    padding: 0;
    border-radius: 0px;
    padding: 10px 25px;
    color: #FFF;
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    clear: both;
}


.breadcrumb > li:last-child::after {
    content: none
}

.breadcrumb > li {
    margin-right: 2px;
    padding: 0 15px 0 0;
    position: relative;
    text-shadow: inherit;
    white-space: nowrap
}

.breadcrumb a {
    color: #ff7200;
    text-decoration: none
}

.breadcrumb li:last-child a {
    color: #2e9ea9;
    text-decoration: none
}

.pagination > li > a,
.pagination > li > span {
    background: none repeat scroll 0 0;
    border: medium none;
    color: #104475;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 15px;
    position: relative;
    text-decoration: none
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    background: none repeat scroll 0 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #104475;
    font-weight: 700;
    margin-left: 0
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: inherit;
    border: medium none;
    color: #104475;
    z-index: 3
}
#footer-company {
    padding-left: 40px;
}
.col-sm-12.text-right.results {
    margin-top: -31px
}

.pagination {
    margin: 0;
    position: relative;
    z-index: 99
}

.rating .fa-star {
    color: #7e7e7e
}

.rating .fa-star + .fa-star-o {
    color: #7e7e7e
}

h4 .price-new {
    color: #a51c1c;
    font-size: 15px;
    font-weight: 700
}

.sku {
    margin-top: 5px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}
.stock-status {
    font-size: 12px;
    line-height: 17px;
    margin: 0 !important;
}
.product-option-container p {
    font-size: 12px;
    margin: 0;
}

.product-details .breadcrumb {
    margin-bottom: 10px;
    margin-left: 15px
}

.about-us-wrapper {
    text-align: center;
    margin: 5rem 0
}

.about-us-inner-content {
    padding: 0 2rem;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    transition: all .3s
}

.about-us-inner-content:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.about-us-inner-content p {
    margin-top: 1rem;
    text-align: left
}

.about-us-inner-content p span {
    font-weight: 600;
    color: #6b1212
}

.about-us-wrapper .container {
    margin-bottom: 10rem
}

.about-us-heading {
    padding: 1rem 0;
    border-bottom: 2px solid #6b1212;
    border-radius: 3px;
    margin: 0;
    margin-top: 2rem;
    text-align: left;
    font-size: 24px
}

h2.quik-title {
    margin: 80px 0 50px;
    text-align: center;
    font-family: "Roboto Slab", serif!important;
    font-weight: 300;
    font-size: 30px
}

.quick-facts-outter {
    margin-top: 5rem
}

.quick-facts-wrapper {
    text-align: left;
    border-bottom: 2px solid #6b1212;
    border-radius: 5px;
    margin-bottom: 2rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.quick-facts-wrapper:hover {
    -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-.5rem);
    transform: translateY(-.5rem)
}

.quick-facts-wrapper i {
    font-size: 4rem;
    color: #6b1212;
    float: left;
    padding-right: 1rem
}

.quick-facts-wrapper {
    background: url(images/tick-icon.png) no-repeat scroll left top;
    padding-bottom: 5px;
    padding-left: 48px
}

.about-us-button {
    margin: 50px 0;
    text-align: center
}

.about-us-button a {
    background-color: #104475;
    border-radius: 3px;
    color: #fff;
    padding: 1.5rem 4rem;
    transition: all .3s ease 0s
}

.about-us-button a:hover {
    background-color: #0c3357;
    text-decoration: none;
    color: #fff
}

.img-thumbnail {
    background: none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 0
}

ul {
    list-style: outside none none
}

.general-page .about-us-button + style + section.shop-by-category {
    display: block
}

.general-page section.shop-by-category {
    display: none
}

#content {
    min-height: 150px
}

.general-page #content > h2 {
    font-size: 20px
}

.btn,
.btn-primary {
    background: #ff6f00;
    border: medium none;
    box-shadow: inherit;
    color: #fff;
    text-shadow: inherit;
	padding:5px 25px;
}

#checkout-cart .btn,
#checkout-cart .btn-primary,
.share-buttons .btn {
    padding: 5px 10px;
}

a {
    color: #104475
}

.well {
    background: none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: inherit
}

.bottom-content-wrapper {
    padding-top: 15px
}

#account-wishlist .table-responsive .btn.btn-primary {
    margin-bottom: 5px
}

.main-header.cart {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: left
}

.input-group-btn.text-right {
    display: inline-block;
    float: right;
    width: auto
}

.table.table-bordered.cart-table {
    border: medium none
}

table.table.cart-table td {
    border-left: medium none;
    border-right: medium none;
    vertical-align: middle
}

table.table.cart-table tr:last-child td {
    border-bottom: medium none
}

.checkbox,
.radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.checkbox label,
.radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px;
    font-size: 14px;
}

.cart-coupon-wrapper form,
.cart-coupon-wrapper p {
    display: inline-block
}

.cart-coupon-wrapper button,
.cart-coupon-wrapper input {
    border: 1px solid #6b1212;
    outline: medium none;
    padding: .5rem
}

.cart-coupon-wrapper button {
   background-color: #ff7101;
    color: #fff;
    padding: .5rem 2rem;
    border: 1px solid #dc6304;
}

.cart-coupon-wrapper {
    margin: 2rem 0
}

.table.table-bordered.cart-price-total,
.table.table-bordered.cart-price-total td {
    border: medium none
}

.table.table-bordered.cart-price-total td {
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 3rem
}

.table.table-bordered.cart-price-total td strong {
    font-size: 2rem;
    font-weight: 700
}

textarea.cart-notes {
    border-radius: 5px;
    font-size: 90%;
    height: 70px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%
}

#continue-shopping {
    background-color: #ff7101;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: inherit;
    margin-top: 2rem;
    transition: all .3s ease 0s
}

.cart-btn {
    background-color: #104475;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: inherit;
    margin-right: 10px;
    margin-top: 2rem;
    text-decoration: none;
    transition: all .3s ease 0s
}

.table-price span {
    cursor: pointer;
    float: right;
    font-size: 3rem;
    margin: 0;
    transition: all .3s ease 0s
}
#checkout-cart div#content {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
#checkout-cart table.cart-table.table.table-bordered .table-quantity input {
    border: 1px solid #cecece;
    border-radius: 5px;
    display: inline-block;
    font-size: 11px;
    height: 3rem;
    outline: medium none;
    padding: 10px;
    width: 100%
}

.cart-table .text-left > a {
    color: #333
}

table.table.cart-table thead td {
    border-bottom: 2px solid #ddd!important;
    font-weight: 700
}

#content #d_quickcheckout .panel {
    background: none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: inherit;
    margin-bottom: 20px
}

#content #d_quickcheckout .panel-default > .panel-heading {
    background: none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 0
}

.right-ckout {
    background-color: rgba(238, 238, 238, .2);
    border-left: 1px solid #cecece;
    padding-top: 30px
}

#d_quickcheckout {
    padding-top: 30px
}

#d_quickcheckout .h1,
#d_quickcheckout .h2,
#d_quickcheckout .h3,
#d_quickcheckout .h4,
#d_quickcheckout .h5,
#d_quickcheckout .h6,
#d_quickcheckout h1,
#d_quickcheckout h2,
#d_quickcheckout h3,
#d_quickcheckout h4,
#d_quickcheckout h5,
#d_quickcheckout h6 {
    font-family: helvetica!important
}

.checkout-left-buttons {
    margin-top: 4rem;
    padding-bottom: 2rem
}

.return-to-cart-button {
    display: inline-block;
    padding-left: 1rem
}

#d_quickcheckout .return-to-cart-button a {
    color: #104475
}

.return-to-cart-button i {
    display: inline-block;
    padding-right: .5rem;
    position: relative;
    transition: all .3s ease 0s
}

.return-to-cart-button:hover .ion-chevron-left {
    transform: translateX(-1rem)
}

#d_quickcheckout .right-ckout .panel-body {
    padding-left: 0;
    padding-right: 0
}

.panel-body > div#shipping_method_list {
    border: 1px solid #cecece;
    border-radius: 4px;
    color: #333;
    padding: 0 15px
}

.panel-body > div#payment_method_list {
    border: 1px solid #cecece;
    border-radius: 4px;
    color: #333;
    padding: 0 15px
}

#content #d_quickcheckout .table-bordered > tbody > tr > td,
#content #d_quickcheckout .table-bordered > tbody > tr > th,
#content #d_quickcheckout .table-bordered > tfoot > tr > td,
#content #d_quickcheckout .table-bordered > tfoot > tr > th,
#content #d_quickcheckout .table-bordered > thead > tr > td,
#content #d_quickcheckout .table-bordered > thead > tr > th {
    border: none;
    border-bottom: 1px solid #cecece;
    vertical-align: middle
}

#content #d_quickcheckout .table-bordered {
    border: medium none
}

#content #d_quickcheckout .qc-checkout-product.panel-body {
    border: 1px solid #cecece;
    border-radius: 4px;
    margin: 10px 0;
    padding: 15px
}

#d_quickcheckout .right-ckout .row {
    margin-left: 0;
    margin-right: 0
}

#content #d_quickcheckout .qc-totals .row:last-child {
    border-top: 1px solid #cecece
}

#content #d_quickcheckout .qc-totals .row:first-child {
    border-top: 1px solid #cecece
}

#content #d_quickcheckout a {
    color: #333
}

#content #d_quickcheckout .btn-primary {
    background: #104475 none repeat scroll 0 0;
    border: medium none;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    padding: 1.5rem 4rem;
    transition: all .3s ease 0s;
    border-right: 1px solid #fff;
    min-height: 47px
}

#content #d_quickcheckout .btn-default {
    background: #66100f none repeat scroll 0 0;
    border: medium none;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    padding: 1.5rem 4rem;
    transition: all .3s ease 0s;
    border-right: 1px solid #fff;
    min-height: 47px;
    text-shadow: inherit
}

#d_quickcheckout input.form-control[type=color],
#d_quickcheckout input.form-control[type=date],
#d_quickcheckout input.form-control[type=datetime-local],
#d_quickcheckout input.form-control[type=datetime],
#d_quickcheckout input.form-control[type=email],
#d_quickcheckout input.form-control[type=month],
#d_quickcheckout input.form-control[type=number],
#d_quickcheckout input.form-control[type=password],
#d_quickcheckout input.form-control[type=search],
#d_quickcheckout input.form-control[type=tel],
#d_quickcheckout input.form-control[type=text],
#d_quickcheckout input.form-control[type=time],
#d_quickcheckout input.form-control[type=url],
#d_quickcheckout input.form-control[type=week],
#d_quickcheckout select.form-control,
#d_quickcheckout textarea.form-control {
    min-height: 47px
}

#d_quickcheckout .col-xs-5 {
    display: none
}

#d_quickcheckout .form-horizontal .col-xs-7 {
    width: 100%
}

#payment_address_email_input,
#payment_address_firstname_input,
#payment_address_password_input,
#payment_address_telephone_input {
    float: left;
    width: 54.5%
}

#payment_address_confirm_input,
#payment_address_email_confirm_input,
#payment_address_fax_input,
#payment_address_lastname_input {
    float: right;
    width: 54.5%
}

#payment_address_city_input,
#shipping_address_city_input {
    float: left;
    width: 37%
}

#payment_address_postcode_input,
#shipping_address_postcode_input {
    float: left;
    margin-left: 0!important;
    width: 37%
}

#payment_address_country_id_input,
#shipping_address_country_id_input {
    float: right;
    width: 37%
}

.ui-autocomplete.ui-menu {
    max-width: 500px;
    z-index: 1000
}

.ui-autocomplete.ui-menu .ui-menu-item a {
    min-height: 32px;
    display: block;
    cursor: pointer
}

img.loading {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto
}

.about_us_headding_title {
    background: #fdf4e6 url(../image/aboutus-headding-back.png) no-repeat scroll 11px 12px;
    margin-bottom: 30px;
    min-height: 148px;
    overflow: hidden;
    padding: 10px
}

#content_about h1,
.heading {
    color: #9f362d;
    font-family: RockwellBold;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin: 0;
    padding-bottom: 1px
}

.about_us_headding_title h1 .first-part {
    clear: both;
    color: #000;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    text-transform: uppercase
}

.about_us_headding_title h1 .last-part {
    clear: both;
    color: #3f1314;
    float: left;
    font-family: rockwell, Arial, Helvetica, sans-serif;
    font-size: 129px;
    font-weight: 700;
    line-height: 89px
}

.about_us_headding_title h1 {
    float: right;
    margin: 0;
    width: 240px
}

.aboutus-top-ul {
    float: left;
    margin: 0 0 35px;
    padding: 0;
    width: 100%
}

.aboutus-top-ul li {
    float: left;
    margin-right: 22px;
    width: 289px;
    color: #333;
    font-size: 14px;
    line-height: 21px;
    list-style: outside none square;
    margin-bottom: 5px;
    margin-left: 25px
}

.abs-h-p1 {
    color: #8d2522;
    font-family: rockwell, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700
}

.abs-h-p2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    text-transform: uppercase
}

.about-us-middle-div {
    background: #fdf4e6 none repeat scroll 0 0;
    height: 128px;
    margin: 31px 0;
    padding: 10px;
    clear: both
}

.aboutus_lady {
    margin-top: -140px;
    position: absolute
}

.content-middle-text {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 30px;
    padding: 8px;
    width: 832px
}

.quick-fact h1 {
    color: #9f362d;
    font-family: RockwellBold;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin: 0;
    padding-bottom: 1px
}

.quick-fact-div-hulf li {
    background: url(../image/aboutus_bult.png) no-repeat scroll left 10px;
    list-style: outside none none;
    padding: 5px 5px 5px 30px
}

.quick-fact-div-hulf {
    float: left;
    width: 506px
}

.quick-fact-div-hulf p {
    color: #333;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px
}

.middle .buttons {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 15px 5px;
    clear: both
}

.middle .buttons .button {
    background-color: #6b1010;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #252525;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: Georgia;
    letter-spacing: 1px;
    margin: 5px;
    padding: 5px 10px;
    text-shadow: 0 0 3px #252525
}

.middle .buttons table {
    border-collapse: collapse;
    width: 100%
}

.ui-tooltip {
    display: none!important
}

.general-page h1 {
    color: #282827;
    font-size: 1.75em;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize
}

/*#information-contact .col-sm-3 {
    padding: 0;
    width: 100%
}*/

.panel.panel-default {
    border: medium none
}
/*
#information-contact .col-sm-3 {
    color: #898989;
    padding: 0;
    width: 100%
}*/

#information-contact h1 {
    font-family: RockwellBold;
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: 1.5px;
    margin: 0;
    padding-bottom: 1px
}

.panel.panel-default strong {
    font-weight: 400
}

.general-page {
    padding-top: 40px
}

.rte > p {
    color: #898989;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px
}

pre {
    background-color: #faf7f5;
    padding: 0 9.5px
}

.sfbox {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(11, 25, 28, .1);
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 20px 20px 30px;
    position: relative
}

.rte {
    color: #898989;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 0
}

.rte > div {
    margin-bottom: 7.5px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%
}

td,
th {
    border: 1px solid #f0f0f0;
    padding: 7.5px;
    text-align: left
}

.rte ul {
    margin: 20px 0
}

.rte li {
    color: #898989;
    font-size: 14px;
    line-height: 21px;
    list-style: outside none square;
    margin-bottom: 5px;
    margin-left: 25px
}

.rte li a {
    color: #3c2f15
}

blockquote {
    border-left: 1px solid #f0f0f0;
    font-size: 1.125em;
    font-style: italic;
    line-height: 1.45;
    margin: 0 0 15px;
    padding: 7.5px 15px
}

.middle li {
    color: #333;
    font-weight: 400;
    text-decoration: none
}

#information-contact label.col-sm-2.control-label,
#information-contact legend {
    display: none
}

.feature-div-hulf {
    float: left;
    padding: 15px;
    width: 50%
}

.feature-div-hulf iframe {
    width: 100%
}

.rte h2 span {
    font-size: .6em;
    font-weight: 700;
    text-transform: capitalize
}

.categories-menu-dropdown-item {
    cursor: inherit
}

.categories-menu-color-label {
    height: 30px;
    line-height: 30px;
    width: 59%
}

.product-preview-wrapper {
    text-align: center
}

.open_cart > .dropdown-menu {
    display: block
}

#d_quickcheckout #payment_method_list img {
    max-width: 120px
}

#account-wishlist .table .btn {
    vertical-align: top
}

#payment_address_customer_group_id_input,
#payment_address_fax_input,
#shipping_address_fax_input {
    display: none
}

#d_quickcheckout #payment_address_address_2_input.hidden,
#d_quickcheckout #shipping_address_address_2_input.hidden {
    display: block!important;
    visibility: visible!important
}

#payment_address_heading_heading {
    clear: both
}

#payment_address_password_input {
    clear: left
}

.category-list .col-md-3:nth-child(4n + 5) {
    clear: both
}

.qc-quantity-cus .qc-quantity-text {
    display: none!important
}

.qc-quantity-cus .qc-quantity-edit {
    display: block!important
}

.manual_coupon_banner {
    margin-top: 20px
}

#review .fa.fa-star,
#review .fa.fa-star + .fa-star-o {
    color: orange
}

.rating .fa-star,
.rating .fa-star + .fa-star-o {
    color: orange
}

#review-side-menu .side-menu-content > .rating,
#reviews-content .bottom-content-wrapper > .rating {
    display: inline-block
}

#review-side-menu .side-menu-content {
    padding: 0 20px
}

.header-rating {
    padding: 0
}

.header-rating .rating {
    display: inline-block;
    cursor: pointer
}

.product-overview-container {
    width: 65%;
    float: left;
    padding: 2px 15px 15px;
}
.product-overview-container > h2{
	margin-top: 0;
}

.product-footercart-container {
    width: 35%;
    float: left;
    padding: 15px;
    padding-top: 0px;
}

.product-footercart-container .side-menu-cart {
    background: #fff;
    padding: 2px 15px 15px 15px
}

.product-footercart-container.fixed-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    margin-top: 0px
}

.side-menu .side-menu-back {
    position: absolute;
    cursor: pointer;
    left: 10px;
    color: #01768b
}

#cart-side-menu .sidebar-btn-area {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff
}

#cart-side-menu .sidebar-btn-area .btn {
    display: inline-block;
    width: 48%
}

#cart-side-menu .sidebar-btn-area .btn + .btn {
    margin-left: 2%
}

#cart-side-menu .side-menu-content {
    padding-left: 20px;
    padding-right: 20px;
    background: #f6f4ee
}

#cart-side-menu .sidebar-cart-details h3 i {
    color: green
}

#cart-side-menu .cart-info {
    margin-bottom: 50px;
    padding: 5px;
    background: #fff
}

#cart-side-menu .cart-info > a {
    display: inline-block;
    width: 25%;
    vertical-align: top
}

#cart-side-menu .cart-info .text-left {
    display: inline-block;
    width: 70%
}

#cart-side-menu .cart-product-box {
    margin-bottom: 20px;
    background: #fff;
    padding: 5px 10px
}

#cart-side-menu .cart-product-box .cart-pr-img {
    width: 30%;
    display: inline-block;
    vertical-align: top
}

#cart-side-menu .cart-product-box .cart-pr-info {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px
}

#cart-side-menu .side-menu-cart .side-menu-save-btn {
    width: 30%
}

#cart-side-menu .side-menu-cart .side-menu-save-btn .btn {
    padding: 1.5rem
}

#cart-side-menu .cart-frequently-bought h3 {
    color: #a51c1c
}
#button-cart-review {
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
}
.product-overview-container-top h2 {
    font-weight: 600;
}
.sub-side-btn-text p {
    font-weight: 600;
}
.contact-box {
    margin: 30px 0;
    padding: 20px;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    text-align: left;
    max-width: 414px;
}
.contact-box {
    margin-top: 9px !important;
}
.social-buttons {
    min-height: 30px;
}
.contact-box .call_btn {
    color: #FFF;
    background: #2c98a4;
    height: 55px;
    padding: 5px 46px;
    /*border: 2px solid #ff6b00;*/
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition-duration: .25s;
    transition-timing-function: ease-out;
    outline: 0;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block
}

.contact-box .call_btn.email_btn {
    line-height: 45px
}

.contact-box .call_btn:hover {
    color: #fff;
    background: #104475
}

.price-product-holder{
        position: relative;
    }
.price-product-holder .discount-x-container {
    /*background-image: url(images/sale-bacground-2.png);*/
    background-image: url(images/big-sale-small.png);
    background-size: 100%;
    font-size: 38px;
    height: 100px;
    background-repeat: no-repeat;
    width: 170px;
    color: #ffce2c;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 17px;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
}
.price-product-holder .discount-x-container .discount-percent {
    position: absolute;
    left: 57px;
    top: 24px;
    margin: 0px;
}
.price-product-holder .discount-x-container span.percent-signe {
    position: absolute;
    top: 20px;
    left: 100px;
    font-size: 23px;
}
.price-product-holder .discount-x-container span.percent-off {
    position: absolute;
    left: 100px;
    top: 35px;
    font-size: 13px;
}

/*.price-product-holder .discount-x-container > span{
    -ms-transform: rotate(-3deg); 
  -webkit-transform: rotate(-3deg); 
  transform: rotate(-3deg);
}*/

/*span.discount-percent-text {
    display: block;
   
    line-height: 30px;
    font-weight: 400;
    
}
    span.discount-percent {
    display: block;
    line-height: 25px;
}*/

@media (min-width:1400px) {
    main#main-container {
        max-width: 1900px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .side-menu-color-content .product_desc {
        width: 30rem
    }
    .side-menu-color-content {
        height: 10rem
    }
    .side-menu-color-content p.prdesc {
        display: none
    }
    .side-menu-color-content p {
        margin-bottom: 0
    }
}
@media (min-width:768px) {
    /*.product-right .price_box {
        min-height: 60px;
        margin-top: 20px;
    }*/
    .price-product-holder {
        min-height: 102px;
        }
    /*.sku {
    padding-top: 20px;
}*/
    .price-product-holder{
        position: relative;
    }
.price-product-holder .discount-x-container {
    position: absolute;
    left: 203px;
    top: -20px;
}
    .container-product-page-holder {
    display: flex;
}

}

@media (max-width:767px) {
    .product-footercart-container,
    .product-overview-container {
        display: block;
        float: none;
        width: 100%
    }
    .product-right h2 {
        font-size: 18px;
        margin: 10px 0 5px 0!important
    }
    .product-right {
        position: static
    }
    .side-menu-color-content {
        height: auto;
    }
    .side-menu-color-content button {
    bottom: 33%;
}
    .side-menu-color-content .product_desc p {
        font-size: 10px;
        margin: 0!important;
        padding: 0;
        line-height: 16px
    }
    .side-menu-color-content .product_desc {
        width: 12rem;
        padding-left: 5px;
        float: left
    }
    .price-box .special-price span.price {
        color: #a51c1c;
        font-size: 14px;
        font-weight: 700
    }
    .side-menu-color-content {
        margin: 10px 0!important;
        min-height: 98px
    }
    .side-menu-color-content p {
        padding-left: 1rem;
        margin: 0 0 0
    }
    .side-menu-color-content {
        margin: 10px 0!important;
        min-height: 90px
    }
    .product-list p.recommended-name {
        /*min-height: 8.2rem;*/
    }
.side-menu {
    right: -88%;
    width: 88%;
}
.side-visible {
    right: 0;
}
.addonProducts .addon-info {
    width: 58%;
}
.addon-btns {
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: 105px;
}
.contact-box {
    display: block;
} 
.btn.btn-primary.productAddon {
    font-size: 14px !important;
    padding: 4px 16px !important;
}
.contact-box .call_btn {
    margin-bottom: 5px;
}
}

p.product-search-info-p {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0
}

.text-red {
    color: red
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

.testimonial-content {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 30px
}

.testimonial-content .author-avator {
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
    width: 12%;
    text-align: center
}

.testimonial-content:nth-child(2n + 2) .author-avator {
    float: right;
    margin-right: 0;
    margin-left: 3%
}

.testimonial-content .testimonial-quote {
    width: 85%;
    float: right
}

.testimonial-content:nth-child(2n + 2) .testimonial-quote {
    float: left
}

.tes-rating {
    width: 100%;
    margin: 10px 0;
    height: 36px
}

.rating-1 {
    background: url(../image/star1.png) no-repeat scroll center center;
    background-size: 100% auto
}

.rating-2 {
    background: url(../image/star2.png) no-repeat scroll center center;
    background-size: 100% auto
}

.rating-3 {
    background: url(../image/star3.png) no-repeat scroll center center;
    background-size: 100% auto
}

.rating-4 {
    background: url(../image/star4.png) no-repeat scroll center center;
    background-size: 100% auto
}

.rating-5 {
    background: url(../image/star5.png) no-repeat scroll center center;
    background-size: 100% auto
}

.testimonial-quote blockquote {
    margin: 10px 0 0;
    background: #efefef;
    padding: 20px 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-style: italic;
    font-size: 15px
}

.testimonial-quote blockquote:after,
.testimonial-quote blockquote:before {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #757f9a;
    font-style: normal
}

.testimonial-quote blockquote:before {
    top: 0;
    left: 10px
}

.testimonial-quote blockquote:after {
    content: "\201D";
    right: 10px;
    bottom: -.5em
}

.testimonial-quote .tes-arrow {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #efefef;
    margin: 0 0 0 60px
}

.author-avator img {
    border-radius: 50%
}

.testimonial-content:nth-child(2n + 2) .testimonial-quote .testi-client {
    float: right;
    text-align: right;
    clear: both
}

.testimonial-content:nth-child(2n + 2) .testimonial-quote .tes-arrow {
    float: right;
    margin: 0 60px 0 0
}

.testi-client h3 {
    margin: 10px 0 5px
}

@media only screen and (max-width :480px) {
    #cart ul.dropdown-menu.pull-right {
        width: 100%;
        min-width: 290px;
    }
    .testimonial-content .testimonial-quote {
        width: 80%
    }
    .testimonial-content .author-avator {
        width: 17%
    }
}

.product-preview {
    position: relative
}

.triangle-topleft {
    width: 0;
    height: 0;
    border-top: 111px solid  #364f6d;
    border-right: 111px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.discount-badge {
    font-size: 20px;
    background: 0 0;
    color: #fff;
    text-shadow: -1px -1px 1px #000;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3
}

.discount-badge:after {
    content: "Off";
    display: block
}

.category-filter-icon {
    display: none;
}

@media (max-width: 575.98px) {
    .latest-product-desc {
        text-align: center;
    }
    .cat-product-container {
        overflow: hidden;
    }
    a.category-filter-icon {
        background:#104475;
		color:#FFF;
		padding: 3px 8px;
		border-radius: 10px;
		position: relative;
		display: block;
		left: calc(100vw - 90px);
		text-align: left;
		cursor: pointer;
    }
    .categories-menu-filter {
        position: relative;
        left: 100vw;
        height: 0px;
        transition: height 0.5s ease 0.5s;
		display: none;
    }
    .categories-menu-filter.filter-open-view {
        left: 0px;
        height: auto;
        transition: left 0.5s ease;
		display: block;
    }
    .categories-menu-filter.filter-close-view {
        left: 100vw;
        transition: left 0.5s ease;
		display: none;
    }
    .latest-home .box-heading span{
        font-size: 16px;
        width: auto;
    }
}

#information-information  ul[type=square],
#information-contact  ul[type=square] {
    padding-left: 20px;
}
#information-information  ul[type=square] li,
#information-contact  ul[type=square] li {
    list-style: square;
    margin: 3px;
}
#information-information .nav-tabs,
#information-contact .nav-tabs{
    display: block;
}
#information-information .nav-tabs > li,
#information-contact .nav-tabs > li{
    margin-bottom: 1px;
}
#information-information .nav-tabs > li > a, #information-contact .nav-tabs > li > a {
    background: #329aa7;
    color: #FFF;
    border-radius: 3px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    display: block;
    padding: 10px 15px;
}
#information-information .nav-tabs > li > a:hover, #information-information .nav-tabs > li > a.active,#information-contact .nav-tabs > li > a:hover, #information-contact .nav-tabs > li > a.active {
    color: #ff7101 !important;
    background: #08434a;
    font-weight: 600;
}
#information-information .main-header h1,#information-contact .main-header h1 {
    text-align: left;
    display: block;
    border-bottom: 5px solid #329aa7;
    color: #ff6e00;
    margin-top: 0px;
    padding: 0px 0px 5px 7px;
}
#information-contact .main-header h1 {
    margin-bottom: 15px;
}

#information-information div#content p {
    line-height: 2.5rem;
    margin-bottom: 3rem;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
}

#information-information div#content a {
    color: #3396a9;
}
#information-information a.rss-links img {
    height: 2.1rem;
}
main#main-container {
    /*background: #F0F0F0;*/
}
div#common-home {
    background: none;
}
.html-conten-module h2 {
    color: #0c9198;
    display: block;
    font-family: "Merriweather", serif;
    font-size: 25px;
    font-style: italic;
    text-transform: capitalize;
}
.html-conten-module p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.html-conten-module a {
    cursor: pointer;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes sticky-menu-animation {
  from {top: -50px; opacity:0;}
  to {top: 0px; opacity:1;}
}

/* Standard syntax */
@keyframes sticky-menu-animation {
  from {top: -50px; opacity:0;}
  to {top: 0px; opacity:1;}
}
.container.menu-container.sticky-menu {
    position: fixed;
    z-index: 99999;
    width: 100%;
    left: 0;
    top: 0px;
    margin: 0px;
    padding: 0px;        
    -webkit-animation-name: sticky-menu-animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .5s; /* Safari 4.0 - 8.0 */
    animation-name: sticky-menu-animation;
    animation-duration: .5s;
    
}
.stiky-view , .nav > li.stiky-view{
    display: none;
}
.sticky-menu .stiky-view, .sticky-menu .nav > li.stiky-view{
    display: block;
}
li.stiky-view img {
    height: 40px;
}
.nav-class-extra {
    float: right;
    padding: 5px 0px;
}
.nav-class-extra img {
    height: 30px;
}
.nav-class-extra a {
    display: inline-block;
    padding: 0px;
    margin-right: 10px;
}

.header-container {
    background: #FFF;
}
.top-search-box a.show-hide{
    display: none;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes sticky-search-animation {
  from {height: 0; opacity:0;}
  to {height: auto; opacity:1;}
}

/* Standard syntax */
@keyframes sticky-search-animation {
  from {height: 0; opacity:0;}
  to {height: auto; opacity:1;}
}/* Safari 4.0 - 8.0 */
@-webkit-keyframes sticky-search-animation-r {
  from {height: auto; opacity:1;}
  to {height: 0; opacity:0;}
}

/* Standard syntax */
@keyframes sticky-search-animation-r {
  from {height: auto; opacity:1;}
  to {height: 0; opacity:0;}
}

@media (max-width:767px) {
    .product-list p.recommended-name {
        font-size: 11px;
    }
    .ui-widget.ui-widget-content.ui-autocomplete {
    
    left: 10px !important;
}
    .hover-dropdown a:hover{
        background:transparent;
    }
    /*.top-search-box {
        position: fixed;
        top: 0px;
        z-index: 104;
        width: 100VW ;
        height: 100VW ;
        display: block;
         float: none; 
        background: #FFF;
        left: 100VW;
        padding: 5px;
        -webkit-transition: all .3s ;
        -webkit-transition: all .3s ;
        transition: all .3s;
    }*/
            
   
.top-search-box {
    position: absolute;
    top: 42px;
    z-index: 104;
    /*width: 100VW;
     height: 100VW; */
    display: block;
    /* float: none; */
    background: #FFF;
    left: 0;
    padding: 5px;
    box-shadow: 0px 2px 2px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
        -webkit-animation-name: sticky-search-animation-r; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: .5s; /* Safari 4.0 - 8.0 */
        animation-name: sticky-search-animation-r;
        animation-duration: .5s;
}
	.top-search-box.show-search-box {
    position: fixed;
    top: 40px;
} 
    .top-search-box a.show-hide{
        display: inline-block;
        font-family: 'FontAwesome';
        padding: 5px 10px;
        font-size: 14px;
    }
    
    .top-search-box.show-search-box{
        left: 0;
        text-align: left;
        height: auto;
        opacity:1;
        -webkit-animation-name: sticky-search-animation; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: .8s; /* Safari 4.0 - 8.0 */
        animation-name: sticky-search-animation;
        animation-duration: .8s;
    }
    a.show-hide:after {
    content: "\f101";
    }
    #product-category .main-header h2 {
    font-size: 18px;
    text-align: left;
    }
}
.ui-helper-hidden-accessible {
    display: none;
}
.main-filter-container {
    background: #FFF;
    padding: 5px 10px;
    text-align: left;
    margin-top: 0px;
}
#product-category .main-header h2 {
    padding: 1rem .5rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 3px;
    font-weight: 400;
    color: #2e9ba5;
    display: block;
   /* border-bottom: 2px solid #ff7200;*/
    margin: 0px;
    margin-bottom: 5px;
    background: #FFF;
}
#checkout-cart div#content {
    background: #FFF;
    padding: 15px;
    margin-top: 0px;
}
div#product-result-container {
    margin: 0px;
	display: flex;
	flex-wrap: wrap;
}
div#product-pagination-container {
    margin: 0px;
    margin-top: 5px;
}
#information-information div#content, #information-contact div#content {
    background: #fff;
    padding: 15px;
    font-family: "Roboto", sans-serif;
}
#information-information aside#column-left, #information-contact aside#column-left {
    padding-left: 0px;
}
div#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #329aa7;
    text-align: center;
    z-index: 111;
}
div#scroll-to-top a {
    background: transparent !important;
    padding: 10px;
    display: block;
    color: #FFF;
    padding-top: 1px;
    cursor: pointer;
}
div#scroll-to-top a:before {
    content: "\f077";
    font-family: FontAwesome;
    display: block;
}
.product-list .triangle-topleft {
    border-top: none;
    border-right: none;
}
.product-list .discount-badge {
    line-height: 20px;
    top: 2px;
    left: 2px;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    padding: 10px 0;
    border-radius: 50%;
    text-shadow: inherit;
    border: 1px solid #d7232a;
    text-transform: uppercase;
    width: 42px;
    height: 42px;
    color: #d7232a;
}
.product-list .discount-badge span {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 13px;
    margin-left: 1px;
}
.product-list .discount-badge::after {
    display: inline-block;
    margin-left: -8px;
    font-size: 7px;
    line-height: 10px;
    vertical-align: bottom;
    margin-bottom: 0px;
}
div#error-not-found #content {
    background: #FFF;
}
#menu .btn-navbar, #menu .btn-navbar:focus, #menu .btn-navbar:hover{
    background-color: transparent;
    background-image:none;
}
#common-success div#content {
    background: #FFF;
}
.row.sort-container {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.row.sort-container select {
    font-size: 12px;
    padding: 3px;
    color: #ff7200;
}
.row.sort-container span.sort-by-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #2d9ea2;
    font-weight: 600;
}
#account-order h2.heading-title ,#account-account h2,  h2.account-account{
    background: #FFF;
    padding: 10px;
    margin: 0px;
    border-bottom: 2px solid #2e9ea9;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    color: #ff7100;
    font-weight: 400;
    font-size: 24px;
}
.order-info-container , .account-info-container {
    background: #FFF;
    padding: 10px 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}
h3.order-history-title {
    background: #FFF;
    margin:0px;
    padding: 5px 10px;
    border-bottom: 2px solid #3195ac;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
#column-right .list-group {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
table.table.table-bordered thead td {
    border-bottom: 0px;
}
#account-account .account-info-container ul.list-unstyled {
    margin-left: 10px;
}
#account-account .account-info-container ul.list-unstyled > li {
    padding: 5px;
    display: inline-block;
    margin: 2px 5px;
}
#account-account .account-info-container ul.list-unstyled > li > a {
    padding: 5px 10px;
    color: #333;
    border-radius: 3px;
    border: 1px solid #c0c0ee;
}
#account-account .account-info-container ul.list-unstyled > li > a:hover {
    color: #000;
    box-shadow: 1px 1px 1px #666;
}
.well {
    background: #FFF;
}
.account-info-container .checkbox label, .account-info-container .radio label {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
br:nth-child(even)+br {
   /* display: none;*/
}
/* .navbar-nav > li:nth-last-child(1), .navbar-nav > li:nth-last-child(2)  {
    background: darkred;
}
nav#menu.navbar .navbar-nav > li:nth-last-child(1) a.dropdown-toggle.disabled, nav#menu.navbar .navbar-nav > li:nth-last-child(2) > a {
    text-transform: uppercase;
} */
div#contact-form-row {
    margin-top: 2rem;
}
.product-preview .ribbon , .slider-xp .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 135px;
    height: 135px;
    text-align: right;
}
.product-preview .ribbon span , .slider-xp .ribbon span {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 26px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 185px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#2a9ba3 0%,#136369 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    position: absolute;
    top: 44px;
    left: -35px;
}
.product-preview .ribbon span:before , .slider-xp .ribbon span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #2a9ba3;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2a9ba3;
}
.product-preview .ribbon span:after , .slider-xp .ribbon span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #2a9ba3;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2a9ba3;
}
.item-id-3 .right-side-btn-type{
    margin-top: .2rem;
}
.item-id-3 .right-side-btn{
    height: 5rem;
}
.item-id-3 .right-side-btn-text p.right-side-display-value{
    font-family: "Roboto", sans-serif;
}
.item-id-3 .contact-box .call_btn.email_btn i.fa.fa-envelope {
    display: block;
}
.item-id-3 .contact-box .call_btn.email_btn {
    line-height: 34px;
}
.item-id-3 .thumbnails , .item-id-3 .product-preview{
    display: none;
} 
.item-id-3 .product-preview-wrapper .xzoom-main-image{
    max-width: none;
}
.item-id-3.container.container-product-page {
    padding-top: 0px;
}
.item-id-3 .container-product-page-holder{
    border: 0px;
}
.item-id-3 .product-overview-container h2 {
    margin-top: 0px;
    font-family: "Roboto", sans-serif;
}
.item-id-3 .product-footercart-container.fixed-container{
        margin-top: 40px;
}
.item-id-3 .bottom-content-wrapper {
    padding-top: 15px;
    font-family: "Roboto", sans-serif;
    line-height: 19px;
    font-size: 14px;
}
.item-id-3 .contact-box{
    margin-top: 0px;
    padding: 5px; 
}
/*.slider-xp{
    display: none;
}*/
/*.item-id-3 .slider-xp{*/
.slider-xp {
    position: relative;
    float: right;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-left: 160px;
    padding-right: 60px;
    max-height: 650px;
}
.slider-xp > .slider_x1 {
    width: 100%;
}
.slider-xp > .mainImg {
    width: 50%;
    position: relative;
	margin: 0 auto;
}
.slider_x1 .slick-track > .slick-active {
    /*margin: 0px 10px;*/
}
.slider_x2 .slick-track > .slick-active {
    margin: 0px 5px;
}
.slider_x1 ul.slick-dots {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left !important;
    float: right;
    padding-left: 0 !important;
    position: absolute;
    left: -160px;
    top: 0;
    width: 86px;
}
.slider_x1 ul.slick-dots li {
    display: inline-block;
    width: 78px;
    height: 78px;
    margin: 2px 3px;
    float: none;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 5px;
}
.slider_x1 ul.slick-dots li button{
	border: none;
}
.slider_x1 ul.slick-dots li img {
    display: inline-block;
}
.slick-arrow {
    position: absolute;
    /*display: none !important;*/
    z-index: 99;
    top: calc(50% - 48px);
    cursor: pointer;    
    padding: 30px 14px;
    opacity:0.5;
    background-color:rgba(255,255,255,0.8);
    -webkit-transition: opacity .5s; /* For Safari 3.1 to 6.0 */
    transition: opacity.5s;
    
}
.slider-xp .slick-arrow {
    width: 48px;
    height: 48px;
    line-height: 52px;
    text-align: center;
    padding: 0;
    box-shadow: 0 4px 20px rgba(34,34,34,.15);
    border-radius: 50px !important;
    margin: 0 16px;
    opacity: 1;
}
.slick-slider:hover .slick-arrow{
    /*display: block !important;*/
}
.slick-arrow:hover{
    /*background-color:rgba(255,255,255,0.8);*/
    opacity: 1
}
.slick-arrow i.fa {
    font-size: 28px;
}
.slider-xp .slick-arrow i.fa {
    font-size: 16px;
    color: #222;
    font-weight: 400;
}
.slick-next.slick-arrow {
    right: -70px;
    border-radius: 5px 0px 0px 5px;

}
.slick-prev.slick-arrow {
    left: -70px;
    border-radius: 0px 5px 5px 0px;

}
.slick-arrow.slick-disabled {
    display: none !important;
}
.slider_x1 .slick-list{
        /*max-height: 314px;*/
}
.slider-xp .slick-dots li.slick-active {
    border: 2px solid #ffbe4e;
}
.fancybox-container {
    z-index: 99999 !important;
}  
 .slider-xp span.ribbon-x{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 156px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#2a9ba3 0%,#136369 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    position: absolute;
    top: 35px;
    left: -31px;
    z-index: 9;
    font-family: "Roboto", sans-serif;
}
 .slider-xp span.ribbon-x:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #2a9ba3;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2a9ba3;
}
 .slider-xp span.ribbon-x:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #2a9ba3;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2a9ba3;
}
.slider-xp .image_holder {
    position: relative;
    overflow: hidden;
    padding: 0px 5px;
    text-align: center;
}
.image_holder img {
    display: inline-block !important;
    vertical-align: top;
}
.promo-info-top span {
    color: red;
}
@media (max-width:1200px) {
    .slider-xp {
        float: none;
        max-width: 950px;
    }
}
@media (max-width:1024px) {
    .slider-xp {
        float: none;
        max-width: 786px;
    }
}
@media (max-width:800px) {
    .slider-xp {
        float: none;
        max-width: 700px;
    }
}
@media (max-width:768px) {
    .slider-xp {
        float: none;
        max-width: 500px;
    }
}
@media (max-width:510px) {
    .slider-xp {
        float: none;
        max-width: 300px;
    }
}

/*.item-id-3 .product-page-slider{
    display: block;
}*/

.product-right .quantity-container {
	position: relative;
	margin-bottom: 10px;
	margin-right: 30px;
    margin-top: 8px;
}
.quantity-container input.qty {
    width: 45px;
	height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid rgba(51, 51, 51, .349);
    font-size: 14px;
	-moz-appearance: textfield;
	border-radius: 3px 0 0 3px;
}
.quantity-container input.plus {
    font-size: 18px;
    position: absolute;
    left: 45px;
	top: 0;
    height: 22px;
    width: 20px;
    line-height: 20px;
    border: 1px solid rgba(51, 51, 51, .349);
	z-index: 3;
}
.quantity-container input.minus {
    border: 1px solid rgba(51, 51, 51, .349);
    font-size: 22px;
    line-height: 21px;
    text-indent: 2px;
	position: absolute;
    left: 45px;
	top: 22px;
    width: 20px;
	z-index: 3;
}
.input-group > .quantity-container{
	max-width: 80px;
	width: 46px;
}
.input-group > .quantity-container input.plus{
	height: 16px;
	font-size: 16px;
	line-height: 14px;
	left: 30px;
}
.input-group > .quantity-container input.minus{
	font-size: 18px;
	line-height: 15px;
	text-indent: 0;
	height: 16px;
	top: 16px;
	left: 30px;
}
.input-group > .quantity-container input.qty{
	border-radius: 5px 0 0 5px !important;
	width: 30px;
	min-width: 0;
	padding: 3px;
	height: 32px;
}
.container-product-page .side-menu-cart-btn {
    width: 60%;
}
.container-product-page .side-menu-save-btn {
    width: 40px;
}
.product-overview-container-top{
	clear: both;
	margin: 2px 15px 15px 10px;
}
.product-stock i {
    color: #45ab67;
    padding: 0 5px;
    font-size: 20px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.pop_page_content {
    background: #fff;
	max-width: 660px;
	margin: 10% auto 50px;
	padding: 20px;
	color:#000;
    position: relative;
}
.pop_page_content ul {
    margin-bottom: 10px;
}
.wsu-con {
    border: 1px solid #979696;
    padding: 3px 20px 20px;
}
.wsu-con > img{
	max-width: 280px;
}
.wsu-con h4 {
    /*font-family: aachendeemedregular;*/
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    text-transform: uppercase;
    color: #060404;
    margin-top: 7px;
    clear: both;
    line-height: 19px;
    margin-bottom: 5px;
}
.right-img {
    float: right;
    margin-top: 0;
}
.right-img img {
    vertical-align: top;
}
.wsu-con ul {
    list-style: none;
    padding-left: 0;
}
.wsu-con ul li {
	padding-left: 23px;
	margin-bottom: 11px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAYAAAAP6L+eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI5MjcyRjhDQjFEMTFFOUE1OTVENEMzRTU3MTRENDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI5MjcyRjlDQjFEMTFFOUE1OTVENEMzRTU3MTRENDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjkyNzJGNkNCMUQxMUU5QTU5NUQ0QzNFNTcxNEQ0MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjkyNzJGN0NCMUQxMUU5QTU5NUQ0QzNFNTcxNEQ0MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhvES50AAANYSURBVHjarFVrSBRhFD3z2N1xXbXEHpa2FCWWZmVgT0N6KRJFUP2JoLCyEMyoIOhFGJlEREREFEYJVqAZFAk9tKJ8JaySsJVhWRKWRma26+7Oo/vNuqa2q5XN7DcD+9175sy5597hNE3D/ziq2x9ElXUWr3vTY58uw20EAx7pKmm9tDC22tAQ8RRaXI1ke/T5zpQRg979eD1hWpXwwloFLbF29LPajorxugojAW38UmeeUxNWNZlAGeOHn27F+PZGBLy6ftY1xtRaCXtBy8lV/ff+GfRIU2ZOFAFG09r3cuPBwfscuxQVFSV6PB6R47ghKy/Lspgyb1n1u/H1U7c3rS1VoM2IlWJvlc22rx0cK+bn56/u6uoKjYyMLFQUJSCoqqmwSCFQQp043robBAozL9UfjTq/01+8yEDT0tIKk5OTGaMhGYuiiNzmLLxyvAW928ut43JOJ0WktPmN5XleZYCqqoLk8AtIqiGIN+N55xMUtV+ESKjxwXGNu615VwOR4Af/IfFBBBIEgU4G6A3iIasenG07DIfmgUC1yInMPXSt4MZCm80mDQts4Iyo/HYPJR2X8V35Cokz6xWWeAkPvt3E0+7HjD5WjEpHorLUXtdY+8xkMrn9SsEuHFOMfidb9+Bixxm4KXmGFINTkwox05KEH0o3LnzK0/kH80bsGHcQnMubM4wUHDM07E4bXJQ9SjDgtes1sls24KunHY+6bqPe0UDOAFaGrcEsy3w4VceQhea9xVHBcQJOWK9iblACuklPC29As7sFBz5k4Mrn0+A5xtaATRHZfSVlvg80Hfs01sinE0xWnJ1cjEmGaPRQkUII6D6xbXDW6TIsDlmGOZZF8Kie3hwv+LDFcygOWKVpyLcWwMiZQCaku4FcIOhyrg/fRsy5PrcM1am/2c2pOrEgZDmyxu5Hp6zosnwhnyea52JJWDp6VNcvf/sGTiBX+A6fZi5K3jxmL2RNRourGRYhFOvCt1BjGPQ9vjeNxQdiLfYP8C2VTlEwYtfEY/1mBT1Q6wF16gDAgIyplXnWzmz1H0IMXFb8t7j+cG9OJgHzevhgYJpqbaWlpVkVFRXn/ubD6na7MwRBQHx8vN/Jpc/j8vLyCX8yjwcMJspLTU19H2j/pwADAN1Vea9lYwu1AAAAAElFTkSuQmCC) no-repeat scroll left 0;
	min-height: 26px;
	color: #000;
	font-size: 14px;
}
.pop_page_content .mfp-close {
    color: #000 !important;
	background:red;
    opacity: 1;
}
.cat-product-btn{
	margin-bottom: 10px;
}
.cat-product-btn .btn-cart {
    background-color: #fed74f;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#fed74f),to(#fdab2b));
    background-image: -webkit-linear-gradient(top,#fed74f,#fdab2b);
    background-image: -moz-linear-gradient(top,#fed74f,#fdab2b);
    background-image: -ms-linear-gradient(top,#fed74f,#fdab2b);
    background-image: -o-linear-gradient(top,#fed74f,#fdab2b);
    border: 1px solid #e69312;
    /* text-shadow: #e69312 1px 1px 0; */
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
}
.btn-cart i {
    color: #000 !important;
    font-size: 18px;
    padding: 0;
    background: none !important;
    margin-right: 2px;
}
#mobile-logo{
	display: none;
}
.nav-mobile-top{
	display: none;
}
.breadcrumb > li:last-child{
	/*word-break: break-all;*/
	white-space: break-spaces;
}
#NM_social_login_div {
  clear: both;
  display: block;
  width: 100%;
}
#NM_social_login_div_login {
  clear: both;
  position: relative;
  padding-top: 25px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box; }

._login_button_style__ul {
  width: 100%;
  list-style: none;
  margin: 0; 
	padding: 0;
}
  ._login_button_style__ul .facebook .social-icon {
    background-color: #3B5998; }
  ._login_button_style__ul .facebook .login-button-text {
    color: #3B5998; }
  ._login_button_style__ul .facebook:hover > a {
    background-color: #3B5998; }
  ._login_button_style__ul .facebook:hover .social-icon {
    background-color: #344e86; }
  ._login_button_style__ul .twitter .social-icon {
    background-color: #1DA1F2; }
  ._login_button_style__ul .twitter .login-button-text {
    color: #1DA1F2; }
  ._login_button_style__ul .twitter:hover > a {
    background-color: #1DA1F2; }
  ._login_button_style__ul .twitter:hover .social-icon {
    background-color: #0d95e8; }
  ._login_button_style__ul .dribbble .social-icon {
    background-color: #EA4C89; }
  ._login_button_style__ul .dribbble .login-button-text {
    color: #EA4C89; }
  ._login_button_style__ul .dribbble:hover > a {
    background-color: #EA4C89; }
  ._login_button_style__ul .dribbble:hover .social-icon {
    background-color: #e7357a; }
  ._login_button_style__ul .pinterest .social-icon {
    background-color: #bd081c; }
  ._login_button_style__ul .pinterest .login-button-text {
    color: #bd081c; }
  ._login_button_style__ul .pinterest:hover > a {
    background-color: #bd081c; }
  ._login_button_style__ul .pinterest:hover .social-icon {
    background-color: #a50718; }
  ._login_button_style__ul .instagram .social-icon {
    background-color: #000; }
  ._login_button_style__ul .instagram .login-button-text {
    color: #000; }
  ._login_button_style__ul .instagram:hover > a {
    background-color: #000; }
  ._login_button_style__ul .instagram:hover .social-icon {
    background-color: #222; }
  ._login_button_style__ul .github .social-icon {
    background-color: #6E5494; }
  ._login_button_style__ul .github .login-button-text {
    color: #6E5494; }
  ._login_button_style__ul .github:hover > a {
    background-color: #6E5494; }
  ._login_button_style__ul .github:hover .social-icon {
    background-color: #624b84; }
  ._login_button_style__ul .linkedin .social-icon {
    background-color: #0077B5; }
  ._login_button_style__ul .linkedin .login-button-text {
    color: #0077B5; }
  ._login_button_style__ul .linkedin:hover > a {
    background-color: #0077B5; }
  ._login_button_style__ul .linkedin:hover .social-icon {
    background-color: #00669c; }
  ._login_button_style__ul .vkontakte .social-icon {
    background-color: #45668E; }
  ._login_button_style__ul .vkontakte .login-button-text {
    color: #45668E; }
  ._login_button_style__ul .vkontakte:hover > a {
    background-color: #45668E; }
  ._login_button_style__ul .vkontakte:hover .social-icon {
    background-color: #3d5a7d; }
  ._login_button_style__ul .reddit .social-icon {
    background-color: #FF4500; }
  ._login_button_style__ul .reddit .login-button-text {
    color: #FF4500; }
  ._login_button_style__ul .reddit:hover > a {
    background-color: #FF4500; }
  ._login_button_style__ul .reddit:hover .social-icon {
    background-color: #e63e00; }
  ._login_button_style__ul .skype .social-icon {
    background-color: #00aff0; }
  ._login_button_style__ul .skype .login-button-text {
    color: #00aff0; }
  ._login_button_style__ul .skype:hover > a {
    background-color: #00aff0; }
  ._login_button_style__ul .skype:hover .social-icon {
    background-color: #009cd7; }
  ._login_button_style__ul .wordpress .social-icon {
    background-color: #21759B; }
  ._login_button_style__ul .wordpress .login-button-text {
    color: #21759B; }
  ._login_button_style__ul .wordpress:hover > a {
    background-color: #21759B; }
  ._login_button_style__ul .wordpress:hover .social-icon {
    background-color: #1d6586; }
  ._login_button_style__ul .google .social-icon {
    background-color: #4285F4; }
  ._login_button_style__ul .google .login-button-text {
    color: #4285F4; }
  ._login_button_style__ul .google:hover > a {
    background-color: #4285F4; }
  ._login_button_style__ul .google:hover .social-icon {
    background-color: #2a75f3; }
  ._login_button_style__ul .youtube .social-icon {
    background-color: #ff0000; }
  ._login_button_style__ul .youtube .login-button-text {
    color: #ff0000; }
  ._login_button_style__ul .youtube:hover > a {
    background-color: #ff0000; }
  ._login_button_style__ul .youtube:hover .social-icon {
    background-color: #e60000; }
  ._login_button_style__ul .vimeo .social-icon {
    background-color: #1ab7ea; }
  ._login_button_style__ul .vimeo .login-button-text {
    color: #1ab7ea; }
  ._login_button_style__ul .vimeo:hover > a {
    background-color: #1ab7ea; }
  ._login_button_style__ul .vimeo:hover .social-icon {
    background-color: #14a7d7; }
  ._login_button_style__ul .whatsapp .social-icon {
    background-color: #25d366; }
  ._login_button_style__ul .whatsapp .login-button-text {
    color: #25d366; }
  ._login_button_style__ul .whatsapp:hover > a {
    background-color: #25d366; }
  ._login_button_style__ul .whatsapp:hover .social-icon {
    background-color: #21bd5c; }
  ._login_button_style__ul .mailchimp .social-icon {
    background-color: #6dc5dc; }
  ._login_button_style__ul .mailchimp .login-button-text {
    color: #6dc5dc; }
  ._login_button_style__ul .mailchimp:hover > a {
    background-color: #6dc5dc; }
  ._login_button_style__ul .mailchimp:hover .social-icon {
    background-color: #58bdd7; }
  ._login_button_style__ul .posts .social-icon {
    background-color: #36454f; }
  ._login_button_style__ul .posts .login-button-text {
    color: #36454f; }
  ._login_button_style__ul .posts:hover > a {
    background-color: #36454f; }
  ._login_button_style__ul .posts:hover .social-icon {
    background-color: #2c3840; }
  ._login_button_style__ul .comments .social-icon {
    background-color: #000000; }
  ._login_button_style__ul .comments .login-button-text {
    color: #000000; }
  ._login_button_style__ul .comments:hover > a {
    background-color: #000000; }
  ._login_button_style__ul .comments:hover .social-icon {
    background-color: black; }
  ._login_button_style__ul .facebook-messenger .social-icon {
    background-color: #3b5998; }
  ._login_button_style__ul .facebook-messenger .login-button-text {
    color: #3b5998; }
  ._login_button_style__ul .facebook-messenger:hover > a {
    background-color: #3b5998; }
  ._login_button_style__ul .facebook-messenger:hover .social-icon {
    background-color: #344e86; }
  ._login_button_style__ul .kik .social-icon {
    background-color: #82bc23; }
  ._login_button_style__ul .kik .login-button-text {
    color: #82bc23; }
  ._login_button_style__ul .kik:hover > a {
    background-color: #82bc23; }
  ._login_button_style__ul .kik:hover .social-icon {
    background-color: #73a71f; }
  ._login_button_style__ul .trello .social-icon {
    background-color: #0079bf; }
  ._login_button_style__ul .trello .login-button-text {
    color: #0079bf; }
  ._login_button_style__ul .trello:hover > a {
    background-color: #0079bf; }
  ._login_button_style__ul .trello:hover .social-icon {
    background-color: #0069a6; }
  ._login_button_style__ul .viber .social-icon {
    background-color: #59267c; }
  ._login_button_style__ul .viber .login-button-text {
    color: #59267c; }
  ._login_button_style__ul .viber:hover > a {
    background-color: #59267c; }
  ._login_button_style__ul .viber:hover .social-icon {
    background-color: #4b2068; }
  ._login_button_style__ul .telegram .social-icon {
    background-color: #0088cc; }
  ._login_button_style__ul .telegram .login-button-text {
    color: #0088cc; }
  ._login_button_style__ul .telegram:hover > a {
    background-color: #0088cc; }
  ._login_button_style__ul .telegram:hover .social-icon {
    background-color: #0077b3; }
  ._login_button_style__ul .email .social-icon {
    background-color: #ea4335; }
  ._login_button_style__ul .email .login-button-text {
    color: #ea4335; }
  ._login_button_style__ul .email:hover > a {
    background-color: #ea4335; }
  ._login_button_style__ul .email:hover .social-icon {
    background-color: #e82e1e; }
  ._login_button_style__ul .digg .social-icon {
    background-color: #005be2; }
  ._login_button_style__ul .digg .login-button-text {
    color: #005be2; }
  ._login_button_style__ul .digg:hover > a {
    background-color: #005be2; }
  ._login_button_style__ul .digg:hover .social-icon {
    background-color: #0051c9; }
  ._login_button_style__ul .stumbleupon .social-icon {
    background-color: #eb4924; }
  ._login_button_style__ul .stumbleupon .login-button-text {
    color: #eb4924; }
  ._login_button_style__ul .stumbleupon:hover > a {
    background-color: #eb4924; }
  ._login_button_style__ul .stumbleupon:hover .social-icon {
    background-color: #e13b15; }
._login_button_style__ul > li{
	display: inline-block;
	max-width: 300px;
	margin-bottom: 10px;
	background-color: #fff;
}
  /*._login_button_style__ul > li:not(:last-child) {
    margin-right: 10px; }*/
  ._login_button_style__ul > li > a {
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    border-radius: 30px;
}
      ._login_button_style__ul > li > a:hover .login-button-text {
        color: #ffffff; }
    ._login_button_style__ul > li > a .nm-social-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    ._login_button_style__ul > li > a .social-icon {
      height: 40px;
      width: 40px;
      line-height: 40px;
      border-radius: 20px;
      text-align: center;
      -webkit-transition: background-color .4s ease;
      -o-transition: background-color .4s ease;
      transition: background-color .4s ease; }
      ._login_button_style__ul > li > a .social-icon > img {
        max-width: 12px;
        display: inline-block; }
      ._login_button_style__ul > li > a .social-icon > span {
        color: #fff;
        font-size: 13px; }
    ._login_button_style__ul > li > a .login-button-text {
      font-size: 14px;
      font-weight: 500;
      margin-left: 15px;
      -webkit-transition: color .4s ease;
      -o-transition: color .4s ease;
      transition: color .4s ease; }
.social-login-btn-container .social-or {
    display: inline-block;
    background: #fff;
    color: #707070;
    border: 2px solid #C3C2C2;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 10px;
    position: absolute;
    right: 30px;
    top: 50px;
}
.modal-content .social-login-btn-container .social-or {
    top: 75px;
    right: 0;
}
.social-login-btn-container .social-or::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #707070;
    position: absolute;
    top: -35px;
    left: 50%;
}
.social-login-btn-container .social-or::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #707070;
    position: absolute;
    bottom: -35px;
    left: 50%;
}
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
	  opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition:    
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition:         
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 285px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}
[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}
/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}
/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}
/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}
/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #ddd;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

#cart .dropdown-menu li > div.mini-cart-table{
	padding: 0;
	background: #fff;
}
.cart-image img{
	min-width: 20px;
}
#qc-checkout-cart .cart-table .remove-product {
    font-size: 17px;
    color: red;
    cursor: pointer;
}
#qc-checkout-cart .cart-table input.form-control {
    height: 32px;
    padding: 4px 0px;
    padding-left: 4px;
}
#qc-checkout-cart .cart-table .divTableCell{
	vertical-align: top;
	border: none;
	display: table-cell;
	border-collapse: collapse;
	border: .3px solid #ddd;
}
#qc-checkout-cart .collapse-title{
	padding-left: 20px;
	margin-top:0px;
}
.cartpage-top-links a + a{
	margin-left: 15px;
}
.cat-list-warp {
    display: flex;
    flex-wrap: wrap;
    padding-left: 25px;
}
.stock-status .in-stock{
	color: #45ab67;
}
.stock-status .out-stock{
	color: #e42234;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header-container{
		height:0;
		overflow: hidden;
	}
	.contact-box .call_btn {
		padding: 5px 30px;
	}
	.side-menu-title {
		width: 100%;
	}
	.contact-box{
		display: none;
	}
	
	#menu .navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		background-color: #364f6d;
		width: 280px;
		z-index: 1040;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: hidden;
		border: 1px solid #f3f3f3;
		-webkit-transform: translate3d(-280px,0,0);
		transform: translate3d(-280px,0,0);
		-webkit-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}
	#menu .navbar-collapse.collapse.show {
		visibility: visible;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.nav-mobile-top{
		display: block;
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px;
		background: #364f6d;
		position: relative;
	}
    .col-sm-4.em-top-links .list-inline{
        display: none;
    }
    .navbar-header.mobile-navbar{
        width: 100%;
    }
	.nav-mobile-top .nav-top-text {
		cursor: pointer;
		font-size: 20px;
		color: #fff;
		display: block;
		min-height: 34px;
		text-align: left;
		line-height: 30px;
	}
	.icon-remove{
		background:#fff;
		display: inline-block;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
	}
	nav#menu.navbar.hover-dropdown .navbar-nav{
		display: block;
		position: relative;
	}
	nav#menu.navbar.hover-dropdown .navbar-nav > li.dropdown{
		position: relative;
	}
	nav#menu.navbar.hover-dropdown .navbar-nav > li.dropdown > a{
		text-align: left;
		position: relative;
	}
	nav#menu.navbar.hover-dropdown .navbar-nav > li.dropdown > a::after {
		content: "\f054";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	nav#menu.navbar.hover-dropdown .navbar-nav > li.invisiable,
	nav#menu.navbar.hover-dropdown .navbar-nav > li.dropdown.active > a{
		visibility: hidden;
		opacity: 0;
	}
	nav#menu.navbar.hover-dropdown .navbar-nav > li.dropdown.active > .dropdown-menu{
		display: block;
		top: 0;
		background:#364f6d;
		box-shadow: none;
		border: none;
		width: 100%;
	}
	#menu .dropdown-inner a{
		padding: 5px 10px;
	}
    .box-heading.border, .home-module-title {
        margin-bottom: 10px !important;
        margin-top: 20px !important;
    }
    .latest-home .box-heading span, .home-module-title span{
        font-size: 18px;
        width: auto;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 0;
    }
	.product-list{
		padding: 5px;
	}
	.col-sm-12.text-right.results{
		display: none;
	}
	#cart ul.dropdown-menu.pull-right{
		top: 35px;
	}
	#mobile-logo{
		display: block;
		float: left;
		width: 180px;
	}
	#mobile-logo a{
		padding-left: 0;
	}
	#menu .btn-navbar{
		float: left;
		margin-right: 5px;
	}
	div#filter-lander{
		padding-top: 0;
	}
	#product-category .main-header h2{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	footer{
		padding-top: 5px;
	}
	#NM_social_login_div{
		margin-bottom: 30px;
	}
	.modal-content .social-login-btn-container .social-or{
		top: 90px;
		right: 50%;
	}
	.social-login-btn-container .social-or::before{
		width: 50px;
		height: 1px;
		top: 50%;
		left: -60px;
	}
	.social-login-btn-container .social-or::after{
		width: 50px;
		height: 1px;
		top: 50%;
		right: -60px;
		bottom: auto;
		left: auto;
	}
	#qc-checkout-cart .review-container{
		padding: 0 !important;
	}
	.divTableCell, .divTableHead{
		padding: 3px;
	}
	.tooltip:after,[data-tooltip]:after {
		width: 180px;
	}
	.review-container{
		overflow: visible;
	}
	#cart-extra-options .checkbox label{
		font-size: 12px;
	}
	.pagination > li > a, .pagination > li > span{
		padding: 5px;
	}
}
@media only screen and (min-width : 992px) {
.col-sm-12.text-center.pagination-section {
    text-align: right;
    width: auto;
    float: right;
    background: #fff;
    padding-left: 0;
    padding-right: 6px;
}
.col-sm-12.text-right.results {
    text-align: left;
    width: auto;
    float: left;
    margin: 6px 0 0;
    background: #fff;
    padding-left: 25px;
}
#product-search .col-sm-12.text-right.results {
    padding-left: 40px;
}
#product-search #product-pagination-container-top .col-sm-12.text-right.results {
    padding-left: 25px;
}
.categories-menu-filter {
    padding-left: 15px;
}
#product-result-container {
    padding-left: 25px;
}
div#filter-lander {
    padding-left: 15px;
}
#product-pagination-container-top {
    background: #fff;
    margin-left: 0;
    margin-right: 0;
}
#product-category .main-header h2 {
    margin-bottom: 0;
}
div#product-pagination-container {
    margin-top: 2px;
    background: #fff;
}
.product-pagination-container {
    position: relative;
}
.product-pagination-container::before {
    
    width: 100%;
    height: 1px;
    left: 0;
    content: none;
    background: none;
    position: absolute;
}
#product-pagination-container-top::before{top: 17px;}
#product-pagination-container::before{top: 24px;}

.recommended-img-wrapper > button {
    display: none;
}
.recommended-img-wrapper:hover > button {
    display: block;
}

}
@media only screen and (min-width : 1000px) {
	ul.pagination li a{
			padding:0px 10px;
			border:1px solid #249697 !important;
			line-height: 30px;
		}
	ul.pagination li a:hover,
	ul.pagination li a:hover i{
		background:#249697 !important;
		color:white;
	}		
	ul.pagination li.active span{
			padding:0px 12px;
			background:#249697 !important;
			color:#FFF !important;
			font-weight:normal;
			border:1px solid #249697;
			line-height: 30px;
	}
	ul.pagination li span.page-mid{
			background:none;
	}
	#product-pagination-container{
		padding-top:10px;
	}
}
.dropdown-inner .mega-menu-subtitle {
    display: table-row;
    font-weight: bold;
    font-size: 14px;
    text-indent: 0px;
	color:white;
}
.mega-menu-subtitle {
display: table-row;
}
#product-category .top-pag .col-sm-12.text-right.results, 
#product-clearance .top-pag .col-sm-12.text-right.results,
#product-category .bot-pag .col-sm-12.text-right.results, 
#product-clearance .bot-pag .col-sm-12.text-right.results {
    margin-top: 0;
}
#product-category .col-sm-12.text-right.results,
#product-clearance .col-sm-12.text-right.results {
    padding-left: 39px;
}
@media only screen and (min-width : 1350px) {
.category-list .col-md-3 {
    width: 20%;
}
}
@media only screen and (max-width : 1200px) {
#menu .nav > li > a {
    font-size: 13px;
}
.header-telephone {
    font-size: 18px;
}
}
.right-side-btn {
    border: 1px solid rgba(51, 51, 51, .349);
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #fff;
    height: 6.2rem
}

.sub-side-menu-wrapper p,
.sub-side-menu-wrapper .bottom-content.bottom-content-open,
.sub-side-menu-wrapper .right-side-btn,
.bottom-content-wrapper,
.sub-side-menu-wrapper ul {
	border-bottom:1px solid gray;
	padding:0px 0px 0px 10px;
	margin:0px;
}

.product-overview-container .sub-side-menu-wrapper .right-side-btn,
.product-overview-container .sub-side-menu-wrapper .bottom-content.bottom-content-open,
.product-overview-container .bottom-content-wrapper,
.product-overview-container .sub-side-menu-wrapper ul,
.product-overview-container .sub-side-menu-wrapper p{
	border:none;
}
.product-overview-container .sub-side-btn-text{
	float: none;
}
.product-overview-container .sub-side-menu-wrapper .sub-side-btn-text{
    padding-bottom: 5px;
}
.product-overview-container-top > .sub-side-menu-wrapper:first-child {
    margin-top: 35px;
    margin-bottom: 20px;
}
.a-divider.a-divider-section .a-divider-inner {
    height: 44px;
    margin-bottom: -18px;
    /* background: -webkit-linear-gradient(to bottom,rgba(0,0,0,.14),rgba(0,0,0,.03) 3px,transparent); */
    background: linear-gradient(to bottom,rgba(0,0,0,.14),rgba(0,0,0,.03) 3px,transparent);
    z-index: 0;
    zoom: 1;
}
.a-divider.a-divider-section .a-divider-inner::after {
    display: block;
    width: 100%;
    height: 44px;
    background-color: transparent;
    background: -webkit-linear-gradient(to right,#fff,rgba(255,255,255,0),#fff);
    background: linear-gradient(to right,#fff,rgba(255,255,255,0),#fff);
    z-index: 1;
    content: "";
}
#shiping-content {
    padding-top: 0;
}
.sub-side-menu-wrapper {
    float: left;
    width: 100%;
}
.combine-div {
    float: left;
    width: 100%;
    clear: left;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.combine-div > div {
    float: left;
    width: 29%;
    margin-right: 2%;
}
.combine-div > div:first-child {
    width: 38%;
}
.combine-div > div:last-child {
    margin-right: 0;
}
.combine-div .table.product-info {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}
.table.product-info td {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    width: 50%;
    color: #565959 !important;
    font-size: 13px;
    line-height: 19px;
    padding: 7px 14px 6px;
}
.table.product-info td:first-child {
    background: #f3f3f3;
}
#dimension-content {
    font-size: 13px;
    line-height: 19px;
    margin-top: -4px;
}
#shiping-content {
    font-size: 13px;
    line-height: 19px;
    margin-top: -9px;
}
.contact-box p {
    font-size: 12px;
    margin: 0;
}
.help_btn, .product_info_btn, .rod_tassel_select, .go_to_shipping{
	cursor: pointer;
	color: #ff6f00;
	text-decoration: underline;
}
#shiping-content .entry-content p{
	padding-left: 0;
}
#shiping-content .nav{
	padding-left: 0;
	margin-top: 4px;
}
#shiping-content .nav > li{
	margin-right: 4px;
}
#shiping-content .nav > li > a{
	padding:0 5px;
	font-size:13px;
	background: #666;
	color: #fff;
	border-radius: 5px 5px 0 0;
	border: none;
}
#shiping-content .nav > li.active > a{
	background: #000;
}
.table.dw_table td, .table.dw_table th {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    color: #565959 !important;
    font-size: 13px;
    line-height: 19px;
    padding: 7px 14px 6px;
    text-align: center;
    width: 50%;
}
.table.dw_table {
    max-width: 320px;
    border-top: 1px solid #e7e7e7;
}
.table.dw_table td:first-child, 
.table.dw_table th:first-child {
    background: #f3f3f3;
    text-align: left;
}
ul.sizeList > li > label {
    font-size: 15px !important;
    margin-bottom: 0 !important;
}
/* product details fancybox for images */
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    left: 5%;
    width: 70%;
    background: none;
    top: 5%;
    height: 90%;
}
.fancybox-thumbs {
    background: none !important;
    padding: 30px 15px 20px !important;
    right: 5% !important;
    top: 5% !important;
    width: 20% !important;
    height: 90%;
}
.fancybox-navigation .fancybox-button--arrow_left, 
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 0 !important;
    background: #fff;
    opacity: 1 !important;
    visibility: visible !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50px;
    color: #222 !important;
}
.fancybox-thumbs__list {
    width: auto !important;
    float: right;
    max-width: 249px;
}
.nmFancyBox .fancybox-thumbs__list a::before {
    border: none !important;
    opacity: 1 !important;
}
.nmFancyBox .fancybox-thumbs__list a.fancybox-thumbs-active::before {
    border: 2px solid #fff !important;
}
.fancybox-thumbs__list a {
    height: 105px !important;
    margin: 5px !important;
    width: 105px !important;
    border-radius: 6px !important;
}
.fancybox-thumbs__list a:nth-child(3) {
    width: 222px !important;
    height: 222px !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
.fancybox-toolbar button {
    display: none !important;
}
.fancybox-infobar {
    display: none !important;
}
.fancybox-toolbar button.fancybox-button.fancybox-button--close {
    display: inline-block !important;
    background: #fff;
    border: none;
    opacity: 1;
    border-radius: 50px;
    color: #222 !important;
    position: fixed;
    top: 10px;
    right: 10px;
}
.fancybox-toolbar {
    right: -49% !important;
    top: 5px !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.fancybox-show-thumbs .fancybox-inner img {
    border-radius: 6px;
}
#account-account .breadcrumb {
    width: 100%;
}
#account-account #content {
    float: right;
}
#content.col-sm-9 {
    float: right;
}
.col-sm-9.em-top-links.text-right {
    padding-top: 5px;
}
.em-top-links .newcrnc, .em-top-links .list-inline, .em-top-links .country_list {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	margin-right: 12px;
}
.row.text-right.logo-right-text {
    padding-top: 10px;
}
.bbb-top img {
    width: 75px;
}
.col-sm-5.em-top-links.text-right {
    padding-top: 10px;
    margin-bottom: -10px;
}
#cart {
    margin-bottom: 0;
}
.header-telephone {
    margin-top: 15px;
}
.col-xs-12.top-search-box {
    text-align: left;
    padding-top: 5px;
}
.rt-cart-con .btn.btn-primary.btn-lg {
    background: url(../image/rod.png) no-repeat scroll 5px center;
    color: #6b1212;
    border: 1px solid #6b1212;
    padding: 10px 10px 10px 54px;
    background-size: 43px auto;
    margin-right: 15px;
}
.rt-cart-con .btn.btn-primary.btn-lg:last-child {
    background: url(../image/tassel.png) no-repeat scroll 120px center;
    padding: 10px 43px 10px 10px;
    background-size: 19px 33px;
    margin-right: 0;
    margin-left: 15px;
}
.btn.view-cart {
    color: orange !important;
    background-color: #FFF !important;
}
.fa.fa-trash {
    cursor: pointer;
}
.continueShopBtn {
    cursor: pointer;
    color: #934846;
    background: #fff;
    border: 1px solid #934846;
    text-transform: uppercase;
}
.cart-alert-btn-area.rt-cart-btn a {
    margin-right: 9px;
}
.cart-alert-btn-area.rt-cart-btn a:last-child {
    margin-right: 0;
}
.sidebar-content h4.text-center {
    text-transform: inherit;
}
.side-menu .otherAddonBtn.selected {
    color: #fff;
    background: orange !important;
}
.alert-dismissable .close, .alert-dismissible .close {
    top: 2px;
    right: -4px;
    color: red;
    float: none;
    opacity: 1;
}
.side-menu .otherAddonBtn {
    background: #fff !important;
    color: orange;
    border: 1px solid orange;
}
.side-menu .otherAddonBtn.selected {
    color: #fff;
    background: orange !important;
}
.side-menu .otherAddonBtn + .checkout + .checkout {
    position: relative;
    cursor: pointer;
    top: -28px;
    margin-left: 10px;
    z-index: 2001;
}
.cart-page-heading-title {
    margin-top: -61px;
    text-align: center;
    background: none;
}
.cart-table .divTableCell, .cart-table .divTableHead {
    vertical-align: top;
}
.input-group-btn.cart-update-bt {
    display: block;
    width: 100%;
    float: left;
}
.btn-update.update-cart-quantity {
    color: #104475;
    display: inline-block;
    font-size: 14px;
    background: none;
    border: none;
}
#checkout-cart .breadcrumb + .alert {
    width: 100% !important;
    margin-top: 5px;
    float: left;
    margin-bottom: 32px;
}
#checkout-cart .alert-dismissible .close {
    top: 2px;
}
.cart-alert-btn-area.rt-cart-btn a {
    margin-right: 9px;
}
.cart-alert-btn-area.rt-cart-btn a:last-child {
    margin-right: 0;
}
#checkout-cart .breadcrumb {
    float: none;
    background: none;
}
.btn.continueShopBtn > i {
    display: none;
}
.mycart-form .divTable.cart-table {
    width: 75%;
    max-width: 966px;
}
.row.my-cart-half, .row.my-cart-fullhalf {
    width: 100%;
    max-width: 768px;
    margin-left: 57px;
}
.buttons.clearfix.mycart-btn {
    width: 100%;
    max-width: 780px;
    margin-left: 80px;
}
.cart-total {
    width: 342px;
    float: left;
    padding: 0px;
    margin-left: -27px;
}
#cart-extra-options{
	float: left;
	width: 453px;
}
.cart-btom {
    padding-left: 80px;
}
.promo-info h3{text-align:left;}
.container.text-center.cartpage-top-links {
    max-width: 966px;
    margin-left: 0;
    text-align: left;
    padding-left: 75px;
}
#checkout-cart div#content .divTableCell.text-left:last-child {
    width: 40px;
}
textarea.cart-notes {
    max-width: 366px;
}
.cart-page-heading-title > span {
    display: block;
    max-width: 780px;
    text-align: right;
    font-size: 14px;
}
.table.table-bordered.cart-price-total {
   /* width: 303px;
    float: right;
    margin-right: 38px;*/
}
#checkout-cart .table.table-bordered.cart-price-total td:last-child {
    width: 100px;
}
.table.table-bordered.cart-price-total td {
    border: 2px solid #ddd;
    min-width: 140px; 
}
.table.table-bordered.cart-price-total td strong {
    font-size: 1.6rem;
}
#cart-form .divTableCell.text-center.hidden-xs, 
#cart-form .divTableCell.text-center.hidden-xs + .divTableCell.text-right,
#cart-form .divTableCell.text-left:nth-child(2) {
    width: 100px;
}
.table.table-bordered.cart-price-total td:first-child {
}
footer > .container {
    max-width: 1349px;
}

#checkout-neshquickcheckout .col-md-5{
	margin-top:0px;
}
#checkout-neshquickcheckout #cart-extra-options {
    padding-left: 108px;
}
#checkout-neshquickcheckout .address-selector-holder div.address-selector-holder-list.active label, #checkout-neshquickcheckout #qc-checkout-shipping, #checkout-neshquickcheckout #qc-confirm {
    padding-left: 41px !important;
    background: none;
    box-shadow: none;
    border: none;
}
#checkout-neshquickcheckout .collapse-body .review-container {
    padding-left: 8px !important;
    border: none;
}
#paypal_express_button {
    text-align: left !important;
}
#checkout-neshquickcheckout #shipping-existing .address-selector {
    padding-left: 20px !important;
    background: none;
    line-height: 20px;
    font-weight: normal;
	margin-bottom: 0;
}
#checkout-neshquickcheckout .address-selector-holder div.address-selector-holder-list:nth-child(even){
	background: #E3E3E3;
}
#checkout-neshquickcheckout .promo-info h3 {
    padding-left: 108px;
}
#qc-confirm > .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
#checkout-neshquickcheckout .table.table-bordered.cart-price-total {
    margin-right: 17px;
    width: 320px;
    float: right;
}
.promo-info-top h6 {
    font-size: 15px;
    margin-top: 0px;
    padding-top: 5px;
} 
.address-selector{
	margin-left: 0px;
    padding-left: 5px !important;
}
.addon-quantity-container {
    width: 30px;
    height: 32px;
    text-align: center;
    border-radius: 5px 0 0 5px !important;
    border: 1px solid rgba(51, 51, 51, .349);
    line-height: 33px;
}
.table.table-bordered.cart-price-total td:last-child {
    text-align: right;
    padding-right: 49px;
}
.col-md-7.checkout-left-content {
    width: 58.2%;
}
.checkout-left-content .cart-table .text-left > a {
    display: inline-block;
    width: 300px;
	font-size: 12px;
}
#qc-checkout-cart .table-quantity + .divTableCell.text-right {
    width: 80px;
	font-size: 12px;
}
.divTableCell.text-left{
	font-size:12px;
}

#checkout-cart .table.table-bordered.cart-price-total td strong {
    font-size: 12px;
}
#checkout-cart .table.table-bordered.cart-price-total td {
    min-width: 80px;
    padding-right: 10px;
}
#checkout-cart .table.table-bordered.cart-price-total {
    width: 302px;
    float: right;
    margin-right: 46px;
}
#qc-checkout-payment + div .btn.btn-primary.nex-step-btn,
#qc-checkout-shipping + div .btn.btn-primary.nex-step-btn {
    z-index: 999;
    position: relative;
}
#qc-checkout-payment + div .btn.btn-primary.nex-step-btn{
    margin-top: -30px !important;
}
#qc-checkout-shipping + div .btn.btn-primary.nex-step-btn {
	margin-top: 0 !important;
}
#payment-existing .address-selector {
    line-height: 20px;
    font-weight: normal !important;
    font-size: 12px;
}
#checkout-neshquickcheckout #qc-shipping-method .radio label {
    width: 75%;
}
#checkout-neshquickcheckout #qc-shipping-method .radio label .price, 
#checkout-neshquickcheckout #qc-shipping-method .radio label .price {
    float: right;
    font-size: 14px;
    font-weight: 700;
}
#checkout-neshquickcheckout #qc-confirm .btn-primary {
    display: inline-block;
    width: 265px;
    float: left;
}
#checkout-neshquickcheckout #qc-confirm > .col-sm-12 > .form-control {
    height: 85px !important;
}
#checkout-neshquickcheckout #qc-payment-method .radio img {
    max-height: 16px !important;
}
#checkout-neshquickcheckout #shipping-existing.address-selector-show {
    margin-bottom: 30px;
}
#checkout-neshquickcheckout #shipping-existing {
	margin-bottom: 0;
}
.side-menu-cart-btn h4.not-available {
    background-color: #fed74f;
    background-image: -moz-linear-gradient(top,#fed74f,#fdab2b);
    border: 1px solid #e69312;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 15px 4px;
    margin: 0;
}
.side-menu .otherAddonBtn,
.side-menu .otherAddonBtn + .checkout, 
.side-menu .otherAddonBtn + .checkout + .checkout {
    padding-left: 9px;
    padding-right: 9px;
}
.recently_ordered .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.recently_ordered .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.recently_ordered .slick-list:focus
{
    outline: none;
}
.recently_ordered .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.recently_ordered .slick-slider .slick-track,
.recently_ordered .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0) !important;
       -moz-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
         -o-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
}

.recently_ordered .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.recently_ordered .slick-track:before,
.recently_ordered .slick-track:after
{
    display: table;
    content: '';
}
.recently_ordered .slick-track:after
{
    clear: both;
}
.recently_ordered .slick-loading .slick-track
{
    visibility: hidden;
}
.recently_ordered_section {
    position: relative;
}
.recently_ordered .slick-slide
{
    float: left;
    height: 100%;
    min-height: 1px;
}
.recently_ordered [dir='rtl'] .slick-slide
{
    float: right;
}
.recently_ordered .slick-slide img
{
    display: inline-block;
    vertical-align: middle;
}
.recently_ordered .slick-slide.slick-loading img
{
    display: none;
}
.recently_ordered .slick-slide.dragging img
{
    pointer-events: none;
}
.recently_ordered .slick-initialized .slick-slide
{
    display: block;
}
.recently_ordered .slick-loading .slick-slide
{
    visibility: hidden;
}
.recently_ordered .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.recently_ordered .slick-arrow.slick-hidden {
    display: none;
}
.recently_ordered .slick-next.slick-arrow {
    width: 33px;
    height: 33px;
    padding: 0;
    text-indent: -99999px;
    background: url(../image/arrow-right.png) no-repeat scroll 0 0;
    border: none;
    position: absolute;
    right: -40px;
    top: 40%;
    z-index: 9999;
}
.recently_ordered .slick-prev.slick-arrow {
    width: 33px;
    height: 33px;
    padding: 0;
    text-indent: -99999px;
    background: url(../image/arrow-left.png) no-repeat scroll 0 0;
    border: none;
    position: absolute;
    right: inherit;
    top: 40%;
    left: -40px;
}
.recently_ordered .recommended-img-wrapper {
    position: relative;
    padding: 8px 15px;
    border: 2px solid #F0F0F0;
    text-align: center;
}
.recently_ordered .recommended-img-wrapper:hover {
    box-shadow: 0px 0px 3px #3197a6;
    z-index: 9;
    transition: all .3s ease-in-out 0s;
}
.recommended .main-header h2 {
    color: #1ABAC3;
    display: block;
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-style: italic;
    text-transform: capitalize;
    text-align: left;
    padding: 15px 0;
    clear: both;
    display: block;
    margin: 44px 0 -3px;
}
.recently_ordered .recommended-img-wrapper p.recommended-name {
    font-size: 14px;
    min-height: 7rem;
    font-weight: 500;
}
.recently_ordered .recommended-img-wrapper p.recommended-price {
    font-size: 1.3rem;
    margin-bottom: 0;
}
.recently_ordered_section {
    margin: 0 -15px;
}
.recommended + .recommended .main-header h2 {
    margin-top: 0;
}
.recommended + .recommended {
    top: -5px;
    position: relative;
}
.recently_ordered p.product-search-info-p {
    font-size: 1.3rem;
    color: #364f6d;
}
#product-search .row.sort-container {
    margin-top: -35px;
}
#product-search .pagination-div .row.sort-container {
    margin-top: 0;
}
.pagination-div .col-sm-12.text-center {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
    float: none;
    position: relative;
    top: -27px;
}
#product-search .pagination-div .col-sm-12.text-right.results {
    margin-top: -60px;
}
#product-search .breadcrumb {
    width: calc(100% - 200px);
}
.row.bottom-pagination {
    padding-top: 20px;
}
.row.bottom-pagination .col-sm-12.text-right.results {
    margin-top: -34px;
}
#product-search .pagination-div .top-pag .col-sm-12.text-right.results {
    margin-top: 0;
    margin-bottom: 10px;
}
#product-clearance h1 {
    border-bottom: none;
}
#product-clearance .col-sm-12.text-right.results {
    padding-left: 40px;
}
#product-clearance .col-sm-12.text-center.pagination-section, 
#product-category .col-sm-12.text-center.pagination-section {
    max-width: 450px;
    margin: 0 auto;
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
#product-category .col-sm-12.text-right.results,
#product-clearance .col-sm-12.text-right.results {
    margin-top: 0;
    margin-bottom: 30px;
}
/* new */
/*#paypal_express_button_container .paypal-buttons-context-iframe {
	margin-top: 0 !important;
}*/
.checkout-pre-step .checkout-step-0 {
	margin-left: 15px !important;
}
#checkout-cart .divTableRow {
    display: block;
    background: #f5f5f5;
    margin-bottom: 2px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
} 
#checkout-cart .divTableCell, #checkout-cart .divTableHead {
    border: none;
    display: inline-block;
    padding: 3px 10px;
    font-size: 1.3rem;
}
#checkout-cart div#content .divTableCell.text-left:last-child {
    width: 40px;
    float: right;
}
.pro-title {
    float: left;
    width: 409px;
}
#checkout-cart div#content .divTableCell:nth-child(4) {
    width: 77px;
}
#checkout-cart .divTableHeading {
    background-color: inherit;
}
#checkout-cart .table.table-bordered.cart-price-total td {
    border: none;
    text-align: right;
}
#checkout-neshquickcheckout .flexTable .flexTableCell,
#qc-checkout-cart .cart-table .divTableCell {
    border: none;
}
#checkout-neshquickcheckout #cart-form .flexTable .flexTableRow,
#checkout-neshquickcheckout #cart-form .divTable .divTableRow {
    background: #f5f5f5;
    margin-bottom: 2px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
#checkout-neshquickcheckout .checkout-left-content {
	margin-top: 0 !important;
}
#column-right .list-group a {
    display: block;
}
.divTableCell.table-title {
    width: 492px;
}
.pro-title {
    float: left;
    width: 409px;
}
.pro-title a {
    color: #333;
}
.table.table-bordered.cart-price-total td {
    font-size: 12px;
}
.divTable.cart-table.tt {
    width: 260px !important;
}
.mini-cart-table .divTableRow {
    display: block;
    background: #f5f5f5;
    margin-bottom: 2px;
    border: 1px solid #ddd;
}
.mini-cart-table .divTableCell, .mini-cart-table .divTableHead {
    border: none;
}
.mini-cart-table .divTableCell a {
    color: #333;
}
#cart ul.dropdown-menu.pull-right li.top_cart_footer table, #cart ul.dropdown-menu.pull-right li.top_cart_footer td {
    border: none;
}
#cart ul.dropdown-menu.pull-right li.top_cart_footer td:last-child {
    width: 125px;
    padding-right: 32px;
}
.alert-success {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.breadcrumb + .alert {
    left: 33% !important;
    margin-top: 0px !important;
}
/* checkout pre css start */
.checkout-step-0 .customer-pass.form-group input {
    width: 185px;
    border: 1px solid #000;
    color: #000;
}
.checkout-step-0 .customer-pass.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.checkout-step-0 .customer-pass.form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.checkout-step-0 .customer-pass.form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
.checkout-step-0 .customer-pass.form-group input:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.checkout-step-0 .pass-reset-options.form-group .btn.btn-primary.btn-block {
    border: 1px solid #000;
    width: 185px;
    color: #000;
    background: none !important;
}
.checkout-step-0 .pass-reset-options.form-group .btn.btn-primary.btn-block:hover {
    color: #fff !important;
    background: orange !important;
}
.checkout-step-0 .pass-reset-options.form-group .text-center {
    width: 185px;
    margin-bottom: 1px;
}
.checkout-step-0 .form-group.pre-checkout-btns .btn.btn-primary {
    border: 1px solid #000;
    color: #000;
    background: orange !important;
}
/* checkout pre css end */

@media only screen and (min-width : 1300px) {
.breadcrumb + .alert {
    width: 100% !important;
    float: left;
    padding-left: 24px;
}
.breadcrumb + .alert {
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
}
#product-category .breadcrumb + .alert {
    width: 100% !important;
}
#product-search h1 {
    clear: both;
}
}
@media only screen and (max-width : 1200px) {
.em-top-links ul.list-inline li span {
    display: none;
}
.bbb-top img {
    width: 55px;
}
.cart-page-heading-title {
    margin-top: 0;
}
.mycart-form .divTable.cart-table {
    width: 100%;
    max-width: 933px;
}
.row.my-cart-half, .row.my-cart-fullhalf {
    width: 100%;
    max-width: 833px;
    margin-left: 117px;
}
.buttons.clearfix.mycart-btn {
    width: 100%;
    max-width: 809px;
    margin-left: 132px;
}
.cart-btom {
    padding-left: 132px;
}
.container.text-center.cartpage-top-links {
    padding-left: 132px;
}
.table.table-bordered.cart-price-total td:first-child {
    width: 100px;
}
.cart-total {
    margin-left: -1px;
}
#checkout-neshquickcheckout #cart-extra-options {
    padding-left: 85px;
}
#checkout-neshquickcheckout .table.table-bordered.cart-price-total {
    margin-right: 20px;
}
.cart-page-heading-title > span {
    max-width: 100%;
}
#checkout-neshquickcheckout .checkout-left-content .cart-table .text-left > a {
    width: 220px;
}
#checkout-neshquickcheckout .promo-info h3,
#checkout-neshquickcheckout #cart-extra-options {
    padding-left: 72px;
}
.fancybox-show-thumbs .fancybox-inner {
    width: 56%;
}
.fancybox-slide--image {
    padding: 0 !important;
}
.pagination-div .col-sm-12.text-center {
    max-width: 490px;
}
#product-search .pagination-div .col-sm-12.text-right.results {
    font-size: 13px;
}
.row.bottom-pagination .col-sm-12.text-right.results {
    font-size: 13px;
}
}
@media only screen and (max-width : 992px) {
.mycart-form .divTable.cart-table, .buttons.clearfix.mycart-btn {
    width: 100%;
}
.row.my-cart-half {
    width: initial;
}
.mycart-form .divTable.cart-table {
    max-width: 708px;
}
.container.text-center.cartpage-top-links {
    padding-left: 101px;
}
.row.my-cart-half, .row.my-cart-fullhalf {
    max-width: 637px;
    margin-left: 86px;
}
.buttons.clearfix.mycart-btn {
    max-width: 615px;
    margin-left: 101px;
}
.cart-btom {
    padding-left: 101px;
}
.table.table-bordered.cart-price-total {
    margin-right: 0;
}
#checkout-neshquickcheckout .promo-info h3,
#checkout-neshquickcheckout #cart-extra-options {
    padding-left: 125px;
}
.cart-total {
    width: 330px;
    padding: 0 15px;
    margin-left: 0;
    margin-top: 0;
}
.col-md-7.checkout-left-content {
    width: 100%;
}
.checkout-left-content .cart-table .text-left > a {
    width: 325px;
}
.recently_ordered .slick-next.slick-arrow {
    right: 0;
}
.recently_ordered .slick-prev.slick-arrow {
    left: 0;
}
.slider-xp {
    padding-left: 0;
}
.slider_x1 ul.slick-dots {
    text-align: center !important;
    float: right;
    padding-left: 0 !important;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
.fancybox-show-thumbs .fancybox-inner {
    width: 90% !important;
    right: 0 !important;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: none !important;
}
#product-search .results {
    margin-top: 0;
}
.pagination-div .col-sm-12.text-center {
    float: left;
}
#product-search .pagination-div .col-sm-12.text-right.results {
    margin-top: -31px;
}
}
@media only screen and (max-width : 767px) {
.combine-div > div {
    width: 100%;
    margin-right: 0;
}
.combine-div > div:first-child {
    width: 100%;
}
.price_box {
    position: relative;
    top: 0;
    left: 0;
}
.slider-xp > .mainImg {
    width: 100%;
}
.slider-xp > .slider_x1 {
    width: 100%;
}
.header-container {
    height: auto;
    overflow: inherit;
    padding: 0;
}
.newcrnc.bbb-top {
    position: absolute;
    right: 15px;
    top: 5px;
}
#logo {
    margin: 23px 0 15px;
    width: 238px;
    z-index: 9;
    position: relative;
}
.col-sm-4.em-top-links {
    margin-bottom: -15px;
}
.col-xs-12.top-search-box {
    padding-top: 0;
}
.col-sm-4.em-top-links {
    margin-top: 0;
}
#mobile-logo {
    display: none;
}
.nav-class-extra {
    padding: 6px 0px 5px;
}
.top-search-box.show-search-box {
    top: 122px;
    padding-top: 15px !important;
    position: absolute;
}
#cart ul.dropdown-menu.pull-right {
    top: 122px;
}
.top-search-box {
    top: 122px;
}
/*.container.menu-container.sticky-menu {
    position: relative;
}*/
.rt-cart-con .btn.btn-primary.btn-lg {
    padding: 10px 10px 10px 45px;
    background-size: 35px auto;
    margin-right: 0;
}
.rt-cart-con .btn.btn-primary.btn-lg:last-child {
    background: url(../image/tassel.png) no-repeat scroll 110px center;
    padding: 10px 28px 10px 10px;
    background-size: 16px 30px;
    margin-right: 0;
    margin-left: 0;
}
.rt-cart-btn a {
    padding: 7.5px 8.5px;
    font-size: 11px;
}
.side-menu .otherAddonBtn {
    margin-left: 2px !important;
    padding: 7.5px 5px;
    font-size: 11px;
}
.side-menu .otherAddonBtn + .checkout, 
.side-menu .otherAddonBtn + .checkout + .checkout {
    margin-left: 2px !important;
    padding: 7.5px 5px;
    font-size: 11px;
}
.breadcrumb + .alert {
    width: 100% !important;
}
.cart-page-heading-title {
    margin-top: 0;
}
#checkout-cart .breadcrumb + .alert {
    width: 100% !important;
    float: none;
    margin-bottom: 0;
}
.breadcrumb + .alert {
    width: 100% !important;
}
.breadcrumb > li {
    display: inline;
}
.cart-page-heading-title {
    font-size: 20px;
}
#cart-form {
    overflow: scroll;
}
.mycart-form .divTable.cart-table {
    min-width: 420px;
}
h1 {
    font-size: 20px;
}
.main-header h1 {
    padding-top: 8px !important;
}
.table.table-bordered.cart-price-total td:last-child {
    display: none;
}
.rowx {
    margin-left: -15px;
    margin-right: -15px;
}
.cart-btn {
    margin-right: 5px;
}
.btn {
    padding: 7.5px 9px;
}
.mi-block {
    width: 150px;
}
.breadcrumb {
    padding: 10px 0;
    width: 100%;
    float: left;
}
.main-header {
    margin-top: 0;
    float: left;
    width: 100%;
}
.sticky-header .top-search-box.show-search-box {
    top: 40px;
    position: fixed;
}
.sticky-header #cart ul.dropdown-menu.pull-right {
    top: 40px;
}
h2.collapse-title {
    font-size: 16px !important;
}
.promo-info.text-center > h3 {
    font-size: 19px;
}
#qc-checkout-cart .table.table-bordered.cart-price-total td:last-child {
    display: block;
    text-align: right;
    margin-left: 0;
}
.mi-button {
    text-align: left !important;
}
.row.my-cart-half, .row.my-cart-fullhalf {
    max-width: 100%;
    margin-left: 0;
}
.table.table-bordered.cart-price-total td:last-child {
    display: table-cell;
    margin-left: 0;
}
.cart-btom {
    padding-left: 0;
}
.buttons.clearfix.mycart-btn {
    max-width: 100%;
    margin-left: 0;
}
.row.my-cart-half, .row.my-cart-fullhalf {
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
}
.container.text-center.cartpage-top-links {
    padding-left: 15px;
    text-align: center;
}
.cart-page-heading-title > span {
    text-align: center;
    font-size: 18px;
}
#checkout-neshquickcheckout #cart-extra-options {
    padding-left: 15px;
}
#checkout-neshquickcheckout .table.table-bordered.cart-price-total {
    margin-right: 0;
}
#checkout-neshquickcheckout #content {
    padding: 15px 0;
}
#checkout-cart .table.table-bordered.cart-price-total {
    margin-right: 0;
}
.recently_ordered .slick-list {
    min-width: 330px;
}
.recently_ordered .recommended-img-wrapper p.recommended-name {
    font-size: 11px;
    line-height: 16px;
}
.recommended .main-header h2 {
    margin: 0 0 -3px;
}
.recommended + .recommended {
    top: 0;
}
.recently_ordered .recommended-img-wrapper {
    margin-bottom: 0;
}
#product-search .row.sort-container {
    margin-top: 0;
}
#product-search .breadcrumb {
    width: 100%;
}
.pagination-div .col-sm-12.text-center {
    top: 0;
    max-width: 100%;
}
}
.suggest-img{
	display: none;
}
.quantity-selector .btn{
    color: #fff;
    font-size: 12px;
}
.js-call-minicart{
    position: relative;
}
.js-call-minicart .js-number-cart{
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 10px;
    color: #364f6d;
}