@font-face {    font-family: 'Brandon Grotesque Regular';
    src: url('../../fonts/brandon-reg/brandon_reg1-webfont.woff2') format('woff2'),
         url('../../fonts/brandon-reg/brandon_reg1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque Bold';
    src: url('../../fonts/brandon-bld/brandon_bld-webfont.woff2') format('woff2'),
         url('../../fonts/brandon-bld/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque Black';
    src: url('../../fonts/brandon-blk/brandon_blk-webfont.woff2') format('woff2'),
         url('../../fonts/brandon-blk/brandon_blk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque Light';
    src: url('../../fonts/brandon-lgt/brandon_light-webfont.woff2') format('woff2'),
         url('../../fonts/brandon-lgt/brandon_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    src: url('../../fonts/museo-sans-300/museosanscyrl_0-webfont.woff2') format('woff2'),
         url('../../fonts/museo-sans-300/museosanscyrl_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../../fonts/roboto-bld/roboto-bold-webfont.woff2') format('woff2'),
         url('../../fonts/roboto-bld/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Typographpro Semi Bold';
    src: url('../../fonts/typographpro-semibold/typograph_pro_semi_bold-webfont.woff2') format('woff2'),
         url('../../fonts/typographpro-semibold/typograph_pro_semi_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../../fonts/montserrat-bld/montserrat-bold-webfont.woff2') format('woff2'),
         url('../../fonts/montserrat-bld/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro Cento Sans Regular';
    src: url('../../fonts/quatrocento-sans-reg/quattrocentosans-regular-webfont.woff2') format('woff2'),
         url('../../fonts/quatrocento-sans-reg/quattrocentosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}

/* loading spinner*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../img/icons//Preloader_4.gif) center no-repeat #fff;
    
}

body{
    color:#707070;
}

.error-page h2{
    text-align: center;
    padding: 10% 0;
}
.clear-fix {

}

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}

h1{
    font-family: 'Brandon Grotesque Bold', sans-serif;
    font-size: 30px;
    line-height: 64px;
    text-transform: uppercase;
    margin-top: 50px;
}

.bck-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrapper {
    position: relative;
}

/* Side Paddings */
#user-menu,
#main-menu,
#arrivals,
#footer,
#mattress-selector,
.cart-content {
    padding: 0 15px;
}

/* Menues Styles */
#user-menu {
    width: 100%;
    height: 55px;
    background-color: #19181a;
    font-family: 'Brandon Grotesque Regular';
}

.menu-container,
#mattress-selector .mat-selector-container {
    max-width: 1375px;
    margin: 0 auto;
}

#user-menu ul li {
    display: inline-block;
}

#user-menu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 55px;
    -webkit-transition: 0.15s ease all;
    -moz-transition: 0.15s ease all;
    -ms-transition: 0.15s ease all;
    transition: 0.15s ease all;
}

#user-menu ul li a:hover {
    -webkit-transition: 0.15s ease all;
    -moz-transition: 0.15s ease all;
    -ms-transition: 0.15s ease all;
    transition: 0.15s ease all;
    color: #ddd;
}

#user-menu .part-one {
    float: left;
}

#user-menu .part-two {
    float: right;
}

#user-menu .part-one ul li {
    margin-right: 25px;
}

#user-menu .part-one ul li:last-child {
    margin-right: 0;
}

#user-menu .part-two ul li {
    margin-left: 25px;
}

#user-menu .part-two ul li:first-child {
    margin-left: 0;
}

#user-menu .part-two .menu-icon a {
    width: 19px;
    height: 19px;
    display: block;
    margin-bottom: -5px;
}

.icon-number a {
    position: relative;
}

.bag-number {
    position: absolute;
    bottom: 3px;
    right: -10px;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    background-color: #fb2724;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
}

#main-menu {
    width: 100%;
    height: auto;
    background:#fb2724;
    color:#fff;
}

#main-menu .menu-container {
    height: 100%;
}

.site-logo {
    height: 100%;
    width: 26%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 12px;
}

.site-logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

#main-menu .menu {
    float: right;
}

#main-menu .menu ul li {
    display: inline-block;
    line-height: 106px;
    margin-left: 40px;
    position: relative;
    margin-top: 7px;
}

#main-menu .menu ul li:first-child {
    margin-left: 0;
}

#main-menu .menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: 'Brandon Grotesque Regular';
    text-transform:uppercase;
}

#main-menu .menu ul.dropdown {
    background: #19181a;
}

#main-menu .menu ul .menu-icon a {
    width: 24px;
    height: 24px;
    display: block;
    margin-bottom: -5px;
}

#user-menu li.menu-icon a {
    position: relative;
    -webkit-transition: 0.15s ease all;
    -moz-transition: 0.15s ease all;
    -ms-transition: 0.15s ease all;
    transition: 0.15s ease all;
}

.menu-icon-ovr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#user-menu .menu-icon a:hover .menu-icon-ovr {
    background-color: rgba(0,0,0,0.15);
    -webkit-transition: 0.15s ease all;
    -moz-transition: 0.15s ease all;
    -ms-transition: 0.15s ease all;
    transition: 0.15s ease all;
}

.menu-icon-plus-user .menu-icon a:hover .menu-icon-ovr {
    background-color: rgba(0,0,0,0.15);
    -webkit-transition: 0.15s ease all;
    -moz-transition: 0.15s ease all;
    -ms-transition: 0.15s ease all;
    transition: 0.15s ease all;
}

#main-menu .menu ul li a:hover:after {
    width: 100%;
    -webkit-transition: width 0.2s ease;
    transition: .2s ease width;
}

#main-menu .menu ul li a:after {
    content: '';
    position: absolute;
    top: 66px;
    display: block;
    height: 2px;
    width: 0;
    background-color: #fb2724;
    -webkit-transition: width 0.2s ease;
    transition: 0.2s ease width;
}

#main-menu .menu ul li:last-child a:after {
    height: 0;
}

/* Slider Styles */
#slider {
    position: relative;
    width: 100%;
    height: 800px;
}

.slider-full-height {

}

#slider .slide {
    position: relative;
    height: 800px !important;
    overflow: hidden;
}

.slider-custom-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-content > div {
    width: 100%;
}

#slider .slider-content .bck-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.55);
    text-align: center;
    color: #fff;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
}
#slider .slider-content .video-overlay {
    z-index: 9;
}
#slider .slider-content .bck-overlay .h3-sp {
    font-family: 'Brandon Grotesque Light';
    font-size: 24px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: -100px;
}

#slider .slider-content .bck-overlay .h1-sp {
    font-family: 'Montserrat Bold';
    font-size: 90px;
    text-transform: uppercase;
    line-height: 130px;
}

#slider .slider-content .bck-overlay .h5-sp {
    font-family: 'Brandon Grotesque Light';
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #slider .slider-content .bck-overlay .h5-sp {
        margin-bottom: 25px;
    }
}

#slider > img {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 1;
}

/* Arrivals Styles */
#arrivals {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
}

.arrivals-container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}
.arrivals-container h1 {
    font-size: 35px;
}
.arrivals-container h2 {
    font-family: 'Brandon Grotesque Bold';
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
}

.arrivals-container p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 25px;
    width: 75%;
    margin: 0 auto 50px;
}

.items-container {
    width: 100%;
}

.items-container .item {
    width: 33.333%;
    min-width: 300px;
    float: left;
    padding: 5px;
}

.item img {
	min-height: 1px;
	height: 100%;
	max-height: 100%;
	display: block;
	/* height: auto; */
	width: 100%;
}

.img-box .link-to-product {
    height: inherit;
    margin-top: 0;
}

.item h3, .link-to-product {
    font-family: 'Brandon Grotesque Bold';
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    min-width: 100%;
}

.link-to-product {
    text-decoration: none;
    color: #333;
    display: block;
    margin-top: 12px;
    text-align: center;
    vertical-align: middle;
}

.link-to-product h3 {
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.link-to-product:hover,
.link-to-product:focus,
.link-to-product:active {
    text-decoration: none;
    color: #333;
    outline: none;
}

.item h5 {
    font-family: 'Brandon Grotesque Regular';
    font-size: 14px;
    font-weight: normal;
}

.item a:not(.link-compare):not(.link-to-product) {
    display: block;
    font-family: 'Roboto Bold';
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    width: 210px;
    line-height: 65px;
    background-color: #2ecc71;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-transition: 0.15s ease background-color;
    transition: 0.15s ease background-color;
}

.item a:hover:not(.link-compare):(.link-to-product) {
    background-color: #28b664;
    -webkit-transition: 0.15s ease background-color;
    transition: 0.15s ease background-color;
}

.item .link-bck-img {
    background-repeat: no-repeat;
    background-position: 75% 47%;
    text-align: left;
    padding-left: 55px;
    box-sizing: border-box;
    letter-spacing: 2px;
}

/* Mattress Selector Styles */
#mattress-selector {
    position: relative;
    width: 100%;
    /*height: 600px;*/
    background-position: 50% 75%;
}

#mattress-selector .mat-selector-container {
    position: relative;
    height: 100%;
    color: #fff;
    z-index: 10;
    text-align: center;
    padding: 50px 0 70px;
}

#mattress-selector .bck-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
}

.mat-selector-container h5 {
    font-family: 'Brandon Grotesque Regular';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.mat-selector-container h2 {
    font-family: 'Brandon Grotesque Bold';
    font-size: 48px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: normal;
}

.mat-selector-container h4 {
    font-family: 'Typographpro Semi Bold';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 25px;
}

.mat-selector-container h4 span {
    color: #fb2724;
}

.selection-choices .sn1 div {
    display: inline-block;
    margin: 0 30px;
    width: 150px;
}

.selection-choices {
    margin: 80px 0;
}

.selection-choices .sn1 div span {
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-top: 35px;
    height: 60px;
}

.mat-selector-container button,
#slider .slide a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Black';
    background-color: #fb2724;
    padding: 20px 12px;
    outline: none;
    -webkit-transition: 0.2s ease background-color;
    transition: 0.2s ease background-color;
    border: none;
}

.mat-selector-container a:hover,
#slider .slide a:hover {
    background-color: #d13952;
    -webkit-transition: 0.2s ease background-color;
    transition: 0.2s ease background-color;
}

#mattress-selector form input[type="radio"] {
    display: none;
}

#mattress-selector img {
    opacity: 0.6;
}

#mattress-selector .checked img {
    opacity: 1;
}

#mattress-selector img:hover {
    opacity: 1;
}

/* Featured Products Styles */
#featured-products {
    height: 470px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.featured-container {
    height: 100%;
    width: 100%;
    /*max-width: 1685px;
    margin: 0 auto;*/
}

.featured-container .holder {
    width: 65%;
    height: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.featured-container .holder.new-arrivals {
    width: 100%;
    height: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0 !important;
}

.featured-container .info {
    height: 100%;
    width: 35%;
    float: left;
    position: relative;
}

.info .top-left-triangle {
    width: 0;
    height: 0;
    border-top: 470px solid white;
    border-right: 150px solid transparent;
    position: relative;
    z-index: 20;
}

.info .bck-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.info .info-keeper {
    color: #fff;
}

.info .info-keeper h2 {
    font-family: 'Brandon Grotesque Regular';
    font-size: 60px;
    line-height: 75px;
    text-transform: uppercase;
    font-weight: normal;
}

.info .info-keeper h5 {
    font-family: 'Quatro Cento Sans Regular';
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.featured-container .holder .item {
    text-align: center;
    margin: 5px 0;
}

.featured-container .holder .item .img-plus-price {
    max-width: 262px;
    max-height: 262px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 12px;
    /* overflow: hidden; */
    border-radius: 50%;
    border: 3px solid #dbdbdb;
}

.featured-container .holder .item .img-plus-price .price {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    background-color: #fb2724;
    line-height: 80px;
    text-align: center;
    font-family: 'Brandon Grotesque Bold';
    font-size: 16px;
    letter-spacing: 1px;
}

.price.double-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.price span {
    display: block;
    font-size: 22px;
    line-height: 20px;
}

.price span:nth-child(1) {
    font-size: 17px;
    margin-bottom: 5px;
}

.price span.separator {
    line-height: 6px;
}

.price.discount span:nth-child(1) {
    margin-bottom: 0;
}

#featured-products .info .slider-controls {
    z-index: 25;
}

.featured-products .info .slider-controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 36px;
}

#featured-products .info .slider-controls div {
    display: table-cell;
    width: 40px;
    height: 40px;
    -webkit-transform: skew(-17deg);
       -moz-transform: skew(-17deg);
        -ms-transform: skew(-17deg);
         -o-transform: skew(-17deg);
}

.featured-products .info .slider-controls div span {
    display: block;
    -webkit-transform: skew(17deg);
       -moz-transform: skew(17deg);
        -ms-transform: skew(17deg);
         -o-transform: skew(17deg);
}

.top-saled-products .info .slider-controls div span {
    display: block;
    -webkit-transform: skew(-17deg);
       -moz-transform: skew(-17deg);
        -ms-transform: skew(-17deg);
         -o-transform: skew(-17deg);
}

.info .slider-controls .prev {
    font-family: 'Quatro Cento Sans Regular';
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}

.info .slider-controls .next {
    background-color: #fff;
    font-family: 'Quatro Cento Sans Regular';
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.featured-products .info .info-keeper {
    padding: 0 85px 0 150px;
    text-align: right;
}

/* Top Saled Products Styles */
.top-saled-products .featured-container .holder {
    float: right;
}

.top-saled-products .info .top-left-triangle {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 150px solid transparent;
    border-right: 0;
}

.top-saled-products .info .info-keeper {
    padding: 0 150px 0 85px;
    text-align: left;
}

.top-saled-products .info .slider-controls {
    z-index: 25;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-saled-products .info .slider-controls div {
    display: table-cell;
    -webkit-transform: skew(17deg) !important;
    -moz-transform: skew(17deg) !important;
    -ms-transform: skew(17deg) !important;
    -o-transform: skew(17deg) !important;
}

.top-saled-products .info .slider-controls .prev {
    background-color: #fff;
    color: #000;
}

.top-saled-products .info .slider-controls .next {
    background-color: #000;
    color: #fff;
}

/* Promo Mattress Style */
#promo-mattress {
    width: 100%;
    margin-top: 125px;
}

#promo-mattress .promo-left {
    padding: 0 85px;
}

#promo-mattress .promo-left > img {
    width: 50%;
    float: right;
    margin: 0 -85px 0 50px;
}

#promo-mattress .promo-left h1 {
    font-family: 'Brandon Grotesque Regular';
    font-size: 60px;
    line-height: 72px;
    font-weight: normal;
    text-transform: uppercase;
}

#promo-mattress .promo-left h4 {
    font-family: 'Brandon Grotesque Regular';
    font-size: 16px;
    margin: 36px 0;
    text-transform: uppercase;
    color: #fb2724;
}

#promo-mattress .promo-left h5 {
    font-family: 'Quatro Cento Sans Regular';
    font-size: 14px;
    line-height: 28px;
    font-weight: 100;
}

#promo-mattress .youtube-video-link {
    width: 100%;
    height: 100%;
    padding: 15px 35px;
    background-color: #1d1d1d;
    -webkit-transition: 0.15s ease background-color;
    transition: 0.15s ease background-color;
}

#promo-mattress .youtube-video-link:hover {
    background-color: #2d2d2d;
    -webkit-transition: 0.15s ease background-color;
    transition: 0.15s ease background-color;
}

#promo-mattress .youtube-video-link img {
    float: left;
    width: 120px;
    height: auto;
    margin-top: 5px;
}

#promo-mattress .promo-left a {
    display: block;
    width: 390px;
    height: 110px;
    margin-top: 25px;
    border-radius: 50%;
}

#promo-mattress .youtube-video-link > div {
    float: left;
    padding: 7.5px 25px;
    padding-right: 0;
}

#promo-mattress .youtube-video-link .link-text p {
    font-family: 'Brandon Grotesque Regular';
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

#promo-mattress .youtube-video-link .link-text p:last-child {
    color: #fb2724;
}

/* Matteress Support Styles */
#mattress-support {
    width: 100%;
    margin: 65px 0;
    text-align: center;
}

#mattress-support .support-item {
    /*width: 420px;*/
    display: inline-block;
    height: 100%;
}

#mattress-support .support-item .supp-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fb2724;
    background-repeat: no-repeat;
    background-position: center;
}

#mattress-support .support-item .supp-icon,
#mattress-support .support-item .supp-text {
    float: left;
}

#mattress-support .support-item .supp-text {
    margin: 10px 30px;
}

#mattress-support .support-item .supp-text h5 {
    font-family: 'Montserrat Bold';
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    text-align: left;
}

#mattress-support .support-item .supp-text h6 {
    font-family: 'Brandon Grotesque Regular';
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
}

/* Social Styles */
#social {
    width: 100%;
    background-color: #777;
    position: relative;
    height: 144px;
}

#social .bck-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.85);
}

#social .social-links {
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

#social .social-links h3 {
    font-family: 'Brandon Grotesque Regular';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    vertical-align: bottom;
    margin-right: 70px;
    font-weight: normal;
}

#social .social-links ul {
    display: inline-block;
}

#social .social-links ul li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    position: relative;
    -webkit-transition: 0.15s ease border-color;
    transition: 0.15s ease border-color;
}

#social .social-links ul li:hover {
    -webkit-transition: 0.15s ease border-color;
    transition: 0.15s ease border-color;
    border-color: #fb2724;
}

#social .social-links ul li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#social .social-links ul li:last-child {
    margin-right: 0;
}

/* Footer Styles */
#footer {
    width: 100%;
    background-color: #19181a;
    color: #fff;
    padding: 65px 15px;
    font-family: 'Brandon Grotesque Regular';
}

#footer .footer-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.footer-container .footer-rmf,
.footer-container .footer-contact,
.footer-container .footer-info,
.footer-container .footer-sub {
    float: left;
    width: 27%;
    padding-right: 40px;
}

#footer .footer-container div {
    padding-right: 0;
    padding: 0 3px;
}

.footer-container .footer-info {
    width: 16%;
}

.footer-container .footer-sub {
    width: 30%;
}

.footer-container .footer-rmf img {
    margin-bottom: 10px;
}

.footer-container .footer-rmf p,
.footer-container .footer-sub p {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
}

.footer-container .footer-contact h5,
.footer-container .footer-info h5,
.footer-container .footer-sub h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    text-transform: uppercase;
}

.footer-container .footer-contact ul,
.footer-container .footer-info ul {
    list-style: none;
}

.footer-container .footer-contact ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
}

.footer-container .footer-contact ul li img {
    margin-right: 20px;
}

.footer-container .footer-info ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    text-decoration: underline;
    -webkit-transition: 0.2s ease color;
    -moz-transition: 0.2s ease color;
    -ms-transition: 0.2s ease color;
    transition: 0.2s ease color;
}

.footer-container .footer-info ul li a:hover {
    -webkit-transition: 0.2s ease color;
    -moz-transition: 0.2s ease color;
    -ms-transition: 0.2s ease color;
    transition: 0.2s ease color;
    color: #ddd;
}

.footer-container .footer-sub form input {
    width: 70%;
    height: 50px;
    background-color: #fff;
    color: #111;
    outline: none;
    border: 0;
    padding: 15px;
    box-sizing: border-box;
    float: left;
}

.footer-container .footer-sub form {
    margin-top: 15px;
}

.footer-container .footer-sub form button {
    width: 30%;
    height: 50px;
    float: left;
    outline: none;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fb2724;
    background-image: url('../../img/icons/footer-button.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.slick-dots {
    bottom: 45px !important;
    text-align: right !important;
    padding-right: 27% !important;
}

.slick-dots li button:before {
    font-size: 10px !important;
}

.slick-dots li.slick-active button:before {
    color: #fb2724 !important;
    font-size: 15px !important;
}

/* Mobile Menu Styles */
.mobile-menu-button {
    display: none;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #19181a;
    z-index: 100;
    padding: 0 25px;
}

.mobile-menu-button.stay-fixed {
    position: fixed;
}

.mobile-menu-button > a {
    display: block;
    float: left;
}

.mobile-menu-button > a img {
    height: 25px;
    margin: 15px 0;
}

.mobile-menu-button .menu-icon-plus-user {
    float: right;
    position: relative;
    height: 100%;
}

.menu-icon-plus-user ul,
.menu-icon-plus-user .mobile-menu-icon {
    float: right;
    margin-right: -10px;
}

.menu-icon-plus-user ul li {
    display: inline-block;
    height: 55px;
}

.menu-icon-plus-user ul li.menu-icon a {
    width: 19px;
    height: 19px;
    display: block;
    margin-top: 18px;
    margin-right: 25px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 55px;
    -webkit-transition: 0.15s ease all;
    -moz-transition: 0.15s ease all;
    -ms-transition: 0.15s ease all;
    transition: 0.15s ease all;
    position: relative;
    font-family: 'Brandon Grotesque Regular';
}

.wrapper .menu-opened {
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
    -ms-transition: 0.2s ease transform;
    transition: 0.2s ease transform;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.mobile-menu-container.menu-active {
    display: block;
    flex-direction: column;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    overflow-y: auto;
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
    -ms-transition: 0.2s ease transform;
    transition: 0.2s ease transform;
}

.menu-active-page {
    border-left-color: #fb2724 !important;
}

.menu-active #user-menu {
    height: auto;
    background-color: transparent;
}

.menu-active #user-menu .part-one,
.menu-active #user-menu .part-two {
    float: none;
}

.menu-active .menu-icon {
    display: none !important;
}

.menu-active ul {
    list-style-type: none;
}

.menu-active ul li {
    display: block !important;
    margin: 0 !important;
}

.menu-active #user-menu ul li a,
.menu-active #main-menu .menu ul li a  {
    font-family: 'Brandon Grotesque Light';
    font-size: 22px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 20px;
    border-left: 8px solid transparent;
    -webkit-transition: 0.5s ease border-left-color;
    -moz-transition: 0.5s ease border-left-color;
    -ms-transition: 0.5s ease border-left-color;
    transition: 0.5s ease border-left-color;
}

.menu-active #user-menu ul li a:hover,
.menu-active #main-menu .menu ul li a:hover  {
    border-left-color: #fb2724;
    -webkit-transition: 0.5s ease border-left-color;
    -moz-transition: 0.5s ease border-left-color;
    -ms-transition: 0.5s ease border-left-color;
    transition: 0.5s ease border-left-color;
}

.menu-active #main-menu .menu {
    margin-top: 50px;
}

.menu-active ul {
    width: 300px !important;
    margin: 0 auto;
}

.menu-active #user-menu ul li,
.menu-active #main-menu .menu ul li  {
    line-height: normal;
    margin: 15px 0 !important;
}

.menu-active #main-menu {
    height: auto;
}

.menu-active .site-logo {
    display: none;
}

.menu-active #main-menu .menu {
    float: none;
}

.menu-active #main-menu .menu ul li a:after {
    height: 0;
}

.menu-active #user-menu ul li a:hover,
.menu-active #main-menu .menu ul li a:hover {
    -webkit-transition: 0.15s ease all;
    -moz-transition: 0.15s ease all;
    -ms-transition: 0.15s ease all;
    transition: 0.15s ease all;
    color: #ddd;
}

/* Mobile Icon Styles */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 55px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 27px;
  left: 13px;
  right: 13px;
  height: 1px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -9px;
}

.c-hamburger span::after {
  bottom: -9px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.2s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.2s;
}

/* Product Page Styles */
#breadcrumbs {
    position: relative;
}

#product,
#contact {
    padding: 60px 15px;
}

.product-container,
.contact-container {
    max-width: 1375px;
    margin: 0 auto;
}

#breadcrumbs .bck-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
}

.breadcrumbs h5 {
    font-family: 'Brandon Grotesque Regular';
    padding: 45px 0;
    text-align: center;
    color: #eee;
    position: relative;
    z-index: 1;
}

.breadcrumbs h5 a {
    color: #eee;
    text-decoration: none;
    font-weight: normal;
}

.breadcrumbs h5 .bc-bold {
    font-family: 'Brandon Grotesque Regular';
    color: #fff;
}

.product-holder {
    width: 100%;
}

.product-holder .product-visual {
    width: 50%;
    float: left;
    padding: 0 25px;
}

.product-holder .product-info {
    width: 50%;
    float: left;
}

.product-visual .prime-img {
    width: 100%;
    max-width: 600px;
    /* height: 350px; */
    text-align: center;
    margin: 40px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    overflow: hidden;
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
   
    left: 15%!important;
    width: 70%!important;
    
}
.product-visual .prime-img img {
    width: 100%;
    /*max-width: 100%;*/
    height: auto;
    /*max-height: 100%;*/
}

.product-visual .vice-imgs {
    width: 100%;
}

.vice-imgs .vice-item {
    width: 33.333%;
    float: left;
    padding: 15px;
    position: relative;
}

.vice-imgs .vice-item .img-h {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
}

.vice-imgs .vice-item .img-underline {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    height: 3px;
}

.vice-imgs .show-on-big-screen .img-underline {
    background-color: rgba(251, 39, 36, 0.85);
    -webkit-transition: 0.5s ease background-color;
    -moz-transition: 0.5s ease background-color;
    -ms-transition: 0.5s ease background-color;
    transition: 0.5s ease background-color;
}

.vice-imgs .vice-item:not(.show-on-big-screen):hover .img-underline {
    background-color: #5f5f5f;
    -webkit-transition: 0.5s ease background-color;
    -moz-transition: 0.5s ease background-color;
    -ms-transition: 0.5s ease background-color;
    transition: 0.5s ease background-color;
}

.vice-imgs .vice-item img {
    width: 100%;
    /*max-width: 100%;*/
    height: auto;
    /*max-height: 100%;*/
    margin: 0 auto;
}

.product-info h1 {
    font-family: 'Brandon Grotesque Bold';
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
    color: #333333;
}

.product-info h6 {
    font-family: 'Brandon Grotesque Regular';
    font-size: 14px;
    margin-bottom: 45px;
    font-weight: normal;
    color: #494b52;
}

.product-info .horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    margin-bottom: 30px;
}

.product-info p,
.product-info ul {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #5f5f5f;
}

.product-info p.product-description{
    font-size: 15px;
}

.product-info ul.attributes,
.product-info ul.discounts {
    list-style: none;
    margin-bottom: 50px;
}

#cart-form ul.discounts{
    list-style: none;
}

.product-info ul.attributes li span {
    width: 15px;
    height: 15px;
    float: left;
    margin: 5px 15px 5px 0;
    background-image: url("../../img/icons/check.png");
}

.product-info ul.discounts li span, .discounted-price-holder,
#cart-form ul.discounts li span {
    text-decoration: line-through;
    color: red;
}

.product-options .options-item {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 15px;
}

.product-options .options-item span {
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.checkout-partial {
    width: 48%;
    float: left;
    margin-top: 50px;
}

.checkout-partial-left {
    margin-right: 4%;
}

.checkout-partial .col-sm-offset-1 {
    margin-left: 0;
}

.checkout-partial hr {
    width: 93.4%;
}

.checkout-partial h2 {
    text-transform: uppercase;
    font-size: 24px;
}

.product-options .options-item select,
.product-options .options-item input,
.checkout-user-form select {
    border: 1px solid #e1e1e1;
    font-size: 13px;
    color: #707070;
    outline: none;
    padding: 0 12px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.product-options .options-item select::-ms-expand,
.checkout-user-form select::-ms-expand {
    display: none;
}

.product-options .options-item input {
    -moz-appearance:textfield;
}

.product-options .options-item select,
.checkout-user-form select {
    width: 250px;
    height: 35px;
    box-sizing: border-box;
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
}

.checkout-user-form select {
    width: 100%;
}

.sub-ttl {
    margin-top: 30px;
}

/*.checkout-user-form select {
    height: 45px;
}*/

.select-radio-wrapper label {
    display: block;
    width: 100%!important;
    padding: 5px 0;
}

.checkout-form {
    margin-top: 50px;
}

.product-options .options-item input {
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 6px;
}

.product-options .options-item input::-webkit-inner-spin-button,
.product-options .options-item input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-ctrl {
    position: absolute;
    top: 0;
    left: 34px;
}

.input-ctrl div {
    width: 35px;
    height: 18px;
    border: 1px solid #e1e1e1;
    background-repeat: no-repeat;
    background-position: center;
}

.input-ctrl div:hover {
    background-color: #eee;
}

.input-ctrl .down {
    margin-top: -1px;
}

.input-ctrl .up {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-price {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
}

.product-price > div {
    font-family: 'Brandon Grotesque Bold';
    font-size: 28px;
    line-height: 65px;
    font-weight: normal;
    margin-right: 20px;
    /*width: 120px;*/
    text-align: left;
}

.product-price a, a.wishlist-add-cart {
    display: inline-block;
    font-family: 'Roboto Bold';
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    width: 210px;
    line-height: 65px;
    background-color: #2ecc71;
    -webkit-transition: 0.15s ease background-color;
    -moz-transition: 0.15s ease background-color;
    -ms-transition: 0.15s ease background-color;
    transition: 0.15s ease background-color;
}

.product-price a:hover {
    background-color: #28b664;
    -webkit-transition: 0.15s ease background-color;
    -moz-transition: 0.15s ease background-color;
    -ms-transition: 0.15s ease background-color;
    transition: 0.15s ease background-color;
}

.product-price .link-bck-img {
    background-repeat: no-repeat;
    background-position: 85% 47%;
    text-align: left;
    padding-left: 25px;
    box-sizing: border-box;
    letter-spacing: 2px;
}

/* Login & Register Pages */
.login-register form {
    margin: 50px 0;
}

.login-register .form-row {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.login-register .form-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    margin-bottom: 15px;
}

.login-register .form-row label {
    width: 170px;
    margin-right: 25px;
    font-weight: normal;
}

.checkbox-label {
    width: 335px!important;
}

.login-register .form-row input[type="email"],
.login-register .form-row input[type="password"],
.login-register .form-row input[type="text"],
.login-register .form-row input[type="phone"],
.login-register .form-row textarea{
    border: 1px solid #e1e1e1;
    font-size: 13px;
    color: #707070;
    outline: none;
    padding: 7px 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 180px;
}

.login-register .form-row:last-child > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
}
.checkout-user-form .form-row:last-child > div {
     align-items: initial;
}

.login-register .form-row:last-child button {
    font-weight: normal;
    padding: 10px 55px;
    text-transform: uppercase;
    background-color: #03A9F4;
    color: #fff;
    border: 0;
    border-radius: 1px;
    cursor: pointer;
    outline: none;
    margin-bottom: 15px;
    -webkit-transition: 0.2s ease background-color;
    -moz-transition: 0.2s ease background-color;
    -ms-transition: 0.2s ease background-color;
    transition: 0.2s ease background-color;
}

.login-register .form-row:last-child button:hover {
    -webkit-transition: 0.2s ease background-color;
    -moz-transition: 0.2s ease background-color;
    -ms-transition: 0.2s ease background-color;
    background-color: #2196f3;
}

.login-register .form-row.has-error .help-block, .login-register .form-row .has-error .help-block {
    display: block;
    color: #fb2724;
    font-size: 12px;
    /*width: 190px;*/
}

/*.items-container .item .img-box {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*-webkit-box-orient: vertical;*/
    /*justify-content: center;*/
    /*-webkit-box-pack: center;*/
    /*align-items: center;*/
    /*-webkit-box-align: center;*/
    /*overflow: hidden;*/
/*}*/

.items-container .item .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    overflow: hidden;
    /* border-radius: 50%; */
    border: 3px solid #dbdbdb;
    height: 250px !important;
}
.featured-container .items-container .item .img-plus-price .img-box {
    border-radius: 50%;
}
.img-plus-price.all-products .img-box {
    max-height: 200px;
    max-width: 300px;
    margin: 0 auto;
    height: 200px !important;
}

/* Contact Us Page Styles */
.contact-container .contact-info-form,
.contact-container .contact-addres-map {
    width: 50%;
    float: left;
}

.contact-container .contact-info-form {
    padding-right: 25px;
}

.contact-container .contact-addres-map {
    padding-left: 100px;
}

.contact-container > h1,
#page .default-page h1 {
    font-family: 'Brandon Grotesque Bold';
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
    color: #333333;
}

.contact-info-form p,
.contact-info span,
#page .default-page .content {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    /* color: #5f5f5f; */
}

.the-contact-form {
    margin: 50px 0;
}

.the-contact-form h4,
.contact-addres-map h4 {
    font-family: 'Brandon Grotesque Bold';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333333;
}

.the-contact-form form,
.contact-info {
    margin: 20px 0;
}

.the-contact-form .form-row {
    /*width: 100%;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    margin-bottom: 25px;
}

.the-contact-form .form-row.text {
    align-items: flex-start;
    -webkit-box-align: start;
}

.the-contact-form .double {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
}

.the-contact-form .form-row label,
.the-contact-form span,
.checkout-user-form.login-register .form-row label {
    display: block;
    min-width: 90px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    color: #5f5f5f;
}

.checkout-user-form.login-register .form-row label {
    display: initial;
}

.the-contact-form .form-row div input,
.the-contact-form .form-row div textarea,
.checkout-user-form.login-register .form-row input[type="email"],
.checkout-user-form.login-register .form-row input[type="password"],
.checkout-user-form.login-register .form-row input[type="text"],
.checkout-user-form.login-register .form-row input[type="phone"] {
    border: 1px solid #e1e1e1;
    font-size: 13px;
    color: #707070;
    outline: none;
    padding: 7px 12px;
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    box-sizing: border-box;
    width: 100%;
}

.the-contact-form .form-row.half.left {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-flex: 1;
    margin-right: 15px;
}

.the-contact-form .form-row.half.right {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-flex: 1;
    margin-left: 15px;
}

.the-contact-form .form-row > div {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-flex: 1;
}

.the-contact-form .form-row.confirmation > div {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-box-flex: 0;
}

.the-contact-form .form-row:last-child button {
    font-weight: normal;
    padding: 10px 55px;
    text-transform: uppercase;
    background-color: #2ecc71;
    color: #fff;
    border: 0;
    border-radius: 1px;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.2s ease background-color;
    -moz-transition: 0.2s ease background-color;
    -ms-transition: 0.2s ease background-color;
    transition: 0.2s ease background-color;
}

.the-contact-form .form-row:last-child button:hover {
    background-color: #31dd7a;
    -webkit-transition: 0.2s ease background-color;
    -moz-transition: 0.2s ease background-color;
    -ms-transition: 0.2s ease background-color;
    transition: 0.2s ease background-color;
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
}

.contact-info .half {
    width: 50%;
}

.contact-info .half {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.contact-info .half:first-child {
    -webkit-box-orient: horizontal;
    flex-direction: row;
}

.contact-info .half:last-child {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.contact-info span {
    margin-bottom: 0;
}

.half span.info-letter {
    margin: 0 40px 0 0;
    display: inline-block;
    min-width: 10px;
}

.btn{
    background-color: #2ecc71;
    display: block;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    color: #ffffff;
    float: left;
    padding: 15px 30px;
    border: 0;
}

.btn.red {
    background-color: #953b39 !important;
}

.btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #28b664;
}
/* Default Page Template Style */
#page #product {
    padding: 30px 15px;
}

#page .page-featured-image {
    text-align: center;
    margin-top: 15px;
}

#page .page-featured-image img { 
    height: 250px; text-align: center; 
}

#page .default-page .content p {
    text-indent: 35px;
    margin-bottom: 15px;
}

#page .default-page .content p:last-child {
    margin-bottom: 0;
}

.content{
    padding-bottom: 30px;
}

.content.cart-content{
    padding-bottom: 50px;
}


/* Main Menu Drop Down */
.menu .dropdown, .dropdown-sub {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fb2724;
    left: -20px;
    min-width: 260px;
}

.menu .has-dropdown {
    position: relative;
}

.menu .dropdown li, .menu .dropdown li .dropdown-sub li{
    display: block !important;
    width: 100%;
    line-height: 35px !important;
    margin: 0 !important;
    padding: 0;
    position:relative;
}

.menu .dropdown li a, .menu .dropdown .dropdown-sub li a{
    display: block !important;
    width: 100%;
    line-height: 35px !important;
    margin: 0 !important;
    padding: 5px 20px;
    position: relative;
    box-sizing: border-box;
}

#main-menu .menu ul li .dropdown-sub{
    position: absolute;
    top:0px;
    left: 260px;
    background: #2f2f2f;
}

.menu li a span.mobile-drop-icon {
    display: none !important;
}

.menu .dropdown li a:after {
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
}

.menu .dropdown li a:hover {
    background: #2f2f2f !important;
}

.menu .dropdown li .dropdown-sub li a:hover {
    background: #7b7b7b !important;
}

.menu .dropdown li:hover a:after {
    width: 3px !important;
}

.menu .dropdown li:hover .dropdown-sub li a:after {
    width: 0px !important;
}

.menu .dropdown li .dropdown-sub li:hover a:after {
    width: 3px !important;
}

.menu li a span.drop-icon,
.menu li a span.mobile-drop-icon {
    width: 16px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -2px;
    -webkit-transition: 0.2s ease transform;
    transition: 0.2s ease transform;
}

.menu ul li:hover ul.dropdown,
.menu ul.dropdown:hover {
    display: block !important;
}

.menu ul.dropdown li:hover .dropdown-sub{
    display: block !important;
}

.menu li:hover a span.drop-icon {
    -webkit-transition: 0.2s ease transform;
    transition: 0.2s ease transform;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-active .menu ul.dropdown {
    display: block;
    position: static;
    background-color: transparent;
    min-width: auto;
}

.menu-active .menu .dropdown li:hover {
    background: transparent !important;
}

.menu-active .menu .dropdown li a:after {
    display: none !important;
}

.menu-active .menu li a span.drop-icon {
    display: none;
}

.menu-active .menu li a span.mobile-drop-icon {
    display: inline-block !important;
    margin-bottom: 3px;
}

#add_to_wishlist, a.wishlist-add-cart {
    background-image: none;
    background-color: #03A9F4;
    padding-left: 0;
    margin-right: 5px;
    text-align: center;
}

.tbl {
    width: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;, sans-serif;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 21px;
}

.tbl th {
    background-color: #363636;
    color: white;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Regular', sans-serif;
    font-size: 14px;
    line-height: 48px;
    text-align: left;
}

.checkout-price {
    text-align: center;
}

.tbl-checkout th{
    text-align: center;
}
.tbl-checkout .name {
    width: 60%;
}
.tbl-checkout .name img {
    width: 50%;
    margin: 25px 0;
    float: left;
}

.tbl-checkout .name span {
    width: 45%;
    margin: 50px 0;
    float: left;
    margin-left: 5%;
}

.tbl td{
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
}

.tbl td img,
.tbl th.img{
    width: 250px;
    /*padding-right: 30px;*/
    margin: 25px;
    vertical-align: middle;
}

.tbl td img{
    /*padding-top: 20px;*/
}

.tbl td.name,
.tbl td.subtotal{
    font-family: 'Brandon Grotesque Bold', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #333333;
}

.tbl td.name small{
    font-family: 'Brandon Grotesque Regular', sans-serif;
    font-size: 16px;
}

.tbl td.subtotal{
    font-size: 30px;
    /*line-height: 64px;*/
}

.tbl .actions{
    font-size: 25px;
}

.quantity{
    width: 75px;
    display: block;
    text-align: center;
}

.quantity input{
    width: 50px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    float: left;
    height: 34px;
    padding-left: 10px;
}

.quantity a{
    display: block;
    height: 17px;
    border: 1px solid #e1e1e1;
    width: 25px;
    padding: 0px 7px;
    float: left;
    line-height: 0;
    color: #e1e1e1;
}

.quantity a:first-of-type {
    border-bottom: 1px solid white;
}

.last_row td{
    padding: 20px;
}

.coupon input{
    height: 51px;
    border: 1px solid #e1e1e1;
    padding-left: 10px;
    float: left;
    width: 240px;
}

#totals{
    float: right;
}

#totals{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Brandon Grotesque Regular', sans-serif;
    padding-top: 1.5%;
    width: 30%;
    color: #333333;
}

#totals.checkout-totals {
    width: 65%;
}

#totals.checkout-totals dd {
    padding-right: 7%;
}

#totals dt {
    width: 50%;
    float: left;
    text-align: right;
}

#totals dd {
    width: 50%;
    float: left;
    text-align: right;
}

.totals_second_row{
    padding-top: 15px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.totals_last_row{
    font-size: 29px;
    padding-top: 18px;
    padding-bottom: 13px;
    font-family: 'Brandon Grotesque Bold', sans-serif;
}
.btn.totals{
    width:100%;
    text-align: center;
}

.cart-attribute-listing {
    list-style: none;
}

.cart-attributes-checkmark {
    width: 15px;
    height: 15px; 
    float: left;
    margin: 3px 15px 1px 0;
    background-image: url(../../img/icons/check.png);
}

.attributes{
    width: 25%;
}

/* Account Page Styles */
#account-content h1{
    color: #333333;
    font-family: 'Brandon Grotesque Bold';
    text-transform: uppercase;
    font-size: 24px;
}
#account-content{
    min-height: 560px;
}
.left-content{
    width: 30%;
    float: left;
}
.right-content{
    width: 70%;
    float: left;
    
}
#account-content hr{
    width: 55%;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    margin: 12px 0;
    padding: 0; 
}
#account-content ul{
    list-style: none;
    margin-left: 20px;
}
#account-content li{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #5f5f5f;
    padding: 8px;
    cursor: pointer;
    width: 50%;
}
.product-thumb img{
    width: 140px;
    height: auto;
}
.product-cell{
    float: left;
    padding: 20px 0;
    padding-right: 20px;
}
.product-cell h2{
    color: #333333;
    font-family: 'Brandon Grotesque Bold';
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 15px;
}
.product-cell p{
    color: #333333;
    font-family: 'Brandon Grotesque Bold';
    font-size: 16px;
}
.product-price h3{
    color: #333333;
    font-family: 'Brandon Grotesque Bold';
    text-transform: uppercase;
    font-size: 30px;
    margin-top: -15px;
    padding-left: 70px;
}
.product-cell button{
    background-color: #2ecc71;
    padding-right: 15px;
    border: none;
    font-family: 'Roboto Bold';
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    width: 200px;
    height: 60px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.product-cell .fa.fa-times-circle-o{
    font-size: 25px;
    padding-top: 20px;
}

.ud-icons img{
    margin-top: 30px;
}
#prod-hr{
    width: 100% !important;
}
.acc-nonactive-tab{
    display: none;
}
.dashboard-data{
    overflow: hidden;
    width: 50%;
    float: left;
    min-height: 100px;
    margin-bottom:20px;
    padding-top: 20px;
}
.dashboard-header{
    margin-top: 40px;
    margin-bottom: 20px;
}
.account-dashboard p{
    color: #5f5f5f; 
    font-family: 'Brandon Grotesque Regular';   
}
.dash-left, .dash-right{
    float: left;
}
.dash-right{
    float:right;
    margin-right: 80px;
    margin-top: 20px;
}
.dash-right a{
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: left;
    display: block;
    width: 135px;
    height: 30px;
    line-height: 20px;
    text-decoration: none;
}
.dash-right span{
     color: #333333; 
     font-family: 'Brandon Grotesque Bold';
     margin-left: 25px;
}
.dashboard-row{
    margin-top: 40px;
    margin-bottom:20px;
}
.dashboard-row h2{
    text-transform: uppercase;
}
.dashboard-contact, .dashboard-orders{
    border-right: solid 1px #e1e1e1;    
}
.dashboard-shipping, .dashboard-newsletter{
    padding-left: 60px;
}

.dashboard-orders .dash-right a{
    margin-left: 85px;
}
.dashboard-newsletter .dash-right span{
    margin-left: 0;
}
.dashboard-info hr{
    width: 94% !important;
}
.dashboard-info{
    margin-top: 90px;
}
.edit-account-link{
    background-image: url('../../img/icons/pen.png');
    margin-top: 80px;
    margin-right: 143px;
}
.account-thumbnail{
    width: 280px;
    float: left;
    margin-right: 50px;
}
.account-thumbnail img{
    width: 100%;
}
.account-content{
    margin-top: 40px;
}
.account-address, .account-email, .account-phone{
    margin-top: 50px;
}
.account-address h2, .account-email h2, .account-phone h2{
    text-transform: uppercase;
    margin-bottom: 15px;
}
.account-data p, .account-email p, .account-phone p{
    color: #5f5f5f;
    font-family: 'Brandon Grotesque Regular';
    font-size: 16px;
}
.account-email{
    float: left;
    margin-right: 50px;
}
#acc-info-header{
    float: left;
}
.account-information a{
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: left;
    display: block;
    width: 170px;
    height: 30px;
    line-height: 25px;
    text-decoration: none;
    float: right;
    
}
.account-information hr{
    clear: both;
}
.account-information span{
    margin-left: 40px;
    color: #5f5f5f;
    font-family: 'Brandon Grotesque Bold';
    font-size: 16px;
}
.subscription-info{
    overflow: hidden;
    margin-top: 40px;
}
.subscription-info img{
    width: 30px;
}
.subscription-info h2{
    text-transform: uppercase;
    margin-top: 5px;
    font-family: 'Brandon Grotesque Bold';
}
.subscription-info p{
    margin-top: 5px;
    color: #5f5f5f;
    font-family: 'Brandon Grotesque Bold';
}
.subscription-info img, .subscription-info h2, .subscription-info p{
    float: left;
    margin-right: 30px;
}
.order-header{
    margin-top: 40px;
}
.order-header h1{
    float: left;
    margin-right: 30px;
    margin-top: 0;
}
.order-header a{
    color: #fb2724;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Brandon Grotesque Regular';    
}

.quick-links{
    margin-top: 25px;
    float: left;
}
.order-header p{
    color: #5f5f5f;
    font-size: 16px;
    font-family: 'Brandon Grotesque Regular';
    padding-bottom: 10px;
}
.order-details{
    margin-top: 40px;
}
.details-data{
    float: left;
    margin-right: 60px;
}
.details-data h2{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #333333;
    font-family: 'Brandon Grotesque Bold';
}
.details-data p{
    color: #5f5f5f;
    font-family: 'Brandon Grotesque Regular'; 
}
.order-items{
    margin-top: 40px;
    margin-bottom: 25px;
}
.order-items h1{
    font-size: 20px !important;
}
.order-items table{
    margin-top: 30px;
    width: 100%;
}
.order-items table thead{
    background: #333333;
    line-height: 40px;
    color: #ffffff;
    font-family: 'Brandon Grotesque Bold';
    text-transform: uppercase;
}


.order-items thead tr{
    height: 40px;
}
.order-items tbody td{
    border-bottom: 1px solid #e1e1e1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #5f5f5f;
    font-family: 'Brandon Grotesque Regular'; 
}
.order-items tfoot td{
    height: 40px;
    text-align: center;
    font-family: 'Brandon Grotesque Bold';
    color: #5f5f5f;
    font-size: 14px;
    padding-top: 20px;
}
.table-footer{
    font-family: 'Brandon Grotesque Bold';
    text-transform: uppercase;
    color: #5f5f5f;
    font-size: 14px;
    text-align: right !important;

}
.grand-total{
    font-size: 18px !important;
}
.order-drop-icon{
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.order-collapsed{
    display: none;
}

#account-content .order-content hr{
    border-top: 1px solid #e1e1e1;
    width: 100%;
    margin: 0;
}
#account-content .account-active-tab{
    color: #d02d4a;
}
.subscription-checkbox{
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 30px;
    border: 1px solid Black;
    float: left;
}
.subscription-checked{
    background-color: #ce2642;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border:none;
}

.account-wishlist.all-wishlist{
    width: 80%;
    margin-left: 10%;
}

.product-name {
    width: 33.3%;
}

#toast-container > div {
    opacity: 0.9 !important;
}
.menu-container.content.cart-content p{
    margin: 10px 0;
}



.tbl tr.border-top {
    border-top: 2px dashed #000;
}

.res-td {
    display: block;
    text-align: center;
    border-bottom: none !important;
    width: 100%;
}

.td-header {
    text-align: left;
    padding-left: 25px;
    background-color: #f6f6f6;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Brandon Grotesque Bold', sans-serif;
    color: #333;
}

.res-td .quantity {
    margin: 10px auto;
}

.subtotal.res-td p {
    font-size: 22px;
    line-height: 25px;
}

.actions.res-td a {    
    color: #333;
}

.actions.res-td {
    font-size: 20px;
    padding: 10px;
    text-align: right;
}

.tbl td.res-td img {
    margin: 10px;
}

.tbl tr.res_last_tr td input,
.tbl tr.res_last_tr td button,
.tbl tr.res_last_tr td a {
    float: none;
    margin: 0 auto 15px;
    max-width: 250px;
}

.tbl tr.res_last_tr td:first-child {
    padding-bottom: 0;
}

.tbl tr.res_last_tr td:last-child {
    padding-top: 0;
}

.all-products-price {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    background-color: #fb2724;
    line-height: 80px;
    text-align: center;
    font-family: 'Brandon Grotesque Bold';
    font-size: 16px;
    letter-spacing: 1px;
    top: -25px;
    left: 205px;
}

.img-plus-price.all-products {
    position: relative;
}

.item.products-all {
    margin-bottom: 45px;
    float: left;
    width: 30%;
    margin-right: 3%;
    min-height: 450px;
}

.blog-clear .products-all:nth-child(3n+1){
    clear: left;
}

.all-products{
    overflow: hidden;
}

.attributes-holder.products-all{
    width: 23%;
    float: left;
}
.product-attributes{
    width:  100%!important;
}
.item.products-all p {
    margin-bottom: 0;
    margin-top: 0px;
    color: #fb2724;
    font-weight: bold;
}

.item.products-all a{
    /*margin-top: 10px;*/
}
.attributes-holder.products-all p{
    /* display: inline; */
    font-size: 16px;
    float: left;
    line-height: 1;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    /* width: 40%; */
}
.attributes-holder.products-all span{
    font-size: 10px;
    float: left;
    margin-top: 12px;
    color: #bababa;
}

.attributes-holder.products-all ul{
     list-style-type: none;
 }

  .attributes-holder.products-all li{
    position: relative;
  }

 .attributes-holder.products-all li input{
    float: left;
    margin-top: 6px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: none;
    -moz-box-sizing: none;
    box-sizing: none;
    box-shadow: none;
    position: relative;
    z-index: 9999;
    opacity: 0
 }

 .attributes-holder.products-all li p:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #e1e1e1;
 }


.attributes-holder.products-all li input.atribute-checked + p:after{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    background: url('../../img/icons/checkmark.png') #ce2642 no-repeat center;
    border: 1px solid red;
    z-index: 999;
 }

/*.atribute-checked{
    background-color: #ce2642;
    background-image: url('../../img/icons/checkmark.png'); 
    background-repeat: no-repeat;
    background-position: center;
}*/
 .attributes-title{
    text-align: left;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Bold';
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 25px;
 }
 .attributes-holder li{
    clear: both;
    overflow: hidden;
 }

 .subscription-checkbox{
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 30px;
    border: 1px solid Black;
    float: left;
}
.subscription-checked{
    background-color: #ce2642;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border:none;
}
/* .categories-holder{
    margin: 100px 0;
} */
.categories-list {
    /* display: flex; */
    font-size: 0;
}
.categories-list li{
    display: inline;
    text-transform: uppercase;
    font-size: 19px;
    padding: 9px 25px;
    font-weight: 200;
    color: #000;
    margin-left: 0;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    font-family: 'Brandon Grotesque Bold';
}
li.categories-active {
    border-bottom: 5px solid #fb2724;
    color: #fb2724;
    /* font-family: 'Brandon Grotesque Bold'; */
    /* padding-bottom: 25px; */
}
.subcategories-list li.subcategories-active {
    border-bottom: 5px solid #fb2724;
    color: #fb2724;
    /* font-family: 'Brandon Grotesque Bold'; */
    font-size: 15px;
}
.product-filter{
    overflow: hidden;
    margin:0 0 30px 0;
}
h3.product-filter-title {
    float: left;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Brandon Grotesque Bold';
    font-weight: normal;
}
.dropdown-filter{
    float: right;
}
.dropdown-filter{
    color: #8f8f8f;
    font-family: 'Brandon Grotesque Regular';
}
.dropdown-filter select{
    padding: 5px 20px;
    width: 250px;
    margin-left: 15px;
}
.attribute-btn button{
    -webkit-appearance: none;
    border: none;
    width: 50%;
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #fff;
    background: #fb2724;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Regular';
    display: none;
}
#no-attributes-para{
    width: 100%;
    margin-left: 0;
}
.form-row-group {
    display: flex;
    flex-direction: row;
    width: 820px;
    margin: 0 auto;
}
.login-register .form-address-row,
.login-register .form-comment-row {
    width: 820px;
    margin: 15px auto;
}
.address-box,
.comment-box{
    width: 72%;
}
textarea#address {
    width: 100%;
    height: 35px;
}

textarea#comment {
    width: 100%;
    height: 80px;
}

.login-register h3{
    width: 820px;
    margin: 0 auto;
    text-indent: 20px;
    margin-top: 50px;
}
h3.password-title{
    margin-bottom: 20px;
}
.login-register .form-btn-row{
    width: 820px;
    margin: 0 auto;
    justify-content: flex-end;
    margin-top: 20px;
}
.login-register .form-btn-row button{
    margin-right: 17px;
}
.login-row-group{
    width: 600px;
}
.login-register .login-row-group input[type="email"], .login-register .login-row-group input[type="password"]{
    width: 260px;
}
.login-register .login-row-group button{
    margin-top: 30px;
}
h3.login-title{
    width: auto;
    text-indent: 0;
    text-align: center;
}
.login-register .single-field-row{
    justify-content: flex-start;
    margin-left: 17px;
}
label[for="sketch"] {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
  color: #fff;
  opacity: .9;
  font-weight: bold;
}

input[type="file"] {
  cursor: pointer !Important;
}
input[type="file"]::-webkit-file-upload-button {
  background: #f5f5f5;
  border: 0;
  padding: 1em 2em;
  cursor: pointer;
  color: #000;
  border-radius: .2em;
}
input[type="file"]::-ms-browse {
  background: #f5f5f5;
  border: 0;
  padding: 1em 2em;
  cursor: pointer;
  color: #000;
  border-radius: .2em;
}
h3.warning-title{
    color: #bbbbbb;
}
.ft-img{
    width: 35%;
    float: left;
}
.ft-img img{
/*    margin-top: 100px;*/
    width: 100%;
}
.mattress-form{
    width: 65%;
    float: left;
}
h3.dimenstions-title {
    margin-bottom: 25px;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1400px)
{
    .left-content{
        width: 25%;
        margin-left: 1%;
    }
    #account-content ul{
        width: 70%;
    }
    #account-content li{
        width: 100%;
    }
    .right-content{
        width: 74%;
    }
    .account-orders{
        margin-right: 2%;
    }
}
@media screen and (max-width: 1366px){
    .login-register .form-row label{
        width: 135px;
    }
    .login-register h3{
        text-indent: 30px;
    }
    .login-register .form-btn-row button, .login-register .login-row-group button{
        margin-right: 35px;
    }
    label[for="depth"] {
        margin-left: 17px;
    }
    h3.product-filter-title{
        text-indent: 20px;
    }
    .dropdown-filter{
        margin-right: 20px;
    }
    .attributes-holder.products-all ul{
        margin-left: 20px;
    }
    .checkbox-label {
        width: 302px!important;
    }
}
@media screen and (max-width: 1315px)
{
    .dashboard-shipping, .dashboard-newsletter{
        padding-left: 45px;
        width: 50%;
    }
    .dashboard-contact, .dashboard-orders{
        width: 50%;
    }
    .categories-list li{
        padding: 30px 50px;
        display: inline-block;
    }
    .subcategories-list ul li{
        padding: 30px 50px;
        display: inline-block;
    }

}
@media screen and (max-width: 1290px){
    .totals_last_row {
        font-size: 26px;
    }
}
@media screen and (max-width: 1280px){
    .ft-img{
        width: 100%;
    }
    .mattress-form{
        width: 60%;
    }
    #main-menu .menu ul li {
        margin-left: 25px;
    }
}
@media screen and (max-width: 1216px){
    .item.products-all{
        width: 45%;
    }
}
@media screen and (max-width: 1201px)
{
    .product-price h3{
        padding-left: 20px;
    }
    .ft-img{
        display: block;
    }
    .mattress-form{
        width: 100%;
        float: none;
    }

} 
@media screen and (max-width: 1180px)
{
    .dashboard-orders .dash-right a{
        margin-left: 0;
    }
    .dash-right{
        margin-left: 35px;
    }
    .dash-right a{
        width: 126px;
    }
    .details-data{
        width: 25%;
        margin-right: 0;
    }
    .product-cell button{
        width: 160px;
    }
    
}

@media all and (max-width: 1101px)
{
    .dash-right {
        margin-left: 12px;
    }
    .dashboard-shipping, .dashboard-newsletter{
        padding-left: 30px;
    }
    .product-cell button{
        width: 140px;
        margin-top: 15px;
        height: 50px;
    }
    .product-price h3{
        font-size: 25px;
    }
    #account-content ul{
        width: 75%;
    }
    #main-menu .menu ul li a{
        font-size: 18px;
    }
    #main-menu .menu ul li{
        margin-top: 4px;
    }
    

}
@media screen and (max-width: 1024px)
{
    .left-content{
        width: 98%;
        margin-left: 2%;
    }
    #account-content ul {
        width: 100%;
        margin-left: 0;
    }
    #account-content li{
        width: 100%;
        display: inline;
    }
    .right-content {
        width: 98%;
        margin-left: 2%;
    }
    .dash-left, .dash-right{
        width: 100%;
        min-height: 45px;
        text-align: center;
        margin-right: 10px;
    }
    .dash-right a, .dashboard-orders .dash-right a{
        margin: 0 auto;
        float: right;
    }
    .product-price h3 {
       font-size: 22px;
    }
    .account-content {
        margin: -40px 0 15px 0;
    }
    .account-address, .account-email, .account-phone {
        margin-top: 30px;
    }
    .account-data h1{
        font-size: 25px;
    }
    #account-content {
        margin-top: 0;
    }
    .account-dashboard h1 {
        margin-top: 15px;
    }
    .categories-holder {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .categories-list li{
        font-size: 12px;
    }
    .subcategories-list ul li{
        font-size: 12px;
    }

    #totals.checkout-totals {
        width: 80%;
    }
    .checkout-partial {
        width: 100%;
        float: none;
    }
    .checkout-partial-left {
        margin-right: 0;
    }

}
@media screen and (max-width: 961px){
    h3.product-filter-title{
        float: none;
        margin-bottom: 20px;
    }
    .dropdown-filter{
        float: none;
    }
    .product-filter{
        margin-bottom: 40px;
    }
    .attributes-holder.products-all{
        float: none;
        width: 100%;
    }
    .attributes-hidden{
        display: none;
    }
    .attribute-btn button{
        display: block;
        margin-bottom: 40px;
    }
    .attributes-holder li{
        display: inline-block;
        width: 20%;
        margin-left: 1%;
    }
    .attributes-holder.products-all li input{
        float: left;
        text-align: left;
        margin-right: 15px;
    }
    .attributes-holder.products-all ul{
        text-align: left;
        margin-bottom: 10px;
    }
    .attributes-holder.products-all p{
        float: none;
        display: block;
        margin-top: 12px;
        font-size: 12px;
        width: auto;
        text-align: left;
        margin-left: 0;
        margin-bottom: 0;
    }
    .attributes-holder.products-all ul:last-of-type{
        margin-bottom: 30px;
    }
    .attributes-holder.products-all span{
        float: none;
    }
    .categories-list li{
        padding: 30px 40px;
    }
    .subcategories-list ul li{
        padding: 30px 40px;
    }
    #slider .slider-content .bck-overlay .h3-sp {
        margin-top: -60px;
    }
    #slider .slider-content .bck-overlay .h1-sp {
        font-size: 75px;
        line-height: 85px;
    }
    .attributes-title{
        text-align: center;
    }
    .attributes-holder.products-all ul{
        text-align: left;
    }
    .attributes-holder li{
        margin-left: 10%;
    }
    #add_to_wishlist{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .tbl-checkout .name {
        width: 100%;
    }
    .tbl-checkout .name img {
        width: 20%;
        float: none;
    }
    .tbl-checkout .td-header {
        padding: 10px 0;
    }
    .tbl-checkout .name span {
        width: auto;
        float: none;

    }
}
@media screen and (max-width: 769px)
{
    .left-content{
        text-align: center;
        width: 35%;
        float: none;
        margin: 0 auto;
    }
    #account-content .left-content h1{
        background-image: url('//rmf.dev/\modules/core/img/icons/down-arrow.png');
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        cursor: pointer;
    }
    #account-content hr{
        width: 100%;
        margin: 0 auto;
    }
    .account-menu-closed{
        display: none;
    }
    #account-content li{
        display: block;
    }
    .account-dashboard{
        text-align: center;
    }
    .right-content{
        margin: 0 auto;
    }
    .account-thumbnail, .account-data{
        overflow: hidden;
        margin-bottom: 40px;
    }
    .account-address, .account-email, .account-phone{
        width: 100%;
        float: none;
        
    }
    .account-email, .account-phone{
        margin-top: 10px;
    }
    .account-address{
        margin-top: 30px;
    }
    #account-content .account-data h1{
        font-size: 16px;
    }
    .account-thumbnail{
        margin-right: 30px;
    }
    .account-content{
        width: 98%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .account-data h1{
        margin-top: -15px;
    }

    .account-address{
        margin-top: 7px;
    }

    #acc-info-header{
        margin: 0 0 0 1%;
    }
    .account-orders, .account-wishlist{
        width: 98%;
        margin: 0 auto;
    }

    .details-data{
        text-align: center;
    }
    .product-cell button{
        width: 120px;
        margin-top: 20px;
        height: 40px;
        padding-right: 0;
    }
    .product-cell{
        padding-right: 10px;
    }
    .product-thumb img{
        width: 100px;
    }
    .product-cell h2{
        font-size: 17px;
    }
    .product-price h3 {
       font-size: 20px;
    }
    .account-subscription{
        width: 98%;
        margin: 0 auto;
        text-align: center;
    }
    .subscription-checkbox{
        float: none;
        margin: 0 auto;
    }
    .subscription-info h2, .subscription-info p{
        float: none;
        margin: 0;
    }
    .edit-account-link{
        margin-right: 15px;
        margin-top: 15px;
    }
    .categories-list li{
        padding: 30px 30px;
    }
    .subcategories-list ul li{
        padding: 30px 30px;
    }
    li.categories-active{
        padding-bottom: 25px;
    }
   
}
@media screen and (max-width: 736px) and (orientation:landscape){
    #slider .slider-content .bck-overlay .h1-sp {
        font-size: 50px;
        line-height: 50px;
    }
    #slider .slider-content .bck-overlay .h3-sp {
        font-size: 20px;
        letter-spacing: 8px;
        margin-top: 0px;
    }
    #slider .slider-content .bck-overlay .h5-sp {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 668px) and (orientation:landscape){
    #slider .slider-content .bck-overlay .h1-sp {
        font-size: 50px;
        line-height: 50px;
    }
    #slider .slider-content .bck-overlay .h3-sp {
        font-size: 18px;
        letter-spacing: 10px;
        margin-top: 15px;
    }
    #slider .slider-content .bck-overlay .h5-sp {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 641px)
{
    .left-content{
        width: 50%;
    }
    .product-cell{
        width: 36%;
    }
   .product-button{
        margin-left: 29%;
    }
    .product-cell button{
        width: 100%;
    }
    .ud-icons{
        width: 10%;
        position:absolute;
        right: 0;
    }
    .categories-list li{
        padding: 30px 25px;
    }
    .subcategories-list ul li{
        padding: 30px 25px;
    }


}


@media screen and (max-width: 600px)
{
    .account-thumbnail{
       width: 100%;
        float: none;
        text-align: center;
    }
    .account-thumbnail img{
        width: 50%;
    }
    .account-data{
        margin-left: 20%;
    }
    .categories-list li{
        padding: 30px 15px;
    }
    .subcategories-list ul li{
        padding: 30px 15px;
    }
   
     #slider .slider-content .bck-overlay .h1-sp {
        font-size: 35px;
        line-height: 50px;
        margin: 25px 0;
    }
    .attributes {
        width: 50%;
    }
    .res-td{
        width: 100%;
    }
}
@media screen and (max-width: 568px) and (orientation:landscape){
    #slider .slider-content .bck-overlay .h1-sp {
        font-size: 40px;
        line-height: 40px;
    }
    #slider .slider-content .bck-overlay .h3-sp {
        font-size: 18px;
        letter-spacing: 10px;
        margin-top: 35px;
    }
    #slider .slider-content .bck-overlay .h5-sp {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #slider .slide a {
        height: 40px !important;
        line-height: 0;
        padding: 20px 25px;
    }
}
@media screen and (max-width: 534px) and (orientation:landscape){
    
}
@media screen and (max-width: 500px)
{
    .dashboard-data{
        width: 96%;
        border-right: none;
        margin: 0 auto;
        float: none;
        padding-bottom: 20px;
    }
    #account-content hr{
        display: none;
    }
    #account-content .account-information hr{
        display: block;
    }
    .dashboard-shipping, .dashboard-newsletter{
        padding-left: 0;
    }
    .dashboard-row{
        margin-top: 0;
    }

    .dashboard-info{
        margin-top: 60px;
    }
    .account-information a{
        width: 135px;
    }
    .order-header h1{
        float: none;
    }
    .order-drop-icon{
        width: 30px;
        height: 30px;
        background-size: 22px;
        background-position-x: center;
    }
    #account-content .order-content hr{
        display: block;
    }
    .details-data{
        text-align: left;
        float: none;
        width: 100%;
        clear: both;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 10px;
    }
    .details-data h2{
        font-size: 14px;
        width: 45%;
        float: left;
        margin-right: 20px;
    }
    .details-data p{
        font-size: 14px;
    }
    .order-items th{
        font-size: 14px;
    }

    #acc-info-header{
        font-size: 25px;
    }
    .categories-list li{
        display: block;
    }
    .subcategories-list ul li{
        display: block;
    }
    .attributes-holder li{
        width: 25%;
    }
    .the-contact-form form, .contact-info{
        overflow: hidden;
    }
    #totals.checkout-totals {
        width: 100%;
    }

}
@media screen and (max-width: 465px)
{
    .checkout-partial .form-row{
        display: block;
    }
}

@media screen and (max-width: 435px)
{
    .left-content {
        width: 70%;
    }

    .account-information a {
        width: 126px;
    }

    #acc-info-header {
        font-size: 23px;
        margin-top: 9px;
    }
    .edit-account-link{
        margin-top: 25px;
    }

    .account-thumbnail{
        margin-bottom: 9px;
    }

    table#orders-table thead{
        display: none; 
    }
    table#orders-table tr{
        width: 100%;
        float: left;
    }
    table#orders-table tbody td { 
        display: block;
        padding: .6rem;
        min-width: 100%;
        float: left;
        text-align: left; 
    }
    table#orders-table tbody tr td:first-child { 
        background: #666; color: #fff; 
    }
    table#orders-table tbody td:before { 
        content: attr(data-th); 
        font-weight: bold;
        display: inline-block;
        width: 60%;
    }
    #orders-table > tfoot > tr > td:nth-child(1), #orders-table > tfoot > tr > td:nth-child(2) {
        display: none;
    }
    .table-footer{
        text-align: left !important;
    }
    .order-items tfoot td{
        width: 100%;
    }
    .account-wishlist{
        text-align: center;
    }
    .product-cell{
        width: 100%;
        padding:0;
    }
    .product-button{
        width: 100%;
        margin-bottom:15px;
        margin-left: 0;
    }
    .ud-icons{
        width: 13%;
        margin-bottom: 30px;
    }
    .product-thumb{
        margin-top: 20px;
    }
     .product-name {
        max-width:100%;
    }
    input#sketch {
        width: 85%;
    }
     #slider .slider-content .bck-overlay .h1-sp {
        font-size: 30px;
        line-height: 40px;
        margin: 25px 0;
    }
    #slider .slider-content .bck-overlay .h3-sp {
        font-size: 20px;
        letter-spacing: 5px;
        margin-top: -60px;
    }
    
}
@media screen and (max-width: 400px)
{
    .account-thumbnail img{
        width: 90%;
    }
    .account-data{
        margin-left: 5%;
    }
    #acc-info-header{
        text-align: center;
        margin-bottom: 10px;
        float: none;
    }
    .account-information a{
        float: none;
        margin: 0 auto;
    }
    .attributes-holder li{
        width: 31%;
    }
    .checkout-totals .totals_last_row {
        font-size: 20px;
    }

}
@media screen and (max-width: 385px){
    #slider .slider-content .bck-overlay .h1-sp {
        font-size: 35px;
        line-height: 35px;
    }
    #slider .slider-content .bck-overlay .h3-sp {
        font-size: 18px;
        letter-spacing: 5px;
        margin-top: -50px;
    }
}
@media screen and (max-width: 360px){
    .attributes-holder li{
        width: 45%;
    }
    div#custom-mattress {
        overflow: hidden;
    }
    #totals dt{
        width: 70%;
    }
    #totals dd{
        width: 30%;
    }
    .attributes-holder li {
        margin-left: 4%;
    }
    .checkout-partial h2 {
        font-size: 22px;
    }

}
@media screen and (max-width: 320px){
    #slider .slider-content .bck-overlay .h1-sp {
        font-size: 25px;
        line-height: 35px;
        margin: 25px 0;
    }
    #slider .slider-content .bck-overlay .h3-sp {
        font-size: 18px;
        letter-spacing: 0px;
        margin-top: 30px;
    }
}
.testimonials-container,
.about-us-container {
    margin: 50px 0;
}

.testimonials-header,
.about-us-header {
    text-align: center;
    margin-bottom: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.testim-s {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.testim-item {
    width: 17.5%;
    padding: 2.5%;
    position: relative;
}

.testim-item.active {
    width: 30%;
}

.testim-item .holder {
    background-color: #777;
    border-radius: 50%;
    border: 18px solid #efefef;
    width: 100%;
    height: 100%;
    position: relative;
}

.testim-item:not(.active) .holder .white-overlay {
    position: absolute;
    width: 101%;
    height: 101%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
}

.testimonials-footer {
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.testimonials-footer h1 {
    margin-top: 50px;
}

.testim-f {
    display: none;
}

.testim-f .description {
    margin: 45px 0 75px;
    position: relative;
}

.testim-f .description {
    padding: 65px;
    position: relative;
}

.testim-f .description p {
    color: #fff;
    display: block;
    max-width: 65%;
    margin: 0 auto;
    position: relative;
}

.testim-f .description p:before {
    content: '';
    width: 20px;
    height: 14px;
    background-size: cover;
    position: absolute;
    top: -10px;
    left: -50px;
    background-image: url('../../img/icons/quotes.png');
}

.testim-f .description p:after {
    content: '';
    width: 20px;
    height: 14px;
    background-size: cover;
    position: absolute;
    bottom: -10px;
    right: -50px;
    background-image: url('../../img/icons/quotes.png');
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-us-header p {
    font-size: 20px;
    max-width: 75%;
}

.about-us-footer {
    margin-top: 20px;
}

.about-us-footer img {
    width: 100%;
    height: auto;
}

.about-us-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.about-us-content p {
    padding-bottom: 20px;
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}

.testim-f .description .grey-background,
.testim-f .description .dark-background,
.testim-f .description .grey-arrow,
.testim-f .description .dark-arrow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.testim-f .description .grey-background,
.testim-f .description .grey-arrow {
    top: -5px;
    left: -5px;
}

.testim-f .description .dark-background,
.testim-f .description .grey-background {    
    transform: perspective( 1000px ) rotateY( -5deg );
    border-radius: 30px;
    margin-left: -3%;
}

.testim-f .description .dark-background {
    background-color: #333;
}

.testim-f .description .grey-background {
    background-color: #e2e2e2;
}

.testim-f .description .dark-arrow:before,
.testim-f .description .grey-arrow:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    position: absolute;
    left: 50%;
    top: -18px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testim-f .description .dark-arrow:before {
    border-bottom: 25px solid #333;
}

.testim-f .description .grey-arrow:before {
    border-bottom: 25px solid #e2e2e2;
}

#contact_store{
    background-color: #fb2724;
    margin-right: 5px;
    text-align: center;
    padding-left: 0;
}

/* Product Discount Styles */
.featured-container .holder .item .img-plus-price .price.not-valid {
    top: 20px;
    right: 20px;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
}

.featured-container .holder .item .img-plus-price .price.discount {
    height: 80px;
    width: 80px;
    background-color: #ffc01b;
    color: #333;
    z-index: 10;
}

.featured-container .holder .item .img-plus-price .price.not-valid img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.featured-container .holder .item .img-plus-price .price img {
    display: none;
}

/* Menu Search Style */
.menu-search {
    float: right;
    width: 100%;
    max-width: 300px;
    height: 29px;
    margin: 13px 0;
    margin-right: 25px;
}

.menu-search form {
    width: 100%;
    height: 100%;
    position: relative;
}

.menu-search input {
    width: 80%;
    height: 100%;
    background-color: #fff;
    color: #111;
    outline: none;
    border: 0;
    padding: 7px;
    box-sizing: border-box;
    float: left;
}

.menu-search button {
    width: 20%;
    height: 100%;
    float: left;
    outline: none;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fb2724;
    background-image: url(../../img/icons/scope-double.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    cursor: pointer;
}

.cart-content #cart-form table tr th,
.cart-content #cart-form table tr:not(.last_row) td {
    padding: 0px 5px;
}

.checkout-user-form .control-label{
    padding: 10px 0px;
}

.checkout-user-form .form-control{
    width: 100% !important;
    font-size: 15px !important;
}

/*.checkout-user-form input.form-control{
    height: 45px;
}*/

@media screen and (max-width: 1200px) {
    .cart-content #cart-form table tr th {
        line-height: 20px;
        vertical-align: middle;
        padding: 10px 5px;
    }

    .cart-content #cart-form table tr td.name {
        line-height: 20px;
    }

    .cart-content #cart-form table tr td.name small {
        margin-top: 10px;
        display: inline-block;
    }

    #cart-form ul.discounts {
        line-height: 17px;
    }

    .cart-content #cart-form table tr td:first-child img {
        margin: 10px;
    }
    .tbl-checkout .name img {
        margin:25px 0!important;
    }
    .cart-content #cart-form table tr td.subtotal {
        font-size: 25px;
    }

    .cart-content #cart-form table tr.last_row td {
        padding: 20px 0px;
    }

    .cart-content #cart-form table tr.last_row td:last-child button {
        float: right;
    }

    .cart-content #cart-form table tr.last_row td:last-child.res-td button {
        float: none;
    }

    #totals {
        width: 100%;
        max-width: 400px;
    }

    .totals_last_row {
        font-size: 22px;
    }
}

@media screen and (max-width: 960px) {
    .cart-content #cart-form table .name .td-header {
        margin-bottom: 5px;
    }

    .cart-content #cart-form table tr td.name small {
        margin-top: 0px;
    }

    .cart-content #cart-form table tr td.name {
        margin-bottom: 5px;
    }

    .cart-content #cart-form table .actions.res-td {
        margin-bottom: 10px;
    }
    .login-register h3{
        text-indent: 0;
        width: 100%;
        text-align: center;
    }
    .form-row-group{
        display: block;
        width: auto;
    }
    .login-register .form-address-row, .login-register .form-comment-row{
        width: auto;
    }
    .address-box, .comment-box {
        width: auto;
    }
    textarea#address, textarea#comment{
        width: 180px;
    }
    .login-register .form-btn-row{
        width: auto;
        justify-content: center;
    }
    .login-register .form-btn-row button, .login-register .login-row-group button{
        margin-right: 0;
    }
    .login-register .login-row-group input[type="email"], .login-register .login-row-group input[type="password"]{
        width: 180px;
    }
    .login-register .login-row-group button{
        margin-top: 0px;
    }
    .login-register .single-field-row{
        width: auto;
        justify-content: center;
        margin-left: 0;
    }
    label[for="depth"] {
        margin-left: 0px;
    }
}

/* Compare Products Css  */

.link-compare {
     font-size: 16px;
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
}

a.link-compare  {
    color: #b8b8b8;
}

a.link-compare:hover {
    color: #fb2724;
    text-decoration:none;
}

.count-compare.compare-empty {
    width: 18px;
    height: 18px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    cursor: pointer;
    margin-right: 4px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: -4px;
    border-radius:3px;
}


.count-compare.compare-selected {
    background: #fb2724 ;
    border: 1px solid #fb2724;
    color: #fff;
    height: 18px;
    width: 18px;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    display: inline-block;
    margin-right: 4px;
    text-align:center;
}

.compare-product {
    position: relative;
    text-align: left;
    margin:10px 0;
    color: #b8b8b8;
}

.popup-compare-holder .popup-title {
    color: #fb2724;
    font-family: 'Brandon Grotesque Bold';
    margin-top: 0;
}

.popup-compare-holder .button-list-item {
    display: inline-block;
    margin-right: 12px;
}

.popup-compare-holder {
	margin-left: 0;
	overflow: hidden;
}

.popup-compare-holder .symbols-right {
    margin-top:20px;
}

table#product_comparison {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

table#product_comparison th {
  padding: 10px;
}

table#product_comparison td {
    padding: 5px 12px;
    position: relative;
}

table#product_comparison .popup-spec-title {
    border-top: solid 2px #EFEFEF;
    border-right: solid 2px #EFEFEF;
    border-bottom-width: 0;
    border-left-width: 0;
    background: none;
    background-color: #F7F7F7;
    font-weight: bold;
    text-align: right;
    text-transform: none;
    font-size: 14px;
}

table#product_comparison .popup-product-sidehead {
    background-color: #F7F7F7;
    border-right: solid 2px #EFEFEF;
}

table#product_comparison .popup-spec-item {
    border-top: solid 1px #EFEFEF;
    border-right: solid 1px #EFEFEF;
    border-bottom-width: 0;
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
}
table#product_comparison .popup-spec-title small {
    font-size: 8px;
}

table#product_comparison .popup-product-head .image-holder,
table#product_comparison .popup-product-head .title-holder {
    text-align: center;
}

table#product_comparison .popup-button {
    margin-top: 10px;
    margin-bottom: 6px;
    text-align: left;
    color: #fff;
    background-color: #2ecc71;
    font-family: 'Roboto Bold';
    transition: 0.15s ease background-color;
    border: none;
    text-transform: uppercase;
    height: 30px;
    font-size: 12px;
    letter-spacing: 2px;
}

table#product_comparison .popup-button:hover, 
table#product_comparison .popup-button:focus {
   background-color: #28b664;
    -webkit-transition: 0.15s ease background-color;
    transition: 0.15s ease background-color; 
}
    

table#product_comparison .popup-product-remove {
    position: absolute;
    left: 0;
}

table#product_comparison .popup-product-remove-symbol {
    color: #fb2724;
}

table#product_comparison .popup-product-title {
    font-family: 'Brandon Grotesque Bold';
    font-weight: normal;
    text-transform: uppercase;
    
}

table#product_comparison .popup-product-title a {
    color: #333;
}

.popup-compare-holder .no-compare {
    padding: 35px;
}

.btn.cart{
    float: right;
    height: 65px;
    font-size: 12px;
    font-family: 'Roboto Bold';
    background-color: #fb2724;
    letter-spacing: 2px;
}

.btn.cart:hover{
    background-color: #b02e44;
}

.btn.coupon.new{
    padding-top: 23px;
    font-size: 12px;
    font-family: 'Roboto Bold';
    background-color: #f1c40f;
    letter-spacing: 2px;
}


.btn.coupon{
    height: 65px;
    margin-right: 5px;
    font-size: 12px;
    font-family: 'Roboto Bold';
    background-color: #a6a6a6;
    letter-spacing: 2px;
}
.btn.coupon:hover{
    background-color: #898787;
}
.btn.coupon.new:hover{
    background-color: #d4af19;
}



#side-tab {
	right: 0px;
	top: 50%;
	padding: 15px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	display: block;
	transform: rotate(90deg) translateX(50%);
	transform-origin: right top 0;
	color: #fff;
	width: 262px;
	line-height: 65px;
	background-color: #fb2724;
	text-transform: uppercase;
	font-family: 'Roboto Bold';
	font-size: 12px;
	cursor: pointer;
	letter-spacing: 2px;
}

.submit-order {
    background-color: #2ecc71 !important;
    height: 65px;
    font-size: 14px;
    font-family: 'Roboto Bold';
}

.btn.totals.right{
    height: 65px;
    font-size: 12px;
    font-family: 'Roboto Bold';
    letter-spacing: 2px;
}

.coupon.input{
    height: 65px;
}

#slider .slide a {
    height: 65px;
    font-size: 14px;
    font-family: 'Roboto Bold';
}

.mat-selector-container button,  #slider .slide a{
    height: 65px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    letter-spacing: 2px;
    line-height: 25px;
    margin-top: 15px;
    display: inline-block;
}

.mat-selector-container button:hover, #slider .slide a:hover {
    height: 65px;
    font-size: 14px;
    font-family: 'Roboto Bold';
}

.contact-us-button{
    height: 65px;
    font-size: 14px;
    font-family: 'Roboto Bold';
}



.owl-carousel {
    z-index: auto !important;
}

.video-not-clickable-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-not-clickable {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.video-not-clickable-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.owl-item {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.owl-home-slider .owl-dots {
    margin-top: 0 !important;
    padding-right: 27% !important;
    text-align: right !important;
    position: absolute;
    bottom: 45px;
    z-index: 199;
}

@media screen and (max-width: 1366px) {
    .owl-home-slider .owl-dots {
        bottom: 25px;
        padding-right: 25% !important;
    }
}

@media screen and (max-width: 991px) {
    .owl-home-slider .owl-dots {
        top: 100%;
        bottom: auto;
        padding-right: 0 !important;
        text-align: center !important;
    }
}

.owl-home-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    z-index: 199;
}

.owl-home-slider .owl-dots .owl-dot.active span {
    margin-bottom: 4px;
    width: 13px;
    height: 13px;
    background-color: #fb2724 !important;
}

.owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
}

.select-radio-wrapper {
    padding-top: 11px;
}

.image-holder {
	display: inline-block;
	position: relative;
}

.compare-holder {
    text-align: center;
}

.menu-opened {
    position: sticky;
    padding: 15px 0 63px;
}    
    
.custom-mattress-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 1;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 50%;
    margin: 0 auto;
}

.custom-mattress-list ul {
    list-style: none;
}

#custom-mattress .about-us-header p{
    max-width: 85%;
    margin: 0 auto;
}
#custom-mattress .about-us-header ul p{
    font-size: 16px;
}

#side-tab-close {
    right: 264px;
    top: 0;
    padding: 15px;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 9999;
    display: block;
    color: #fff;
    width: 30px;
    line-height: 65px;
    background-color: #fb2724;
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 2px;
}
.address {
    margin-right: 45px;
}
/*.slick-track img {*/
/*    height:auto !important;*/
/*}*/

.item.products-all .blog-post-img {
    width: 100%;
    max-width: 390px;
}

h1.blog-post-title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

.link-to-product .blog-post-read-more {
    font-size: 12px;
    font-family: 'Roboto Bold';
    letter-spacing: 2px;
    line-height: 35px;
    margin-top: 0px;
    display: inline-block;
    background-color: #fb2724;
    color: #fff;
    width: 115px;
    height: 35px;
}

#arrivals .blog-post-content, #arrivals .blog-post-content p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    color: rgb(51, 51, 51);
    height: 105px;
    overflow: hidden;
}

.subcategories-list ul {
    /* display: flex; */
    list-style: none;
    margin: 25px 0 50px 0;
    justify-content: center;
    align-items: center;
    font-size: 0;
}

.subcategories-list li {
    display: inline;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 37px;
    padding-bottom: 15px;
    font-weight: 200;
    color: #000;
    margin-left: 0;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    font-family: 'Brandon Grotesque Regular';
}

#price-range {
    width: 80%;
    margin: 40px 0 20px 20px;
}

#price-range-output {
    text-align: left;
    margin-bottom: 50px;
    width: 100%;
}

.item img.img-blog {
	/* min-height: 1px; */
	/* height: 100%; */
	/* max-height: 100%; */
	display: block;
	width: 100%;
}

.item img.product-index {
    width: 100%;
}

.subcategories-list {
    margin-top: 50px;
    min-height: 60px;
}

/* .main-blog-holder .item.products-all{
    width: 33.333%;
    min-width: 300px;
    float: left;
    padding: 5px;
    margin-bottom: 45px;
    margin-right: 0;
} */

button#next-step-mattress-selector:disabled,
button[disabled] {
    background-color: #cccccc;
    color: #666666;
}

.primary-answer, .secondary-answer {
    cursor: pointer;
}

.selection-choices .sn1 div img {
    height:89px;
    max-width: 150px;
}

.sn1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .main-blog-holder #all-products-holder {
    display:flex;
    flex-wrap: wrap;
} */

/* .main-blog-holder .items-container #all-products-holder .item {
    flex: 1;
    min-width: 330px;
    max-width: 450px;
} */

.custom-mattress-container {

    display: flex;
    overflow: hidden;
}
.custom-mattres-left {
    flex: 3 ;
}
.custom-mattres-left img {
    max-width: 520px;
    height: auto;
}
.custom-mattres-right {
    flex: 1 ;
}

#custom-mattress .login-register form {
    margin: 70px 0;
}

#custom-mattress .ft-img img {
    margin-bottom: 50px;
}

.sharethis-inline-share-buttons {
    margin-bottom: 15px;
}

.h1-sp.slider-title-holder sup {
    font-size: 16px;
    vertical-align: super;
}

@media screen and (max-width: 767px) {
    font-size: 12px;
}

.ergopedic-p {
    font-family: 'Quatro Cento Sans Regular';
    font-size: 10px;
    font-weight: 100;
}

.mat-selector-container{
    text-align: center;
}

.hidden-selector{
    display:none;
}

.selector-desc{
    font-family: 'Brandon Grotesque Bold';
    text-transform: uppercase;
    margin-bottom: 30px;
}

.mat-selector-container .btn{
    height: 65px;  
    font-size: 14px;
    font-family: 'Brandon Grotesque Bold';
    letter-spacing: 2px;
    margin-top: 15px;
    display: inline-block;
    padding:0 20px;
    background-color: #fb2724;
    color:#fff;
    line-height:65px;
    float:none;
}

.mat-selector-container .btn:hover {
    font-family: 'Brandon Grotesque Bold';
    background-color: #d13952;
}

#interested, #our_story{
    display:inline-block;
    padding:50px 0;
    width:100%;
    text-align:center;
}

#interested h2, #our_story h2, .about-us-header h1{
    font-family: 'Brandon Grotesque Bold';
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: normal;
    color:#fb2724;
}

.interested-single{
    text-align: left;
    padding:20px 0;
    border:2px solid #e5e5e5;
    border-radius: 20px;
    margin:0px 0px 40px 0px;
    display:inline-block;
    text-decoration:none;
}

.interested-single img{
    max-width:100%;
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.small-bed{
    width: 100px;
    height:auto;
    margin:0 30px;
}

.interested-top{
    margin-top:40px;
}

.sub-heading{
    color:#b8b8b8;
    padding:10px 50px;
    border-top:2px solid #e5e5e5;
    margin:10px 0 0 0;
    display:inline-block;
}

#interested .interested-single h2{
    font-family: 'Montserrat Bold', Arial;
    color:#b8b8b8;
    text-transform: none;
    padding:0 30px;
    font-size: 35px;
    line-height: 45px;
    margin-bottom:10px;
}

.interested-single p{
    padding:0 30px;
    color:#b8b8b8;
    margin-top:10px;
}

#our_story p{
    color:#b8b8b8;
    margin-top:10px;
}

.interested-single span{
    background: url(../../img/logo-tiny.png) center no-repeat;
    background-size: 100px 10.5px;
    width:100px;
    height:10.5px;
    display:inline-block;
    margin:0 30px;
}

.interested-single:hover{
    background:#fb2724;
    border:2px solid #fff;
    text-decoration:none;
}

.interested-single:hover span{
    background: url(../../img/logo-tiny-white.png) center no-repeat;
    background-size: 100px 10.5px;
}

#interested .interested-single:hover h2{
    color:#fff !important;
}

#interested .interested-single:hover p{
    color:#fff;
}

.interested-single:hover img{
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
}

#our_story p{
    color:#707070;
    line-height: 28px;
    margin-top:20px;
}

.story-left{
    margin:40px 0 0 0;
    display:inline-block;
    text-align: left;
}

.story-left p{
    color:#707070;
    line-height: 25px;
}

.story-right{
    margin:50px 0 0 0;
    display:inline-block;
    text-align: right;
}

.story-right p{
    margin-top:10px;
}

.story-right h3{
    font-family: 'Brandon Grotesque Bold';
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fb2724;
    padding: 0 0 10px 0px;
    border-bottom: 2px solid #e5e5e5;
    display:inline-block;
    margin:0;
}

.featured-image-wave-wrap{
    width:100%;
    height:400px;
    background-size:cover;
    text-align: center;
    max-width: 0 auto;
    display: inline-block;
    position:relative;
    overflow: hidden;
}

.featured-image-wave{
    width:100%;
    height:400px;
    background-size:cover;
    text-align: center;
    max-width: 0 auto;
    display: inline-block;
}

.inner-wave{
    position: absolute;
    bottom:0px;
    left: 0;
}

.overlay{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.55);
    display:block;
}

.btn-new{
    background-color: #fb2724;
    display: inline-block;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    color: #ffffff;
    padding: 15px 30px;
    border: 0;
}

.btn-new:hover {
    text-decoration: none;
    color: #ffffff;
}

.listed-product{
    margin-bottom: 30px;
    border: 2px solid #e5e5e5;
    border-radius: 0 0 20px 20px;
}

.listed-product img{
    width:auto;
    min-width:100%;
    height:100%;
}

.listed-product-img-wrap{
    height:219px;
    overflow: hidden;
    width:100%;
    display:block;
}

.product-title{
    background-color: #fb2724;
    color:#fff;
    font-family: 'Brandon Grotesque Bold';
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    text-align:left;
    float:left;
    padding:5px 17px;
}

.product-title:hover{
    background-color: #fb2724;
    color:#fff;
    text-decoration:none;
}

.product-info-container{
    display:inline-block;
    padding:10px 17px 20px 17px;
    box-sizing: border-box;
    width: 100%;
}

.product-info-container p{
    color: #b8b8b8;
    text-align:left;
}

.product-info-container p.pro-price{
    color: #fb2724; 
    margin:5px 0 0 0;
    font-weight: bold;
}

.product-info-container .btn{
    width:100%;
    border-radius:15px;
}

.categories-holder, .subcategories-list{
    width:100%;
    text-align:center;
}

.menu li:hover a span.drop-icon.no-rotate{
    transform: rotate(0deg);
}

.popup-compare-holder .popup-title{
    margin:0 25px; 
}
#learning-center h2{
    padding: 10px 0;
    font-size: 22px;
    font-weight: bold;
}

#learning-center h3{
    padding: 10px 0;
    font-size: 18px;
    color:#fb2724;
}

.recaptchaContainer {
    margin-right: 15px;
    align-items: flex-end!important;
}

.recaptchaContainer button {
    margin-right: 2px!important;
    margin-top: 15px;
}