/*
=======================================================
theme fixes
=======================================================
*/
body {
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}
html{
    font-size: 62.5%;
    /* A nice trick: all text becomes 10px.
    But How?
    100% = 16px for all browsers
    62.5% = 0.625
    16 * 0.625 = 10
    */
    line-height: 1.5; /* The magic number */
    font-family: 'Conv_Neutra2DispGr', sans-serif;
}
#nico_theme_editor {
    display: none;
}
#notification>.information>a.close {
    display: none;
}
/*
=======================================================
your css goes here
=======================================================
*/
#top {
    display: none;
}
.container-fluid {
    padding: 0 0!important;
    height: auto;
}
/*
=====================================================================================================================================================================
                                    HEADER
=====================================================================================================================================================================
*/
#header {
    padding: 0 0!important;
}
.header_wrapper {
    z-index: 10!important;
    position: relative;
    background-color: #fff;
}
.logo {
    width: 50%!important;
    max-width: 50%;
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    margin: 20px 0px 10px 0px;
    padding-left: 50px;
}
.menu {
    width: 15%!important;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    background-color: #333;
    padding: 43px 0px 42px 0px;
    z-index: 10;
}
.header-menu-button {
    position: relative;
    display: block;
}
.header-menu-burger {
    position: relative;
    display: inline-block;
}
.header-menu-text, .header-menu-text-close {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    margin-left: 10px;
    top: 2px;
}
span.visible_number {
    position: relative;
    top: 10px;
    left: 10px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}
span.visible_number_text {
    position: relative;
    top: 10px;
    left: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #505050;
    text-decoration: underline;
}
.header-icon-column {
    padding: 40px 0px 46px 0px;
    width: 15%!important;
    position: initial;
    display: inline-block;
    text-align: right;
    background-color: #fff;
    z-index: 10;
}
.header-icon-image {
    display: inline;
    margin: 0px 15px;
}
.header-search-field-wrapper {
    visibility: hidden;
    position: absolute;
    width: 70%;
    height: inherit;
    right: 0px;
    top: 0px;
    padding: 29px 100px 29px 0px;
    background-color: #eaeaea;
    text-align: right;
    z-index: 10;
}
.header-search-field-wrapper input::placeholder {
    color: #747474;
    font-size: 2.4rem;
    font-weight: 300;
    text-align: left;
}
.header-search-field-wrapper input:focus {
    outline: none;
}
.header-search-is-open {
    visibility: visible!important;
}
.header-search-close-link {
    display: inline;
    float: right;
    position: relative;
    top: 16px;
}
input.search-query.col-xs-4 {
    color: #747474;
    font-size: 2.4rem;
    font-weight: 300;
}
.navbar-form {
    width: 100%;
}
.navbar-search .search-query {
    width: 100%;
}
.search-col.clearfix {
    float: left;
    margin-left: 135px;
    width: 80%;
}
input.search-query.col-xs-4 {
    background-color: #eaeaea;
}
.header-menu-open {
    visibility: hidden;
    position: absolute;
    margin-top: 100px;
    right: 0px;
    width: 50%;
    height: 100vh;
    text-align: center;
    color: white;
    background-color: #333;
    padding-top: 100px;
    z-index: 5!important;
}
.header-menu-is-open {
    visibility: visible!important;
}
.header-menu-close {
    display: none;
}
.header-menu-text-close {
    visibility: hidden;
    display: none;
}
.header-menu-text-close-is-open {
    visibility: visible!important;
    display: inline;
}
.header-menu-links-row {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.header-menu-links-row ul a {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 6rem;
}
.header-menu-links-row ul a:hover {
    color: #fd2d27;
}
.header-menu-links-column-left {
    display: inline;
    text-align: left;
    float: left;
}
.header-menu-links-column-right {
    display: inline;
    text-align: left;
}
.header-menu-foot-row {
    display: inline-block;
    width: 100%;
    margin: 50px auto 0px auto;
    text-align: left;
    line-height: 3rem;
}
.header-menu-foot-social-column {
    margin: 0 0 0 85px;
}
.header-menu-foot-info-column {
    margin: 60px 0px 0px 0px;
    font-size: 1.4rem;
    font-weight: 300;
    position: absolute;
    right: 0px;
}
.header-menu-foot-info-column img {
    margin-right: 15px;
}
.header-menu-foot-social-column ul li a {
    color: #fff;
    font-size: 1.4rem;
}
.header-menu-foot-social-column ul li a:hover {
    color: #fd2d27;
}
.open > .dropdown-menu {
    display: block;
    text-align: center;
}
.dropdown-menu > li > a:hover {
    color: #fd2d27;
    background-color: #fff;
}
body#home .sidebar-nav .navbar .nav > li > a, .sidebar-nav .navbar .nav > li > a {
    color: #fff;
    line-height: 4rem;
    font-size: 2.4rem;
    font-weight: 500;
    font-family: Lato,'Open Sans';
    letter-spacing: 0px;
    padding: 0px 0px;
    margin: 0px 0px;
    text-transform: capitalize;
}
body#home .sidebar-nav .navbar .nav > li, .sidebar-nav .navbar .nav > li, body#home .sidebar-nav .navbar .nav > li:hover, .sidebar-nav .navbar .nav > li:hover {
    border: none;
    background-color: #333;
}
body#home .sidebar-nav .navbar .nav > li > a:hover , .sidebar-nav .navbar .nav > li > a:hover {
    color: #fd2d27;
    background-color: #333;
    border: none;
}
/*
=====================================================================================================================================================================
                                    HOME SLIDER
=====================================================================================================================================================================
*/
.slide-img {
    width: 100%!important;
    height: 100%!important;
}
.sequence .sequence-canvas .delay1 {
    transition-delay: 0.1s;
}
.sequence .message-slide {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    /* width: 44%; */
}
.sequence .in-from-bottom {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
}
.sequence .in-from-bottom:after {
    content: url("../../../../../../image/catalog/demo/Images/slider-arrow.PNG");
    margin-left: 12px;
}
.sequence h3 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 3rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: normal;
    display: block;
    padding: 0;
}
.sequence h2 {
    border: none;
    color: #fff;
    font-family: "Open sans", sans-serif;
    font-family: "Lato", sans-serif;
    font-size: 7rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: initial;
    padding: 0;
    display: inline-block;
    letter-spacing: normal;
}
.in-from-bottom.fast.delay2 {
    font-family: "lato";
}
h2.title.in-from-right.fast {
    font-family: "lato";
}
h3.title.in-from-left.fast {
    font-family: "lato";
}
/*
=====================================================================================================================================================================
                                    HOMEPAGE
=====================================================================================================================================================================
*/
.homepage-about {
    margin-top: 15px;
    text-align: center;
    background-color: #fff;
    color: #000;
}
.homepage-about-line1 {
    font-size: 1.6rem;
}
.homepage-about-line2 {
    font-size: 3.6rem;
    margin: 30px auto;
}
.homepage-about-text {
    font-size: 2rem;
    margin-bottom: 40px;
}
.bold {
    font-weight: 600;
}
.homepage-grid-top-row, .homepage-grid-bottom-row {
    position: relative;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.homepage-grid-top, .homepage-grid-bottom {
    margin: 0 auto;
    max-width: 1295px;
    padding: 30px 0px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    position: relative;
}
.homepage-grid-top:before, .homepage-grid-bottom:before {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #000;
    display: block;
    transform: rotate(33deg);
    transform-origin: left;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.25s ease, width 0.25s ease;
    z-index: 2;
}
.homepage-grid-top:hover:before, .homepage-grid-bottom:hover:before {
    transform: rotate(0);
    width: 100%;
    transition: transform 0.25s ease, width 0.25s ease;
}
.homepage-grid-top:after, .homepage-grid-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1px;
    background-color: #000;
    display: block;
    transform: rotate(33deg);
    transform-origin: right;
    transition: transform 0.25s ease, width 0.25s ease;
    z-index: 2;
}
.homepage-grid-top:hover:after, .homepage-grid-bottom:hover:after {
    transform: rotate(0);
    width: 100%;
    transition: transform 0.25s ease, width 0.25s ease;
}
.homepage-grid-button {
    margin: 35px auto 10px auto;
    position: relative;
    top: -50px;
    transition: top 0.8s ease-in-out;
}
.homepage-grid-text-wrapper {
    top: 74px;
    background-color: #fff;
    z-index: 1;
    transition: top 0.8s ease-in-out;
    position: relative;
}
.homepage-grid-top-text-effect:hover .homepage-grid-button {
    transition: top 0.8s ease-in-out;
    top: 0px;
}
.homepage-grid-top-text-effect:hover .homepage-grid-text-wrapper {
    top: 0px;
    transition: top 0.8s ease-in-out;
}
.homepage-grid-top-spacing, .homepage-grid-bottom-spacing {
    margin: 0 50px;
    position: relative;
}
.custom-image-z {
    position: relative;
    z-index: 3;
    margin: auto;
}
.homepage-grid-title {
    font-size: 3rem;
    margin: 35px 0px 25px 0px;
}
.homepage-grid-text {
    font-size: 1.6rem;
}
.homepage-grid-mid-row {
    position: relative;
    width: 100%;
    margin-top: 140px;
    text-align: center;
    display: inline-flex;
}
.homepage-grid-left-column {
    width: 50%;
    float: left;
    margin: 0px 50px;
}
.homepage-grid-right-column {
    width: 50%;
    float: right;
    margin: 115px 50px 0px 50px;
}
.homepage-grid-devices {
    margin: 135px auto 0px auto;
}
.homepage-grid-find-us {
    border: 1px solid #000;
    margin: 230px 15% 0px 15%;
    padding: 0px 5px;
}
.homepage-find-us-line1 {
    font-size: 1.6rem;
    margin-top: 100px;
}
.homepage-grid-find-us-title {
    font-size: 3.6rem;
    margin: 35px auto;
}
.homepage-grid-find-us-text {
    font-size: 2rem;
}
.homepage-grid-find-us img {
    margin: 60px auto 45px auto;
}
.homepage-grid-bedroom, .homepage-grid-devices, .homepage-grid-living-room {
    max-width: 690px;
    padding: 25px 0px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    margin: auto;
}

.homepage-grid-hover-effect:before {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #000;
    display: block;
    transform: rotate(33deg);
    transform-origin: left;
    position: relative;
    top: -25px;
    transition: transform 0.25s ease, width 0.25s ease;
}
.homepage-grid-hover-effect:hover:before {
    transform: rotate(0);
    width: 100%;
    transition: transform 0.25s ease, width 0.25s ease;
}
.homepage-grid-hover-effect:after {
    content: "";
    position: relative;
    bottom: -25px;
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    transform: rotate(33deg);
    transform-origin: right;
    transition: transform 0.25s ease, width 0.25s ease;
    z-index: 2;
}
.homepage-grid-hover-effect:hover:after {
    transform: rotate(0);
    width: 100%;
    transition: transform 0.25s ease, width 0.25s ease;
}
/*.homepage-about-arrow {
    opacity: 0.2;
    transition: opacity 0.4s ease;
}*/
/*.homepage-grid-find-us:hover .homepage-about-arrow {
    opacity: 1;
    transition: opacity 0.4s ease;
}*/
/*
=====================================================================================================================================================================
                                    FOOTER
=====================================================================================================================================================================
*/
.footer-newsletter-row {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    margin: 0 0;
    padding: 200px 100px 160px 100px;
    text-align: center;
}
.footer-newsletter-title {
    position: relative;
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    color: #000;
}
.footer-newsletter-title-bold {
    font-weight: 600;
    display: inline;
}
.footer-newsletter-title-normal {
    display: inline;
}
.footer-newsletter-input {
    display: block;
    width: 50%;
    position: relative;
    color: #000;
    font-size: 2.4rem;
    padding-bottom: 25px;
    border-bottom: solid 1px #000;
    margin: 70px auto 0px auto;
}
.footer-newsletter-input form {
    width: 100%;
}
.newsletter-input-text {
    display: inline;
    float: left;
    text-align: left;
    width: 70%;
}
.newsletter-input-text input {
    width: 100%;
    border: none;
}
.newsletter-input-text input:focus {
    outline: none;
}
.newsletter-submit {
    text-align: right;
}
.newsletter-submit input {
    border: none;
    outline: none;
    background-image: url(../../../../../../image/catalog/demo/Images/footer-newsletter-arrow.PNG);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: bottom;
    width: 66px;
    padding-top: 0px;
    background-color: #fff;
}
.row.footer-links-row {
    position: relative;
    width: 100%;
    background-color: #333;
    padding: 40px 100px 20px 100px;
    color: #fff;
    text-align: center;
    margin-top: 150px;
}
.footer-links-col-12 {
    padding: 100px 0px 80px 0px;
}
.footer-links-col {
    text-align: left;
    font-size: 1.4rem;
    line-height: 3rem;
}
.footer-links-top-text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: 36px;
    border-bottom: #8b8b8b 1px solid;
}
.footer-links-top-text img {
    margin-right: 8px;
    display: inline;
    position: relative;
    top: -1px;
}
.footer-image-left-margin {
    margin-left: 50px;
}
.footer-social-icon {
    width: 22px;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
}
.footer-links-bottom-text {
    color: #8b8b8b;
    font-size: 1.4rem;
}
.footer-links-bottom-text a {
    color: #fff;
    font-weight: 600;
    font-family: 'Georgia';
}
.footer-links-col ul li a:hover {
    color: #fd2d27;
}
.footer-links-bottom-text-underlined {
    display: inline;
    text-decoration: underline;
}
#scroll_top_btn .fa-angle-up:before {
    content: url("../../../../../../image/catalog/demo/Images/arrow-top.PNG");
}
#scroll_top_btn {
    width: 45px;
    background: none repeat scroll 0 0 #333;
    border-radius: 3px;
    bottom: 330px;
    cursor: pointer;
    padding: 5px 10px;
    position: fixed;
    margin: 0 0 0 45%;
    z-index: 100;
}
.footer-links-col input, .footer-links-col li a {
    background-color: #333;
    color: #fff;
    border: none;
    border-bottom: solid 1px #fff;
    width: 100%;
    padding-left: 0px;
}
.footer-links-col li a {
    border: none;
}
.footer-links-col input:focus {
    outline: none;
}
.footer-submit {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    text-align: right;
}
.footer-links-col input[type="submit"] {
    background-color: #333;
    width: 115px;
    text-align: left;
    color: #fff;
    border: none;
    padding-right: 0px;
    margin-top: 20px;
    display: inline;
    position: relative;
    background: url(../../../../../../image/catalog/demo/Images/footer-contact-arrow.PNG) no-repeat;
    background-position: right;
}
.footer-links-col input[type="submit"]:hover {
    color: #fd2d27;
}
.footer-links-col input::placeholder {
    font-size: 1.2rem;
    color: #8b8b8b;
}
ul.nav.navbar-nav {
    padding: 0;
    margin: 0;
    background-color: #333;
}
div#footer-links .navbar .navbar-collapse .navbar-nav li {
    padding: 0;
    margin: 10px 0px;
    border: none;
    font-size: 1.4rem;
}
div#footer-links .navbar .navbar-collapse .navbar-nav li a {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
}
div#footer-links .navbar .navbar-collapse .navbar-nav li a:hover {
    padding: 0;
    margin: 0;
    color: #fd2d27;
    background-color: #333;
}
.footer-static-pages li a{
    text-transform: uppercase;
}
/*
=====================================================================================================================================================================
                                    CATEGORY PAGE
=====================================================================================================================================================================
*/
.hidden-row {
    display: none;
}
#breadcrumb .breadcrumb{
    padding: 0 0;
    margin: 0 auto;
}
#breadcrumb {
    background-color: #f3f3f3;
    padding: 73px 0px 72px 50px;
}
#breadcrumb ul li a, .breadcrumb ul li a, #breadcrumb li a, .breadcrumb li a {
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
}
#content {
    padding: 0;
}
#content .row .cat_header_col {
    background-color: #c9221d;
    padding-left: 120px;
    min-height: 166px;
}
#content .row .cat_header {
    margin: 0px auto;
    padding: 0 0;
    float: left;
}
#content .row .col-md-6 .cat_header h2, .product-top-right-title h1 {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 30px 25px;
    margin: 40px auto;
    letter-spacing: normal;
}
div.prod.col-md-6 {
    padding: 0px 10px;
    text-align: center;
    margin: 0px auto;
}
.product > div.image {
    width: 100%;
    max-width: 814px;
    height: auto;
    max-height: 610px;
}
.row.sort_show {
    background: none;
    padding: 0;
    margin: 50px;
}
.sort-row-left-column {
    padding: 0;
}
.sort-row-right-column {
    padding: 0px 0px 0px 75px;
}
.sort-row-left-column-input-limit {
    width: 75%;
    float: left;
}
.sort-row-left-column-count-text {
    width: 25%;
    position: relative;
    display: inline;
    top: 20px;
    margin-left: 20px;
}
button.btn.dropdown-toggle.selectpicker.btn-default {
    border: none;
}
.sort-row-right-column .btn-group.bootstrap-select.form-control.col-sm-3 {
    float: left;
    max-width: 1250px;
}
.custom-sort-button {
    display: inline;
    position: relative;
    top: 5px;
}
.sort-row-right-column, .sort-row-left-column {
    height: 60px;
}
.sort-row-left-column button.btn.dropdown-toggle.selectpicker.btn-default, .sort-row-right-column button.btn.dropdown-toggle.selectpicker.btn-default {
    height: 60px;
    border: solid 1px #000;
}
.sort-row-left-column button.btn.dropdown-toggle.selectpicker.btn-default:hover, .sort-row-right-column button.btn.dropdown-toggle.selectpicker.btn-default:hover {
    background-color: #f3f3f3;
    color: #000;
}
.sort-row-right-column button.btn.dropdown-toggle.selectpicker.btn-default {
    width: 20%;
    height: 60px;
    border: solid 1px #000;
}
.sort-row-right-column .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.sort-row-right-column .bootstrap-select.btn-group .dropdown-menu.open {
    text-align: center;
    min-width: 20%;
    background-color: #e6e6e6;
    position: absolute;
    top: 60px;
}
.sort-row-right-column .bootstrap-select.btn-group .dropdown-menu.open a {
    background-color: #e6e6e6;
    color: #000;
}
.sort_show .bootstrap-select.btn-group {
    font-size: 1.6rem;
    font-weight: 300;
    color: #000;
}
.sort-row-left-column .bootstrap-select.btn-group .dropdown-menu {
    position: relative;
    top: 0px;
    background-color: #e6e6e6;

}
.sort_show .bootstrap-select.btn-group .dropdown-menu a {
    color: #000;
}
.sort_show .bootstrap-select.btn-group .dropdown-menu a:hover, .sort_show .bootstrap-select.btn-group .dropdown-menu a:focus {
    color: #c9221d;
    background-color: #e6e6e6;
    outline: none;
}
.product .image .hover {
    display: none;
}
div.product {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
	min-height:500px;
}
div.product:hover {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
div.product:before {
    content: "";
    width: 1px;
    height: 100%;
    max-height: 0%;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    /*    transition: transform 0.25s ease, width 0.25s ease;*/
}
div.product:after {
    content: "";
    width: 1px;
    height: 100%;
    max-height: 0%;
    background-color: #000;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px
    /*    transition: transform 0.25s ease, width 0.25s ease;*/
}
div.product:hover:before {
    max-height: 700px;
    transition: max-height 0.35s ease-in-out;
}
div.product:hover:after {
    max-height: 700px;
    transition: max-height 0.35s ease-in-out;
}
.row.products.product-layout {
    padding: 0px 10px;
}
.product {
    padding: 20px;
    margin: 0;
}
.product .name {
    text-align: left;
    max-height: 20px;
    overflow: visible;
    margin-top: 0px;
}
.product .name a {
    font-size: 2.4rem;
    font-weight: 600;
    color: #000;
}
.product .custom_more_details_button {
    display: none;
}
.prod {
    padding: 0;
    margin-bottom: 20px;
}
div.product:hover .name a {
    color: #c9221d;
    transition: color 0.4s ease;
}
.product .name a:hover {
    color: #c9221d;
}
.row.products {
    margin-top: 0px;
}
li.active.paginationLinks>span {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.custom_pagination > li > a:hover {
    background: #fff;
}
.pagination > .active > span:hover {
    background-color: #fff;
    color:#868686;
}
ul.pagination.custom_pagination>li>a {
    color: #868686;
}
.sub_category_thumb {
    max-height: 200px;
    max-width: 300px;
}
.manufacturer_in_categories {
    font-size: 1.8rem;
}
.category-bgnd-image {
    height: 250px;
    width: 490px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
}
/*
=====================================================================================================================================================================
                                    PRODUCT PAGE
=====================================================================================================================================================================
*/
.custom_container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.custom-product-content > .row {
    margin: 0 10%;
}
.custom-product-content ~ .tabs {
    margin: 0 10% 20px 10%;
}
.product-top-right-title {
    background-color: #c9221d;
    padding-left: 120px;
    min-height: 166px;
}
.product-top-right-title h1 {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 30px 25px;
    margin: 40px auto;
    float: left;
    letter-spacing: 0;
}
.product-breadcrumb {
    background-color: #f3f3f3;
    padding: 68px 0px 68px 50px;
}
.product-breadcrumb ul li a {
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
}
.row {
    margin: 0 0;
}
.product-top-left-column {
    display: block;
    text-align: left;
}
.product-top-left-column h1 {
    float: left;
    display: inline;
    font-size: 3rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.product-top-left-column h2 {
    display: inline;
    font-size: 3rem;
    font-weight: 400;
    color: #000;
}
.product-top-left-column-text {
    width: 100%;
    font-size: 1.6rem;
    color: #000;
    font-weight: 300;
    float: left;
}
.product-top-left-column-info {
    margin-top: 3rem;
    text-align: justify;
}
.product-top-left-column-social {
    margin-top: 3rem;
}
.product-top-left-column-social ul {
    list-style: none;
    margin-left: 50px;
}
.product-top-left-column-social ul li {
    float: left;
}
.product-top-left-column-social > span {
    float: left;
    margin-right: 50px;
}
.product-top-right-column {
    display: block;
    text-align: right;
    padding: 0;
    margin: 0 auto;
}
.product-top-right-column-price {
    font-size: 2.4rem;
    color: #000;
    font-weight: 400;
}
.product-top-right-column-price .price {
    margin: 0;
}
.product_quantity_box i.fa.fa-caret-up {
    content: url("../../../../../../image/catalog/demo/Images/quantity-plus.PNG");
}
.product_quantity_box i.fa.fa-caret-down {
    content: url("../../../../../../image/catalog/demo/Images/quantity-minus.PNG");
    vertical-align: middle;
}
.form-group {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0px auto;
}
.quantity-row {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: right;
}
.quantity button.btn.btn-default {
    height: 36px;
}
.quantity-text {
    display: inline;
    float: left;
}
.quantity {
    display: inline;
    margin-bottom: 0;
    padding: 10px 0;
    vertical-align: middle;
    float: none;
}
#product {
    padding: 0 0;
}
.product-info #buynow {
    color: #000;
    background-color: #fff;
    font-size: 1.6rem;
}
.product-info #buynow:after {
    content: url("../../../../../../image/catalog/demo/Images/buy-button-arrow.PNG");
    margin-left: 15px;
}
button#button-cart:after {
    content: '';
    margin-left: 15px;
    background-image: url(../../../../../../image/custom_icons/buy-button-arrow.png);
    width: 27px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
}
button#button-cart:hover {
    background: #333333;
    color: #fff;
}
button#button-cart:hover:after {
    background-image: url(../../../../../../image/custom_icons/buy-button-arrow_light.png);
}
.product-info #buynow, .product-info #button-cart {
    font-size: 1.6rem;
    background: #fff;
    color: #000;
    display: inline-block;
    font-weight: 400;
    margin: 0px 0 0px;
    padding: 20px 0px;
    width: 65%;
    border: 1px solid #333;
    text-transform: capitalize;
}
.form-groupcontrol-label-wrapper {
    display: inline;
    position: relative;
    float: left;
    top: 8px;
}
.product-info .control-label {
    margin-top: 0px;
    margin-right: 15px;
    font-size: 1.4rem;
    color: #000;
    font-weight: 300;
}
.product-buy-button-wrapper {
    display: block;
    width: 100%;
    float: none;
    margin-top: 60px;
}
.related-products.col-md-12 {
    padding: 0;
    margin: 0;
}
.related-products .heading {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.related-products .heading:after {
    content: none;
    background: none;
}
.related-products .heading h2 {
    border: none;
    font-size: 2.4rem;
    color: #000;
    font-weight: 600;
    letter-spacing: normal;
    padding: 0;
    margin: 0 auto;
}
.product > div > div.hover > div > a > span {
    display: none;
}
.product-info .nav-tabs {
    border-bottom: 1px solid #000;
}
.tabs {
    padding-top: 100px;
}
.tabs .nav-tabs li a {
    color: #000;
    text-transform: uppercase;
    padding: 6px 25px;
    letter-spacing: normal;
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0;
    margin-bottom: 2px;
    border: none;
}
.tabs .nav-tabs li a:hover {
    background-color: #f3f3f3;
    border: none;
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0;
}
.tabs .nav-tabs li.active a {
    background-color: #f3f3f3;
    border: none;
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0;
}
.tabs .nav-tabs > li.active > a {
    letter-spacing: normal;
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0;
    border: none;
}
.product-page-image-row {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 110px auto 80px auto;
}
.spinner {
    width: 100%;
}
.input-group-btn-vertical {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0 2px 2px 0;
    white-space: normal;
    max-width: 1000px;
}
.product-info #buynow:hover {
    border-color: #c9221d;
    color: #c9221d;
}
.product-info #buynow:hover:after {
    content: url("../../../../../../image/catalog/demo/Images/buy-button-arrow-hover.PNG");
}
.product-top-right-column-colors {
    margin-top: 80px;
    margin-bottom: 60px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #000;
}
.product-top-right-column-colors img {
    margin-left: 20px;
}
.custom-product-content .input-group-btn-vertical > .btn {
    width: 10%;
}
.custom-product-content .product-info input[type="text"]#input-quantity {
    width: 10%;
}
.custom-minus-button {
    padding: 10px 10px!important;
}
.tabs .table tr th strong {
    font-weight: 600;
}
table.table.characteristics th , table.table.characteristics td {
    border: none;
}
table.table.characteristics th {
    width: 20%;
}
.tabs .table {
    border: none;
}
.tab-content .tab-pane {
    font-size: 1.4rem;
}
.product-info .button-cart2 {
    font-size: 1.6rem;
    background: #fff;
    color: #000;
    display: inline-block;
    font-weight: 400;
    margin: 0px 0 0px;
    padding: 20px 0px;
    width: 65%;
    border: 1px solid #333;
    text-transform: capitalize;
}
button.button-cart2:hover {
    background: #333333;
    color: #fff;
}
button.button-cart2:after {
    content: '';
    margin-left: 15px;
    background-image: url(../../../../../../image/custom_icons/buy-button-arrow.png);
    width: 27px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
}
button.button-cart2:hover:after {
    background-image: url(../../../../../../image/custom_icons/buy-button-arrow_light.png);
}
/*
=====================================================================================================================================================================
                                    CONTACT PAGE
=====================================================================================================================================================================
*/
.contact-general-info {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #000;
    margin-top: 65px;
}
.like-label {
    font-size: 1.6rem;
}
.contact-general-info ul li a {
    color: #000;
}
.contact-general-info ul li a:hover {
    color: #c9221d;
}
.contact-general-info ul {
    width: 100%;
    list-style: none;
}
.contact-general-info ul li {
    display: inline;
    margin: 1.5rem 0px;
    float: left;
    width: 100%;
    text-align: left;
}
.contact-general-info ul li i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.fill-the-form-title {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #000;
    margin-top: 80px;
    margin-bottom: 1.5rem;
}
.form-group label {
    font-size: 1.6rem;
    color: #000;
}
.form-group input {
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}
.form-group input:focus {
    border-bottom: 1px solid #e51123;
}
.form-group textarea {
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    max-height: 60px;
}
.form-group textarea:focus {
    border-bottom: 1px solid #e51123;
}
.form-control:focus {
    border-color: #ccc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(229, 17, 35);*/
}
form input.btn.btn-primary {
    font-size: 1.6rem;
    padding: 15px 60px;
    position: relative;
    margin-right: 0;
    border: solid 1px #333;
}
form input.btn.btn-primary:hover {
    background-color: #fff;
    color: #333;
    border-color: #333;
}
.custom-contact-form, .custom-contact-form .form-group {
    margin-right: 0;
    margin-left: 0;
}
/*
=====================================================================================================================================================================
                                    CART - DROPDOWN
=====================================================================================================================================================================
*/
.cart {
    display: inline-block;
    padding: 0 0;
    margin: 0 0;
    position: initial;
    height: 32px;
    bottom: 20px;
    width: 100%;
}
#cart>span {
    margin: 0 0;
    padding: 0 0;
}
.header-cart {
    width: 15%!important;
    position: initial;
    display: inline-block;
    float: left;
    text-align: center;
    border-right: solid #e9e9e9 1px;
    padding: 40px 0px 64px 0px;
    background-color: #fff;
    z-index: 10;
    height: 32px;
}
.nav.cart > a, #cart > button {
    background-image: url(../../../../../../image/catalog/demo/Images/header-cart.PNG);
    /* background-position: 0px 0px; */
    background-repeat: no-repeat;
    color: #333;
    display: inline-block;
    /* font-size: 12px; */
    /* font-weight: 600; */
    /* line-height: 21px; */
    /* padding-left: 17px; */
    text-transform: none;
    z-index: 1;
    height: 32px;
}
.cart-info.dropdown-menu {
    z-index: 10001;
    background: #fff;
    position: absolute;
    padding: 10px;
    border: solid 1px #e9e9e9;
    right: 0px;
    margin: 0px;
    min-width: 35%;
    box-shadow: 5px 0px 5px #e9e9e9;
}
.cart-info.dropdown-menu > table td, .cart-info.dropdown-menu > table td a, .cart-info.dropdown-menu > table td small{
    border: none;
    border-bottom: none;
    color: #000;
    padding: 0 0;
    margin: 5px 0px 5px 5px;
    font-size: 1.4rem;
}
.cart-info.dropdown-menu > table td {
    font-weight: 600;
}
.cart-dropdown-product-tr {
    padding-bottom: 2px;
    border-bottom: dotted 1px #e9e9e9;
}
.cart-total .table .cart-total-top td {
    border: none;
    /*    background-color: #e9e9e9;
    */    color: #c9221d;
}
.cart-total .table td, .cart-total .table td strong {
    border: none;
    color: #000;
    font-size: 1.6rem;
}
.cart-total .table td.text-right {
    color: #000;
}
.cart-total-cart-text a {
    float: left;
    text-decoration: underline;
    transition: color 0.4s;
    transition-timing-function: ease-in-out;
}
.cart-total-cart-text a:hover {
    color: #c9221d;
    text-decoration: underline;
}
.cart-total-checkout-button {
    position: relative;
    display: inline-block;
    background-color: #c9221d;
    border: solid 1px #c9221d;
    text-transform: uppercase;
    float: right;
}
.cart-total-checkout-button a {
    font-size: 1.4rem;
    display: inline-block;
    background-color: #c9221d;
    color: #fff;
    padding: 10px 55px;
    font-weight: 400;
    transition: background-color 0.2s, color 0.2s;
    transition-timing-function: ease-in-out;
}
.cart-total-checkout-button a:hover {
    background-color: #fff;
    color: #c9221d;
}
.cart-total {
    display: block;
    width: 70%;
    float: right;
}
.cart-total-buttons {
    width: 100%;
    display: block;
}
.cart-total-buttons .cart-total-cart-text {
    position: relative;
    left: 20px;
    top: 10px;
}
.cart-total-buttons .cart-total-cart-text a {
    font-size: 1.4rem;
}
.header-cart .cart img {
    margin: 8px auto;
}
/*
=====================================================================================================================================================================
                                    CART PAGE
=====================================================================================================================================================================
*/
.custom-cart-page-table table, .custom-cart-page-table thead {
    border: 1px solid #000;
    border-right: none;
    border-left: none;
}
.custom-cart-page-table thead tr th {
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: none;
    border-left: none;
    padding: 20px 10px;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #fff;
}
.custom-cart-page-table thead tr {
    border-top: 1px solid #000;
}
.custom-cart-page-table table.table th {
    border: 1px solid #000;
}
.custom-cart-page-table thead tr th td {
    border: 1px solid #000;
}
.custom-cart-page-table tbody tr td {
    color: #000;
    padding: 20px 10px;
    font-size: 1.4rem;
    font-weight: 400;
    border: none;
}
.custom-cart-page-table tbody tr td a {
    font-weight: 600;
    color: #000;
}
.custom-cart-page-table tbody tr td a:hover {
    color: #e51123;
}
.custom-cart-page-table tbody tr td.custom-bold-td {
    font-weight: 600;
}
.custom-cart-panel {
    border-top: none;
    border-bottom: 1px solid #000;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
.custom-cart-panel .panel {
    border: none;
}
.custom-cart-panel .panel-title {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
}
.custom-cart-panel .panel-body .input-group, .custom-cart-panel .panel-body .input-group input {
    border-radius: 0px;
}
.custom-cart-panel .panel-body {
    border-top: none;
    padding: 15px 0px;
}
.custom-cart-panel .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.custom-cart-panel .panel-body label {
    display: none;
}
.custom-total-table-col {
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #000;
}
.custom-total-table-col .total-table tr td {
    padding: 10px 10px;
}
.custom-total-table-col .custom-total-title {
    color: #000;
    padding: 20px 10px;
    font-size: 1.4rem;
    font-weight: 400;
    border: none;
}
.custom-total-table-col .custom-total-text {
    color: #000;
    padding: 20px 10px;
    font-size: 1.4rem;
    font-weight: 400;
    border: none;
}
.custom-cart-panel input#input-coupon, .custom-cart-panel input#input-coupon::placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    height: 38px;
    border-color: #000;
}
.custom-cart-panel input#button-coupon {
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    border: 1px solid #000;
}
.custom-cart-panel input#button-coupon:hover {
    color: #000;
    background-color: #fff;
}
.custom-total-table-col .table tr:last-of-type td {
    font-size: 1.5rem;
    font-weight: 600;
}
.custom-cart-page-table button {
    background-color: #fff;
    opacity: 1;
    color: #000;
}
.custom-cart-page-table button:hover {
    opacity: 0.6;
    background-color: #fff;
    color: #000;
}
.custom-cart-page-table .btn-danger {
    background-color: #fff;
    opacity: 1;
    color: #e51123;
}
.custom-cart-page-table .btn-danger:hover {
    background-color: #fff;
    opacity: 0.6;
    color: #e51123;
}
.custom-cart-page-table input.form-control {
    box-shadow: none;
    border: 1px solid #000;
}
.custom-cart-page-table span.input-group-btn {
    left: 5px;
}
.custom-cart-buttons a.btn.btn-default {
    font-size: 1.4rem;
    padding: 10px 70px;
    border: none;
}
.custom-cart-buttons a.btn.btn-default:hover {
    text-decoration: underline;
    background-color: #fff;
    color: #000;
}
.custom-cart-buttons a.btn.btn-primary {
    background-color: #c9221d;
    margin-right: 0px;
    font-size: 1.4rem;
    padding: 10px 70px;
}
.custom-cart-buttons a.btn.btn-primary:hover {
    color: #c9221d;
    background-color: #fff;
    border: 1px solid #c9221d;
}
/*
=====================================================================================================================================================================
                                    SEARCH PAGE
=====================================================================================================================================================================
*/
.custom-search-page, .custom-search-page p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    letter-spacing: normal;
}
.custom-search-page h2 {
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
}
.custom-search-page .product-layout {
    margin-top: 20px;
}
.custom-search-page .well {
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0;
    font-size: 1.4rem;
}
.custom-search-page .well #search-input, .custom-search-page .well #search-input::placeholder {
    font-size: 1.4rem;
    background-color: #eaeaea;
    border: none;
    color: #747474;
}
.custom-search-page h2.margin-bottom {
    text-align: center;
}
.custom-search-page .form-group {
    width: 65%;
}
.custom-search-page .form-group input {
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    padding: 20px 15px;
}
.custom-search-page .content p {
    margin-bottom: 10px;
}
.custom-search-page .buttons input {
    background-color: #c9221d;
    padding: 10px 35px;
    font-size: 1.4rem;
}
.custom-search-page .buttons input:hover {
    background-color: #fff;
    color: #c9221d;
    border-color: #c9221d;
}
.custom-search-page .buttons input:focus {
    outline: none;
}
.custom-search-page .row.products.product-layout {
    padding: 0;
}
.custom-search-page select:focus {
    outline: none;
}
/*
=====================================================================================================================================================================
                                    REGISTER PAGE
=====================================================================================================================================================================
*/
.custom-register-content, .custom-register-content p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    letter-spacing: normal;
}
.custom-register-content .register-top-row {
    text-align: center;
    margin-top: 10px;
}
.custom-register-content .register-top-row h1 {
    letter-spacing: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.custom-register-content .register-form-row {
    margin-top: 15px;
}
.custom-register-content form .radio label {
    padding: 0;
}
.custom-register-content .form-group label {
    font-size: 1.4rem;
    text-align: left;
}
.custom-register-content .form-group input {
    font-size: 1.4rem;
}
.custom-register-content .form-group input::placeholder {
    font-size: 1.4rem;
}
.custom-register-content legend {
    color: #000;
    letter-spacing: normal;
    font-weight: 600;
    padding-top: 20px;
}
.custom-register-content .form-control {
    border-color: #000;
    border-radius: 0px;
    font-size: 1.4rem;
}
.custom-register-content label {
    padding-bottom: 5px;
}
.custom-register-content .radio-inline {
    padding: 5px 0;
}
.custom-register-content .buttons {
    margin-right: 30px;
}
.custom-register-content .buttons input {
    padding: 20px 65px;
    font-size: 1.4rem;
    /*border: 1px solid #333!important;*/
    margin-right: 0px;
}
.custom-register-content .buttons input:hover {
    background-color: #fff;
    color: #333;
    border-color: #333;
}
/*
=====================================================================================================================================================================
                                    LOGIN PAGE
=====================================================================================================================================================================
*/
.custom-login-content, .custom-login-content p, .custom-login-content h2, .custom-login-content label {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    letter-spacing: normal;
    margin-bottom: 10px;
}
.custom-login-content h2 {
    font-weight: 600;
}
.custom-login-content #input-email, .custom-login-content #input-email::placeholder, .custom-login-content #input-password, .custom-login-content #input-password::placeholder {
    font-size: 1.4rem;
}
.custom-login-content form input.btn.btn-primary, .custom-login-content .custom-project-button {
    font-size: 1.6rem;
    padding: 15px 60px;
    position: relative;
    margin-top: 50px;
    border: solid 1px #333;
}
.custom-login-content .custom-project-button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
/*
=====================================================================================================================================================================
                                    ACCOUNT PAGES
=====================================================================================================================================================================
*/
form input.btn.btn-primary.account-btn {
    margin-right: 14px;
}
a.btn.btn-default.account-btn {
    padding: 15px 30px;
}
input.btn.btn-primary.account-btn {
    padding: 15px 30px;
}
form .form-group>.col-sm-12 {
    padding-right: 0;
}
/*
=====================================================================================================================================================================
                                    CHECKOUT PAGE
=====================================================================================================================================================================
*/
.custom-checkout-content, .custom-checkout-content h1, .custom-checkout-content h2, .custom-checkout-content h4, .custom-checkout-content p, .custom-checkout-content label {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    letter-spacing: normal;
    margin-bottom: 10px;
}
.custom-checkout-content h1 {
    text-align: center;
}
.custom-checkout-content h2 {
    font-weight: 600;
}
.custom-checkout-content h4 {
    margin-bottom: 0px;
    font-weight: 600;
}
.custom-checkout-content .panel-default {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #333;
}
.custom-checkout-content .panel-group .panel {
    border-radius: 0px;
}
.custom-checkout-content input[type="button"] {
    font-size: 1.6rem;
    padding: 15px 60px;
    position: relative;
    margin-top: 50px;
    border: solid 1px #333;
}
.custom-checkout-content input[type="button"]:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.custom-checkout-content form .radio label {
    padding: 0;
}
.custom-checkout-content .form-group label {
    font-size: 1.4rem;
    text-align: left;
}
.custom-checkout-content .form-group input {
    font-size: 1.4rem;
}
.custom-checkout-content .form-group input::placeholder {
    font-size: 1.4rem;
}
.custom-checkout-content legend {
    color: #000;
    letter-spacing: normal;
    font-weight: 600;
    padding-top: 20px;
}
.custom-checkout-content .form-control {
    border-color: #000;
    border-radius: 0px;
    font-size: 1.4rem;
}
.custom-checkout-content label {
    padding-bottom: 5px;
}
.custom-checkout-content .radio-inline {
    padding: 5px 0;
}
.custom-checkout-content .buttons {
    margin-right: 30px;
}
.custom-checkout-content .buttons input {
    padding: 20px 65px;
    font-size: 1.4rem;
    /*border: 1px solid #333!important;*/
    margin-right: 0px;
}
.custom-checkout-content .buttons input:hover {
    background-color: #fff;
    color: #333;
    border-color: #333;
}
/*
=================================
        INFORMATION PAGE
=================================
*/
.information_page {
    font-size: 1.6rem;
}
/*
=================================
-revision
=================================
*/
.flex_slider_image img {
    opacity: 0;
}
.flex_slider_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    display: block;
    height: 700px;
}
.flex-direction-nav .flex-prev:before {
    content: '';
    background-image: url(../../../../../../image/custom_icons/left_dark_slider_arrow.png);
    display: block;
    width: 110px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.slideshow .flex-direction-nav li a {
    width: 120px;
    height: 60px;
    opacity: 1;
}
.product-info .flex-direction-nav .flex-prev {
    background-position: center;
    top: 50%;
    margin-top: -30px;
    left: -80px;
}
.product-info .flex-direction-nav .flex-next {
    background-position: center;
    top: 50%;
    margin-top: -30px;
    right: -80px;
}
.flex-direction-nav .flex-next:before {
    content: '';
    background-image: url(../../../../../../image/custom_icons/right_dark_arrow.png);
    display: block;
    width: 110px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.slideshow .flex-direction-nav li a:hover {
    background: none;
}
.product_quantity_box .btn.btn-default:hover {
    background-color: transparent;
    opacity: 0.7;
}
.product-info .product_quantity_box input#input-quantity {
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 200;
    color: #000!important;
}
.product_options_wrapper>.form-group>.radio_option_label_input_wrapper>label {
    display: inline-block;
    float: left;
    margin: 0;
}
.product_options_wrapper>.form-group>.radio_option_label_input_wrapper>label:after {
    display: none;
}
.product_options_wrapper>.form-group>.radio_option_label_input_wrapper>div {
    display: inline-block;
    float: left;
}
.option_preview_image {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hidden_option_name {
    display: none;
}
#product .radio label {
    border-radius: 0;
    padding: 2px;
    /* background: transparent; */
    border: 1px solid transparent;
    box-shadow: none;
}
.radio_option_label_input_wrapper {
    float: right;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
.product_options_wrapper {
    margin: 80px 0 60px 0;
}
span.radio_option_label_name {
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    position: relative;
    top: 7px;
    font-size: 1.4rem;
    margin-right: 40px;
}
.sequence-theme.custom_sequence_slider_height {
    height: 800px;
}
.sequence .container-row {
    display: block;
    width: 100%;
    min-height: 800px;
    position: relative;
}
.homepage-grid-top, .homepage-grid-bottom {
    max-width: 1170px;
}
.homepage-grid-top>div>img, .homepage-grid-bottom>div>img {
    padding: 0 30px;
}
.homepage-grid-bedroom, .homepage-grid-devices, .homepage-grid-living-room {
    max-width: 600px;
}
.homepage-grid-bedroom>div>img, .homepage-grid-devices>div>img, .homepage-grid-living-room>div>img {
    padding: 0 30px;
}
.image>span {
    display: none;
}
.product_preview_information>ul>li {
    display: inline-block;
    float: left;
}
.product_preview_information ul li.name a {
    font-size: 1.8rem;
    color: #000;
    font-family: 'Lato', sans-serif!important;
    font-weight: 200;
    letter-spacing: 0;
}
.product_preview_information li + li:not(.name) {
    position: relative;
}
/****
.product_preview_information li + li:not(.name):before {
    content: '/';
    display: block;
    font-size: 1.8rem;
    color: #000;
    font-weight: 200;
    position: absolute;
    top: 0;
    left: 10px;
}
****/
.product_preview_information ul li.price p, .product_preview_information ul li.price.price_sale span {
    font-size: 1.8em;
    font-family: 'Lato', sans-serif!important;
    color: #000;
    font-weight: 200;
}
.product_preview_information ul li.price.price_sale span.price-old {
    font-size: 1.4rem;
}
.product_preview_information ul li.manufacturer p {
    font-size: 2rem;
    color: #000;
    font-weight: 400;
}
.product_preview_information ul li.name {
    padding-left: 0;
    overflow: hidden;
    min-height: 50px;
}
.product-top-right-title h1, #content .row .col-md-6 .cat_header h2, .custom_breadcrumb_pages h2{
    font-size: 2rem;
    padding: 20px 25px;
    margin: 20px auto;
}
.product-top-right-title, #content .row .cat_header_col, .custom_breadcrumb_pages .cat_header_col {
    padding-left: 50px;
    min-height: 100%;
    max-height: 106px;
}
.custom_breadcrumb_pages .cat_header_col {
    background-color: #c9221d;
}
.custom_breadcrumb_pages h2 {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    letter-spacing: normal;
    display: inline-block;
}
.custom_breadcrumb_pages .cat_header {
    font-size: initial;
    margin: 0px;
}
.product-breadcrumb, #breadcrumb {
    background-color: #f3f3f3;
    padding: 31px 0px 30px 50px;
    max-height: 106px;
    margin-bottom: 100px;
}
#breadcrumb .breadcrumb {
    padding: 15px;
}
.custom-cart-buttons a.btn.btn-default {
    padding: 20px 70px;
}
.buttons.custom-cart-buttons>.pull-right>a {
    font-size: 1.6rem;
    display: inline-block;
    font-weight: 400;
    padding: 20px 80px;
    width: 100%;
}
.buttons.custom-cart-buttons>.pull-right>a:after {
    content: '';
    margin-left: 15px;
    background-image: url(../../../../../../image/custom_icons/buy-button-arrow_light.png);
    width: 27px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
}
.buttons.custom-cart-buttons>.pull-right>a:hover {
    color: #000;
}
.buttons.custom-cart-buttons>.pull-right>a:hover:after {
    color: #000;
    background-image: url(../../../../../../image/custom_icons/buy-button-arrow.png);
}
.logo_on_footer {
    display: inline-block;
    width: 100%;
}
.logo_on_footer img {
    margin: 55px auto 0 auto;
}
li.product_page_price {
    color: #000;
    font-size: 2.4rem;
}
li.product_page_price, li.product_page_price .currency, li.product_page_price .price {
    color: #000;
    font-size: 2.4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
div#sequence-seq_0 {
    cursor: pointer;
}
.product_page_price h2.price.strike {
    font-size: 1.8rem;
}
.product-page-image-row {
    margin-top: 0;
}
.sequence .sequence-prev, .sequence .sequence-next {
    top: 300px!important;
    opacity: 0.5;
}
.custom-register-content .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
}
td.text-right>a.btn.btn-primary{
    background: #000;
    color: #fff;
}
.returning-cause {
    margin-top: 30px;
}
.sidebar-nav .navbar .navbar-collapse ul.nav li a {
     -webkit-font-feature-settings: initial;
    -o-font-feature-settings: initial;
     font-feature-settings: initial;
}
.newsletter_checkout {
    display: none;
}
.form-group select {
    margin-bottom: 15px;
}
.box {
    background: transparent;
}
p.artists_index>b {
    color: #000;
    font-weight: 600;
}
.artists_index {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 25px;
}
.manufacturer-list {
    float: left;
    display: inline-block;
    width: 33.3%;
    text-align: center;
    padding-bottom: 15px;
    min-height: 200px;
}
.manufacturer-heading {
    font-size: 2rem;
    color: #000;
    width: 20%;
    margin: 0 auto;
    border-bottom: 1px solid #777;
}
.manufacturer-content {
    font-size: 1.6rem;
}
/*
=====================================================================================================================================================================
                                    @MEDIA
=====================================================================================================================================================================
*/

@media (min-width: 991px) {
    .header-menu-links-column-left, .header-menu-links-column-right {
        left: 20px;
    }
}
@media (min-width: 1440px) {
    .header-menu-links-column-left, .header-menu-links-column-right {
        left: 100px;
    }
}
@media (min-height: 1024px) {
    .header-menu-foot-info-column {
        margin: 80px 0px 0px 0px;
    }
}
@media (min-height: 768px) {
    .header-menu-foot-row {
        margin: 100px auto 0px auto;
    }
}
@media (min-height: 870px) {
    .header-menu-foot-row {
        margin: 200px auto 0px auto;

    }
}
@media (max-width: 1440px) {
    div#header-menu {
        overflow-x: hidden;
    }
    .sequence-theme.custom_sequence_slider_height {
        height: 610px;
    }
    .homepage-grid-mid-row {
        margin-top: 75px;
    }
    .homepage-grid-right-column {
        margin: 50px 50px 0px 50px;
    }
    .homepage-grid-find-us {
        margin: 110px 15% 0px 15%;
    }
    .homepage-grid-devices {
        margin: 100px auto 0px auto;
    }
    .row.footer-links-row {
        margin-top: 70px;
    }
    .header-menu-open {
        height: 115vh;
    }
    .homepage-grid-right-column {
        width: 100%;
    }
    .homepage-grid-left-column {
        width: 100%;
    }
    .homepage-grid-find-us {
        width: 100%;
        margin: 80px 0 0 0;
    }
    .sequence .message-slide {
        z-index: 999;
    }
    .product-breadcrumb, #breadcrumb {
        margin-bottom: 0px;
    }
    .sort-row-left-column {
        width: 30%;
        display: inline-block;
    }
    .sort-row-right-column {
        display: inline-block;
        width: 70%;
    }
    .registerbox {
        margin-bottom: 0px;
    }
    .product-breadcrumb, #breadcrumb {
        float: left;
        width: 50%;
        display: inline-block;
    }
    .product-top-right-title, #content .row .cat_header_col, .custom_breadcrumb_pages .cat_header_col {
        width: 50%;
        display: inline-block;
    }
    div#content {
        margin-top: 0;
    }
    .footer-links-col-12 {
        padding: 0;
    }
    .product-page-image-row {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .product_options_wrapper {
        margin: 40px 0 40px 0;
    }
    .tabs {
        padding-top: 40px;
        margin-bottom: 0;
    }
    .tab-content div{
        font-size: 1.5rem;
    }
    .slideshow .flex-direction-nav li .flex-prev {
        left: -70px;
    }
    .slideshow .flex-direction-nav li .flex-next {
        right: -70px;
    }
    .related-products .heading {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contact-general-info {
        margin-top: 20px;
    }
    .fill-the-form-title {
        margin-top: 0;
    }
    .contact-general-info {
        margin-top: 140px;
    }
}
@media (max-width: 1280px) {
    .sequence-theme.custom_sequence_slider_height {
        height: 550px;
    }
    .homepage-grid-mid-row {
        margin-top: 80px;
    }
    .homepage-grid-find-us {
        margin: 100px 15% 0px 15%;
    }
    .row.footer-links-row {
        margin-top: 50px;
    }
    .homepage-grid-right-column {
        margin: 45px 50px 0px 50px;
    }
    .footer-links-col-12 {
        padding: 50px 0px 20px 0px;
    }
    .slideshow .flex-direction-nav li .flex-prev {
        left: -40px;
    }
    .slideshow .flex-direction-nav li .flex-next {
        right: -40px;
    }
    .product-buy-button-wrapper {
        margin-top: 30px;
    }
    .slideshow {
        margin-left: 25px;
        margin-right: 25px;
    }
    .sequence .sequence-prev {
        left: 60px;
    }
    .sequence .sequence-next {
        right: 60px;
    }
}
@media (max-width: 1199px) {
    .homepage-grid-right-column {
        margin: 85px 50px 0px 50px;
    }
    .homepage-grid-left-column {
        margin: 45px 50px 0px 50px;
    }
    .sequence .message-slide {
        top: 30%;
    }
    .homepage-grid-find-us {
        margin: 130px 15% 40px 0px!important;
    }
    .sequence .sequence-prev, .sequence .sequence-next {
        top: 100px!important;
    }
    .sequence .sequence-prev {
        left: 80px;
    }
    .sequence .sequence-next {
        right: 80px;
    }
}
@media (max-width: 991px) {
    .sequence-theme.custom_sequence_slider_height {
        height: 420px;
    }
    .header-menu-open {
        height: 130vh;
    }
    .homepage-grid-mid-row {
        margin-top: 60px;
    }
    .homepage-grid-devices {
        margin: 80px auto 0px auto;
    }
    .homepage-grid-find-us {
        margin: 80px 15% 0px 15%;
    }
    .sequence .message-slide, .sequence .align-right .message-slide{
        top: 140px;
    }
    .homepage-grid-find-us {
        margin: 80px 0 0 0!important;
    }
    .homepage-grid-top.homepage-grid-top-text-effect.homepage-grid-hover {
        margin: 0 15px 0 15px;
    }
    .homepage-grid-bottom.homepage-grid-top-text-effect.homepage-grid-hover {
        margin: 0 15px 0 15px;
    }
    .sort-row-right-column button.btn.dropdown-toggle.selectpicker.btn-default {
        width: 40%;
    }
    .sort-row-left-column {
        width: 40%;
    }
    .sort-row-right-column {
        width: 60%;
    }
    .row.sort_show {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product .image img.thumb {
        max-width: 600px;
    }
    .product .actions {
        min-height: 0px;
    }
    .product_preview_information>ul {
        margin-left: 150px;
    }
    div.product {
        border: solid 1px #000;
        margin: 0 15px 0 15px;
        max-height: 585px;
    }
    .flex_slider_image {
        height: 600px;
    }
    .product_options_wrapper {
        margin: 0;
    }
    .product-buy-button-wrapper {
        margin-top: 30px;
    }
    .product-top-right-column {
        display: block;
        text-align: right;
        padding: 0;
        margin: 65px auto;
    }
    .product-info .nav-tabs {
        padding-bottom: 5px;
    }
    .info-container {
        width: 100%;
    }
    .custom_search .product_preview_information>ul {
        margin-left: 0;
    }
    .homepage-grid-top:before, .homepage-grid-bottom:before {
        transform: rotate(0);
        width: 100%;
        transition: transform 0.25s ease, width 0.25s ease;
    }
    .homepage-grid-top:after, .homepage-grid-bottom:after {
        transform: rotate(0);
        width: 100%;
        transition: transform 0.25s ease, width 0.25s ease;
    }
    .homepage-grid-top-text-effect .homepage-grid-text-wrapper {
        top: 0px;
        transition: top 0.8s ease-in-out;
    }
    .homepage-grid-top-text-effect .homepage-grid-button {
        transition: top 0.8s ease-in-out;
        top: 0px;
    }
    .homepage-grid-hover-effect:before {
        transform: rotate(0);
        width: 100%;
        transition: transform 0.25s ease, width 0.25s ease;
    }
    .homepage-grid-hover-effect:before {
        transform: rotate(0);
        width:100%;
    }
    .homepage-grid-hover-effect:after {
        transform: rotate(0);
    }
    .flex-viewport {
        width: 100%;
    }
    .slideshow {
        margin-left: 0px;
        margin-right: 0px;
    }
    .product-breadcrumb, #breadcrumb {
        padding: 31px 0px 30px 50px!important;
    }
    .product-top-right-title h1, #content .row .col-md-6 .cat_header h2, .custom_breadcrumb_pages h2 {
        padding: 20px 20px!important;
    }
    .product-info .button-cart2 {
        width: 100%;
    }
}
@media (max-width: 767px){
    html {
        font-size: 54%;
    }
    .sequence-theme.custom_sequence_slider_height {
        height: 335px;
    }
    #scroll_top_btn {
        margin: 0 0 0 40%;
    }
    .homepage-grid-left-column {
        margin: 45px 0px 0px 50px;
    }
    .homepage-grid-top, .homepage-grid-bottom {
        margin-right: 15px;
        margin-left: 15px;
    }
    .homepage-about {
        margin: 15px;
    }
    .homepage-grid-right-column {
        margin: 0;
        margin-top: 20px;
    }
    .homepage-grid-left-column {
        margin: 0;
    }
    .homepage-grid-devices {
        margin: 50px auto 0px auto;
    }
    .sequence .message-slide, .sequence .align-right .message-slide{
        top: 140px;
    }
    .slide-img.in-from-top.slow.delay1 {
        display: none;
    }
    .homepage-grid-top-text-effect .homepage-grid-text-wrapper {
        top: 0px;
        transition: top 0.8s ease-in-out;
    }
    .homepage-grid-top-text-effect .homepage-grid-button {
        transition: top 0.8s ease-in-out;
        top: 0px;
    }
    .homepage-grid-hover-effect:before {
        transform: rotate(0);
        width: 100%;
        transition: transform 0.25s ease, width 0.25s ease;
    }
    .homepage-grid-hover-effect:before {
        transform: rotate(0);
        width:100%;
    }
    .homepage-grid-hover-effect:after {
        transform: rotate(0);
    }
    .homepage-grid-top:before, .homepage-grid-bottom:before {
        transform: rotate(0);
        width: 100%;
        transition: transform 0.25s ease, width 0.25s ease;
     }
    .homepage-grid-top:after, .homepage-grid-bottom:after {
        transform: rotate(0);
        width: 100%;
        transition: transform 0.25s ease, width 0.25s ease;
    }
    .homepage-grid-find-us {
        margin: 80px 0 0 0;
    }
    .homepage-grid-title {
        font-size: 3rem;
        margin: 5px 0px 0px 0px;
    }
    .homepage-grid-button {
        margin: 15px auto 0px auto;
    }
    .homepage-find-us-line1 {
        margin-top: 20px;
    }
    .homepage-grid-find-us img {
        margin: 10px auto 70px auto;
    }
    .homepage-grid-find-us-title {
        margin: 15px auto;
    }
    .footer-links-col>.sidebar-nav {
        display: none;
    }
    .sort-row-right-column button.btn.dropdown-toggle.selectpicker.btn-default {
        width: 30%;
    }
    .sort-row-left-column {
        width: 40%;
    }
    .sort-row-right-column button.btn.dropdown-toggle.selectpicker.btn-default {
        width: 50%;
    }
    .sort-row-right-column {
        width: 50%;
        float: right;
        padding-left: 0;
        display: inline-block;
    }
    .product_preview_information>ul {
        margin-left: 50px;
    }
    .slideshow .flex-direction-nav li .flex-next {
        right: 90px;
    }
    .product-top-right-column {
        margin: 0px auto;
    }
    .flex_slider_image {
        height: 500px;
    }
    li.product_page_price, li.product_page_price .currency, li.product_page_price .price {
        color: #000;
        font-size: 2.4rem;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        right: 18px;
    }
    h2.price {
        position: absolute;
        top: 8px;
    }
    .contact-general-info {
        margin-top: 20px;
    }
    .button, .btn-primary, #button-confirm {
        padding: 10px 35px 9px;
    }
    .well .content .col-sm-4 {
        text-align: center;
        margin-top: 15px;
    }
    .custom-search-page .row .col-md-12 .col-sm-12 {
        text-align: center;
    }
    .product-top-right-title {
        height: 100px!important;
    }
    .product-breadcrumb {
        height: 100px!important;
    }
    .product-info .button-cart2 {
        width: 45%;
    }
    .footer-links-col {
        text-align: center;
    }
    ul.footer-static-pages {
        margin-bottom: 50px;
    }
    .sequence .sequence-prev, .sequence .sequence-next {
        display: none!important;
    }
    .slide-img.in-from-left.slow.delay1 {
        display: none;
    }
}
@media (max-width: 520px) {
    .category-bgnd-image {
        width: 100%;
    }
}
@media (max-width: 465px){
    html {
        font-size: 48%;
    }
    .sequence-theme.custom_sequence_slider_height {
        height: 170px;
    }
    #scroll_top_btn {
        margin: 0 0 0 6%;
    }
    .homepage-grid-mid-row {
        display: block;
        margin-top: 20px;
    }
    .homepage-grid-left-column {
        margin: 0;
        margin-top: 50px;
    }
    .homepage-grid-right-column {
        margin: 0;
        margin-top: 50px;
    }
    #scroll_top_btn {
        margin: 0 0 0 30%;
    }
    .footer-links-col-12 {
        padding: 40px 0px 40px 0px;
    }
    .sequence .message-slide, .sequence .align-right .message-slide{
         top: 100px;
    }
    .in-from-bottom.fast.delay2 {
        font-size: 1.4rem;
    }
    h2.title.in-from-right.fast {
         font-size: 1.8rem;
    }
    .homepage-grid-devices {
        margin: 60px auto 0px auto;
    }
    .homepage-grid-find-us {
        margin: 60px 0 0 0!important;
    }
    .custom-image-z {
        max-width: 250px;
        margin: 0 auto;
    }
    .header-icon-column {
        padding: 20px 0px 0px 0px;
    }
    .sort-row-right-column button.btn.dropdown-toggle.selectpicker.btn-default {
        width: 100%;
    }
    .sort-row-left-column-count-text {
        margin-left: 0px;
    }
    .sort-row-left-column {
        width: 45%;
    }
    div.product:before {
        background-color:transparent;
    }
    div.product:after {
        background-color:transparent;
    }
    .row.sort_show {
        margin-left: 25px;
    }
    .sort-row-right-column {
        width: 45%;
    }
    .sort-row-left-column-input-limit {
        width: 55%;
    }
    .sort-row-left-column {
        width: 50%;
    }
    .product-top-right-title h1, #content .row .col-md-6 .cat_header h2, .custom_breadcrumb_pages h2 {
        font-size: 1.6rem;
        margin-top: 15px;
    }
    div#content {
        margin-top: 5px;
    }
    .flex_slider_image {
        height: 440px;
    }
    .breadcrumb {
        padding: 0;
        margin-bottom: 20px;
    }
    .tabs {
        padding-top: 0;
        margin-bottom: 0;
    }
    .quality-form-group {
        margin-top: 10px;
    }
    .product-top-left-column-info {
        margin-top: 0;
    }
    .product-top-left-column-social {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .slideshow {
        margin-bottom: 0;
    }
    .related-products .heading {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .product_preview_information>ul {
        margin-left: 0;
    }
    .product-top-left-column>div h1{
        font-size: 2.1rem;
        margin-top: 0;
    }
    .product-top-left-column>div h2{
        font-size: 2rem;
        margin-left: 10px;
    }
    #breadcrumb .breadcrumb {
        padding: 0;
    }
    .product-top-right-title, #content .row .cat_header_col, .custom_breadcrumb_pages .cat_header_col {
        padding-left: 10px;
    }
    .product-top-right-title, #content .row .cat_header_col, .custom_breadcrumb_pages .cat_header_col {
        /*max-height: 97px;*/
    }
    .product-top-right-title h1, #content .row .col-md-6 .cat_header h2, .custom_breadcrumb_pages h2 {
        font-size: 1.6rem;
        margin-top: 3px;
    }
    .contact-general-info {
        margin-top: 20px;
    }
    .product-breadcrumb, #breadcrumb {
        width: 100%;
    }
    .product-top-right-title, #content .row .cat_header_col, .custom_breadcrumb_pages .cat_header_col {
        width: 100%;
    }
    .product-top-right-title h1, #content .row .col-md-6 .cat_header h2, .custom_breadcrumb_pages h2 {
        font-size: 1.6rem;
        margin-top: 15px;
        margin-left: 15px;
    }
    .row.footer-links-row {
        padding: 40px 50px 20px 50px;
    }
    .product-breadcrumb {
        padding-bottom: 20px;
    }
    .product .name {
        margin-top: 4px;
    }
    .cart-info .btn {
        padding: 8px 4px;
    }
    .button, .btn-primary, #button-confirm {
        padding: 11px 35px 10px;
    }
    .custom-cart-buttons a.btn.btn-default {
        padding: 25px 25px;
    }
    .buttons.custom-cart-buttons>.pull-right>a {
        padding: 20px 40px;
    }
    input.btn.btn-primary.account-btn, a.btn.btn-primary.account-btn {
        padding: 15px 30px;
    }
    a.btn.btn-default.account-btn {
        padding: 15px 30px;
    }
    .custom-checkout-content input[type="button"] {
        padding: 15px 20px;
    }
    .homepage-grid-find-us img {
        margin: 10px auto 30px auto;
    }
    .product-info .button-cart2 {
        width: 70%;
    }
}
@media (max-width: 350px){
    .custom-image-z {
        max-width: 200px;
    }
    .custom-cart-buttons a.btn.btn-default {
        padding: 25px 20px;
    }
    .buttons.custom-cart-buttons>.pull-right>a {
        padding: 20px 30px;
    }
    .product-info .button-cart2 {
        width: 80%;
    }
}
.product-info .product-top-left-column-info li {
    list-style: disc !important;
}

/*** FIRSTIDEA CSS ***/
.product_preview_information > ul > li.price {
    display: block;
    float: left;
    clear: both;
}
.product_page_price h2.price.strike {
    margin: 20px;
}