/**
 *
 **/
.alignleft {
    display      : inline;
    float        : left;
    margin-right : 1.5em;
}
.alignright {
    display     : inline;
    float       : right;
    margin-left : 1.5em;
}
.aligncenter {
    clear        : both;
    display      : block;
    margin-left  : auto;
    margin-right : auto;
}
ol.post-list,
ol.comment-list {
    list-style : none;
    padding    : 0;
    margin     : 0;
}
/* General Post Styles */
.post-list li:after {
    content : ' ';
    clear   : both;
    display : block;
}
.post-entry {
    overflow : hidden;
    margin   : 0 0 20px;
}
.post-date {
    margin : 0 0 20px;
}
.post-image {
    float        : left;
    margin-right : 10px;
}
.post-meta {
    clear      : both;
    margin     : 0 0 20px;
    text-align : left;
}
.post-meta .post-meta-item {
    display      : inline-block;
    margin-right : 10px;
}
.post-readmore {
    margin-top : 10px;
}
.post-entry iframe {
    max-width : 100%;
}
/* Comments */
.comment-list-item {
    margin : 0 0 20px;
}
.comment-list.children {
    margin-top : 20px;
}
.comment-image {
    float  : left;
    margin : 0 10px 10px 0;
}
.comment-meta {
}
.comment-author {
    font-weight : bold;
    display     : block;
}
.comment-date {
}
.comment-entry {
    clear  : both;
    margin : 0 0 20px;
}
/* Widgets */
.block-blog .block-title {
    margin-bottom  : 10px;
    padding-bottom : 10px;
    border-bottom  : 1px solid #C6C6C6;
}
.block-blog .block-title > strong {
    font-size   : 18px;
    font-weight : 300;
}
.block-blog ul, .block-blog ol {
    list-style : none;
    margin     : 0;
    padding    : 0;
}
.block-blog-cloud li {
    display : inline;
    margin  : 0;
}
.block-blog-categories ul.level1 {
    margin-top : 1rem;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family              : sans-serif; /* 1 */
    -ms-text-size-adjust     : 100%; /* 2 */
    -webkit-text-size-adjust : 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
    margin : 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display : block;
}
body {
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
address {
    text-transform : none;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display        : inline-block; /* 1 */
    vertical-align : baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display : none;
    height  : 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display : none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color : transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline         : 0;
    text-decoration : none;
}
/*a:visited {
    color : #000000;
}*/
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom : 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight : bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style : italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size : 2em;
    margin    : .67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background : #FFFF00;
    color      : #000000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size : 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size      : 75%;
    line-height    : 0;
    position       : relative;
    vertical-align : baseline;
}
sup {
    top : -.5em;
}
sub {
    bottom : -.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border : 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow : hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin : 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing : content-box;
    height     : 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
    overflow : auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family : monospace, monospace;
    font-size   : 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color  : inherit; /* 1 */
    font   : inherit; /* 2 */
    margin : 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow : visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform : none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance : button; /* 2 */
    cursor             : pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor : default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border  : 0;
    padding : 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height : normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing : border-box; /* 1 */
    padding    : 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height : auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance : textfield; /* 1 */
    box-sizing         : content-box; /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance : none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border  : 1px solid #C0C0C0;
    margin  : 0 2px;
    padding : .35em .625em .75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border  : 0; /* 1 */
    padding : 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow : auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight : bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse : collapse;
    border-spacing  : 0;
}
td,
th {
    padding : 0;
}
.clearfix:after,
.container:after {
    content : " ";
    display : block;
    clear   : both;
}
.slideshow .pagination,
#header .links-holder,
#nav .menu,
.breadcrumbs,
.social-networks,
.tabset,
.visual ul.pagination,
.rooms-area .btns,
.header-area .list-items,
.header-area .pagination,
.aside .list-category,
.aside .check-list,
.aside .color-list,
#content .head .info-list,
#content .list-items,
#content .pagination,
.bottom-block .link,
#footer .footer-list {
    margin     : 0;
    padding    : 0;
    list-style : none;
}
.clearfix:after,
.container:after {
    content : "";
    display : block;
    clear   : both;
}
.ellipsis {
    white-space   : nowrap; /* 1 */
    text-overflow : ellipsis; /* 2 */
    overflow      : hidden;
}
html {
    box-sizing : border-box;
}
*,
*:before,
*:after {
    box-sizing : inherit;
}
* {
    max-height : 1000000px;
}
body {
    font-family : "Roboto", sans-serif !important;
}
body {
    color                   : #333333;
    background              : #FFFFFF;
    font                    : 16px/1.625 "Roboto", sans-serif;
    min-width               : 320px;
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
    height                  : auto !important;
}
img {
    max-width : 100%;
    height    : auto;
}
.gm-style img {
    max-width : none;
}
h1,
.h1,
h2,
.h2,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    margin : 0 0 .5em;
    color  : inherit;
}
h1,
.h1,
body.is-blog .main h1 {
    font-size : 25px;
}
h2,
.h2,
body.is-blog .main h2 {
    font-size : 22px;
}
h3,
.h3,
body.is-blog .main h3 {
    font-size : 20px;
}
h4,
.h4,
body.is-blog .main h4 {
    font-size : 18px;
}
h5,
.h5,
body.is-blog .main h5 {
    font-size : 17px;
}
h6,
.h6,
body.is-blog .main h6 {
    font-size : 15px;
}
p {
    margin         : 0 0 1em;
    font-size      : 16px;
    letter-spacing : 0;
    line-height    : 24px;
    text-align     : justify;
}
a {
    color           : #000000;
    text-decoration : none;
}
a:hover,
a:focus {
    color           : #4D4D4D;
    text-decoration : none;
}
form,
fieldset {
    margin       : 0;
    padding      : 0;
    border-style : none;
}
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance    : none;
    -webkit-border-radius : 0;
    box-sizing            : border-box;
    border                : 1px solid #999999;
    padding               : .4em .7em;
    height                : 38px;
    font-family           : "Roboto", sans-serif !important;
    font-size             : 16px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color : #333333;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color   : #999999;
    opacity : 1;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    color   : #999999;
    opacity : 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color : #999999;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color : #999999;
}
select {
    -webkit-border-radius : 0;
}
textarea {
    resize         : none;
    vertical-align : top;
}
body {
    font-weight : 300;
}
.btn-default,
.btn-primary,
.action.primary,
.action.action-update {
    display        : inline-block;
    vertical-align : top;
    font-size      : 18px;
    line-height    : 22px;
    background     : #EEEEEE;
    color          : #000000;
    min-width      : 170px;
    padding        : 11px 8px;
    text-align     : center;
    border         : 1px solid transparent !important;
    box-shadow     : none !important;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.btn-default:hover,
.btn-primary:hover,
.action.primary:hover,
.action.primary:active,
.action.primary:focus {
    color      : #000000;
    background : #EEEEEE;
    border     : 1px solid #CB2027 !important;
}
.btn-default:hover {
    color      : #FFFFFF;
    background : #CB2026;
}
.action.action-update:hover,
.action-select-shipping-item:hover,
.action-show-popup:hover,
.action-apply:hover {
    color      : #000000 !important;
    background : #EEEEEE !important;
}
.action.update:hover,
.action.share:hover,
.action.tocart:hover,
.account.rewardpoints-settings-index input[type=button]:hover {
    background : #EEEEEE;
    color      : #000000;
}
.cms-home .btn-area ul.btns .btn-default:hover,
.cartProcessBtn .checkout-methods-items .btn-default:hover {
    color      : #FFFFFF !important;
    background : #CB2026 !important;
}
#block-discount-heading,
.action.secondary.action-hide-popup span {
    color : #CB2026;
}
.action.secondary.action-hide-popup span:hover {
    color : #000000;
}
.btn-primary,
.action.primary,
.action.update,
.action.share,
.action.tocart,
.action.action-select-shipping-item,
.action.action-show-popup,
.action.action-apply {
    color      : #FFFFFF;
    background : #CB2026;
    border     : none;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
/*.btn-primary:hover,
.action.primary:hover,
.action.update:hover,
.action.share:hover,
.action.tocart:hover,
.action.action-select-shipping-item:hover,
.action.action-show-popup:hover,
.action.action-apply:hover {
    -webkit-box-shadow : 0 0 0 1px #cb2026 !important;
    box-shadow         : 0 0 0 1px #cb2026 !important;
}*/
.fotorama__nav__frame--thumb img {
    max-width : 94% !important
}
#product_design .designRow {
    margin-left  : -15px;
    margin-right : -15px;
}
#product_design .designRow h4 {
    margin-left : 15px;
}
a.readMorePlan {
    color : #FFFFFF;
}
#product.info.faq .btnfancy {
    float : left;
}
.account.rewardpoints-settings-index input[type=button] {
    display        : inline-block;
    vertical-align : top;
    font-size      : 18px;
    line-height    : 22px;
    background     : #CB2026;
    color          : #FFFFFF;
    min-width      : 170px;
    padding        : 11px 8px;
    text-align     : center;
    border         : none !important;
    box-shadow     : none !important;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.btn-primary:hover {
    background : #EEEEEE;
    color      : #000000;
}
.action.primary.add,
.btn-primary,
.action.primary {
    font-weight   : 300;
    /*11-09-2018*/
    /*text-transform : lowercase !important;*/
    border-radius : 0 !important;
}
.slideshow {
    position : relative;
}
.slideshow .slide {
    overflow : hidden;
    position : absolute;
    z-index  : 1;
    left     : 0;
    top      : 0;
    right    : 0;
}
.slideshow .slide img {
    width          : 100%;
    height         : auto;
    vertical-align : top;
}
.slideshow .slide.active {
    z-index : 2;
}
.slideshow .pagination {
    padding               : 24px 10px 0;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    margin                : 0 -4px;
}
.slideshow .pagination li {
    padding : 0 4px;
}
.slideshow .pagination a {
    display : block;
}
.slideshow .pagination a:hover {
    color : #CB2026;
}
.slideshow .pagination a img {
    max-width : 100%;
}
.slideshow .owl-carousel .owl-stage-outer {
    padding : 0 !important;
}
.slideshow .btn-prev,
.slideshow .btn-next {
    width        : 0;
    height       : 0;
    position     : absolute;
    left         : 0;
    bottom       : 40px;
    border-style : solid;
    border-width : 6px 6px 6px 0;
    border-color : transparent #ADADAD transparent transparent;
}
.slideshow .btn-next {
    left         : auto;
    right        : 0;
    border-width : 6px 0 6px 6px;
    border-color : transparent transparent transparent #ADADAD;
}
.carousel {
    position : relative;
}
.carousel .mask {
    position : relative;
    overflow : hidden;
}
.carousel .slideset {
    font-size   : 0;
    line-height : 0;
    width       : 100% !important;
    white-space : nowrap;
}
.carousel .slideset > * {
    font-size   : 14px;
    line-height : 20px;
    white-space : normal;
}
.carousel .slideset .slide {
    width          : 25% !important;
    display        : inline-block;
    vertical-align : top;
}
.carousel .btn-prev,
.carousel .btn-next {
    background : url('../images/sprite.png') no-repeat -14px -92px;
    width      : 15px;
    height     : 17px;
    position   : absolute;
    left       : 0;
    top        : 70px;
    display    : block;
}
.carousel .btn-prev:hover,
.carousel .btn-next:hover {
    opacity : .5;
}
.carousel .btn-next {
    background-position : -46px -92px;
    left                : auto;
    right               : 0;
}
.carousel .carousel .mask .carousel .mask .slide {
    width : 600px;
    float : left;
}
.banner-item {
    margin : 0 !important;
}
.filter-active {
    overflow : hidden;
}
#wrapper {
    position : relative;
    overflow : hidden;
}
#wrapper:after {
    position           : absolute;
    left               : 0;
    right              : 0;
    top                : 0;
    bottom             : 0;
    background         : rgba(0, 0, 0, .8);
    content            : "";
    opacity            : 0;
    visibility         : hidden;
    -webkit-transition : all .4s ease;
    transition         : all .4s ease;
}
#main {
    padding : 0 0 24px;
}
/*.container {
    max-width : 1103px;
    margin    : 0 auto;
    padding   : 0 10px;
}*/
#header {
    position      : relative;
    padding       : 21px 0 14px;
    border-bottom : 4px solid #CB2026;
    background    : #FFFFFF
}
#header.no-border {
    /* border : none; */
}
#header .top-head {
    position : relative;
    /*overflow : hidden;*/
    margin   : 0 0 16px;
}
#header .right-col {
    /*overflow   : hidden;*/
    text-align : right;
}
#header .links-holder {
    font-size   : 17px;
    line-height : 23px;
    margin      : 0 0 10px;
}
#header .links-holder li {
    display        : inline-block;
    vertical-align : top;
    margin         : 0;
    padding        : 0 0 0 9px;
}
#header .links-holder > li:first-child {
    padding-right : 9px;
}
#header .links-holder i {
    display        : inline-block;
    vertical-align : middle;
    margin         : 0;
}
#header .links-holder a {
    color : rgba(0, 0, 0, .9);
}
#header .links-holder a:hover {
    color : #CB2026;
}
#header .logo {
    width   : 269px;
    float   : left;
    margin  : 0;
    padding : 4px 0 0;
}
#header .logo a {
    display : block;
}
#header .logo img {
    width          : 100%;
    height         : auto;
    vertical-align : top;
}
.links-holder .shippingText span {
    color       : #CB2026;
    font-weight : 500;
}
.form-search {
    position : relative;
    /*overflow : hidden;*/
    float    : right;
    width    : 585px;
}
.n-blog-head .search-area {
    border   : 1px solid #FFFFFF;
    position : relative;
    padding  : 0 54px 0 0;
    height   : 44px;
}
.n-blog-head .search-area button {
    opacity        : 1;
    pointer-events : visible;
}
.n-blog-head input[type="text"] {
    color       : #FFFFFF;
    width       : 100%;
    height      : 42px;
    font-size   : 16px;
    box-shadow  : none;
    border      : none;
    font-family : "Roboto", Arial, sans-serif;
    padding     : 0.4em 18px;
}
.n-blog-head input[type="text"]:-moz-placeholder {
    color   : #C6C6C6;
    opacity : 1;
}
.n-blog-head input[type="text"]::-moz-placeholder {
    color   : #FFFFFF;
    opacity : 1;
}
.n-blog-head .search-area input[type="text"]:-ms-input-placeholder {
    color : #FFFFFF;
}
.n-blog-head .search-area input[type="text"]::-webkit-input-placeholder {
    color : #FFFFFF;
}
.n-blog-head .search-area button[type="submit"] {
    width       : 50px;
    height      : 42px;
    color       : #FFFFFF;
    text-align  : center;
    background  : #757575;
    padding     : 0;
    border      : none;
    border-left : 1px solid #FFFFFF;
    position    : absolute;
    right       : 0;
    top         : 0;
    box-shadow  : none;
    cursor      : pointer;
}
.n-blog-head .search-area button[type="submit"]:hover {
    background : #575757 !important;
}
.n-blog-head .search-area button[type="submit"] .icon {
    background : url('../images/sprite.png') no-repeat -77px -89px;
    width      : 21px;
    height     : 20px;
    left       : 50%;
    top        : 50%;
    margin     : -10px 0 0 -10px;
    position   : absolute;
}
.text-holder a,
.items-show li a {
    color : #000000 !important;
}
.n-blog-head .search-area button[type="submit"]:hover .icon {
    background-position : -77px -89px !important;
}
.nav-opener {
    width              : 30px;
    height             : 20px;
    border-top         : 2px solid #000000;
    position           : relative;
    float              : right;
    margin             : 20px 10px 0 0;
    -webkit-transition : all .4s ease;
    transition         : all .4s ease;
}
.nav-active .nav-opener {
    border : none;
}
.nav-opener:after,
.nav-opener:before {
    -webkit-transition : all .4s ease;
    transition         : all .4s ease;
    position           : absolute;
    top                : 6px;
    height             : 2px;
    left               : 0;
    right              : 0;
    content            : "";
    background         : #000000;
}
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -webkit-transform : rotate(45deg);
    -ms-transform     : rotate(45deg);
    transform         : rotate(45deg);
}
.nav-opener:after {
    top : 14px;
}
.nav-active .nav-opener:after {
    top               : 6px;
    -webkit-transform : rotate(-45deg);
    -ms-transform     : rotate(-45deg);
    transform         : rotate(-45deg);
}
#nav {
    font-size          : 18px;
    line-height        : 22px;
    position           : relative;
    -webkit-transition : all .4s ease;
    transition         : all .4s ease;
}
#nav .menu {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
}
#nav a:hover {
    color : #CB2026;
}
#nav ul li {
    margin-bottom : 0;
}
#nav {
    font-size          : 18px;
    line-height        : 22px;
    position           : relative;
    -webkit-transition : all .4s ease;
    transition         : all .4s ease;
}
#nav .menu {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
}
#nav a:hover {
    color : #CB2026;
}
#nav .menu {
    position : relative;
    margin   : 0 -8px;
}
#nav .menu li {
    position : relative;
}
#nav .menu li a {
    padding : 4px 9px 4px;
    display : block;
}
#nav > nav > ul > li:last-child > a {
    padding        : 4px 9px 2px;
    text-transform : uppercase;
    font-weight    : bold;
}
.filterBy {
    display        : block;
    font-weight    : 300;
    color          : #333333;
    font-size      : 16px;
    margin-top     : 17px;
    padding-bottom : 28px;
    border-bottom  : 1px solid #D9D9D9;
    margin-bottom  : 9px;
}
#nav .menu li.active a,
#nav .menu li:hover a {
    color       : #CB2026;
    text-shadow : -0.3px 0 #CB2026,
    0 0.3px #CB2026,
    0.3px 0 #CB2026,
    0 -0.3px #CB2026;
}
#nav .menu li ul {
    background         : #FFFFFF;
    padding            : 22px 0 10px;
    min-width          : 197px;
    font-size          : 16px;
    line-height        : 25px;
    font-weight        : 300;
    position           : absolute;
    overflow           : hidden;
    left               : 0;
    border             : 1px solid rgba(152, 152, 152, .90);
    z-index            : 9999;
    /* display            : none !important; 24/1/18*/
    display            : none;
    -webkit-animation  : nav-down 0.10s;
    -moz-animation     : nav-down 0.10s;
    -o-animation       : nav-down 0.10s;
    animation          : nav-down 0.10s;
    -webkit-box-shadow : 0 5px 6px 0 rgba(0, 0, 0, .3);
    box-shadow         : 0 3px 6px 0 rgba(0, 0, 0, .3);
}
#nav .menu li:hover ul {
    /* display : block !important; 24/1/18*/
    display : block;
}
/** Dropdown Animation **/
@-webkit-keyframes nav-down {
    0% {
        height : 0px;
    }
    100% {
        height : 100px;
    }
}
@-moz-keyframes nav-down {
    0% {
        height : 0px;
    }
    100% {
        height : 100px;
    }
}
@-o-keyframes nav-down {
    0% {
        height : 0px;
    }
    100% {
        height : 100px;
    }
}
@keyframes nav-down {
    0% {
        height : 0px;
    }
    100% {
        height : 100px;
    }
}
#nav .menu li ul li {
    display : block !important;
    
}
#nav .menu li ul li a {
    color       : #000000 !important;
    background  : none !important;
    padding     : 6px 19px;
    text-shadow : none !important;
}
#nav li ul li a:hover {
    background : #CB2026 !important;
    color      : #FFFFFF !important;
}
#nav ul li a {
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.breadcrumbs {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    font-size             : 14px;
    margin                : 0 -16px !important;
    padding               : 22px 0 10px !important;
}
/*#infoTabs .btnfancy {
    float: left !important;
}*/
.breadcrumbs li:after {
    content : "" !important;
    margin  : 0 !important;
}
.breadcrumbs li {
    padding  : 0 17px;
    position : relative;
    color    : #666666;
    /*text-decoration : underline;*/
}
.breadcrumbs li:first-child {
    padding-right : 19px;
}
.breadcrumbs li:hover {
    text-decoration : none;
}
.breadcrumbs li:first-child:before {
    display : none;
}
.breadcrumbs li:before {
    width      : 2px;
    height     : 12px;
    content    : "";
    position   : absolute;
    left       : 0;
    top        : 50%;
    margin     : -6px 0 0;
    background : #A3A3A3;
}
.breadcrumbs a {
    color           : #666666;
    text-decoration : underline;
    /*11-09-2018*/
    /*text-transform : lowercase !important;*/
}
.breadcrumbs strong {
    /*11-09-2018*/
    /*text-transform : lowercase !important;*/
}
.breadcrumbs a:hover {
    text-decoration : none;
}
.cart-area {
    position              : relative;
    overflow              : hidden;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    margin                : 0 0 40px;
}
.cart-area .col-left {
    width : 46.3%;
}
.cart-area .col-right {
    width : 49.5%;
}
.cart-area .head {
    font-size     : 18px;
    line-height   : 22px;
    position      : relative;
    overflow      : hidden;
    padding       : 0 35px 20px 0;
    color         : #999999;
    border-bottom : 1px solid #CECECE;
    margin-bottom : 20px;
}
.cart-area .product-info-price .price-wrapper .price {
    font : 300 16px/1.625 "Roboto", sans-serif !important;
}
.cart-area .product-info-price .price-label,
.cart-area .product-info-price .price-wrapper {
    display   : inline-block !important;
    font-size : 16px;
}
.cart-area .head .title {
    display : block;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.cart-area .fieldset .field label.label {
    font-size   : 16px;
    font-weight : 300;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
    width       : 40%;
}
.cart-area .product-add-form .product-options-wrapper .field:not(.date) > .control {
    display : inline-block;
    width   : 59%;
}
.cart-area .product-options-bottom .quantity .lable,
.cart-area .product-add-form .quantity .lable {
    display : inline-block;
    width   : 40%;
}
.cart-area .product-options-bottom .quantity .field-holder,
.cart-area .product-add-form .quantity .field-holder {
    display : inline-block;
    width   : 90px;
}
.cart-area .old-price,
.cart-area .social-area {
    display : block;
}
.errorMessage {
    padding-bottom : 20px
}
.errorMessage .mage-error {
    position   : absolute;
    right      : 0;
    text-align : left;
    top        : 29px !important;
    width      : 69%;
}
.catalog-product-view .swatch-attribute {
    position : relative;
}
.product-options-wrapper .swatch-opt {
    margin : 0;
}
.cart-area .product-info-price .price-label {
    color     : #000000 !important;
    display   : inline-block !important;
    font-size : 16px !important;
    height    : auto !important;
    margin    : 0 !important;
    overflow  : visible !important;
    position  : static !important;
    width     : auto !important;
}
.cart-area .old-price .price-final_price .price {
    position : relative;
}
.cart-area .old-price .price-final_price .price::after {
    background : rgba(0, 0, 0, 0) url("../images/line.png") no-repeat scroll 0 0;
    content    : "";
    height     : 19px;
    left       : -5px;
    position   : absolute;
    top        : 2px;
    width      : 92px;
}
.cart-area .product-options-wrapper .fieldset .field {
    margin-bottom : 10px;
}
.cart-area .product-options-bottom .quantity,
.cart-area .product-add-form .quantity {
    margin-bottom : 20px !important;
}
.cart-area .head .icon {
    position   : absolute;
    right      : 0;
    top        : 0;
    background : url('../images/sprite.png') no-repeat -181px -93px;
    width      : 25px;
    height     : 22px;
}
.cart-area h1 {
    font-size   : 26px;
    line-height : 26px;
    font-weight : 500;
    color       : #333333;
    margin      : 0 0 6px;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.cart-area .form-submit {
    position : relative;
    overflow : hidden;
}
.cart-area .wrap {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    padding               : 24px 0 0;
}
.cart-area .wrap .col {
    position : relative;
    overflow : hidden;
    width    : 60%;
}
.cart-area .wrap .col:first-child {
    width   : 40%;
    padding : 4px 0 0;
}
.cart-area .wrap p {
    margin : 0 0 12px;
}
.cart-area .wrap .price {
    position : relative;
}
.cart-area .wrap .price:after {
    width      : 92px;
    height     : 19px;
    content    : "";
    position   : absolute;
    left       : -5px;
    top        : 2px;
    background : url('../images/line.png') no-repeat;
}
.cart-area .wrap .color {
    color   : #CB2026 !important;
    display : block;
}
.cart-area .wrap .quantity {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-align     : center;
    -ms-flex-align        : center;
    align-items           : center;
    padding               : 5px 0 25px;
}
.cart-area .wrap .quantity .lable {
    width : 77px;
}
.cart-area .wrap .quantity .field-holder {
    min-width : 56px;
}
.quantity .label {
    margin-right : 20px;
}
.cart-area .field-area {
    position              : relative;
    overflow              : hidden;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-align     : center;
    -ms-flex-align        : center;
    align-items           : center;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    margin                : 0;
    padding-bottom        : 23px;
}
.cart-area .field-area .lable {
    width : 35%;
}
.cart-area .field-area .field-holder {
    width : 76%;
}
.cart-area .row,
.cart-area .rowSection {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    margin                : 0 0 26px;
}
.cart-area .row + .row,
.cart-area .rowSection + .rowSection {
    margin : 0 0 5px;
}
.cart-area .row .col-holder,
.cart-area .rowSection .col-holder {
    width : 100%;
}
/*.cart-area .row .col-holder:first-child,
.cart-area .rowSection .col-holder:first-child {
    width : 40%;
}*/
.cart-area .rowSection .col-holder p {
    margin-top : 10px;
}
.cart-area .row p,
.cart-area .rowSection p {
    color : #CB2026;
}
.cart-area .row .color,
.cart-area .rowSection .color {
    display        : inline-block;
    vertical-align : top;
    margin         : 0 5px;
    color          : #000000;
}
.rowSection.dimensionsBlock .download {
    margin-bottom : 15px;
    display       : inline-block;
}
.designRow {
    margin-bottom : 15px;
}
.designRow .manufactureArea {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    margin  : 10px 15px;
    border  : 1px solid #EEEEEE;
}
.designRow .manufactureArea .manufacturerDes {
    font-size   : 14px;
    line-height : 20px;
    padding     : 11px 20px 0 5px;
    font-style  : italic;
    color       : #C8C8C8;
}
.designRow .manufactureArea .manufacturerImage {
    padding : 15px 15px 0;
    width   : 200px;
}
.cart-area .row .download,
.cart-area .rowSection .download,
.rowSection.dimensionsBlock .download {
    position     : relative;
    padding      : 0 0 0 30px;
    margin-right : 33px;
}
.manufacturerDes p {
    color : #333333;
}
.cart-area .row .download:before,
.cart-area .rowSection .download:before,
.rowSection.dimensionsBlock .download:before {
    position   : absolute;
    left       : 0;
    top        : 0;
    background : url('../images/sprite.png') no-repeat -160px -9px;
    width      : 18px;
    height     : 20px;
    content    : "";
}
.cart-area .btn-holder {
    text-align : right;
}
.cart-area .btn-holder a {
    margin  : 0 30px 0 0;
    padding : 11px 43px;
}
.catalog-product-view .cart-area .btn-holder .btn-default,
.catalog-product-view .cart-area .btn-holder .btn-primary {
    border : 1px solid #FFFFFF !important;
}
.cart-area .btn-holder a.btn-default {
    margin-right : 0;
}
.catalog-product-view #main .btnfancy,
.review-form .action.submit.primary,
.ask-question-form button.button {
    background  : #CB2026;
    border      : 1px solid transparent !important;
    color       : #FFFFFF;
    font-weight : 300;
    font-size   : 18px;
    min-width   : 170px;
    text-align  : center;
    padding     : 11px 8px;
    line-height : 22px;
    box-shadow  : none !important;
}
.catalog-product-view .btnfancy {
    float      : none !important;
    display    : block !important;
    width      : 150px;
    margin-top : 10px;
}
.ask-question-form .button {
    padding-bottom : 5px;
}
/*.ask-question-form .button:hover {
    background : #CB2026 !important;
    color      : #fff !important;
    box-shadow : none !important;
}*/
.catalog-product-view .cart-area .btn-holder .btn-primary.disableBtn {
    background : #EEEEEE;
    color      : #000000;
}
.catalog-product-view #main .btnfancy:hover,
.review-form .action.submit.primary:hover,
.ask-question-form .button:hover {
    border : 1px solid #CB2026 !important;
}
.catalog-product-view .cart-area .btn-holder .btn-primary.disableBtn:hover {
    border : 1px solid #CB2026 !important;
    cursor : no-drop;
}
.message.success,
.message.info,
.message.error,
.message.warning,
.message.notice {
    background : #EEEEEE;
    color      : #000000;
}
.message.success > :first-child::before,
.message.info > :first-child::before,
.message.error > :first-child::before,
.message.warning > :first-child::before,
.message.notice > :first-child::before {
    color : #000000;
}
.catalog-product-view #main .btnfancy:hover,
.review-form .action.submit.primary:hover,
.ask-question-form .button:hover {
    background : #EEEEEE !important;
    color      : #000000 !important;
}
.catalog-product-view .cart-area .btn-holder .btn-default:hover,
.catalog-product-view .cart-area .btn-holder .btn-primary:hover {
    background   : #EEEEEE;
    border-color : #CB2026 !important;
    color        : #000000;
}
.tabs-area {
    position : relative;
}
.tabs-area .head {
    position : relative;
    padding  : 0 180px 0 0;
}
.tabs-area .head:after {
    position   : absolute;
    left       : 0;
    right      : 0;
    bottom     : 1px;
    height     : 1px;
    background : #C2C2C2;
    content    : "";
    z-index    : -1;
}
.tabs-area .social-area {
    position              : absolute;
    right                 : 0;
    top                   : 10px;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-align     : center;
    -ms-flex-align        : center;
    align-items           : center;
}
.cart-area .social-area {
    float    : right;
    overflow : hidden;
    z-index  : 99;
    position : relative;
    margin   : 90px 0 0;
}
.cart-area .social-area .title,
.cart-area .social-area ul {
    float : left;
}
.tabs-area .content-holder {
    padding : 36px 2px 19px;
}
.tabs-area h2 {
    font-size   : 24px;
    line-height : 28px;
    margin      : 0 0 30px;
    font-weight : 300;
}
.tabs-area p {
    margin : 0 0 26px;
}
.tabs-area .list {
    list-style : none;
    margin     : 0 0 16px;
    padding    : 27px 0 0 63px;
}
.tabs-area .list li {
    position : relative;
    padding  : 0 0 0 25px;
    margin   : 0 0 1px;
}
.tabs-area .list li:before {
    width         : 7px;
    height        : 7px;
    content       : "";
    position      : absolute;
    left          : 0;
    top           : 10px;
    border-radius : 100%;
    background    : #000000;
}
.tabs-area .logo-area {
    position : relative;
    overflow : hidden;
}
.tabs-area .logo-area .image-holder {
    float : left;
    width : 150px;
}
.tabs-area .logo-area .image-holder img {
    width          : 100%;
    height         : auto;
    vertical-align : top;
}
.tabs-area .logo-area .text-holder {
    color      : rgba(0, 0, 0, .6);
    overflow   : hidden;
    padding    : 24px 0 0 14px;
    font-style : italic;
}
.tabset {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : start;
    -ms-flex-pack         : start;
    justify-content       : flex-start;
}
.tabset li,
#infoTabs .product.data.items > .item.title {
    border-left : 1px solid #FFFFFF;
    margin      : 0 !important;
}
.tabset li.active a {
    background : #CB2026;
    color      : #FFFFFF;
}
.tabset li.active a:after,
#infoTabs .data.item.title.active a:after {
    display : block !important;
}
.tabset a,
#infoTabs .data.item.title a {
    background  : #EEEEEE none repeat scroll 0 0 !important;
    display     : block;
    font-family : "Roboto", sans-serif;
    font-size   : 16px;
    font-weight : 300;
    height      : auto;
    padding     : 11px 23px !important;
    position    : relative;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
    color       : #000000 !important;
    border      : none !important;
    line-height : 23px !important;
}
.tabset a:hover,
#infoTabs .data.item.title a:hover,
#infoTabs .data.item.title.active a {
    background : #CB2026 !important;
    color      : #FFFFFF !important;
}
#infoTabs .data.item.title a:hover .counter,
#infoTabs .data.item.title.active a .counter {
    color : #FFFFFF;
}
.tabset a:after,
#infoTabs .data.item.title a:after {
    width        : 0 !important;
    height       : 0 !important;
    position     : absolute !important;
    left         : 50% !important;
    top          : 100% !important;
    content      : "" !important;
    border-style : solid !important;
    border-width : 7px 7px 0 7px !important;
    border-color : #CB2026 transparent transparent transparent !important;
    display      : none !important;
    margin       : 0 0 0 -7px !important;
}
#infoTabs .data.item.content {
    border-width : 1px 0 0 !important;
    margin-top   : 44px !important;
    width        : 100% !important;
    padding      : 39px 0 !important;
}
#infoTabs .data.item.content ul,
#infoTabs .data.item.content ol {
    padding : 0 0 0 16px;
}
#infoTabs .data.item.content table th,
#infoTabs .data.item.content table td {
    padding-left : 0;
}
.product .value strong,
.product .value p:first-child {
    font-weight : 300 !important;
    font-size   : 24px;
    line-height : 28px;
}
.product .value strong {
    display        : inline-block;
    vertical-align : top;
    margin         : 0 0 6px;
}
.product .value p:blank {
    display : none;
}
.product .value img {
    float  : left;
    margin : 12px 14px 0 0;
}
.carousel-area {
    position : relative;
    margin   : 0 0 9px;
}
.carousel-area h3,
.blockArea h3 {
    font-size   : 16px;
    line-height : 20px;
    padding     : 8px 20px;
    background  : #EEEEEE;
    font-weight : 300;
    border      : 1px solid #E0E0E0;
    margin      : 0 0 23px;
}
#content.productGridView .text-holder {
    text-align : left;
}
.blockArea .products {
    margin-bottom : 0;
    margin-top    : 0;
}
.block.blockArea {
    margin-bottom : 0;
}
.blockArea .products {
    margin-bottom  : 0;
    margin-top     : 0;
    padding-bottom : 0;
}
.carousel-area .carousel {
    margin  : 0 -32px;
    padding : 0 32px;
}
.carousel-area .carousel .mask {
    margin : 0 -16px;
}
.carousel-area .carousel .slide {
    padding : 0 16px;
}
.carousel-area .carousel .slide .image-holder {
    position : relative;
    overflow : hidden;
    margin   : 0 0 7px;
}
.carousel-area .carousel .slide .image-holder img {
    width          : 100%;
    height         : auto;
    vertical-align : top;
}
.carousel-area .carousel .text-holder {
    font-size   : 14px;
    line-height : 20px;
    position    : relative;
    overflow    : hidden;
    max-width   : 160px;
}
.carousel-area .carousel .text-holder .color {
    color : #999999;
}
.carousel-area .carousel .text-holder p {
    margin : 0 0 2px;
}
.carousel-area .carousel .text-holder .price {
    font-size : 16px;
    margin    : 0 0 2px;
    display   : block;
}
.carousel-area .carousel .text-holder .more {
    display        : inline-block;
    vertical-align : top;
}
.carousel-area .carousel .btn,
.owl-item .slide .text-holder .btn {
    font-size      : 12px;
    line-height    : 15px;
    display        : inline-block;
    vertical-align : top;
    border         : 2px solid #BEBEBE;
    border-radius  : 2px;
    background     : #FFFFFF;
    color          : #000000;
    padding        : 2px 6px 4px;
    margin         : 0 0 5px;
}
.carousel-area .carousel .btn:hover,
.owl-item .slide .text-holder .btn:hover {
    color      : #FFFFFF;
    background : #BEBEBE;
}
.carousel-area .carousel .btn i,
.owl-item .slide .text-holder .btn i {
    display        : inline-block;
    vertical-align : middle;
    margin         : 0 2px 0 0;
}
.owl-item .slide .text-holder p a {
    font-size   : 14px;
    line-height : 20px;
}
.owl-item .slide .text-holder p {
    font-size   : 14px;
    line-height : 20px;
    margin      : 0;
}
.owl-item .slide .text-holder .price .price-box {
    margin : 0;
}
.owl-item .slide .text-holder .price .price-box .price {
    font-size   : 16px;
    font-weight : 300;
}
.owl-item .slide .text-holder .more {
    font-size : 14px;
}
.owl-item .slide .image-holder {
    height        : 167px;
    margin-bottom : 15px;
    overflow      : hidden;
    position      : relative;
    width         : 100%;
}
.blockArea .block-content ol {
    margin-left : 0 !important;
}
.visual {
    position : relative;
    overflow : hidden;
    padding  : 0;
}
.visual .caption {
    top      : 0;
    left     : 0;
    right    : 0;
    bottom   : 0;
    position : absolute;
    z-index  : 99;
    color    : #FFFFFF;
}
.visual .container {
    width       : 1103px;
    padding-top : 86px;
}
.visual .wrap {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-align     : center;
    -ms-flex-align        : center;
    align-items           : center;
    height                : 100%;
    -webkit-box-pack      : center;
    -ms-flex-pack         : center;
    justify-content       : center;
}
.visual .owl-theme .owl-dots {
    bottom : 7px;
}
.visual .owl-theme .owl-controls {
    margin-top : 0;
}
.visual .custom-slider {
    padding-bottom : 0;
}
.visual .owl-theme .owl-dots .owl-dot span {
    height : 12px;
    width  : 12px;
}
.visual ul.pagination,
.visual ul.slick-dots {
    text-align : center;
    display    : block;
    width      : 100%;
    position   : absolute;
    left       : 0;
    right      : 0;
    bottom     : 4px;
    z-index    : 99;
}
.visual ul.pagination li,
.visual ul.slick-dots li {
    display        : inline-block;
    vertical-align : top;
    padding        : 0 4px;
}
.visual ul.pagination li.active a,
.visual ul.slick-dots li.slick-active button {
    background : none;
}
.visual ul.pagination a,
.visual ul.slick-dots li button {
    overflow      : hidden;
    text-indent   : -9999px;
    width         : 12px;
    height        : 12px;
    display       : block;
    border-radius : 100%;
    background    : #FFFFFF;
    padding       : 0;
    border        : 2px solid #FFFFFF;
    cursor        : pointer;
    outline       : none;
}
.visual ul.pagination a:hover,
.visual ul.slick-dots li button:hover {
    background : none;
}
.visual .text-holder {
    font-size   : 16px;
    line-height : 20px;
    position    : relative;
}
.visual .text-holder:before {
    position   : absolute;
    left       : 0;
    top        : 2px;
    bottom     : 0;
    width      : 4px;
    content    : "";
    background : #CD2027;
}
.visual .title {
    display        : block;
    font-weight    : 300;
    text-align     : left;
    margin-top     : 0;
    letter-spacing : 0.5px;
    font-size      : 17px;
    color          : #FFFFFF;
}
body.is-blog .visual h1 {
    font-size      : 100px !important;
    line-height    : 104px !important;
    margin         : 0 !important;
    position       : relative;
    letter-spacing : 1.8px;
}
.rooms-area {
    position : relative;
    overflow : hidden;
    padding  : 0 0 3px;
}
.cms-home .rooms-area {
    padding-top : 27px;
}
/*.footer-aside .col-left .col {
    margin : 1px 0 0;
}
.footer-aside .col-left .col:nth-child(3) {
    margin-right : 1px;
}
.form-area label {
    margin  : 1px 0 0 1px;
    display : block;
}*/
.rooms-area .room-wrap {
    position : relative;
    overflow : hidden;
    margin   : 0 0 34px;
}
.search.results .items-show {
    display : none;
}
.rooms-area .room-wrap .head {
    font-size             : 25px;
    line-height           : 28px;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    margin                : 0 0 11px;
}
.rooms-area .room-wrap .head a {
    font-size      : 20px;
    line-height    : 24px;
    color          : #CC2027;
    text-transform : uppercase;
}
.rooms-area .room-wrap .head div {
    position : relative;
}
.rooms-area .room-wrap .head a:hover {
    color : #000000;
}
.rooms-area .room-wrap .head a:after {
    position   : absolute;
    left       : -45px;
    top        : -6px;
    content    : "";
    height     : 32px;
    width      : 1px;
    background : #E0E0E0;
}
.rooms-area .room-wrap .row {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    margin                : 0 -7px;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
}
.rooms-area .room-wrap .col {
    padding  : 0 7px;
    width    : 33.333%;
    position : relative;
    color    : #FFFFFF;
}
.rooms-area .room-wrap .col img {
    width          : 100%;
    height         : auto;
    vertical-align : top;
}
.rooms-area .room-wrap .col .caption {
    font-size   : 24px;
    line-height : 28px;
    position    : absolute;
    left        : 7px;
    right       : 7px;
    text-align  : center;
    bottom      : 0;
    padding     : 0 0 12px 1px;
    z-index     : 99;
}
.rooms-area .room-wrap .col .title {
    display        : inline-block;
    vertical-align : middle;
    position       : relative;
}
.rooms-area .room-wrap .col .title:before {
    width          : 2px;
    height         : 20px;
    background     : #CC2027;
    display        : inline-block;
    vertical-align : middle;
    content        : "";
    margin         : 0 12px 0 0;
}
.cms-home .page-title-wrapper,
.cms-home .columns,
.cms-categories .page-title-wrapper,
.checkout-cart-index .page-title-wrapper,
.catalog-category-view .page-title,
.catalog-category-view .category-view,
#content .price .old-price .price-label,
#content .price .special-price .price-label {
    display : none;
}
.cms-home .page.messages {
    /* display : none; */
}
.cms-home .page.messages {
    position : absolute;
    top      : 58px;
}
#content .price .old-price .price {
    background : rgba(0, 0, 0, 0) url("../images/line.png") no-repeat scroll 0 5px / 67px 19px;
}
#content .price .old-price,
#content .price .special-price {
    display : inline-block;
}
#content .price .old-price {
    margin-right : 10px;
}
#content.catGridView .article-holder .text-holder,
.swipeSliderSection .article-holder .text-holder {
    text-align : left;
}
.rooms-area .room-wrap .col a {
    color : #FFFFFF;
}
.rooms-area .head-area,
.cms-home #main .amslider-header {
    font-size   : 24px;
    line-height : 28px;
    position    : relative;
    overflow    : hidden;
    text-align  : center;
    margin      : 0 0 32px;
}
.rooms-area .head-area .title,
.cms-home #main .amslider-header span,
.swipeSliderSection .amslider-header span {
    display        : inline-block;
    vertical-align : middle;
    position       : relative;
    padding        : 0 10px;
    font-weight    : 300;
}
.rowBlock {
    text-align : center;
}
.categoriesBlock .room-wrap .col a {
    display : block;
    height  : 100%;
    width   : 100%;
}
.categoriesBlock .room-wrap .col {
    background : #989898 none repeat scroll 0 0;
    display    : inline-block;
    height     : 231px;
    margin     : 2px 5px;
    overflow   : hidden;
    padding    : 0;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
    width      : 348px;
}
.rowBlock img.noImage {
    margin-top : 7px;
    width      : 90% !important;
}
.rooms-area .head-area .title:before,
.rooms-area .head-area .title:after,
.cms-home #main .amslider-header span:before,
.cms-home #main .amslider-header span:after,
.swipeSliderSection .amslider-header span:before,
.swipeSliderSection .amslider-header span:after {
    background : #CBCBCB;
    content    : "";
    height     : 1px;
    left       : 100%;
    position   : absolute;
    top        : 46%;
    width      : 9999px;
}
.rooms-area .head-area .title .color {
    color : #CB2027;
}
.rooms-area .head-area .title:before,
.cms-home #main .amslider-header span:before,
.swipeSliderSection .amslider-header span:before {
    left  : auto;
    right : 100%;
}
.cms-home .amslider-container .amslider-header-container {
    padding    : 5px 0;
    margin-top : 38px;
}
.cms-home #amslider_id1 {
    max-width     : 100%;
    padding       : 0;
    margin-top    : 4px;
    margin-bottom : -16px;
}
.cms-home .amslider .swiper-slide .swiper-brand {
    border  : medium none;
    display : block;
}
.swiper-brand .image-holder {
    height        : 140px;
    width         : 100%;
    position      : relative;
    margin-top    : 6px;
    margin-bottom : 10px;
}
#amslider_id1 .swiper-slide .swiper-brand img {
    bottom     : 0;
    left       : 0;
    margin     : auto;
    max-height : 100%;
    max-width  : 100% !important;
    position   : absolute;
    right      : 0;
    top        : 0;
    width      : auto;
}
#swipeFeaturedDesigner .swiper-slide .swiper-brand img {
    position   : absolute;
    top        : 0;
    left       : 0;
    right      : 0;
    bottom     : 0;
    margin     : auto;
    max-width  : 100%;
    max-height : 100%;
}
#swipeFeaturedDesigner {
    padding : 0 !important;
}
.swiper-brand .text-holder .text {
    /*11-09-2018*/
    /*text-transform : lowercase;*/
    display        : inline-block;
    vertical-align : top;
    padding        : 4px 0 0;
}
#amslider_id1 .swiper-button-next, #amslider_id1 .swiper-button-prev {
    top : 94px;
}
.swiper-brand .text-holder .text::before {
    background     : #CC2027 none repeat scroll 0 0;
    content        : "";
    display        : inline-block;
    height         : 20px;
    margin         : -5px 15px 0 0;
    vertical-align : middle;
    width          : 2px;
}
textarea {
    resize : none;
}
.swiper-brand .text-holder .text {
    font-size : 16px;
}
.rooms-area .room-info {
    position : relative;
    overflow : hidden;
    padding  : 0 0 12px;
}
.rooms-area .room-info.sloganBlock {
    padding-bottom : 30px;
}
.room-info .image-holder {
    height   : 178px;
    position : relative;
}
.amslider-container .amslider-header-container span {
    font-size : 23px;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.cms-home .amslider-container .amslider-header-container {
    margin-top : -20px;
    position   : relative;
}
.rooms-area .room-info .row {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    margin                : 0 -7px;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
}
.rooms-area .room-info .row .col {
    padding : 0 7px;
    width   : 25%;
}
/*.rooms-area .room-info .row .col img {
    overflow       : hidden;
    width          : 100%;
    height         : auto;
    vertical-align : top;
}*/
.rooms-area .room-info .row .col img {
    bottom     : 0;
    height     : auto;
    left       : 0;
    margin     : auto;
    max-height : 100%;
    max-width  : 100%;
    position   : absolute;
    right      : 0;
    top        : 0;
    width      : auto;
}
.room-info .row .image-holder span {
    height  : 100% !important;
    padding : 0 !important;
    width   : 100% !important;
}
.rooms-area .room-info .text-holder {
    text-align : center;
    padding    : 19px 0;
}
.rooms-area .room-info .text {
    display        : inline-block;
    vertical-align : middle;
    position       : relative;
}
.rooms-area .room-info .text:before {
    width          : 2px;
    height         : 20px;
    background     : #CC2027;
    display        : inline-block;
    vertical-align : middle;
    content        : "";
    margin         : 0 12px 0 0;
}
.rooms-area blockquote {
    margin  : 0 0 -15px;
    padding : 8px 0 0 41px;
}
.rooms-area blockquote q {
    position       : relative;
    display        : inline-block;
    vertical-align : top;
    quotes         : none;
    word-spacing   : 0.9px;
}
.rooms-area blockquote q:before {
    position   : absolute;
    left       : -28px;
    top        : 4px;
    content    : "";
    background : url("../images/sprite.png") no-repeat -63px -142px;
    width      : 16px;
    height     : 14px;
}
.rooms-area blockquote q:after {
    display        : inline-block;
    vertical-align : top;
    content        : "";
    background     : url("../images/sprite.png") no-repeat -84px -142px;
    width          : 17px;
    height         : 14px;
    margin         : 6px 0 0 11px;
}
.room-info blockquote {
    font-family  : "Roboto", sans-serif;
    font-size    : 16px;
    font-style   : normal;
    font-weight  : 300;
    margin       : 0 0 -3px;
    line-height  : 24px;
    padding-left : 62px;
}
.rooms-area .btn-area {
    position : relative;
    overflow : hidden;
    padding  : 15px 0 30px;
}
.rooms-area .btns {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : center;
    -ms-flex-pack         : center;
    justify-content       : center;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
}
.rooms-area .btns li {
    margin   : 0 7px;
    padding  : 8px;
    position : relative;
}
.rooms-area .btns .top {
    position   : absolute;
    top        : 0;
    left       : 0;
    right      : 0;
    background : #D6D6D6;
    height     : 1px;
}
.rooms-area .btns .top:before,
.rooms-area .btns .top:after {
    width      : 1px;
    height     : 15px;
    position   : absolute;
    left       : 0;
    top        : 0;
    content    : "";
    background : #D6D6D6;
}
.rooms-area .btns .top:after {
    left  : auto;
    right : 0;
}
.rooms-area .btns .bottom {
    position   : absolute;
    bottom     : 0;
    left       : 0;
    right      : 0;
    background : #D6D6D6;
    height     : 1px;
}
.rooms-area .btns .bottom:before,
.rooms-area .btns .bottom:after {
    width      : 1px;
    height     : 15px;
    position   : absolute;
    left       : 0;
    bottom     : 0;
    content    : "";
    background : #D6D6D6;
}
.rooms-area .btns .bottom:after {
    left  : auto;
    right : 0;
}
.rooms-area .btns a {
    min-width : 180px;
    padding   : 14px 10px;
}
.rooms-area .article-area {
    position : relative;
    overflow : hidden;
}
.rooms-area .article {
    position              : relative;
    overflow              : hidden;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    padding               : 2px 0 0;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
}
.rooms-area .article .image-holder {
    width : 46.5%;
}
.rooms-area .article .image-holder img {
    width          : 100%;
    height         : auto;
    vertical-align : top;
}
.rooms-area .article .text-holder {
    width  : 49.8%;
    margin : -7px 0 0;
}
.rooms-area .article p {
    margin : 0 0 26px;
}
.header-area {
    position              : relative;
    overflow              : hidden;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
    -webkit-box-align     : center;
    -ms-flex-align        : center;
    align-items           : center;
    padding               : 0 0 26px;
    border-bottom         : 1px solid #CCCCCC;
    margin                : 0 0 20px;
}
.header-area .select-area {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-align     : center;
    -ms-flex-align        : center;
    align-items           : center;
}
.header-area .select-area label {
    margin : 0 4px 0 0;
}
.header-area .select-area .select-holder {
    width   : 230px;
    padding : 0 18px 0 16px;
}
.header-area .jcf-select .jcf-select-text {
    text-align : left;
}
.header-area .items-show {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-align     : center;
    -ms-flex-align        : center;
    align-items           : center;
}
.header-area .items-show .title {
    margin : 0 5px 0 0;
}
.header-area .list-items {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
}
.header-area .list-items li {
    padding : 0 5px;
    margin  : 0;
}
.header-area .list-items li.active a {
    color : #CB2026 !important;
}
.header-area .list-items li a:hover {
    color : #CB2026 !important;
}
.header-area .pagination {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
}
.header-area .pagination li {
    padding       : 5px 3px;
    margin-bottom : 0;
}
.header-area .pagination a:hover {
    color : #CB2026;
}
.two-cols {
    position : relative;
    overflow : hidden;
}
.aside {
    width    : 180px;
    float    : left;
    position : relative;
    margin   : -13px 0 0;
}
.filter-active .aside {
    opacity           : 1;
    -webkit-transform : none;
    -ms-transform     : none;
    transform         : none;
}
.aside .open-close,
.aside .noChildBlock {
    position : relative;
    overflow : hidden;
    margin   : 0;
}
.aside .opener,
.aside .noChild {
    font-size     : 16px;
    line-height   : 23px;
    display       : block;
    font-weight   : normal;
    color         : #000000;
    position      : relative;
    padding       : 10px 30px 10px 0;
    margin        : 0;
    border-bottom : 1px solid #D9D9D9;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.aside .filter-content .item {
    margin : 10px 0 10px 11px;
}
/*.showBlock {
    cursor     : pointer;
    background : #FFF url("../images/arrow-top.png") no-repeat scroll center center;
    height     : 30px;
    position   : absolute;
    right      : 0;
    top        : 0;
    width      : 30px;
    z-index    : 10;
}
.showBlock.openBlock {
    background : #FFF url("../images/arrow-btm.png") no-repeat scroll center center;
    height     : 30px;
    position   : absolute;
    right      : 0;
    top        : 0;
    width      : 30px;
    z-index    : 10;
}*/
.aside .opener:after {
    font-size         : 20px;
    line-height       : 24px;
    position          : absolute;
    right             : 14px;
    top               : 17px;
    content           : "v";
    -webkit-transform : rotate(180deg);
    -ms-transform     : rotate(180deg);
    transform         : rotate(180deg);
    color             : #D9D9D9;
}
.aside .slide {
    font-size   : 12px;
    line-height : 15px;
    color       : #666666;
    padding     : 0 0 0 3px;
}
.aside .slide a {
    color : #666666;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.aside .slide a:hover {
    color : #000000;
}
.aside .list-category li {
    margin : 0 0 12px;
}
.aside .range-holder {
    position : relative;
    overflow : hidden;
    padding  : 0 10px 0 0;
    margin   : -5px 0 8px;
}
.aside .range-holder .val-holder {
    margin : 0 0 15px;
}
.aside .field-holder {
    position : relative;
    overflow : hidden;
    margin   : -5px 0 10px;
}
.aside .field-holder .form-control {
    height : 27px;
    border : 1px solid #DFDFDF;
    color  : #666666;
    width  : 100%;
}
.aside .field-holder .form-control:-moz-placeholder {
    color   : #666666;
    opacity : 1;
}
.aside .field-holder .form-control::-moz-placeholder {
    color   : #666666;
    opacity : 1;
}
.aside .field-holder .form-control:-ms-input-placeholder {
    color : #666666;
}
.aside .field-holder .form-control::-webkit-input-placeholder {
    color : #666666;
}
.aside .check-list {
    overflow : hidden;
    margin   : 0 0 6px;
}
.aside .check-list li {
    position : relative;
    padding  : 5px 0 5px 30px;
    margin   : 0 0 3px;
}
.aside .check-list.style {
    margin : -11px 0 0;
}
.aside .check-list.style li {
    padding : 5px 0 5px 24px;
    margin  : 0 0 -2px;
}
.aside .check-list.style label {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-align     : center;
    -ms-flex-align        : center;
    align-items           : center;
}
.aside .check-list.style .icon-star_border {
    font-size   : 17px;
    line-height : 20px;
    color       : #D9D9D9;
    margin      : 0 -1px;
}
.aside .check-list.style .text {
    margin : 0 0 0 8px;
}
.aside .color-list {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
    padding               : 0 10px;
    margin                : -4px 0 3px;
}
.aside .color-list li {
    padding : 0 4px;
    margin  : 0 0 10px;
}
.aside .color-list li a {
    width         : 23px;
    height        : 23px;
    display       : block;
    border-radius : 100%;
    background    : #F8F6F6;
}
.aside .color-list li.color a {
    background : #EDEDED;
}
.aside .color-list li.color1 a {
    background : #FFFDD0;
}
.aside .color-list li.color2 a {
    background : #F4EED1;
}
.aside .color-list li.color3 a {
    background : #999999;
}
.aside .color-list li.color4 a {
    background : #D31616;
}
.aside .color-list li.color5 a {
    background : #FB8C19;
}
.aside .color-list li.color6 a {
    background : #FFEF00;
}
.aside .color-list li.color7 a {
    background : #32B141;
}
.aside .color-list li.color8 a {
    background : #0D98BA;
}
.aside .color-list li.color9 a {
    background : #2A2A93;
}
.aside .color-list li.color10 a {
    background : #A450CE;
}
.aside .color-list li.color11 a {
    background : #FFA6C9;
}
.aside .color-list li.color12 a {
    background : #8B4513;
}
.aside .color-list li.color13 a {
    background : #3F3F3F;
}
.aside .color-list li.color14 a {
    background : #D69350;
}
.aside .color-list li.color15 a {
    background : #C0C0C0;
}
.aside .color-list li.color16 a {
    background : #FFCE3D;
}
.aside .color-list li.color17 a {
    background : #AC947C;
}
.aside .color-list li.color18 a {
    background : #0C0C0C;
}
.aside .filter-content .slide input[type="text"] {
    border     : 1px solid #DFDFDF;
    box-sizing : border-box;
    color      : #666666;
    font-size  : 12px;
    height     : 27px;
    width      : 100%;
}
.aside .filter-content .slide .count,
.catalog-topnav.amasty-catalog-topnav {
    display : none !important;
}
.filter-opener {
    display    : none;
    width      : 100%;
    padding    : 8px;
    background : #000000;
    color      : #FFFFFF !important;
}
.nav-opener {
    display : none;
}
.filter-opener:hover {
    color      : #FFFFFF;
    background : #C0C0C0;
}
#content {
    overflow : hidden;
    padding  : 4px 0 0 58px;
}
#content.productGridView {
    padding : 4px 0 0;
}
#content .head {
    position : relative;
    overflow : hidden;
    margin   : 0 0 14px;
}
#content .head .info-list {
    font-size             : 12px;
    line-height           : 17px;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
    margin                : 0 0 0 8px;
    overflow              : hidden;
}
#content .head .info-list li {
    padding : 0 5px;
    margin  : 0 0 10px;
}
#content .head .info-list span {
    display    : block;
    padding    : 5px 20px;
    height     : 27px;
    background : #E8E8E8;
}
.head .info-list li form {
    display : inline-block;
}
.head .info-list li form .swatch-attribute-options,
.head .info-list li form .swatch-attribute-options .swatch-option {
    margin : 0;
}
.head .info-list li form .swatch-attribute-options {
    margin : 0 0 0 5px;
}
aside .open-close .swatch-option {
    border          : 1px solid;
    border-radius   : 50%;
    height          : 23px;
    min-width       : 23px;
    width           : 23px;
    background-size : 23px 23px !important;
}
.aside .open-close .ui-slider-horizontal {
    background : #CB2026 none repeat scroll 0 0;
    height     : 2px;
    margin     : 34px 0 15px;
}
.aside .open-close .am_shopby_slider_container .ui-slider.ui-slider-horizontal .ui-slider-handle {
    background    : #FFFFFF none repeat scroll 0 0;
    border        : 1px solid #E0E0E0;
    border-radius : 50%;
    cursor        : pointer;
    height        : 28px;
    margin-top    : -12px;
    width         : 28px;
}
.aside .open-close .am_shopby_slider_container .ui-slider.ui-slider-horizontal .ui-slider-handle:nth-child(3) {
    margin-left : -13px;
}
aside .open-close .swatch-option.image:hover:not(.disabled),
aside .open-close .swatch-option.color:hover:not(.disabled) {
    border  : 1px solid #CB2027;
    outline : medium none;
}
.head .info-list li form .swatch-attribute-options .swatch-option {
    border        : 1px solid #000000;
    border-radius : 50%;
    height        : 15px;
    min-width     : 15px;
    width         : 15px;
}
#content .head .info-list span.color {
    width          : 15px;
    height         : 15px;
    background     : #FFA6C9;
    display        : inline-block;
    vertical-align : middle;
    border-radius  : 100%;
    margin         : 0 0 0 10px;
    padding        : 0;
}
#content .head .info-list span.color + .close {
    margin : 0 0 0 4px;
}
#content .head .info-list .close {
    display        : inline-block;
    vertical-align : top;
    color          : #CF3238;
    font-size      : 14px;
    line-height    : 14px;
    margin         : 0 0 0 23px;
}
#content .row,
#subCatView {
    position              : relative;
    overflow              : hidden;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
    margin                : 0 -15px;
    padding               : 0;
}
#row {
    width : auto !important;
}
#content .row .article-holder,
#subCatView .article-holder,
.swipeSliderSection.article-holder {
    width   : 33.333%;
    padding : 0 15px;
    margin  : 0 0 16px;
}
#content.productGridView .row .article-holder,
.swipeSliderSection .article-holder {
    width : 25%;
}
#content .image-holder,
#subCatView .image-holder {
    height   : 174px;
    position : relative;
    width    : 100%;
    overflow : hidden;
    margin   : 0 0 9px;
}
#content .image-holder img,
#subCatView .image-holder img {
    height         : auto;
    vertical-align : top;
    bottom         : 0;
    left           : 0;
    margin         : auto;
    max-width      : 100%;
    position       : absolute;
    right          : 0;
    top            : 0;
    width          : auto;
}
.sorter-action {
    vertical-align : top;
}
#content .image-holder .product-image-photo {
    width : 100%;
}
#content .image-holder .new,
#subCatView .image-holder .new {
    position    : absolute;
    width       : 64px;
    height      : 13px;
    background  : #CF3238;
    text-align  : center;
    color       : #FFFFFF;
    font-size   : 11px;
    line-height : 13px;
    top         : 20px;
    right       : 0;
    font-weight : 300
}
#content .text-holder,
#subCatView .text-holder {
    font-size   : 14px;
    line-height : 20px;
    position    : relative;
    overflow    : hidden;
    max-width   : 100%;
    text-align  : center;
}
#content .text-holder .color {
    color : #999999;
}
#content .text-holder p {
    margin : 0 0 2px;
}
#content .text-holder .price {
    font-size : 16px;
    margin    : 0 0 6px;
    display   : block;
}
.cart-area .wrap .price {
    color       : #000000;
    font-family : "Roboto", sans-serif;
    font-size   : 16px !important;
    font-weight : 300 !important;
}
.cart-area .wrap .special-price .price::after {
    background : rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cart-area .wrap .price-label {
    color     : #000000;
    display   : inline-block !important;
    font-size : 16px !important;
    height    : auto !important;
    position  : static !important;
    width     : auto !important;
    overflow  : visible !important;
}
.cart-area .wrap .price-wrapper {
    display : inline-block !important;
}
.cart-area .wrap .special-price {
    display : block;
}
.cart-area .wrap .special-price .price-label,
.cart-area .wrap .special-price .price {
    color : #CB2026;
}
#content .text-holder .more {
    display        : inline-block;
    vertical-align : top;
    font-size      : 11px;
    line-height    : 14px;
}
#content .btn {
    font-size      : 12px;
    line-height    : 15px;
    display        : inline-block;
    vertical-align : top;
    border         : 2px solid #BEBEBE;
    border-radius  : 2px;
    background     : #FFFFFF;
    color          : #000000;
    padding        : 2px 6px 4px;
    margin         : 0 0 5px;
}
.col .field-holder a,
.col .btn-holder a {
    color           : black !important;
    text-decoration : none !important;
}
.col .field-holder a:hover,
.col .btn-holder a:hover {
    color : #FFFFFF !important
}
.btn-holder .btn-default {
    color           : #000000 !important;
    text-decoration : none !important;
}
#content .btn.magikquickview {
    border         : 2px solid #BEBEBE;
    border-radius  : 2px;
    color          : #000000;
    display        : inline-block;
    font-size      : 12px;
    line-height    : 15px;
    margin         : 0 0 5px;
    padding        : 2px 6px 4px;
    vertical-align : top;
}
.magikquickview:hover {
    background      : #EEEEEE !important;
    text-decoration : none !important;
}
#content .btn.magikquickview,
#main .btn.magikquickview {
    height   : auto;
    position : static;
    opacity  : 1;
}
#content .btn:hover {
    color        : #FFFFFF;
    background   : #CB2026;
    border-color : #CB2026;
}
#content .btn i {
    display        : inline-block;
    vertical-align : middle;
    margin         : 0 2px 0 0;
}
#content .foot {
    position              : relative;
    overflow              : hidden;
    padding               : 18px 0 19px;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
    border-top            : 1px solid #CCCCCC;
}
#content .items-show {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-align     : center;
    -ms-flex-align        : center;
    align-items           : center;
}
#content .items-show .title {
    margin : 0 5px 0 0;
}
#content .list-items {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
}
#content .list-items li {
    padding : 0 5px;
}
#content .list-items li.active a {
    color : #CB2026;
}
#content .list-items li a:hover {
    color : #CB2026;
}
#content .pagination {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
}
#content .pagination a:hover {
    color : #CB2026;
}
#content .pagination li {
    padding : 0 5px;
}
.bottom-block {
    position   : relative;
    overflow   : hidden;
    border-top : 8px solid #CB2027;
    padding    : 18px 0 0;
}
.page-footer {
    background     : none !important;
    margin-top     : 0 !important;
    padding-bottom : 0 !important;
}
.bottom-block .footer-aside {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    padding               : 0 0 11px;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
}
.bottom-block .col-left,
.bottom-block .col-right {
    width                 : 43.2%;
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
}
.bottom-block .col-right {
    width             : 50.5%;
    -webkit-box-align : start;
    -ms-flex-align    : start;
    align-items       : start;
}
.bottom-block h4 {
    font-size   : 16px;
    line-height : 20px;
    font-weight : 300;
    margin      : 0 0 18px;
}
.bottom-block .link {
    font-size   : 13px;
    line-height : 17px;
}
.bottom-block .link li {
    margin : 0 0 9px;
}
.bottom-block blockquote {
    width       : 41.3%;
    border      : 1px solid #ADADAD;
    padding     : 10px;
    position    : relative;
    font-style  : normal;
    margin      : 4px 0 0 3px;
    line-height : 24px;
}
.bottom-block blockquote:before,
.bottom-block blockquote:after {
    position   : absolute;
    left       : -13px;
    top        : 30%;
    background : url('../images/sprite.png') no-repeat -244px -90px;
    width      : 14px;
    height     : 23px;
    content    : "";
}
.bottom-block blockquote:after {
    background-position : -269px -89px;
    width               : 15px;
    height              : 26px;
    left                : auto;
    right               : -14px;
}
.bottom-block blockquote q {
    display  : block;
    position : relative;
}
.bottom-block blockquote q:before,
.bottom-block blockquote q:after {
    display        : inline-block;
    vertical-align : top;
    background     : url('../images/sprite.png') no-repeat -16px -145px;
    width          : 13px;
    height         : 10px;
    content        : "";
    margin         : 4px 4px 0 0;
}
.bottom-block blockquote q:after {
    background-position : -39px -145px;
    width               : 14px;
    height              : 10px;
}
.bottom-block .form-area {
    width : 45.8%;
}
.bottom-block .form-submit {
    position : relative;
    /*overflow : hidden;*/
    margin   : 0 0 24px;
}
.form-area #newsletter-error.mage-error {
    /*position : absolute;
    top      : 100px;*/
    width : 205px;
}
.bottom-block .field-holder {
    /*border   : 1px solid #d6d6d6;*/
    position : relative;
    padding  : 0 74px 0 0;
    /* height   : 40px;*/
}
.bottom-block input[type="text"] {
    color      : #000000;
    width      : 100%;
    height     : 38px;
    box-shadow : none;
    border     : 1px solid #ADADAD
}
.bottom-block input[type="text"]:-moz-placeholder {
    color   : #000000;
    opacity : 1;
}
.bottom-block input[type="text"]::-moz-placeholder {
    color   : #000000;
    opacity : 1;
}
.bottom-block input[type="text"]:-ms-input-placeholder {
    color : #000000;
}
.bottom-block input[type="text"]::-webkit-input-placeholder {
    color : #000000;
}
.bottom-block input[type="submit"] {
    width      : 74px;
    height     : 38px;
    color      : #FFFFFF;
    text-align : center;
    background : #CB2026;
    padding    : 0;
    border     : 1px solid #CB2026;
    position   : absolute;
    right      : 0;
    top        : 0;
    font-size  : 18px;
}
.bottom-block input[type="submit"]:hover {
    background : #EEEEEE;
    color      : #000000;
}
.bottom-block .lable-holder {
    display  : block;
    position : relative;
    overflow : hidden;
    margin   : 0 0 6px;
}
#footer {
    font-size   : 14px;
    line-height : 18px;
    position    : relative;
    overflow    : hidden;
    border-top  : 1px solid #BABABA;
    padding     : 24px 0;
}
#footer ul li {
    margin-top  : 1px;
    margin-left : 8px;
    /* margin-left: 0px; */
}
#footer ul li:first-child {
    margin-left  : 0;
    margin-right : 7px;
}
#footer .footer-list {
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -ms-flex-direction    : row;
    flex-direction        : row;
    -webkit-box-pack      : justify;
    -ms-flex-pack         : justify;
    justify-content       : space-between;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
}
#footer .footer-list p {
    margin : 0;
}
#footer a:hover {
    color : #CB2026;
}
#footer address {
    font-style : normal;
    position   : relative;
    padding    : 0 0 0 20px;
}
#footer address:before {
    position   : absolute;
    left       : 0;
    top        : 0;
    background : url('../images/sprite.png') no-repeat -191px -10px;
    width      : 15px;
    height     : 18px;
    content    : "";
}
#footer .fax,
#footer .tel,
#footer .mail {
    position : relative;
    padding  : 0 0 0 30px;
}
#footer .fax:after,
#footer .tel:after,
#footer .mail:after {
    position   : absolute;
    background : url('../images/sprite.png') no-repeat -219px -12px;
    width      : 20px;
    height     : 13px;
    content    : "";
    left       : 0;
    top        : 0;
}
#footer .tel:after {
    background-position : -250px -12px;
    width               : 15px;
    height              : 15px;
}
#footer .mail:after {
    background-position : -276px -11px;
    width               : 20px;
    height              : 15px;
    top                 : 3px;
}
/* custom checkbox styles */

.jcf-checkbox {
    position   : absolute;
    left       : 0;
    top        : 50%;
    margin     : -9px 0 0;
    cursor     : default;
    background : #FFFFFF;
    border     : 1px solid #DFDFDF;
    height     : 17px;
    width      : 17px;
}
.aside .slide .jcf-checkbox {
    position : relative;
    margin   : -1px 7px 0 0;
    display  : inline-block;
    float    : left;
}
.table-shape .jcf-checkbox {
    left : -11px;
}
.aside .filter-content .item a {
    position : relative;
}
.table-shape .item a {
    display        : inline-block;
    vertical-align : top;
    padding-left   : 15px;
}
.table-shape .slide {
    padding-top : 8px;
}
.jcf-checkbox span {
    position          : absolute;
    display           : none;
    height            : 8px;
    width             : 16px;
    top               : 50%;
    left              : 50%;
    margin            : -7px 0 0 -6px;
    border            : 3px solid #777777;
    border-width      : 0 0 3px 3px;
    -ms-transform     : rotate(-45deg);
    -webkit-transform : rotate(-45deg);
    transform         : rotate(-45deg);
    -ms-filter        : "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {
    margin : -6px 0 0 -8px;
}
.jcf-checkbox input[type="checkbox"] {
    position : absolute;
    width    : 100%;
    height   : 100%;
    border   : 0;
    margin   : 0;
    left     : 0;
    top      : 0;
}
.jcf-checkbox.jcf-checked span {
    display : block;
}
/* custom radio styles */

.jcf-radio {
    vertical-align : middle;
    display        : inline-block;
    position       : relative;
    overflow       : hidden;
    cursor         : default;
    background     : #FFFFFF;
    border         : 1px solid #777777;
    border-radius  : 9px;
    margin         : 0 3px 0 0;
    height         : 16px;
    width          : 16px;
}
.am_shopby_filter_items_attr_category_ids li .jcf-radio {
    height       : 1px;
    border-width : 0 0 1px;
    width        : 3px;
    margin       : 0 3px 0 10px;
}
.jcf-radio span {
    display       : none;
    position      : absolute;
    top           : 3px;
    left          : 3px;
    right         : 3px;
    bottom        : 3px;
    background    : #777777;
    border-radius : 100%;
}
.jcf-radio input[type="radio"] {
    position : absolute;
    height   : 100%;
    width    : 100%;
    border   : 0;
    margin   : 0;
    left     : 0;
    top      : 0;
}
.jcf-radio.jcf-checked span {
    display : block;
}
/* custom range input styles */

.jcf-range {
    display : inline-block;
    width   : 100%;
}
.jcf-range .jcf-range-track {
    margin   : 0 20px 0 0;
    position : relative;
    display  : block;
}
.jcf-range .jcf-range-wrapper {
    background    : #E5E5E5;
    border-radius : 5px;
    display       : block;
    margin        : 15px 0;
    height        : 2px;
}
.jcf-range .jcf-range-display-wrapper {
    height   : 2px;
    left     : 10px;
    position : absolute;
    right    : 10px;
}
.jcf-range .jcf-range-display {
    background : #CB2026;
    height     : 2px;
    left       : 0;
    position   : absolute;
    right      : 0;
    top        : 0;
}
.jcf-range.jcf-vertical {
    width : auto;
}
.jcf-range.jcf-vertical .jcf-range-wrapper {
    margin  : 0;
    width   : 10px;
    height  : auto;
    padding : 20px 0 0;
}
.jcf-range.jcf-vertical .jcf-range-track {
    height : 180px;
    width  : 10px;
}
.jcf-range.jcf-vertical .jcf-range-handle {
    left : -5px;
    top  : auto;
}
.jcf-range .jcf-range-handle {
    position      : absolute;
    background    : #FFFFFF;
    border        : 1px solid #E0E0E0;
    border-radius : 19px;
    width         : 28px;
    height        : 28px;
    margin        : -12px 0 0;
    z-index       : 1;
    top           : 0;
    left          : 0;
    border-radius : 100%;
}
.jcf-range .jcf-range-mark {
    position   : absolute;
    overflow   : hidden;
    background : #000000;
    width      : 1px;
    height     : 3px;
    top        : -7px;
    margin     : 0 0 0 9px;
}
.jcf-range.jcf-vertical .jcf-range-mark {
    margin : 0 0 9px;
    left   : 14px;
    top    : auto;
    width  : 3px;
    height : 1px;
}
/* custom number input styles */

.jcf-number {
    display  : inline-block;
    position : relative;
    height   : 35px;
}
.jcf-number input {
    -moz-appearance : textfield;
}
.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance : none;
}
.jcf-number input {
    box-sizing : border-box;
    border     : 1px solid #ACACAC;
    padding    : 3px 27px 3px 7px;
    margin     : 0;
    height     : 100%;
    width      : 100%;
    font-size  : 14px;
    text-align : center;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    position : absolute;
    width    : 20px;
    height   : 15px;
    right    : 5px;
    top      : 1px;
}
.jcf-number .jcf-btn-dec {
    top    : auto;
    bottom : 1px;
}
.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
    position     : absolute;
    content      : "";
    width        : 0;
    height       : 0;
    top          : 50%;
    left         : 50%;
    margin       : -6px 0 0 -4px;
    border       : 6px solid #D6D6D6;
    border-color : transparent transparent #D6D6D6 transparent;
}
.jcf-number .jcf-btn-dec:before {
    margin       : -5px 0 0 -4px;
    border-color : #D6D6D6 transparent transparent transparent;
}
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
    opacity : .3;
}
.jcf-number.jcf-disabled input {
    background : #DDDDDD;
}
.js-tab-hidden {
    display  : block;
    left     : -9999px !important;
    position : absolute !important;
    top      : -9999px !important;
}
/**** ABOUT US *****/
.main-area {
    position       : relative;
    display        : inline-block;
    vertical-align : top;
    width          : 100%;
    margin         : -4px 0 0;
}
.visual-internal {
    position : relative;
    margin   : 0 0 30px;
}
.visual-internal img {
    display : block;
    width   : 100%;
    height  : auto;
}
.visual-internal .cap {
    /*11-09-2018*/
    /*text-transform : lowercase;*/
    position        : absolute;
    left            : 0;
    top             : 70px;
    bottom          : 0;
    right           : 0;
    display         : -ms-flexbox;
    display         : flex;
    -ms-flex-align  : center;
    align-items     : center;
    -ms-flex-pack   : center;
    justify-content : center;
}
.visual-internal .cap h1 {
    position    : relative;
    color       : #FFFFFF;
    font-size   : 80px;
    font-weight : 300;
    line-height : 84px;
    margin      : 0;
}
.visual-internal .cap h1:after {
    position   : absolute;
    left       : -21px;
    width      : 4px;
    content    : "";
    background : #CC2027;
    bottom     : 12px;
    top        : -45px;
}
.main-area .content-area {
    max-width : 1084px;
    margin    : 0 auto;
}
.cms-page-view .main-area .content-area {
    margin-top : 30px;
}
.cms-page-view .custom-slider {
    padding-bottom : 0;
}
.cms-page-view #main {
    padding-bottom : 14px;
}
.main-area .tagline {
    position      : relative;
    color         : #CC2027;
    font-weight   : 300;
    font-size     : 24px;
    line-height   : 31px;
    padding       : 0 0 28px;
    border-bottom : 1px solid #CBCBCB;
    margin        : 0 0 30px;
}
.main-area .tagline p {
    margin : 0;
}
.main-area .section {
    overflow : hidden;
    margin   : 0 0 30px;
}
.main-area .section .img-holder {
    float  : right;
    margin : 0 0 0 40px;
}
.main-area .section .description {
    overflow    : hidden;
    font-size   : 16px;
    line-height : 28px;
    font-weight : 300;
}
.main-area .section .description p {
    margin : 0;
}
.main-area .section2 {
    position : relative;
    overflow : hidden;
}
.main-area .section2 h2 {
    margin      : 0 0 27px;
    color       : #CC2027;
    font-size   : 24px;
    position    : relative;
    text-align  : center;
    line-height : 27px;
    font-weight : 300;
}
.main-area .section2 h2 span {
    display        : inline-block;
    vertical-align : top;
    padding        : 0 20px;
    background     : #FFFFFF;
    position       : relative;
    z-index        : 9;
}
.main-area .section2 h2:after {
    position   : absolute;
    left       : 0;
    right      : 0;
    top        : 52%;
    height     : 1px;
    content    : "";
    background : #CBCBCB;
}
.data-row {
    position : relative;
    overflow : hidden;
    margin   : 0 0 33px;
}
.data-row .title {
    float       : left;
    width       : 166px;
    padding     : 8px 0 0 12px;
    position    : relative;
    font-size   : 22px;
    line-height : 25px;
    font-weight : 300;
}
.data-row .title:after {
    position   : absolute;
    left       : 3px;
    width      : 2px;
    content    : "";
    background : #CC2027;
    bottom     : 3px;
    height     : 21px;
}
.data-row .text {
    overflow    : hidden;
    font-size   : 16px;
    line-height : 26px;
    color       : #000000;
    font-weight : 300;
}
.main-area .section3 h2 {
    margin      : 0 0 27px;
    color       : #CC2027;
    font-size   : 24px;
    position    : relative;
    text-align  : center;
    line-height : 27px;
    font-weight : 300;
}
.main-area .section3 h2 span {
    display        : inline-block;
    vertical-align : top;
    padding        : 0 20px;
    background     : #FFFFFF;
    position       : relative;
    z-index        : 9;
}
.main-area .section3 h2:after {
    position   : absolute;
    left       : 0;
    right      : 0;
    top        : 52%;
    height     : 1px;
    content    : "";
    background : #CBCBCB;
}
.main-area .pagination {
    position : absolute;
    left     : 0;
    right    : 0;
    bottom   : 29px;
    z-index  : 999;
}
.main-area .pagination ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    float      : none;
    width      : 100%;
    text-align : center;
}
.main-area .pagination ul li {
    display        : inline-block;
    vertical-align : top;
    margin         : 0 4px;
    float          : none;
}
.main-area .pagination ul li a {
    display       : block;
    border-radius : 50%;
    background    : rgba(0, 0, 0, .4);
    width         : 12px;
    height        : 12px;
    font-size     : 0;
    line-height   : 0;
}
.main-area .pagination ul li a:hover,
.main-area .pagination ul li.active a {
    background : rgba(0, 0, 0, .65);
}
.cms-about-us .owl-theme .owl-dots {
    bottom : 36px;
}
.cms-about-us .owl-theme .owl-dots .owl-dot span {
    background : rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    width      : 12px;
    height     : 12px;
    margin     : 0 9px;
}
.cms-about-us .owl-theme .owl-dots .owl-dot span:hover,
.cms-about-us .owl-theme .owl-dots .owl-dot.active span {
    background : rgba(0, 0, 0, 0.70) none repeat scroll 0 0;
}
.cms-home .owl-theme .owl-dots .owl-dot span {
    background : rgba(255, 255, 255, 0.77) none repeat scroll 0 0;
}
.cms-home .owl-theme .owl-dots .owl-dot span:hover,
.cms-home .owl-theme .owl-dots .owl-dot.active span {
    background : #FFFFFF;
}
/****** PRODUCT PAGE ******/
.product-page1 .cart-area .wrap {
    position      : relative;
    margin-bottom : -6px;
}
.product-page1 .cart-area .click {
    display     : block;
    background  : #EEEEEE;
    text-align  : center;
    font-size   : 14px;
    height      : 35px;
    line-height : 35px;
}
.product-page1 .cart-area .click:hover {
    background : #CB2026;
    color      : #FFFFFF;
}
.product-page2 .cart-area .wrap {
    margin-bottom : 60px;
}
/****** CATEGORY PAGE ******/
.category #content .text-holder,
#subCatView .text-holder {
    text-align : center;
    margin     : 0 0 20px;
    padding    : 22px 0 0;
    max-width  : 100%;
}
.category #content .row .article-holder a,
#subCatView .article-holder a,
.swipeSliderSection .article-holder a {
    display : block;
}
.category #content .row .article-holder a:hover,
#subCatView.article-holder a:hover,
.swipeSliderSection .article-holder a:hover {
    color : #CB2026;
}
.aside .open-close .opener:after {
    content    : "";
    bottom     : 8px;
    width      : 10px;
    height     : 9px;
    background : url('../images/arrow-top.png') no-repeat
}
.aside .opener.noChild::after {
    background : none;
}
.aside .open-close.active .opener:after {
    content    : "";
    bottom     : 4px;
    width      : 10px;
    height     : 9px;
    background : url('../images/arrow-btm.png') no-repeat
}
.category .carousel .slideset .slide {
    width : 33% !important;
}
.category .carousel-area h2,
.cwsFeatured h2 {
    margin      : 0 0 27px;
    color       : #000000;
    font-size   : 24px;
    position    : relative;
    text-align  : center;
    line-height : 27px;
    font-weight : 300;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.category .carousel-area h2 span,
.cwsFeatured h2 span {
    display        : inline-block;
    vertical-align : top;
    padding        : 0 20px;
    background     : #FFFFFF;
    position       : relative;
    z-index        : 9;
}
.category .carousel-area h2:after,
.cwsFeatured h2:after {
    position   : absolute;
    left       : 0;
    right      : 0;
    top        : 52%;
    height     : 1px;
    content    : "";
    background : #CBCBCB;
}
/* Cart Page */

.cart-head {
    overflow      : hidden;
    border-bottom : 1px solid #E0E0E0;
    padding       : 24px 25px 33px 30px;
    width         : 100%
}
.cart-head h2 {
    float       : left;
    font-size   : 30px;
    color       : #191919;
    font-weight : 300;
    margin      : 0;
    padding     : 0
}
.cart-head-right {
    float    : right;
    overflow : hidden;
    margin   : 6px 0 0
}
.cart-head-right a {
    font-size : 16px;
    position  : relative;
}
.c-email {
    padding-left : 39px
}
.c-print {
    padding-left : 36px;
    margin-left  : 31px
}
.c-clearcart {
    padding-left : 22px;
    margin-left  : 31px
}
.c-email:before {
    position   : absolute;
    width      : 36px;
    height     : 19px;
    background : url('../images/sprite-cart.png') no-repeat -204px -5px;
    content    : '';
    left       : 0;
    top        : -1px
}
.c-print:before {
    position   : absolute;
    width      : 25px;
    height     : 21px;
    background : url('../images/sprite-cart.png') no-repeat -253px -5px;
    content    : '';
    left       : 0;
    top        : -1px
}
.c-clearcart:before {
    position   : absolute;
    width      : 14px;
    height     : 13px;
    background : url('../images/sprite-cart.png') no-repeat -8px -6px;
    content    : '';
    left       : 0;
    top        : 6px
}
.cart-head-right .c-clearcart {
    background : rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border     : medium none;
    box-shadow : none;
    margin-top : -4px;
    padding    : 0 0 0 22px;
    position   : relative;
}
.cols-holder {
    overflow : hidden
}
.cart_detail_head {
    background    : #F2F2F2 none repeat scroll 0 0;
    margin        : 0;
    padding       : 30px 30px 24px;
    border-bottom : 1px solid #E0E0E0;
    width         : 100%;
    overflow      : hidden
}
.fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    text-align : center;
}
.col-1 {
    width : 355px;
    float : left
}
.protectionPlan .col-1 {
    width : 626px;
}
.protectionPlan .col-1 .item_name {
    max-width : 450px;
}
.col-2 {
    width : 271px;
    float : left
}
.col-3 {
    width : 170px;
    float : left
}
.col-4 {
    width    : 110px;
    float    : left;
    position : relative
}
.col-5 {
    width : 115px;
    float : left
}
.cart_cols_wrap {
    overflow : hidden
}
.col-4 input[type="number"] {
    width   : 46px;
    height  : 37px;
    padding : 3px 6px 3px 7px
}
.col-4 .jcf-btn-inc {
    position   : absolute;
    width      : 30px;
    height     : 37px;
    background : #E4E1E1;
    right      : -30px;
    top        : 0;
    border     : 1px solid #DADADA
}
.col-4 .jcf-btn-dec {
    position   : absolute;
    width      : 30px;
    height     : 37px;
    background : #E4E1E1;
    left       : -30px;
    top        : 0;
    border     : 1px solid #DADADA
}
.col-4 .jcf-btn-inc:before {
    content    : '+' !important;
    border     : none;
    background : none !important;
    left       : 12px;
    top        : 11px;
}
.col-4 .jcf-btn-dec:before {
    content    : '-' !important;
    border     : none;
    background : none !important;
    left       : 16px;
    top        : 9px;
}
.cart_wrap {
    margin   : 20px 0 0;
    border   : 1px solid #E0E0E0;
    overflow : hidden;
    padding  : 25px 30px 10px;
    width    : 100%
}
.update_cart {
    position     : relative;
    padding-left : 28px;
    margin       : 14px 0 0 -16px
}
.update_cart:before {
    position   : absolute;
    content    : '';
    background : url('../images/sprite-cart.png') no-repeat -166px -3px;
    width      : 20px;
    top        : 3px;
    left       : 0;
    height     : 18px;
}
.update_cart button {
    background      : rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border          : medium none;
    box-shadow      : none;
    line-height     : 16px;
    margin          : -3px 0 0;
    padding         : 0;
    text-decoration : none;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.col-3 > span {
    margin-top : 3px;
}
.update_cart a:hover,
.update_cart button:hover {
    color : #CB2027
}
.col-1 img {
    float : left
}
.cart_wrap .col-1 img {
    position : static;
}
.cart_wrap .col-2 .optionTable td {
    padding : 0;
}
.cart_wrap .price {
    font-weight : 300;
    font-size   : 16px;
}
.item_name {
    overflow     : hidden;
    padding-left : 30px;
    max-width    : 140px;
    font-size    : 16px;
    line-height  : 26px;
    color        : #000000
}
.item_name span {
    display : block;
    color   : #999999
}
.col-2 tr td:first-child {
    width : 130px
}
.cart_wrap_bottom {
    margin   : 12px 0 0;
    overflow : hidden
}
.cart_wrap_bottom .col-2 {
    float      : right;
    width      : 50%;
    text-align : right
}
.col-2 ul {
    list-style : none;
    font-size  : 16px;
    color      : #999999;
}
.col-2 ul li {
    border-left : 1px solid #B6B6B6;
    padding     : 0 10px;
    display     : inline-block;
    position    : relative;
    line-height : 14px
}
.col-2 ul li:first-child {
    border-left   : 0;
    padding-right : 4px
}
.col-2 ul li.edit_cart {
    padding-left : 25px;
}
.col-2 ul li.sfl_cart {
    padding-left : 35px;
}
.col-2 ul li.remove_cart {
    padding-left : 31px;
}
.col-2 ul li.move_wlst {
    padding-left : 34px;
}
.col-2 ul li.move_cart {
    padding-left : 36px;
}
.col-2 ul li a {
    text-decoration : underline;
    color           : #999999;
    font-weight     : 300
}
.col-2 ul li a:hover {
    text-decoration : none;
    color           : #CB2027
}
.col-2 ul li.edit_cart {
    padding-left : 35px;
}
.col-2 ul li.edit_cart:before {
    background : url('../images/sprite-cart.png') no-repeat -116px -5px;
    width      : 20px;
    position   : absolute;
    content    : '';
    left       : 10px;
    top        : -4px;
    height     : 20px;
}
.col-2 ul li.sfl_cart:before {
    background : url('../images/sprite-cart.png') no-repeat -74px -3px;
    width      : 19px;
    position   : absolute;
    content    : '';
    left       : 8px;
    top        : -5px;
    height     : 19px;
}
.col-2 ul li.sfl_cart {
    border : none;
}
.col-2 ul li.remove_cart:before {
    background : url('../images/sprite-cart.png') no-repeat -36px -2px;
    width      : 17px;
    position   : absolute;
    content    : '';
    left       : 9px;
    top        : -7px;
    height     : 22px;
}
.col-2 ul li.move_wlst:before {
    background : url('../images/sprite-cart.png') no-repeat -296px -1px;
    width      : 23px;
    position   : absolute;
    content    : '';
    left       : 9px;
    top        : -7px;
    height     : 24px;
}
.col-2 ul li.move_cart:before {
    background : url('../images/sprite-cart.png') no-repeat -331px -5px;
    width      : 23px;
    position   : absolute;
    content    : '';
    left       : 9px;
    top        : -2px;
    height     : 19px;
}
.cart-foot.cartFootUpper {
    text-decoration : none !important;
    margin-bottom   : 0;
}
.cart-foot form {
    overflow : hidden;
}
.cart-foot .block .title {
    color  : #000000;
    margin : 0;
    cursor : pointer;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.cart_wrap .col-2 .gift-options-cart-item {
    display : none !important;
}
.cart-foot .fieldset.coupon .field {
    margin : 10px 0 8px;
}
.cart-foot .fieldset.coupon .actions-toolbar {
    overflow : hidden;
}
.cart-foot .fieldset.coupon .actions-toolbar .primary {
    float : right;
}
.cart-foot {
    padding         : 22px 25px;
    font-size       : 16px;
    color           : #999999;
    text-decoration : underline;
    text-align      : right;
    width           : 100%;
    border-bottom   : 1px solid #E0E0E0;
    margin          : 0 0 27px
}
.cart-foot .fieldset.coupon {
    float : right;
    width : 320px;
}
.ord-summery-wrap {
    width : 414px;
    float : right;
}
.ord-summery-box strong,
.ord-summery-box dt {
    font-size   : 16px !important;
    font-weight : 500 !important;
}
.ord-summery-box {
    font-size : 14px !important;
}
.checkout-index-index .authentication-wrapper {
    display : none !important;
}
.ord-summery-box #block-summary legend {
    display : none;
}
.ord-summery-wrap h2 {
    font-size   : 15px;
    margin      : 0 0 18px;
    color       : #000000;
    font-weight : 300;
    font-size   : 24px
}
.ord-summery-box {
    padding    : 20px 25px;
    background : #F2F2F2
}
.os-subtotal {
    padding-bottom : 19px;
    border-bottom  : 1px solid #DBDBDB;
    font-size      : 16px;
    font-weight    : 300;
    color          : #191919;
    overflow       : hidden
}
.os-subtotal span {
    float : right
}
.os-shipping {
    overflow : hidden;
    padding  : 20px 0 0
}
.os-shipping div {
    max-width : 258px;
    float     : right
}
.os-shipping .os-shipping div select {
    text-align : left
}
.os-shipping .jcf-select-text {
    text-align : left !important
}
.os-shipping div input {
    margin-top : 20px;
    width      : 100%;
    text-align : left
}
.os-buyprotect {
    padding       : 20px 0;
    border-bottom : 1px solid #DBDBDB
}
.os-buyprotect span.ques {
    display       : inline-block;
    margin        : 0 20px 0 25px;
    height        : 17px;
    width         : 17px;
    line-height   : 17px;
    color         : #FFFFFF;
    background    : #C2C2C2;
    border-radius : 50%;
    text-align    : center;
    font-size     : 12px
}
.os-buyprotect .chekbox {
    position : relative
}
.os-buyprotect .chekbox .jcf-checkbox {
    width  : 22px;
    height : 22px;
    border : 1px solid #BABABA
}
.os-buyprotect .chekbox .jcf-checkbox span {
    width       : 12px;
    margin-left : -6px
}
.os-buyprotect span.ques:hover {
    background : #444444;
}
.os-buyprotect .amount {
    float : right
}
.os-saletax {
    padding  : 15px 0 10px;
    overflow : hidden;
    width    : 100%
}
.os-total {
    overflow : hidden;
    width    : 100%;
}
.os-total .amount {
    float : right
}
.os-saletax .amount {
    float : right;
}
.ord-buttons {
    margin   : 25px 0 0;
    width    : 100%;
    overflow : hidden
}
.ord-buttons a {
    padding     : 14px;
    width       : 49%;
    background  : #E4E1E1;
    font-size   : 18px;
    color       : #000000;
    font-weight : 300;
    display     : inline-block;
    text-align  : center
}
.ord-buttons a:hover {
    background : #444444;
    color      : #FFFFFF
}
.ord-buttons a.checkout {
    float      : right;
    background : #CB2026;
    color      : #FFFFFF
}
.cart-head2 {
    overflow : hidden;
    width    : 100%;
    padding  : 20px 0 0 33px
}
.cart-head2 h2 {
    font-size    : 26px;
    color        : #191919;
    font-weight  : 300;
    padding-left : 37px;
    position     : relative;
    margin       : 0
}
.cart-head2 h2:before {
    content    : '';
    position   : absolute;
    background : url('../images/clock-ico.png') no-repeat;
    width      : 24px;
    height     : 24px;
    left       : 0;
    top        : 11px
}
[data-tooltip] {
    position : relative;
    z-index  : 2;
    cursor   : pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
    visibility     : hidden;
    -ms-filter     : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter         : progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity        : 0;
    pointer-events : none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
    position              : absolute;
    bottom                : 150%;
    left                  : 50%;
    margin-bottom         : 5px;
    margin-left           : -80px;
    padding               : 7px;
    width                 : 160px;
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
    background-color      : #000000;
    background-color      : hsla(0, 0%, 20%, 0.9);
    color                 : #FFFFFF;
    content               : attr(data-tooltip);
    text-align            : center;
    font-size             : 14px;
    line-height           : 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position     : absolute;
    bottom       : 150%;
    left         : 50%;
    margin-left  : -5px;
    width        : 0;
    border-top   : 5px solid #000000;
    border-top   : 5px solid hsla(0, 0%, 20%, 0.9);
    border-right : 5px solid transparent;
    border-left  : 5px solid transparent;
    content      : " ";
    font-size    : 0;
    line-height  : 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility : visible;
    -ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter     : progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity    : 1;
}
/* Checkout */
.checkouthead {
    background : #F2F2F2
}
/* Popup */
.popup-holder {
    position : relative;
    overflow : hidden;
}
/*.column.main a:not(.primary) {
    color : #000000 !important;
}
.column.main a:hover {
    color           : #CB2026 !important;
    text-decoration : none !important;
}*/
.column.main .posttags a:hover {
    color : #FFFFFF !important;
}
.lightbox {
    padding    : 0 !important;
    width      : 1152px;
    background : #FFFFFF;
}
.article-holder a,
.article-holder a span,
.cms-showroom .main a,
.checkout-methods-items li a {
    color : #000000;
}
.brand-name a,
.manufactureArea a,
.item_name a {
    color : #000000 !important;
}
.article-holder a:hover,
.article-holder a:hover span,
.aside .list-category li a:hover,
.cms-showroom .main a:hover {
    color           : #CB2026;
    text-decoration : none;
}
.article-holder .text-holder .product-item-link:hover,
.article-holder .text-holder .more:hover,
.brand-name a:hover,
.manufactureArea a:hover,
.item_name a:hover,
.checkout-methods-items li a:hover {
    color           : #CB2026 !important;
    text-decoration : none !important;
}
#infoTabs .btnfancy:hover,
.actions-toolbar .secondary a:hover,
.actions-toolbar .secondary a:hover span {
    text-decoration : none !important;
}
.blog_search_mini_form #blog_search {
    height : 34px;
}
.product-options-bottom .quantity .field-holder {
    width : auto !important;
}
.fancybox-wrap {
    max-width : calc(100% - 47px) !important;
}
.action.create.primary:hover,
.action.create.primary:hover span {
    color : #000000 !important;
}
.category-description,
.cms-privacy-policy .main,
.cms-terms-of-use .main,
.cms-returns-exchanges .main,
.cms-shipping-delivery .main,
.cms-order-tracking .main,
.cms-price-guarantee .main,
.cms-registry-gift-cards .main,
.cms-to-the-trade .main,
.cms-hospitality-military-discount .main {
    text-align : justify;
}
.swatch-option.text {
    line-height : 12px;
}
.prodnew {
    overflow : hidden;
}
.prodnew .col-left {
    width : 58.17%;
}
.prodnew .col-right {
    width : 38%;
}
.prodnew .wrap {
    padding : 0 !important;
}
.prodnew .wrap .col {
    width   : 100% !important;
    margin  : 0;
    padding : 20px 0;
}
.ratingarea {
    overflow : hidden;
}
.ratingstars {
    float : left;
}
.ratingcount {
    float       : left;
    margin-left : 9px;
    margin-top  : -3px;
}
.prodnew .wrap .col .txtright {
    float : right;
}
.pricearea {
    padding     : 25px 0;
    font-size   : 20px;
    color       : #000000;
    font-weight : 300;
}
.pricearea span {
    color     : #CB2026;
    display   : block;;
    font-size : 16px;
}
.tblsizearea {
    display : table;
    width   : 100%;
}
.tblsizearea .field-area {
    display : block;
}
.tblsizearea span.label {
    display       : block;
    float         : none;
    margin-bottom : 12px;
    font-weight   : bold;
}
.tblsizearea span.label span {
    font-weight : 300;
    margin-left : 12px;
    color       : #666666;
}
.tblsizearea .field-holder {
    width : 100% !important;
}
.tblsizearea .jcf-select-text {
    text-align     : left !important;
    padding        : 0 20px;
    font-size      : 14px;
    color          : #666666;
    font-weight    : 300;
    text-transform : uppercase;
}
.tblsizearea .jcf-select-opener {
    border     : none;
    width      : 12px;
    height     : 7px;
    background : url(../images/arrow-top-2.jpg) no-repeat;
    top        : 17px;
    right      : 20px;
}
.tblcolorswatches {
    overflow : hidden;
}
.tblcolorswatches a {
    display  : inline-block;
    width    : 28px;
    height   : 18px;
    border   : 1px solid #DADADA;
    position : relative;
    margin   : 2px 5px;
}
.tblcolorswatches a:hover,
.tblcolorswatches a.colorselected {
    border-color : #FFFFFF;
    box-shadow   : 0 0 0 2px #FF5100;
    cursor       : pointer;
}
.color1 {
    background : #BFA864;
}
.color2 {
    background : #F2EB9C;
}
.color3 {
    background : #EFEFEF;
}
.tblcolorarea .jcf-select-opener {
    border     : none;
    width      : 7px;
    height     : 11px;
    background : url(images/arrow-right-2.jpg) no-repeat;
    top        : 17px;
    right      : 20px;
}
.tblsizearea .quantity {
    font-weight : bold;
}
.tblsizearea .quantity span.label {
    margin      : 0 15px 0 0;
    font-weight : 500;
}
.jcf-number {
    width  : 108px;
    height : 36px;
}
.jcf-btn-dec {
    width        : 35px !important;
    height       : 35px !important;
    line-height  : 35px;
    text-align   : center;
    position     : relative;
    left         : 0;
    border-right : 1px solid #ACACAC;
}
.jcf-btn-dec:before {
    border      : 0 !important;
    color       : #333333;
    content     : "-" !important;
    font-size   : 27px;
    height      : 100%;
    left        : 0;
    line-height : 36px;
    margin      : 0;
    position    : absolute;
    text-align  : center;
    top         : 5px !important;
    width       : 37px;
    font-weight : 300;
}
.jcf-btn-dec:hover,
.jcf-btn-inc:hover {
    background : #666666;
    cursor     : pointer;
}
.jcf-btn-dec:hover:before,
.jcf-btn-inc:hover:after {
    color : #FFFFFF !important;
}
.jcf-btn-dec:after,
.jcf-btn-inc:before {
    display : none !important;
}
.jcf-btn-inc {
    width       : 35px !important;
    height      : 35px !important;
    line-height : 35px;
    text-align  : center;
    position    : relative;
    float       : right;
    border-left : 1px solid #ACACAC;
}
.jcf-btn-inc:after {
    border      : 0;
    color       : #333333;
    content     : "+";
    font-size   : 15px;
    height      : 100%;
    right       : 0;
    line-height : 36px;
    margin      : 0;
    position    : absolute;
    text-align  : center;
    top         : 0;
    width       : 41px;
    font-weight : 300;
}
.jcf-number input {
    padding     : 0;
    color       : #333333;
    font-size   : 14px;
    font-weight : 300;
}
.jcf-number .jcf-btn-dec, .jcf-number .jcf-btn-inc {
    right : 0;
    top   : 0 !important
}
.prod-subdetails {
    display : table;
    width   : 100%;
    padding : 0;
}
.prod-subdetails li {
    list-style  : none;
    display     : inline-block;
    padding     : 0 35px;
    height      : 33px;
    line-height : 33px;
    border-left : 1px solid #AAAAAA;
}
.prod-subdetails li:first-child {
    border-left  : 0;
    padding-left : 0;
}
.prod-subdetails li span {
    display          : inline-block;
    margin-right     : 20px;
    background-image : url(../images/sprite-prod-new.jpg);
    position         : relative;
    top              : 3px;
}
.prod-subdetails li span.origin {
    width               : 15px;
    height              : 18px;
    background-position : 0 -1px;
}
.prod-subdetails li span.assembly {
    width               : 18px;
    height              : 18px;
    background-position : -62px -1px;
}
.prod-subdetails li span.shiping {
    width               : 34px;
    height              : 18px;
    background-position : -21px -1px;
}
.bordered-head {
    background : none !important;
    /*padding    : !important;*/
    border     : none !important;
    display    : block;
    position   : relative;
    overflow   : hidden;
    margin     : 25px 0 20px !important;
    text-align : center;
}
.bordered-head span {
    padding     : 0 10px;
    background  : #FFFFFF;
    color       : #000000;
    font-size   : 20px;
    font-weight : 300;
    position    : relative;
}
.bordered-head:before {
    content    : '';
    position   : absolute;
    height     : 1px;
    width      : 99999px;
    background : #C2C2C2;
    left       : 0;
    top        : 49%;
}
.visualblog {
    position : relative;
}
.visualblog .slide:after {
    position       : absolute;
    left           : 0;
    top            : 0;
    bottom         : 0;
    right          : 0;
    content        : '';
    pointer-events : none;
    background     : rgba(0, 0, 0, 0.35);
    opacity        : 0;
    visibility     : hidden;
    transition     : all 0.4s ease;
}
.visualblog .slide:hover:after {
    opacity    : 1;
    visibility : visible;
}
.visualblog img {
    transition : all 0.5s ease-in;
    cursor     : pointer;
}
/*.visualblog:hover img {
    opacity: 0.4;
    transition: all 0.5s ease-in;
}*/
.visualblog h1 {
    font-size   : 100px !important;
    line-height : 104px !important;
    color       : #FFFFFF;
    margin      : 0 0 2px;
}
.visualblog .text-holder a {
    color           : #FFFFFF !important;
    font-size       : 22px !important;
    font-weight     : 500 !important;
    line-height     : 25px !important;
    text-decoration : underline;
}
.visualblog .text-holder a:hover {
    text-decoration : none;
}
.visualblog .container {
    padding-top : 0;
    width       : auto !important;
    margin      : 0;
}
.visualblog .caption {
    display : block;
}
.visualblog .btn-prev {
    z-index    : 999;
    width      : 13px;
    height     : 24px;
    cursor     : pointer;
    left       : 41px;
    top        : 50%;
    margin-top : -12px;
    border     : 0px;
}
.visualblog .btn-prev:after {
    font-family : 'Font Awesome 5 Pro';
    content     : '\f053';
    position    : absolute;
    left        : 0;
    top         : 0;
    color       : #FFFFFF;
    text-shadow : 1px 1px 4px hsl(0, 0%, 7%);
    font-size   : 30px;
    line-height : 30px;
    font-weight : 400;
}
.visualblog .btn-next {
    z-index    : 999;
    width      : 13px;
    height     : 24px;
    cursor     : pointer;
    right      : 41px;
    top        : 50%;
    margin-top : -12px;
    border     : 0px;
}
.visualblog .btn-next:after {
    font-family : 'Font Awesome 5 Pro';
    content     : '\f054';
    position    : absolute;
    left        : 0;
    top         : 0;
    color       : #FFFFFF;
    text-shadow : 1px 1px 4px hsl(0, 0%, 7%);
    font-size   : 30px;
    line-height : 30px;
    font-weight : 400;
}
.visualblog ul.pagination li a {
    background : #FFFFFF;
}
.visualblog ul.pagination li.active a {
    border     : 2px solid #FFFFFF;
    background : none;
}
.blog-sec-top {
    margin-top : 22px;
    overflow   : hidden;
}
.blog-sec-top ul {
    list-style : none;
    padding    : 0;
    font-size  : 18px;
    margin     : 0;
}
.blog-sec-top ul li {
    float       : left;
    margin-left : 45px;
    margin-top  : 7px;
}
.blog-sec-top ul li:first-child {
    margin-left : 0;
}
.blog-sec-top ul li a {
    transition : all 0.5s ease-in;
}
.blog-sec-top ul li a:hover {
    color : #CC2027;
}
.blog-searchsec .form-search {
    max-width : 440px;
}
.blogsec {
    overflow : hidden;
    margin   : 0;
}
.blogsec h3 span {
    font-size   : 24px;
    font-weight : 300;
}
.viewall-blog {
    display    : block;
    text-align : center;
    font-size  : 16px;
    margin-top : -15px;
}
.viewall-blog a {
    color          : #000000;
    text-transform : capitalize;
}
.viewall-blog a:hover {
    color : #CB2026;
}
.blogImageBlock img {
    position   : absolute;
    top        : 0;
    left       : 0;
    right      : 0;
    bottom     : 0;
    margin     : auto;
    max-width  : 100%;
    max-height : 100%;
}
.blogImageBlock {
    width    : 100%;
    height   : 239px;
    position : relative;
    overflow : hidden;
}
.blogmain {
    margin-bottom : 40px;
}
.blogpostswrap {
    /*display: inline-flex;*/
    flex-flow : row wrap;
}
.blogpost {
    max-width : 342px;
    margin    : 24px 0 0 24px;
    /*float     : left;*/
    display   : inline-flex;
    flex-flow : column nowrap;
}
.is-blog .breadcrumbs {
    display : none !important;
}
.blogpost:nth-child(3n+1) {
    margin-left : 0;
}
.blogpost h3 {
    margin      : 12px 0 2px;
    font-size   : 20px;
    font-weight : 300;
    height      : 45px;
    overflow    : hidden;
}
.blogpost h3 a:hover {
    color : #CB2026;
}
.blogpost p {
    margin   : 0 0 12px;
    height   : 52px;
    overflow : hidden;
}
.blogpost .postdate {
    margin         : 0 0 10px;
    font-size      : 14px;
    font-weight    : 300;
    color          : #999999;
    display        : block;
    text-transform : capitalize;
}
.heart-icon {
    width      : 13px;
    height     : 12px;
    background : url('../images/heart-icon.png') no-repeat;
    float      : left;
    margin     : 2px 5px 0 0;
}
.posttags a {
    display     : inline-block;
    padding     : 6px 12px;
    color       : #333333;
    font-size   : 12px;
    line-height : 18px;
    font-weight : 300;
    background  : #EEEEEE;
    margin      : 0 4px 6px 0;
}
.posttags a:hover {
    background : #999999;
    color      : #FFFFFF;
}
.postsec .bordered-head {
    margin : 55px 0 54px !important;
}
.wordpress-post-view .postsec .bordered-head {
    /*margin-bottom : 0 !important;*/
}
.postsec h3 span {
    font-size   : 25px;
    font-weight : 300;
}
.postwrap img {
    width   : 100%;
    display : block;
}
.postwrap .post-content img {
    width : auto;
}
.postwrap .posttags {
    margin   : 28px 0 10px;
    overflow : hidden;
}
.postwrap .posttags a {
    padding : 5px 12px;
    color   : #333333;
}
.postwrap h3 a:hover,
.postsec h4 a:hover {
    color : #CB2026;
}
.postwrap p {
    font-size   : 16px;
    line-height : 26px;
    margin      : 0 0 25px;
}
.postwrap .postdate {
    margin         : 0 0 25px;
    font-size      : 14px;
    font-weight    : 300;
    color          : #999999;
    display        : block;
    text-transform : capitalize;
}
.imgspan2 {
    overflow : hidden;
    margin   : 0 0 60px;
}
.imgspan2 img {
    max-width : 46.7%;
}
.alignleft {
    float : left;
}
.alignright {
    float : right;
}
.postsec h4 {
    font-size   : 20px;
    margin      : 0 0 30px;
    font-weight : 300;
}
.prodnew .form-submit .btn-holder {
    text-align : left;
}
@media screen and (max-width : 1200px) {
    .blogpost {
        width       : 31%;
        margin-left : 3%;
        float       : left;
        display     : block;
    }
    .blogpost img {
        max-width : 100%;
        height    : auto;
    }
    .blog-searchsec .form-search {
        width : 330px;
    }
    .prodnew .form-submit .btn-holder {
        display : block;
    }
    .prodnew .form-submit .btn-holder a {
        margin-bottom : 12px;
    }
}
@media screen and (max-width : 999px) {
    .blog-searchsec {
        float   : none;
        display : table;
        margin  : 15px auto 0;
    }
    .blog-sec-top ul {
        text-align : center;
        display    : table;
        clear      : both;
        float      : none;
        margin     : 0 auto 20px;
    }
}
@media screen and (max-width : 767px) {
    .prod-subdetails li {
        display      : block;
        padding-left : 0;
        border       : none;
    }
}
@media screen and (max-width : 600px) {
    .blogpost {
        width   : 46%;
        margin  : 20px 2% 0 !important;
        float   : left;
        display : block;
    }
    .blog-sec-top ul li {
        margin : 5px 20px 5px 0 !important;
    }
    .visualblog .btn-prev,
    .visualblog .btn-next,
    .post-banner .slick-arrow {
        display : none !important;
    }
    .imgspan2 img {
        max-width : 100%;
        width     : 100%;
        float     : none;
        margin    : 0 0 20px;
    }
}
@media screen and (max-width : 480px) {
    .blogpost {
        width     : 96%;
        margin    : 20px 2% 0 !important;
        float     : none;
        display   : block;
        max-width : none;
    }
    .blogpost img {
        width : 100%;
    }
}
@media all and (-ms-high-contrast : none), (-ms-high-contrast : active) {
    .popup-holder {
        width : 1152px;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        margin-top : -7px;
    }
    .amslider-container {
        max-height : 340px;
    }
    .counter.qty {
        overflow : visible !important;
    }
    .modal-inner-wrap {
        overflow : auto !important;
    }
}
.lightbox h2 {
    margin : 0 0 10px;
}
.lightbox p {
    margin : 0;
}
.popup1 .holder {
    padding : 38px 50px 57px;
}
.popup1 .holder h2 {
    font-size   : 34px;
    line-height : 38px;
    font-weight : 300;
    margin      : 0 0 40px;
}
.popup1 .two-column {
    display : flex;
}
.popup1 .col-first {
    float              : left;
    width              : 36.4%;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
    padding            : 0 45px 0 0;
    position           : relative;
}
.popup1 .col-first img {
    display : block;
    height  : auto;
    width   : 100%;
    margin  : 0 0 26px;
}
.largeImage.showSwatch.swatchFullImage {
    position         : relative;
    background-color : #FFFFFF !important;
}
.largeImage.showSwatch.swatchFullImage img {
    width      : auto;
    max-height : 100%;
    max-width  : 100%;
    position   : absolute;
    bottom     : 0;
    top        : 0;
    right      : 0;
    left       : 0;
    margin     : auto !important;
}
.popup1 .col-first .name {
    display     : block;
    font-size   : 14px;
    line-height : 17px;
    margin      : 0 0 25px;
}
.popup1 .col-first p {
    margin      : 0 0 18px;
    font-size   : 14px;
    line-height : 25px;
}
.popup1 .col-first:after {
    position   : absolute;
    right      : 0;
    top        : 0;
    bottom     : 0;
    width      : 1px;
    content    : "";
    background : #8C8C8C;
}
.popup1 .col-first .price {
    font-size   : 24px;
    line-height : 28px;
    font-weight : 300;
    display     : block;
}
.popup1 .col-sec {
    float              : left;
    width              : 63.5%;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
    padding            : 0 0 0 42px;
}
.popup1 .col-sec .open-close {
    margin         : 0;
    display        : inline-block;
    vertical-align : top;
    width          : 100%;
}
.popup1 .col-sec .open-close:first-child .opener {
    padding-top : 0;
}
.popup1 .col-sec .opener {
    display       : block;
    font-size     : 24px;
    line-height   : 28px;
    padding       : 10px 30px 12px 0;
    border-bottom : 1px solid #919191;
    position      : relative;
}
.popup1 .col-sec .opener:after {
    position     : absolute;
    right        : 6px;
    top          : 50%;
    content      : "";
    border-style : solid;
    border-width : 13px 7.5px 0 7.5px;
    border-color : #000000 transparent transparent transparent;
    margin-top   : -7px;
}
.popup1 .col-sec .opener span {
    font-size : 16px;
}
.popup1 .col-sec .slide {
    padding  : 39px 0 0;
    position : relative;
    /*z-index  : 999;*/
}
.popup1 .col-sec ul {
    margin     : 0 -19px 0 -3px;
    padding    : 0;
    list-style : none;
    position   : relative;
}
.popup1 .col-sec ul li {
    float    : left;
    margin   : 0 19px 20px 0;
    position : relative;
    border   : 3px solid transparent;
}
.popup1 .col-sec ul li img {
    display    : block;
    max-height : 83%;
    width      : 100%;
}
.popup1 .col-sec ul li .hover-box {
    position           : absolute;
    left               : 75%;
    top                : 75%;
    z-index            : 999;
    display            : none;
    width              : 201px;
    height             : 174px;
    -webkit-box-shadow : 0 0 15px 0 rgba(0, 0, 0, .3);
    box-shadow         : 0 0 15px 0 rgba(0, 0, 0, .3);
}
.popup1 .col-sec ul li .hover-box span {
    display     : block;
    text-align  : center;
    font-size   : 14px;
    line-height : 300px;
    color       : #191919;
    line-height : 20px;
    padding     : 5px 0;
    position    : absolute;
    left        : 0;
    right       : 0;
    bottom      : 0;
    background  : rgba(255, 255, 255, .7);
    
}
.popup1 .col-sec .btn-primary {
    margin-right : 10px;
}
.bottom-block blockquote cite {
    font-style : normal;
    font-size  : 14px
}
.active_aside {
    position       : static !important;
    height         : auto;
    transform      : none !important;
    width          : 100% !important;
    float          : none !important;
    padding-bottom : 0 !important;
    padding        : 0 !important;
    margin         : 20px 0 0 !important;
    display        : block !important
}
.category aside,
.subcat_wrap aside {
    transform : none !important
}
/************************* NT***************************/
#subCatView {
    padding : 0 16px;
}
#subPageSlider #content {
    padding-left : 13px;
    overflow     : visible;
}
#subPageSlider #content .category .featuredSliderSection > p {
    margin : 0;
}
#subPageSlider #content .category > p {
    margin : 0;
    
}
#subPageSlider .text-holder {
    padding-top : 22px;
}
.mask {
    height : 261px !important;
}
.catalog-category-view .rooms-area,
.catalog-category-view .columns .column.main {
    padding-bottom : 0;
}
.catalog-category-view .row {
    padding-left : 10px;
}
.text-holder .magikquickview {
    width : 89px;
}
#form-validate .cart_wrap {
    padding-bottom : 3px;
}
#form-validate .cart_wrap_bottom .col-1 {
    margin-top : -6px;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
#block-discount {
    margin-bottom : 0px;
    margin-top    : 2px;
}
#cart-totals {
    padding-top : 0px;
    border      : none;
}
#form-validate .cart_wrap .col-2 ul {
    height      : 30px;
    padding-top : 6px;
}
#form-validate .cart_wrap_bottom {
    overflow : visible;
}
.ord-summery-box #cart-totals th,
tr.totals.sub .price,
tr.grand.totals .price {
    font-size : 16px;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.ord-summery-box tr.totals.sub th {
    padding-bottom : 20px;
}
tr.grand.totals th {
    padding-top : 15px;
}
tr.grand.totals th strong,
#block-shipping strong,
#block-shipping .label span {
    font-weight : 300 !important;
}
#shipping-zip-form .field {
    width    : 100%;
    overflow : hidden;
}
#shipping-zip-form .field .label {
    width : 30%;
    float : left;
}
#shipping-zip-form .field .control {
    float : right;
    width : 68%;
}
#shipping-zip-form select {
    -webkit-appearance    : none;
    -webkit-border-radius : 0;
    box-sizing            : border-box;
    border                : 1px solid #999999;
    padding               : .4em .7em;
    height                : 38px;
}
#co-shipping-method-form .item-title span {
    font-weight : 300;
    font-size   : 16px;
}
#co-shipping-method-form {
    margin-top : 20px;
}
.cart_detail_head .col-5 {
    text-align   : center;
    padding-left : 20px;
}
.cart_cols_wrap .col-5 {
    text-align   : center;
    padding-left : 27px;
    padding-top  : 2px;
    
}
/********** Detail Page ******/

.catalog-product-view.page-layout-1column .cart-area .product-info-main {
    width        : 50%;
    padding-left : 5px;
}
.catalog-product-view .swatch-attribute {
    width          : 100%;
    display        : inline-block;
    vertical-align : top;
    margin-bottom  : 11px;
}
.catalog-product-view .swatch-attribute span.swatch-attribute-label {
    font-weight : 300;
    float       : left;
    width       : 30%;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.catalog-product-view .swatch-attribute span.swatch-attribute-selected-option:empty {
    display : none;
}
.catalog-product-view .swatch-attribute-options.clearfix {
    width  : 69%;
    float  : right;
    margin : 0;
}
.catalog-product-view .swatch-attribute-options select {
    display        : inline-block;
    vertical-align : top;
    position       : relative;
    border         : 1px solid #ACACAC;
    width          : 100%;
    height         : 36px;
}
.product-add-form select {
    text-align : center;
}
.catalog-product-view a.selectMaterialBtn {
    display     : block;
    background  : #EEEEEE;
    text-align  : center;
    font-size   : 14px;
    height      : 35px;
    line-height : 35px;
}
.catalog-product-view a.selectMaterialBtn:hover,
.catalog-product-view .review-form .action.submit.primary:hover {
    color      : #FFFFFF;
    background : #CB2026;
}
.catalog-product-view a.selectMaterialBtn:hover {
    color : #FFFFFF !important
}
.popup1 .swatch-attribute-options.clearfix {
    float : none;
    width : 100%;
}
.catalog-product-view .product.info.detailed {
    margin-top : 20px;
}
.catalog-product-view .fotorama__nav.fotorama__nav--thumbs {
    margin-top : 15px;
}
/*.fotorama__stage {
    height : 336px !important;
}*/
.catalog-product-view .cart-area {
    margin-bottom : 0;
}
form#review-form span {
    font-weight : 300;
}
form#review-form strong {
    font-weight : 300;
}
#block-related-heading {
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
#infoTabs + .block.blockArea .block-title {
    margin-bottom : 0;
}
.products-related li {
    padding-left : 0 !important;
}
.products-related span.price-label {
    display : none;
}
.products-related a.product-item-link {
    height   : 40px;
    display  : block;
    overflow : hidden;
}
.products-related .owl-theme .owl-controls .owl-nav [class*=owl-] {
    top : 30%;
}
.checkout-cart-index .cart-empty {
    margin-top : 40px;
}
.products-related .owl-next {
    background          : url(../images/right-arrow.png) !important;
    background-position : 3px 14px !important;
    background-repeat   : no-repeat !important;
}
.products-related .owl-prev {
    background          : url(../images/left-arrow.png) !important;
    background-position : 23px 14px !important;
    background-repeat   : no-repeat !important;
}
.owl-prev:before, .owl-next:before, .owl-prev:after, .owl-next:after {
    display : none;
}
#block-shipping-heading:hover {
    color  : #CB2027;
    cursor : pointer;
}
#block-shipping-heading {
    width    : 100%;
    display  : block;
    margin   : 0;
    position : relative;
}
#block-shipping-heading:before {
    position : absolute;
    content  : '\25bc';
    right    : 0;
}
.clearFix:before,
.clearFix:after {
    display : table;
    content : " ";
}
.clearFix:after {
    clear : both;
}
.subMenu {
    position : relative;
}
.subMenu ul {
    display    : none;
    position   : absolute;
    z-index    : 99;
    width      : 250px;
    left       : 0;
    text-align : left;
    padding    : 5px 0;
    background : #F5F5F5;
    border     : 2px solid #CB2026;
}
.subMenu:hover ul {
    display : block;
}
#header .links-holder li.subMenu ul li {
    display : block;
    padding : 0;
}
#header .links-holder li.subMenu ul li a {
    padding     : 5px 18px 5px 15px;
    display     : block;
    color       : #575757;
    font-size   : 16px;
    font-weight : 300;
}
#header .links-holder li.subMenu ul li a:hover {
    background : #E8E8E8;
}
.room-info .bx-wrapper {
    max-width : 100% !important;
}
.room-info .bx-wrapper .bx-viewport {
    left       : 0;
    border     : none;
    box-shadow : none;
}
.container-thumb-overlay {
    position : relative;
    width    : 100%;
}
#content .image-holder .image-thumb-overlay {
    display  : block;
    width    : 100%;
    height   : auto;
    position : relative;
}
.overlay-thumb-overlay {
    position : absolute;
    bottom   : 0;
    left     : 100%;
    right    : 0;
    overflow : hidden;
    width    : 0;
    height   : 100%;
    /*transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transform: .5s ease;*/
}
.container-thumb-overlay:hover .overlay-thumb-overlay {
    width : 100%;
    left  : 0;
}
.text-thumb-overlay {
    white-space        : nowrap;
    color              : white;
    font-size          : 20px;
    position           : absolute;
    overflow           : hidden;
    top                : 50%;
    left               : 50%;
    transform          : translate(-50%, -50%);
    -webkit-transition : translate(-50%, -50%);
    -moz-transition    : translate(-50%, -50%);
    -o-transition      : translate(-50%, -50%);
    -ms-transform      : translate(-50%, -50%);
}
.room-info .catGridView .row {
    margin : 0 !important;
}
.room-info .bx-wrapper .bx-next {
    right : 0;
}
.swipeSliderSection .amslider .swiper-button-next,
.swipeSliderSection .amslider .swiper-button-prev,
.room-info .bx-wrapper .bx-prev,
.room-info .bx-wrapper .bx-next {
    background : url('../images/sprite.png') no-repeat 0 0;
    width      : 15px;
    height     : 18px;
}
.room-info .bx-wrapper .bx-prev,
.amslider .swiper-button-prev {
    background-position : -14px -92px;
}
.cms-home .room-info .bx-wrapper .bx-prev {
    background-position : -14px -115px;
    width               : 16px;
    height              : 20px;
    left                : 0;
}
.cms-home .room-info .bx-wrapper .bx-next {
    background-position : -46px -115px;
    width               : 16px;
    height              : 20px;
}
.catalog-category-view .room-info .bx-wrapper .bx-prev {
    left : 0;
}
.review-field-text textarea {
    height : 200px;
}
.room-info .bx-wrapper .bx-next,
.swipeSliderSection .amslider .swiper-button-next {
    background-position : -46px -92px;
}
.swipeSliderSection .amslider .swiper-button-prev {
    left                : 0;
    background-position : -14px -115px;
}
.swipeSliderSection .amslider .swiper-button-next {
    right               : 0;
    background-position : -46px -115px;
}
.swiper-button-next, .swiper-button-prev {
    top : 113px
}
.ui-autocomplete li,
.ui-autocomplete li a,
.ui-autocomplete li a .as_magento_product_section,
.ui-autocomplete li a .as_magento_product_section .n_b_acp,
.ui-autocomplete li a .as_magento_product_section .as_magento_product_desc,
.ui-autocomplete li a .as_magento_product_section .as_magento_product_desc .n_b_acp_desc {
    font-weight : 300 !important;
    /*11-09-2018*/
    /*text-transform : lowercase !important;*/
}
.ui-autocomplete li a .as_magento_product_section .as_magento_product_desc {
    display : none;
}
.review-list .toolbar.review-toolbar,
.review-list .toolbar.review-toolbar .pager {
    margin : 0;
}
.review-list .toolbar.review-toolbar {
    margin-bottom : 15px;
}
.review-list .block-title strong {
    margin-bottom : 0;
}
.review-list ol.items.review-items {
    padding-left : 5px !important;
}
.review-list .items.review-items li {
    padding : 10px 0;
}
.fieldset .review-legend.legend {
    margin-bottom : 15px;
}
.mobileMenu,
.catalogsearch-result-index .sidebar.sidebar-main,
.catalogsearch-result-index .sidebar.sidebar-additional {
    display : none !important;
}
.catalogsearch-result-index .column.main {
    float : none !important;
    width : 100% !important;
}
.swipeSliderSection .amslider .swiper-slide {
    display : block !important;
}
.swipeSliderSection .article-holder .text-holder p {
    font-size   : 14px;
    line-height : 20px;
}
.swipeSliderSection .article-holder .text-holder p a:hover,
.swipeSliderSection .article-holder .text-holder .more:hover {
    color : #4D4D4D;
}
.swipeSliderSection .article-holder .text-holder p span {
    color : #999999;
}
.swipeSliderSection .article-holder .text-holder .price-label {
    display : none;
}
.swipeSliderSection .article-holder .text-holder .price {
    font-size : 16px;
    display   : block;
    margin    : 0 0 6px;
}
.swipeSliderSection .article-holder .text-holder .more {
    font-size   : 11px;
    line-height : 14px;
}
.catalog-category-view #swipeFeaturedGrid .text-holder,
.catalog-category-view #swipeBlogGrid .text-holder {
    text-align  : left;
    padding-top : 0;
}
.swipeSliderSection.amslider-container .amslider-header-container .amslider-header {
    text-align : center;
    overflow   : hidden;
}
.swiper-button-prev {
    background          : url("../images/sprite.png") no-repeat !important;
    background-position : -244px -90px !important;
    height              : 23px !important;
    width               : 15px !important;
    /* left                : 0 !important */
    left                : -25px !important
}
.swiper-button-next {
    background          : url("../images/sprite.png") no-repeat !important;
    background-position : -271px -90px !important;
    height              : 23px !important;
    width               : 15px !important;
    /* right               : 0 !important; */
    right               : -25px !important;
}
.manufacturerName {
    text-align : center;
}
.product-options-bottom .btn-holder a {
    margin-bottom : 12px !important
}
.magebuzz-testimonial-content #logo img {
    display : inline-block;
    border  : 1px solid #DDDDDD;
    padding : 5px;
}
.magebuzz-testimonial-content #row {
    margin-left  : 0;
    margin-right : 0;
}
#header #nav li.level0.last {
    display : none;
}
/*.main a {
    color : #3182be
}*/
.main a:hover {
    text-decoration : underline;
}
.btn_colr {
    color : #3182BE;
}
.minicart-wrapper .loading-mask {
    display : none !important;
}
/******************************************************/
@media (min-width : 768px) {
    .nav-opener {
        display : none;
    }
    .aside .filter-opener {
        display : none;
    }
    .filter-opener {
        display : none;
    }
    
}
@media (min-width : 1200px) {
    .room-info #content .row .article-holder {
        width : 271px !important;
    }
}
@media (min-width : 992px) and (max-width : 1199px) {
    .room-info #content .row .article-holder {
        width : 300px !important;
    }
}
@media (max-width : 1199px) {
    .container {
        max-width : 950px;
    }
    .carousel-area .carousel {
        margin : 0 -12px;
    }
    .visual .container {
        width : 950px;
    }
    .visual-internal img {
        display   : block;
        width     : 1560px;
        left      : 50%;
        margin    : 0 0 0 -780px;
        position  : relative;
        height    : auto;
        max-width : inherit;
    }
    .main-area .section .img-holder {
        width : 50%;
    }
    .main-area .section .img-holder img {
        display : block;
        width   : 100%;
        height  : auto;
    }
    .main-area .content-area {
        padding : 0 15px;
    }
    .col-1 {
        width : 300px
    }
    .protectionPlan .col-1 {
        width : 545px;
    }
    .protectionPlan .col-1 .item_name {
        max-width : 430px;
    }
    .col-1 img {
        max-width : 120px;
        height    : auto
    }
    .cart_wrap {
        padding : 18px 10px 10px
    }
    .col-3 {
        width : 130px
    }
    .col-2 {
        width : 248px
    }
    .cart_detail_head {
        padding : 0 10px 24px
    }
    .lightbox {
        width : 900px;
    }
    .visual-internal .cap {
        top : 0;
    }
}
@media (max-width : 860px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        float      : none;
        width      : 100% !important;
        max-width  : 100%;
        position   : relative;
        margin-top : 45px
    }
    .protectionPlan .col-1,
    .protectionPlan .col-3,
    .protectionPlan .col-4,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        padding-bottom : 15px;
    }
    .col-4 {
        padding-left : 33px
    }
    .cart_detail_head {
        display : none
    }
    .col-1:before {
        position     : absolute;
        left         : 0;
        top          : -45px;
        height       : 40px;
        width        : 100%;
        content      : 'item';
        color        : #FFFFFF;
        background   : #9E9E9E;
        font-size    : 24px;
        padding-left : 15px
    }
    .col-2:before {
        position     : absolute;
        left         : 0;
        top          : -45px;
        height       : 40px;
        width        : 100%;
        content      : 'selected options';
        color        : #FFFFFF;
        background   : #9E9E9E;
        font-size    : 24px;
        padding-left : 15px
    }
    .col-3:before {
        position     : absolute;
        left         : 0;
        top          : -45px;
        height       : 40px;
        width        : 100%;
        content      : 'item price';
        color        : #FFFFFF;
        background   : #9E9E9E;
        font-size    : 24px;
        padding-left : 15px
    }
    .protectionPlan .col-4::before {
        content : "action";
    }
    .col-4:before {
        position     : absolute;
        left         : 0;
        top          : -45px;
        height       : 40px;
        width        : 100%;
        content      : 'quantity';
        color        : #FFFFFF;
        background   : #9E9E9E;
        font-size    : 24px;
        padding-left : 15px
    }
    .col-5:before {
        position     : absolute;
        left         : 0;
        top          : -45px;
        height       : 40px;
        width        : 100%;
        content      : 'subtotal';
        color        : #FFFFFF;
        background   : #9E9E9E;
        font-size    : 24px;
        padding-left : 15px
    }
    .cart_wrap_bottom .col-1:before {
        position     : absolute;
        left         : 0;
        top          : -45px;
        height       : 40px;
        width        : 100%;
        content      : 'item availability';
        color        : #FFFFFF;
        background   : #9E9E9E;
        font-size    : 24px;
        padding-left : 15px
    }
    .cart_wrap_bottom .col-2:before {
        display : none
    }
    .cart_wrap_bottom .col-2 {
        width      : 100%;
        text-align : right
    }
    .col-1 img {
        max-width : 100%;
        width     : 100%;
        height    : auto
    }
    .ord-summery-box,
    .ord-summery-wrap {
        max-width : 100%
    }
    .cart_cols_wrap .col-5 {
        text-align   : left;
        padding-left : 0;
    }
}
@media (min-width : 768px) and (max-width : 991px) {
    #nav .menu li a {
        padding    : 4px 7px 2px;
        text-align : center;
    }
    .aside {
        width : 100%;
    }
}
@media (max-width : 991px) {
    .slideshow .btn-prev,
    .slideshow .btn-next {
        bottom : 25px;
    }
    .carousel .btn-prev,
    .carousel .btn-next {
        top  : 50px;
        left : 10px;
    }
    .carousel .btn-next {
        left  : auto;
        right : 10px;
    }
    .container {
        max-width : 96%;
    }
    #header {
        padding : 15px 0;
    }
    #header .top-head {
        margin : 0 0 10px;
    }
    #header .links-holder {
        margin : 0 0 10px;
    }
    #header .logo {
        width : 150px;
    }
    .form-search {
        width : 334px;
    }
    #nav {
        font-size   : 14px;
        line-height : 18px;
    }
    .cart-area .wrap .col {
        width : 60%;
    }
    .cart-area .wrap .col:first-child {
        width : 37%;
    }
    .cart-area .field-area .lable {
        width : 30%;
    }
    .cart-area .field-area .field-holder {
        width : 70%;
    }
    .cart-area .row .col-holder,
    .cart-area .rowSection .col-holder {
        width : 40%;
    }
    .cart-area .row .col-holder:first-child,
    .cart-area .rowSection .col-holder:first-child {
        width : 60%;
    }
    .cart-area .btn-holder a {
        margin : 0;
    }
    .tabs-area .head {
        padding : 0;
    }
    .tabs-area .social-area,
    .cart-area .social-area {
        display : none;
    }
    .tabset a {
        padding : 10px;
    }
    .visual .container {
        width       : 740px;
        padding-top : 0;
    }
    .rooms-area .btns li {
        margin : 0 8px 10px;
    }
    .header-area .pagination {
        width            : 100%;
        -webkit-box-pack : center;
        -ms-flex-pack    : center;
        justify-content  : center;
    }
    #content {
        padding : 4px 0 0 28px;
    }
    .bottom-block .col-left,
    .bottom-block .col-right {
        width : 100%;
    }
    .bottom-block .col-right {
        width : 100%;
    }
    .bottom-block blockquote {
        text-align : center;
    }
    #footer .footer-list li {
        margin : 0 0 8px;
    }
    .col-1 {
        width : 165px
    }
    .protectionPlan .col-1 {
        width : 545px;
    }
    .protectionPlan .col-1 .item_name {
        max-width : 430px;
    }
    .item_name {
        clear   : both;
        padding : 15px 0 0
    }
    .lightbox {
        width : 690px;
    }
    .popup1 .two-column {
        display : block;
    }
    .popup1 .col-first,
    .popup1 .col-sec {
        float   : none;
        width   : 100%;
        padding : 0;
        margin  : 0 0 30px;
    }
    .popup1 .holder {
        padding : 15px;
    }
    .popup1 .col-first:after {
        display : none;
    }
    .popup1 .col-first img {
        max-height  : 200px;
        obeject-fit : cover;
        height      : auto;
    }
    .rooms-area .room-wrap .head a:after {
        left : -20px;
    }
    .rooms-area .room-wrap .head p {
        padding-right : 30px;
    }
}
@media (max-width : 767px) {
    li .minicart-wrapper .ui-dialog.ui-widget {
        display : none !important;
    }
    .mobileMenu {
        display : block !important;
    }
    #nav .menu.mobileMenu li:first-child a {
        border-top : 1px solid #CCCCCC;
    }
    #nav > nav > ul.mobileMenu > li:last-child > a {
        font-weight : normal;
        /*11-09-2018*/
        /*text-transform : lowercase;*/
    }
    #infoTabs .product.data.items {
        margin : 30px 0 0;
    }
    .post-list .post-content .post-description .post-ftimg-hld {
        float  : none;
        width  : 100%;
        margin : 0 auto;
    }
    .post-list .post-content .post-description .featuredImage {
        float : none !important;
        width : 100% !important;
    }
    .post-list .post-header .post-title {
        float : none;
    }
    .post-list .post-holder .post-header .addthis_toolbox {
        float      : none;
        width      : 100%;
        display    : block;
        padding    : 0 !important;
        text-align : center;
    }
    .post-list .post-holder .post-header .addthis_toolbox a {
        float         : none;
        display       : inline-block;
        margin-bottom : 0;
    }
    .cart-area .fieldset .field label.label,
    .cart-area .product-add-form .product-options-wrapper .field:not(.date) > .control,
    .cart-area .product-options-bottom .quantity .lable,
    .cart-area .product-add-form .quantity .lable,
    .cart-area .product-options-bottom .quantity .field-holder,
    .cart-area .product-add-form .quantity .field-holder {
        width : 100%;
    }
    .visual-internal .cap {
        left : 30px;
    }
    .page-products .columns,
    .rooms-area {
        padding-top : 0;
    }
    .post-list-wrapper .post-list {
        padding : 0;
    }
    .toolbar-blog-posts .pagination {
        padding : 0;
    }
    .toolbar-blog-posts .pagination .item {
        position : static !important;
    }
    .container {
        max-width : 100%
    }
    .carousel .slideset .slide {
        width : 50% !important;
    }
    .category .carousel .slideset .slide {
        width : 50% !important;
    }
    .main-area .section .img-holder {
        float  : none;
        margin : 0 0 20px;
        width  : 100%;
    }
    .data-row .title::after {
        display : none;
    }
    .data-row .title {
        float      : none;
        width      : 100%;
        text-align : center;
        margin     : 0 0 20px;
        display    : block;
        padding    : 0;
    }
    .category aside,
    .subcat_wrap aside {
        display : none
    }
    .data-row .text {
        text-align : center;
    }
    .data-row {
        margin : 0 0 10px;
    }
    .main-area .pagination {
        bottom : 0;
    }
    .carousel .btn-prev,
    .carousel .btn-next {
        top : 30px;
    }
    .main-area .tagline {
        font-size   : 18px;
        line-height : 28px;
    }
    .visual-internal .cap h1 {
        font-size   : 50px;
        line-height : 60px;
    }
    .visual-internal .cap {
        top : 0;
    }
    .visual-internal .cap h1:after {
        top : -20px;
    }
    .filter-active #wrapper:after {
        opacity    : 1;
        visibility : visible;
    }
    .minicart-wrapper {
        margin-top : 0 !important
    }
    .headerRight {
        margin : 0 10px;
    }
    #nav {
        position   : absolute;
        top        : 100%;
        left       : 0;
        right      : 0;
        margin     : 40px 0 0;
        background : #000000;
        z-index    : 999;
        opacity    : 0;
        visibility : hidden;
        padding    : 10px 0;
    }
    .nav-active #nav {
        opacity    : 1;
        visibility : visible;
        margin     : 0;
    }
    #nav .menu {
        display : block;
    }
    #nav a {
        padding : 10px;
        display : block;
        color   : #FFFFFF;
    }
    #nav .menu {
        margin : 0;
    }
    #nav .menu li ul {
        padding-top       : 5px;
        position          : absolute;
        left              : 0;
        right             : 0;
        -webkit-animation : none;
        -moz-animation    : none;
        -o-animation      : none;
        animation         : none;
    }
    #nav .menu li a {
        padding       : 10px 15px !important;
        border-bottom : 1px solid #CCCCCC;
    }
    #nav .menu li:last-child a {
        border-bottom : none;
    }
    #nav a:hover {
        background : #FFFFFF;
        color      : #000000;
    }
    /*.breadcrumbs {
        display : none;
    }*/
    .cart-area {
        padding : 20px 0;
    }
    .cart-area .col-left {
        width     : 100%;
        max-width : 320px;
        margin    : 0 auto 10px;
    }
    .cart-area .col-right {
        width : 100%;
    }
    .cart-area h1 {
        font-size   : 20px;
        line-height : 24px;
    }
    .cart-area .row,
    .cart-area .rowSection {
        margin : 0 0 5px;
    }
    .cart-area .row .col-holder,
    .cart-area .rowSection .col-holder {
        width : 100%;
    }
    .cart-area .row .col-holder:first-child,
    .cart-area .rowSection .col-holder:first-child {
        width : 100%;
    }
    .cart-area .btn-holder {
        text-align : center;
    }
    .cart-area .btn-holder a {
        min-width : 170px;
    }
    .tabs-area .content-holder {
        padding : 15px 2px;
    }
    .tabs-area h2 {
        font-size   : 20px;
        line-height : 24px;
        margin      : 0 0 10px;
    }
    .tabs-area p {
        margin : 0 0 10px;
    }
    .tabs-area .list {
        padding : 0 0 0 10px;
    }
    .tabs-area .list li {
        padding : 0 0 0 15px;
    }
    .tabs-area .logo-area .image-holder {
        margin : 0 auto;
        float  : none;
    }
    .tabs-area .logo-area .text-holder {
        padding : 0;
    }
    .tabset {
        -ms-flex-wrap : wrap;
        flex-wrap     : wrap;
    }
    .tabset li {
        width : 50%;
    }
    .carousel-area {
        max-width : 320px;
        margin    : 0 auto 9px;
    }
    .carousel-area .carousel .mask {
        margin : 0 -8px;
    }
    .carousel-area .carousel .slide {
        padding : 0 8px;
    }
    .visual .container {
        width      : 100%;
        text-align : center;
    }
    .visual .text-holder {
        width       : 280px;
        font-size   : 14px;
        line-height : 18px;
    }
    .visual h1 {
        font-size   : 40px;
        line-height : 44px;
        text-align  : left;
    }
    .visual img {
        width     : 768px !important;
        max-width : inherit;
        position  : relative;
        /*margin    : 0 0 0 -384px;
        left      : 50%;*/
        display   : block;
        overflow  : hidden;
    }
    .rooms-area .room-wrap {
        margin : 0 0 10px;
    }
    .rooms-area .room-wrap .head {
        font-size     : 16px;
        line-height   : 20px;
        -ms-flex-wrap : wrap;
        flex-wrap     : wrap;
    }
    .rooms-area .room-wrap .head p {
        margin : 0 0 10px;
    }
    .rooms-area .room-wrap .head a {
        font-size   : 14px;
        line-height : 18px;
    }
    .rooms-area .room-wrap .col {
        width  : 100%;
        margin : 0 0 10px;
    }
    .rooms-area .head-area {
        font-size   : 20px;
        line-height : 24px;
        margin      : 0 0 15px;
    }
    .rooms-area .room-info .row .col {
        width  : 50%;
        margin : 0 0 10px;
    }
    .room-info .image-holder {
        width : 100%;
    }
    .rooms-area .room-info .text-holder {
        padding : 10px 0;
    }
    .rooms-area .article .image-holder {
        width     : 100%;
        max-width : 320px;
        margin    : 0 auto 15px;
    }
    .rooms-area .article .text-holder {
        width  : 100%;
        margin : 0;
    }
    .rooms-area .article p {
        margin : 0 0 15px;
    }
    .header-area {
        display : none;
    }
    .two-cols {
        overflow : visible;
        padding  : 15px 0 0;
    }
    .aside {
        position           : fixed;
        -webkit-transform  : translateX(-100%);
        -ms-transform      : translateX(-100%);
        transform          : translateX(-100%);
        top                : 0;
        bottom             : 0;
        overflow           : auto;
        background         : #FFFFFF;
        z-index            : 999;
        width              : 280px;
        padding            : 10px 10px 310px 20px;
        -webkit-transition : all .4s ease;
        transition         : all .4s ease;
        margin             : 0 0 0 -20px;
    }
    #content {
        padding : 10px 0 0;
    }
    #content .row,
    #subCatView {
        margin : 0 -8px;
    }
    #content .row .article-holder,
    #subCatView .article-holder {
        width   : 50%;
        padding : 0 8px;
    }
    #content .foot {
        padding : 10px 0;
    }
    #content .items-show {
        width            : 100%;
        -webkit-box-pack : center;
        -ms-flex-pack    : center;
        justify-content  : center;
    }
    #content .pagination {
        width            : 100%;
        -webkit-box-pack : center;
        -ms-flex-pack    : center;
        justify-content  : center;
    }
    .bottom-block .col-left .col,
    .bottom-block .col-right .col {
        width   : 33.333%;
        padding : 0 5px 0 0;
    }
    .bottom-block h4 {
        font-size   : 12px;
        line-height : 15px;
    }
    .bottom-block .link {
        font-size   : 12px;
        line-height : 15px;
    }
    .bottom-block blockquote {
        display : none;
    }
    .bottom-block .form-area {
        width : 100%;
    }
    .product-page1 .cart-area .wrap {
        margin : 0;
    }
    .product-page2 .cart-area .wrap {
        margin-bottom : 10px;
    }
    .lightbox {
        width : 100%;
    }
    #fancybox-wrap {
        top : 100px !important;
    }
    .popup-holder {
        left      : 0 !important;
        top       : 0 !important;
        transform : translate(0px, 0px) !important;
        width     : 100%;
    }
    .rooms-area .room-wrap .head a:after {
        display : none;
    }
    .designRow .manufactureArea {
        width  : 100%;
        margin : 0 0 15px;
    }
    .designRow .manufactureArea .manufacturerImage {
        width  : 260px;
        margin : 0 auto;
    }
    .designRow .manufactureArea {
        display : block;
    }
    .designRow .manufactureArea .manufacturerDes {
        padding : 20px 5%;
    }
    .cms-showroom iframe {
        position : relative;
        width    : 100%;
    }
    .room-info blockquote {
        padding-left : 20px;
        text-align   : center;
    }
    .product-info-main .product-info-price .price-box,
    .product-info-main .product-info-stock-sku,
    .product-info-main {
        text-align : center;
    }
    .modals-wrapper + .fancybox-opened {
        z-index : 8030;
        width   : 90% !important;
        right   : 20px;
        margin  : auto;
    }
    .filter-opener:hover {
        background : #000000;
    }
    .block-collapsible-nav {
        position : relative;
        top      : 0;
    }
    .rewardpoints-index-index .title.block-collapsible-nav-title:active + .content,
    .rewardpoints-index-index .title.block-collapsible-nav-title:hover + .content {
        display : block;
    }
    .rewardpoints-index-index .title.block-collapsible-nav-title:active:before,
    .rewardpoints-index-index .title.block-collapsible-nav-title:hover:before {
        content        : 'X';
        position       : absolute;
        right          : 22px;
        font-size      : 32px;
        top            : -50px;
        pointer-events : none;
    }
    .rewardpoints-index-index .title.block-collapsible-nav-title:active:after,
    .rewardpoints-index-index .title.block-collapsible-nav-title:hover:after {
        display : none;
    }
    .table-wrapper.rewardpoints-transactions-recent .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td:before {
        display : none;
    }
    .mobileMenu .cart i {
        font-size : 12 p;
    }
    #form-validate .cart_wrap_bottom .col-1 {
        margin-top : 50px;
    }
    .cart_detail .cart_wrap ul {
        padding-left : 0;
        text-align   : center;
    }
    .cart_detail .cart_wrap ul a {
        font-size : 12px;
    }
    .cart-foot {
        padding-left  : 0;
        padding-right : 0;
    }
    .cart-foot .fieldset.coupon {
        width : 300px;
    }
    .product-info-main .product-info-price .price-box,
    .product-info-main .product-info-stock-sku {
        text-align : center !important;
    }
    .filter-opener,
    .nav-opener {
        display : block;
    }
    .top-head .subMenu ul {
        width : 190px;
        left  : -100%;
    }
    .searchsuite-autocomplete {
        left  : 0 !important;
        right : 0 !important;
    }
    
}
@media (max-width : 660px) {
    .catalog-product-view.page-layout-1column .cart-area .product-info-main {
        width : 100%
    }
}
@media (max-width : 560px) {
    #header .logo {
        float  : none;
        margin : 0 auto 20px;
    }
    .form-search {
        width : 100%;
    }
    #header .links-holder {
        text-align : center;
    }
}
@media (max-width : 479px) {
    #subCatView .article-holder {
        width : 100%;
    }
    #footer .footer-list {
        text-align : left;
        display    : block;
    }
    #footer .footer-list li {
        display : block;
    }
    #footer .footer-list li address {
        padding-left : 30px;
    }
    .lightbox {
        width : 100%;
    }
    #fancybox-close {
        right : 0 !important;
    }
    #fancybox-wrap {
        left : 0 !important;
    }
    .popup1 .holder h2 {
        margin      : 0 0 15px;
        font-size   : 24px;
        line-height : 28px;
    }
    .popup1 .col-sec ul li {
        margin : 0 4px 6px 0;
    }
    #fancybox-content {
        width : 100% !important;
    }
    .popup1 .btn-default, .popup1 .btn-primary {
        min-width : 125px;
    }
}
@media print {
    #header,
    .bottom-block,
    .visual,
    .room-info,
    .amslider-container,
    .btn-area,
    .rooms-area .head-area .title:after,
    .rooms-area .head-area .title:before,
    .room-wrap,
    .breadcrumbs,
    #amasty-shopby-product-list,
    aside,
    #product_addtocart_form,
    .social-area,
    .icon,
    .fotorama__nav,
    .data {
        display : none !important;
    }
    .rating-summary .rating-result {
        overflow : hidden !important;
        width    : 91px !important
    }
    .rooms-area .article .text-holder,
    .fotorama__img,
    .fotorama-item,
    .fotorama__nav-wrap,
    .cart-area .head,
    .catalog-product-view.page-layout-1column .cart-area .product-info-main,
    .cart-area .col-left,
    #infoTabs,
    .price-box,
    .price-container {
        float      : none !important;
        width      : 100% !important;
        padding    : 0 !important;
        margin     : 0 !important;
        text-align : center;
    }
    .gallery-placeholder {
        width  : 100%;
        margin : 0 auto;
        float  : none;
    }
    .gallery-placeholder img {
        width   : 100%;
        height  : auto;
        display : block;
    }
    .cart-area .head,
    .price-box {
        text-transform : uppercase;
        text-align     : center;
        text-transform : uppercase;
    }
    .price-box {
        width   : 300px;
        margin  : 0 auto;
        float   : none;
        display : block;
    }
    .product table,
    .switch,
    .reviews-actions {
        display : none !important;
    }
    
}
._keyfocus *:focus,
input:focus:not([disabled]),
textarea:focus:not([disabled]),
select:focus:not([disabled]) {
    box-shadow : none !important;
}
.section-item-title.nav-sections-item-title {
    display : none !important;
}
.toolbar-blog-posts .pagination .item {
    display : inline-block;
    margin  : 0 10px;
}
.toolbar-blog-posts .pagination .item a:hover,
.toolbar-blog-posts .pagination .item.current {
    color : #CB2027;
}
.post-holder .post-text-hld img {
    display : block !important;
    margin  : 10px 0 !important;
}
.sidebar.sidebar-main .block.filter .title {
    display : none;
}
.sidebar.sidebar-main .block.filter .options dt {
    border-bottom : 1px solid #D9D9D9;
    color         : #000000;
    display       : block;
    font-size     : 16px;
    font-weight   : normal;
    line-height   : 20px;
    margin        : 0 0 20px;
    padding       : 0 30px 10px 0;
    position      : relative;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
.sidebar.sidebar-main .block.filter .options dd a,
.sidebar.sidebar-main .block.filter .options dd li .count {
    color     : #666666;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
    font-size : 12px;
}
.sidebar.sidebar-main .block.filter .options dd li .count::before {
    content : "(";
}
.sidebar.sidebar-main .block.filter .options dd li .count::after {
    content : ")";
}
option:disabled {
    background : #EEEEEE none repeat scroll 0 0;
    color      : #CB2026;
}
option.disabled {
    background : #EEEEEE none repeat scroll 0 0;
    color      : #CB2026;
}
.content-area .page-title-wrapper,
.swatch-attribute-options .jcf-radio,
.swatch-attribute-options .jcf-checkbox {
    display : none !important;
}
.swatch-option.color:hover:not(.disabled) {
    margin-left : 0 !important;
}
.product-info-main .product-info-price {
    border : medium none;
    margin : 0;
}
.product-info-main .product-add-form {
    padding : 0;
}
.product-info-main .product-info-price .price-box,
.product-info-main .product-info-stock-sku {
    display    : block;
    padding    : 0;
    text-align : left;
    width      : auto;
}
.popup-holder {
    left      : 50%;
    margin    : auto;
    max-width : 1152px;
    overflow  : visible;
    position  : absolute;
    top       : 50%;
    z-index   : 100;
    transform : translate(-50%, -50%);
}
.popupOverlay {
    background : rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom     : 0;
    height     : 100%;
    left       : 0;
    margin     : auto;
    position   : fixed;
    right      : 0;
    top        : 0;
    width      : 100%;
    z-index    : 99;
}
/*.swatchBoxOpt {
    position : relative;
}
.swatchBoxOpt .swatchOptLabel {
    position    : absolute;
    width       : 100%;
    background  : rgba(255, 255, 255, 0.3);
    font-size   : 14px;
    padding     : 5px 3px;
    line-height : 17px;
    box-sizing  : border-box;
}*/
.swatchBoxOpt .swatchOptLabel {
    position    : absolute;
    width       : 100%;
    background  : rgba(255, 255, 255, 0.3);
    border      : 1px solid;
    font-size   : 14px;
    box-sizing  : border-box;
    padding     : 5px 3px;
    line-height : 17px;
}
.swatchBlock,
.swatchBlock.swatch-option,
.swatchImage,
.swatchImage.swatch-option {
    border : 1px solid #EEEEEE;
    height : 71px;
    margin : 0;
    width  : 83px;
}
.lightbox .swatch-attribute-options.clearfix {
    margin : 0;
}
.lightbox .btn-holder {
    margin-top : 15px;
}
.largeImage.showSwatch {
    border : 1px solid #EAEAEA;
    height : 324px;
    width  : 100%;
}
.popup1 .col-first .largeImage {
    margin-bottom : 26px;
}
.popup1 .col-first .largeImage img {
    margin     : 0;
    max-height : 100%;
}
.colorBlock {
    display : none !important;
}
aside.aside .colorBlock,
.showOptions {
    display : block !important;
}
.popup1 .col-sec ul li.activeSwatch {
    border-color : #BB2126;
}
.popup1 .col-sec ul li/*:not(.disabled)*/:hover {
    border-color : #BB2126;
}
.popup1 .col-sec ul li/*:not(.disabled)*/:hover .hover-box {
    display : block;
}
.popup1 .col-sec ul li.disabled {
    cursor : pointer;
}
.popup1 .col-sec ul li.disabled .swatch-attribute-options .swatchBlock:after,
.popup1 .col-sec ul li.disabled .swatch-attribute-options .swatchImage:after {
    content    : '';
    position   : absolute;
    left       : 0;
    right      : 0;
    top        : 0;
    bottom     : 0;
    background : -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background : -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 82, 22, 1)), color-stop(53%, rgba(255, 82, 22, 1)), color-stop(54%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background : -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background : -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background : -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background : linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.popup1 .btn-primary {
    color  : #FFFFFF;
    border : 1px solid transparent !important;
}
.popup1 .btn-primary:hover {
    background   : #EEEEEE;
    color        : #000000;
    border-color : #CB2026 !important;
}
.ves-brandlist .brandlist .brand-item,
.vesbrand-group-view .brandlist .brand-item {
    height     : 150px !important;
    margin     : 0 10px 15px;
    text-align : center;
}
.ves-brandlist .brandlist .brand-item .brand-image,
.vesbrand-group-view .brandlist .brand-item .brand-image {
    height   : 100px;
    position : relative;
    width    : 100%;
}
.ves-brandlist .brandlist .brand-item .brand-image img,
.vesbrand-group-view .brandlist .brand-item .brand-image img {
    bottom     : 0;
    left       : 0;
    margin     : auto;
    max-height : 100%;
    max-width  : 100%;
    position   : absolute;
    right      : 0;
    top        : 0;
}
.vesbrand-index-index .sidebar.sidebar-additional,
.vesbrand-group-view .sidebar.sidebar-additional {
    display : none;
}
.vesbrand-index-index .column.main,
.vesbrand-group-view .column.main {
    width : 100% !important;
}
.vesbrand-index-index .brand-toolbar .pagination,
.vesbrand-group-view .brand-toolbar .pagination {
    float : right;
}
.vesbrand-index-index .brand-toolbar .pagination li,
.vesbrand-group-view .brand-toolbar .pagination li {
    display    : inline-block;
    list-style : outside none none;
    margin     : 0 9px;
}
.brand-toolbar {
    overflow : hidden;
}
.vesbrand-index-index .brand-toolbar .toolbar-amount,
.vesbrand-group-view .brand-toolbar .toolbar-amount {
    float    : left;
    position : static;
}
.vesbrand-brand-view .columns,
.zaadesigner-designer-view .columns {
    display : none;
}
.readMorePlan {
    background    : #CB2026 none repeat scroll 0 0;
    color         : #FFFFFF;
    cursor        : pointer;
    display       : block;
    float         : right;
    /*padding       : 7px 40px 7px 25px;*/
    padding       : 7px 25px;
    position      : relative;
    margin-bottom : 4px;
}
.readMorePlan:hover {
    color      : #000000;
    background : #EEEEEE;
    /* color      : #fff; */
    /* background : #a2a2a2 none repeat scroll 0 0; */
}
/*.readMorePlan::after {
    content   : "\25bc";
    font-size : 12px;
    position  : absolute;
    right     : 16px;
    top       : 11px;
}
.readMorePlan.showBlock::after {
    content   : "\25b2";
    font-size : 12px;
    position  : absolute;
    right     : 16px;
    top       : 11px;
}*/
.cart-head.protectionPlanHead {
    margin-bottom : 20px;
}
#protectionPlanBlock.cart_wrap.protectionPlan {
    margin-top : 0;
}
.account.page-layout-2columns-left .sidebar-additional {
    display : none;
}
/*--------------- WISHLIST ------------*/
#wishListBlock .product-item {
    margin : 0 5px 10px;
    width  : 270px;
}
#wishListBlock .product-item-info {
    border         : 1px solid #BBBBBB;
    box-shadow     : none;
    display        : flex;
    display        : -webkit-flex;
    flex-direction : column;
    margin         : 0;
    padding        : 9px;
    position       : static;
}
#wishListBlock .product-item-info .product-item-photo {
    order         : 1;
    -webkit-order : 1;
}
#wishListBlock .product-item-info .product-item-name {
    height        : 46px;
    order         : 2;
    overflow      : hidden;
    -webkit-order : 2;
}
#wishListBlock .product-item-info .price-box {
    order         : 3;
    -webkit-order : 3;
}
#wishListBlock .product-item-info .product-item-inner {
    order         : 4;
    -webkit-order : 4;
}
#wishListBlock .product-item-info .product-item-photo {
    /*display  : table-header-group;*/
    height   : 150px;
    overflow : hidden;
    position : relative;
    width    : 100%;
}
#wishListBlock .product-item-info .product-item-photo img.product-image-photo {
    max-height : 100%;
}
#wishListBlock .product-item-info .product-item-inner {
    border     : medium none;
    box-shadow : none;
    display    : block;
    height     : auto;
    margin     : 0;
    padding    : 0;
    position   : relative;
    width      : auto;
}
#wishListBlock .product-item-inner .field.comment-box {
    display : none;
}
#wishListBlock .product-item .fieldset .field.qty,
#wishListBlock .product-item .fieldset .product-item-actions {
    display : block;
}
#wishListBlock .product-item .fieldset .field.qty .label,
#wishListBlock .product-item .fieldset .field.qty .control {
    display : inline-block;
}
#wishListBlock .product-item .fieldset .field.qty .label {
    font-family : "Roboto", sans-serif;
    font-weight : 300;
    width       : 40px;
}
#wishListBlock .product-item .fieldset .field.qty .control input {
    border : 1px solid #EAEAEA;
    width  : 100px;
}
#wishListBlock .product-item .fieldset .product-item-actions button {
    font-family : "Roboto", sans-serif;
    font-size   : 18px;
    font-weight : 300;
    padding     : 12px 0;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
}
#wishListBlock .product-item-info .product-item-inner .box-tocart {
    margin-bottom : 0;
}
a .at-icon-wrapper {
    background    : transparent none repeat scroll 0 0 !important;
    border        : 1px solid #B9B9B9 !important;
    border-radius : 50% !important;
    display       : table !important;
    height        : 25px !important;
    text-align    : center !important;
    width         : 25px !important;
}
a .at-icon-wrapper .at-icon {
    display        : table-cell !important;
    fill           : #B9B9B9 !important;
    height         : 18px !important;
    vertical-align : middle !important;
    width          : 24px !important;
    padding        : 0 !important;
    margin         : 2px 0 0 !important;
}
a .at-icon-wrapper:hover {
    background : #E22D2D none repeat scroll 0 0 !important;
}
a .at-icon-wrapper:hover .at-icon {
    fill : #FFFFFF !important;
}
#at_hover a .at-icon-wrapper {
    display : inline-block !important;
}
li button:not(.primary) {
    box-shadow : none !important;
}
li button .at-icon-wrapper {
    background : transparent none repeat scroll 0 0 !important;
    border     : 2px solid #B9B9B9 !important;
}
li button .at-icon-wrapper .at-icon {
    fill   : #B9B9B9 !important;
    height : 62px !important;
    width  : 44px !important;
}
li:hover button .at-icon-wrapper {
    background : #E22D2D none repeat scroll 0 0 !important;
}
li:hover button .at-icon-wrapper .at-icon {
    fill : #FFFFFF !important;
}
#content.catGridView {
    padding-left : 0;
}
.cartProcessBtn {
    margin   : 25px 0 0;
    overflow : hidden;
    width    : 100%;
}
.cartProcessBtn li {
    float : left;
    width : 49%;
}
.cartProcessBtn li a,
.cartProcessBtn li button {
    width       : 100%;
    line-height : 30px !important;
}
.cartProcessBtn li:last-child {
    float : right;
}
.cartProcessBtn li button {
    font-family : "Roboto", sans-serif !important;
    font-weight : 300 !important;
}
/*.cartProcessBtn li a:hover, .cartProcessBtn li button:hover {
    background : #444 none repeat scroll 0 0 !important;
}
*/
#cart-totals th, #cart-totals td {
    font-family : "Roboto", sans-serif;
    font-weight : 300;
}
.catGridView .text-holder .price-label {
    display : none;
}
#product-review-table .jcf-radio {
    display : none;
}
.review-control-vote .rating-1.jcf-label-active::before,
.review-control-vote .rating-2.jcf-label-active::before,
.review-control-vote .rating-3.jcf-label-active::before,
.review-control-vote .rating-4.jcf-label-active::before,
.review-control-vote .rating-5.jcf-label-active::before {
    opacity : 1;
}
#content .article-holder .product-small-thumbs .slide-1 img,
.swipeSliderSection .article-holder .product-small-thumbs .slide-1 img {
    left : 100%;
}
.social-area #st-1 .st-btn {
    background   : transparent none repeat scroll 0 0 !important;
    border       : 1px solid #B9B9B9;
    display      : inline-block !important;
    height       : 25px;
    margin-right : 3px;
    padding      : 0;
    width        : 25px;
}
.social-area #st-1 .st-btn svg {
    fill   : #B9B9B9;
    height : 17px;
    top    : 3px;
    width  : 23px;
}
.social-area #st-1 .st-btn:hover {
    background : #CB2026 none repeat scroll 0 0 !important;
    opacity    : 1;
    top        : 0;
}
.social-area #st-1 .st-btn:hover svg {
    fill : #FFFFFF;
}
.social-area #st-1 .st-btn[data-network="sharethis"] svg g {
    display : none;
}
.social-area #st-1 .st-btn[data-network="sharethis"]::after {
    color    : #B9B9B9;
    content  : "+";
    left     : 0;
    position : absolute;
    right    : 0;
    top      : -5px;
    z-index  : 999;
}
.social-area #st-1 .st-btn[data-network="sharethis"]:hover::after {
    color : #FFFFFF;
}
.catalog-product-view #st-el-5 .st-btn > span {
    display : none;
}
.catalog-product-view #st-el-5 .st-btn {
    border-radius : 50%;
    height        : 48px;
    margin        : 10px 15px;
    text-align    : center;
    width         : 48px;
}
.catalog-product-view #st-el-5 .st-btn {
    background    : transparent none repeat scroll 0 0 !important;
    border        : 1px solid #B9B9B9;
    border-radius : 50%;
    height        : 48px;
    margin        : 10px 15px;
    text-align    : center;
    width         : 48px;
}
.catalog-product-view #st-el-5 .st-btn:hover::before {
    opacity : 0 !important;
}
.catalog-product-view #st-el-5 .st-btn:hover {
    background : #CB2026 none repeat scroll 0 0;
}
.catalog-product-view #st-el-5 .st-btn svg {
    fill : #B9B9B9;
}
.catalog-product-view #st-el-5 .st-btn:hover svg {
    fill : #FFFFFF;
}
.field.choice {
    position : relative;
}
.field.choice .label {
    padding-left : 30px;
}
.rewardpoints-settings-index .products-grid .item.product.product-item {
    width : 33.33%;
}
.rewardpoints-settings-index .products-grid .product-item-info {
    border     : 1px solid #E9E9E9 !important;
    box-shadow : none !important;
    margin     : 0 !important;
    width      : 100% !important;
    padding    : 15px 10px !important;
    text-align : center;
}
.rewardpoints-settings-index .products-grid .product-item-info .product.photo.product-item-photo span {
    height  : 150px !important;
    padding : 0 !important;
    width   : 100% !important;
}
.rewardpoints-settings-index .products-grid .product-item-info .product-item-inner {
    box-shadow : none !important;
    height     : 100% !important;
    position   : static !important;
    width      : 100% !important;
    margin     : 0 !important;
    overflow   : hidden;
    padding    : 0;
    border     : medium none !important;
}
.rewardpoints-settings-index .products-grid .product-item-info .product-item-inner .product.actions.product-item-actions {
    margin : 0;
}
.rewardpoints-settings-index .products-grid .product-item-info .product-item-inner .product-item-actions .actions-primary {
    display : block;
}
.rewardpoints-settings-index .products-grid .product-item-info .product-item-inner .product-item-actions .actions-secondary {
    display : block;
    margin  : 5px 0 0;
    padding : 0;
    width   : 100%;
}
.wishlist-index-index .product-item-name {
    height   : 46px;
    overflow : hidden;
}
.goBackTop {
    background : rgba(0, 0, 0, 0) url("../images/top.png") no-repeat scroll center center / auto auto;
    bottom     : 0;
    display    : block;
    height     : 33px;
    opacity    : 0.5;
    position   : fixed;
    right      : 12%;
    width      : 34px;
    z-index    : 99;
    /*-webkit-transition : all .4s ease;
    transition         : all .4s ease;*/
    top        : -50px;
    margin     : auto 0;
}
.goBackTop:hover,
.goBackBottom:hover {
    /*background-color : #989899;*/
    opacity : 1;
}
.goBackBottom {
    background : rgba(0, 0, 0, 0) url("../images/bottom.png") no-repeat scroll center center / auto auto;
    bottom     : -50px;
    display    : block;
    height     : 33px;
    opacity    : 0.5;
    position   : fixed;
    right      : 12%;
    width      : 34px;
    z-index    : 99;
    /*-webkit-transition : all .4s ease;
    transition         : all .4s ease;*/
    top        : 0;
    margin     : auto 0;
}
.aside .manufacturer .slide .item a {
    padding-left : 25px;
    position     : relative;
}
.slide .items li[data-label*="Please Select"] {
    display : none;
}
.widget.block.blog-search {
    padding-left : 0;
    width        : 180px;
    float        : left;
    margin       : 25px 0 25px !important;
}
#main .post-content .post-description .wp-caption,
#main .post-content .post-description .wp-caption img {
    width : 100% !important;
}
.rating-summary .rating-result > span:before,
.review-control-vote label:before {
    color : #CB2026;
}
#infoTabs .catalog-product-view .btnfancy {
    background     : #CB2026 none repeat scroll 0 0 !important;
    border         : 1px solid #CB2026 !important;
    box-sizing     : border-box;
    color          : #FFFFFF;
    cursor         : pointer;
    display        : inline-block;
    float          : right;
    font-weight    : 300 !important;
    padding        : 7px 15px;
    /*11-09-2018*/
    /*text-transform : lowercase;*/
    vertical-align : middle;
}
/*.catalogsearch-result-index #content .row .article-holder,
.catalogsearch-result-index #subCatView .article-holder,
.swipeSliderSection .article-holder {
    width : 25%;
}*/
.catalogsearch-result-index #content.catGridView {
    max-width : 857px;
    margin    : 0 auto;
}
.post-list .post-content .post-description .post-ftimg-hld {
    float : right;
}
.post-list .contentBlog .post-text-hld {
    text-align : justify;
}
.post-list .contentBlog .featuredImage {
    float : left;
    width : 62%;
}
.post-view .post-content .post-description .post-ftimg-hld {
    display : none;
}
.message.info.customMsg {
    background : rgba(0, 0, 0, 0) url("../images/checkMark.png") no-repeat scroll 0 3px;
    padding    : 0 0 5px 22px;
}
.cms-print table td {
    width      : 100% !important;
    display    : block !important;
    text-align : center !important;
    padding    : 0;
}
.cms-print header {
    border  : none;
    padding : 0;
    margin  : 0;
}
.cms-print .cart-area .head {
    width  : 25px;
    margin : 15px auto;
}
.cms-print .columns .column.main {
    display : block;
}
.cms-print .cart-area .head .icon {
    left        : 50%;
    margin-left : -12px;
}
.cms-print p {
    margin : 0;
}
.cms-print table th {
    text-transform : uppercase;
    text-align     : center;
    display        : none;
}
.cms-print .cart-area {
    margin : 0;
}
.cms-print ul {
    display : none;
}
.cms-print h1 {
    text-transform : uppercase;
    padding        : 0;
    margin         : 0;
    border         : none;
    font-size      : 24px;
    line-height    : 40px;
}
.cms-print table td a img {
    width      : auto;
    margin-top : 10px;
}
.cms-print table td img {
    width   : 500px;
    height  : auto;
    margin  : 0 auto;
    display : block;
}
.cms-print #wrapper {
    overflow : visible;
}
.showPopUp {
    border     : 2px solid #CB2026;
    display    : block !important;
    position   : absolute;
    width      : 90%;
    height     : 350px;
    background : #FFFFFF;
    z-index    : 999999999;
    left       : 0;
    right      : 0;
    margin     : auto;
    top        : 0;
    bottom     : 0;
    overflow   : hidden;
    box-sizing : border-box;
    box-shadow : 0 0 10px #0E0E0E;
}
.showPopUp .titleBlock {
    background    : #EEEEEE;
    border-bottom : 1px solid #DEDEDE;
    padding       : 5px 15px;
    position      : relative;
    font-weight   : 400;
    font-size     : 19px;
}
.showPopUp .titleBlock .close {
    position   : absolute;
    right      : 0;
    top        : 0;
    bottom     : 0;
    color      : #FF0000;
    background : #000000;
    padding    : 2px 16px;
    cursor     : pointer;
}
.showPopUp .descBlock {
    overflow-y : scroll;
    height     : 305px;
    box-sizing : border-box;
    padding    : 20px 25px;
}
.manufactureArea .btn-primary {
    color  : #FFFFFF;
    margin : 5px 0 24px;
}
.manufactureArea .btn-primary:hover {
    color : #000000;
}
@media print {
    .cms-print table td {
        width            : 100% !important;
        display          : block !important;
        page-break-after : avoid;
        text-align       : center !important;
    }
    .columns::after {
        display : none;
    }
    .cms-print table td img {
        width   : 250px;
        height  : auto;
        margin  : 10px auto;
        display : block;
    }
    #header,
    .page-footer {
        display : none !important;
    }
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
    width    : 107px !important;
    height   : 70px !important;
    padding  : 0 !important;
    margin   : 4px;
    overflow : hidden;
}
.fotorama__nav--thumbs .fotorama__active {
    overflow : hidden;
    border   : 1px solid #CB2026;
}
.fotorama__nav--thumbs .fotorama__nav__frame--thumb img {
    max-width : 100% !important;
}
.fotorama__nav-wrap {
    padding : 0 20px !important;
}
.fotorama__arr, .fotorama__thumb__arr {
    background-color : transparent !important;
}
.fotorama__nav__frame {
    padding-right : 10px !important;
    padding-left  : 10px !important;
}
.fotorama__thumb {
    border : 1px solid transparent;
}
.fotorama__active .fotorama__thumb {
    border-color : #CB2026;
}
.fotorama__thumb__arr--left,
.fotorama__nav.fotorama__shadows--left::before,
.fotorama__nav.fotorama__shadows--right::after,
.fotorama__thumb__arr--right,
.fotorama__thumb-border {
    display : none !important;
}
.fotorama__arr {
    top     : auto !important;
    display : block !important;
    width   : 22px !important;
    bottom  : -45px !important;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    opacity    : 1 !important;
    transition : none !important;
}
.fotorama__stage {
    overflow : visible !important;
}
.fotorama__arr--next {
    right : 0 !important;
}
.fotorama__arr--next .fotorama__arr__arr {
    width               : 11px !important;
    height              : 19px !important;
    background-position : -35px -351px !important;
}
.fotorama__arr .fotorama__arr__arr {
    left : 0 !important;
}
.fotorama__arr--next .fotorama__arr__arr {
    right : 0 !important;
    left  : auto !important;
}
.fotorama__arr--prev .fotorama__arr__arr {
    width               : 11px !important;
    height              : 19px !important;
    background-position : -35px -271px !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__arr .fotorama__arr__arr {
    transform : none !important;
}
#product-review-table #Rating_rating_label {
    display : none;
}
.swatch-option.disabled {
    cursor : pointer !important;
}
.swatch-option.image.disabled:hover, .swatch-option.color.disabled:hover {
    outline : 2px solid #FF5216;
    border  : 1px solid #FFFFFF;
}
.owl-item {
    float    : left;
    position : relative;
}
.owl-nav.disabled {
    display : none;
}
.owl-carousel-custom-3 {
    position : relative;
}
.owl-nav.disabled + .owl-dots {
    margin-top : 10px;
    position   : absolute;
    bottom     : 15px;
    right      : 0;
    left       : 0;
}
.owl-dots .owl-dot span:hover,
.owl-dots .owl-dot.active span {
    background : #FFFFFF !important;
}
.owl-dots .owl-dot span {
    background : rgba(255, 255, 255, 0.77) none repeat scroll 0 0 !important;
}
.owl-dots .owl-dot span {
    height : 12px !important;
    width  : 12px !important;
    cursor : pointer;
}
.minicart-wrapper .product .actions {
    margin : 0;
}
#header #mini-cart .product-item-photo {
    border     : 1px solid #BBBBBB;
    overflow   : hidden;
    height     : 50px;
    position   : relative;
    margin-top : 7px;
}
#header #mini-cart .product-item-photo .product-image-wrapper {
    position : static;
}
#header #mini-cart .product-item-photo .product-image-photo {
    position : absolute;
    top      : 0;
    left     : 0;
    right    : 0;
    bottom   : 0;
    margin   : auto;
}
#header #mini-cart li {
    margin      : 8px 0;
    padding-top : 8px;
}
#header #mini-cart .product.actions {
    margin-top : 8px;
}
#header .minicart-items .product .toggle {
    padding-right : 0;
}
.minicart-wrapper .action.showcart:before {
    display : none;
}
#header .minicart-wrapper .action.showcart .counter.qty {
    background  : none;
    color       : #000000;
    height      : inherit;
    line-height : inherit;
    display     : initial;
}
#header .action.showcart:hover span {
    color : #CB2026;
}
#header .minicart-wrapper .action.showcart.active:before {
    display : none;
}
.customer-account-login .page-title,
.customer-account-create .page-title {
    padding-top : 15px;
}
.rooms-area {
    padding-top : 14px;
}
@media (max-width : 1600px) {
    .goBackTop,
    .goBackBottom {
        right : 5%;
    }
}
@media (max-width : 1200px) {
    .goBackTop,
    .goBackBottom {
        right : 1px;
    }
}
.customer-account-login .login-container .actions-toolbar a.action.remind {
    color : #CB2027;
}
.customer-account-login .login-container .actions-toolbar a.action.remind:hover {
    color : #000000;
}
.field.choice label {
    cursor : pointer;
}
.catalogsearch-result-index .header-area:nth-child(3) {
    display : none;
}
.sidebar .block-rss .block-title strong {
    line-height : 15px;
    float       : left;
    margin-top  : -2px;
}
.review-fieldset .review-legend strong {
    margin-top    : 10px;
    margin-bottom : 15px;
}
.reviews-actions a {
    color : #CB2026;
}
.reviews-actions a:hover {
    color : #000000;
}
.cart-area .product-add-form .quantity .lable {
    width : 31%;
}
.viewAllBrands {
    text-align : center;
    margin-top : 10px;
}
.viewAllBrands a {
    font-size : 17px;
}
.viewAllBrands a:hover,
.swiper-brand .text-holder .text:hover {
    color : #CB2027;
}
#amslider_id1 .swiper-container {
    margin-top : 0;
}
.quickview-index-view .col-holder {
    width : 100% !important;
}
.quickview-index-view .fotorama__nav__frame.fotorama__nav__frame--thumb {
    width  : 79px !important;
    height : 66px !important;
}
.fancybox-inner form .fieldset .button {
    float : left !important;
}
.fotorama__caption__wrap {
    background : rgba(255, 255, 255, 0.6) !important;
}
.swipeSliderSection .amslider-header-container {
    padding-left : 0;
}
header.head .info-list .item.swatch-option-link-layered {
    margin-right : 3px !important;
    display      : inline-block;
}
.fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr {
    width               : 33px !important;
    height              : 53px !important;
    background-position : -105px -95px !important;
}
.fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr {
    width               : 33px !important;
    height              : 52px !important;
    background-position : -181px -95px !important;
}
.fotorama--fullscreen .fotorama__arr {
    bottom : auto !important;
    top    : 48% !important;
}
.block-minicart .minicartCustom .items-total {
    float      : none;
    text-align : left;
    margin     : 0 10px 10px;
}
.block-minicart .minicartCustom {
    position : relative;
}
.block-minicart .minicartCustom ol .item.product.product-item {
    display    : block !important;
    text-align : left;
}
input[type="number"].cartQuantity {
    color      : #000000;
    opacity    : 1;
    padding    : 0 !important;
    height     : auto;
    width      : auto;
    border     : none;
    text-align : left;
}
.popup-holder .popup1 .open-close a.opener span {
    display : none;
}
/*.minicart-wrapper:hover .ui-dialog,
.minicart-wrapper:hover .ui-dialog .block-minicart {
    display : block !important;
}*/
.minicart-wrapper:hover .ui-dialog .block-minicart {
    position : absolute;
}
#amasty-shopby-product-list .header-area .pagination {
    display : none;
}
.minicart-wrapper .block-minicart .block-title {
    text-align : left;
}
/*.minicart-wrapper .action.close {
    top   : -20px;
    right : -15px;
}*/
.minicart-wrapper .action.close {
    top   : 0;
    right : 0;
}
.minicart-wrapper .block-minicart .block-title strong {
    font-weight : 400;
}
.minicart-wrapper .block-minicart .actions a {
    color : #FFFFFF !important;
}
.minicart-wrapper .block-minicart .actions a:hover {
    color : #333333 !important;
}
.minicart-wrapper .block-minicart .item {
    padding-top : 0;
}
.subMenu ul {
    text-align     : center;
    padding-bottom : 15px;
}
.subMenu ul .userName {
    display        : block;
    padding        : 10px 0 !important;
    text-align     : center;
    text-transform : capitalize;
}
.subMenu ul .userLink {
    display        : block;
    text-align     : center;
    text-transform : capitalize;
    font-size      : 13px !important;
    line-height    : 19px;
}
li.subMenu {
    position      : relative;
    padding-right : 15px !important;
}
li.subMenu:after {
    position     : absolute;
    right        : 0;
    top          : 9px;
    content      : "";
    border-style : solid;
    border-width : 6px 6px 0 6px;
    border-color : #000333 transparent transparent transparent;
}
li.subMenu:hover:after {
    border-width : 0 6px 6px 6px;
    border-color : transparent transparent #000333 transparent;
}
@media (max-width : 479px) {
    #header .links-holder li:first-child {
        float   : none;
        display : block;
    }
    #header .links-holder li {
        float         : left;
        margin-bottom : 15px;
    }
    #header .links-holder li:last-child {
        float : right;
    }
}
#amasty-shopby-product-list .header-area .pagination {
    display : none;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update:hover {
    border-color : #CB2026 !important;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
    border : 1px solid transparent !important;
}
#swipeFeaturedDesigner {
    padding : 0 !important;
}
.minicart-wrapper .minicart-items-wrapper {
    height        : auto !important;
    border-bottom : none;
}
#header .links-holder .minicart-items-wrapper {
    padding : 0 15px;
}
#header .links-holder .block-minicart {
    padding-bottom : 5px;
}
#header .links-holder #mini-cart li {
    display       : block;
    text-align    : left;
    padding-right : 9px;
}
#header .minicart-wrapper .block-minicart {
    width : 370px;
    right : 0;
    top   : 75%;
}
.minicart-wrapper {
    padding-bottom : 10px;
}
.minicart-wrapper:hover {
    overflow : visible;
}
.minicart-wrapper:hover .block.block-minicart {
    display  : block;
    position : absolute;
}
.miniProductDetail {
    float : left;
    width : 50%;
}
.miniProductAction {
    float      : right;
    text-align : right;
    width      : 50%;
}
.miniProductDetail .product-item-name {
    margin-bottom : 0;
}
.minicart-items .miniProductAction .item-qty {
    margin     : 0;
    padding    : 0 !important;
    width      : 35px;
    height     : auto;
    border     : none;
    text-align : right;
}
.minicart-items .miniProductAction button.update-cart-item {
    padding         : 0;
    font-weight     : 500;
    border          : none;
    background      : none;
    text-decoration : underline;
    color           : #CB2026;
    text-align      : right;
    display         : none;
}
.review-control-vote label.ratingSelected::before {
    opacity : 1;
}
.widget.blog-search .action.search {
    top : 3px !important;
}
#search_mini_form .qs-option-description,
#search_mini_form .product-reviews-summary.short.empty,
#search_mini_form .product-reviews-summary.short .reviews-actions .action.view span {
    display : none !important;
}
#search_mini_form .product-reviews-summary.short .reviews-actions .action.view::before {
    content : "(";
}
#search_mini_form .product-reviews-summary.short .reviews-actions .action.view::after {
    content     : ")";
    margin-left : -2px;
}
#search_mini_form .qs-option-price {
    margin-top : 0;
}
#search_mini_form .product-reviews-summary.short .reviews-actions .action.view {
    text-align   : center;
    padding-left : 0;
}
@media (min-width : 768px) {
    #search_mini_form #searchsuite-autocomplete {
        width : 400px;
    }
}
@media only screen and (max-width : 560px) {
    #header .minicart-wrapper .block-minicart {
        width : 285px;
    }
    #header .minicart-wrapper strong.subtitle.empty {
        font-size : 12px !important;
    }
}
#review-form label {
    padding-left : 0;
}
#search_mini_form .qs-option-title .color {
    display : block;
    color   : #999999;
}
#rewardpoints-settings ul.form-list {
    overflow : hidden;
}
#rewardpoints-settings .form-list li.control {
    position : relative;
}
#rewardpoints-settings .form-list li.control span.jcf-checkbox {
    left : -30px !important;
}
body.is-blog .main h1 {
    font-size     : 25px !important;
    line-height   : 28px !important;
    margin-bottom : 20px !important;
    font-weight   : 500 !important;
}
body.is-blog .main h3 {
    font-weight : 400 !important;
    font-size   : 20px !important;
    line-height : 24px !important;
}
/* new design */

.n-blog-wrapper {
    position : relative;
    overflow : hidden;
}
.n-blog-head {
    background : #959494;
    padding    : 18px 0;
    margin     : 0 0 33px;
}
.n-blog-head .container {
    display       : flex;
    flex-wrap     : wrap;
    align-items   : center;
    padding-left  : 15px;
    padding-right : 15px;
}
.n-blog-head-links {
    width        : 400px;
    margin-right : 24px;
}
.n-blog-head .search-area {
    flex-basis : 0;
    flex-grow  : 1;
    width      : auto;
    float      : none;
}
.n-blog-head .title {
    display        : block;
    text-transform : uppercase;
    font-weight    : 500;
    font-size      : 22px;
    line-height    : 28px;
    margin         : 0 0 10px;
    color          : #FFFFFF !important;
}
.column.main .n-blog-head .title a {
    color : #FFFFFF !important;
}
.column.main .n-blog-head .title a:hover {
    color : #CD2027 !important;
}
.n-blog-head ul {
    display     : flex;
    flex-wrap   : wrap;
    font-size   : 18px;
    line-height : 24px;
    font-weight : 300;
    margin      : 0 -16px;
}
.n-blog-head ul li {
    padding : 0 16px;
    margin  : 0;
}
.column.main .n-blog-head ul li a {
    color : #FFFFFF !important;
}
.column.main .n-blog-head ul li a:hover {
    text-decoration : underline;
    color           : #CD2027 !important;
}
.n-blog-blocks {
    display   : flex;
    flex-wrap : wrap;
}
.n-blog-blocks-right {
    width : 33.333%;
}
.n-blog-blocks-left {
    flex-grow  : 1;
    flex-basis : 0;
}
.n-blog-blocks-left .n-blog-block:nth-child(even) .n-blog-text {
    order : 2;
}
.n-blog-blocks-left .n-blog-block:nth-child(even) .n-blog-text:after {
    left         : auto;
    right        : 100%;
    border-width : 20px 20px 20px 0;
    border-color : transparent #FFFFFF transparent transparent;
}
.n-blog-blocks-left .n-blog-block:nth-child(even):hover .n-blog-text:after {
    border-color : transparent #EDEDED transparent transparent;
}
.n-blog-blocks-left .n-blog-block:nth-child(even) .n-blog-image {
    order : 1;
}
.n-blog-block a {
    display   : flex;
    flex-wrap : wrap;
    width     : 100%;
}
.n-blog-block:hover .n-blog-text {
    background : #EDEDED;
}
.n-blog-block:hover .n-blog-image img {
    transform : scale(1.03);
}
.n-blog-text {
    width           : 50%;
    display         : flex;
    flex-wrap       : wrap;
    flex-direction  : column;
    justify-content : center;
    padding         : 60px 17px 78px 23px;
    position        : relative;
    height          : 382px;
    z-index         : 9;
}
.n-blog-text:after {
    position     : absolute;
    left         : 100%;
    top          : 50%;
    content      : '';
    border-style : solid;
    border-width : 20px 0 20px 20px;
    border-color : transparent transparent transparent #FFFFFF;
    margin-top   : -15px;
}
.n-blog-block:hover .n-blog-text:after {
    border-color : transparent transparent transparent #EDEDED;
}
@media (min-width : 768px) {
    .n-blog-blocks-right .n-blog-text:after {
        left         : 50%;
        top          : 100%;
        margin-top   : 0;
        margin-left  : -15px;
        border-width : 20px 20px 0 20px;
        border-color : #FFFFFF transparent transparent transparent;
    }
    .n-blog-blocks-right .n-blog-block:hover .n-blog-text:after {
        border-color : #EDEDED transparent transparent transparent;
    }
}
body.is-blog .n-blog-text h1 {
    font-size      : 18px !important;
    font-weight    : 400 !important;
    letter-spacing : -0.7px !important;
    margin-bottom  : 10px !important;
    color          : #333333 !important;
}
.n-blog-info {
    overflow : hidden;
    position : absolute;
    left     : 0;
    right    : 0;
    padding  : 12px 16px 12px 23px;
    top      : 0;
    color    : #333333 !important;
}
.n-blog-info .title {
    color       : #999999 !important;
    font-weight : 300;
    float       : left;
}
.n-blog-info .date {
    color       : #999999 !important;
    font-weight : 300;
    float       : right;
    font-size   : 16px;
    text-align  : right;
}
.link-read-more {
    position        : absolute;
    left            : 0;
    right           : 0;
    padding         : 20px 23px;
    bottom          : 0;
    text-align      : center;
    font-weight     : 400;
    text-decoration : underline;
    color           : #999999 !important;
}
.n-blog-block a:hover .link-read-more {
    text-decoration : none;
}
.n-blog-block a:hover p {
    color : #333333 !important;
}
.n-blog-image {
    width    : 50%;
    overflow : hidden;
    position : relative;
}
.n-blog-image:after {
    position   : absolute;
    left       : 0;
    top        : 0;
    bottom     : 0;
    right      : 0;
    content    : '';
    background : rgba(0, 0, 0, 0.35);
    opacity    : 0;
    visibility : hidden;
    transition : all 0.4s ease;
}
.n-blog-block:hover .n-blog-image:after {
    opacity    : 1;
    visibility : visible;
}
.n-blog-image img {
    object-fit : cover;
    width      : 100%;
    height     : 382px;
    display    : block;
    transition : all 0.4s ease;
}
.n-blog-blocks-right .n-blog-image {
    width : 100%;
}
.n-blog-blocks-right .n-blog-text {
    width : 100%;
}
.more-blogs-blocks {
    padding : 50px 0 0;
}
.column.main .more-blogs-blocks .btn-more {
    display         : block;
    width           : 214px;
    height          : 46px;
    text-align      : center;
    font-size       : 16px;
    line-height     : 26px;
    padding         : 10px;
    border          : none;
    text-decoration : none;
    background      : #EEEEEE !important;
    color           : #333333 !important;
}
.column.main .more-blogs-blocks .btn-more:hover {
    background : #999999 !important;
    color      : #FFFFFF !important;
}
.category.is-blog .visual {
    padding : 0;
}
.blogPagerBlock .pagination-wrap {
    justify-content : space-between;
}
body.single-post.is-blog .blog-sec-top {
    display : none;
}
.blogPagerBlock .pagination-wrap {
    margin        : 0;
    padding       : 30px 0;
    border-bottom : 1px solid #999999;
    margin        : 0 0 36px;
}
.blogPagerBlock.blogBottomPager {
    width : 100%;
}
.blogPagerBlock.blogBottomPager .pagination-wrap {
    margin : 0;
}
.blogSearchHead {
    font-size   : 25px;
    line-height : 28px;
    padding     : 25px 0 8px;
    font-weight : 700;
}
.blogBreadcrumb {
    color       : #999999;
    font-size   : 15px;
    line-height : 18px;
}
.blogBreadcrumb .breadcrumb {
    border      : none;
    margin      : 0;
    padding     : 0;
    font-weight : 300;
}
.blogBreadcrumb .breadcrumb li {
    padding  : 0 19px;
    position : relative;
    margin   : 0;
}
.blogBreadcrumb .breadcrumb li:after {
    position   : absolute;
    left       : 0;
    top        : 4px;
    bottom     : 2px;
    width      : 2px;
    content    : '';
    background : #999999;
}
.blogBreadcrumb .breadcrumb li:first-child {
    padding-left : 0;
}
.blogBreadcrumb .breadcrumb li:first-child:after {
    display : none;
}
body.single-post.is-blog .blogBreadcrumb {
    border-bottom : 1px solid #CECECE;
    padding       : 0 0 30px;
    margin        : 0 0 30px -17px;
    overflow      : hidden;
    width         : 100%;
}
body.single-post.is-blog .blogBreadcrumb a {
    display        : inline-block;
    vertical-align : top;
    margin         : 0 17px;
}
body.single-post.is-blog .blogBreadcrumb span {
    color : #999999;
}
body.single-post.is-blog .blogBreadcrumb .breadcrumb_last {
    display        : inline-block;
    vertical-align : top;
    padding-left   : 17px;
}
body.single-post.is-blog .columns .column.main {
    padding-bottom : 0;
}
.column.main .blogBreadcrumb .breadcrumb a {
    color : #999999 !important;
}
.column.main .blogBreadcrumb .breadcrumb a:hover {
    color           : #CD2027 !important;
    text-decoration : underline;
}
body.is-blog #main .main .postwrap a {
    color : #CD2027 !important;
}
body.is-blog #main .main .postwrap a:hover {
    text-decoration : underline !important;
}
body.is-blog #main .main .postwrap .posttags a {
    color : #333333 !important;
}
body.is-blog #main .main .postwrap .posttags a:hover {
    text-decoration : none !important;
}
body.is-blog #main .main .postwrap ul {
    margin-bottom : 25px;
}
@media (max-width : 991.98px) {
    .n-blog-head-links {
        margin-right : 0;
    }
    .n-blog-head .container {
        padding-left  : 15px;
        padding-right : 15px;
    }
    .blogTopPager .pagintion-area {
        display : none !important;
    }
}
@media (max-width : 767.98px) {
    body.category.is-blog .column.main {
        padding-bottom : 0;
    }
    body.is-blog #main {
        padding-bottom : 0;
    }
    body.is-blog .visual h1 {
        font-size   : 42px !important;
        line-height : 50px !important;
    }
    .visual .text-holder {
        text-align : left;
    }
    .n-blog-head-links {
        width : 100%;
    }
    .n-blog-head ul {
        margin : 0 -10px 15px;
    }
    .n-blog-head ul li {
        padding : 0 10px;
    }
    .n-blog-blocks {
        display : block;
    }
    .n-blog-blocks-right {
        width : 100%;
    }
    .n-blog-blocks-right .n-blog-image {
        width : 50%;
    }
    .n-blog-blocks-right .n-blog-text {
        width : 50%;
    }
    .n-blog-text p {
        display : none;
    }
    .n-blog-image img {
        height : 220px;
    }
    .n-blog-text {
        text-align : center;
        padding    : 15px;
        height     : 220px;
    }
    .link-read-more {
        display : none;
    }
    .n-blog-info {
        bottom         : 0;
        padding        : 18px 15px 20px;
        pointer-events : none;
    }
    .n-blog-info .date {
        text-align : center;
        width      : 100%;
        float      : none;
        position   : absolute;
        left       : 0;
        right      : 0;
        bottom     : 20px;
    }
    .n-blog-info .title {
        float    : none;
        position : absolute;
        left     : 0;
        right    : 0;
        top      : 18px;
    }
    .n-blog-text::after {
        border-width : 10px 0 10px 10px;
    }
    .n-blog-blocks-left .n-blog-block:nth-child(2n) .n-blog-text::after {
        border-width : 10px 10px 10px 0;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-right .n-blog-text {
        order : 2;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-left .n-blog-block:first-child .n-blog-image {
        order : 1;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-left .n-blog-block:first-child .n-blog-text {
        order : 2;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-left .n-blog-block .n-blog-image {
        order : 2;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-left .n-blog-block .n-blog-text {
        order : 1;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-left .n-blog-block:first-child .n-blog-text:after {
        left         : auto;
        right        : 100%;
        border-width : 10px 10px 10px 0;
        border-color : transparent #FFFFFF transparent transparent;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-left .n-blog-block:first-child:hover .n-blog-text:after {
        border-color : transparent #EDEDED transparent transparent;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-right .n-blog-block .n-blog-text:after {
        left         : auto;
        right        : 100%;
        border-width : 10px 10px 10px 0;
        border-color : transparent #FFFFFF transparent transparent;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-right .n-blog-block:hover .n-blog-text:after {
        border-color : transparent #EDEDED transparent transparent;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-left .n-blog-block .n-blog-text:after {
        left         : 100%;
        right        : auto;
        border-width : 10px 0 10px 10px;
        border-color : transparent transparent transparent #FFFFFF;
    }
    .n-blog-blocks:nth-child(even) .n-blog-blocks-left .n-blog-block:hover .n-blog-text:after {
        border-color : transparent transparent transparent #EDEDED;
    }
    body.is-blog .n-blog-text h1 {
        font-size     : 18px !important;
        line-height   : 22px !important;
        margin-bottom : 0 !important;
    }
    .visualblog .text-holder a {
        font-size   : 18px !important;
        line-height : 22px !important;
    }
    .blogTopPager .bottomToolbar .pagination-wrap {
        margin        : 0 -21px 15px !important;
        padding       : 0 21px 8px;
        border-bottom : 1px solid #999999;
    }
    .blogTopPager .bottomToolbar {
        padding : 10px 0;
    }
    .blogTopPager .toolbar-amount {
        margin : 0;
    }
    .blogBottomPager .bottomToolbar .toolbar-amount {
        display : none;
    }
    .blogBottomPager {
        padding-top : 45px;
    }
    .column.main .nextButton a {
        color : #8B8B8B !important;
    }
    .column.main .nextButton a:hover {
        color : #333333 !important;
    }
    .column.main .prevButton a {
        color : #8B8B8B !important;
    }
    .column.main .prevButton a:hover {
        color : #333333 !important;
    }
    body.single-post.is-blog .blogBreadcrumb {
        margin : 0 0 30px -10px;
    }
    body.single-post.is-blog .blogBreadcrumb a {
        margin : 0 10px;
    }
    body.single-post.is-blog .blogBreadcrumb .breadcrumb_last {
        padding-left : 10px;
    }
}
@media (max-width : 575.98px) {
    .n-blog-image img {
        height : 180px;
    }
    .n-blog-text {
        height : 180px;
    }
    .n-blog-description .posttags {
        display : none;
    }
}
@media (max-width : 374.98px) {
    .n-blog-head ul {
        margin          : 0 -5px 10px;
        font-size       : 16px;
        justify-content : space-between;
    }
    .n-blog-head ul li {
        padding : 0 5px;
    }
    .n-blog-image img {
        height : 160px;
    }
    .n-blog-text {
        height : 160px;
    }
    body.is-blog .n-blog-text h1 {
        font-size   : 13px !important;
        line-height : 16px !important;
    }
    .n-blog-head .title {
        margin : 0 0 3px;
    }
    .n-blog-info .date {
        font-size : 14px;
    }
    .n-blog-info .title {
        font-size : 14px;
    }
    .column.main .more-blogs-blocks .btn-more {
        width : 150px;
    }
}
.post-banner img {
    display : block;
    width   : 100%;
    height  : auto;
}
.post-banner .slick-prev {
    z-index    : 999;
    width      : 13px;
    height     : 24px;
    cursor     : pointer;
    left       : 41px;
    top        : 50%;
    margin-top : -12px;
    border     : 0px;
}
.post-banner .slick-arrow i {
    display : none;
}
.post-banner .slick-prev:after {
    font-family : 'Font Awesome 5 Pro';
    content     : '\f053';
    position    : absolute;
    left        : 0;
    top         : 0;
    color       : #FFFFFF;
    text-shadow : 1px 1px 4px hsl(0, 0%, 7%);
    font-size   : 30px;
    line-height : 30px;
    font-weight : 400;
}
.post-banner .slick-next {
    z-index    : 999;
    width      : 13px;
    height     : 24px;
    cursor     : pointer;
    right      : 41px;
    top        : 50%;
    margin-top : -12px;
    border     : 0px;
}
.post-banner .slick-next:after {
    font-family : 'Font Awesome 5 Pro';
    content     : '\f054';
    position    : absolute;
    left        : 0;
    top         : 0;
    color       : #FFFFFF;
    text-shadow : 1px 1px 4px hsl(0, 0%, 7%);
    font-size   : 30px;
    line-height : 30px;
    font-weight : 400;
}
/*Custom*/
.rs360-fig {
    margin     : 10px 0 0 0;
    padding    : 0 5px;
    position   : relative;
    box-sizing : border-box;
}
.rs360-fig img {
    width : 100% !important;
}
.rs360-fig:hover img {
    transition : all .3s ease 0s;
    filter     : brightness(1.1);
}
.img-full {
    width : 100%;
}
.img-half {
    width : 50%;
}
.img-third {
    width : 33.3333%;
}
.rs360-fig figcaption {
    position   : absolute;
    left       : 0;
    bottom     : 0;
    background : rgba(255, 255, 255, .3);
    transition : all .3s ease 0s;
    padding    : 5px 15px;
    width      : 100%;
}
.rs360-fig:hover figcaption {
    background : rgba(255, 255, 255, .7);
    transition : all .3s ease 0s;
}
.rs360-gallery {
    display   : flex;
    flex-flow : row wrap;
    margin    : -10px -5px 30px;
}
.rs360-float-right figure {
    float  : right;
    margin : 5px -5px 10px 30px;
}
.rs360-float-left figure {
    float  : left;
    margin : 5px 30px 10px -5px;
}
.rs360-tile-left, .rs360-tile-right {
    display        : flex;
    flex-direction : row;
    flex-wrap      : wrap;
    align-items    : center;
    margin         : 20px 0 30px;
}
.tile-image {
    box-sizing : border-box;
    width      : 50%;
    order      : 1;
}
.tile-text {
    box-sizing : border-box;
    width      : 50%;
    order      : 0;
}
.tile-text h2 {
    margin     : 25px 0;
    text-align : center;
}
.rs360-tile-left .tile-text {
    padding : 0 0 0 30px;
    order   : 2;
}
.rs360-tile-left .tile-image {
    padding : 0 10px 0 0;
}
.rs360-tile-right .tile-text {
    padding : 0 30px 0 0;
}
.rs360-tile-right .tile-image {
    padding : 0 0 0 10px;
}
.rs360-tile-left .rs360-fig, .rs360-tile-right .rs360-fig {
    margin  : 0;
    padding : 0;
}
@media all and (max-width : 768px) {
    .tile-image {
        width : 100%;
        order : 2;
    }
    .tile-text h2 {
        text-align : left;
        margin     : 20px 0;
    }
    .rs360-tile-left .tile-text,
    .rs360-tile-right .tile-text {
        width   : 100%;
        padding : 0;
        order   : 1;
    }
    .rs360-tile-left .tile-image,
    .rs360-tile-right .tile-image {
        margin  : 0 0 10px;
        padding : 0;
    }
    .rs360-gallery > *,
    .rs360-float-right > *,
    .rs360-float-left > * {
        width : 100%;
    }
    .rs360-float-right figure,
    .rs360-float-left figure {
        float   : none;
        margin  : 10px 0 20px 0;
        padding : 0;
    }
    
    .wordpress-post-view .modula .modula-item .jtg-social a {
        display: none;
    }
}

.column.main .n-blog-wrapper a:hover,
.column.main .n-blog-blocks-holder a:hover {
    color: #333 !important;
}
.lightbox .lb-dataContainer {
    width: 100% !important;
}
