/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=40&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=ebebeb&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=b8b8b8&fcDefault=3b3b3b&iconColorDefault=4f4f4f&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=6b6b6b&fcHighlight=363636&iconColorHighlight=6489be&bgColorError=fdede8&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=f27d7d&fcError=cc1919&iconColorError=cd0a0a&bgColorOverlay=6b6b6b&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=3d3d3d&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=40&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-bg_highlight-soft_40_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #b8b8b8; background: #ebebeb url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-bg_glass_100_ebebeb_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #3b3b3b; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #3b3b3b; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #6b6b6b; background: #ffffff url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-bg_glass_55_ffffff_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #f27d7d; background: #fdede8 url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-bg_glass_95_fdede8_1x400.png) 50% 50% repeat-x; color: #cc1919; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cc1919; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cc1919; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-icons_4f4f4f_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-icons_6489be_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #6b6b6b url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-bg_flat_0_6b6b6b_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #3d3d3d url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-bg_flat_0_3d3d3d_40x100.png) 50% 50% repeat-x; opacity: .40;filter:Alpha(Opacity=40); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Selectable
----------------------------------*/
.ui-selectable-helper { border:1px dotted black }
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url(../../skin/txs_ModernLiving/lib/jqueryui/images/ui-anim_basic_16x16.gif) right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  /* float: left; */
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }



.nice-select span.current {
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
}
.description-product .product-options-selector .row .nice-select {
  width: 100%;
}
.description-product.fixed .product-options-selector .row .nice-select {
  width: 65%;
  display: inline-block;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
}
.description-product.fixed .three-or-more-opts .product-options-selector .row .nice-select {
  width: 50%;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Discount Coupons Module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:29 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.dcoupons-add-coupon {
  color: #112536;
  font-weight: bold;
}

/* clear link */
.dcoupons-clear img {
  background: transparent url(../../skin/common_files/modules/Discount_Coupons/../../images/delete_cross.gif) no-repeat;
  width: 11px;
  height: 11px;
  vertical-align: bottom;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Recently viewed module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.3 2010/08/03 15:52:10 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.menu-dialog.menu-rviewed-section {
  border: 0 none;
  margin: 50px 0;
}
.menu-dialog.menu-rviewed-section .title-bar {
  margin: 0 0 20px
}
.menu-dialog.menu-rviewed-section .title-bar h2 {
  color: #1B3B56;
  font-weight: 600;
  font-size: 1.2rem;
}
.menu-dialog.menu-rviewed-section .content {
  padding: 0
}
.menu-dialog.menu-rviewed-section .content img.separator {
  background-color: #eee;
}

.menu-dialog.menu-rviewed-section .content a {
  font-size: 13px;
  color: #666;
}
.menu-rviewed-section img.icon {
  display: none;
}

.menu-rviewed-section div.item {
  margin-bottom: 10px;
}

.menu-rviewed-section div.image {
  float: left;
  margin-right: 10px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Upselling products module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

ul.uproducts {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

.uproducts li {
  padding: 5px;
  font-weight: bold;
}

ul.uproducts a:link,
ul.uproducts a:visited,
ul.uproducts a:hover,
ul.uproducts a:active
{
  font-weight: bold;
  font-size: 12px;
}

.printable .uproducts {
  display: none;
}

.products-swiper-rows.products-swiper .product + .product {
  margin-top: 10px;
}
div.products-list.two-rows-list {
  
}
div.products-list.two-rows-list .item {
  width: 20%;
  clear: none;
}
div.products-list.two-rows-list .item:nth-child(2n) + .item { clear: none; }
div.products-list.two-rows-list .item:nth-child(3n) + .item { clear: none; }
div.products-list.two-rows-list .item:nth-child(5n) + .item { clear: left; }

@media screen and (max-width: 991px) {
  div.products-list.two-rows-list .item {
    width: 33.333%;
  }
  div.products-list.two-rows-list .item:nth-child(5n) + .item { clear: none; }
  div.products-list.two-rows-list .item:nth-child(3n) + .item { clear: left; }
}

@media screen and (max-width: 767px) {
  div.products-list.two-rows-list .item {
    width: 50%;
  }
  div.products-list.two-rows-list .item:nth-child(5n) + .item { clear: none; }
  div.products-list.two-rows-list .item:nth-child(3n) + .item { clear: none; }
  div.products-list.two-rows-list .item:nth-child(2n) + .item { clear: left; }
}
@media screen and (max-width: 639px) {
  div.products-list.two-rows-list .item {
    width: 100%;
  }
  div.products-list.two-rows-list .item:nth-child(5n) + .item { clear: none; }
  div.products-list.two-rows-list .item:nth-child(3n) + .item { clear: none; }
  div.products-list.two-rows-list .item:nth-child(2n) + .item { clear: none; }
}

.products-related__wrapper{
  #relateds{
    .swiper-wrapper{
      &.left-align{
        @media screen and (min-width: 1023px){
          flex-wrap: wrap;
          justify-content: flex-start;
        }
      }
      @media screen and (min-width: 1023px){
        flex-wrap: wrap;
        justify-content: center;
      }
    }
    .swiper-slide{
      @media screen and (min-width: 1023px){
        flex: 0 0 calc(100% / 6);
      }
    }
  }
  .related-bnt__see-all{
    flex: 1 1 100%;
    @media screen and (max-width: 1022px){
      display: none;
    }
    span{
      align-items: center;
      background: #ED8B00;
      border: 1px solid #ED8B00;
      border-radius: 4px;
      color: #fff;
      cursor: pointer;
      display: flex;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      height: 57px;
      justify-content: center;
      margin: 20px auto 0 ;
      max-width: 310px;
      text-transform: uppercase;
      &:hover{
        background-color: #fff;
        color: #ED8B00;
      }
    }
  }
  .swiper-button-prev,
  .swiper-button-next{
    @media screen and (min-width: 1023px){
      display: none;
      opacity: 0;
      pointer-events: none;
    }
  }
}

.product-ppp{

}
.membership-signin-popup.related-section.ui-dialog{
  border-radius: 15px;
}
.membership-signin-popup.related-section.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
  top: 10px;
  right: 25px;
}

#relateds-popup{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-height: 750px;
  overflow-y: auto;
  padding: 35px 15px 15px;
  .product-item{
    width: calc(100% / 6);
    @media screen and (max-width: 1380px){
      width: calc(100% / 4);
    }
    @media screen and (max-width: 767px){
      width: calc(100% / 3);
    }
    @media screen and (max-width: 480px){
      width: calc(100% / 2);
    }
  }
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * X-Magnifier module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2.2.1 2010/08/25 09:09:34 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Product details page */
.magnifier-popup-link {
  margin-top: 3px;
  text-align: center;
  vertical-align: middle;
}

.magnifier-popup-link a:link,
.magnifier-popup-link a:visited,
.magnifier-popup-link a:hover,
.magnifier-popup-link a:active
{
  text-decoration: underline;
  background: transparent url(../../skin/common_files/modules/Magnifier/../../images/zoom_image.gif) no-repeat left top;
  padding-left: 16px;
}

.printable .magnifier-popup-link {
  display: none;
}

#magnifier_wrapper {
  min-height: 400px;
  margin: 0 auto;
  padding: 0;
}

#magnifier_div {
  position: relative;
  text-align: center;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Wishlist module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.wishlist-sendlist {
  margin-top: 15px;
}

.wishlist-sendlist .button {
  margin-left: 10px;
  margin-top: -3px;
}

.wishlist-sendlist input.input-email {
  width: 140px;
}
/**
 * vim: set ts=2 sw=2 sts=2 et:
 */
/**
 * Gift registry module CSS stylesheet
 * 
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.3 2010/07/02 12:04:07 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Events list
 */
.giftreg-event-mark {
  width: 5px;
}

.giftreg-event-name {
  width: 100%;
}

.giftreg-negative-cell {
  background: transparent none;
}

.giftreg-events-list .giftreg-private-status,
.giftreg-events-list .giftreg-public-status,
.giftreg-events-list .giftreg-access-denied-status
{
  text-align: center;
}

.giftreg-private-status img {
  vertical-align: middle;
	width: 19px;
  height: 19px;
  background: transparent url(../../skin/common_files/modules/Gift_Registry/../../images/private.gif) no-repeat left top;
}

.giftreg-public-status img {
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: transparent url(../../skin/common_files/modules/Gift_Registry/../../images/public.gif) no-repeat left top;
}

.giftreg-access-denied-status img {
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: transparent url(../../skin/common_files/modules/Gift_Registry/../../images/access_denied.gif) no-repeat left top;
}

.giftreg-event-information {
  width: 60%;
}

.giftreg-creator-name {
  width: 25%;
  white-space: nowrap;
  font-weight: bold;
}

.giftreg-products-count {
  width: 15%;
  white-space: nowrap;
  text-align: right;
}

.giftreg-events-list a:link,
.giftreg-events-list a:visited,
.giftreg-events-list a:hover,
.giftreg-events-list a:active
{
  font-weight: bold;
}

.giftreg-event-center {
  text-align: center;
}

.giftreg-events-counter {
  padding-left: 5px;
}

.giftreg-event-date {
  white-space: nowrap;
}

.giftreg-event-information {
  width: 60%;
}

.giftreg-creator-name {
  width: 25%;
  white-space: nowrap;
  font-weight: bold;
}

.giftreg-products-count {
  width: 15%;
  white-space: nowrap;
  text-align: right;
}

/**
 * Event modify menu
 */
.giftreg-menu {
  margin: 0 0 15px 0;
  padding: 0;
}

.giftreg-menu p {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.giftreg-menu hr {
  margin: 5px 0;
}

.giftreg-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.giftreg-menu ul li {
  padding: 3px 0;
  margin: 0 0 0 15px;
  width: 45%;
  position: relative;
  float: left;
}

.giftreg-menu ul li.giftreg-menu-hl-item {
  list-style-type: disc;
}

.giftreg-menu ul li.giftreg-menu-hl-item a:link,
.giftreg-menu ul li.giftreg-menu-hl-item a:visited,
.giftreg-menu ul li.giftreg-menu-hl-item a:hover,
.giftreg-menu ul li.giftreg-menu-hl-item a:active
{
  font-weight: bold;
}

/**
 * Event modify : guestbook
 */
.giftreg-gb-hl {
  background-color: #ffc;
}

/**
 * Event modify : recipients list
 */
.giftreg-recipient-status {
  width: 100%;
}

/**
 * Wishlist selector
 */
select.giftreg-selector {
  width: 140px;
  vertical-align: middle;
  height: 20px;
}

/**
 * Add to... button layer
 */
.giftreg-add-form-container {
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}

.giftreg-add-form-label {
  margin-bottom: 5px;
}

.giftreg-add-form {
  position: relative;
}

/**
 * Cart events
 */
.products .event-info {
  padding: 15px 0;
}
.cart-content .event-info {
  padding: 3px 0 0 5px;
  font-size: 10px;
  font-style: italic;
}

.order-invoice .event-details {
  padding-top: 3px;
  font-size: 10px;
  font-style: italic;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Manufacturers module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:29 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* manufacturers menu list
.menu-manufacturers img.icon {
  background: url(../../skin/txs_ModernLiving/modules/Manufacturers/../../images/dingbats_categorie.gif) no-repeat;
}
*/

/* manufacturers list */
ul.manufacturers-list {
}
ul.manufacturers-list li {
}

/* popular brands on homepage */
.popular-barnds {
  text-align: center;
  padding: 0 0 10px;
}
.popular-barnds .button-holder {
  text-align: center;
  padding: 10px 0 20px;
}
.popular-barnds .pop-item {
  display: inline-block;
  width: 180px;
  height: 100px;
  position: relative;
  
}
.popular-barnds .pop-item img {
  display: block;
  position: absolute;
  margin: auto;
  left:0;right:0;
  top:0;bottom:0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;  
}/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * X-Affiliate module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Affiliates menu */
.menu-affiliate .title-bar img {
  background: url(../../skin/common_files/modules/XAffiliate/../../images/dingbats_affiliates.gif) no-repeat;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * News management module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:29 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.news-register-item {
  margin-bottom: 5px;
}

.news-register-item label {
  line-height: 15px;
}

.news-register-item span {
  font-style: italic;
}

/* News list */
label.news-item {
  display: block;
  font-weight: bold;
}

.news-item-descr {
  font-style: italic;
  padding-left: 20px;
  padding-bottom: 15px;
}

.news-list .news-item {
  margin-top: 27px;
}

.news-list .news-item.last {
  margin-bottom: 27px;
}

.news-list .news-date {
  color: #818891;
}

.news-list .news-title {
  color: #2c3e49;
  font-weight: bold;
  font-size: 14px;
}

.news-list .news-body {
  margin-top: 10px;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * X-Survey module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.3 2010/07/27 06:19:38 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Surveys menu list */
.menu-survey .title-bar img {
  background: url(../../skin/common_files/modules/Survey/../../images/dingbats_categorie.gif) no-repeat;
}

/**
 * Survey page
 */
.survey-name {
  font-weight: bold;
}

.survey-header {
  font-size: 11px;
  padding-bottom: 15px;
}

.menu-survey .survey-header {
  font-size: 10px;
}

.survey-question {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 2px 2px 2px;
}

.menu-survey .survey-question {
  font-size: inherit;
  padding: 0;
}

.survey-answers {
  padding: 2px 2px 5px 20px;
}

.menu-survey .survey-answers {
  padding: 8px 0;
}

.survey-textarea {
  width: 400px;
  height: 150px;
}

.menu-survey .survey-textarea {
  width: 120px;
  height: 60px;
}

.survey-answer {
  padding: 0 25px 15px 0;
  vertical-align: top;
}

.menu-survey .survey-answer {
  padding-bottom: 5px;
}

.survey-answer label {
  display: block;
}

.survey-answer textarea {
  width: 380px;
  height: 100px;
  margin-left: 20px;
}

.menu-survey .survey-answer textarea {
  width: 120px;
  height: 60px;
}

.survey-answer table tr td {
  padding: 3px;
  vertical-align: top;
}

.menu-survey .survey-answer table tr td {
  padding: 1px;
}

.survey-footer {
  font-size: 11px;
}

.menu-survey .survey-footer {
  font-size: 10px;
}

.survey-required {
  color: #b51a00;
  font-weight: bold;
}

.survey-required span {
  color: #b51a00;
  font-size: 10px;
  padding-left: 10px;
  font-weight: bold;
}

/**
 * Survey result page
 */
.survey-result-row {
  padding-left: 10px;
}

.survey-result-row table tr td {
  padding: 1px;
  white-space: nowrap;
}

.survey-result-answer {
  width: 250px;
}

.survey-result-row img.survey-bar {
  vertical-align: middle;
  height: 15px;
  background: transparent url(../../skin/common_files/modules/Survey/../../images/bar.gif) repeat left top;
  float: left;
}

.survey-answer-hl .survey-result-row img.survey-bar {
  background-image: url(../../skin/common_files/modules/Survey/../../images/bar_hl.gif);
}

.survey-bar-label {
  padding-left: 6px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Detailed product images module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.5 2010/08/04 11:32:48 joy Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Detailed images on product detailed page */
.dpimages-list .content {
    text-align: center;
}

.dpimages-list .content img {
    padding: 0 0 10px 0;
}

.dpimages-list .content img.last {
    padding: 0;
}

.dpimages-list .dpimage-container {
    text-align: center;
    margin: 3px 0;
}

/* vertical detailed images icons */
.photo-holder .vert-image-box {
    /*padding-left: 115px;*/
}
.dpimages-icons-box-vert {
    /*width: 110px;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
    margin: 10px auto 0;
    max-width: 90%;
    position: relative;
}
.dpimages-icons-box-vert .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*border: 1px solid #ddd;*/
    overflow: hidden; /* hide too big images */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.dpimages-icons-box-vert .swiper-slide span {
    border: 1px solid #ddd;
    width: 142px; /*110*/
    position: relative;
}
.prev-vert-image, .next-vert-image {
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    width: 30px;
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
}
.prev-vert-image img,
.next-vert-image img{
    transform: rotate(-90deg);
}
.prev-vert-image{
    left: -44px;
}
.next-vert-image{
    right: -44px;
}
/* make slides square ones (approx 80x80) - must match swiper breakpoints settings */
/*.vert-image-box .swiper-container   { height: 460px; !* slidesPerView 4 *! }*/
/*@media screen and (max-width:1290px) {*/
/*  .vert-image-box .swiper-container { height: 460px; !* slidesPerView 4 *! }*/
/*}*/
@media screen and (max-width:991px) {
    /*.vert-image-box .swiper-container { height: 340px; !* slidesPerView 3 *! }*/
    .photo-holder.slideshow{
        min-height: auto !important;
    }
}
/*@media screen and (max-width:768px) {*/
/*  .vert-image-box .swiper-container { height: 340px; !* slidesPerView 3 *! }*/
/*}*/
.see-gallery {
    width: 100%;
    bottom: 0;
    position: absolute;
}
/* /vertical detailed images icons */

.dpimages-icons-box {
    text-align: center;
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0;
}
.dpimages-icons-box .icon-box {
    display: inline-block;
    /*width:190px;*/
    /*height: 190px;*/
    margin: 0 20px 10px;
    vertical-align: middle;
}
/* Printable page */

.printable .dpimages-popup-link,
.printable .dpimages-icons-box
{
    display: none;
}

.see-gallery {
    padding: 20px 0;
    left: 50px;
    width: 90%;
}
.see-gallery > a {
    color: #999;
    font-size: 18px;
    font-weight: normal;
}
@media screen and (max-width:450px) {
    .dpimages-icons-box .icon-box {
        height: auto;
    }
}

#main_image .swiper-button-next.next-main-product-image,
#main_image .swiper-button-prev prev-main-product-image {
    margin-top: -36px;
}
.product-place .photo-holder .vert-image-box #product_thumbnail{
    object-fit: contain;
    width: 100%;
    max-height: 684px;
}
@media screen and (min-width: 991px) {
    .dpimages-icons-box-vert .swiper-slide span {
        height: 142px; /*110*/
    }
    .product-place .dpimages-icons-box-vert .swiper-slide span img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        margin: auto;
    }
}
@media screen and (max-width: 768px){
    .dpimages-icons-box-vert .swiper-slide{
        align-items: center;
    }
    .dpimages-icons-box-vert .swiper-slide span{
        align-items: center;
        display: flex;
        height: 142px;
    }
}
@media screen and (max-width: 575px){
    .dpimages-icons-box-vert .swiper-slide span{
        height: 142px;
    }
}
@media screen and (max-width: 480px) {
    .prev-vert-image{
        left: -30px;
    }
    .next-vert-image{
        right: -30px;
    }
    .dpimages-icons-box-vert .swiper-slide span{
        height: 138px;
    }
}
@media screen and (max-width: 420px) {
    .dpimages-icons-box-vert .swiper-slide span{
        height: 118px;
    }
}
@media screen and (max-width: 380px) {
    .dpimages-icons-box-vert .swiper-slide span{
        height: 102px;
    }
}
@media screen and (max-width: 360px) {
    .dpimages-icons-box-vert .swiper-slide span{
        height: 96px;
    }
}
@media (max-width: 991px) {
  div#livechat-compact-container {
    bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  #header .header-holder .line1 {
    padding-top: 0;
  }
  #header .header-holder .line1 .header-search {
    margin-top: 0;
  }
}
.custom-menu {
  margin: auto 0 auto 40px;
  font-weight: 600;
  position: static;
  z-index: 1001;
  border-left: 2px solid #1B3B56;
  padding-left: 65px;
}
@media (max-width: 1280px) {
  .custom-menu {
    padding-left: 5%;
    margin-left: 30px;
  }
}
.custom-menu,
.custom-menu .cm-item-title {
  font-size: 16px;
}
@media (min-width: 1600px) {
  .custom-menu,
  .custom-menu .cm-item-title {
    font-size: 18px;
  }
}
.custom-menu .cm-item-title.type-title {
  font-size: 13px;
}
.custom-menu .cm-container.type-C .cm-item-title:not(.type-title) {
  font-size: 14px;
}
.custom-menu .cm-container .cm-list-item .cm-item-descr {
  font-size: 12px;
}
@media (max-width: 991px) {
  .custom-menu {
    display: none;
  }
}
.custom-menu .cm-dropdown {
  background: #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  top: 124px;
}
.custom-menu .cm-trigger {
  color: #1B3B56;
  cursor: pointer;
  width: 155px;
  height: 60px;
  padding-right: 10px;
  font-size: 40px;
  letter-spacing: -0.05em;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .custom-menu .cm-trigger {
    font-size: 35px;
    line-height: 60px;
  }
}
.custom-menu .cm-trigger .cm-trigger-icon {
  display: inline-block;
  width: 30px;
  height: 20px;
  border-top: 3px solid #1B3B56;
  border-bottom: 3px solid #1B3B56;
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: 3px;
}
.custom-menu .cm-trigger .cm-trigger-icon:before {
  content: '';
  height: 3px;
  width: 100%;
  background: #1B3B56;
  position: absolute;
  left: 0;
  top: 5px;
}
.custom-menu .cm-trigger:hover {
  color: #ED8B00;
}
.custom-menu .cm-trigger:hover .cm-trigger-icon {
  border-color: #ED8B00;
}
.custom-menu .cm-trigger:hover .cm-trigger-icon:before {
  background: #ED8B00;
}
.custom-menu .cm-trigger.active ~ .cm-dropdown {
  display: block;
}
.custom-menu .cm-trigger.active:before {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: transparent;
  content: '';
  cursor: default;
}
.custom-menu .cm-item-link {
  display: block;
  position: relative;
}
.custom-menu .cm-list-button {
  border: 1px solid #1b3b56;
  background: #1b3b56;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2px;
  white-space: nowrap;
  box-shadow: 0 5px 10px 1px rgb(0 106 237 / 25%);
}
.custom-menu .cm-list-button .type-button-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 20.8px !important;
  margin: 5px;
}
.custom-menu .cm-list-button:hover {
  background: #fff;
  color: #1b3b56 !important;
}
.custom-menu .cm-item-title {
  display: block;
}
.custom-menu .cm-item-title.type-title {
  text-transform: uppercase;
  color: #1B3B56;
  text-decoration: underline;
  font-weight: bold;
}
.custom-menu .cm-item-title.type-title.empty {
  min-height: 19px;
}
.custom-menu .cm-item-image {
  margin: auto;
  border: 3px solid #ffffff;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  min-width: 55px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-menu .cm-item-image img {
  flex: 0 1 auto;
  object-fit: contain;
  max-height: calc(55px - 45%);
  max-width: calc(55px - 45%);
  filter: brightness(0) invert(1);
}
.custom-menu .cm-item:not(.active) > .cm-container {
  display: none;
}
.custom-menu .cm-item.has-sub.active > .cm-item-link:before {
  position: absolute;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  content: '';
  background: #fff;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
}
.custom-menu .cm-item.cm-banner {
  max-width: 30%;
  padding-left: 30px;
  border-left: 1px solid #cccccc;
}
.custom-menu .cm-item.cm-banner img {
  max-width: 100%;
}
.custom-menu .cm-container {
  position: absolute;
  width: 100%;
  left: 0;
}
.custom-menu .cm-container.type-H {
  padding: 0 30px;
  display: flex;
  width: 100%;
  top: 100%;
  align-items: stretch;
  justify-content: space-around;
  background: #1B3B56;
  color: #ffffff;
}
.custom-menu .cm-container.type-H > .cm-item > .cm-item-link {
  padding: 13px;
  text-align: center;
  color: #ffffff;
  height: 100%;
}
.custom-menu .cm-container.type-H > .cm-item > .cm-item-link:hover {
  color: #ED8B00;
}
.custom-menu .cm-container.type-H > .cm-item.has-sub > .cm-item-link:before {
  background: #717171;
}
.custom-menu .cm-container.type-H > .cm-item.has-sub.V-holder > .cm-item-link:before {
  background: #fff !important;
  z-index: 1;
}
.custom-menu .cm-container.type-H > .cm-item.has-sub.active > .cm-item-link {
  color: #ED8B00;
}
.custom-menu .cm-container.type-H .type-H {
  background: #717171;
}
.custom-menu .cm-container.type-H .type-H .cm-item.has-sub > .cm-item-link:before {
  background: #1B3B56;
}
.custom-menu .cm-container.type-H .type-H .type-H {
  background: #1B3B56;
}
.custom-menu .cm-container.type-H .type-H .type-H .cm-item.has-sub > .cm-item-link:before {
  background: #717171;
}
.custom-menu .cm-container.type-H .type-H .type-H .type-H {
  background: #717171;
}
.custom-menu .cm-container.type-H .type-H .type-H .type-H .cm-item.has-sub > .cm-item-link:before {
  background: #1B3B56;
}
.custom-menu .cm-container.type-H .type-H .type-H .type-H .type-H {
  background: #1B3B56;
}
.custom-menu .cm-container.type-H .type-H .type-H .type-H .type-H .cm-item.has-sub > .cm-item-link:before {
  background: #717171;
}
.custom-menu .cm-container.type-V {
  top: 100%;
  padding: 25px;
  display: flex;
  width: 100%;
  background: #ffffff;
  align-items: stretch;
  justify-content: space-around;
  color: #4D4D4D;
  box-shadow: 0 0 12px;
}
.custom-menu .cm-container.type-V .cm-item-link {
  color: #4D4D4D;
  font-weight: normal;
}
.custom-menu .cm-container.type-V .cm-item-link:hover {
  color: #ED8B00;
}
.custom-menu .cm-container.type-V > .cm-item {
  max-width: 25%;
}
.custom-menu .cm-container.type-C {
  position: relative;
  width: auto;
  display: block !important;
  padding: 0 25px;
}
.custom-menu .cm-container.type-C .cm-item ~ .cm-item {
  margin-top: 10px;
}
.custom-menu .cm-container .cm-list-item {
  display: flex;
}
.custom-menu .cm-container .cm-list-item .cm-item-descr {
  display: block;
  margin-top: 5px;
  color: #999999;
}
.custom-menu .cm-container .cm-list-item .cm-item-image {
  margin-right: 10px;
  margin-left: 0;
  border: none;
  border-radius: 0;
}
.custom-menu .cm-container .cm-list-item .cm-item-image img {
  filter: none;
  max-height: 55px;
  max-width: 55px;
}
span.cmm-item-title.type-title {
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
/*# sourceMappingURL=main.css.map *//* vim: set ts=2 sw=2 sts=2 et: */
/**
 * WordPress in X-Cart module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.latest-posts ul {
  list-style: none;
  padding-left: 0px;
}

.latest-posts li {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.latest-posts .excerpt {
  margin-top: 0.4em;
  margin-bottom: 2em;
}

.dialog-latest-posts li:last-child .excerpt,
.menu-latest-posts li:last-child .excerpt
{
  margin-bottom: 0;
}

.dialog-latest-posts .item-title {
  font-weight: bold;
}

.menu-latest-posts img.icon {
  background: url(../../skin/common_files/modules/Wordpress_in_Xcart/../../images/dingbats_news.gif) no-repeat;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Banner Systems module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    476a975ff6304be2bd93c1b0d6193e88d41dcf49, v5 (xcart_4_7_7), 2017-01-17 00:19:51, main.css, mixon
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.banner-wrapper {
  position: relative;
  overflow: hidden;
}
.banner-system {
  position: relative;
}
.banner-system div[class^="slideshow_content"] {
  position: static;
  visibility: hidden;
  width: 100% !important;
  position: absolute !important;
}
.banner-system div[class^="slideshow_content"]:nth-child(n+2) {
  display: none;
}
.banner-system div[class^="slideshow_content"] > img,
.banner-system div[class^="slideshow_content"] > a > img {
  height: auto;
  width: 100% !important;
}

.cycle-pager {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 500;
  overflow: hidden;
  text-align: center;
}
.cycle-pager > a {
  padding: 5px;
  margin: 5px;
  background: #fff;
  border-color: #aaa;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
}
.cycle-pager > a:hover {
  text-decoration: underline;
}
.cycle-pager > a.cycle-pager-active {
  background: #8f8f8f;
  color: #fff;
}
.cycle-pager > * {
  cursor: pointer;
}

/* fix top gap for banners */
.banner-wrapper .banner-system .cycle-slide {
  margin-top: 0px !important;
}

.category-title-banner .cover, .home-main-banners .cover {
  z-index:100;
}

.category-title-banner-holder h1.furniture {
  z-index:101 !important;
}

/*  Ticket #813628 - Product banners are not adjusting to the screen size */
.cycle-slide .content img {
    height: auto !important;
}

@media (max-width: 991px) {
#banner-system-R .banner-wrapper {
    margin: 0 !important;
}
.banner-system.cycle-slideshow {
    height: auto;
/*    display: none; */
}
.cycle-slide {
    position: relative !important;
}
.cycle-slide .content {
    max-width: 100%;
    height: auto !important;
}
.cycle-slide .content img {
    max-width: 100%;
}
}







/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Google reCaptcha module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    108da0b7e27dee382810f12234168bb0a6c37fa1, v1 (xcart_4_7_6), 2016-12-04 20:26:00, main.css, tekton
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.google-recaptcha-box {
  margin: 15px 0;
  width: 200px;
}

.g-recaptcha {
  display: inline-block;
}
 
.google-recaptcha-err {
  display: inline-block;
  color: #FF0000;
  font-weight: bold;
}/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Advanced Order Management module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:28 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

#history-box {
  padding: 5px;
  border: solid 1px #ccc;
	font-size: 10px;
}

#history-box ul {
  padding-left: 20px;
  margin: 0px;
	
}

#history-box li {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

#history-box .subhead {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding-top: 3px;
  margin: 0;
}

#history-box .subhead-comment {
  color: #000;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
}

#history-box .subhead-note {
  color: #848a94;
  padding: 3px 0;
  font-size: 10px;
}

#history-box .section-subhead {
  color: #b51a00;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
}

#history-box p {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

#history-box .status {
  color: #848a94;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Product options module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* exceptions list */
#exception_msg {
  padding-bottom: 15px;
}

.poptions-exceptions-list {
  padding-bottom: 15px;
}

/* short options list */
.poptions-options-list {
  padding: 1px;
}

.poptions-options-list td {
  padding-right: 10px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Recommended products module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

ul.rproducts {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

ul.rproducts li {
  margin: 0;
  padding: 4px 0;
  font-size: 7px;
}

ul.rproducts a:link,
ul.rproducts a:visited,
ul.rproducts a:hover,
ul.rproducts a:active
{
  font-weight: bold;
  font-size: 12px;
}

.printable .rproducts {
  display: none;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Customer Reviews module CSS stylesheet
 *
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    $Id: main.css,v 1.3 2010/07/27 11:49:37 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Customer reviews module
 */
.creviews-rating-box {
    margin-top: 5px;
    padding-bottom: 7px;
}

.creviews-vote-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.creviews-vote-bar li ul {
    position: absolute;
    top: 0;
    left: 22px;
}

.creviews-vote-bar li {
    margin: 0;
    padding: 0;
    overflow: visible;
    position: relative;
    width: 22px;
    height: 20px;
}

.creviews-vote-bar a,
.creviews-vote-bar span,
.creviews-vote-bar a img,
.creviews-vote-bar span img
{
    display: block;
    margin: 0;
    width: 22px;
    height: 20px;
    overflow: hidden;
    background: transparent url(../../skin/txs_ModernLiving/modules/Customer_Reviews/../../images/stars.png) no-repeat 1px -20px; /*zaa orignal top*/
}

.creviews-vote-bar span.full,
.creviews-vote-bar span img
{
    background-position: 1px -20px;
}

.allow-add-rate a {
    background-position: 1px -20px; /*zaa orignal-40px*/
}

.allow-add-rate a.full,
.allow-add-rate a img
{
    background-position: 1px -60px;
}

.allow-add-rate li:hover > a,
.allow-add-rate li:hover > a.full
{
    background-position: 1px -80px;
}

.allow-add-rate li:hover > a img {
    display: none;
}

.creviews-rating-box .progress {
    display: block;
    background: transparent url(../../skin/txs_ModernLiving/modules/Customer_Reviews/../../images/progress.gif) repeat-x left 5px;
    height: 20px;
}

.creviews-rating-box.message span {
    display: block;
    padding-top: 5px;
    font-size: 11px;
    font-weight: bold;
}

.creviews-rating {
    font-size: 10px;
    color: #8a8a8a;
}

ul.creviews-reviews-list {
    list-style: none;
    margin: 0 0 35px 0;
    padding: 0;
    width: 100%;
}

ul.creviews-reviews-list li {
    margin: 0;
    padding: 12px 0;
}

div.creviews-reviews-list {
    text-align: center;
    padding: 12px 0 25px 0;
}

.creviews-reviews-title {
    font-weight: bold;
    white-space: nowrap;
    font-size: 12px;
}

.creviews-reviews-add table td {
    padding: 2px;
}

.printable .creviews-rating-box {
    display: none;
}

#customer-reviews-header,
#customer-reviews-content .review-item,
#customer-reviews-content .review-item .content,
#customer-reviews-content .review-item .content .header,
#customer-reviews-header .overall.stars .item
{
    display: flex;
}

#customer-reviews-header .overall.stars .item {
    color: #000;
}

#customer-reviews-content .review-item {
    padding: 15px;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #f6f6f6;
    position: relative;
}

#customer-reviews-content .review-item::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #f6f6f6;
    position: absolute;
    left: 0;
    bottom: -13px;
}

#customer-reviews-content .review-item .content .text {
    width: 100%;
    padding-bottom: 15px;
}
#customer-reviews-content .review-item .content .header {
    width: 100%;
    font-size: 14px;
}
#customer-reviews-content .review-item .content .header .left,
#customer-reviews-content .review-item .content .header .right {
    width: 50%;
}

#customer-reviews-content .review-item .content .header .right {
    text-align: end;
}

#customer-reviews-content .review-item .content .header .right .label svg {
    vertical-align: middle;
    margin-right: 5px;
}

#customer-reviews-content .review-item .content {
    width: 65%;
    flex-wrap: wrap;
    border-right: 2px solid #f6f6f6;
    padding-right: 15px;
    .header{
        .title{
            margin-top: 10px;
        }
    }
    .text{
        font-size: 15px;
    }
}

#customer-reviews-content .review-item .images {
    padding-left: 15px;
    width: 35%;
    overflow-x: auto;
}

#customer-reviews-content .nav-pages-title {
    display: none;
}

#customer-reviews-content .nav-pages {
    margin-top: 30px;
}

#customer-reviews-content .nav-pages .current-page {
    text-decoration: underline;
    font-weight: 400;
    color: #ED8B00;
    margin: 0 2px;
}

#customer-reviews-content .nav-pages a {
    text-decoration: none;
    margin: 0 2px;

    &:hover {
        color: #ED8B00;
        text-decoration: underline;
    }
}

#customer-reviews-header {
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 15px solid #f6f6f6;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
}

#customer-reviews-header .overall {
    width: 33%;
}

#customer-reviews-header .overall.stars .item .percent-bar {
    width: 90%;
    margin: 5px;
    margin-right: 10px;
    background-color: #f6f6f6;
    border-radius: 5px;
}

#customer-reviews-header .overall.stars .item .percent-bar > div {
    border-radius: 5px;
}

#customer-reviews-header .overall.summary {
    text-align: center;
    color: #000;
}

#customer-reviews-header .overall.summary .content {
    color: #666;
    margin-top: 5px;
}

#customer-reviews-header .overall.summary .recommends {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}

#customer-reviews-header .overall.summary .numbers {
    font-size: 48px;
    color: #666;
    line-height: 100%;
    margin-bottom: 10px;
}

#customer-reviews-header .overall-actions button {
    padding: 10px 20px;
}

#customer-reviews-header .overall.stars .item .number,
#customer-reviews-header .overall.stars .item .total
{
    display: flex;
    width: 20px;
    margin-top: 5px;
}

div[aria-labelledby="ui-dialog-title-customer-reviews-dialog"]{
    border-radius: 15px;
    @media (max-width: 767px){
        width: 310px !important;
    }
    .ui-dialog-titlebar{
        background: none;
        border: 0;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        &:after{
            content: none;
        }
    }
    .ui-resizable-handle,
    .ui-dialog-title,
    .ui-icon-closethick{
        display: none !important;
    }
    .ui-dialog-titlebar-close{
        background: none;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 20px;
        border-radius: 50%;
        border: 2px solid rgb(237, 129, 29);
        cursor: pointer;
        &:before,
        &:after{
            content: "";
            position: absolute;
            width: 70%;
            height: 2px;
            background: rgb(237, 129, 29);
            left: 15%;
            top: 50%;
            top: calc(50% - 1px);
            transform-origin: 50% 50%;
            transform: rotate(45deg);
        }
        &:before{
            transform: rotate(-45deg);
        }
    }
    .ui-dialog-buttonpane{
        bordeR: 0;
        margin: 0 0 30px;
        padding: 0 50px;
        @media (max-width: 767px){
            padding: 0 15px;
        }

        .ui-button{
            border: 1px solid #ED8B00;
            background: #ED8B00;
            border-radius: 2px;
            box-shadow: 0 5px 10px 1px rgba(237, 139, 0, 0.25);
            color: #fff;
            cursor: pointer;
            display: block;
            font-size: 1.3rem;
            line-height: 1em;
            white-space: nowrap;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            width: 100%;
        }
    }

}
#customer-reviews-dialog{
    padding: 30px 50px;
    height: auto !important;
    @media (max-width: 767px){
        padding: 30px 15px;
    }
}
.left{
    .rating{
        flex-direction: row;
        justify-content: flex-start;
    }
}
.rating{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 15px;
    input[type="radio"]{
        height: 1px;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        width: 1px;
        &:checked{
            & + label{

            }
        }
    }
    label{
        cursor: pointer;
        display: inline-block;
        height: 27px;
        width: 27px;
        &:not(:first-child){
            margin-left: 8px;
        }
        svg{
            fill: #999;
        }
    }
}
.customer-reviews-dialog__title{
    color: #1B3B56;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 30px 0 0;
    text-align: center;
}
.customer-reviews-dialog__sub-title{
    color: #494949;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 0;
    text-align: center;
}
.customer-reviews-dialog__box{
    &:first-child{
        margin-top: 40px;
    }
    &:not(:first-child){
        margin-top: 15px;
    }
    input,textarea{
        box-sizing: border-box;
        display: inline-block;
        padding: 3px 15px;
        width: 100%;
    }
    input{
        height: 40px;
    }
    .small-text{
        font-size: 12px;
        @media (min-width: 767px){
            float: right;
            position: relative;
            top: 6px;
        }
        @media (max-width: 767px){
            display: block;
        }
        &:after{
            content: "";
            clear: both;
            display: table;
        }

    }
}
.customer-reviews-dialog__box-title{
    label{
        font-size: 14px;
    }
}

.rating > input:not(:checked) ~ label:hover svg,
.rating > input:not(:checked) ~ label:hover ~ label svg {
    fill: #ED8B00;
}

.rating > input:checked ~ label svg,
.rating > input:checked ~ label svg ~ label svg{
    fill: #ED8B00;
}

@media (min-width: 1420px) {
    #customer-reviews-content .review-item .content {
        width: 75%;
    }

    #customer-reviews-content .review-item .images {
        width: 25%;
    }
}

@media (min-width: 1281px) and (max-width: 1420px) {
    .tab-holder {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .products-list.products-swiper.products-swiper-rows {
        max-height: unset!important;
    }
}

@media (max-width: 991px) {
    #customer-reviews-header {
        flex-direction: column;
        gap: 20px 0;
    }

    #customer-reviews-header .overall.stars,
    #customer-reviews-header .overall.summary {
        width: 100%;
    }

    #customer-reviews-content .review-item {
        flex-direction: column;
    }

    #customer-reviews-content .review-item .content {
        width: 100%;
        padding: 0;
        border-right: none;
    }

    #customer-reviews-content .review-item .images {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 360px) {
    #customer-reviews-content .review-item .content .header {
        flex-direction: column;
    }

    #customer-reviews-content .review-item .content .header .right {
        text-align: start;
        margin-top: 10px;
    }

    #customer-reviews-content .review-item .content .header .left,
    #customer-reviews-content .review-item .content .header .right {
        width: 100%;
    }
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * UPS online tools module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.ups-logo {
  width: 84px;
  height: 96px;
  margin: 0 5px 15px 5px;
}

.ups-logo-cell {
  margin: 25px 20px 5px 20px;
  text-align: center;
}

.ups-notice {
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
  padding-left: 10px;
}

table.ups-error tr td {
  padding: 1px;
}

.ups-error-name {
  width: 20%;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * X-Product configurator module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.3 2010/06/17 10:24:41 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.pconf-cart-list {
  margin-bottom: 30px;
}

.pconf-cart-list table td {
  margin: 0;
  vertical-align: top;
}

.pconf-cart-list table td.pconf-cart-subproduct {
  padding-left: 10px;
  padding-right: 80px;
}

.pconf-cart-list table td.pconf-price-modifier {
  white-space: nowrap;
  text-align: right;
  color: #b51a00;
}

.pconf-cart-list table td.pconf-price {
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
}

.pconf-negative-price {
  color: #b51800;
}

.pconf-cart-list .subhead-row {
  background: #f1f1f1 none;
}

.pconf-cart-list tr.pconf-cart-total td {
  border-top: 1px solid #dddddd;
}

.pconf-cart-list tr.pconf-cart-total td.pconf-cart-total-name {
  padding-left: 20px;
}

.pconf-cart-list .button-row {
  margin: 0;
  padding-top: 15px;
}

/**
 * Configuration wizard: Step page
 */
.pconf-product-configure .pconf-step-title {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.pconf-product-configure .pconf-step-descr {
  margin: 0;
  padding: 15px 0 0 0;
}

.pconf-slot-configure {
  margin: 0;
  padding: 45px 0 0 0;
}

.pconf-slot-configure-first {
  padding-top: 25px;
}

.pconf-slot-header {
  position: relative;
  vertical-align: top;
  height: 35px;
  background-color: #efebef;
  margin-bottom: 10px;
}

.pconf-slot-configure .pconf-slot-title {
  left: 15px;
  top: 10px;
  font-weight: bold;
  position: absolute;
  margin-top: 0;
}

.pconf-slot-configure .pconf-slot-actions {
  margin: 0;
  padding: 0;
  width: 40%;
  right: 15px;
  top: 10px;
  position: absolute;
}

.pconf-slot-configure .pconf-slot-actions .buttons-row-right {
  padding: 0;
  margin: 0;
}

.pconf-slot-configure .pconf-slot-actions .buttons-row-right a {
  line-height: 14px;
}

.pconf-slot-configure .pconf-slot-descr {
  margin: 0;
  padding: 0 0 10px 0;
}

.pconf-slot-configure .pconf-slot-required {
  font-weight: normal;
  color: #b51a00;
}

.pconf-slot-product .image {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.pconf-slot-product-details {
  vertical-align: top;
  padding-left: 20px;
}

.pconf-slot-product-details a.product-title {
  color: #043fa0;
  font-size: 12px;
}

.pconf-price-row {
  padding: 5px 20px 5px 0;
  font-size: 11px;
}

.pconf-price-row .price {
  font-weight: bold;
}

.pconf-price-row .price-value {
  font-weight: bold;
  color: #b51a00;
}

/**
 * Configuration wizard: Products list
 */
.pconf-rules tr td {
  padding: 2px;
  vertical-align: top;
}

.pconf-rules .pconf-rules-or {
  display: block;
}

/**
 * Configuration summary
 */
.pconf-product-summary table.product-properties {
  padding-top: 10px;
  width: auto;
}

.pconf-product-summary table tr td {
  white-space: nowrap;
  padding: 5px 15px 5px 0;
}

.pconf-product-summary table tr td.property-name {
  font-weight: bold;
}

p.pconf-summary {
  font-weight: bold;
  padding-bottom: 15px;
}

.pconf-summary-step {
  position: relative;
  vertical-align: top;
  border: 1px solid #c5d0e1;
  padding: 0;
  margin: 0 0 15px 0;
}

.pconf-summary-step .pconf-step-title {
  height: 26px;
  background: #e2e8f0 none;
  border: 0 none;
  border-bottom: 1px solid #c5d0e1;
  position: relative;
  vertical-align: middle;
  line-height: 25px;
  padding: 0 50px 0 10px;
  position: relative;
  margin: 0;
}

.pconf-summary-step .pconf-step-title .button-row {
  margin: 0;
  position: absolute;
  top: 2px;
  right: 10px;
}

.pconf-summary-slots {
  padding-top: 15px;
}

.pconf-summary-slots .pconf-slot-image,
.pconf-summary-slots .pconf-slot-details
{
  padding: 0 0 38px 0;
}

.pconf-summary-slots .pconf-slot-image {
  text-align: center;
  width: 90px;
}

.pconf-summary-slots .pconf-slot-title {
  font-weight: bold;
}

.pconf-summary-slots a.pconf-slot-product:link,
.pconf-summary-slots a.pconf-slot-product:visited,
.pconf-summary-slots a.pconf-slot-product:hover,
.pconf-summary-slots a.pconf-slot-product:active
{
  font-weight: bold;
  text-decoration: underline;
}

.pconf-summary-slots .pconf-slot-price {
  margin: 10px 0 0 0;
  padding: 0;
}

.pconf-summary-slots .pconf-slot-taxes {
  padding-left: 40px;
}

.pconf-summary-total {
  font-size: 12px;
  height: 40px;
  vertical-align: middle;
}

.pconf-cart-list-checkout {
  margin: 6px 6px 6px 20px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * X-RMA module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.rma-product-options-box {
  padding-left: 20px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Detailed product images module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.5 2010/08/04 11:32:48 joy Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Detailed images on product detailed page */
.dpimages-list .content {
    text-align: center;
}

.dpimages-list .content img {
    padding: 0 0 10px 0;
}

.dpimages-list .content img.last {
    padding: 0;
}

.dpimages-list .dpimage-container {
    text-align: center;
    margin: 3px 0;
}

/* vertical detailed images icons */
.photo-holder .vert-image-box {
    /*padding-left: 115px;*/
}
.dpimages-icons-box-vert {
    /*width: 110px;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
    margin: 10px auto 0;
    max-width: 90%;
    position: relative;
}
.dpimages-icons-box-vert .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*border: 1px solid #ddd;*/
    overflow: hidden; /* hide too big images */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.dpimages-icons-box-vert .swiper-slide span {
    border: 1px solid #ddd;
    width: 142px; /*110*/
    position: relative;
}
.prev-vert-image, .next-vert-image {
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    width: 30px;
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
}
.prev-vert-image img,
.next-vert-image img{
    transform: rotate(-90deg);
}
.prev-vert-image{
    left: -44px;
}
.next-vert-image{
    right: -44px;
}
/* make slides square ones (approx 80x80) - must match swiper breakpoints settings */
/*.vert-image-box .swiper-container   { height: 460px; !* slidesPerView 4 *! }*/
/*@media screen and (max-width:1290px) {*/
/*  .vert-image-box .swiper-container { height: 460px; !* slidesPerView 4 *! }*/
/*}*/
@media screen and (max-width:991px) {
    /*.vert-image-box .swiper-container { height: 340px; !* slidesPerView 3 *! }*/
    .photo-holder.slideshow{
        min-height: auto !important;
    }
}
/*@media screen and (max-width:768px) {*/
/*  .vert-image-box .swiper-container { height: 340px; !* slidesPerView 3 *! }*/
/*}*/
.see-gallery {
    width: 100%;
    bottom: 0;
    position: absolute;
}
/* /vertical detailed images icons */

.dpimages-icons-box {
    text-align: center;
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0;
}
.dpimages-icons-box .icon-box {
    display: inline-block;
    /*width:190px;*/
    /*height: 190px;*/
    margin: 0 20px 10px;
    vertical-align: middle;
}
/* Printable page */

.printable .dpimages-popup-link,
.printable .dpimages-icons-box
{
    display: none;
}

.see-gallery {
    padding: 20px 0;
    left: 50px;
    width: 90%;
}
.see-gallery > a {
    color: #999;
    font-size: 18px;
    font-weight: normal;
}
@media screen and (max-width:450px) {
    .dpimages-icons-box .icon-box {
        height: auto;
    }
}

#main_image .swiper-button-next.next-main-product-image,
#main_image .swiper-button-prev prev-main-product-image {
    margin-top: -36px;
}
.product-place .photo-holder .vert-image-box #product_thumbnail{
    object-fit: contain;
    width: 100%;
    max-height: 684px;
}
@media screen and (min-width: 991px) {
    .dpimages-icons-box-vert .swiper-slide span {
        height: 142px; /*110*/
    }
    .product-place .dpimages-icons-box-vert .swiper-slide span img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        margin: auto;
    }
}
@media screen and (max-width: 768px){
    .dpimages-icons-box-vert .swiper-slide{
        align-items: center;
    }
    .dpimages-icons-box-vert .swiper-slide span{
        align-items: center;
        display: flex;
        height: 142px;
    }
}
@media screen and (max-width: 575px){
    .dpimages-icons-box-vert .swiper-slide span{
        height: 142px;
    }
}
@media screen and (max-width: 480px) {
    .prev-vert-image{
        left: -30px;
    }
    .next-vert-image{
        right: -30px;
    }
    .dpimages-icons-box-vert .swiper-slide span{
        height: 138px;
    }
}
@media screen and (max-width: 420px) {
    .dpimages-icons-box-vert .swiper-slide span{
        height: 118px;
    }
}
@media screen and (max-width: 380px) {
    .dpimages-icons-box-vert .swiper-slide span{
        height: 102px;
    }
}
@media screen and (max-width: 360px) {
    .dpimages-icons-box-vert .swiper-slide span{
        height: 96px;
    }
}
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Product Q&A Module
 *  
 * @category  X-Cart Classic Module
 * @author    CFL Systems, Inc. <support@cflsystems.com>
 * @copyright Copyright (c) 2015 CFL Systems, Inc. All rights reserved.
 * @license   CFL Systems Software License Agreement - https://www.cflsystems.com/software-license-agreement.html
 * @link      https://www.cflsystems.com/product-questions-and-answers-for-x-cart-classic.html
 */
.row:after, .row:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.row:after {
  clear: both;
}
.m-b-10 {
  margin-bottom: 10px;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
#qa-block {
  font-size: 15px;
}
#qa-block hr {
  border: 0 none;
  margin: 20px 0;
  border-bottom: 1px solid gainsboro;
  margin: 20px 0;
}
#qa-block a {
  color: #ed8b00;
  text-decoration: none;
}
.qa-h1 {
  font-size: 25px;
  margin: 8px 0 0 0;
}
.qa-left {
  margin-left: 55px;
}
#qa-block .qa-question {
  font-weight: 600;
}
#qa-block .qa-question a {
  color: #1B3B56;
}
.qa-ask {
  border-bottom: 1px solid #dcdcdc;
  margin: 10px 0 15px;
  padding-bottom: 10px;
  display: table;
  width: 100%;
}
.qa-ask > div:first-child {
  display: table-cell;
  vertical-align: middle;
}
.qa-ask > div:last-child {
  display: table-cell;
  margin-top: 5px;
  vertical-align: middle;
  text-align: right;
  width: 200px;
}
.qa-ask a, .qa-button {
  background: none repeat scroll 0 0 #ed8b00;
  border-radius: 3px;
  color: #fff !important;
  opacity: 1;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  border: 0 none;
  cursor: pointer;
}
.qa-ask a:hover, .qa-button:hover {
  opacity: 0.9;
}
.qa-ask a.ask, .qa-button.ask {
  background: #ed8b00;
}
.qa-ask a.comment, .qa-button.comment {
  background: #F7A848;
}
.qa-types > div:first-child {
  text-align: right;
}
.qa-types select {
  width: 190px;
}
.qa-question-block {
  margin-bottom: 10px;
}
.qa-letter {
    background: #ed8b00;
    border: 3px solid #ed8b00;
    border-radius: 10px;
    color: #fff;
    float: left;
    font-size: 25px;
    margin-right: 10px;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 1px 1px 2px #693f03;
    vertical-align: top;
    line-height: 25px;
}
.qa-answer-block .qa-letter {
  background: #b3cc02;
  font-size: 22px;
  border-color: #b3cc02;
  text-shadow: 1px 1px 2px #4f5a00;
}
#qa-block .qa-answer-block hr {
  border-color: #dcdcdc;
  margin: 5px 0;
}
.qa-question > div:first-child {
  font-size: 20px;
}
.qa-votes-date {
  color: #aaa;
  font-size: 11px;
}
.qa-votes-date > div:first-child{
  float: left;
}
.qa-votes-date > div:last-child{
  float: right;
}
.qa-votes {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
  width: 44px;
}
.qa-answer-block {
  margin-left: 50px;
}
.answers .qa-answer-block, .comments .qa-answer-block {
  margin: 0 0 15px;
}
.qa-answer a {
  color: #ed8b00;
  text-decoration: none;
}
.qa-form {
  display: table;
}
.qa-form .form-field-row {
  display: table-row;
}
.qa-form .form-label {
  display: table-cell;
  width: 125px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.qa-form .form-field {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: middle;
}
.qa-form > div:last-child > div {
  padding-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
}
.qa-form input[type='text'], .qa-form input[type='email'], .qa-form input[type='checkbox'], .qa-form select, .qa-form textarea {
  margin: 0;
  background: #fff;
}
.qa-form input[type='text'], .qa-form input[type='email'], .qa-form select, .qa-form textarea {
  padding: 5px 7px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 3px;
  width: 300px;
}
.qa-form .iv-img {
  text-align: left;
  display: inline-block;
}
.qa-form .iv-img a {
  font-size: 10px;
  text-decoration: none;
}
.qa-products-list {
  margin: 0 0 15px !important;
  background: #f9f9f9;
}
.qa-products-list .image {
  float: left;
  margin: 0 25px 0 0;
  padding: 0 !important;
  border: 1px solid #f2f2f2;
}
.qa-products-list .details {
  margin: 0;
  padding: 0;
  float: left;
}
.qa-products-list a.product-title {
  border: 0 none;
  font-size: 18px;
  text-decoration: none;
}
.qa-products-list .price-cell {
  margin: 15px 0;
}
.qa-comments-block {
  background: #f9f9f9;
  margin-left: 20px;
  padding: 7px;
  display: none;
}
.qa-comments-block .qa-letter {
  background: #f7a847;
  font-size: 18px;
  border-color: #ffd7a8;
}
.qa-comment-link {
  padding-right: 10px;
}
.qa-comment-block {
  color: #777;
  font-size: 13px;
  margin-bottom: 15px;
}
.comment-form {
  background: #f5f5f5;
  padding: 10px;
  margin-top: 15px;
}
.comments-count {
  background: #f5f5f5;
  font-size: 13px;
  padding: 10px;
}
.qa-comment {
  background: #fff;
  line-height: 20px;
  margin-top: 5px;
  padding: 5px 10px;
}
.all-questions-product {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
}
.separator {
  color: #dcdcdc;
  padding: 0 10px;
}
.pages-count {
  background: #f5f5f5;
  font-size: 13px;
  padding: 10px;
}
.items-count {
  border-right: 1px solid #343434;
  float: left;
  margin-right: 10px;
  padding-right: 15px;
}
.navigation-pages {
  float: left;
}
.navigation-pages a.nav-page, .navigation-pages span.current-page, .navigation-pages span.nav-page {
  border: 1px solid transparent;
  margin: 0 1px;
  padding: 2px 4px;
}
.navigation-pages span.current-page {
  color: #5c5c5c;
  font-weight: 400;
}
.navigation-pages a.nav-page {
  color: #3695c1;
  text-decoration: none;
}
.navigation-pages a.nav-page:hover {
  background: #fff;
  border: 1px solid #3695c1;
  border-radius: 3px;
}
.yes_vote:hover, .no_vote:hover {
  color: #ed8b00;
  cursor: pointer;
  font-weight: bold;
}
#question_type{
  color: #a0a0a0;
  font-style: italic;
  display: none;
}/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * One page checkout module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.14.2.4 2010/09/24 06:16:20 aim Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Alternative styles for common elements 
 */

/*
div.opc-container#wrapper
{
  width: 1040px;
}
*/

div.opc-container .opc-section h2,
div.opc-container .opc-section h3
{
  color: #333;
}

div.opc-container label {
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

div.opc-container #center-main {
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
}

div.opc-container h1 {
  font-size: 20px;
}

div.checkout-container h1 {
  font-size: 32px;
}

div.checkout-container span.star {
  padding-left: 5px;

}

.fill-error label {
  color: #ce0000;
}

div.opc-section-container div.text-block {
  margin: 0 10px;
}

.fill-error .data-value input[type=text],
.fill-error .data-value input[type=tel],
.fill-error .data-value input[type=password],
.fill-error .data-value select,
.fill-error .data-value textarea
{
  border: solid 1px #ce0000;
  background-color: #ffebeb;
}

div.error-label {
  color: #ce0000;
  font-size: 9px;
  display: none;
}

.fill-error div.error-label {
  display: block;
}

/**
 * Container blocks 
 */
ul#opc-sections {
  margin: 0;
  padding: 0;
}

ul#opc-sections li.opc-section {
  text-align: left;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 25px 50px 0;
  border: 0 none;
  min-height: 400px;
  width: 30%;
}

ul#opc-sections li.opc-section h2 {
  font-weight: normal;
  font-size: 22px;
  padding: 7px 0;
  margin: 0;
  color: #333;
}

ul#opc-sections li.opc-section h3 {
  font-weight: normal;
  font-size: 18px;
  padding: 7px 0;
  margin: 0;
  border: 0 none;
}

ul#opc-sections li.opc-section div {

}

ul#opc-sections li.last {
  margin-right: 0;
}

/**
 * Registration section 
 */
div.opc-authbox {
  margin: 5px 0;
  padding: 0;
  font-size: 12px;
}

div.opc-authbox a {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

fieldset.registerform {
  border: 0 none;
  padding: 0;
  margin: 0;
}

div.opc-section-container {
  padding: 10px 0;
  margin: 0;
}

div.opc-section-container div.text-block {
  margin: 0 10px;
}

.opc-section input[type=text],
.opc-section input[type=password],
.opc-section textarea, 
.opc-section select {
  width: 100%;
  height: 30px;
}

div.checkout-container input[type=text],
div.checkout-container input[type=password],
div.checkout-container select {

}

div.checkout-container textarea {
  width: 100%;
}

div.checkout-container select {
  
}
fieldset {
  min-width: 0;
  display: block;
}
fieldset.registerform ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

fieldset.registerform ul {
  position: relative;
  padding: 0;
  margin: 0;
}

fieldset.registerform ul.first {
  padding-top: 15px;
}

fieldset.registerform ul li {
  padding-bottom: 10px;
}

fieldset.registerform ul li.clearing {
  padding: 0;
  margin: 0;
}

fieldset.registerform ul li.fields-group {
  float: left;
  width: 50%;
  padding-right: 10px;
}
fieldset.registerform ul li.fields-group.last {
  padding-left: 10px;
  padding-right: 0;
}

fieldset.registerform ul li.fields-group input[type=text],
fieldset.registerform ul li.fields-group input[type=password]
{
  
}

fieldset.registerform ul li.single-field {
  float: none;
  clear: both;
}

fieldset.registerform ul li.single-field input[type=text],
fieldset.registerform ul li.single-field input[type=password]
{
  
}

fieldset.registerform div.oneline {
  float: left;
  margin-right: 10px;
}

li.single-field input.image-button {
  background: transparent url(../../skin/txs_ModernLiving/modules/One_Page_Checkout/../../images/button_go.png) no-repeat left top;
  height: 21px;
  width: 23px;
  margin-bottom: 1px;
}


div.optional-label {
  margin: 10px 5px;
  background-color: #fff;
}

div.optional-label label {
  font-weight: bold;
  font-size: 11px;
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

div.optional-label label input {
  margin-right: 5px;
  width: 13px;
  height: 13px;
  padding: 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}

div.address-book-link {
  height: 35px;
  background: #ecf3f7;
  width: 100%;
  vertical-align: middle;
  position: relative;
}

div.address-book-link span.popup-link {
  margin: 7px;
  font-size: 11px;
}

div.address-book-link label {
  margin: 7px;
  font-size: 11px;
  line-height: 16px;
}

ul#opc-sections li.opc-section div.opc-checkout-profile h3 {
  padding: 7px;
}

div.opc-checkout-profile div.address-line {
  font-size: 12px;
  padding: 0 7px;
}

ul#opc-sections li.opc-section div.news-register-item-descr {
  font-size: 10px;
  font-style: italic;
}

/**
 * Shipping and payment section 
 */
.checkout-payments tr td { 
  padding: 5px; 
  vertical-align: top; 
  border-bottom: solid 2px #fff;
}

.checkout-payments tr td.checkout-payment-name { 
  width: 100%; 
  padding-right: 10px;
  white-space: normal;
}

.checkout-payments tr td.checkout-payment-name label {
  font-weight: bold;
}

.checkout-payments tr td div.checkout-payment-descr {
  width: 80%;
}

.checkout-payments tr td.checkout-payment-paypal {
  width: 100%;
}

.checkout-payments tr td.checkout-payment-paypal img {
  border: 0 none;
}

.checkout-payments tr.payment-details td { 
  margin: 0;
  padding: 10px;
} 

.checkout-payment-name span.applied-gc {
  font-weight: normal;
  color: #01851a;
}

.checkout-shippings {
  width: 100%;
}

.checkout-shippings tr td { 
  padding: 5px 10px 5px 0; 
  border-bottom: solid 2px #fff;
  vertical-align: top;
  font-size: 11px;
}

.checkout-shippings tr.last td { 
  border-bottom: 0 none;
}  

.checkout-shippings tr td label { 
  font-size: 11px;
  line-height: 14px;
}

.checkout-shippings tr td.shipping-name { 
  width: 70%;
}

.checkout-shippings tr td.shipping-cost { 
  width: 30%;
  text-align: right;
}

.opc-payment-options fieldset.registerform ul {
  background: 0;
}

/**
 * Summary section 
 */
div.coupon-info a.unset-coupon-link {
  margin-left: 10px;
}

div.coupon-info p {
  font-size: 9px;
}

div.coupon-info div.progress {
  background: transparent url(../../skin/txs_ModernLiving/modules/One_Page_Checkout/../../images/progress.gif) repeat-x left 10px;
  height: 20px;
  margin: 0 15%;
}

div#couponform {
  height: 20px;
}

div.coupon-info input.image-button {
  background: transparent url(../../skin/txs_ModernLiving/modules/One_Page_Checkout/../../images/button_go.png) no-repeat left top;
  height: 21px;
  width: 23px;
  margin-bottom: 1px;
}

div.cart-totals {
  margin: 0px 0;
  padding: 0px;
}

div.cart table.totals {
  margin: 0 0 0 auto;
  text-align: right;
  width: 30%;
}

table.totals{  
border: none;
padding: 0px;
}

table.totals .orange{  
border: none;
padding: 2px;
background-color: #DD661B;
color: #fff;
border-bottom: 1px solid #625D5D;
border-top: 1px solid #625D5D;
}

table.totals .orange td
{

	color: #fff;
  text-transform: none;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  vertical-align: top;
}


table.totals tr td.total,
table.totals tr td.total-name,
table.totals tr td.total-value,
table.totals tr td.total-value-alt,
table.totals span.total-name
{
  font-weight: bold;
  text-transform: none;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  vertical-align: top;
}

#opc_summary table.totals {
  text-align: left;
  width: 100%;
}

#opc_summary table.totals tr td.total,
#opc_summary table.totals tr td.total-name,
#opc_summary table.totals tr td.total-value,
#opc_summary table.totals tr td.total-value-alt,
#opc_summary table.totals span.total-name
{
  width: 15%;
  font-weight: normal;
}

#opc_summary table.totals tr td.total,
#opc_summary table.totals tr td.total-name {
  width: 70%;
}

table.totals tr td.discounted {
  color: #01851a;
}

table.totals tr.total td.total-name {
  font-size: 18px;
}

table.totals tr.total td.total-value {
  font-size: 18px;
}

table.totals tr.total td.total-value-alt {
  font-size: 14px;
  vertical-align: bottom;
}

table.cart-content tr td {
  font-size: 10px;
  font-weight: normal;
  border-bottom: solid 1px #888;
  padding: 10px 5px;
  vertical-align: top;
}

table.cart-content .cart-content-text {
  font-weight: normal;
  color: #2c3e49;
}

div#order-taxes-box {
  padding: 10px 5px;
}

div.checkout-customer-notes,
div.checkout-partner,
div.terms_n_conditions
{
  padding: 10px 0;
}

div.terms_n_conditions {
  text-align: center;
}

div.terms_n_conditions label {
  font-size: 13px;
}

.place-order-button button.inactive {
  opacity: .3;
  filter:Alpha(Opacity=30);
  cursor: default;
}

div.paypal-express-sel-note {
  padding: 0 10px;
}

@media screen and (max-width:767px) {
  ul#opc-sections li.opc-section {
    margin: 0 auto 20px;
    float: none;
    width: 100%;
    max-width: 500px;
    
  }
}

.one-page-checkout-terms-box {
  height: 200px;
  width:100%;
  margin: 0 auto;
  border: 1px silver solid;  
  padding: 0 0 16px 0;
  overflow: hidden;
  max-width:100%;
}
.one-page-checkout-terms-box.full-size {
  height: auto;
  transition: height .5s;
}
.one-page-checkout-terms-box-content {
  width:100%;
  height:100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}
.one-page-checkout-terms-box .ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {
  width: 16px;
  height: 16px;
}

.one-page-checkout-terms-box {
  height: 200px;
  width:100%;
  margin: 0 auto;
  border: 1px silver solid;  
  padding: 0 0 16px 0;
  overflow: hidden;
  max-width:100%;
}
.one-page-checkout-terms-box.full-size {
  height: auto;
  transition: height .5s;
}
.one-page-checkout-terms-box-content {
  width:100%;
  height:100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}
.one-page-checkout-terms-box .ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {
  width: 16px;
  height: 16px;
}

@media print {

  .resp-container {
    max-width: 100%;
  }
  ul.navbar > li.cart-holder,
  .header-holder .line1,
  .header-holder .line1 ul#nav,
  .header-holder .line1 .header-search {
    display: none;
  }
  .header-holder .logo {
    max-width: 30%;
  }
  #wrapper.checkout-container ul#opc-sections li.opc-section {
    overflow: hidden;
  }
  #wrapper.checkout-container button.button,
  #wrapper.checkout-container div.button {
    border-color: #555;
    color: #555;
    box-shadow: none;
    background: transparent none;
    font-size: 14px;
  }
  #wrapper.checkout-container table.checkout-payments {
    width: 100%;
  }
  #wrapper.checkout-container .checkout-payments tr td.checkout-payment-name {
    white-space: normal;
    font-size: 16px;
  }
  #wrapper.checkout-container .checkout-payments tr td div.checkout-payment-descr {
    width: 95%;
    font-size: 14px;
  }
  #wrapper.checkout-container ul#opc-sections li.opc-section h2 {
    font-size: 20px;
  }
  #wrapper.checkout-container ul#opc-sections .opc-payment-options iframe {
    display: none;
  }

}

/* Ticket #570306 */

table.cart-content.width-100 tbody
{
    display: block;
    overflow-y: scroll;
}

table.cart-content.width-100 tbody {
    height: 300px;
}
/* Ticket #710274 */
.checkout-container .tgfloat {
    float: right;
}
.checkout-container .tgfloat-inner {
    width: 328px !important;
}

.main-is-checkout{
  .cart-product-item{
    .product-sku{
      font-size: 14px;
    }
  }
}
.svg-cart .st1 {fill:#ED8B00;}
.svg-cover-bottom .st0{fill:#fff;}
.svg-logo .st0{fill:#1B3B56;}
.svg-logo .st1{fill:#ED8B00;}
.svg-search .st0{fill:none;stroke:#666666;stroke-width:2.0903;stroke-miterlimit:10;}
.svg-facebook .st0{fill:#666666;}
.svg-twitter .st0{fill:#666666;}
.svg-pinterest .st0{fill:#666666;}
.svg-star .st0{fill:#ED8B00;}
.svg-logo .st0 {
  transition: fill 1.5s;
}
.svg-logo .st0:hover {
  transition: fill .001s;
  fill: #ED8B00;
}

.svg-star.grey-star .st0,
.half-grey-star .st1 {
  fill:#999999;
}

.svg-low-prices .cls-1 {fill:#ed8b00 }
.svg-fitment .a {fill:#ed8b00 }
.svg-returns .a {fill:#ed8b00 }

.svg-customers .a { fill:#1b3b56; }
.svg-experts   .a { fill:#1b3b56; }
.svg-founded   .a { fill:#1b3b56; }
.svg-members   .a { fill:#1b3b56; }
.svg-products  .a { fill:#1b3b56; }@font-face {
  font-family: 'icomoon';
  src:  url(../../skin/txs_ModernLiving/css/../fonts/icomoon.eot?6u6k8j);
  src:  url(../../skin/txs_ModernLiving/css/../fonts/icomoon.eot?6u6k8j#iefix) format('embedded-opentype'),
    url(../../skin/txs_ModernLiving/css/../fonts/icomoon.ttf?6u6k8j) format('truetype'),
    url(../../skin/txs_ModernLiving/css/../fonts/icomoon.woff?6u6k8j) format('woff'),
    url(../../skin/txs_ModernLiving/css/../fonts/icomoon.svg?6u6k8j#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-help_outline:before {
  content: "\e8fd";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}

.product-images-swiper .swiper-button-prev:before,
.product-images-swiper .swiper-button-next:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-images-swiper .swiper-button-prev:before {
  content: "\f104";
}
.product-images-swiper .swiper-button-next:before {
  content: "\f105";
 }
.product-images-swiper .swiper-button-prev,
.product-images-swiper .swiper-button-next {
  background: transparent none;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
  color: rgba(0,0,0,.5);
  font-size: 42px;
  transition: color .15s, text-shadow .15s;
}
.product-images-swiper .swiper-button-prev:hover,
.product-images-swiper .swiper-button-next:hover {
  text-shadow: 0 0 8px #111;
  color: #fff;
}

.products-list .product-images-swiper .swiper-button-prev,
.products-list .product-images-swiper .swiper-button-next {
  font-size: 42px;
}

#main_image .swiper-button-next.next-main-product-image,
#main_image .swiper-button-prev.prev-main-product-image {
  font-size: 70px;
  height: 70px;
  line-height: 70px;
  margin-top:-35px;
}

.products-list.products-swiper .swiper-button-next,
.products-list.products-swiper .swiper-button-prev
{
  height: 44px;
}

.products-list .product-images-swiper .swiper-pagination .swiper-pagination-bullet {
  box-shadow: 0 0 4px 2px #fff, 0 0 4px 2px #fff;
  transition: box-shadow .15s, background-color .15s, opacity .15s ;
}
.products-list .product-images-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  box-shadow: 0 0 8px 1px #111;
  background-color: #fff;
  opacity: .7;
}/*
	general tags styles
*/
/*
  service styles
*/
.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.displaynone {
  display: none !important;
}

/* vertical align (center) */
.valign-middle {
	vertical-align: middle;
	height: 100%;
}
.valign-middle-adv-lvl1 {
  height: 100%;
  display: table;
}
.valign-middle-adv-lvl2 {
  display: table-cell;
  vertical-align: middle;
}
.valign-middle-adv-lvl3 {
}

/* horizontal align */
.halign-center-noscript,
  .halign-center
{
  display: table;
  margin: 0px auto;
  text-align: center;
}
.center {
  text-align: center;
}
.right-box {
  width: 100%;
  text-align: right;
}

/* text block container */
.text-block {
  margin-bottom: 15px;
}
.text-pre-block {
  margin-top: 15px;
}

/* no-wrap */
.nowrap {
  white-space: nowrap;
}

/* width:100% emulator */
table.width-100 {
  width: 100%;
}

/* page break */
.page-break {
  height: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  page-break-after: always;
}

/* pointer cursor */
.pointer {
  cursor: pointer;
}

/* overflow wrapper */
.overflow {
  position: relative;
  margin-right: 20px;
  padding-bottom: 20px;
  overflow: auto;
}

label input {
  margin: 0px;
  vertical-align: bottom;
}
label.input-block {
  vertical-align: middle;
  line-height: 21px;
}
label.input-block input,
  label.input-block select
{
  vertical-align: middle;
}
label.input-row,
  .input-row label
{
  float: left;
  padding-right: 20px;
}
label.plain-box {
  display: block;
  padding-bottom: 15px; 
}
label.plain-box .label-title {
  display: block;
}
input.default-value {
  color: #aaaaaa;
}
.product-ask-form td {
  vertical-align: top;
}
.data-name label {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1;
  display: inline;
}
a.underline:link,
  a.underline:visited,
  a.underline:hover,
  a.underline:active
{
  text-decoration: underline;
}

/*
  common styles
*/
.error-message {
  color: #b51a00;
  font-weight: bold;
}
div.error-message {
  margin: 0px 0px 15px 0px;
}
.form-text {
  color: #112536;
  font-weight: bold;
}
.black-text {
  color: #000000;
}
a.list-item:link,
  .list-item a:link
{
  color: #043fa0;
  text-decoration: none;
}
a.list-item:visited,
  .list-item a:visited
{
  color: #043fa0;
  text-decoration: none;
}
a.list-item:hover,
  .list-item a:hover
{
  color: #2863c2;
  text-decoration: underline;
}
a.list-item:active,
  .list-item a:active
{
  color: #043fa0;
  text-decoration: none;
}
tr.head-row th
{
  background: #cccccc none;
  font-weight: bold;
}
tr.highlight td,
  tr.highlight th
{
  background: #eeeeee none;
}
tr.center-row th {
  text-align: center;
}

/* Currency */
.currency {
  white-space: nowrap;
}


/*==============================================================================

	layout styles

==============================================================================*/

/* page container */
#page-container {
	min-height: 100%;
	position: relative;
}

/* page layout */
#content-container {
	clear: both;
	float: left;
  overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 39px;
	margin-top: 140px;
}
#content-container2 {
	float: left;
	position: relative;
	right: 100%;
	width: 200%;
}
#center {
	float: left;
	position: relative;
	width: 50%;
	left: 50%;
}
#left-bar {
	float: left;
	position: relative;
	width: 160px;
	margin-left: 7px;
}
#right-bar {
	float: right;
	right: 7px;
	position: relative;
	width: 160px;
}
#center-main {
	margin: 0px 187px 0px 187px;
	position: relative;
  overflow: hidden;
}


/*
  Right-to-left
*/
.rtl {
  direction: rtl;
}

/*
  header styles
*/

/* header tabs */
.tabs {
	position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
	height: 25px;
  width: 80%;
  text-align: right;
}
.tabs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs li {
  float: right;
  margin: 0px 1px 0px 0px;
  padding: 0px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/tab_r.png) no-repeat right top;
  height: 25px;
}
.tabs a:link,
  .tabs a:visited,
  .tabs a:hover,
  .tabs a:active
{
  display: block;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/tab_l.png) no-repeat left top;
  margin: 0px 5px 0px 0px;
  padding: 5px 10px 5px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #253161;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  height: 25px;
  outline-style: none;
}
.tabs a:hover {
  color: #2863c2;
}


.printable-bar a:link,
  .printable-bar a:visited,
  .printable-bar a:hover,
  .printable-bar a:active
{
  background: transparent url(../../skin/txs_ModernLiving/css/../images/printer.gif) no-repeat right top;
  padding: 2px 20px 2px 0px;
  color: #818891;
  font-size: 10px;
  line-height: 16px;
}
div.printable-bar {
  width: 130px;
}

/*
  footer styles
*/
/*==============================================================================

  widgets

==============================================================================*/

/*
  location bar
*/
#location {
  height: 25px;
  line-height: 15px;
  margin-bottom: 10px;
	font-size: 11px;
	color: #818891;
}
font.bread-crumb {
  font-size: 11px;
  color: #818891;
}
a.bread-crumb:link {
  font-size: 11px;
  color: #818891;
  text-decoration: underline;
}
a.bread-crumb:visited {
  font-size: 11px;
  color: #818891;
  text-decoration: underline;
}
a.bread-crumb:hover {
  font-size: 11px;
  color: #818891;
  text-decoration: none;
}
a.bread-crumb:active {
  font-size: 11px;
  color: #818891;
  text-decoration: underline;
}
font.last-bread-crumb {
  text-decoration: none;
}
#location span {
  padding: 0px 5px 0px 5px;
}

/*
  dialog message container
*/
#dialog-message {
  padding: 15px 0px 20px 0px;
  width: 100%;
}
#dialog-message .box {
  position: relative;
  margin-left: 8%;
  margin-right: 8%;
  border: 1px solid black;
  border-top: 3px solid black;
  padding: 10px 25px 10px 59px;
  vertical-align: middle;
  text-align: left;
  min-height: 32px;
}
#dialog-message a.close-link:link,
  #dialog-message a.close-link:visited,
  #dialog-message a.close-link:hover,
  #dialog-message a.close-link:active
{
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 13px;
  height: 13px;
  text-decoration: none;
}
#dialog-message .close-img {
  width: 13px;
  height: 13px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_cross.gif) no-repeat left top;
}
#dialog-message .message-I {
  color: #112536;
  border-color: #7a97c1;
  background: #f4f5f7 url(../../skin/txs_ModernLiving/css/../images/icon_info.gif) no-repeat 10px 10px;
}
#dialog-message .message-W {
  color: #3e3104;
  border-color: #c3902f;
  background: #f8f7f3 url(../../skin/txs_ModernLiving/css/../images/icon_warning.gif) no-repeat 10px 10px;
}
#dialog-message .message-E {
  color: #590a0a;
  border-color: #d30000;
  background: #f7f3f3 url(../../skin/txs_ModernLiving/css/../images/icon_error.gif) no-repeat 10px 10px;
}
#dialog-message .anchor {
  position: relative;
  margin-left: auto;
  margin-right: 0px;
  height: 15px;
  text-align: right;
  vertical-align: middle;
}
#dialog-message .anchor img {
  width: 12px;
  height: 10px;
  vertical-align: middle;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/goto_arr.gif) no-repeat left top;
}
.dialogtr {
	color: #b89a39;
}

/* inline message */
.inline-message {
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  padding: 1px 1px 15px 1px;
  margin: 0px;
}
.inline-message img.icon-w {
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/icon_warning_small.gif) no-repeat;
}

.cart-message {
  padding: 5px 5px 5px 35px;
  text-align: left;
  min-height: 20px;
  color: #4f6280;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-message-W {
  background: #efefef 5px 5px url(../../skin/txs_ModernLiving/css/../images/icon_warning_info.gif) no-repeat;
}
.cart-message-W {
  background: #efefef 5px 5px url(../../skin/txs_ModernLiving/css/../images/icon_warning_small.gif) no-repeat;
}
.cart-message-E {
  background: #efefef 5px 5px url(../../skin/txs_ModernLiving/css/../images/icon_warning_error.gif) no-repeat;
}
.cart-message div.close-link {
  float: right;
  width: 25px;
  height: 13px;
  text-align: right;
  cursor: pointer;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_cross.gif) no-repeat right top;
}

/*
  side bar container
*/
.menu-dialog {
  border: 1px solid #5f94c0;
  margin-bottom: 15px;
}
.menu-dialog.menu-refine-filters {
  border: 0px !important;
}
.menu-refine-filters .title-bar {
  display: none;
}
.menu-dialog .title-bar {
  width: 100%;
  overflow: hidden;
}
.menu-dialog .title-bar img.icon {
  vertical-align: middle;
  margin: 4px 7px 6px 7px;
  width: 17px;
  height: 17px;
}
.menu-dialog .title-bar h2 {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  line-height: 27px;
  margin: 0px;
  padding: 0px;
  width: auto;
  display: inline;
  white-space: nowrap;
}
.menu-dialog .link-title span.title-link {
  float: right;
  padding: 8px 7px 8px 0px;
}
.menu-dialog .link-title a.title-link:link,
  .menu-dialog .link-title a.title-link:visited,
  .menu-dialog .link-title a.title-link:hover,
  .menu-dialog .link-title a.title-link:active
{
  text-decoration: none;
  outline-style: none;
}
.menu-dialog .link-title .title-link img {
  width: 7px;
  height: 11px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/menu_arrow.gif) no-repeat left center;
}

.menu-dialog .content {
  border: 0px;
  background-color: #ffffff;
  padding: 8px 10px 20px 10px;
  overflow: hidden;
}
.menu-dialog .content a:link,
  .menu-dialog .content a:visited,
  .menu-dialog .content a:link
{
  color: #324c76;
}
.menu-dialog .content a:hover {
  color: #2863c2;
}

.menu-dialog ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
.menu-dialog ul li {
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
}
.menu-dialog .item {
  color: #112536;
  font-size: 10px;
}
.menu-dialog ul li a:link {
	font-size: 11px;
	text-decoration: none;
}
.menu-dialog ul li a:visited {
	font-size: 11px;
	text-decoration: none;
}
.menu-dialog ul li a:hover {
	font-size: 11px;
	text-decoration: underline;
}
.menu-dialog ul li a:active  {
	font-size: 11px;
	text-decoration: none;
}
.menu-dialog hr {
  background-color: #999999;
}
.menu-dialog .login-text ul li {
  padding: 1px 0px;
}

/*
  dialog container
*/
.dialog {
  border: 1px solid #acb7c7;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  page-break-inside: avoid;
}
.dialog .title {
  position: relative;
  color: #253161;
  font-weight: bold;
  font-size: 13px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/dialog_bg.gif) repeat-x top left;
  border: 0px none;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 0px 18px;
  text-align: left;
  border-bottom: 1px solid #acb7c7;
  overflow: hidden;
}
.dialog .title h2 {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
}
.dialog .content {
  border: 0px none;
  background: transparent none;
  text-align: left;
  padding: 10px 10px 25px 10px;
  color: #58595b;
}

.list-dialog .title h2 {
  width: 60%;
}
.list-dialog .title div.sort-box {
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40%;
  overflow: hidden;
}
.list-dialog .title div.sort-box .search-sort-bar {
  padding: 0px;
  margin: 7px 0px;
}
.list-dialog .title div.sort-box .search-sort-title,
  .list-dialog .title div.sort-box .search-sort-cell
{
  padding-right: 10px;
}

.noborder {
  border: 0px none;
}
.noborder .title {
  background: transparent none;
  display: none;
}
.noborder .content {
  padding: 0px;
}

/*
  buttons
*/
a.button,
button.button {
  font-size: 1.3rem;
  line-height: 1em;
  padding: .5em 1em .4em;
	border: 1px solid #ED8B00;
	background:#ED8B00;
	color:#fff;
  text-transform: uppercase;
  border-radius: 2px;
  white-space: nowrap;
  box-shadow: 0 5px 10px 1px rgba(237, 139, 0, 0.25);
  display: inline-block;
  height: 2em;
  font-family: 'Open Sans', sans-serif;
}
button.button {
	cursor: pointer;
	margin:0;
	vertical-align: top;
	overflow: visible;
	outline-style: none;
}
a.button {
}
a.button:hover,
button.button:hover {
	background:#fff;
	color:#ED8B00;
}
a.button.invert-blue,
button.button.invert-blue {
  box-shadow: none;
  border: 1px solid #1B3B56;
  background: #fff;
  color: #1B3B56;
  font-weight: bold;
}
a.button.invert-blue:hover,
button.button.invert-blue:hover {
  color: #fff;
  background: #1B3B56 none;
}
a.button.blue,
button.button.blue {
  box-shadow: none;
  border: 1px solid #1B3B56;
  background: #1B3B56 none;
  font-weight: bold;
}
a.button.blue:hover,
button.button.blue:hover {
  color: #1B3B56;
  background: #fff;
}
div.button {
  display: inline-block;
}
div.button a {
  font-size: 1.3rem;
  line-height: 1em;
  padding: .5em 1em .4em;
	border: 1px solid #ED8B00;
	background:#ED8B00;
	color:#fff;
  text-transform: uppercase;
  border-radius: 2px;
  white-space: nowrap;
  box-shadow: 0 5px 10px 1px rgba(237, 139, 0, 0.25);
  display: inline-block;
  height: 2em;
}
div.button a:hover {
	background:#fff;
	color:#ED8B00;  
}
/* button-based link */
button.simple-button {
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  height: 15px;
  margin: 3px 0px 0px 0px;
  padding: 0px;
  white-space: nowrap;
  color: #043fa0;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  vertical-align: middle;
  outline-style: none;
}
button.simple-button span {
  text-decoration: underline;
}
button.simple-button img {
  display: none;
}

/* a-based link */
a.simple-button:link,
a.simple-button:visited,
a.simple-button:hover,
a.simple-button:active
{
  color:#1B3B56;
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
  vertical-align: bottom;
  text-decoration: underline;
  outline-style: none;
}
a.simple-button:hover {
  color: #ED8B00;
}
/* input-image-based */
input.image-button {
  margin: 0px;
  padding: 0px;
  margin-bottom: 2px;
  border: 0px none;
  width: 19px;
  height: 18px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/go.gif) no-repeat left top;
  vertical-align: middle;
}

/* a-image-based */
a.image-button:link,
  a.image-button:visited,
  a.image-button:hover,
  a.image-button:active
{
  text-decoration: none;
}
a.image-button:link img,
  a.image-button:visited img,
  a.image-button:hover img,
  a.image-button:active img
{
  margin: 0px;
  padding: 0px;
  margin-bottom: 2px;
  border: 0px none;
  width: 19px;
  height: 18px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/go.gif) no-repeat left top;
  vertical-align: middle;
}

/*
  Buttons alternative styles
*/

/* highlighted button */

/*button.main-button .button-right {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_main_right.png) no-repeat right top;
}
button.main-button .button-left {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_main_left.png) no-repeat left top;
  color: #510000;
}

div.main-button {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_main_right.png) no-repeat right top;
}
div.main-button div,
  div.main-button a:link,
  div.main-button a:visited,
  div.main-button a:hover,
  div.main-button a:active
{
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_main_left.png) no-repeat left top;
  color: #510000;
}
*/
button.simple-main-button,
  a.simple-main-button:link,
  a.simple-main-button:visited,
  a.simple-main-button:hover,
  a.simple-main-button:active
{
  color: #880000;
}

/* Light button */
button.light-button {
  padding-right: 10px;
}

div.light-button {
  padding: 0px 5px 0px 0px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_light_right.gif) no-repeat right top;
}
div.light-button div,
  div.light-button a:link,
  div.light-button a:visited,
  div.light-button a:hover,
  div.light-button a:active
{
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_light_left.gif) no-repeat left top;
  padding: 0px 5px 0px 11px;
  color: #365f8f;
  font-size: 11px;
}

/* Delete cart item button */
a.simple-delete-button:link,
  a.simple-delete-button:visited,
  a.simple-delete-button:hover,
  a.simple-delete-button:active
{
  color: #880000;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/delete_cross.gif) no-repeat left 7px;
  padding-left: 13px;
}

/* Delete button w/o icon */
a.simple-delete-button-woicon:link,
  a.simple-delete-button-woicon:visited,
  a.simple-delete-button-woicon:hover,
  a.simple-delete-button-woicon:active
{
  color: #880000;
}

/* Add to list... button */
div.drop-out-button {
  padding: 0px 23px 0px 0px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_right_dropout.png) no-repeat right top;
}
div.drop-out-button div,
  div.drop-out-button a:link,
  div.drop-out-button a:visited,
  div.drop-out-button a:hover,
  div.drop-out-button a:active
{
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_left.png) no-repeat left top;
  padding-right: 10px;
}
div.dropout-container {
  position: absolute;
  padding: 0px;
  margin: 0px;
  border: 0px none;
}
div.dropout-wrapper {
  float: left;
  position: relative;
  z-index: 1;
  margin: 0px;
}
div.dropout-box {
  border: solid 1px #adb6c6;
  background-color: #ffffff;
  padding: 5px 0;
  margin-top: 26px;
  position: absolute;
  display: none;
}
div.dropout-wrapper ul {
  margin:0;
  padding:0;
}
div.dropout-wrapper ul li {
  list-style-position: outside;
  list-style-type: none;
  padding: 5px 15px;
  float: left;
}
div.dropout-wrapper ul li .button {
  float: left;
  position: relative;
}
div.dropout-wrapper .button {
  float: none;
  position: absolute;
  margin-right: 0px;
}

/* Menu button */
button.menu-button {
  height: 22px;
}
button.menu-button .button-right {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_menu_right.png) no-repeat right top;
  padding-right: 7px;
  height: 20px;
}
button.menu-button .button-left {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_menu_left.png) no-repeat left top;
  height: 20px;
  padding: 0px 1px 0px 8px;
  color: #deedf7;
  font-size: 10px;
  height: 21px;
  line-height: 20px;
}

div.menu-button {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_menu_right.png) no-repeat right top;
  padding-right: 7px;
}
div.menu-button div,
  div.menu-button a:link,
  div.menu-button a:visited,
  div.menu-button a:hover,
  div.menu-button a:active
{
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_menu_left.png) no-repeat left top;
  padding: 0px 1px 0px 8px;
  line-height: 20px;
  color: #deedf7 !important;
  font-size: 10px;
}

/* Add2Cart AJAX-based */


/*
  button(s) containers
*/
.button-row,
  .button-row-right
{
  margin-top: 20px;
  padding: 0px;
  height: 45px;
  line-height: 45px;
}
.buttons-row .button,
  .buttons-row button.simple-button,
  .buttons-row a.simple-button
{
  float: left;
}
.buttons-row-right .button,
  .buttons-row-right button.simple-button,
  .buttons-row-right a.simple-button,
  .button-row-right .button,
  .button-row-right button.simple-button,
  .button-row-right a.simple-button
{
  float: right;
}
.buttons-row-right-box {
  float: right;
}

.buttons-row-right,
  .buttons-row
{
  margin: 5px 0px 0px 0px;
  height: 23px;
}
.buttons-row .button-separator {
  float: left;
  width: 20px;
  height: 22px;
}
.buttons-row-right .button-separator {
  float: right;
  width: 30px;
  height: 15px;
}
table tr td.buttons-row,
  table tr td.button-row,
  table tr td.buttons-row-right,
  table tr td.button-row-right
{
  margin: 0px;
  padding-top: 15px;
}
.buttons-auto-separator .button,
  .buttons-auto-separator button.simple-button,
  .buttons-auto-separator a.simple-button
{
  margin-right: 20px;
}
.button-up {
  position: relative;
  margin-top: -23px;
  width: 30%;
}

.button.add2wl-button {
  display: block;
  padding: 5px 10px;
  font-size: 25px;
  line-height: 1;
  height: auto;
}


/*
  popup help link
*/
a.popup-link:link,
  a.popup-link:visited,
  a.popup-link:hover,
  a.popup-link:active
{
  text-decoration: none;
}
a.popup-link:link img,
  a.popup-link:visited img,
  a.popup-link:hover img,
  a.popup-link:active img
{
  vertical-align: bottom;
  width: 20px;
  height: 18px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/question_button.gif) no-repeat left top;
  margin-bottom: 1px;
}

/*
  Popup window
*/
.popup-modal-bg {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/grey.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.popup-window {
  position: absolute;
  background: white none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 1100;
}
.popup-window .popup-bg-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
  background: white none;
  margin: 0px;
  padding: 0px;
  z-index: 1150;
}
.popup-window .popup-title {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 22px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/popup_header_bg.gif) repeat-x left top;
  vertical-align: middle;
  z-index: 1200;
}
.popup-window .popup-title span {
  color: #ffffff;
  font-size: 10px;
  line-height: 22px;
  font-family: verdana, helvetica, sans-serif;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
}

.popup-window .popup-title a:link,
  .popup-window .popup-title a:visited,
  .popup-window .popup-title a:hover,
  .popup-window .popup-title a:active
{
  display: block;
  position: absolute;
  top: 3px;
  right: 5px;
  outline-style: none;
  text-decoration: none;
  width: 16px;
  height: 16px;
}
.popup-window .popup-title img {
  width: 16px;
  height: 16px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/popup_header_cross.gif) no-repeat left top;
}
.popup-window .popup-content {
  position: absolute;
  top: 24px;
  left: 2px;
  right: 2px;
  bottom: 20px;
  overflow: auto;
  margin: 0px;
  padding: 0px;
  z-index: 1200;
}
.popup-window .popup-frame {
  padding: 20px;
  margin: 0px;
}
.popup-window .popup-footer {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: #f3f5f7 none;
  height: 18px;
  text-align: right;
  z-index: 1200;
}
.popup-window .popup-footer div {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  right: 0px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/popup_bottom_arrow.gif) no-repeat 9px 9px;
  cursor: se-resize;
}
.popup-dnd-border {
  position: absolute;
  border: 1px dotted #000000;
  background: transparent none;
  z-index: 1200;
}
.popup-window .popup-border {
  position: absolute;
  line-height: 0px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}
.popup-window .popup-t-side {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  border: 0px none;
  border-top: 1px solid #215485;
  background: #5f94c0 none;
  height: 2px;
  cursor: n-resize;
  z-index: 1250;
}
.popup-window .popup-tr-corner {
  right: 0px;
  top: 0px;
  height: 2px;
  width: 2px;
  border-top: 1px solid #215485;
  border-right: 1px solid #215485;
  background: #5f94c0 none;
  cursor: ne-resize;
  z-index: 1260;
}
.popup-window .popup-r-side {
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  border-right: 1px solid #215485;
  background: #5f94c0 none;
  width: 2px;
  cursor: e-resize;
  z-index: 1250;
}
.popup-window .popup-br-corner {
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 2px;
  border-bottom: 1px solid #215485;
  border-right: 1px solid #215485;
  background: #5f94c0 none;
  cursor: se-resize;
  z-index: 1260;
}
.popup-window .popup-b-side {
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  border-bottom: 1px solid #215485;
  background: #5f94c0 none;
  height: 2px;
  cursor: s-resize;
  z-index: 1250;
}
.popup-window .popup-bl-corner {
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 2px;
  border-bottom: 1px solid #215485;
  border-left: 1px solid #215485;
  background: #5f94c0 none;
  cursor: sw-resize;
  z-index: 1260;
}
.popup-window .popup-l-side {
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  border-left: 1px solid #215485;
  background: #5f94c0 none;
  width: 2px;
  cursor: w-resize;
  z-index: 1250;
}
.popup-window .popup-tl-corner {
  left: 0px;
  top: 0px;
  height: 2px;
  width: 2px;
  border-top: 1px solid #215485;
  border-left: 1px solid #215485;
  background: #5f94c0 none;
  cursor: nw-resize;
  z-index: 1260;
}

/*
  Images preview
*/
.images-preview-bg {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/grey.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3000;
}
.images-preview {
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  background: #ffffff none;
  border: 5px solid #e3e3e3;
  overflow: hidden;
  min-width: 700px;
  min-height: 500px;
  z-index: 4000;
}
.images-preview .wait {
  position: absolute;
  top: 30px;
  right: 0px;
  bottom: 30px;
  left: 0px;
  background: #ffffff url(../../skin/txs_ModernLiving/css/../images/loading.gif) no-repeat center center;
  z-index: 1500;
}
.images-preview a.close:link,
  .images-preview a.close:visited,
  .images-preview a.close:hover,
  .images-preview a.close:active
{
  position: absolute;
  top: 9px;
  right: 11px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/close_images_preview.gif) no-repeat left center;
  padding-left: 12px;
  padding-bottom: 2px;
  font-size: 11px;
  color: #4e4e4e;
  text-decoration: none;
  outline-style: none;
  text-transform: lowercase;
}
.images-preview .list-box {
  margin: 50px 50px 0px 50px;
  padding: 0px;
  text-align: center;
  position: relative;
  border: 1px solid #ffffff;
}
.images-preview a.arrow,
  .images-preview a.arrow:link,
  .images-preview a.arrow:visited,
  .images-preview a.arrow:hover,
  .images-preview a.arrow:active
{
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  outline-style: none;
  cursor: pointer;
}
.images-preview a.hidden,
  .images-preview a.hidden:link,
  .images-preview a.hidden:visited,
  .images-preview a.hidden:hover,
  .images-preview a.hidden:active
{
  display: none;
}
.images-preview a.left,
  .images-preview a.left:link,
  .images-preview a.left:visited,
  .images-preview a.left:hover,
  .images-preview a.left:active
{
  left: 0px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/arrow_left.gif) no-repeat left center;
}
.images-preview a.right,
  .images-preview a.right:link,
  .images-preview a.right:visited,
  .images-preview a.right:hover,
  .images-preview a.right:active
{
  right: 0px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/arrow_right.gif) no-repeat right center;
}
.images-preview a.left-disabled,
  .images-preview a.left-disabled:link,
  .images-preview a.left-disabled:visited,
  .images-preview a.left-disabled:hover,
  .images-preview a.left-disabled:active
{
  background: transparent url(../../skin/txs_ModernLiving/css/../images/arrow_left_disabled.gif) no-repeat left center;
  cursor: auto;
}
.images-preview a.right-disabled,
  .images-preview a.right-disabled:link,
  .images-preview a.right-disabled:visited,
  .images-preview a.right-disabled:hover,
  .images-preview a.right-disabled:active
{
  background: transparent url(../../skin/txs_ModernLiving/css/../images/arrow_right_disabled.gif) no-repeat 6px center;
  cursor: auto;
}
.images-preview div.list-subbox {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.images-preview ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
}
.images-preview ul li {
  display: block;
  padding: 0px;
  margin: 0px 12px;
  border: 1px solid #ffffff;
  background: transparent none;
  text-align: center;
  vertical-align: middle;
  float: left;
  cursor: pointer;
}
.images-preview ul li.over,
  .images-preview ul li:hover
{
  border: 1px solid #cccccc;
}
.images-preview ul li.selected {
  border: 1px solid #215485;
}
.images-preview ul li img {
  display: inline;
  text-align: center;
  vertical-align: middle;
}
.images-preview ul li.loading {
  background-image: url(../../skin/txs_ModernLiving/css/../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.images-preview ul li.loading img {
  display: none;
}
.images-preview .box {
  position: relative;
  margin: 50px;
  vertical-align: middle;
  text-align: center;
  background: transparent none;
}
.images-preview .box.loading {
  background-image: url(../../skin/txs_ModernLiving/css/../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.images-preview .box img {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}

/*
  data table
*/

table.data-table.light-table td {
  line-height: 16px;
  padding: 3px;
}
table.data-table td.data-name {
  vertical-align: top;
  color: #112536;
  padding-right: 5px;
}

table.data-table td.data-required {
  padding-right: 13px;
}
table.data-table td.data-required {
  text-align: center;
  width: 5px;
	color:#dd661b;
	font:bold 17px Arial, Helvetica, sans-serif;
}
table.data-table td input{
	min-width:200px;
  max-width: 100%;
	border:1px solid #999;
	background:#fff;
	padding:2px 4px 3px;
}
table.data-table .error-message {
  color: #880000;
  vertical-align: middle;
}
table.data-table div.error-message {
  margin: 0px;
}
table.data-table tr.head-row th {
  padding-left: 5px;
  padding-right: 5px;
}
table.data-table tr th.data-checkbox-column {
  width: 10px;
}
table.data-table tr .data-right-column {
  text-align: right;
}
table.data-table tr .data-width-100 {
  width: 100%;
}
table.data-table tr td.data-name label {
  line-height: 21px;
  vertical-align: top;
}
@media screen and (max-width:640px) {
  table.data-table {
    max-width: 100%;
  }
  table.data-table td {
    width: auto;
  }
  table.data-table td input,
  table.data-table td select,
  table.data-table td textarea {
    width: 100%;
    min-width: 0;
  }
  table.data-table tr td.data-name label {
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
  }
  table.data-table.register-table td {
    width: auto;
  }
  table.data-table td .iv-input input {
    width: auto;
  }

}

/*
	search sort bar
*/
.search-sort-bar {
  vertical-align: middle;
  line-height: 16px;
  height: 16px;
	padding-right: 20px;
  white-space: nowrap;
  margin: 15px 0px 30px 0px;
  text-align: right;
}
.search-sort-title {
  padding-right: 20px;
}
.search-sort-cell {
  padding-right: 20px;
}
a.search-sort-link:link,
  a.search-sort-link:visited,
  a.search-sort-link:hover,
  a.search-sort-link:active
{
	text-decoration: underline;
}
.search-sort-bar img,
.search-sort-bar-float img {
	width: 9px;
	height: 9px;
	margin-right: 5px;
}
.search-sort-bar a.up-direction:link,
  .search-sort-bar a.up-direction:visited,
  .search-sort-bar a.up-direction:hover,
  .search-sort-bar a.up-direction:active
{
  font-weight: bold;
  padding-left: 14px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/uarrow.gif) no-repeat left 3px;
}
.search-sort-bar a.down-direction:link,
  .search-sort-bar a.down-direction:visited,
  .search-sort-bar a.down-direction:hover,
  .search-sort-bar a.down-direction:active
{
  font-weight: bold;
  padding-left: 14px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/darrow.gif) no-repeat left 3px;
}

/*
	expandable section
*/
.expand-section {
  height: 16px;
  margin: 20px 0px 20px 0px;
  vertical-align: middle;
  line-height: 16px;
}
.expand-section img {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin: 2px 5px 3px 0px;
}
.expand-section img.plus {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/plus.gif) no-repeat left top;
}
.expand-section img.minus {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/minus.gif) no-repeat left top;
}
.expand-section a:link,
  .expand-section a:visited,
  .expand-section a:hover,
  .expand-section a:active
{
  font-weight: bold;
  text-decoration: underline;
}

/*
	pagination mechanism
*/
.nav-pages {
  white-space: nowrap;
  vertical-align: bottom;
  padding: 0px;
  margin: 0px;
}
.nav-pages-title {
  padding-right: 10px;
}
.nav-pages img {
  vertical-align: bottom;
  width: 15px;
  height: 15px;
}
.nav-pages a:link,
  .nav-pages a:visited,
  .nav-pages a:hover,
  .nav-pages a:active
{
  text-align: center;
  text-decoration: underline;
}
.nav-pages .left-arrow img {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/navigation_arrow_left.gif) no-repeat left top;
}
.nav-pages .right-arrow img {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/navigation_arrow_right.gif) no-repeat left top;
}
.nav-pages .current-page {
  text-align: center;
  font-weight: bold;
}
.nav-pages .right-delimiter {
  padding-right: 12px;
}

/*
	subheader styles
*/

h3.grey {
	color: #666666;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
}
h3.black {
	color: #010101;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
h3.red {
	border-bottom: 1px solid #acb7c7;
}
h3.separator {
  margin-top: 30px;
}

/*
  Table head cell
*/
.img-down-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/r_bottom.gif) no-repeat left top;
  margin-right: 3px;
}
.img-up-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/r_top.gif) no-repeat left top;
  margin-right: 3px;
}

/*
  NoScript warning
*/
.noscript-warning {
  position: absolute;
  top: 10px;
  left: 30%;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
  border: 1px solid #dddddd;
  background: #ffffff none;
}
.noscript-warning .content {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/icon_warning.gif) no-repeat left top;
  font-weight: bold;
  padding-left: 37px;
  height: 32px;
  line-height: 16px;
}

/*
    Webmaster mode
*/
.lbl {
  display: inline !important;
  color: green !important;
  font-weight: bold !important;
  width: auto !important;
  margin: 0px !important;
  padding: 0px !important;
}
.section {
  margin: 0px !important;
  padding: 0px !important;
  width: auto !important;
}

/*==============================================================================

  side-bar styles

==============================================================================*/

/*
  Special menu
*/
.menu-special img.icon {
  background-image: url(../../skin/txs_ModernLiving/css/../images/dingbats_categorie.gif);
}

/*
  Help menu
*/
.menu-help img.icon {
  background-image: url(../../skin/txs_ModernLiving/css/../images/dingbats_help.gif);
}

/*
  Minicart
*/

div.minicart {
  color: #112536;
  font-size: 10px;
}
div.minicart a {
  float: left;
}
div.minicart img {
  width: 19px;
  height: 16px;
}
div.minicart .empty b {
  line-height: 18px;
}
div.minicart table {
  margin: 0px 0px 0px 1px;
}
div.minicart table tr td {
  color: #112536;
  font-size: 10px;
  padding: 1px;
}
hr.minicart {
  clear: both;
  margin: 5px 0px 5px 0px;
}

/*
  AJAX-based minicart
*/
.ajax-minicart .title-bar {
  overflow: visible;
}
#content-container .ajax-minicart img.minicart-button {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/cart_button.gif) no-repeat left top;
  width: 38px;
  height: 21px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 4px;
  z-index: 3000;
}
#content-container .ajax-minicart img.minicart-button-show {
  background-position: left -21px;
}

.minicart-box .progress {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/progress.gif) repeat-x left top;
  height: 11px;
}

iframe.minicart-bg {
  position: absolute;
  display: none;
  width: 250px;
  border: 0px none;
  background: #ffffff none;
}
iframe.minicart-checkout-bg {
  position: absolute;
  display: none;
  border: 0px none;
  background: #ffffff none;
}

.help-link {
  border-bottom: 1px dashed #000000;
  cursor: help;
}
#tooltip {
  position: absolute;
  border: 1px solid #000000;
  padding: 5px;
  background: #ffffff none;
  top: 0px;
  left: 0px;
  text-align: left;
  width: 300px;
  z-index: 10000;
}

/*
  auth box
*/
.menu-auth img.icon {
  background: url(../../skin/txs_ModernLiving/css/../images/dingbats_authentification.gif) no-repeat;
}
.menu-auth input {
  width: 120px;
}
.login-buttons {
  margin: 3px 0px 5px 0px;
}
.login-buttons .button {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.menu-dialog .recovery {
  clear: both;
  margin-bottom: 2px;
}
.menu-dialog .recovery a:link,
  .menu-dialog .recovery a:visited,
  .menu-dialog .recovery a:hover,
  .menu-dialog .recovery a:active
{
  text-decoration: underline;
  font-size: 10px;
}
.menu-dialog .left {
  text-align: left;
}
.menu-dialog .login-text {
  vertical-align: top;
}
.small-note,
  a.small-link:link {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:visited {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:hover {
  color: #3c6992;
  text-decoration: underline;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:active {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}

/*
  news box styles
*/
.menu-news img.icon {
  background: url(../../skin/txs_ModernLiving/css/../images/dingbats_news.gif) no-repeat;
}
.menu-dialog .subscribe {
  margin-top: 8px;
}
.menu-dialog a.prev-news:link,
  .menu-dialog a.prev-news:visited,
  .menu-dialog a.prev-news:hover,
  .menu-dialog a.prev-news:active
{
  text-decoration: underline;
}

/*
  interneka menu
*/
.menu-interneka img.icon {
  background: url(../../skin/txs_ModernLiving/css/../images/dingbats_affiliates.gif) no-repeat;
}

/*============================================================================

  page-specific styles

==============================================================================*/

/*
	category page
*/

/* category header */
.category-header {
	overflow:hidden;
}

.category-header .manufacturer-logo {
  display: block;
  margin: 0 auto;
}
.category-header .dialog-image-block {
  display: block;
  float: right;
  margin: 0 0 20px 20px;
}
.dialog-withbox-content {
  margin: 0;
}
.category-header h1 {
	margin:0 auto 40px;
	padding:0;
  text-align: center;
}
.category-header > .text {
  margin-bottom: 20px;
}
.category-filter {
	float:right;
}
.category-header ul {
	margin:0;
	padding:7px 0 0;
	list-style:none;
}
.category-header ul li{
	float:left;
	padding-right:20px;
}

div.text p{ overflow: hidden;}

.category-description {
  margin: 5px 15px 20px 15px;
  clear: right;
}

.current-category-icon {
  padding: 0px;
  height: 100%;
  vertical-align: top;
}
.current-category-icon img {
  margin: 5px;
}
ul.subcategories {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
ul.subcategories li {
  margin: 0px 0px 10px 0px;
	text-align: left;
}
ul.subcategories a:link,
  ul.subcategories a:visited,
  ul.subcategories a:hover,
  ul.subcategories a:active
{
  text-decoration: underline;
  font-weight: bold;
}
div.subcategories {
  float: left;
  margin: 0px 10px;
  text-align: center;
  padding-bottom: 0px;
  overflow: hidden;
}
.subcategory-image {
  float: left;
  margin: 0px 10px 10px 0px;
}
.subcategory-descr {
  width: auto;
  padding: 0px;
  margin-bottom: 20px;
}

/*
	product details page
*/
.product-details {
  position: relative;
  margin-bottom: 50px;
}
.product-details .image {
  text-align: center;
  vertical-align: top;
  padding: 0px;
  float: left;
  margin: 5px 20px 5px 10px; 
}
.product-details .image .image-box {
  margin: 0px auto;
  padding: 0px;
}
.product-details .details {
  padding-left: 30px;
}
.product-details .details .descr {
  vertical-align: top;
  padding-right: 20px;
}
.product-details .details .save-percent-container {
  margin-left: 10px;
  width: 57px;
  height: 57px;
}
.product-details .details .save {
  float: left;
  width: 57px;
  height: 29px;
  padding-top: 28px;
  padding-left: 3px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/save_money.gif) no-repeat left top;
}
.product-details .product-subtitle {
  padding: 23px 0px 10px 0px;
}
.product-details .product-subtitle div {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  border: 0px none;
  border-bottom: 1px solid #9d1500;
}
.product-details .message {
  color: #b51a00;
}
.product-details .warning-message {
  color: red;
}
.product-details .customer-message {
  color: #b51a00;
  font-weight: bold;
}
.product-details .quantity-row td {
  padding-top: 15px;
}
.product-details .buttonw-row {
  margin-top: 15px;
}

/* product properties table */
table.product-properties {
  width: 100%;
  margin: 0px;
}
table.product-properties tr td {
  padding: 2px;
}
table.product-properties .property-name {
  width: 30px;
  white-space: nowrap;
}
table.product-properties .property-value {
  white-space: normal;
}
table.product-properties .product-price {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}
table.product-properties .product-price-value {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  font-family: verdana;
  white-space: nowrap;
}
table.product-properties .product-market-price {
  color: #787878;
  padding-left: 5px;
  font-size: 12px;
  font-family: verdana;
  white-space: nowrap;
  font-weight: bold;
}
table.product-properties .product-taxed-price {
  color: #383838;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: bottom;
}
table.product-properties .product-input {
  height: 25px;
  padding-right: 10px;
}
table.product-properties .product-min-amount,
  table.product-properties .product-one-quantity
{
  font-size: 14px;
}
table.product-properties .separator td {
  height: 18px;
}

/* send 2 friend section */
input.send2friend {
  width: 300px;
}

/*
  products list
*/

/* common styles */
.products {
  margin-bottom: 15px;
  margin-top: 15px;
}
.products .image {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.products a.see-details:link,
  .products a.see-details:visited,
  .products a.see-details:hover,
  .products a.see-details:active
{
  display: block;
  text-align: center;
  text-decoration: underline;
}
.products .descr {
  padding: 15px 0px 0px 0px;
  margin: 0px;
}
.products .sku {
  margin-top: 15px;
}
.products .price-row {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.products .price {
  font-weight: bold;
  font-size: 12px;
}
.products .price-value {
  font-weight: bold;
  font-size: 12px;
  color: #b51a00; 
}
.products .price-save {
  padding: 0px;
  margin: 0px;
  color: #b51a00;
}
.products .taxes {
  margin-top: 15px;
  padding: 2px 2px 2px 70px;
}

.products .buy-now {
  margin: 10px 0px 0px 0px;
}
.products .buy-now .quantity {
  height: 30px;
  white-space: nowrap;
  vertical-align: middle;
}
.products .buy-now .quantity-empty {
  height: 45px;
}
.products .buy-now .quantity-title {
  width: 75px;
  padding-right: 16px;
}
.products .buy-now .quantity select {
  vertical-align: middle;
}
.products .buy-now .out-of-stock {
  white-space: nowrap;
  font-weight: bold;
}
.products .buy-now .prices {
  height: 15px;
  vertical-align: middle;
}
.products .product-details-title {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
}
.products .product-price-text {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}

.quantity-text {
  color: #818891;
  padding-left: 3px;
}

/* list as multicolumn table */
.products-table .product-cell {
  background: #ffffff none;
  padding: 0px;
  vertical-align: top;
}
.products-table .first.products-row td.product-cell {
  padding-top: 0px;
}
.products-table td.product-cell-price {
  padding-top: 2px;
}
.products-table td.product-cell-buynow {
  padding-top: 6px;
}
.products-table td.product-cell-buynow .button-row {
  text-align: left;
  margin: 9px 0 5px;
}
.products-table .image {
  padding: 0px;
  margin: 5px 0px;
  text-align: left;
}
.products-table a.see-details:link,
  .products-table a.see-details:visited,
  .products-table a.see-details:hover,
  .products-table a.see-details:active
{
  text-align: left;
  display: inline;
}
.products-table .sku {
  margin-top: 5px;
}
.products-table a.product-title:link,
  .products-table a.product-title:visited,
  .products-table a.product-title:hover,
  .products-table a.product-title:active,
  .products-table .product-title
{
  font-size: 12px;
}
.products-table .buttons-row,
  .products-table .button-row
{
  margin: 0px;
}
.products-table .buttons-row button,
  .products-table .button-row button
{
  float: none;
}
.products-table .buy-now {
  margin-top: 5px;
}
.products-table .buy-now .quantity-title {
  width: auto;
  padding-right: 5px;
}
.products-table tr.separator td {
  padding: 0px;
  height: 60px;
}

/*
  advanced search page
*/
.adv-search table td {
  white-space: nowrap;
  padding: 3px 5px 3px 0;
}
.adv-search table .data-name {
  width: 20%;
  vertical-align: top;
  color: #112536;
  font-weight: bold;
}
.adv-search table .data-input {
  white-space: nowrap;
}
.adv-search table .pattern {
  padding-bottom: 0px;
}
.adv-search table .pattern input,
.adv-search table .pattern select
{
  width: 95%;
  vertical-align: bottom;
}
.adv-search table .search-button {
  width: 25%;
  padding: 0px;
}
#adv_search_box {
  margin-bottom: 15px;
}
.search-again {
  position: relative;
  margin-top: -17px;
  text-align: right;
  margin-left: 400px;
}
.results-found {
  position: relative;
  width: 400px;
}

/*
  register page
*/
.register-note {
  color: #000000;
  margin-bottom: 15px;
}
.register-newbie-note {
  text-align: center;
  margin-top: 30px;
}
.register-bottom-note {
  margin-top: 30px;
  padding-bottom: 45px;
}
.register-ups-box {
  margin-top: 45px;
  margin-bottom: 15px;
}

.the div {
  vertical-align: middle;
}
.register-section-title div * {
  vertical-align: middle;
}
.register-sec-minimized div {
  border-bottom: 0px none;
}
.register-table .register-exp-section label {
  border-bottom: 1px dashed #2c3e49;
	font:10px Arial, Helvetica, sans-serif !important;
	letter-spacing:0 !important;
	color:#000;
	background:url(../../skin/txs_ModernLiving/css/../images/bg-dots2.gif) repeat-x 0 100%;
	width:auto !important;
	padding:2px 0 1px !important;
	margin:0 15px 0 50px;
}
table.register-table .register-exp-section {
  padding-top: 16px;
  padding-bottom: 16px;
  background:none !important;
}
table.register-table td.data-name {
  /*
  text-align: right;
  font-weight: normal;
  width: 35%;
	font:bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333;
  letter-spacing:-1px;
  */
  
  color:#333333;
  font:bold 14px Verdana,Geneva,Arial,Helvetica,sans-serif;
  letter-spacing:-1px;
  text-align:right;
}




/*
  cart page
*/
.cart .item {
  margin: 0px 0px 30px 0px;
}
.cart .item .image {
  position: relative;
  padding: 3px 8px 3px 3px;
  height: 100%;
}
.cart .details {
  margin-left: 138px;
  vertical-align: top;
  width: 80%;
}

.cart .poptions-title {  
  font-weight: bold;
}
.cart .poptions-list {
  margin-bottom: 15px;
}
.cart .buttons {
  position: relative;
  vertical-align: top;
  margin-top: 30px;
  height: 23px;
}
.cart .buttons .buttons-row {
  margin-top: 0px;
}
.cart .left-buttons-row {
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cart .right-buttons-row {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
}
.cart .right-buttons-row .checkout-button {
  float: right;
}
.cart-total-line {
  width: 50%;
  margin-left: 50%;
}
.cart-total-row {
  text-align: right;
  padding:0 0 20px;
}
div.shipping-method {
  color: #112536;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: right;
}
th.shipping-method {
  color: #112536;
  font-weight: bold;
  text-align: left;
}
.shipping-method select {
  font-weight: normal;
}
.shipping-method table {
  margin: 0px 0px 0px auto;
  text-align: right;
}
.shipping-method table td {
  font-weight: normal;
  text-align: left;
}
.shipping-method tr.selected {
  background: #eeeeee none;
}
.totals {
  margin: 0px 0px 0px auto;
  text-align: right;
  width: 40%;
  border: 1px solid #000;
}
.totals td {
  padding: 3px;
}
.totals .total-name {
  white-space: nowrap;
  color: #112536;
  font-weight: bold;
  padding-right: 8px;
  text-align: left;
}
.totals .total-value {
  white-space: nowrap;
  text-align: right;
}
.totals .total-alt-value {
  white-space: nowrap;
  text-align: right;
}
.totals .total-line {
  height:  1px;
}
.totals .total-line img {
  background: black none;
  width: 100%;
  height: 1px;
}
.totals .total {
  white-space: nowrap;
  font-weight: bold;
  padding-right: 8px;
  text-transform: uppercase;
}
.totals .total-taxes {
  font-weight: bold;
  text-align: right;
}
.totals .total-tax-line {
  background-color: #eeeeee
}
.totals .total-tax-line td {
  text-align: right;
  white-space: nowrap;
}
.totals .total-tax-name {
  padding-right: 8px;
}
.cart hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cart .estimator-container {
  display: none;
}
.free-shipping-cart-note {
  text-align: center;
  margin: 40px 0 10px;
  font-size: 20px;
  color: #ed8b00;  
}
.order-total-note {
  color: #1b3b56;
  font-size: 20px;
  margin: 10px 0;
}
.cart-note {
  line-height: 35px;
  margin: 20px 0 15px;
}
.cmpi-vbv-icon {
  width: 49%;
  float: left;
  text-align: center;
}
.cmpi-vbv-icon img {
  width: 71px;
  height: 57px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/vbv_logo.gif) no-repeat left top;
}
.cmpi-mcsc-icon {
  width: 49%;
  text-align: center;
}
.cmpi-mcsc-icon img {
  width: 74px;
  height: 40px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/mcsc_logo.gif) no-repeat left top;
}

/*
  Checkout page
*/
.checkout-payments tr td {
  padding: 2px;
  text-align: left;
}
.checkout-payments tr td.checkout-payment-name {
  width: 90%;
  padding-left: 25px;
  /*white-space: nowrap;*/
}
.checkout-payments tr td.checkout-payment-name label {
  font-weight: bold;
}
.checkout-payments tr td.checkout-payment-descr {
  width: 80%;
}
.checkout-payments tr td.checkout-payment-paypal {
  width: 100%;
  padding-left: 25px;
}
.checkout-payments tr td.checkout-payment-paypal img {
  border: 0px none;
}
.checkout-update-button {
  float: left;
  margin: 0px;
}
.order-placed-msg {
  margin: 20px 0px 10px 0px;
  padding: 0;
  font-size: 13px;
  text-align: center;
}

/*
  Payment wait page
*/
body.payment-wait {
  text-align: center;
}
body.payment-wait .payment-wait-title {
  border-top: 30px solid #d0ddeb;
}
body.payment-wait h1 {
  display: block;
  padding: 40px 0px 0px 0px;
  border-top: 1px solid #d0ddeb;
  margin-top: 1px;
  color: #2c3e49;
}
body.payment-wait img.payment-wait-image {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/progress.gif) repeat-x;
  width: 350px;
  height: 11px;
  margin-top: 10px;
}

/*
  help index page
*/
.help-index {
  list-style: none;
  padding: 0px;
  margin: 40px 0 20px;
  overflow:hidden;
}
.help-index li {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  width: 33%;
  float: left;
}
@media screen and (max-width: 640px) {
  .help-index li  {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .help-index li  {
    width: 100%;
    float: none;
  }
}
/*
  help / cvv2 page
*/
.help-cvv2-images {
  float: right;
  margin: 15px 5px 5px 5px;
}
.help-cvv2-images img {
  float: none;
  display: block;
  margin-bottom: 15px;
}

/*
  help / usps test page
*/
.help-usps-test-dir {
  text-decoration: underline;
  margin-bottom: 15px;
}

/*
  Images viewer
*/
.images-viewer {
  text-align: center;
  margin: 10px 0px
}
.images-viewer-list {
  position: relative;
  white-space: nowrap;
}
.images-viewer-list .side-arrow,
  .images-viewer-list .side-arrow:link,
  .images-viewer-list .side-arrow:visited,
  .images-viewer-list .side-arrow:hover,
  .images-viewer-list .side-arrow:active
{
  position: absolute;
  top: 0px;
  display: block;
  width: 10px;
  height: 54px;
  text-decoration: none;
  outline-style: none;
}
.images-viewer-list .left-arrow:link,
  .images-viewer-list .left-arrow:visited,
  .images-viewer-list .left-arrow:hover,
  .images-viewer-list .left-arrow:active
{
  text-align: left;
  left: 0px;
}
.images-viewer-list .right-arrow:link,
  .images-viewer-list .right-arrow:visited,
  .images-viewer-list .right-arrow:hover,
  .images-viewer-list .right-arrow:active
{
  padding-left: 3px;
  text-align: right;
  right: 0px;
}
.images-viewer-list .side-arrow:link img,
  .images-viewer-list .side-arrow:visited img,
  .images-viewer-list .side-arrow:hover img,
  .images-viewer-list .side-arrow:active img
{
  width: 7px;
  height: 100%;
}
.images-viewer-list .left-arrow .enabled,
.images-viewer-list .left-arrow:link .enabled,
  .images-viewer-list .left-arrow:visited .enabled,
  .images-viewer-list .left-arrow:hover .enabled,
  .images-viewer-list .left-arrow:active .enabled
{
  display: block;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/arrow_left.gif) no-repeat left center;
}
.images-viewer-list .left-arrow .disabled,
.images-viewer-list .left-arrow:link .disabled,
  .images-viewer-list .left-arrow:visited .disabled,
  .images-viewer-list .left-arrow:hover .disabled,
  .images-viewer-list .left-arrow:active .disabled
{
  display: block;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/arrow_left_disabled.gif) no-repeat left center;
}
.images-viewer-list .hidden {
  display: none;
}
.images-viewer-list .right-arrow .enabled,
  .images-viewer-list .right-arrow:link .enabled,
  .images-viewer-list .right-arrow:visited .enabled,
  .images-viewer-list .right-arrow:hover .enabled,
  .images-viewer-list .right-arrow:active .enabled
{
  display: block;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/arrow_right.gif) no-repeat left center;
}
.images-viewer-list .right-arrow .disabled,
  .images-viewer-list .right-arrow:link .disabled,
  .images-viewer-list .right-arrow:visited .disabled,
  .images-viewer-list .right-arrow:hover .disabled,
  .images-viewer-list .right-arrow:active .disabled
{
  display: block;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/arrow_right_disabled.gif) no-repeat left center;
}

.images-viewer-icons {
  text-align: left;
  padding: 0px;
  margin: 0px 10px;
  overflow: hidden;
}
.images-viewer-icons a:link,
  .images-viewer-icons a:visited,
  .images-viewer-icons a:hover,
  .images-viewer-icons a:active
{
  display: block;
  padding: 0px;
  border: 1px solid #ffffff;
  padding: 0px;
  margin: 0px 10px;
  float: left;
  outline-style: none;
  background: #eeeeee none;
  text-align: center;
  vertical-align: middle;
}
.images-viewer-icons a.selected:link,
  .images-viewer-icons a.selected:visited,
  .images-viewer-icons a.selected:hover,
  .images-viewer-icons a.selected:active
{
  border: 1px solid #215485;
}
.images-viewer-icons a:hover {
  border: 1px solid #cccccc;
}
.images-viewer-icons img {
  margin: 1px;
  vertical-align: middle;
  border: 0px none;
}

/*
  Order invoice
*/
.order-invoice {
  background: #ffffff none;
}
.invoice-company-icon {
  vertical-align: top;
  padding-top: 30px;
}
.invoice-data-box {
  width: 100%;
}
.invoice-data-box table {
  width: 100%;
}
.invoice-data-box table tr td {
  padding: 2px;
  vertical-align: top;
}
.invoice-title {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}
.invoice-data-box table tr td.invoice-right-info {
  text-align: right;
  vertical-align: bottom;
}
hr.invoice-line {
  margin: 2px 0px 17px 0px;
  border-bottom: 2px solid #58595b;
}
.invoice-personal-info {
  width: 45%;
  margin-bottom: 15px;
}
.invoice-personal-info tr td {
  padding: 0px;
}
.invoice-personal-info tr td strong {
  white-space: nowrap;
}
.invoice-address-box {
  width: 100%;
  margin-bottom: 30px;
}
.invoice-address-title {
  width: 45%;
  height: 25px;
}
td.invoice-line {
  vertical-align: top;
  padding: 0px;
  height: 4px;
}
td.invoice-line img {
  height: 2px;
  width: 100%;
  background: #58595b none;
}
.invoice-address-box table {
  width: 100%;
}
.invoice-address-box table tr td {
  padding: 0px;
}
.invoice-address-box table tr td strong {
  white-space: nowrap;
}
.invoice-customer-notes {
  padding-top: 30px;
}
.invoice-customer-notes p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.invoice-customer-notes div {
  border: 1px solid #cecfce;
  height: 50px;
  overflow: hidden;
  padding: 5px;
}
.invoice-bottom-note {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
}
p.invoice-products-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center
}
.invoice-products {
  width: 100%;
  background: #000000 none;
}
.invoice-products tr td,
  .invoice-products tr th
{
  background: #ffffff none;
}
.invoice-products tr th {
  padding: 3px;
  background: #cccccc none;
  white-space: nowrap;
}
.invoice-products tr th.invoice-sku-column,
  .invoice-products tr th.invoice-quantity-column,
  .invoice-products tr th.invoice-total-column
{
  width: 60px;
}
.invoice-products tr th.invoice-tax-column {
  width: 100px;
}
.invoice-products tr th.invoice-price-column {
  width: 100px;
  text-align: center;
}
.invoice-products tr td {
  /*padding: 3px;*/
}
.invoice-products tr td.invoice-price-column,
  .invoice-products tr td.invoice-tax-column,
  .invoice-products tr td.invoice-quantity-column
{
  text-align: center;
}
.invoice-products tr .poptions-options-list td {
  padding-left: 0;
}
.invoice-products tr td.invoice-product-column span {
  font-size: 11px;
}
.invoice-products tr td.invoice-product-column table tr td {
  /*vertical-align: top;*/
  /*padding: 0px 3px 3px 0px;*/
}
.invoice-products tr td.invoice-product-column p {
  white-space: nowrap;
}
.invoice-products tr td.invoice-product-column div {
  padding-left: 10px;
  white-space: nowrap;
}
.invoice-products tr td.invoice-price-column {
  text-align: right;
  white-space: nowrap;
}
.invoice-products tr td.invoice-total-column {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}
.invoice-totals {
  width: 100%;
}
.invoice-totals tr td {
  padding: 0px;
}
.invoice-totals tr .invoice-total-title {
  text-align: right;
  width: 100%;
  height: 20px;
}
.invoice-totals tr .invoice-total-name {
  text-align: right;
  width: 100%;
  height: 20px;
  padding-right: 3px;
}
.invoice-totals tr .invoice-total-value {
  text-align: right;
  height: 20px;
  padding-right: 5px;
  white-space: nowrap;
}
.invoice-totals tr .invoice-total-name-fin {
  text-align: right;
  width: 100%;
  height: 25px;
  padding-right: 3px;
  background: #cccccc none;
}
.invoice-totals tr .invoice-total-value-fin {
  text-align: right;
  height: 25px;
  padding-right: 5px;
  background: #cccccc none;
  white-space: nowrap;
}
.invoice-totals tr td.invoice-line {
  height: 2px;
}
.invoice-giftcerts {
  width: 100%;
}
.invoice-giftcerts tr td {
  padding: 0px;
}
.invoice-giftcerts tr th {
  background: #cccccc none;
}
.invoice-giftcerts tr th.invoice-giftcert-id {
  width: 60px;
}
.invoice-giftcerts tr td.invoice-giftcert-id {
  text-align: center;
}
.invoice-giftcerts tr .invoice-giftcert-cost {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}

/*
  404 error page
*/

.error-page #header .line2 ul.navbar,
.error-page #left-bar,
.error-page #right-bar,
.error-page #location
{
  display: none;
}

.error-page .subcontainer {
  text-align: left;
  max-width: 700px;
  margin: 32px auto 0px auto;
  position: relative;
  clear: both;
}
.error-page .code-number {
  font-size: 74px;
  color: #d8d8d8;
  width: 186px;
  float: left;
  text-align: center;
}
.error-page .description {
  width: 514px;
  float: right;
}
.error-page .description h1 {
  font-weight: normal;
  color: #000000;
}
.error-page .description a:link,
  .error-page .description a:visited,
  .error-page .description a:hover,
  .error-page .description a:active
{
  text-decoration: underline;
}
.error-page .description ul {
  margin: 0px;
  padding: 5px 0px;
  list-style-position: inside;
}
.error-page .reason {
  font-weight: bold;
  color: #a10000;
}
.error-page .description hr {
  margin: 10px 0px 15px 0px;
}
.error-page ul.links {
  margin: 0px;
  padding: 5px 0px;
  list-style: none;
}

/*
  PayPal
*/
.paypal-cart-button {
  text-align: right;
  height: 65px;
}
.paypal-cart-button div {
  width: 200px;
  height: 65px;
  margin-left: auto;
  margin-right: 0px;
  overflow: visible;
  text-align: right;
}
.paypal-cart-button p {
  width: 100%;
  text-align: right;
  margin: 10px 0px;
}

.paypal-cart-icon {
  float: left;
  padding-right: 10px;
}

/*============================================================================

  module styles

==============================================================================*/

/*
  bestsellers module
*/

/* bestsellers menu box */
.menu-bestsellers img.icon {
  background: url(../../skin/txs_ModernLiving/css/../images/dingbats_categorie.gif) no-repeat;
}
.menu-bestsellers ul li a:link,
  .menu-bestsellers ul li a:visited,
  .menu-bestsellers ul li a:hover,
  .menu-bestsellers ul li a:active
{
  font-weight: normal;
}
.menu-bestsellers ul {
  margin-left: 20px;
  list-style: decimal outside none;
  font-weight: bold;
}
.menu-bestsellers ul li,
  .menu-special ul li,
  .menu-help ul li,
  .menu-manufacturers ul li
{
  padding: 4px 0px;
}

/* bestsellers products list */
ul.bestsellers-products-item {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.bestsellers-products-item li {
  list-style: none;
  padding: 2px;
}
ul.bestsellers-products-item img {
  width: 50px;
  float: left;
}
.bestsellers-products-item .details {
  margin-left: 50px;
  padding-left: 2px;
}
.bestsellers-products-item a.product-title:link,
  .bestsellers-products-item a.product-title:visited,
  .bestsellers-products-item a.product-title:hover,
  .bestsellers-products-item a.product-title:active
{
  font-weight: bold;
}

/*
  customer reviews module
*/
.creviews-rating-box {
  margin-top: 0px;
  padding-bottom: 7px;
}
.creviews-vote-bar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: visible;
}
.creviews-vote-bar li ul {
  position: absolute;
  top: 0px;
  left: 22px;
}
.creviews-vote-bar li {
  margin: 0px;
  padding: 0px;
  overflow: visible;
  position: relative;
  width: 22px;
  height: 20px;
}
.creviews-vote-bar a,
  .creviews-vote-bar span,
  .creviews-vote-bar a img,
  .creviews-vote-bar span img
{
  display: block;
  margin: 0px;
  width: 22px;
  height: 20px;
  overflow: hidden;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/stars.png) no-repeat 1px -20px; /*zaa orignal top*/
}
.creviews-vote-bar span.full,
  .creviews-vote-bar span img
{
  background-position: 1px -20px;
}
.allow-add-rate a {
  background-position: 1px -20px; /*zaa orignal-40px*/
}
.allow-add-rate a.full,
  .allow-add-rate a img
{
  background-position: 1px -60px;
}
.allow-add-rate li:hover > a,
  .allow-add-rate li:hover > a.full
{
  background-position: 1px -80px;
}
.allow-add-rate li:hover > a img {
  display: none;
}

.creviews-rating-box .progress {
  display: block;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/progress.gif) repeat-x left 5px;
  height: 20px;
}
.creviews-rating-box.message span {
  display: block;
  padding-top: 5px;
  font-size: 11px;
  font-weight: bold;
}
.creviews-rating {
  font-size: 10px;
  color: #8a8a8a;
}

ul.creviews-reviews-list {
  list-style: none;
  margin: 0px 0px 35px 0px;
  padding: 0px;
  width: 100%;
}
ul.creviews-reviews-list li {
  margin: 0px;
  padding: 12px 0px;
}
div.creviews-reviews-list {
  text-align: center;
  padding: 12px 0px 25px 0px;
}
.creviews-reviews-title {
  font-weight: bold;
  white-space: nowrap;
  font-size: 12px;
}
.creviews-reviews-add table td {
  padding: 2px;
}

/*
  detailed product images module
*/

/* detailed images on product detailed page */
.dpimages-list .content {
  text-align: center;
}
.dpimages-list .content img {
  padding: 0px 0px 10px 0px;
}
.dpimages-list .content img.last {
  padding: 0px;
}

/* product details line */
div.dpimages-popup-link {
  margin-top: 3px;
  text-align: center;
  vertical-align: middle;
}
.dpimages-popup-link a:link,
  .dpimages-popup-link a:visited,
  .dpimages-popup-link a:hover,
  .dpimages-popup-link a:active
{
  text-decoration: underline;
  padding: 0px 0px 0px 17px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/zoom_image.gif) no-repeat left 1px;
  line-height: 13px;
}
.printable .dpimages-popup-link {
  display: none;
}

/*
  discount coupons module
*/
.dcoupons-add-coupon {
  color: #112536;
  font-weight: bold;
}
/* clear link */
.dcoupons-clear img {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/delete_cross.gif) no-repeat;
  width: 11px;
  height: 11px;
  vertical-align: bottom;
}

/*
	fast lane checkout module
*/
.flc-sns-button {
  position: absolute;
  top: 0px;
  left: 30px;
  height: 100%;
}
.flc-sns-button img {
	width: 9px;
	height: 9px;
}
.flc-top-login {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 20px;
  line-height: 21px;
  text-align: right;
  width: 50%;
  vertical-align: middle;
}
#header .flc-top-login .simple-button {
  margin-bottom: 7px;
}
.flc-top-login-text {
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
}

.flc-container #header .line2 {
  height: 20px;
}
.flc-container #content-container {
  margin-top: 102px;
}
.flc-container #header {
  height: 102px;
}
.flc-container #center {
  text-align: center;
}
.flc-container #center-main {
  text-align: left;
}

/*  Checkout page : user profile */
.flc-login-text a:link,
  .flc-login-text a:visited,
  .flc-login-text a:hover,
  .flc-login-text a:active
{
  text-decoration: underline;
}
.flc-left-dialog input {
  width: 180px;
}

input[type="checkbox"]
{
 width: 14px !important;
 height: 14px !important;
}


/* Checkout page : shipping & payment methods */
.flc-checkout-container {
  vertical-align: top;
  padding-bottom: 30px;
  width: 100%;
  clear: both;
}
.flc-checkout-container .flc-address {
  vertical-align: top;
  width: 30%;
  float: left;
  overflow: hidden;
}
.flc-checkout-container .flc-checkout-options {
  margin-left: 32%;
  vertical-align: top;
}
.flc-payments tr td {
  padding: 5px;
  vertical-align: top;
}
.flc-payments tr td.flc-payment-name {
  width: 20%;
  white-space: nowrap;
  padding-right: 10px;
}
.flc-payments tr td.flc-payment-name label {
  font-weight: bold;
}
.flc-payments tr td.flc-payment-descr {
  width: 80%;
}
.flc-payments tr td.flc-payment-paypal {
  width: 100%;
}
.flc-payments tr td.flc-payment-paypal img {
  border: 0px none;
}
.flc-shippings label {
  position: relative;
  display: block;
  padding: 2px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.flc-shippings label input {
  vertical-align: middle;
}
.flc-shippings label span {
  padding-left: 3px;
}
.flc-shippings label.highlight {
  background: #eeeeee none
}

/* Checkout page : tabs */
div.flc-tabs-container {
  position: relative;
  text-align: right;
  height: 60px;
}
div.flc-tabs {
  position: absolute;
  right: 0;
  top: 0;
}
ul.flc-progress-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.flc-progress-bar li {
  float: left;
  height: 60px;
  width: 150px;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

div.flc-tab-cart-line {
  vertical-align: top;
  text-align: center;
  height: 30px;
}
div.flc-tab-cart-line img {
  width: 18px;
  height: 13px;
  text-align: center;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/cart_checkout.gif) no-repeat left top;
}

div.flc-tab-marks-line {
  padding: 0px;
  height: 10px;
  vertical-align: top;
}
.flc-tab-marks-line div {
  width: 100%;
  height: 6px;
  position: relative;
}
.flc-tab-marks-line img {
  position: absolute;
  background: #a6b1c1 none;
}
.flc-tab-marks-line .flc-tab-line-img1 {
  top: 0px;
  right: 50%;
  left: 0px;
  width: 50%;
  height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img2 {
  top: 0px;
  right: 0px;
  left: 50%;
  width: 50%;
  height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img3 {
  top: 2px;
  right: 50%;
  width: 2px;
  height: 4px;
}
.flc-tab-marks-line .flc-tab-first .flc-tab-line-img1 {
  width: 2px;
  left: auto;
}
.flc-tab-marks-line .flc-tab-last .flc-tab-line-img2 {
  background: white none;
}
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1,
  .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2,
  .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3,
  .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,
  .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3
{
  background: #ff8600 none;
}

div.flc-tab-links {
  font-weight: bold;
  text-align: center;
  padding: 0px 5px;
}
.flc-tab-links a:link,
  .flc-tab-links a:visited,
  .flc-tab-links a:hover,
  .flc-tab-links a:active
{
  text-decoration: underline;
  font-weight: bold;
}

/*
  Checkout : last  step
*/
.flc-checkout-products {
  padding-bottom: 30px;
}
.flc-checkout-box-info {
  padding: 0px 19px 30px;
}
.flc-checkout-address-left {
  width: 48%;
  float: left;
  vertical-align: top;
  padding-bottom: 15px;
}
.flc-checkout-address-right {
  vertical-align: top;
  margin-left: 50%;
  padding-bottom: 15px;
}
table.flc-checkout-address tr td {
  width:230px;
  font:bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:#333;
  padding:0px;
}
table.flc-checkout-address tr td.flc-td-address {
	padding-left:2px;
	width:145px;
}
.flc-payment-options {
  padding-bottom: 15px;
}

/*
  gift certificate module
*/

/* gift certificate page */
.giftcert-header {
  vertical-align: middle;
  padding-bottom: 15px;
}
.giftcert-header img {
  width: 61px;
  height: 67px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/gift.gif) no-repeat left top;
  float: left;
  margin: 0px 15px 15px 0px;
}
.giftcert-table .giftcert-title {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 0px 0px 0px;
}
.giftcert-table .data-name {
  text-align: right;
}
.giftcert-table .giftcert-subtitle {
  padding-bottom: 30px;
}
.giftcert-table .giftcert-h-separator {
  padding: 15px 0px;
}
.giftcert-table .giftcert-h-separator hr {
  border-bottom: 1px solid #cccccc;
}
.giftcert-table .buttons-row #preview_button {
  float: left;
}
.giftcert-table .giftcert-delivery-method {
  font-weight: bold;
}
table.data-table tr#preview_template td {
  vertical-align: middle;
}
#preview_template td select {
  margin-right: 20px;
}

/* cart page */
.giftcert-item .image img {
  width: 84px;
  height: 69px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/gift.gif) no-repeat left top;
}
.giftcert-item .giftcert-item-row .giftcert-item-subtitle {
  padding-right: 3px;
}
.giftcert-item .product-title {
  padding-bottom: 15px;
}


/*
  google checkout module
*/
.gcheckout-cart-buttons {
}
.gcheckout-cart-buttons div {
  width: 200px;
  margin-left: auto;
  margin-right: 0px;
  overflow: visible;
  text-align: right;
}
.gcheckout-cart-buttons p {
  width: 100%;
  text-align: right;
  margin: 10px 0px;
}

table.gcheckout-top-button {
  float: right;
  margin-bottom: 3px;
}
table.gcheckout-top-button tr td {
  padding: 0px;
}
table.gcheckout-top-button tr td.gcheckout-or-use {
  padding-left: 20px;
  padding-right: 20px;
}
.error-page .gcheckout-top-button {
  display: none;
}

/*
  image verification module
*/
div.iv-box {
  margin-top: 15px;
  font-size: 10px;
  line-height: normal;
}
table.data-table tr td.iv-box {
  font-size: 10px;
  line-height: normal;
  vertical-align: middle;
  padding-right: 10px;
}
table.data-table tr td.iv-box-descr {
  padding-top: 15px;
  font-size: 10px;
  line-height: normal;
}
.iv-description {
  padding: 0px;
  margin: 0px;
}
.iv-row {
  text-align: left;
  height: 60px;
}
.iv-img {
  text-align: center;
}
.iv-input {
  text-align: center;
}
.iv-row .iv-img {
  text-align: left;
  margin-right: 10px;
  float: left;
}
.iv-row .iv-input {
  text-align: left;
  height: 60px;
  line-height: 60px;
}
.iv-input input {
  width: 100px;
}
.iv-error {
  padding-left: 5px;
  color: #880000;
}
.iv-box a:link,
  .iv-box a:visited,
  .iv-box a:hover,
  .iv-box a:active
{
  text-decoration: none;
  border: none;
  border-bottom: 1px dashed #3c6992;
  white-space: nowrap;
  color: #3c6992;
  font-size: 10px;
}

/*
  News management module
*/
.news-register-item {
  margin-bottom: 5px;
}
.news-register-item label {
  line-height: 15px;
}
.news-register-item span {
  font-style: italic;
}
.news-item {
}

/* News list */
label.news-item {
  display: block;
  font-weight: bold;
}
.news-item-descr {
  font-style: italic;
  padding-left: 20px;
  padding-bottom: 15px;
}
.news-list {
}
.news-list .news-item {
  margin-top: 27px;
}
.news-list .news-item.last {
  margin-bottom: 27px;
}
.news-list .news-date {
  color: #818891;
}
.news-list .news-title {
  color: #2c3e49;
  font-weight: bold;
  font-size: 14px;
}
.news-list .news-body {
  margin-top: 10px;
}

/*
  'Note' box
*/
div.note-box {
  position: absolute;
  border: 1px solid black;
  background-color: #f6f5eb;
  margin: 0px 0px 0px 30px;
  padding: 3px;
  width: 150px;
  font-size: 15px;
  line-height: 15px;
  white-space: normal;
  overflow: hidden;
}

/*
  product options module
*/
/* exceptions list */
#exception_msg {
  padding-bottom: 15px;
}
.poptions-exceptions-list {
  padding-bottom: 15px;
}

/* short options list */
.poptions-options-list {
  padding: 1px;
}
.poptions-options-list td {
  padding-right: 10px;
}

/*
  recommended products module
*/
ul.rproducts {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}
ul.rproducts li {
  margin: 0px;
  padding: 4px 0px;
  font-size: 7px;
}
ul.rproducts a:link,
  ul.rproducts a:visited,
  ul.rproducts a:hover,
  ul.rproducts a:active
{
  font-weight: bold;
  font-size: 12px;
}
.printable .rproducts-dialog {
  display: none;
}

/*
  sns module
*/
.sns-button img {
  cursor: pointer;
}
.sns-button .text {
  height: 15px;
  text-align: center;
}
.sns-button .text a:link,
  .sns-button .text a:visited,
  .sns-button .text a:hover,
  .sns-button .text a:active
{
  font-family: arial;
  text-decoration: none;
  color: #550000;
  font-weight: bold;
}

/*
  Stop list module
*/
img.slist-no-ip {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/no_ip.gif) left top;
}

/*
  subscriptions module
*/
.subscriptions-product-price {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
  padding-right: 5px;
}
.subscriptions-product-price-value {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
}

/*
  upselling products module
*/
.uproducts ul {
  list-style: none outside none;
  padding: 0px;
  margin: 0px;
}
.uproducts li {
  padding: 5px;
  font-weight: bold;
}
ul.uproducts a:link,
  ul.uproducts a:visited,
  ul.uproducts a:hover,
  ul.uproducts a:active
{
  font-weight: bold;
  font-size: 12px;
}
.printable .uproducts {
  display: none;
}

/*
  ups online tools module
*/
.ups-logo {
  width: 84px;
  height: 96px;
  margin: 0px 5px 15px 5px;
}
.ups-logo-cell {
  margin: 25px 20px 5px 20px;
  text-align: center;
}
.ups-notice {
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
  padding-left: 10px;
}
table.ups-error tr td {
  padding: 1px;
}
.ups-error-name {
  width: 20%;
}

/*
  users online module
*/
/* users statistics box */
.uo-box {
  width: 100%;
  border-top: 1px solid #acb7c7;
  background-color: #e8edf4;
  padding: 10px 0px 10px 13px;
}

/*
  wholesale module
*/

/*
  wishlist module
*/
.wishlist-sendlist {
  margin-top: 15px;
}
.wishlist-sendlist .button {
  margin-left: 10px;
  margin-top: -3px;
}
.wishlist-sendlist input.input-email {
  width: 140px;
}

/*==============================================================================

  alternative layouts

==============================================================================*/

/*
  printable
*/
.printable #content-container {
  position: static;
  padding: 0px;
  margin-top: 82px;
}
.printable #content-container2 {
  float: none;
  position: static;
  left: 0px;
  right: 0px;
  width: 100%;
}
.printable #center {
  float: none;
  position: static;
  width: 100%;
  left: 0px;
}
.printable #header {
  position: static;
  height: 82px;
}
.printable #header .tabs {
  display: none;
}
.printable #header .line2 {
  display: none;
}
.printable #header .printable {
  display: none;
}
.printable #center-main {
  margin: 0px 10px 0px 10px !important;
  position: static;
}
.printable #footer {
  position: static !important;
}
.printable #footer .subbox {
  background: transparent none;
}

/* buttons */
.printable button.button,
  .printable div.button
{
  border: 1px solid #acb7c7;
}
.printable .button,
  .printable .button *
{
  background: transparent none !important;
}

/* containers */
.printable .dialog .title {
  background: transparent none;
}
.title h2 {
  margin: 0px;
}
.printable .product-details .dropout-wrapper {
  height: 150px;
}

/* service styles */
.printable .no-print {
  display: none;
}

/*
  users online sublayout
*/
.uo-container #content-container {
  padding-bottom: 74px;
}
.uo-container #footer {
  height: 74px;
}

.normal {
  font-weight: normal;
}

/*
  Admin preview layout
*/
.admin-preview #header,
  .admin-preview #footer,
  .admin-preview #left-bar,
  .admin-preview #right-bar,
  .admin-preview #location,
  .admin-preview .offers-short-list,
  .admin-preview .creviews-dialog,
  .admin-preview .send2friend-dialog
{
  display: none;
}
.admin-preview #content-container {
  margin: 0px;
  padding: 0px;
}
.admin-preview #center-main {
  margin: 5px;
}

/*
    'Need help' box
*/
.need-help-link:link,
  .need-help-link:visited,
  .need-help-link:hover,
  .need-help-link:active
{
  text-decoration: none;
  cursor: help;
  border: none;
  border-bottom: 1px dashed #3c6992 !important;
  white-space: nowrap;
  color: #3c6992 !important;
}
div.need-help-box,
  div.need-help-box div
{
  position: relative;
  width: 200px;
  margin: 0px;
  padding: 0px;
}
div.need-help-box div {
  position: absolute;
  top: 0px;
  left: 14px;
  border: 1px solid #888888;
  background: white;
  padding: 6px;
  white-space: normal;
  font-weight: normal;
  overflow: hidden;
}

select.adv-search-select {
  width: 400px;
}
div.evaluation-notice {
  border: solid 4px #c7c5c5;
  background: #f7f6f4;
  padding: 16px;
  color: #2c3e49;
  margin-bottom: 25px;
}
div.evaluation-notice span.license-warning {
  color: #911717;
  font-weight: bold;
}

/*
  Language selectors
*/
strong.language-code img,
  a.language-code img,
  .language-code img.language-code-out
{
  padding: 2px;
  border: 0px none;
}

strong.language-code img,
  .language-code-over
{
  padding: 1px !important;
  border: solid 1px #ffffff !important;
}
div.market-price {
  margin-top: 4px;
  color:#666666;
}
div.man-url {
  margin-bottom: 6px;
}


.cart-box span span{
    float: none !important;
    padding: 0 !important;
    border: none !important;
}
.btn-cart{
  overflow: visible !important;
}
.btn-cart em{
  padding: 0 !important;
  position: relative !important;
  width: auto !important;
  top: 0 !important;
}

.checkout-form-place-order h3 {
	margin:0 19px 2px;
	font:17px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:Arial,Helvetica,sans-serif;
	color:#4a4a4a;
	padding:0 23px 1px;
	background:#ebebeb;
	overflow:hidden;
	height:1%;
}
.checkout-form-place-order .right-box{
	padding-right:21px;
	height:21px;
	margin-bottom:-21px;
	position:relative;
	width:auto !important;
	height:1%;
	overflow:hidden;
}
.checkout-form-place-order .right-box a.simple-button{
	font-size:13px;
	font-weight:bold;
	color:#691113;
	float:right;
	text-decoration:none;
}
.checkout-form-place-order .right-box a.simple-button:hover{text-decoration:underline;}
.flc-checkout-box-info h3.grey,
.flc-checkout-address-left h3.grey, .flc-checkout-address-right h3.grey {
	margin:0;
	color:#4a4a4a;
	font-size:16px;
	font-weight:normal;
	background:#f9f8f7;
	padding:3px 0 5px 23px;
	border: none;
	font:17px Arial,Helvetica,sans-serif;
}
.flc-checkout-box-info table.data-table td.data-name {
  width:151px !important;
  padding:1px 15px 0 0 !important;
  text-align:right !important;
  font:bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif !important;
  color:#333 !important;
}
.checkout-form-place-order .halign-center .button {
	width:208px !important;
	text-transform:uppercase;
}


.flc-payment-options table.data-table td.data-name {
    width:auto !important;

}




.flc-payment-options table.data-table .selectArea {
  margin-right:6px;
}

.messagebox{display: block;}

button.do-add2cart-wait  {
  display: block;
  border: none;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/progress.gif) repeat-x left 5px;
}

.btn-cart .minicart-box .progress{
  position: absolute;
  width:62px;
  height:16px;
}
#mini-cart-form-id button.update-cart{
  width:auto;
}
#tab3-2 .f-review button.button{
  margin-left:135px;
  width:118px;  
}

#tab4 .f-send .button{
  margin-left:153px;
}

.cart-content .box .content{
  border: none;
}

.f-login button.main-button {
  margin:1px 0 0 113px;
  width:110px;
}
.flc-left-dialog,.flc-right-dialog{
  margin-right:18px !important;
}
.flc-left-dialog .content,
.flc-right-dialog .content{
  line-height:18px !important;
  padding:5px 19px 15px !important;
}

.details-form-holder{
  padding: 0 !important;
}

td.register-section-title div{
  background:none repeat scroll 0 0 #EBEBEB;
  margin:0 0 10px;
}

td.register-section-title div label {
  background:none repeat scroll 0 0 #EBEBEB;
  color:#4A4A4A;
  font:17px/26px "Trebuchet MS",Arial,Helvetica,sans-serif;
  padding:0 23px 1px;
  letter-spacing: normal;
  text-align:left !important;
	width: 812px;
}

div.news-register-item label{
  float: none;
  width: auto;
  }
.details-form-holder .register-table .halign-center button.main-button{
    width:208px !important;
}
#main .flc-tabs-dialog{
  margin-bottom:17px;
}
#main .flc-tabs-dialog .title{
  padding:11px 15px 8px 22px;
}

#main .flc-tabs-dialog .title h2{
 padding:7px 0px 8px 10px;
 width: 180px;
 float: left;
}


#main .box .title .step-box  {
  float:right;
  width:640px;
}

#main .flc-left-dialog .content,
#main .flc-right-dialog .content{
  height: 200px;
}


#flc-register-dialog .box{
  margin-top:20px;
}
#flc-register-dialog .box .title{
  padding:10px 15px 12px 22px;
}
#flc-register-dialog .box .title h2{
  margin:1px 0 0;
}
.w-sendall-form button.button{
  float: right;
  width:158px;
}

#main .flc-plaqments-dialog .content{
  padding: 0;
}


.E-message p {margin-top:7px;}

#main .box .content .content{
  padding:10px 0 0 !important;
  border: none !important;
}
.description-product .description-box{
  margin-top:20px;
}
.f-review .form-label {
    margin:0;
    color:#333333;
    float:left;
    font:13px Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding-right:15px;
    text-align:right;
    width:116px;
}
.f-review .form-label span {
  color:#DD661B;
  font:bold 17px Arial,Helvetica,sans-serif;
  padding-left:2px;
  width:6px;
}
.f-login .form-label label,
.f-send .form-label label,
.f-review .form-label label{
  padding:0 !important;
  float: none !important;
  width: auto !important;
}

.f-send .form-label {
  margin:0;
  color:#333333;
  float:left;
  font:13px Verdana,Geneva,Arial,Helvetica,sans-serif;
  padding-right:15px;
  text-align:right;
  width:138px;
}
.f-send .form-label span {
  color:#DD661B;
  font:bold 17px Arial,Helvetica,sans-serif;
  padding-left:2px;
  width:6px;
}
.f-login .form-label {
  margin:0 !important;
  color:#333333;
  float:left;
  font:bold 14px Verdana,Geneva,Arial,Helvetica,sans-serif;
  letter-spacing:-1px;
  padding-right:15px;
  text-align:right;
  width:98px;
}
.f-login .form-label span  {
  color:#DD661B;
  font:bold 17px Arial,Helvetica,sans-serif;
  padding-left:3px;
}

.popup-link, .popup-holder a.info {
	float:left;
	width:17px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../skin/txs_ModernLiving/css/../images/icon-info.gif) no-repeat;
	margin-top:2px;
}

#tab4 {
	padding: 10px 0px 10px 10px;
}

div.ajax-popup-error-message {
  padding: 0 5px;
  margin: 10px 0;
  display: none;
}

div.ajax-popup-error-message span {
  float: left;
  margin: 0 10px 0 3px;
}

/**
 * BlockUI plugin (screen overlay) 
 */
.blockMsg {
  padding: 0;
  margin: 0;
  min-width: 200px;
  top: 40%;
  text-align: center;
  color: #000;
  border: 3px solid #aaa !important;
  background-color: #fff !important;
  cursor: wait;
  max-width: 100%;
}

.blockUI span.waiting {
  padding: 3px;
  background: #fbfbfb url(../../skin/txs_ModernLiving/css/../images/loading.gif) no-repeat;
  color: #617683;
  display: inline-block;
  font-size: 18px;
  margin: 8px 5px;
  padding: 5px 0 5px 45px;
}

.ui-dialog .blockOverlay {
  background: #fff !important;
  opacity: 1 !important;
  filter:Alpha(Opacity=100);
}

.ui-dialog .blockMsg {
  border: 0 none !important;
}
/**
 * Popup-dialog 
 */
div.popup-dialog {
  text-align: left;
  min-width: 300px;
}
.popup-dialog .row {
  margin-bottom: 10px;
}
.popup-dialog .row > label {
  display: inline-block;
  max-width: 40%;
  min-width: 150px;
  margin-right: 20px;
}
.popup-dialog .row > label + select {
  max-width: 55%;
}

.dotted {
  text-decoration: none !important;
  border-bottom: 1px dotted #888;
}

.toggle-link {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/arrow_down.png) no-repeat right 8px;
  padding-right: 15px;
}
.product-tab-content {padding:5px 0px 5px 5px}

#colorbox,
#colorbox * {
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#colorbox #cboxContent {
  font-size: 12px;
}
#colorbox #cboxTitle {
  box-sizing: border-box;
  padding: 0 100px;
  background: #fff;
}
@media screen and (max-width:767px) {

  .menu-dialog.menu-rviewed-section {
    display: none;
  }
  
  .home-main-banners {
    margin-bottom: 10px !important;
  }

  #wrapper {
    margin-top: 5px !important;
  }

  .category-title-banner-holder {
    margin-top: -50px;
  } 

  .product-place .product-heading h1 {
    font-size: 16px !important;
  }

  .product-place .product-heading {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  h1.page-title {
    margin-bottom: -20px;
    margin-top: 10px;	
  }

  .currency {
    /* font-size: 19px !important; */
  }

  a.button.checkout {
    float: right !important;
  }

  .total-table td.total-name {
    white-space: normal !important;
  }
 
  .total-table td.total-name {
    font-size: 19px !important;
  }

  #colorbox #cboxTitle {
    bottom: 26px;
    background: #fff;
    padding: 0;
  }
  
  .error-page .code-number,
  .error-page .description {
    float: none;
    padding: 0 20px;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 500px;
  }  
}

.description-product .btn-holder .member-price-button {
  margin-top: 18px;
  background-color: #5ea226;
  border-color: #5ea226;
  box-shadow: 0 5px 10px 1px rgba(21, 169, 19, 0.25);
}
.description-product .btn-holder button.member-price-button:hover {
  background:#fff;
  color:#5ea226;
}
.description-product .btn-holder .member-info-button {
  background-color: #5ea226;
  border-color: #5ea226;
  box-shadow: 0 5px 10px 1px rgba(21, 169, 19, 0.25);
  width: 50px !important;
  padding: 0;
  position: relative;
  right: -43px;
  top: -42px;
  font-weight: bold;
}
.description-product .btn-holder button.member-info-button:hover {
  background:#fff;
  color:#5ea226;
}
a.login-register-here {
  color: #ED8B00;
}
.ui-widget-content a.login-register-here:hover {
  font-weight: bold;
}


.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Open Sans', sans-serif;
}
.ui-widget-overlay + #email_note {
  display: none !important;
}
.membership-signin-popup.ui-dialog {
  box-shadow: 0 0 50px 0 #555;
	border-radius: 3px;
	border:0 none;
  padding:0;
  overflow: visible;
  background: #fff none;
}
.membership-signin-popup.ui-dialog .ui-dialog-titlebar {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  background: transparent none;
  border: 0 none;
  z-index: 999;
}
.membership-signin-popup.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.membership-signin-popup.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  width:20px;
  height:20px;
  margin:0;
  right:2px;
  top:2px;
  display: block;
  background: transparent none;
  border: 0 none;
}
.membership-signin-popup.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span {
  display: none;
}
.membership-signin-popup.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
.membership-signin-popup.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  position: absolute;
  left: 10px;
  top: 0px;
  content: ' ';
  height: 20px;
  width: 1px;
  background-color: #000;
}
.membership-signin-popup.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
    transform: rotate(45deg);
}
.membership-signin-popup.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
    transform: rotate(-45deg);
}
.membership-signin-popup.ui-dialog .popup-dialog.ui-dialog-content {
  padding:0;
  overflow: visible;
}
.membership-signin-popup .member-register-left {
  float: left;
  width:50%;
  position: relative;
}
.membership-signin-popup .member-register-left__main-img {
  max-width: 100%;
  display: block;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 3px 0 0 3px;
}
.membership-signin-popup .member-register-left__so {
  width: 193px;
  /* height: 133px; */
  z-index: 11;
  position: absolute;
  left: 10%;
  top: -5px;
}
.membership-signin-popup .member-register-right {
  float: right;
  width:50%;
  padding: 20px 7%;
}
.membership-signin-popup .member-register-left__text-block {
  position: absolute;
  z-index: 11;
  bottom:0;
  width: 100%;
  left:0;
  right:0;
}
.membership-signin-popup .image-text {
  color: #fff;
  padding: 0 50px 40px;
  text-align: left;
  font-size : 24px;
}
.membership-signin-popup .image-text__heading {
  font-weight : bold;
  font-size : 150%;
  line-height : 1.1em;  
  margin-bottom:.5em;
}
.membership-signin-popup .image-text__text {
  font-size : 100%;
  line-height : 1.65em;  
}


.membership-signin-popup .member-register-top.top-note {
  text-align: center;
  margin-bottom: 2em;
}
.membership-signin-popup .top-note p {
  margin: 0;
}
.membership-signin-popup .top-note .top-note__heading {
  font-weight : bold;
  font-size : 40px;
  line-height : 1.2em;
  color : #1B3B56;
  margin-bottom: 1em;
}
.membership-signin-popup .top-note .top-note__heading--orange {
  color: #ED8B00;
}
.membership-signin-popup .top-note .top-note__heading--line-through {
  /* text-decoration: line-through; */
  display: inline-block;
  position: relative;
}
.membership-signin-popup .top-note .top-note__heading--line-through:after {
  content: '';
  display: block;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  left: -3px;
  right: -3px;
  top: 50%;
  border: 0 none;
  background: #ED8B00 none;
}
.membership-signin-popup .top-note .top-note__note {
  font-size : 24px;
  line-height : 1.4em;
  color : #4D4D4D;
}

.membership-signin-popup table.register-table {
  margin: 0 auto;
  width:90%;
}
.membership-signin-popup table.register-table td.data-non-required,
.membership-signin-popup table.register-table td.data-required,
.membership-signin-popup table.register-table td.data-name {
  display: none;
}
.membership-signin-popup table.register-table td {
  font-family: 'Open Sans', sans-serif;
  letter-spacing : 0.4px;
  color : #4d4d4d;
  font-weight: normal;
  padding: 0;
  vertical-align: top;
  padding-bottom: 20px;
}

.membership-signin-popup table.register-table td select,
.membership-signin-popup table.register-table td input {
  width:100%;
  height: 45px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing : 0.4px;
  border-color: #ccc;
  font-size: 20px;
  font-weight: normal;
  padding: 0 15px;
  border-radius: 3px;
  color : #1d1d1d;
}
.membership-signin-popup table.register-table td input::-webkit-input-placeholder {
  color: #666;
}
.membership-signin-popup table.register-table td input:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.membership-signin-popup table.register-table td input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.membership-signin-popup table.register-table td input:-ms-input-placeholder {
  color: #666;
}

.membership-signin-popup table.register-table td button.main-button.green-button {
  width: 100%;
  letter-spacing : 1.68px;
  font-weight : bold;
}


.membership-signin-popup table.register-table span.validate-mark {
  float: right;
  margin-top: -30px;
}

.membership-signin-popup .meber-register-bottom {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size : 23px;
  line-height : .9em;
  color : #1B3B56;  
}
.membership-signin-popup .meber-register-bottom a {
  color: #1B3B56;
  font-weight: bold;
  text-decoration: none;
}
.membership-signin-popup .meber-register-bottom a:hover {
  text-decoration: none;
  color: #ed8b01;
}


/**
 * password validation
 */
.membership-signin-popup span.validate-mark {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.membership-signin-popup span.validate-mark img {
  width: 15px;
  height: 15px;
  margin-left: 3px;
}

.membership-signin-popup span.validate-matched img {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/icon_ok.png) no-repeat left top;
}

.membership-signin-popup span.validate-non-matched img {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/icon_nok.png) no-repeat left top;
}
a.green-button,
button.green-button {
  background-color: #5EA226;
  border-color: #5EA226;
  box-shadow: 0 5px 10px 1px rgba(94, 162, 38, 0.25);
}
a.green-button:hover,
button.green-button:hover {
  color: #5EA226;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  .membership-signin-popup .member-register-left__so {
    top: -3px;
    width: 120px;
  }
  .membership-signin-popup .image-text {
      padding: 0 30px 30px;
      font-size: 19px;
  }
  .membership-signin-popup .member-register-right {
    padding: 20px 5%;
  }
  .membership-signin-popup .top-note .top-note__heading {
    font-size: 32px;
  }
  .membership-signin-popup .top-note .top-note__note {
    font-size: 20px;
  }
  .membership-signin-popup table.register-table td {
    padding-bottom: 10px;
  }
  .membership-signin-popup table.register-table td select,
  .membership-signin-popup table.register-table td input {
    font-size: 18px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .membership-signin-popup .image-text {
    padding: 0 10px 10px;
    font-size: 15px;
  }
  .membership-signin-popup .member-register-right {
    padding: 20px 10px;
  }
  .membership-signin-popup .member-register-top.top-note {
    margin-bottom: 1em
  }
  .membership-signin-popup .top-note .top-note__heading {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .membership-signin-popup .top-note .top-note__note {
    font-size: 16px;
  }
  .membership-signin-popup .meber-register-bottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .membership-signin-popup .member-register-left {
    display: none;
  }
  .membership-signin-popup .member-register-right {
    width:100%;
  }
}

/* Member info popover */
.webui-popover-memeber-info.webui-popover {
  border: 1px solid #5ea226;
}
.webui-popover-memeber-info.webui-popover.top>.webui-arrow,
.webui-popover-memeber-info.webui-popover.top-right>.webui-arrow,
.webui-popover-memeber-info.webui-popover.top-left>.webui-arrow {
  border-top-color: #5ea226;
}
.webui-popover-memeber-info.webui-popover.top>.webui-arrow:after,
.webui-popover-memeber-info.webui-popover.top-right>.webui-arrow:after,
.webui-popover-memeber-info.webui-popover.top-left>.webui-arrow:after {
  bottom: 2px;
}
.webui-popover-memeber-info.webui-popover .webui-popover-title {
  text-align: center;
  color: #1B3B56;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent none;
  border: 0 none;
  font-size: 14px;
  padding-bottom: 3px;
}
.webui-popover-memeber-info.webui-popover .webui-popover-content {
  color: #1B3B56;
  font-size: 14px;
  padding: 0 10px 10px
}
.webui-popover-memeber-info .members-discount-info {
  font-size: 13px;
  
}
.webui-popover-memeber-info .members-discount-info p {
  margin: 0;
}
.webui-popover-memeber-info .members-discount-info .mi-orange {
  color: #ED8B00;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.webui-popover-memeber-info .members-discount-info .mi-note {
  font-size: 12px;
  margin: 7px 0 10px;
}
.webui-popover-memeber-info .mi-product-name {
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
}
.webui-popover-memeber-info .mi-product-price {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
  padding: 0 10px;
}
.webui-popover-memeber-info .mi-member-price {
  color: #5ea226;
  font-weight:bold;
  float: right;
  font-size: 16px;
  margin: 0 5px;
}
.webui-popover-memeber-info .mi-orange {
  color: #ED8B00;
}
.webui-popover-memeber-info .members-price-info .mi-orange {
  font-weight: bold;
}
.webui-popover-memeber-info .line-through{
  /* text-decoration: line-through; */
  display: inline-block;
  position: relative;
}
.webui-popover-memeber-info .line-through:after {
  content: '';
  display: block;
  height: 2px;
  margin-top: 0px;
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  border: 0 none;
  background: #ED8B00 none;
  
}
.webui-popover-memeber-info .mi-register-link {
  text-align: center;
  padding: 18px 0 4px;
}
.webui-popover-memeber-info .mi-register-link a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
  color: #1B3B56;
}
.webui-popover-memeber-info .mi-register-link a:hover {
  color: #ED8B00
} 

.description-product .btn-holder .member-price-button {
 margin-top: 18px;
 background-color: #5ea226 ;
 border-color: #5ea226 ;
 box-shadow: 0 5px 10px 1px rgba(21, 169, 19, 0.25);
}
.description-product .btn-holder button.member-price-button:hover {
 background:#fff;
 color:#5ea226 ;
}
.description-product .btn-holder .member-info-button {
 background-color: #5ea226 ;
 border-color: #5ea226 ;
 box-shadow: 0 5px 10px 1px rgba(21, 169, 19, 0.25);
 width: 50px !important;
 padding: 0;
 position: relative;
 right: -43px;
 top: -42px;
 font-weight: bold;
}
.description-product .btn-holder button.member-info-button:hover {
 background:#fff;
 color:#5ea226 ;
}
a.login-register-here {
 color: #ED8B00 ;
}
.ui-widget-content a.login-register-here:hover {
 font-weight: bold;
}
.sar-reviews-link {
  text-align: center;
}
.sar-reviews-link .sar-link,
.sar-reviews-link .sar-link-note {
  max-width: 600px;
  display: inline-block;
}
.reviews-link-reviews-block {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}
@media screen and (max-width: 1280px) {
  .reviews-link-reviews-block {
    width: 980px
  }
}
@media screen and (max-width: 991px) {
  .reviews-link-reviews-block {
    width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-link-reviews-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
a.login-register-here {
  color: #ED8B00;
}
.ui-widget-content a.login-register-here:hover {
  font-weight: bold;
}
span.data-required {
  width: 5px;
  color: #dd661b;
  font: bold 17px Arial, Helvetica, sans-serif;
}
.quote-request-form .quote-phone {
  margin: 8px;
}
.quote-request-form input[name=phone] {
  margin-left: 5px;
}
.quote-request-form .quote-phone-note {
  font-size: 13px;
}

.dfd-results-grid .dfd-card-flags {
  z-index: 15;
}

.dfd-results-grid .product-images-swiper {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.products-list .product-images-swiper {
  display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: auto;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.dfd-results-grid .swiper-slide img,
.products-list .swiper-slide img {
  max-height: 100%;
  height: auto;
}
.dfd-results-grid .product-images-swiper .swiper-slide,
.products-list .product-images-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.dfd-results-grid .product-images-swiper .swiper-slide > a:first-child,
.dfd-results-grid .product-images-swiper .swiper-slide > a:first-child > img,
.products-list .product-images-swiper .swiper-slide > a:first-child,
.products-list .product-images-swiper .swiper-slide > a:first-child > img {
  width: 100%;
}
.dfd-results-grid .product-images-swiper .swiper-slide.swiper-slide-next,
.products-list .product-images-swiper .swiper-slide.swiper-slide-next {
  opacity: 0;
}
.dfd-results-grid .swiper-button-next,
.dfd-results-grid .swiper-button-prev,
.products-list .swiper-button-next,
.products-list .swiper-button-prev
{
  height: 20px;
}

.dfd-results-grid .product-images-swiper .swiper-pagination,
.products-list .product-images-swiper .swiper-pagination {
  position: absolute;
}
.dfd-results-grid  .product-images-swiper .swiper-pagination .swiper-pagination-bullet,
.products-list .product-images-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
}

.description-product .avail-related-products-link a {
  text-decoration: underline;
}

.description-product.fixed .avail-related-products-link {
  display: none;
}

@media screen and (max-width: 479px) {
  .products-list .image.list-swiper-container:before {
    content: none;
  }
  .products-list .product-images-swiper {
    position: static;
  }
  .products-list .price-block .currency {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .products-list .price-block .currency {
    font-size: 24px;
  }
}
#search-box.dropdown-menu{top:0;}

/* Ticket #643997 */

@media screen and (max-width: 767px) {

div#bread-cart-btn {
    margin-top: 9px;
}
}

@media screen and (min-width: 641px) and (max-width: 991px) {
table.poptions-options-list {
    font-size: 14px;
}
.cart-products-table .col1 img {
    max-width: 100px;
}
.cart-products-table {
    max-width: 95%;
}
.cart-products-table .title .product-title {
    font-size: 16px;
}
.cart-products-table td {
    font-size: 12px;
}
}

.pnote-break-after:after {
  content: '\A';
  white-space:pre;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.videoWrapperTwoinLine {
  position: relative;
  padding-bottom: 28.125%; /* 16:9 and 2 in line */
  padding-right: 3px;
  height: 0;
  overflow: hidden;
  float: left;
  width: 49.9%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoGap {
  height: 5px;
}

/* Ticket #806428 — BEGIN */
.make-us-an-offer-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  min-height: 20px;
  margin-top: -4px;
}
/* Ticket #806428 — END */

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
/* general reset */
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  display: block;
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin:0;
	font-family: 'Open Sans', sans-serif;
  font-size: 18px;
	color:#333;
	min-width:320px;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#1B3B56;
  transition: color .15s, opacity .15s, background-color .15s, border-color .15s;
}
a:hover {
  transition: color .2s, opacity .2s, background-color .2s, border-color .2s;
  color: #ED8B00;
}
.terms_n_conditions a,
.register-newbie-note a,
a.Button {
  color: #ED8B00;
  text-decoration: underline;
}
.terms_n_conditions a:hover,
.register-newbie-note a:hover,
a.Button:hover {
  font-weight: bold;
}
button,
input {
  transition: color .15s, opacity .15s, background-color .15s, border-color .15s;
}
button:hover,
input:hover {
  transition: color .2s, opacity .2s, background-color .2s, border-color .2s;
}
svg * {
  transition: fill .15s, opacity .15s, stroke .15s;
}
a.button{text-decoration:none;}
input, textarea, select {
	font-size:1rem;
  font-family: 'Open Sans', Helvetica, sans-serif;
	vertical-align:middle;
	color:#666;
  border: 1px solid #ccc;
  border-radius: 2px;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
h2 {
  color: #1B3B56;
  font-size: 30px;  
}

.resp-container {
  width: 1386px;
  margin-left: auto;
  margin-right: auto;
}
/* wrapper */
#wrapper {
	width:100%;
	margin:0 auto;
  min-height: 500px;
  max-width: 1440px;
  position: relative;
  overflow:hidden;
}
/* header */
#header {
	position:relative;
	width:100%;
	height:124px;
  margin: 0 auto;
  max-width: 1440px;
  background: #f0f0f0;
}
.header-holder {
  position: relative;
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
}
.header-holder .logo {
	position:absolute;
	top:28px;
	left:28px;
	text-indent:-9999px;
	overflow:hidden;
	width:261.6px;
	height:69.4px;
}
.header-holder .svg-logo {
  width:100%;
  height: 100%;
  display: block;
}
.header-holder .logo a{
	height:100%;
	display:block;
}

.header-holder .line1 {
	/*width:560px;*/
	width:570px;
	margin: 0 auto;
  padding-top: 25px;
}
.header-holder .line1 > .xm-float-left {
  float: none;
}
.header-holder .line1 .header-search {
  margin-top: 15px;
  background: #fff none;
  border: 1px solid #d8d8d8;
	padding: 1px;
  border-radius: 2px;
  position: relative;
  height: 35px;
  transition: border-color .15s;
}
.header-holder .line1 .header-search.focus {
  border-color: #1B3B56;
  box-shadow: 0 0 3px 0px #aab6bf;
}
/* form search */
.header-holder .line1 .f-search {
}
.header-holder .line1 .f-search .i-text{
  display: block;
  width: 100%;
  padding-right: 35px;
}
.f-search .i-text input {
  width: 100%;
  border: 0 none !important;
  outline: none !important;
  font-size: 16px;
  padding: 5px 10px;
  height: 32px;
}
.f-search .button {
  position: absolute;
  right: 0;
  top:0;
}
.f-search .button a {
	display:block;
	text-align:center;
  width: 33px;
  height: 33px;
  line-height: 38px;  
}
.f-search .button a:hover .svg-search .st0 {
  stroke: #000;
}
.accessability {display:none;}

.header-holder .line2 {
  position: absolute;
  right: 28px;
  top:0;
  padding-top: 25px;
  text-align: right;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #1b3b56;
}
.header-holder .line2 a {
  color:#1B3B56;
}
.header-holder .line2 a:hover {
  text-decoration: none;
}
/* navbar */
ul.navbar {
	margin:18px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
ul.navbar > li{
	padding: 0 19px 0 20px;
	float:left;
}
ul.navbar > li:first-child {
  border-right: 1px solid #1b3b56;
}
ul.navbar > li.cart-holder {
	padding: 0;
}
.cart-box {
  display: inline-block;
  position: relative;
  width:50px;
  height: 50px;
  margin-top: -8px;
  margin-right: 3px;  
}
.cart-box .minicart {
  position: absolute;
  bottom: 26px;
  right: 7px;
  margin: auto;
  z-index: 100;
  text-align: center;
  width: 20px;
  font-size: 14px;
  line-height: 10px;
  color: #fff;
}
.cart-box.ajax-minicart .ajax-minicart-icon {
  content:'';
  display: block;
  position: absolute;
  opacity: 0;
  left:0;right:0;
  bottom: 0;top:0;
  z-index: 101;
}
.btn-cart {
  position: absolute;
  left:0;right:0;
  bottom: 0;top:0;
}
.btn-cart span.arrow {
  position: absolute;
  right: -4px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #ed8b00;
  background: #ff9601;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 100%;
  display: none;
}
.btn-cart strong.button {
  background:transparent none;
  border:0 none;
  display:block;
  overflow:hidden;
  padding:0;
  position:relative;
  z-index:99;
}
.cart-box .open a.button {
	width:44px;
	border:1px solid #b0b0b0;
	border-bottom:0;
	padding:1px 0 5px 7px;
}
/* products box */
.open .products-box {right:0; top:28px}
.products-box {
	position:absolute;
	width:250px;
	top:28px;
	left:auto;
  right:0;
	font-size:13px;
  line-height: normal;
	color:#2b2c26;
	background:#fff;
	z-index: 10000;
  text-align: left;
}
.products-box ul{
	margin:0;
	padding:3px 0 0;
	list-style:none;
	border:1px solid #b0b0b0;
	border-bottom:0 !important;
	overflow:hidden;
}
.products-box ul li{
	padding:3px 8px 15px;
}
.products-box ul li.alt{
	background:#f6f6f6;
	padding-bottom:10px;
}
.products-box ul li strong{
	display:block;
	font-weight:normal;
	padding-bottom:5px;
}
.products-box ul li strong a{color:#337ba5;}
.products-box ul li .param {
	overflow:hidden;
	vertical-align: middle;
	height:1%;
  line-height: 20px;
}
.products-box .cart-items span.quan {
	float:left;
	width:24px;
	border:1px solid #ccc;
  border-radius: 2px;
	text-align:center;
	padding:0;
	margin-right:11px;
}
.products-box .cart-items span.quan input{
	border:0;
	background:none;
	width:24px;
	height:20px;
	text-align:center;
  padding: 0;
  vertical-align: middle;
}
.products-box .cart-items li.alt span.quan {background:#fff;}
.products-box .cart-items span {
	font-style:normal;
  line-height: 20px;
  display: inline-block;  
  vertical-align: middle;
}
.products-box .cart-items span.price {
	padding:0 9px 0 7px;
}
.products-box .cart-items span.total {
	padding:0 0 0 7px;
}
.products-box .cart-items a.delete {
	width:14px;
	height:14px;
	text-indent:-9999px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/btn-delete.png) no-repeat;
	float:right;
	margin-top:1px;
}
.products-box ul.btn-holder {
	margin:0;
	padding:4px 0 6px 2px;
	list-style:none;
	background:#dd661a;
	font-size:12px;
	border:0 !important;
}
.products-box ul.btn-holder li{
	display:inline;
	width:auto !important;
	padding:0 11px 0 10px;
}
.minicart-box .products-box ul.btn-holder li button.button,
.minicart-box .products-box ul.btn-holder li strong,
.minicart-box .products-box ul.btn-holder li a {
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  padding: 0;
  background: transparent none;
  border: 0 none;
  color: #fff;
  font-weight: normal;
  display: inline;
  box-shadow: none;
  vertical-align: middle;
  text-transform: capitalize;
}


/* navigation */
ul#nav {
	float:left;
	margin:0 0 0 -20px;
	padding:0;
	list-style:none;
	position:relative;
	display:inline;
}
ul#nav li{
	float:left;
	position:relative;
}
ul#nav li a{
	color:#fff;
	float:left;
	padding:7px 13px 10px;
	cursor:pointer;
	position:relative;
	z-index:999;
}
ul#nav li a span{
	float:left;
	padding-right:4px;
}
ul#nav li a em {
	float:left;
	width:6px;
	height:6px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/arrow03.gif) no-repeat;
	margin-top:5px;
	overflow:hidden;
}
ul#nav li a:hover, ul#nav li:hover a, ul#nav li.hover a{
	background:#fefefe !important;
	color:#615d5d;
	text-decoration:none !important;
}
ul#nav li a:hover em, ul#nav li:hover a em, ul#nav li.hover a em {background-position:0 -6px;}

.drop ul .drop,
.drop ul li:hover .drop ul .drop,
.drop ul li.hover .drop ul .drop,
.drop ul li:hover .drop ul li:hover .drop .drop,
.drop ul li.hover .drop ul li.hover .drop .drop,
.drop ul li:hover .drop ul li:hover .drop ul li:hover .drop .drop,
.drop ul li.hover .drop ul li.hover .drop ul li.hover .drop .drop,
.drop ul li:hover .drop ul li:hover .drop ul li:hover .drop ul li:hover .drop .drop,
.drop ul li.hover .drop ul li.hover .drop ul li.hover .drop ul li.hover .drop .drop{
 left:-9999px !important;
 top:0 !important;
 z-index:999;
 clear:both;
}
.drop ul li:hover .drop, .drop ul li.hover .drop ,
.drop ul li:hover .drop ul li:hover .drop,
.drop ul li.hover .drop ul li.hover .drop,
.drop ul li:hover .drop .drop ul li:hover .drop,
.drop ul li.hover .drop .drop ul li.hover .drop,
.drop ul li:hover .drop .drop ul li:hover .drop ul li:hover .drop,
.drop ul li.hover .drop .drop ul li.hover .drop ul li.hover .drop,
.drop ul li:hover .drop .drop ul li:hover .drop ul li:hover .drop ul li:hover .drop,
.drop ul li.hover .drop .drop ul li.hover .drop ul li.hover .drop ul li.hover .drop{left:180px !important;}

ul#nav li:hover .drop, ul#nav li.hover .drop {left:-1px;}
ul#nav .drop {
	position:absolute;
	top:31px;
	left:-9999px;
	width:186px;
	z-index: 100;
}
.drop .t{
	height:6px;
	font-size:1px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-drop-t.png) no-repeat;
}
.drop .c{
	height:1%;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-drop-c.png) repeat-y;
	padding:0 5px 0 1px;
}
.drop .c:after {
	clear: both;
	content:"";
	display: block;
}
.drop .b{
	height:7px;
	font-size:1px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-drop-b.png) no-repeat;
}
.drop ul {
	float:left;
	width:180px;
	margin:-3px 0 -2px;
	padding:0;
	list-style:none;
	position:relative;
}
.drop ul li{
	width:100%;
	padding:0 !important;
	position:relative;
}
.drop ul li a{
	padding:7px 13px 8px !important;
	width:154px !important;
	color:#615d5d !important;
}
.drop ul li a:hover{background:#f6f6f6 !important;}
.drop ul li a em{
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/arrow04.gif) no-repeat !important;
}
ul#nav .drop ul li a:hover em{background-position:0 -6px !important;}
.drop ul .drop {
	left:-9999px !important;
	top:0 !important;
	z-index:999;
	clear:both;
}
.drop ul li:hover .drop, .drop ul li.hover .drop {left:180px !important;}

/* categorys holder */
.menu-categories-list {
	padding:10px 0 0px;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.menu-categories-list ul{
	margin:0 -10px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
  font-size: 0;
  text-align: left;
}
.menu-categories-list ul li{
	width:20%;
  display: inline-block;
	padding:0 5px;
	margin: 0 0 50px 0px;
	text-align:center;
  font-size: 21px;
	font-weight:normal;
  color: #1b3b56;
  text-decoration:none;
  vertical-align: bottom;
}
.menu-categories-list ul li .cat-icon {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  border-radius:0;/*100%;*/
  overflow:hidden;
}
.menu-categories-list ul li .cat-icon:before {
  content: '';
  display: block;
  width: 100%;
  padding: 0 0 100% 0;
}
.menu-categories-list ul li .cat-icon img {  
	display:block;
	max-width:100%;
  max-height: 100%;
  height: auto;
  width:auto;
  position: absolute;
  margin: auto;
  left: 0;right: 0;
  top:0;bottom: 0;
  transition: transform .3s;
}
.menu-categories-list ul li .cat-product-count {
  display: block;
  font-weight: 300;
  font-size: .7em;
  padding: 5px 0;
  border-top: 1px solid #4c4c4c;
  color: #90a3a9;
}
.menu-categories-list ul li .cat-name {
	display:table-cell;
  vertical-align: bottom;
	padding:5px 0px;
  font-size: 19px;
  height: 70px;
  line-height: 20px;
}
.menu-categories-list ul li a:hover .cat-name {
  color: #ed8b00;
  text-decoration:none;
  
}
.menu-categories-list ul li a:hover .cat-icon img {
  transform: scale(1.1);
}

.menu-categories-list.simple-cats {
  margin-bottom: 0px;
}
.menu-categories-list.simple-cats ul li {
  margin-bottom: 35px;
}
.menu-categories-list.simple-cats ul li .cat-icon {
  border-radius: 0;
}

/* homepage center content */
.welcome-center {
  background: #f0f0f0 none;
  position: relative;
  box-shadow: 0px 190px 0 0 #fff inset;
}
.welcome-center-holder {
  position: relative;
}
.home-bottom-banners {
  margin-bottom: 80px; 
}
.home-main-banners {
  margin-bottom: 70px;
}

.footer-banner-other-pages {
  margin-top:40px;
}
/* browser store holder */
.store-holder {
	/*width:888px;*/
	background:#ccc;
	padding:4px 5px 5px;
	overflow:hidden;
	margin-bottom:1px;
}

.store-holder .banner-right{float:right; padding: 0px; margin: 0px; width: 630px; border: 1px solid #000;}


.store-holder .f-select {
	width:230px;
	color:#fff;
	font-size:16px;
	padding-top:12px;
}
.store-holder .f-select h2{
	margin:0 5px 12px 0;
	font:15px Tahoma, Geneva, sans-serif;
	text-align:right;
}
.store-holder .row {
	overflow:hidden;
	width:100%;
	padding-bottom:10px;
}
.store-holder label {
	float:left;
	width:80px;
	padding-right:5px;
	text-align:right;
	line-height:16px;
}
.store-holder select {width:139px;}
/* social holder */
.social-holder {
	/*width:884px;*/
	position:relative;
	background:#625d5d;
	padding:0 2px 0 12px;
	height: 59px;
	margin-bottom:1px;
}
/* newsletter */
.newsletter {
	float:left;
	width:460px;
	color:#fff;
	padding-top:15px;
	line-height:14px;
}
.newsletter label {
	float:left;
	width:135px;
	padding-right:5px;
}
.newsletter .text{
	float:left;
	width:170px;
	padding:7px 3px 6px 5px;
	text-align:center;
	color:#625d5d;
	background:#fff;
	border:1px solid #f1f1f1;
	margin-right:10px;
	height:15px;
}
.newsletter a.button {
	float:left;
	width:98px;
	border:1px solid #fff;
	background:#91914a;
	color:#fff;
	text-align:center;
	padding:6px 0 7px;
	font-size:12px;
}
/* social links */
.social-holder ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.social-holder ul li{
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-dots.gif) repeat-y;
	padding:7px 27px 13px 29px;
	font-size:11px;
	float:left;
}
.social-holder ul li a:hover{text-decoration: none;}
.social-holder ul li a{color:#a09e9d;}
.social-holder ul li span {
     display:block;
     padding:0 0 1px 1px;
}

.social-holder ul li img {display:block;}

/* breadcrumbs holder */
.breadcrumbs-holder {
	overflow:hidden;
	position:relative;
	text-align: center;
	margin: 0;
	padding: 0;
	@media (max-width: 769px){
		padding-left: 27px;
	}
	@media (max-width: 480px){
		padding-left: 7px;
	}
}
* html .breadcrumbs-holder {
	margin:0;
}
.breadcrumbs-holder .breadcrumbs {
	color:#666;
	font-size:16px;
	line-height:20px;
	text-align: center;
	@media (max-width: 768px){
		text-align: left;
		margin: 0;
	}
}
.opc-container.checkout-container .breadcrumbs-holder .breadcrumbs {
  margin: 0 0 10px;
}
.breadcrumbs-holder .breadcrumbs div {
  display: inline-block;
	@media (max-width: 768px){
		margin: 4px 0 0;
	}
}
.breadcrumbs-holder .breadcrumbs div.sep {
  padding: 0 3px;
	@media (max-width: 768px){
		padding: 0;
		font-size: 11px;
	}
}
.breadcrumbs-holder .breadcrumbs a {
	text-decoration: none;
	color:#1B3B56;
	padding: 0 5px;
	display: inline-block;
	@media (max-width: 768px){
		padding: 0 3px;
	}
}
.breadcrumbs-holder .breadcrumbs span {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	vertical-align: middle;
	white-space: normal;
	@media (max-width: 768px){
		font-size: 11px;
		font-weight: 400;
	}
}
.breadcrumbs-holder .breadcrumbs a:hover {
  color: #ED8B00;
}
.breadcrumbs-holder .breadcrumbs a:hover span {
	text-decoration: underline;
}
.breadcrumbs-holder .breadcrumbs .breadcrumbs-icon {
	display: inline-block;
  vertical-align: middle;
	margin: 0 10px;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 0 7px 0px #bbb;
  border: 1px solid #517492;
	overflow: hidden;
	transition: transform .2s, border-color .2s, box-shadow .2s;
}
.breadcrumbs-holder .breadcrumbs .breadcrumbs-icon__img {
	display: block;
	width:auto;
	height: auto;
	max-width: 96%;
	max-height: 96%;
	position: absolute;
	margin: auto;
	left: 0; right: 0;
	top:0; bottom: 0;
}
.breadcrumbs-holder .breadcrumbs .breadcrumbs-icon__img--svg {
	height: 40px;
}
.breadcrumbs-holder .breadcrumbs .breadcrumbs-icon__img--svg path {
	fill: #1B3B56;
}
.breadcrumbs-holder .breadcrumbs a:hover .breadcrumbs-icon__img--svg path,
.breadcrumbs-holder .breadcrumbs span:hover .breadcrumbs-icon__img--svg path {
	fill: #ED8B00;
}
.breadcrumbs-holder .breadcrumbs span:hover .breadcrumbs-icon,
.breadcrumbs-holder .breadcrumbs a:hover .breadcrumbs-icon {
	transform: scale(1.3);
	border-color: #ED8B00;
	box-shadow: 0 0 7px 0 #ec9f33;
}

.category-title-banner-holder {
  position: relative;
}
.category-title-banner-holder h1 {
  text-align:center;
}
.category-title-banner-holder .category-title-banner + h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right:0;
  text-align: center;
  color: #fff;
  z-index: 11;
  margin: 0;
  line-height: 1;
  transform: translateY(-50%);
  text-shadow: 0 0 20px #000;
  font-size: 50px;
}

.welcome-holder a.checkout {
	float:right;
	margin:5px 9px 0 80px;
}
.welcome-holder a.continue {
	float:right;
	text-align:center;
	border:1px solid #bd5615;
	background:#dd661b;
	color:#fff;
	padding:4px 0;
	margin:5px 9px 0 40px;
}
h1.page-title {
  font-size : 54px;
  line-height : 51.64px;
  color : #1B3B56;
  text-align: center;
}
.flex {
  display: flex;
}
.justify-content-space-between {
  justify-content: space-between;
}
.flex .flex-left {
  text-align: left;
}
.flex .flex-right {
  text-align: right;
}
.redeem-coupon {
  border-collapse: collapse;
}
.redeem-coupon td {
  padding: 0;
}
.redeem-coupon td.data-name {
  padding-right: 20px;
}
.redeem-coupon input,
.redeem-coupon button,
.redeem-coupon a.button
{
  height: 34px;
}
.redeem-coupon a.button,
.redeem-coupon button {
  height: 34px;
  font-size: 15px;
  border-radius: 0;
}

/* cart -content */
.checkout-buttons {
  text-align: right;
}
.cart-content {
}
.cart-products-block {
  box-shadow: 0 0 30px 0 #9ea8b1;
  padding: 15px 20px 20px;
  margin: 0 0 10px;
}
.cart-products-table {
	padding:0;
	border-collapse:collapse;
  width: 100%;
  
}
.cart-products-table .col1 img{vertical-align:top;}

.cart-products-table th {
	border-bottom:1px solid #ccc;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  color: #242F33;
  line-height: 20px;
  padding: 0 0 15px 0;
  width: 20%;
}
.cart-products-table th.col1 {
  border-bottom: 0 none;
  width: 1%;
}
.cart-products-table th.col2 {
  width: 25%;
}
.cart-products-table th.col5 {
	text-align:right;
  width: 10%;
}
.cart-products-table th.col2 {
}

.cart-products-table td {
	padding-bottom: 40px;
}
.cart-products-table td.col1 {
  padding-right: 20px;
  text-align: center;
}
.cart-products-table td.col2 {
  padding-right: 20px
}
.cart-products-table td.col5 {
  text-align: right;
}
.cart-products-table .title h3 {
  margin: 0;
}
.cart-products-table .title .product-title {
	margin:0;
	font-size:18px;
	line-height: 24px;
	color:#333;
  text-decoration: none;
  font-weight: normal;
}
.cart-products-table .title .product-title:hover {
  color: #ED8B00;
}
.cart .descr {
  font-size: .9em;
}
.cart-products-table .plus-minus-product-qty {
  white-space: nowrap;
  position: relative;
  overflow: visible;
}
.cart-products-table .plus-minus-product-qty input {
  width: 65px;
  padding-left: 2px;
  padding-right: 2px;
}
.plus-minus-product-qty a.btn-delete {
  width: auto;
  padding: 0.5em 0.3em;
  background: transparent;
  opacity: 0.5; 
}
.plus-minus-product-qty a.btn-delete img {
  width: 18px;
}
.plus-minus-product-qty a.btn-delete:hover {
  opacity: 0.8;  
}
.cart-products-table .plus-minus-product-qty .refresh {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  font-size: 12px;
  line-height: 12px;
  width: auto;
  background: transparent;
  padding: 0;
  height: auto;
  text-decoration: underline;
  color: #1b3b56;
  text-shadow: 0 0 0px #ed8b00;  
}
.cart-content table .col2 p{
	margin:0 0 7px;
}


.cart-content table a.delete {
	display:block;
	width:24px;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/btn-delete2.png) no-repeat;
}
.clear-cart-button-holder {
  margin: 0 0 10px;
}
.total-table {
  margin: 0 0 0 auto;
}
.total-table td {
  text-align: right;
  padding-left: 10px;
  font-size: 22px;
}
.total-table td.total-name {
  white-space: nowrap;
} 
.cart-content table .total {
	color:#333;
	font-weight:600;
}

.cart-content table .coupon {
	color:#661113;
	font-size:14px;
	padding:0;
}

.cart-content table .coupon a.unset {
	float:left;
	padding:2px 0 2px 23px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/btn-delete3.png) no-repeat;
}



.cart-content .btn-holder {
	overflow:hidden;
	width:100%;
	padding-top:9px;
}
.cart-content .btn-holder a.checkout{
	float:right;
}
.cart-content .btn-holder a.clear{
	float:left;
}
.cart-content .btn-holder a.send{
	float:right;
}
.alt-btn-holder {
	border-top:1px solid #e8e8e8;
	margin-top:18px;
	padding:15px 0 18px !important;
}
.cart-content .send-entire {
	float:right;
	width:423px;
	padding-top:2px;
}

.button-row	 a.delete{
	float:left;
	width:150px;
}

.safari3 .cart-content .send-entire {width:430px;}
.cart-content .send-entire label{
	float:left;
	font-size:13px;
	padding:2px 9px 0 0;
}
.cart-content .send-entire .text {
	float:left;
	border:1px solid #999;
	background:#fff;
	width:200px;
	padding:2px 4px 3px;
}
/* step holder */
.step-holder {
	background:#fefefe url(../../skin/txs_ModernLiving/css/FW/../../images/bg-welcome.gif) repeat-x;
	border:1px solid #d8d8d8;
	padding:11px 15px 8px 22px;
	overflow:hidden;
	margin-bottom:17px;
}
.step-holder h2{
	margin:0;
	font-size:26px;
	font-weight:normal;
	color:#575757;
	float:left;
}
.step-holder .step-box {
	float:right;
	width:640px;
}
.step-holder .step-box img{display:block;}
/* two box */
.two-box {
	overflow:hidden;
	width:916px;
	margin:0 -20px 19px 0;
	position:relative;
}
.two-box .box {
	float:left;
	width:438px;
	margin-right:19px;
}
.two-box .main-title {
	background:#fefefe url(../../skin/txs_ModernLiving/css/FW/../../images/bg-welcome.gif) repeat-x;
	border-bottom:1px solid #d8d8d8;
	padding:11px 15px 16px 22px;
}
.two-box .main-title h2{
	margin:0;
	font-size:26px;
	font-weight:normal;
	color:#575757;
}
.two-box .content {
	padding:5px 19px 15px;
	line-height:18px;
}
.two-box .content p{margin:0 0 20px;}
.f-login .row{
	overflow:hidden;
	width:100%;
	padding-bottom:5px;
}
.f-login label {
	float:left;
	width:98px;
	padding-right:15px;
	text-align:right;
	font:bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	letter-spacing:-1px;
}
.f-login label span{
	color:#dd661b;
	font:bold 17px Arial, Helvetica, sans-serif;
	padding-left:3px;
}
.f-login .text {
	float:left;
	width:200px;
	border:1px solid #999;
	background:#fff;
	padding:2px 4px 3px;
	height:15px;
}
.f-login a.submit {
	width:108px;
	margin:1px 0 0 113px;
	display:block;
}


.link-box{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:16px;
	left:10px;
	z-index:3;
}
.link-box li{
	float:left;
	margin:0 10px 0 0;
}
.link-box li a img{
	float:left;
	border:1px solid #fff;
}

.two-box .button-holder {
	padding:27px 0 37px 124px;
}
.two-box a.register {
	font-size:14px;
	font-weight:bold;
	color:#43a0d3;
}
/* form details */
.details-form-holder {
	padding:18px 19px 19px;
}
.details-form-holder .box {padding-bottom:4px;}
h3.subheader {
	margin:0 0 10px;
	font:17px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	padding:0 23px 1px;
	background:#ebebeb;
}
.details-form-holder .row {
	overflow:hidden;
	padding:0 25px 5px;
	height:1%;
}
.details-form-holder label {
	float:left;
	width:274px;
	padding-right:15px;
	text-align:right;
	font:bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	letter-spacing:-1px;
}
.details-form-holder label span{
	color:#dd661b;
	font:bold 17px Arial, Helvetica, sans-serif;
	padding-left:3px;
	width:6px;
}
.details-form-holder .text {
	float:left;
	width:200px;
	border:1px solid #999;
	background:#fff;
	padding:2px 4px 3px;
	height:15px;
}
.details-form-holder select {
	width:206px;
}
.details-form-holder .check-holder {
	width:270px;
	overflow:hidden;
	padding:14px 0 16px;
}
.details-form-holder .check-holder label {
	float:right;
	font:10px Arial, Helvetica, sans-serif;
	letter-spacing:0;
	color:#000;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-dots2.gif) repeat-x 0 100%;
	width:auto !important;
	padding:2px 0 1px;
}
/* details box */
.details-form-holder .details .title{
	border-bottom:1px solid #d8d8d8;
	margin:-4px 0 5px;
	position:relative;
}
.details-form-holder .details .title h3{
	margin:0 0 5px;
	line-height:17px;
	font:17px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	padding:0 23px 1px;
}
.details-form-holder .details .data {
	padding:0 23px 1px;
	font-size:13px;
}
.details-form-holder p {margin:0;}
.details-form-holder p.note {text-align:center;}
.details-form-holder .details .box {
	width:230px;
	margin:0 auto;
	padding:10px 0;
}
.details-form-holder .details label {
	float:left;
	width:auto;
	padding:0;
}
.details-form-holder .check-box {
	overflow:hidden;
	width:100%;
	padding-bottom:17px;
}
.details-form-holder a.submit {
	width:208px;
	display:block;
}
.indent {height:9px;}
.double-indent {height:19px;}

/* products holder */
.modern-living-sort-by {
  text-align: right;
  margin: 10px 0 20px;
  vertical-align: middle;
}
.modern-living-sort-by .modern-living-sort-by-title,
.modern-living-sort-by select {
  vertical-align: middle;
}
.cat-products-block {

}
.cat-products-block #pf_menu {
	width: calc(325px);
	margin-right: 85px;
	float: left;
}
@media (max-width: 1600px) {
  .cat-products-block #pf_menu {
    width: calc(285px);
    margin-right: 40px;
  }
}
@media (max-width: 1240px) {
  .cat-products-block #pf_menu {
    width: 240px;
    margin-right: 20px;
  }
}
.rf-element-box input[type="text"] {
  width: 65px !important;
}
.cat-products-block .cat-products {
  width: 75%;
	width: 80%;
	/*width: calc(100% - 240px);*/
	width: calc(100% - 325px - 85px);
  float: right;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1753px) {
  padding-left: 5px;
  padding-right: 10px;
}
@media screen and (max-width: 1600px) {
  .cat-products-block .cat-products {
    width: calc(100% - 285px - 40px);
  }
}
@media screen and (max-width: 1240px) {
  .cat-products-block .cat-products {
    width: calc(100% - 240px - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .cat-products-block .ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color {
    width: 69px;
    height: 69px;
  }
  .cat-products-block .ss-imgfiltervaluecount,
  .cat-products-block .ss-imgfiltervalue,
  .cat-products-block .ss-imgfiltervaluecount {
    width: 69px;
    word-break: break-word;
  }  
}
.products-list {
  margin: 0 -20px 20px -20px;
}
.products-list .item {
  float: left;
  width: 33.333%;
	width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.products-list .item:nth-child(4n) + .item {
  clear: left;
}
.products-list .product {
  position: relative;
  transition: box-shadow .3s;
  border-radius: 3px;
  overflow: hidden;
}
.products-list .image {
  display: block;
  cursor: pointer;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 10px 10px 0;
  padding: 0;
/*  
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
*/
}
.products-list .image:before {
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 0 100% 0;
}
.products-list .image > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;  

  padding: 0 !important;
  
  position: absolute;
  left:0;right:0;
  top:0;bottom:0;
  z-index: 10;
}
.products-list .products-list-add2wl {
  display: block;
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s, color .2s, background-color .2s, border-color .2s;
}
.products-list .product:hover .products-list-add2wl {
  opacity: 1;
  visibility: visible;
}
.products-list .image .view-options {
  transition: opacity .3s, color .3s;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 15px;
  line-height: 1.3em;
  padding: .3em .9em;
  color: #1B3B56;
  box-shadow: 0 0 12px #2b465d;
  white-space: nowrap;
  background: #fff;
  background: rgba(255, 255, 255, 0.53);
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
.products-list .image .view-options:hover {
  color: #ED8B00;
  background: rgba(255, 255, 255, 0.8);
}
.products-list  .call-for-price-customer-display {
  background: #f0f0f0 none;
  border: 0 none;
  border-radius: 2px;
  padding: 5px;
  margin: 0 auto;
}
.products-list .param {
  padding: 0 10px 10px;
  text-align: left;
}
.products-list .price-block {
  font-size: 1rem;
  line-height: 40px;
  vertical-align: middle;
  /*padding-bottom: 15px;*/
  cursor: pointer;
}
.products-list .price-block .price {
  color: #1B3B56;
  font-weight:  600;
  line-height: 16px;
  vertical-align: middle;  
  padding-right: 7px;
}
.products-list .price-block .market-price-value {
  font-weight: normal;
  font-size: 14px;
  color: #999;
  line-height: 18px;
  vertical-align: middle;
  text-decoration: line-through;
}
.products-list .price-block .map-price {
  color: #1B3B56;
  font-weight: 600;
  line-height: 18px;
  transition: color .2s;
}
.products-list .price-block .map-price:hover {
  color: #ED8B00;
}
.products-list .price-block .map-price u {
  font-weight: 400;
}
.products-list .avail-from-vendors {
  display: block;
}
.products-list .product-title {
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow:hidden;
  display: block;
  color: #666;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}
.products-list .buy-now {
  font-size: 14px;
  text-align: left;
}
.products-list .buy-now .quantity {
  padding: 0 10px 10px;
  height: 36px;
}
.products-list .add-block {
  font-size: 15px;
}
.products-list .add-block-spacer {
  min-height: 36px;
  padding: 0px 10px 10px;
  line-height: 24px;
}
.products-list .add-block .add-to-cart-button {
  display: block;
  position: relative;
  height: 36px;
  border: 0 none;
  background: #fff none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ED8B00;
  padding: 0;
  margin: 0;
  width:100%;
  white-space: nowrap;
  transition: color .3s, background-color .4s;
  cursor: pointer;
}
.products-list .add-block .add-to-cart-button .button-left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateX(0%) translateY(-50%);
  transition: transform .4s, left .4s;
}
.products-list .product:hover .add-to-cart-button {
  background: #ED8B00;
  color: #fff;
}
.products-list .product:hover .add-to-cart-button .button-left {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.products-list .product:hover {
  box-shadow: 0 0 20px #bdc2d0;
}
.products-list .product:hover .view-options {
  opacity: .5;
}

.products-list.products-swiper {
  margin: 0 0 20px;
}
.products-list.products-swiper .swiper-slide {
  padding: 20px;
}
.products-list.products-swiper .add-block-spacer {
  font-size: 14px;
  letter-spacing: -0.1px;
  white-space: nowrap;
}
.products-list.products-swiper {
  
}
ul.paging {
	margin:0 0 45px 0;
	padding:0px;
	list-style:none;
  display: block;
	overflow:hidden;
	line-height:30px;
  font-size: 22px;
  text-align: center;
}
ul.paging li{
	float:none;
  display: inline;
  line-height:30px;
  font-size: 22px;
  vertical-align: middle;
	padding:0;
}
ul.paging strong,
ul.paging li a {
  line-height: 30px;
  padding: 0 8px;
	color:#666;
  font-weight: 400;
  display: inline-block;
}
ul.paging .current {
  color: #fff;
  background-color: #1B3B56;
  padding: 0 8px;
  border-radius: 3px;
}

/* order holder */
.order-holder {
	padding:20px 19px 16px;
	width:858px;
}
.order-holder table {
	padding:0;
	border-collapse:collapse;
}
.order-holder table .col1 {
	width:104px;
	text-align:left;
	padding:2px 0 1px 33px;
}
.order-holder table .col2 {
	width:359px;
	text-align:left;
	padding:0px 11px 0px 27px !important;
	font-size:12px;
	color:#43a0d3;
}
.order-holder table .col1 img{vertical-align:top;}
.order-holder table .col3 {
	width:110px;
	text-align:center;
	padding-left:2px;
}
.order-holder table .col4 {
	width:97px;
	text-align:center;
	padding-right:4px;
}
.order-holder table .col5 {
	width:105px;
	text-align:center;
	padding-right:2px;
}
.order-holder table th {
	color:#4a4a4a !important;
	font-size:17px !important;
	background:#ebebeb;
	padding:4px 0 3px !important;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
}
.order-holder table th.col1 {
	border-left:0;
	text-align: center;
	width:133px !important;
}
.order-holder table th.col2 {
	padding:4px 0 3px 0px !important;
	width:387px;
	text-align: center;
}
.order-holder table th.col5 {
	padding:3px 0 4px 0 !important;
	text-align:center;
	width:107px;
}
.order-holder table td {
	padding:1px 0 2px 2px;
	font-weight:bold;
	font-size:15px;
	color:#625d5d;
	text-align: center;
}
.order-holder table td.col2 a{color:#43a0d3;}
.order-holder table td.product {padding-left: 30px; text-align: left;}
.order-holder table td.product a{color:#43a0d3;}

.order-holder table td.alt {background:#f9f8f7;}
.order-holder table .total {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:9px 0 0;
}
.order-holder table .total dl,
.order-holder table .coupon dl,
.order-holder table .subtotal dl, 
.order-holder table .disc-subtotal dl{
	margin:0;
	background:#DD6619;
	width:450px;
	float:right;
	padding:5px 0 4px;
}



.order-holder table .clear-entry {
	color:#625D5D;
	font-size:14px;
	padding:0;
	font-weight:normal;
}
.order-holder table .clear-entry dl{
	margin:0;
	background:#fff;
	width:450px;
	float:right;
	padding:5px 0 4px;
}
.order-holder table .clear-entry dl dt{
	float:left;
	clear:left;
	width:250px;
	text-align:right;
}
.order-holder table .clear-entry dl dd {
	float:left;
	width:151px;
	padding-left:45px;
	margin:0;
	text-align:left;
}

.order-holder table .total dl dt, .order-holder table .coupon dl dt,
.order-holder table .subtotal dl dt{
	float:left;
	clear:left;
	width:250px;
	text-align:right;
}
.order-holder table .total dl dd, .order-holder table .coupon dl dd,
.order-holder table .subtotal dl dd {
	float:left;
	width:157px;
	padding-left:24px;
	margin:0;
	text-align:left;
}
.order-holder table .coupon {
	color:#661113;
	font-size:14px;
	padding:0;
	font-weight:normal;
}
.order-holder table .coupon dl, 
.order-holder table .clear-entry dl{background:none;}

.order-holder table .coupon dl dt span, 
.order-holder table .clear-entry dl dt span {
	float:left;
	padding:1px 5px 0 24px;
}
.order-holder table .coupon dl a.unset,
.order-holder table .clear-entry dl a.unset {
	float:left;
	padding:2px 0 1px 23px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/btn-delete3.png) no-repeat;
	cursor:pointer;
}
.order-holder table .coupon dl dd{
	font-weight:bold;
	font-size:15px;
	color:#b33020;
	padding-top:1px;
}
.order-holder table .subtotal {
	font-weight:bold;
	font-size:15px;
	padding:5px 0 0;
}
.order-holder table .subtotal dl {
	background:#EBEBEB;
	color:#b33020;;
	padding:6px 0 5px;
}
/* personal info */
.person-info {
	padding:1px 19px 11px;
	position:relative;
}
.person-info a.modify {
	font-size:13px;
	font-weight:bold;
	color:#691113;
	position:absolute;
	top:35px;
	right:25px;
}
.person-info .row {
	width:100%;
	margin-bottom:21px;
}
.person-info .row:after {
	clear: both;
	content:"";
	display: block;
}
.person-info h3 {
	margin-bottom:2px !important;
	font-family:Arial, Helvetica, sans-serif;
}
.person-info h4 {
	margin:0;
	color:#4a4a4a;
	font-size:16px;
	font-weight:normal;
	background:#f9f8f7;
	padding:3px 0 5px 23px;
}
.person-info .box {
	float:left;
	width:378px;
}
.person-info .alt-box {
	width:399px;
	padding-left:81px;
}
.person-info dl {
	margin:0;
	overflow:hidden;
	width:100%;
	font:bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	padding-top:4px;
}
.person-info dl dt{
	float:left;
	clear:left;
	padding:0 0 1px 2px;
	width:145px;
}
.person-info dl dd{
	float:left;
	width:230px;
	margin:0;
	padding-bottom:1px;
}
.person-info dl a{color:#333;}
/* payment holder */
.payment-holder {padding:0 19px 19px;}
.payment-holder h3{
	margin-bottom:1px;
	font-family:Arial, Helvetica, sans-serif;
}
.payment-holder .title {
	overflow:hidden;
	height:1%;
	padding:0 5px 1px 0;
	border-bottom:1px solid #f0f0f0;
}
.payment-holder .title a{
	float:right;
	font-size:13px;
	font-weight:bold;
	color:#691113;
	margin-top:4px;
}
.payment-holder h4 {
	margin:0;
	color:#4a4a4a;
	font-size:16px;
	font-weight:normal;
	background:#f9f8f7;
	padding:3px 0 5px 23px;
	float:left;
	width:355px;
}
/* payment details */
.p-details {
	padding-top:7px;
	position:relative;
}
.p-details .row{
	overflow:hidden;
	width:100%;
	padding-bottom:4px;
}
.p-details label {
	float:left;
	width:370px;
	padding-right:21px;
	text-align:right;
	font:bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333;
}
.p-details label span{
	color:#feb914;
	font:bold 17px Arial, Helvetica, sans-serif;
	padding-left:3px;
	width:6px;
}
.p-details .text {
	float:left;
	width:200px;
	border:1px solid #999;
	background:#fff;
	padding:2px 4px 3px;
	height:15px;
}
.p-details .cvv {
	width:42px;
	margin-right:7px;
}
.cart-select {margin-top:3px;}
.p-details select {
	width:90px;
}
.p-details .month {
	width:42px;
	margin-right:6px;
}
.p-details .year {width:56px;}
.p-details a.info {
	float:left;
	width:17px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/icon-info.gif) no-repeat;
	margin-top:2px;
}
/* notes box */
.notes-box {
	margin-top:-13px;
	position:relative;
}
.notes-box h4{
	background:none;
	font:17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#8a837a;
	border-bottom:1px solid #f0f0f0;
	padding:0 0 0 33px;
	width:auto;
	float:none;
	margin:0 0 16px;
	text-align:left;
}
.notes-box label {
	width:151px;
	padding:1px 15px 0 0;
}
.notes-box .textarea{
	float:left;
	width:393px;
	height:118px;
	padding:4px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-textarea.gif) no-repeat;
}
.notes-box .textarea textarea{
	width:393px;
	height:118px;
	border:0;
	background:none;
	max-width:393px;
	max-height:118px;
	overflow:auto;
}
.notes-box p.note {
	margin:3px 0 11px 122px;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.notes-box p.note a{
	color:#671113;
}
.p-details .submit {
	width:208px;
	display:block;
	margin-left:258px;
}
/* popup */
.popup {
	width:274px;
	position:absolute;
	top:90px;
	left:469px;
	font-size:12px;
	color:#1f1f1f;
	z-index:999;
}
.popup .t{
	height:18px;
	font-size:1px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-popup-t.png) no-repeat;
}
.popup .c{
	height:1%;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-popup-c.png) repeat-y;
	padding:0 22px 4px 19px;
}
.popup .c:after {
	clear: both;
	content:"";
	display: block;
}
.popup .b{
	height:22px;
	font-size:1px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-popup-b.png) no-repeat;
}
.popup strong{
	font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#900;
}
.popup p{margin:5px 0 0;}
.popup .holder {
	float:left;
	width:233px;
	margin:-7px 0 0;
	position:relative;
	line-height:16px;
}
/* messages place */
.messagebox {
	color:#333;
	/*display:none;*/
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 6px;
}
.messagebox.I-message {
  background: #f0f8fc;
  border: 2px solid #44a1d4;  
}
.messagebox.W-message {
  background: #fef4e9;
  border: 2px solid #bf5144;  
}
.messagebox.E-message {
  background: #fef4e9;
  border: 2px solid #bf5144;  
}
.messagebox .frame{
	overflow:hidden;
	height:1%;
	padding:12px 35px 10px 15px;
	position:relative;
}
.messagebox a.close{
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	width:16px;
	height:17px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/btn-close.gif) no-repeat;
	right:12px;
	top:7px;
}
.messagebox img {
	float:left;
	margin-right:12px;
}
.messagebox p {margin:0;}
.info-message {
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-info-c.gif) repeat-y;
}
.info-message .holder{
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-info-t.gif) no-repeat;
}
.info-message .frame{
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-info-b.gif) no-repeat 0 100%;
	padding-bottom:13px;
}
.info-message p {margin:8px 0 0;}
.warning-message {
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-warning-c.gif) repeat-y;
}
.warning-message .holder{
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-warning-t.gif) no-repeat;
}
.warning-message .frame{
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-warning-b.gif) no-repeat 0 100%;
}
.error-message {
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-error-c.gif) repeat-y;
}
.error-message .holder{
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-error-t.gif) no-repeat;
}
.error-message .frame{
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-error-b.gif) no-repeat 0 100%;
	padding:14px 135px 14px 15px;
}
.error-message p {margin-top:7px;}

/* product place */
.product-place {

}
.product-place .photo-holder {
	float:left;
	width:49%;
	padding:0px 15px 0px 0px;
	position:relative;
}
.product-place .photo-holder .image {
  margin: 0 auto;
  text-align: center;
}
.product-place .photo-holder .image-box {
  margin: 0 auto;
  text-align: center;  
}
.product-place .photo-holder img{
  display:block;
  margin:0 auto;
  max-width: 100%;
  height: auto;
}
.product-place .photo-holder ul {
	margin:0;
	/*padding:37px 0 0 6px;*/
	list-style:none;
	overflow:hidden;
	/*height:1%;*/
}
.product-place .photo-holder ul li{
	padding-right:3px;
	float:left;
}

/* description product */
.description-product {
	float:right;
	width:51%;
	padding: 0 0 40px 15px;
  position: relative;
}
#product_page_grad {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right:0;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(240,240,240,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(240,240,240,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(240,240,240,1) 100%);  
  z-index: 0;
}
#custom_reviews {
  position: relative;
}
#custom_reviews > .tab-title,
#custom_reviews > .tab-content {
  position: relative;
  z-index: 2;
}
#custom_reviews:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right:-100px;;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(240,240,240,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(240,240,240,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(240,240,240,1) 100%);  
  z-index: 0;  
}
.description-product .sku {
  padding: 0 3px 20px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.description-product .form {
  position: relative;
  z-index: 2;
}
.description-product .info-holder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;  
  color: #333;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.description-product .info-holder.align-items-center,
.align-items-center {
  align-items: center;
}
.align-self-center {
  align-self: center;
}
.description-product .info-holder .info-left {
  text-align:left;
}
.description-product .info-holder .info-right {
  text-align: right;
}
.description-product .info-holder .product-price-value {
  color: #1B3B56;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}
.description-product .info-holder .market-price {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
}
.description-product .info-holder .market-price-value {
  text-decoration: line-through;
}

.description-product h1 {
	margin:0px 0 20px;
	color:#666;
	font-size:33px;
	font-weight:normal;
  line-height: 39px;
}
.description-product h1 .see-details {
  color: #1B3B56;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  padding-left: 20px;
  line-height: normal;
  white-space: nowrap;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;  
}
.description-product h1 .see-details:before {
  content: attr(data-pseudo-content);
}
.description-product .rating {
  display: block;
}
.description-product .rating .link {
  display: block;
  color: #999;
  font-size: 18px;
  font-weight: normal;  
}
.description-product .rating:hover .link {
  color: #1b3b56;
}
.description-product .info-left > .price {
  margin-bottom: 0px;
}
.description-product .map-price {
  font-size: 18px;
  color: #1B3B56;
  transition: color .2s;
}
.description-product .map-price:hover {
  color: #ED8B00;
}
.description-product .maker {
  padding:0;
  text-align: right;
  
}

.description-product p {margin:0 0 15px;}
.description-product fieldset {
	
	margin-left:-3px;
}
.description-product .extra-sale {
  margin-bottom: 15px;
  padding: 0 3px;
}
.description-product .extra-sale,
.description-product .extra-sale * {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.description-product .row {
	overflow:hidden;
	height:1%;
	padding:0 3px 7px 3px;
  font-size: 0;
}
.description-product .row > * {
  font-size: 18px;
}
.description-product .row > label {
  width: 31%;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.description-product .row > label + select {
  width: 69%;
}
.description-product label {
  vertical-align: middle;
  line-height: normal;
}
.description-product select {}
.description-product select.quantity {}
.description-product .order .table-holder {
  padding:0px 3px 15px;
}
.description-product .order .table-holder table{
	border-collapse:collapse;
	padding:0;
  width: 100%;
}
.description-product .order .table-holder table td {
	padding:2px 10px 2px 0px;
  font-size: 18px;
}
.description-product .order .table-holder table td.property-name,
.description-product .order .table-holder table td:first-child {
  font-size: 18px;
  font-weight: 400;
  width:31%;
  font-family: 'Open Sans', sans-serif;
}
.description-product .order .table-holder table td.alt,
.description-product .order .table-holder table td.alt * {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
.description-product .qty-holder {
  white-space: nowrap;
}
.plus-minus-product-qty {
  border-radius: 4px;
  overflow: hidden;
  /* font-size: 0; */
  letter-spacing: -3px;
  display: inline-block;
}
.plus-minus-product-qty a,
.plus-minus-product-qty input {
  font-size: 1.3rem;
  line-height: 1em;
  padding: .5em 1em .4em;
  height: 2em;
  display: inline-block;
  border: 0 none;
  background: #f0f0f0 none;
  text-align: center;
  color: #333;
  vertical-align: middle;
}
.plus-minus-product-qty a {
  width: 50px;
}
.plus-minus-product-qty input {
  margin: 0 1px;
  width: 80px;
}
.description-product .btn-holder {
  width:70%;
  padding-left: 20px;
}
.description-product .btn-holder .add-to-cart-button {
  width: 100%;
}
.description-product .order .btn-holder a{
	float:left;
	margin-left:1px;
}

.description-product .ask-question {
  margin: 20px 0;
}

.click-here-for-support {
  font-size: 18px;
  font-weight: 700;
  color: #1B3B56;
  white-space: nowrap;
  min-height: 60px;
  margin-bottom: 15px;
}
.click-here-for-support img {
  vertical-align: middle;
}

.description-product .maker .table-holder {
	padding-bottom:3px;
}
.description-product .maker .table-holder table {
	padding:0;
	border-collapse:collapse;
}
.description-product .maker .table-holder table td{
	text-align:center;
	background:#dcdad7;
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	width:60px;
	border:1px solid #fff;
	padding:4px 0;
}
.description-product .maker .table-holder table td.alt{background:#ecf0dd;}
.description-product .maker .table-holder table th {
	text-align:center;
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	background:#dcdad7;
	border:1px solid #fff;
	letter-spacing:-1px;
	padding:4px 0;
}

.description-box img {
	float:right;
	padding:10px;
}
.description-product .scrollable {
	height:197px !important;
	overflow:hidden;
	font-size:12px;
	line-height:18px;
	padding-bottom:14px;
}
.description-product .scroll-content {
	width:420px !important;
	height:200px !important;
}
.description-product .vscroll-bar{
	position:absolute;
	width:13px !important;
	margin:0;
	padding:0;
	height:197px !important;
	top: 7px !important;
	left:430px !important;
}
.description-product .vscroll-line{
	width:1px !important;
	overflow: hidden;
	background: #ccc;
	margin-left:6px;
}
.description-product .vscroll-up,
.description-product .vscroll-down{display:none;}
.description-product .vscroll-slider{
	width:11px !important;
	border:1px solid #fff;
	height:98px !important;
	overflow:hidden;
	background:#ccc;
	cursor:pointer;
}
.description-product .scrollable p{margin:0 0 18px;}

/* tab holder */
.tab-holder .tab {
	padding: 1px 0 0;
}
.tab-holder .tab-title {
  color: #1B3B56;
  font-weight: normal;
  font-size: 33px;
  text-align: center;
  border-bottom: 1px solid #1B3B56;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.tab-holder .tab-content {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  font-weight: normal;
}
#product_gallery,
#product_fulldescr {
  height:auto;
  overflow:hidden;
  position: relative;
}
#product_gallery.collapsed {
  max-height: 380px;
}
#product_fulldescr.collapsed {
  max-height: 600px;
}
#product_videos.collapsed {
	max-height: 380px;
}
#product_videos {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#product_fulldescr * {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  color: #666 !important;
  font-style: normal !important;
}
#product_fulldescr a * {
  color: rgb(0, 0, 205) !important;
}
#product_gallery.collapsed:after,
#product_videos.collapsed:after,
#product_fulldescr.collapsed:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: transparent;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  
}
#product_videos.collapsed:after,
#product_gallery.collapsed:after {
  height: 40px;
  z-index: 1;
}
#product_gallery_toggler,
#product_videos_toggler,
.show-more-toggler,
#product_fulldescr_toggler {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  color: #ED8B00;
  display: inline-block;
  padding: 10px 0;
}
#product_gallery_toggler span,
#product_videos_toggler span,
#product_fulldescr_toggler span,
.show-more-toggler span {
  font-size: 35px;
  position: relative;
  top: 5px; 
}
#product_videos_toggler,
#product_gallery_toggler {
  float: left;
}
#product_gallery_toggler:hover,
#product_videos_toggler:hover,
#product_fulldescr_toggler:hover {
  font-weight: 600;
}
#product_gallery_toggler:after,
#product_videos_toggler:after,
#product_fulldescr_toggler:after {
  content: '';
  display: inline-block;
}

#feedback_reviews .cr,
#custom_reviews .cr {
  font-size : 18px;
  line-height : 28.43px;
  color : #666666;  
  text-align: left;
}
#feedback_reviews .cr-title,
#custom_reviews .cr-title {
  font-size : 22px;
  line-height : 28.43px;
  color : #1B3B56;
  padding-bottom: 10px;
}
#feedback_reviews .cr-text,
#custom_reviews .cr-text {
  padding-bottom: 10px;
}
#custom_reviews .cr-rating {
  display: inline-block;
  vertical-align: middle;
}
#custom_reviews .cr-author {
  font-size : 18px;
  line-height : 19.2px;
  letter-spacing : 0.36px;
  color : #333333;
}
.related-gallery ul li a{
	padding:3px 8px 7px 9px;
}
.related-gallery ul li a strong{padding:1px 0 0 2px;}
/* inner tabs */

.inner-tabs ul.tabset {
	padding-left:15px;
}
.inner-tabs ul.tabset li {
	width:auto;
	padding:0 65px 0 0;
}
.inner-tabs ul.tabset li a {
	float:none;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/arrow07.gif) no-repeat 0 4px;
	padding:0 0 0 12px;
	font-weight:bold;
	color:#df6f26;

}
.inner-tabs ul.tabset li a:hover, .inner-tabs ul.tabset li a.active {
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/arrow07.gif) no-repeat 0 4px;
	color:#df6f26;
}
.inner-box {padding:8px 0 0 8px;}
.inner-box h3{
	margin:0 0 5px;
	font-size:20px;
	font-weight:normal;
	color:#dd6619;
}
.inner-box .row {
	border-bottom:1px solid #efefef;
	padding:8px 0 10px;
	line-height:18px;
	overflow:hidden;
	width:100%;
}
.inner-box .row strong {
	font-size:15px;
	font-weight:normal;
	color:#575757;
}
.inner-box p {
	margin:3px 0 7px;
}
.inner-box .alt-row {
	border-bottom:0;
	padding:10px 0 0;
}
.f-review {padding-top:8px;}
.f-review .row {
	padding:0 0 6px;
	border-bottom:0;
}
.f-review label {
	float:left;
	width:116px;
	padding-right:15px;
	font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:right;
}
.f-review label span{
	font:bold 17px Arial, Helvetica, sans-serif;
	color:#dd661b;
	width:6px;
	padding-left:2px;
}
.f-review .text {
	width:207px;
	float:left;
	border:2px solid #b8b8b8;
	padding:1px 4px 2px;
	background:#fff;
	height:15px;
}
.f-review .textarea {
	float:left;
	width:393px;
	height:88px;
	padding:4px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-textarea2.gif) no-repeat;
}
.f-review .textarea textarea{
	width:393px;
	height:88px;
	max-width:393px;
	max-height:88px;
	background:none;
	border:0;
}
.f-review p {
	clear:both;
	margin:0 0 0 131px;
}
.f-review .captcha {
	margin-left:131px;
	overflow:hidden;
	height:1%;
	padding:4px 0 8px;
}
.captcha label{
	float:none !important;
	display:block;
	font-size:10px !important;
	padding:0 0 10px !important;
	width:auto !important;
	text-align:left !important;
}
.captcha .row {padding:0 !important;}
.captcha img {
	float:left;
	margin-right:12px;
}
.captcha .text {
	width:100px !important;
	border:1px solid #999;
	margin-top:10px;
	padding:3px 4px !important;
}
.captcha a {
	color:#043faf;
	font-size:11px;
	line-height:11px;
	background:url(../../skin/txs_ModernLiving/css/FW/../../images/bg-dots3.gif) repeat-x 0 100%;
	float:left;
	margin-left:3px;
	padding-bottom:2px;
	margin-top:-1px;
	position:relative;
}
.captcha a:hover {
	text-decoration:none;
	background:none;
}
.f-review a.button {
	margin-left:135px;
	width:118px;
	float:left;
}
/* send to freiend */
.f-send {
	padding:17px 0 15px 10px;
	overflow:hidden;
	height:1%;
}
.f-send .row{
	padding:0 0 8px;
	border-bottom:0;
	overflow:hidden;
	width:100%;
}
.f-send label {
	float:left;
	width:138px;
	padding-right:15px;
	font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:right;
}
.f-send label span{
	font:bold 17px Arial, Helvetica, sans-serif;
	color:#dd661b;
	width:6px;
	padding-left:2px;
}
.f-send .text {
	width:240px;
	float:left;
	border:1px solid #999;
	padding:2px 4px 3px;
	background:#fff;
	height:15px;
}
.f-send .captcha {
	margin-left:154px;
	overflow:hidden;
	height:1%;
	padding:2px 0 7px;
}
.f-send .button {
	float:left;
	width:148px;
	margin-left:157px;
}
/* footer */
#footer {
	width:100%;
	background-color:#f2f2f2;
	padding-bottom:40px;
	font-size:11px;
}
#footer > .resp-container {
	width: 100%;
	max-width: 1920px;
	padding-left: 5%;
	padding-right: 5%;
}
#footer .svg-cover-bottom {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
}

#footer .footer-left,
#footer .footer-right {
  width: 45%;
  float: left;
  padding-top: 30px;
}
#footer .footer-right {
  float: right;
  width: 55%;
}
@media screen and (max-width:1280px) and (min-width:992px) {
	#footer .footer-left {width: 40%}
	#footer .footer-right {width: 60%}
	.footer-menu li a {white-space: nowrap}
}
#footer .logo {
  width: 210px;
  /*margin-left: -25px;*/
  /*margin-bottom: 20px;*/
}
.footer-socials {
  margin-bottom: 25px;
}
.footer-socials .social-icon {
  display: inline-block;
  color: #666;
  text-decoration: none;
  line-height: 33px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 15px 0 0;
  transition: all .2s;
  text-decoration:none;
}
.footer-socials .social-icon .st0 {
  fill: #666;
}
.footer-socials .social-icon:hover {
  transform: translateY(-4px) scale(1.2);
}
.footer-socials .social-icon.fb:hover .st0 {
  fill: #3b5998
}
.footer-socials .social-icon.tw:hover .st0 {
  fill: #1da1f3
}
.footer-socials .social-icon.pin:hover .st0 {
  fill: #dd4b39
}
.footer-socials .social-icon.ins path{
	fill:#666;
}

#footer .copy {
  font-size: 15px;
}
@media screen and (min-width:480px) {
	#footer .copy {white-space: nowrap;}
}
.footer-menu {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-menu li{
	display:block;
	padding-right:16px;
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
.footer-menu li a {
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  color: #666666;
  font-weight: normal;
}
.footer-menu li a:hover {
  text-decoration: none;
  color: #ED8B00;
}

#footer p {margin:0;}
#footer .text {
	padding-top:3px;
	line-height:16px;
}
/* js styles */
div.outta-here {
	position: absolute;
	display: block !important;
	top: -9999px !important;
	left: -9999px !important;
}
.popup-holder {
	position: relative;
	z-index: 1000;
	width: 20px;
	float: left;
}
.popup-holder .popup {
	position: absolute;
	top: -11px;
	left: 19px;
	display: none;
}
.popup-holder:hover .popup {
	display: block;
}
.p-details .row {
	overflow: visible;
}
.p-details .rows:after,
.p-details .row:after {
	display: block;
	content: "";
	clear: both;
}
.notes-box {
	clear: both;
}
/* gallery styles */
.slideshow ul.slideset {
	list-style: none;
	position: relative;
	height: 369px;
	padding: 0;
	margin: 0;
}
.slideshow ul.slideset li {
	position: absolute;
	left: 0;
	top: 0;
}
.slideshow ul.slideset li.active {
	z-index: 1;
}
.switcher a:focus {
	outline: none;
}
/* horizontal scroll gallery styles */
.slider-holder {
	position: relative;
	overflow: hidden;
	width: 822px;
}
/* cart button ajax styles */
.btn-cart em {
	text-align: center;
	position: absolute;
	background: #fff;
	height: 17px;
	padding: 8px 0 0;
	width: 118px;
	top: -9999px;
	z-index: 2;
	left: 0;
}
.btn-cart img.loading {
	background: url(../../skin/txs_ModernLiving/css/FW/../../images/ajax-loader.gif) no-repeat;
	vertical-align: top;
	display: inline;
	float: none;
	width: 75%;
}
.btn-cart .text-ajax {
	background: #DD661B;
	padding: 5px 0 0;
	width: 118px;
	z-index: 1;
	display: none;
}
.gallery-products .slider {
	font-size: 0;
	line-height: 0;
}


.main-title {
	background:#fefefe url(../../skin/txs_ModernLiving/css/FW/../../images/bg-welcome.gif) repeat-x;
	border:1px solid #d8d8d8;
	overflow:hidden;
	height:1%;
}

img.inner-image{float: right; margin: 0px 15px; border: 2px solid #000;}

.link-box{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:16px;
	left:10px;
	z-index:3;
}
.link-box li{
	float:left;
	margin:0 10px 0 0;
}
.link-box li a img{
	float:left;
	border:1px solid #fff;
}

.photo-holder .image-holder {
	height:350px;
	position:relative;
}
.photo-holder .image-holder img{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.photo-holder img.active {z-index:1;}

.link-box{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:10px;
	bottom:-18px;
	z-index:99;
}
.link-box li{
	float:left;
	margin:0 10px 0 0;
}
.link-box li a img{
	float:left;
	border:1px solid #cccccc;
}

div#captcha-wrapper {background-color: #625d5d; width: 342px; height: 90px;position: absolute;top:59px;left:0; z-index: 1;display: none;}
div#captcha-wrapper fieldset {background-color: #fff; width: 322px; height: 80px; margin-left: 10px;color: #625d5d;}
.description-box {
	margin:20px 0;
	padding:0 10px;
}

.call-for-price-customer-display {
  background-color:#F3F5F8;
  border: 2px solid #ACACAC;
  text-align:center;
  max-width:240px;
  padding:10px;
  border-radius: 1em 1em 1em 1em;
}
.call-for-price-customer-display strong {
  color:#B51A00;
}

.max-width-centered-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width:100%;
}
table.data-table.max-width-centered-table td input,
table.data-table.max-width-centered-table td select,
table.data-table.max-width-centered-table td textarea {
  width: 100%;
  min-width: 0;
}
.max-width-centered-table .category-header {
  padding-left: 6%;
}

.contact-us-popup {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}

.main-search-table {
  margin: 20px auto;
}
.main-search-table td {
  padding-top: 5px;
  padding-bottom: 5px;  
}
.main-search-table td.including {
  padding-top:0;
}
.main-search-table td.search-button {
  padding: 0;
}
.main-search-table td label {
  vertical-align: middle;
}
.main-search-table td label input {
  vertical-align: middle;
}
.main-search-table td select,
.main-search-table td input[type="text"] {
  padding: 4px 8px;
}
.main-search-table td input[name="posted_data[substring]"] {
  width: 90%;
}

@media screen and (min-width: 1281px) {
  .products-list.four-column .item {
    width: 25%;
  }
  .products-list.four-column .item:nth-child(3n) + .item {
    clear: none;
  }
  .products-list.four-column .item:nth-child(4n) + .item {
    clear: left;
  }
}
@media screen and (max-width: 1280px) {
  .resp-container {
    width: 95%;
  }
  .xm-menu.xm-horizontal.xm-modern-living li.xm-top > a,
  .header-holder .line2 {
    font-size: 16px;
  }
  .header-holder .line1 {
    /*width: 435px;*/
		width: 485px;
  }
  .header-holder .logo {
    width: 21%;
  }
  .footer-menu li{
    width:33.333%
  }
	.products-list .item {
		width: 33.333%;
	}
	.products-list .item:nth-child(4n) + .item {
		clear: none;
	}
	.products-list .item:nth-child(3n) + .item {
		clear: left;
	}
}
.mobile-header-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .resp-container {
    width: 728px;
  }
  #header {
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 1000;
    box-shadow:0 0 1px 1px #d2d2d2;
  }
  .header-holder {
    height: 50px;
  }
  #wrapper {
    margin-top: 50px;
  }
  .header-holder .line1,
  .header-holder ul.navbar > li:not(.cart-holder),
  .header-holder .line2 .phones
  {
    display: none;
  }
  .header-holder .logo {
    width:120px;
    height: auto;
    left: 10px;
    top: 10px;
  }
  .mobile-header-menu {
    display: block;
  }
  .nav-pills {
    margin: 0;
    padding: 0;
    list-style: none inside none;
    float: right;
  }
  .nav-pills > li {
    float: right;
    display: block;
  }
  .nav-pills > li > a {
    display: block;
    padding: 14px 13px 12px;
    text-decoration: none !important;
    overflow: hidden;
    height:50px;
    color: #1B3B56;
  }
 .svg-menu * {
    fill: #1B3B56;
  }
  ul.navbar > li.cart-holder {
    position: fixed;
    right: 90px;
    top: 0;
  }
  .cart-box {
    height:50px;
    width: 40px;
  }
  .cart-box .svg-cart {
    margin:8px 0 0 0;
  }
  .cart-box .minicart {
    bottom:18px;
    margin-right:-11px;
  }
  .btn-cart span.arrow {
    right:3px;
    top:12px;
  }
  .products-box {
    top:46px;
    right: -90px;
  }
  
  .nav-pills > li > a#search-toggle {
    width:40px;
    padding: 15px 5px 12px 0;
    text-align:right;
  }
  .nav-pills > li > a#search-toggle .svg-search {
    width:21px;
    height:21px;
  }
  .nav-pills > li > a#search-toggle .svg-search .st0 {
    stroke: #1B3B56;
  }
  .dropdown {
    position: static;
    display: block;
  }
  .dropdown .dropdown-menu {
    display: block;
    position: absolute;
    right:50px;
    bottom:0;
    left:0;
    width:auto;
    box-sizing: border-box;
    height: 0;
    transition: height .2s;
    overflow:hidden;
    padding: 0px;
  }
  .dropdown.open .dropdown-menu {
    display: block;
    height: 50px;
    z-index: 2000;
  }
  .dropdown-menu .search {
    height: 50px;
    padding: 10px 35px 10px 10px;
    box-sizing: border-box;
    background: #f0f0f0;
    position: relative;
  }
  .dropdown-menu.open .search {
    display: block;
  }
  .dropdown-menu .search .search-button {
    display: block;
    box-sizing: border-box;
    padding: 15px 5px 12px 0;
    text-decoration: none;
    text-align: right;
    width: 40px;
    height: 50px;
    vertical-align: middle;
    color: #1B3B56;
    position: absolute;
    right:0;
    top:0;
    margin: 0;
    border: 0 none;
    background: transparent none;
    outline: none !important;
    cursor: pointer;
  }
  .dropdown-menu .search .svg-search {
    width: 21px;
    height: 21px;    
  }
  .dropdown-menu .search .svg-search .st0 {
    stroke: #1B3B56;
  }
  .dropdown-menu input.text {
    padding: 5px 10px;
    margin: 0;
    font-size: 15px;
    height:30px;
    width:100%;
    box-sizing: border-box;
    border: 1px solid #a9a9a9;
  }
  .dropdown-menu input.text:focus {
    outline: none;
    border-color: #1b3b56;
  }
  
  #footer .footer-left,
  #footer .footer-right {
    width: 100%;
    float: none;
  }
  #footer .footer-left {
    text-align: center;
  }
  #footer .logo {
    /*width: 110px;*/
    margin: 0px auto 10px;
  }
  .footer-menu li a {
    font-size: 16px;
  }
  .footer-socials .social-icon {
    margin: 0 15px;
  }
  #footer .copy {
    font-size: 12px;
  }
  .menu-categories-list ul li{
    width:25%;
    font-size: 17px;
  }
  .welcome-center {
    box-shadow: 0px 15vw 0 0 #fff inset;
  }
  .category-title-banner-holder .category-title-banner + h1 {
    font-size: 30px;
    font-size: 4vw;
  }
  /*.cat-products-block #pf_menu {
    width: 27%;
  }*/
  .cat-products-block .cat-products {
    /*width: 73%;*/
/*	  width: calc(100% - 330px);*/
  }
  .products-list .item {
    width: 50%;
  }
  .products-list .item:nth-child(3n) + .item {
    clear: none;
  }
  .products-list .item:nth-child(2n) + .item {
    clear: left;
  }
  .flex {
    display: block;
  }
  .flex .flex-right,
  .flex .flex-left {
    padding: 0 0 20px;
  }
  
  .cart-products-table th {
    width: auto !important;
  }
  .cart-products-table td {
    padding-right: 10px;
  }
  .cart-products-table td.col5 {
    padding-right: 0px;
  }
  .cart-products-table .plus-minus-product-qty a,
  .cart-products-table .plus-minus-product-qty input {
    font-size: 1rem;
    width: 30px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .cart-products-table .plus-minus-product-qty input {
    width:40px;
  }
  .description-product .maker {
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .cat-products-block #pf_menu {
	  padding-left: 0;
	  padding-right: 0;
	  margin-right: 5px;
  }

  .description-product .info-holder {
    display: block;
  }
  .description-product .info-holder .info-left,
  .description-product .info-holder .info-right {
    text-align: center;
  }
  .description-product .btn-holder {
    padding: 10px;
    width: 100%;
  }  
}
@media screen and (max-width: 767px) {
  .resp-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-categories-list ul li{
    width:33.333%;
  }
  .home-bottom-banners {
    margin-bottom: 20px;
  }
  .cat-products-block #pf_menu {
    width: 100%;
    float: none;
    padding: 0 0 10px;
  }
  .cat-products-block .cat-products {
    width: 100%;
    float: none;
    padding: 0 0 10px;
  }
  .products-list {
    margin-left:-10px;
    margin-right: -10px;
  }
  .products-list .item {
    padding: 0 10px;
  }
  
  .product-place .photo-holder {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
  }
  .description-product {
    float: none;
    width: 100%;
    padding: 0;
    max-width: 540px;
    margin: 0 auto;
  }
  .tab-holder .tab-title,
  .description-product .info-holder .product-price-value,
  .description-product h1 {
    font-size: 4vw;
    line-height: normal;
  }
  .cart-products-block {
    padding:10px;
  }
  .cart-products-table .col1 img {
    max-width: 90px;
    height: auto;
    display: block;
    margin: auto;
  }
  
  .invoice-company-icon {
    width: 100%;
    text-align:center;
    display: block;
    padding: 0;
  }
  .invoice-company-icon + .invoice-data-box {
    display: block;
    padding: 0;    
  }
  
  .resp-table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .resp-table-wrapper > table {
    min-width: 500px;
  }
  #product_page_grad {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .footer-menu li {
    width:50%;
  }
  .cart-products-table,
  .cart-products-table tr,
  .cart-products-table td {
    display: block;
    padding: 0;
    font-size: 15px;
  }
  .cart-products-table th {
    display: none;
  }
  .cart-products-table tr:not(:first-child) {
    padding-bottom: 40px;
  }
  .cart-products-table td.col3,
  .cart-products-table td.col4,
  .cart-products-table td.col5 {
    display: inline-block;
    vertical-align: middle;
    margin: 1px;
  }
  .redeem-coupon {
    margin: 0 auto;
    text-align: center;
  }
  .redeem-coupon td {
    display: block;
    padding: 0 0 10px !important;
  }
  div.shipping-method {
    text-align: center;
  }
  div.checkout-container select {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .menu-categories-list ul li{
    width:50%;
  }
}

@media screen and (max-width: 479px) {
  .products-list {
    margin-left: 0;
    margin-right: 0;
  }
  .products-list .item {
    padding: 0;
    float: none;
    width: 100%;
  }
  .products-list .image {
    min-height: 0;
    display: block;
    padding-bottom: 10px;
  }
  .products-list .image:before {
    content: none;
  }
  .products-list .image > img {
    display: block;
    margin: 0 auto;
    position: static;
  }
  .products-list .product-title {
    min-height: 0;
  }
  .dialog-withbox-content  {
    display: inline;
  }
  .description-product .info-holder {
    display: block;
  }
  .description-product .info-holder .info-left,
  .description-product .info-holder .info-right {
    text-align: center;
  }
  .description-product .btn-holder {
    padding: 10px;
    width: 100%;
  }
  .click-here-for-support {
    white-space: normal;
  }
}

@media screen and (max-width: 400px) {
  .footer-menu li {
    width:100%;
    float: none;
  }
  form[action="help.php"] .data-table,
  form[action="help.php"] .data-table tr, 
  form[action="help.php"] .data-table td {
    display: none;
  }
}

#product_fulldescr.collapsed {
  max-height: 100%;
}
a#product_fulldescr_toggler {
    display: none !important;
}

.description-product.details:not(.fixed) .plus-minus-product-qty a,
.description-product.details:not(.fixed) .plus-minus-product-qty input {
	height: 2.65em;
	line-height: 1.65em;
}

.description-product.details:not(.fixed) .button.make-offer-button {
	margin-top: 14px;
}
@media screen and (max-width: 991px) {
.cart-products-block {
  padding: 0px;
}
}

.category-page .category-title-banner-holder {
    /*display: none;*/
	@media screen and (max-width: 768px) {
		margin-top: 0;
	}
}

/* SS-18198 
@media screen and (max-width: 1753px) {
    .cat-products-block {
        margin-left: 10px;
	margin-right: 10px;
   }
}*/

/* instagram followup section */
.social-instagram-footer{
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
min-height: 45px;
text-align: center;
padding: 5px;
color: #1B3B56;
font-size: 14px;
font-weight: 700;
margin-top: 15px;
}
.social-instagram-footer svg{
	width: 28px;
    vertical-align: middle;
    height: 30px;
}


.social-instagram-footer span{
	text-transform: uppercase;
    vertical-align: middle;
    padding-left: 20px;
}
.footer-banner-other-pages.footer-product-other{
	margin-top: 15px;
}
/* featured categories */
.featured-categories {
  padding: 20px 0 40px;
  margin: 0;
  overflow:hidden;
}
.featured-categories .fc-title-block {
  padding: 0 0 50px;
  margin: 0 -60px 0 0;
}
.featured-categories .fc-title-block h2 {
  float: left;
  width: 33.333%;
  color: #1B3B56;
  margin: 0;
  font-size: 30px;
}
.featured-categories .fc-title-block .fc-descr {
  width: 66.666%;
  float: left;
  padding-right: 60px;
  font-size: 18px;
  line-height: normal;
}
.fc-list {
  margin: 0 -60px 0 0;
  padding: 0;
  list-style: none inside none;
  display: block;
}
.fc-list .fc-list-item {
  padding: 0 60px 0 0;
  margin: 0 0 20px 0;
  list-style: none inside none;
  display: block;
  float: left;
  width:33.333%;
}
.fc-list .fc-item {
  transition: box-shadow .3s;
  display: block;
  box-shadow: 0 0 8px 0 #9c9c9c;
  border-radius: 2px;
  overflow:hidden;
}
.fc-list .fc-icon {
  display: block;
  position: relative;
}
.fc-list .fc-icon:after {
  transition: height .3s;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;right: 0;
  height: 0;
  background: transparent;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.fc-list .fc-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fc-list .fc-name-block {
  display: block;
  background: #fff none;
  padding: 15px 30px;
  height: 60px;
}
.fc-list .fc-name {
  transition: margin .3s;
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
  color: #1B3B56;
  display: block;
  position: relative;
  white-space: nowrap;
}
.fc-list .fc-note {
  transition: opacity .3s, color .3s;
  font-size: 18px;
  line-height: 20px;
  color: #666;
  font-weight: 500;
  display: block;
  opacity: 0;
  overflow:hidden;
  margin-top: 12px;
}
.fc-list .fc-note:hover {
  color: #ed8b00;
}
.fc-list .fc-item:hover {
  transition: box-shadow .5s;
  box-shadow: 0 0 16px 1px #9c9c9c;
}
.fc-list .fc-item:hover .fc-icon:after {
  transition: height .5s;
  height: 75%;
}
.fc-list .fc-item:hover .fc-name {
  transition: margin .5s;
  margin-top: -40px;
}
.fc-list .fc-item:hover .fc-note {
  transition: opacity .5s, color .3s;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .featured-categories .fc-title-block {
    margin-right: -20px;
  }
  .featured-categories .fc-title-block h2 {
    font-size: 20px;
  }
  .featured-categories .fc-title-block .fc-descr {
    padding-right: 20px;
    font-size: 14px;
  }
  .fc-list {
    margin-right: -20px;
  }
  .fc-list .fc-list-item {
    padding-right: 20px;
  }
  .fc-list .fc-name-block {
    padding: 15px;
  }
  .fc-list .fc-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .featured-categories {
    padding: 0;
  }
  .featured-categories .fc-title-block h2 {
    float: none;
    text-align:center;
    width: 100%;
    margin: 10px 0 20px;
  }
  .featured-categories .fc-title-block {
    margin: 0;
    padding-bottom: 20px;
  }
  .featured-categories .fc-title-block .fc-descr {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .fc-list {
    margin: 0;
  }
  .fc-list .fc-list-item {
    float: none;
    padding: 0;
    width:90%;
    margin: 20px auto;
  }
}.outtaHere {
	position:absolute;
	left:-3000px;
}
/* radio buttons */
.radioArea, .radioAreaChecked {
	float:left;
	width:15px;
	height:16px;
	background: url(../../skin/txs_ModernLiving/css/../images/bg-radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position:0 -16px;}
/* checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px;
	height:16px;
	overflow:hidden;
	background:url(../../skin/txs_ModernLiving/css/../images/bg-checkbox.gif) no-repeat;
	margin:0 6px 0 0;
}
.details-form-holder .check-holder .checkboxArea,
.details-form-holder .check-holder .checkboxAreaChecked {
	float:right;
	margin:0 0 0 8px;
}
.checkboxAreaChecked {background-position:0 -16px;}
/* selects */
.selectArea {
	position:relative;
	height:18px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:18px;
	margin-left:2px;
}
.category-header .selectArea {
	height:26px;
	line-height:26px;
	margin:0;
	color:#91914a;
	font-size:13px;
	font-weight:bold;
}
.selectArea .left {
	position:absolute;
	top:0;
	left:-2px;
	width:8px;
	height:100%;
	background:url(../../skin/txs_ModernLiving/css/../images/bg-select-left.gif) no-repeat;
}
.category-header .selectArea .left {
	width:21px;
	background:url(../../skin/txs_ModernLiving/css/../images/bg-select-left2.gif) no-repeat;
	left:0;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	right:-2px;
	width:18px;
	height:100%;
	background:url(../../skin/txs_ModernLiving/css/../images/bg-select-button.gif) no-repeat;
}
.category-header .selectArea a.selectButton {
	background:url(../../skin/txs_ModernLiving/css/../images/bg-select-button2.gif) no-repeat;
	width:28px;
	right:0;
}
.selectArea .center{
	height:18px;
	line-height:18px;
	display:block;
	padding:0 23px 0 8px;
	background: url(../../skin/txs_ModernLiving/css/../images/bg-select-center.gif) repeat-x;
}
.category-header .selectArea .center{
	background: url(../../skin/txs_ModernLiving/css/../images/bg-select-center2.gif) repeat-x;
	padding:0 33px 0 21px;
	height:26px;
	line-height:26px;
}
.selectArea .center img { float:left; }
/* selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	z-index:30;
	font-size:11px;
}
.drop-filter {
	font-size:13px;
	padding-top:7px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style:none;
	background-color:#427cd9;
	border:1px solid #000;
	height:300px;
	overflow:auto;
}
.drop-filter ul{
	border:1px solid #ccc;
	background:#fff;
	height:230px;
	overflow:auto;
	padding:0;
}
.optionsDivVisible ul li {
	width:100%;
	overflow: hidden;
	vertical-align: top;
}
.drop-filter ul li{
	border-bottom:1px solid #e8e8e8;
	width:130px;
	padding:0 6px 2px;
	height:auto;
}
.optionsDivVisible a {
	color:#000;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
.drop-filter a{
	color:#43a9e4;
}
.drop-filter a:hover{
	color:#43a9e4 !important;
	text-decoration:underline !important;
}
.optionsDivVisible a img { float:left; }
.optionsDivVisible a:hover {
	color:#fff;
}

/**
 * Address book 
 */
ul.address-container {
  text-align: left;
  padding: 0;
  margin: 0;
}

div.address-bg {
  background: transparent url(../../skin/txs_ModernLiving/css/../images/bg_post.png) repeat top left;
  margin: 2px;
  padding: 8px;
  width: 260px;
}

li.address-box {
  display: inline-block;
  margin: 0 50px 50px 0;
  padding: 0;
  border: solid 1px #ddd;
  width: 280px;
  min-height: 200px;
  overflow: hidden;
  text-decoration: none;
  vertical-align: top;
  text-align: left;
  list-style: none;
}

.address-main {
  padding: 5px 10px;
  background: #fff;
  min-height: 170px;
}

.address-main a.new-address {
  font-size: 22px;
  line-height: 36px;
}

.address-main .new-address-label {
  padding-top: 40px;
  text-align: center;
}

.address-default {
  font-weight: bold;
  vertical-align: top;
}

.address-default img {
  margin-right: 5px;
}

.address-line {
  margin: 5px 0;
}
/**
 * jQuery UI tabs layout change
 * (remove style definitions below to have default UI tabs look & feel)
 */

.ui-tabs {
  padding: 0;

}

.ui-tabs .ui-tabs-panel {
  border-width: 1px;
}

.ui-tabs .ui-widget-header {
  background: transparent none;
  border: 0 none;
}

.ui-tabs .ui-tabs-nav {
  padding-left: 0;
}

#top-links .ui-widget-content {
  height: 1px;
  padding: 0;
  border-width: 1px 0 0;
}

img.separator {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #5F94C0;
}

/**
 * Add to list... button
 */
div.drop-out-button {
  padding: 0 23px 0 0;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_right_dropout.png) no-repeat right top;
  width:100px;
}

div.drop-out-button div,
div.drop-out-button a
{
  background: transparent url(../../skin/txs_ModernLiving/css/../images/but_left.png) no-repeat left top;
  padding-right: 10px;
}

div.dropout-container {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0 none;
}

div.dropout-wrapper {
  float: left;
  position: relative;
  z-index: 1;
  margin: 0;
}

div.dropout-box {
  border: solid 1px #adb6c6;
  background-color: #fff;
  padding: 5px 0;
  margin-top: 26px;
  position: absolute;
  display: none;
  z-index:999;
}

div.dropout-wrapper ul {
  margin: 0;
  padding: 0;
}

div.dropout-wrapper ul li {
  list-style-position: outside;
  list-style-type: none;
  padding: 5px 15px;
  float: left;
}

div.dropout-wrapper ul li .button {
  float: left;
  position: relative;
}

div.dropout-wrapper .button {
  float: none;
  position: absolute;
  margin-right: 0;
  margin-top: 2px;
}
.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{box-sizing:border-box;background:inherit;display:block;padding:0;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;box-sizing:border-box;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels{overflow:hidden}.mm-panel{transform:translate(100%,0);transform:translate3d(100%,0,0);transition:transform .4s ease;transform-origin:top left}.mm-panel.mm-opened{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-panel.mm-subopened{transform:translate(-30%,0);transform:translate3d(-30%,0,0)}.mm-panel.mm-highest{z-index:1}.mm-panel.mm-noanimation{transition:none!important}.mm-panel.mm-noanimation.mm-subopened{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels>.mm-panel:not(.mm-hidden){display:block}.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}.mm-vertical .mm-panel{transform:none!important}.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{box-sizing:border-box;height:40px;bottom:auto}.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{transform:rotate(225deg);right:19px}.mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:1px solid transparent;display:block;width:9px;height:9px;margin:auto;position:absolute;top:0;bottom:0;transform:rotate(-45deg)}.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:12px}.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}.mm-next:after,.mm-prev:before{content:'';border-top:2px solid transparent;border-left:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-prev:before{transform:rotate(-45deg);left:23px;right:auto}.mm-next:after{transform:rotate(135deg);right:23px;left:auto}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar .mm-btn:first-child{left:0}.mm-navbar .mm-btn:last-child{text-align:right;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview a,.mm-listview a:hover{text-decoration:none}.mm-listview>li{position:relative}.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}.mm-listview>li>a,.mm-listview>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listview>li:not(.mm-divider):after{left:20px}.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-menu{background:#ffffff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.7)}.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.5)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu .mm-divider{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}.mm-slideout{transition:transform .4s ease;z-index:1}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking{overflow:hidden}html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}.mm-menu.mm-offcanvas.mm-opened{display:block}.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened{z-index:10}.mm-menu.mm-offcanvas{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-menu~.mm-slideout{transform:translate(80%,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu~.mm-slideout{transform:translate(140px,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-menu~.mm-slideout{transform:translate(440px,0);transform:translate3d(440px,0,0)}}
@charset "UTF-8";.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}
.mm-menu .mm-listview.mm-border-none>li:after,.mm-menu .mm-listview>li.mm-border-none:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}.mm-menu .mm-listview.mm-border-full>li:after,.mm-menu .mm-listview>li.mm-border-full:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}.mm-menu .mm-listview.mm-border-offset>li:after,.mm-menu .mm-listview>li.mm-border-offset:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}
.mm-menu.mm-fx-menu-zoom{transition:transform .4s ease}html.mm-opened .mm-menu.mm-fx-menu-zoom{transform:scale(.7,.7) translate3d(-30%,0,0);transform-origin:left center}html.mm-opening .mm-menu.mm-fx-menu-zoom{transform:scale(1,1) translate3d(0,0,0)}html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom{transform:scale(.7,.7) translate3d(30%,0,0);transform-origin:right center}html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom{transform:scale(1,1) translate3d(0,0,0)}.mm-menu.mm-fx-menu-slide{transition:transform .4s ease}html.mm-opened .mm-menu.mm-fx-menu-slide{transform:translate(-30%,0);transform:translate3d(-30%,0,0)}html.mm-opening .mm-menu.mm-fx-menu-slide{transform:translate(0,0);transform:translate3d(0,0,0)}html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide{transform:translate(30%,0);transform:translate3d(30%,0,0)}html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-menu.mm-fx-menu-fade{opacity:0;transition:opacity .4s ease}html.mm-opening .mm-menu.mm-fx-menu-fade{opacity:1}.mm-menu .mm-fx-panels-none.mm-panel,.mm-menu.mm-fx-panels-none .mm-panel{transition-property:none}.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-menu .mm-fx-panels-zoom.mm-panel,.mm-menu.mm-fx-panels-zoom .mm-panel{transform-origin:left center;transform:scale(1.5,1.5) translate3d(100%,0,0)}.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened,.mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened{transform:scale(1,1) translate3d(0,0,0)}.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened{transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened{transform:translate(-100%,0);transform:translate3d(-100%,0,0)}.mm-menu .mm-fx-panels-slide-up.mm-panel,.mm-menu.mm-fx-panels-slide-up .mm-panel{transform:translate(0,100%);transform:translate3d(0,100%,0)}.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened,.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li{transition:none .4s ease}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(1){transition-delay:50ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(2){transition-delay:.1s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(3){transition-delay:150ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(4){transition-delay:.2s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(5){transition-delay:250ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(6){transition-delay:.3s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(7){transition-delay:350ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(8){transition-delay:.4s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(9){transition-delay:450ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(10){transition-delay:.5s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(11){transition-delay:550ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(12){transition-delay:.6s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(13){transition-delay:650ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(14){transition-delay:.7s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(15){transition-delay:750ms}.mm-menu.mm-fx-listitems-slide .mm-listview>li{transition-property:transform,opacity;transform:translate(50%,0);transform:translate3d(50%,0,0);opacity:0}html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview>li{transform:translate(0,0);transform:translate3d(0,0,0);opacity:1}.mm-menu.mm-fx-listitems-fade .mm-listview>li{transition-property:opacity;opacity:0}html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}.mm-menu.mm-fx-listitems-drop .mm-listview>li{transition-property:opacity,top;opacity:0;top:-25%}html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}
.mm-menu.mm-offcanvas.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{transform:translate(100%,0);transform:translate3d(100%,0,0)}@media all and (max-width:140px){html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{transform:translate(140px,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{transform:translate(10000px,0);transform:translate3d(10000px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{transform:translate(-100%,0);transform:translate3d(-100%,0,0)}@media all and (max-width:140px){html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{transform:translate(-140px,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{transform:translate(-10000px,0);transform:translate3d(-10000px,0,0)}}.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,.mm-menu.mm-offcanvas.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}
html.mm-iconbar body{overflow-x:hidden}html.mm-iconbar .mm-page{background:inherit;min-height:100vh}html.mm-iconbar .mm-slideout{box-sizing:border-box;padding-right:60px;transform:translate(60px,0);transform:translate3d(60px,0,0)}.mm-menu.mm-iconbar{display:block}
.mm-menu .mm-panels>.mm-panel.mm-listview-justify:after,.mm-menu .mm-panels>.mm-panel.mm-listview-justify:before,.mm-menu.mm-listview-justify .mm-panels>.mm-panel:after,.mm-menu.mm-listview-justify .mm-panels>.mm-panel:before{content:none;display:none}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview,.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview{display:flex;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li,.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li{flex:1 0 auto;min-height:40px}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li:not(.mm-divider),.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider){display:flex;flex-direction:column}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li>span,.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li>a:not(.mm-next),.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li>span{box-sizing:border-box;flex:1 0 auto;display:flex;align-items:center}.mm-listview-small .mm-listview>li>a:not(.mm-next),.mm-listview-small .mm-listview>li>span{padding:7px 10px 7px 20px}.mm-listview-small .mm-listview>li.mm-vertical>.mm-next,.mm-listview-small .mm-vertical>.mm-listview>li>.mm-next{height:34px}.mm-listview-large .mm-listview>li>a:not(.mm-next),.mm-listview-large .mm-listview>li>span{padding:15px 10px 15px 20px}.mm-listview-large .mm-listview>li.mm-vertical>.mm-next,.mm-listview-large .mm-vertical>.mm-listview>li>.mm-next{height:50px}.mm-listview-huge .mm-listview>li>a:not(.mm-next),.mm-listview-huge .mm-listview>li>span{padding:20px 10px 20px 20px}.mm-listview-huge .mm-listview>li.mm-vertical>.mm-next,.mm-listview-huge .mm-vertical>.mm-listview>li>.mm-next{height:60px}.mm-listview .mm-divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}.mm-listview .mm-spacer{padding-top:40px}.mm-listview .mm-spacer>.mm-next{top:40px}.mm-listview .mm-spacer.mm-divider{padding-top:25px}.mm-listview .mm-inset{list-style:inside disc;padding:0 10px 15px 40px;margin:0}.mm-listview .mm-inset>li{padding:5px 0}
.mm-menu .mm-listview.mm-multiline>li>a,.mm-menu .mm-listview.mm-multiline>li>span,.mm-menu .mm-listview>li.mm-multiline>a,.mm-menu .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}
.mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker{opacity:0}html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker{opacity:.3;transition:opacity .4s ease .4s}.mm-menu.mm-opened.mm-pagedim~#mm-blocker{background:inherit}.mm-menu.mm-opened.mm-pagedim-white~#mm-blocker{background:#fff}.mm-menu.mm-opened.mm-pagedim-black~#mm-blocker{background:#000}
.mm-menu.mm-popup{transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;transform:translate(-50%,-50%);transform:translate3d(-50%,-50%,0)}.mm-menu.mm-popup.mm-opened~.mm-slideout{transform:none!important;z-index:0}.mm-menu.mm-popup.mm-opened~#mm-blocker{transition-delay:0s!important;z-index:1}html.mm-opening .mm-menu.mm-popup{opacity:1}
.mm-menu.mm-offcanvas.mm-right{left:auto}html.mm-right.mm-opening .mm-menu~.mm-slideout{transform:translate(-80%,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu~.mm-slideout{transform:translate(-140px,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:550px){html.mm-right.mm-opening .mm-menu~.mm-slideout{transform:translate(-440px,0);transform:translate3d(-440px,0,0)}}html.mm-front .mm-slideout{transform:none!important;z-index:0}html.mm-front #mm-blocker{z-index:1}html.mm-front .mm-menu.mm-offcanvas{z-index:2}.mm-menu.mm-offcanvas.mm-front,.mm-menu.mm-offcanvas.mm-next{transition:transform .4s ease;transform:translate(-100%,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-offcanvas.mm-front.mm-right,.mm-menu.mm-offcanvas.mm-next.mm-right{transform:translate(100%,0);transform:translate3d(100%,0,0)}.mm-menu.mm-offcanvas.mm-top{transform:translate(0,-100%);transform:translate3d(0,-100%,0)}.mm-menu.mm-offcanvas.mm-bottom{transform:translate(0,100%);transform:translate3d(0,100%,0)}.mm-menu.mm-offcanvas.mm-bottom,.mm-menu.mm-offcanvas.mm-top{width:100%;min-width:100%;max-width:100%}.mm-menu.mm-offcanvas.mm-bottom{top:auto}html.mm-opening .mm-menu.mm-offcanvas.mm-front,html.mm-opening .mm-menu.mm-offcanvas.mm-next{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-menu.mm-offcanvas.mm-bottom,.mm-menu.mm-offcanvas.mm-top{height:80%;min-height:140px;max-height:880px}
.mm-menu.mm-shadow-page:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100}.mm-menu.mm-shadow-page.mm-right:after{left:auto;right:100%}.mm-menu.mm-shadow-page.mm-front:after,.mm-menu.mm-shadow-page.mm-next:after{content:none;display:none}.mm-menu.mm-shadow-page:after{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 10px rgba(0,0,0,.3)}
.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark .mm-divider{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-fixeddivider span{background:rgba(255,255,255,.05)}.mm-menu.mm-keyboardfocus a:focus{background:rgba(0,0,0,.1)}.mm-menu.mm-shadow-page.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(0,0,0,.1)}.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-divider{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-fixeddivider span{background:rgba(0,0,0,.05)}.mm-menu.mm-keyboardfocus a:focus{background:rgba(0,0,0,.05)}.mm-menu.mm-shadow-page.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-indexer a{color:rgba(0,0,0,.3)}.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(0,0,0,.05)}.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-divider{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-fixeddivider span{background:rgba(255,255,255,.2)}.mm-menu.mm-keyboardfocus a:focus{background:rgba(255,255,255,.3)}.mm-menu.mm-shadow-page.mm-theme-black:after{content:none;display:none}.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2){box-shadow:false}.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(255,255,255,.3)}.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0 0;float:left;position:relative}.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before{content:none;display:none}.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}.mm-menu.mm-tileview .mm-listview{margin:0}
html.mm-widescreen body{position:relative}html.mm-widescreen #mm-blocker{display:none!important}html.mm-widescreen .mm-slideout{transform:none!important;width:70%!important;margin-left:30%!important}html.mm-widescreen .mm-page{background:inherit;box-sizing:border-box}html.mm-widescreen.mm-blocking,html.mm-widescreen.mm-blocking body{overflow:auto}.mm-menu.mm-widescreen{border-right-width:1px;border-right-style:solid;display:block!important;width:30%!important;min-width:0!important;max-width:none!important;top:0!important;right:auto!important;bottom:0!important;left:0!important;z-index:100!important;transform:none!important}.mm-menu.mm-widescreen.mm-pageshadow:after{content:none;display:none}
.mm-menu.mm-autoheight{transition:none .4s ease;transition-property:transform,height}.mm-menu.mm-autoheight:not(.mm-offcanvas){position:relative}.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical){display:block!important}.mm-menu.mm-measureheight .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
.mm-columns{transition-property:width}.mm-columns .mm-panels>.mm-panel{right:auto;transition-property:width,transform}.mm-columns .mm-panels>.mm-panel.mm-opened,.mm-columns .mm-panels>.mm-panel.mm-subopened{border-left:1px solid;border-color:inherit;display:block!important}.mm-columns .mm-panels>.mm-columns-0{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-columns-0 .mm-panels>.mm-panel{z-index:0}.mm-columns-0 .mm-panels>.mm-panel else{width:100%}.mm-columns-0 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){transform:translate(100%,0);transform:translate3d(100%,0,0)}.mm-menu.mm-offcanvas.mm-columns-0{width:80%;min-width:140px;max-width:0}html.mm-opening .mm-menu.mm-columns-0~.mm-slideout{transform:translate(80%,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-0~.mm-slideout{transform:translate(140px,0);transform:translate3d(140px,0,0)}}@media all and (min-width:0px){html.mm-opening .mm-menu.mm-columns-0~.mm-slideout{transform:translate(0,0);transform:translate3d(0,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout{transform:translate(-80%,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout{transform:translate(-140px,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:0px){html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout{transform:translate(0,0);transform:translate3d(0,0,0)}}.mm-columns .mm-panels>.mm-columns-1{transform:translate(100%,0);transform:translate3d(100%,0,0)}.mm-columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-columns-1 .mm-panels>.mm-panel else{width:100%}.mm-columns-1 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){transform:translate(200%,0);transform:translate3d(200%,0,0)}.mm-menu.mm-offcanvas.mm-columns-1{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-menu.mm-columns-1~.mm-slideout{transform:translate(80%,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-1~.mm-slideout{transform:translate(140px,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-menu.mm-columns-1~.mm-slideout{transform:translate(440px,0);transform:translate3d(440px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout{transform:translate(-80%,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout{transform:translate(-140px,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:550px){html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout{transform:translate(-440px,0);transform:translate3d(-440px,0,0)}}.mm-columns .mm-panels>.mm-columns-2{transform:translate(200%,0);transform:translate3d(200%,0,0)}.mm-columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-columns-2 .mm-panels>.mm-panel else{width:100%}.mm-columns-2 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){transform:translate(300%,0);transform:translate3d(300%,0,0)}.mm-menu.mm-offcanvas.mm-columns-2{width:80%;min-width:140px;max-width:880px}html.mm-opening .mm-menu.mm-columns-2~.mm-slideout{transform:translate(80%,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-2~.mm-slideout{transform:translate(140px,0);transform:translate3d(140px,0,0)}}@media all and (min-width:1100px){html.mm-opening .mm-menu.mm-columns-2~.mm-slideout{transform:translate(880px,0);transform:translate3d(880px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout{transform:translate(-80%,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout{transform:translate(-140px,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:1100px){html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout{transform:translate(-880px,0);transform:translate3d(-880px,0,0)}}.mm-columns .mm-panels>.mm-columns-3{transform:translate(300%,0);transform:translate3d(300%,0,0)}.mm-columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-columns-3 .mm-panels>.mm-panel else{width:100%}.mm-columns-3 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){transform:translate(400%,0);transform:translate3d(400%,0,0)}.mm-menu.mm-offcanvas.mm-columns-3{width:80%;min-width:140px;max-width:1320px}html.mm-opening .mm-menu.mm-columns-3~.mm-slideout{transform:translate(80%,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-3~.mm-slideout{transform:translate(140px,0);transform:translate3d(140px,0,0)}}@media all and (min-width:1650px){html.mm-opening .mm-menu.mm-columns-3~.mm-slideout{transform:translate(1320px,0);transform:translate3d(1320px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout{transform:translate(-80%,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout{transform:translate(-140px,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:1650px){html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout{transform:translate(-1320px,0);transform:translate3d(-1320px,0,0)}}.mm-columns .mm-panels>.mm-columns-4{transform:translate(400%,0);transform:translate3d(400%,0,0)}.mm-columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-columns-4 .mm-panels>.mm-panel else{width:100%}.mm-columns-4 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){transform:translate(500%,0);transform:translate3d(500%,0,0)}.mm-menu.mm-offcanvas.mm-columns-4{width:80%;min-width:140px;max-width:1760px}html.mm-opening .mm-menu.mm-columns-4~.mm-slideout{transform:translate(80%,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-4~.mm-slideout{transform:translate(140px,0);transform:translate3d(140px,0,0)}}@media all and (min-width:2200px){html.mm-opening .mm-menu.mm-columns-4~.mm-slideout{transform:translate(1760px,0);transform:translate3d(1760px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout{transform:translate(-80%,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout{transform:translate(-140px,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:2200px){html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout{transform:translate(-1760px,0);transform:translate3d(-1760px,0,0)}}.mm-columns.mm-offcanvas.mm-bottom,.mm-columns.mm-offcanvas.mm-top{width:100%;max-width:100%;min-width:100%}html.mm-opening .mm-columns.mm-offcanvas.mm-front,html.mm-opening .mm-columns.mm-offcanvas.mm-next{transition-property:width,min-width,max-width,transform}
em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}em.mm-counter+a.mm-next{width:90px}em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}em.mm-counter+a.mm-fullsubopen{padding-left:0}em.mm-counter+a.mm-fullsubopen+a,em.mm-counter+a.mm-fullsubopen+span{padding-right:90px}.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span{padding-right:90px}.mm-vertical>.mm-counter{top:12px;margin-top:0}.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}.mm-nosubresults>.mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}
.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}.mm-divider.mm-opened a.mm-next:after{transform:rotate(45deg)}.mm-collapsed:not(.mm-uncollapsed){display:none}.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:10;transform:translate(0,0);transform:translate3d(0,0,0)}.mm-fixeddivider:after{content:none!important;display:none!important}.mm-hasdividers .mm-fixeddivider{display:block}.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}
html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{transition-duration:0s}
.mm-menu.mm-dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}html.mm-dropdown .mm-slideout{transform:none!important;z-index:0}html.mm-dropdown #mm-blocker{transition-delay:0s!important;z-index:1}html.mm-dropdown .mm-menu{z-index:2}html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu{display:none}.mm-menu.mm-tip:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;transform:rotate(45deg)}.mm-menu.mm-tipleft:before{left:22px}.mm-menu.mm-tipright:before{right:22px}.mm-menu.mm-tiptop:before{top:-8px}.mm-menu.mm-tipbottom:before{bottom:-8px}
.mm-iconpanel .mm-panels>.mm-panel{transition-property:transform,left}.mm-iconpanel .mm-panels>.mm-panel.mm-opened,.mm-iconpanel .mm-panels>.mm-panel.mm-subopened{border-left:1px solid;border-color:inherit;display:block!important}.mm-iconpanel .mm-panels>.mm-panel.mm-subopened{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}.mm-subblocker{background:inherit;opacity:0;display:block;max-height:100%;position:absolute;top:0;right:0;left:0;z-index:3;transition:opacity .4s ease}.mm-subopened .mm-subblocker{opacity:.6;bottom:-100000px}
.mm-keyboardfocus a:focus{outline:0}.mm-menu.mm-keyboardfocus a:focus{background:rgba(255,255,255,.5)}
.mm-navbars-bottom,.mm-navbars-top{background:inherit;border-color:inherit;border-width:0;overflow:hidden;position:absolute;left:0;right:0;z-index:3}.mm-navbars-bottom>.mm-navbar,.mm-navbars-top>.mm-navbar{border:none;padding:0;position:relative;transform:translate(0,0);transform:translate3d(0,0,0)}.mm-navbars-top{border-bottom-style:solid;border-bottom-width:1px;top:0}.mm-navbars-bottom{border-top-style:solid;border-top-width:1px;bottom:0}.mm-navbar.mm-hasbtns{padding:0 40px}.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}.mm-navbar .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}.mm-navbar .mm-breadcrumbs>*{display:inline-block;padding:10px 3px}.mm-navbar .mm-breadcrumbs>a{text-decoration:underline}.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}.mm-hasnavbar-top-1 .mm-panels{top:40px}.mm-hasnavbar-top-2 .mm-panels{top:80px}.mm-hasnavbar-top-3 .mm-panels{top:120px}.mm-hasnavbar-top-4 .mm-panels{top:160px}.mm-hasnavbar-bottom-1 .mm-panels{bottom:40px}.mm-hasnavbar-bottom-2 .mm-panels{bottom:80px}.mm-hasnavbar-bottom-3 .mm-panels{bottom:120px}.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}.mm-navbar-size-2{height:80px}.mm-navbar-size-3{height:120px}.mm-navbar-size-4{height:160px}.mm-navbar-content-2>*{width:50%}.mm-navbar-content-3>*{width:33.33%}.mm-navbar-content-4>*{width:25%}.mm-navbar-content-5>*{width:20%}.mm-navbar-content-6>*{width:16.67%}
.mm-menu.mm-rtl{direction:rtl}.mm-menu.mm-rtl.mm-offcanvas{right:auto}.mm-menu.mm-rtl .mm-panel:not(.mm-opened){transform:translate(-100%,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-rtl .mm-panel.mm-subopened{transform:translate(30%,0);transform:translate3d(30%,0,0)}.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child{left:auto;right:0}.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child{right:auto;left:0}.mm-menu.mm-rtl .mm-navbar .mm-next:after{transform:rotate(-45deg);left:23px;right:auto}.mm-menu.mm-rtl .mm-navbar .mm-prev:before{transform:rotate(135deg);right:23px;left:auto}.mm-menu.mm-rtl .mm-listview>li:not(.mm-divider)::after{left:0;right:20px}.mm-menu.mm-rtl .mm-listview>li>a:not(.mm-next),.mm-menu.mm-rtl .mm-listview>li>span:not(.mm-next){padding-left:10px;padding-right:20px!important;margin-right:0!important}.mm-menu.mm-rtl .mm-listview .mm-next{right:auto;left:0}.mm-menu.mm-rtl .mm-listview .mm-next:before{left:auto;right:0}.mm-menu.mm-rtl .mm-listview .mm-next:after{transform:rotate(-45deg);left:23px;right:auto}.mm-menu.mm-rtl .mm-listview .mm-next+a,.mm-menu.mm-rtl .mm-listview .mm-next+span{margin-left:50px}.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+a,.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+span{padding-left:50px}.mm-menu.mm-rtl em.mm-counter{left:45px;right:auto}.mm-menu.mm-rtl em.mm-counter+a.mm-next+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+span{margin-left:90px}.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+a,.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+span{padding-left:90px}.mm-menu.mm-rtl label.mm-check,.mm-menu.mm-rtl label.mm-toggle{left:20px;right:auto!important}.mm-menu.mm-rtl label.mm-toggle+a,.mm-menu.mm-rtl label.mm-toggle+span{padding-left:80px}.mm-menu.mm-rtl label.mm-check+a,.mm-menu.mm-rtl label.mm-check+span{padding-left:60px}.mm-menu.mm-rtl a.mm-next+label.mm-check,.mm-menu.mm-rtl a.mm-next+label.mm-toggle{left:60px}.mm-menu.mm-rtl a.mm-next+label.mm-check+a,.mm-menu.mm-rtl a.mm-next+label.mm-check+span,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span{margin-left:50px}.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span{padding-left:70px}.mm-menu.mm-rtl a.mm-next+label.mm-check+a,.mm-menu.mm-rtl a.mm-next+label.mm-check+span{padding-left:50px}.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle{left:100px}.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+span,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+span{margin-left:90px}.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-]{left:0}.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened{transform:translate(0,0);transform:translate3d(0,0,0)}.mm-menu.mm-rtl.mm-iconpanel .mm-panel{transition-property:transform,right}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0{right:0}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1{right:40px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2{right:80px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3{right:120px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4{right:160px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5{right:200px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6{right:240px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened{border-left:none;border-right:1px solid;border-color:inherit}
.mm-search,.mm-search input{box-sizing:border-box}.mm-search{height:40px;padding:7px 10px 0 10px;position:relative}.mm-search input{border:none!important;outline:0!important;box-shadow:none!important;border-radius:4px;font:inherit;font-size:14px;line-height:26px;display:block;box-sizing:border-box;width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}.mm-search input::-ms-clear{display:none}.mm-search .mm-clear,.mm-search .mm-next{right:0}.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}.mm-panel.mm-hassearch{padding-top:40px}.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}.mm-panel.mm-hassearch.mm-hasnavbar>.mm-search{top:40px}.mm-noresultsmsg{text-align:center;font-size:21px;padding:40px 0}.mm-noresults .mm-indexer{display:none!important}li.mm-nosubresults>a.mm-next{display:none}li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:15;transition:right .4s ease;transform:translate(0,0);transform:translate3d(0,0,0)}.mm-indexer a{text-decoration:none;display:block;height:3.85%}.mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px}.mm-hasindexer .mm-indexer{right:0}.mm-hasindexer .mm-fixeddivider{right:20px}.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen){transition:background .4s ease}.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(255,255,255,.5)}.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.5)}
input.mm-check,input.mm-toggle{position:absolute;left:-10000px}label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2}label.mm-check:before,label.mm-toggle:before{content:'';display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-top:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;transform:rotate(-45deg)}input.mm-check:checked~label.mm-check:before{opacity:1}li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0}li.mm-vertical label.mm-toggle{top:5px}li.mm-vertical label.mm-check{top:5px}label.mm-check,label.mm-toggle{right:20px}label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}label.mm-check+a,label.mm-check+span{padding-right:60px}a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu label.mm-toggle:before{background:#ffffff}.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.75)}

.mm-navbars-top{
  border-bottom-width:0px;
}
.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after {
  content: none;
}
.mm-listview .mm-divider {
  background: transparent none;
  height: 20px;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom:20px;
}
.mm-listview>li.align-right {
  text-align:right;
  color: #000;
  font-size: 16px;
  padding-right:10px;
}.webui-popover-content{display:none}.webui-popover-rtl{direction:rtl;text-align:right}.webui-popover{position:absolute;top:0;left:0;z-index:9999;display:none;min-width:50px;min-height:32px;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.webui-popover.top,.webui-popover.top-left,.webui-popover.top-right{margin-top:-10px}.webui-popover.right,.webui-popover.right-top,.webui-popover.right-bottom{margin-left:10px}.webui-popover.bottom,.webui-popover.bottom-left,.webui-popover.bottom-right{margin-top:10px}.webui-popover.left,.webui-popover.left-top,.webui-popover.left-bottom{margin-left:-10px}.webui-popover.pop{-webkit-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);-webkit-transition:transform .15s cubic-bezier(0.3,0,0,1.5);-o-transition:transform .15s cubic-bezier(0.3,0,0,1.5);transition:transform .15s cubic-bezier(0.3,0,0,1.5);opacity:0;filter:alpha(opacity=0)}.webui-popover.pop-out{-webkit-transition-property:"opacity,transform";-o-transition-property:"opacity,transform";transition-property:"opacity,transform";-webkit-transition:.15s linear;-o-transition:.15s linear;transition:.15s linear;opacity:0;filter:alpha(opacity=0)}.webui-popover.fade,.webui-popover.fade-out{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;opacity:0;filter:alpha(opacity=0)}.webui-popover.out{opacity:0;filter:alpha(opacity=0)}.webui-popover.in{-webkit-transform:none;-o-transform:none;transform:none;opacity:1;filter:alpha(opacity=100)}.webui-popover .webui-popover-content{padding:9px 14px;overflow:auto;display:block}.webui-popover .webui-popover-content>div:first-child{width:99%}.webui-popover-inner .close{font-family:arial;margin:8px 10px 0 0;float:right;font-size:16px;font-weight:700;line-height:16px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);text-decoration:none}.webui-popover-inner .close:hover,.webui-popover-inner .close:focus{opacity:.5;filter:alpha(opacity=50)}.webui-popover-inner .close:after{content:"\00D7";width:.8em;height:.8em;padding:4px;position:relative}.webui-popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:700;line-height:18px;background-color:#fff;border-bottom:1px solid #f2f2f2;border-radius:5px 5px 0 0}.webui-popover-content{padding:9px 14px;overflow:auto;display:none}.webui-popover-inverse{background-color:#333;color:#eee}.webui-popover-inverse .webui-popover-title{background:#333;border-bottom:1px solid #3b3b3b;color:#eee}.webui-no-padding .webui-popover-content{padding:0}.webui-no-padding .list-group-item{border-right:none;border-left:none}.webui-no-padding .list-group-item:first-child{border-top:0}.webui-no-padding .list-group-item:last-child{border-bottom:0}.webui-popover>.webui-arrow,.webui-popover>.webui-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.webui-popover>.webui-arrow{border-width:11px}.webui-popover>.webui-arrow:after{border-width:10px;content:""}.webui-popover.top>.webui-arrow,.webui-popover.top-right>.webui-arrow,.webui-popover.top-left>.webui-arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.webui-popover.top>.webui-arrow:after,.webui-popover.top-right>.webui-arrow:after,.webui-popover.top-left>.webui-arrow:after{content:" ";bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.webui-popover.right>.webui-arrow,.webui-popover.right-top>.webui-arrow,.webui-popover.right-bottom>.webui-arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.webui-popover.right>.webui-arrow:after,.webui-popover.right-top>.webui-arrow:after,.webui-popover.right-bottom>.webui-arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.webui-popover.bottom>.webui-arrow,.webui-popover.bottom-right>.webui-arrow,.webui-popover.bottom-left>.webui-arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0}.webui-popover.bottom>.webui-arrow:after,.webui-popover.bottom-right>.webui-arrow:after,.webui-popover.bottom-left>.webui-arrow:after{content:" ";top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.webui-popover.left>.webui-arrow,.webui-popover.left-top>.webui-arrow,.webui-popover.left-bottom>.webui-arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.webui-popover.left>.webui-arrow:after,.webui-popover.left-top>.webui-arrow:after,.webui-popover.left-bottom>.webui-arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.webui-popover-inverse.top>.webui-arrow,.webui-popover-inverse.top-left>.webui-arrow,.webui-popover-inverse.top-right>.webui-arrow,.webui-popover-inverse.top>.webui-arrow:after,.webui-popover-inverse.top-left>.webui-arrow:after,.webui-popover-inverse.top-right>.webui-arrow:after{border-top-color:#333}.webui-popover-inverse.right>.webui-arrow,.webui-popover-inverse.right-top>.webui-arrow,.webui-popover-inverse.right-bottom>.webui-arrow,.webui-popover-inverse.right>.webui-arrow:after,.webui-popover-inverse.right-top>.webui-arrow:after,.webui-popover-inverse.right-bottom>.webui-arrow:after{border-right-color:#333}.webui-popover-inverse.bottom>.webui-arrow,.webui-popover-inverse.bottom-left>.webui-arrow,.webui-popover-inverse.bottom-right>.webui-arrow,.webui-popover-inverse.bottom>.webui-arrow:after,.webui-popover-inverse.bottom-left>.webui-arrow:after,.webui-popover-inverse.bottom-right>.webui-arrow:after{border-bottom-color:#333}.webui-popover-inverse.left>.webui-arrow,.webui-popover-inverse.left-top>.webui-arrow,.webui-popover-inverse.left-bottom>.webui-arrow,.webui-popover-inverse.left>.webui-arrow:after,.webui-popover-inverse.left-top>.webui-arrow:after,.webui-popover-inverse.left-bottom>.webui-arrow:after{border-left-color:#333}.webui-popover i.icon-refresh:before{content:""}.webui-popover i.icon-refresh{display:block;width:30px;height:30px;font-size:20px;top:50%;left:50%;position:absolute;margin-left:-15px;margin-right:-15px;background:url(../../skin/common_files/lib/../img/loading.gif) no-repeat}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{100%{transform:rotate(360deg)}}.webui-popover-backdrop{background-color:rgba(0,0,0,.65);width:100%;height:100%;position:fixed;top:0;left:0;z-index:9998}.webui-popover .dropdown-menu{display:block;position:relative;top:0;border:none;box-shadow:none;float:none}/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * General CSS stylesheet for storefront pages
 *
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    $Id: main.css,v 1.0 2017/11/07 14:53:26 tito Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
*/
.sar-footer-element {
  margin: 0px 10px;
}
.sar-seal-award {
  text-align: center;
  padding-top: 20px;
  background-color: #ffffff;
}
.products-list .product .star_container,
#product_just_stars {
  display: none;
}
.products-list .product .star_container.new-stars,
#product_just_stars.new-stars {
  display: block;
}
.products-list .product .star_container.new-stars .on,
#product_just_stars.new-stars .on {
  width: 27.6px;
  height: 26.3px;
  background-image: url(../../skin/txs_ModernLiving/modules/Shopper_Approved_Reviews/star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 2px;
}
.products-list .product .star_container.new-stars .on.half,
#product_just_stars.new-stars .on.half {
  background-image: url(../../skin/txs_ModernLiving/modules/Shopper_Approved_Reviews/star-half-grey.svg);
}
#product_just_stars.new-stars .ind_cnt {
  color: #999;
  font-size: 18px;
}
.products-list .product .star_container.new-stars .group-stars {
  white-space: nowrap;
}
.products-list .product .star_container.new-stars .group-stars .ind_cnt,
.products-list .product .star_container.new-stars + .ratings {
  display: none;
}
#review_header .graph{
  width: auto !important;
}
#review_header .block{
  height: auto !important;
}.description-product .for-sticky {
  display: none;
}

.description-product.fixed {
  position:fixed;
  left:0;
  right: 0;
  top:0;
  width:auto;
  box-shadow: 0 3px 10px #666;  
  border-bottom: 1px solid #666;  
  background: #fff;
  padding: 4px 4px;
  z-index: 1111;
  overflow: unset !important;
  display: none;
}

.description-product.fixed .for-sticky {
  display: block;
}
.description-product.fixed .not-for-sticky,
.description-product.fixed .ask-question
{
  display: none;
}

.description-product.fixed .param-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;  
  max-height: 95px;
}
.description-product.fixed .param-holder.three-or-more-opts {
  max-height: 145px;	
}
.description-product.fixed .param-holder .sticky-section {
  padding: 0 5px 0 5px;
}
.description-product.fixed .param-holder .sticky-section__manuf {
  padding-right: 0;
  width:130px;
  text-align: center;
}
.description-product.fixed .param-holder .sticky-section__manuf img {
  display: block;
  margin: auto;
  height: auto;
  width: auto;
  max-height: 80px;
  max-width: 100px;  
}
.description-product.fixed .param-holder .sticky-section__manuf .review-stars {
  font-size: 1px;
  text-align: center;
  display: block;
  margin: auto;
}
.description-product.fixed .param-holder .sticky-section__manuf .review-stars .svg-star {
  width:20px;
}
.description-product.fixed .param-holder .sticky-section__image {
  text-align: center;
  width:170px;
}
.description-product img#product_thumbnail_sticky {
  display: block;
  height: auto;
  width: auto;
  max-height: 90px;
  max-width: 150px;
  margin: auto;
}
.description-product.fixed .sticky-section__descr {
  display: block;
}
.description-product.fixed span.product-title {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 5px;
  display: block;
}
.description-product.fixed .param-holder .buy-holder.member-price-block {
}
.description-product.fixed .btn-holder.buy {
  margin-bottom: 4px;
}
.description-product.fixed .btn-holder.qty {
  height: 35px;
  margin-bottom: 4px;
}
.description-product.fixed .product-options-default-holder {
  margin-bottom: 0px;
}
.description-product.fixed .btn-holder button {
  height: 25px !important;
}
.description-product.fixed .param-holder .sticky-section__order {
  min-width:335px;
}
.description-product.fixed .manuf-title {
  font-size: 30px;
  color: #666666;
  line-height: 1;
}
.description-product.fixed h1 {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 10px;
}
.description-product.fixed .row {
  padding: 0;
  height: auto;
}
.description-product.fixed .row > label + select,
.description-product.fixed .row > label {
  font-size: 15px !important;
  color: #666666;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.description-product.fixed .row > label + select {
  text-indent: 1px;
  text-overflow: '';  
}
.description-product.fixed .product-options-selector.options-quantity-box > .row label {
  width: 30%;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
}
.description-product.fixed .product-options-selector.options-quantity-box > .row label + select {
  width: 70%;
  height: auto;
  background: #f8f8f8;
}
.description-product.fixed .row > label + select::-ms-expand {
  /*display: none;*/
}
.description-product.fixed .row > label:after {
  content: ':';
  padding-right: 5px;
}
.description-product.fixed .info-holder.buy-holder {
  display: block;
  margin: 0;
}
.description-product.fixed .info-holder.buy-holder .qty-holder.info-left {
  width: 100%;
  padding: 0;
  display: block;
  height: 32px;
  margin-bottom: 12px;
}
.description-product.fixed .plus-minus-product-qty {
  margin-right: 10px;
  width:175px;
  position: relative;
}
.description-product.fixed .plus-minus-product-qty:after {
  content:'';
  display: block;
  position: absolute;
  left:49px;
  right:49px;
  top:-1px;
  bottom:-1px;
  opacity: 0;
  z-index: 1000;
}
.description-product.fixed .plus-minus-product-qty a, 
.description-product.fixed .plus-minus-product-qty input {
  vertical-align: top;
  z-index: 10;
  position: relative;
  font-size: 1rem;
}
.description-product.fixed .plus-minus-product-qty input {
  width: 70px;
}
.plus-minus-product-qty input[disabled='disabled'] {
  opacity:1;
}
.description-product.fixed .info-holder.buy-holder .product-price-value.sticky-price {
  color: #1B3B56;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width:120px;
}
.description-product.fixed .info-holder.buy-holder .btn-holder.info-right {
  width:100%;
  padding: 0;
  
}
.description-product.fixed .btn-holder .add-to-cart-button {
  font-size: 1rem;    
}
.description-product .btn-holder .add-to-cart-button.member-price-button,
.description-product.fixed .btn-holder .add-to-cart-button.member-price-button {
  float: left;
  width:86%;
  width: calc(100% - 55px);
  margin-top: 20px;
}
.description-product .btn-holder .add-to-cart-button.member-info-button,
.description-product.fixed .btn-holder .add-to-cart-button.member-info-button {
  position: static;
  float: right;
  width: 50px;
  margin-top: 20px;
}

.description-product.fixed .three-or-more-opts .product-options-selector.options-quantity-box > .row {
  width: 49% !important;
}
.description-product.fixed .three-or-more-opts .product-options-selector.options-quantity-box > .row label {
  width: 49%;
}
.description-product.fixed .three-or-more-opts .product-options-selector.options-quantity-box > .row label + select {
  width: 50%;
}
.description-product.fixed .three-or-more-opts span.product-title {
  font-size: 14px;
  margin-bottom: 5px;
}

.click-here-for-support {
  display: block;
  width:70%;
  margin: 20px 0 0 auto;
  padding-left: 20px;
}
.click-here-for-support .click-here-for-support__text,
.click-here-for-support .click-here-for-support__image {
  white-space: normal;
  display: block; 
  vertical-align: middle;
  text-align: center;
}
.click-here-for-support .click-here-for-support__image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px 10px;
}
.chfs-images__image {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 15px 0px #bbb;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: box-shadow .5s;
}
.chfs-images__image:hover {
  box-shadow: 0 0 15px 0px #999;
}
.chfs-images__image--image1 {background-image: url(../../skin/txs_ModernLiving/css/../images/face1.png)}
.chfs-images__image--image2 {background-image: url(../../skin/txs_ModernLiving/css/../images/face2.png)}
.chfs-images__image--image3 {background-image: url(../../skin/txs_ModernLiving/css/../images/face3.png)}

@media screen and (min-width: 1281px) {
  .click-here-for-support__text br {
    display: none
  }
}
@media screen and (min-width: 1100px){
  .description-product.fixed{
    display: block;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 1280px) {
  .click-here-for-support {
    width: 300px;
  }
  .chfs-images__image {
    width: 82px;
    height: 82px;
  }
}
@media screen and (max-width: 991px) {
  .click-here-for-support {
    width: 100%;
    padding: 0 10px;
  }
}
.description-product.details:not(.fixed) .plus-minus-product-qty {
  display: block;
}
.button.make-offer-button {
  display: block;
  margin-top: 13px;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .button.make-offer-button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .button.make-offer-button {
    margin-left: auto;
    margin-right: auto;
  }
}
.button.grey-button {
  background: #f5f7fb none;
  color: #333;
  border-color: #f0f0f0;
  box-shadow: none;
}
.button.grey-button:hover {
  box-shadow: 0 5px 10px 1px rgba(191, 191, 191, 0.25);
  box-shadow: 0 5px 10px 1px rgba(27, 59, 86, 0.25);
  color: #1B3B56;
  border-color: #1B3B56;
}
.ui-dialog.make-offer-popup-dialog {
  border-radius: 3px;
  padding: 0;
  box-shadow: 0 0 50px 0 #555;
}
@media screen and (max-width: 1200px) {
  .ui-dialog.make-offer-popup-dialog {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    max-width: 95%;
  }
}
.ui-dialog.make-offer-popup-dialog .ui-dialog-titlebar {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  background: transparent none;
  border: 0 none;
  z-index: 999;
}
.ui-dialog.make-offer-popup-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog.make-offer-popup-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  width: 20px;
  height: 20px;
  margin: 0;
  right: 10px;
  top: 10px;
  display: block;
  background: transparent none;
  border: 0 none;
}
.ui-dialog.make-offer-popup-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span {
  display: none;
}
@media screen and (max-width: 767px) {
  .ui-dialog.make-offer-popup-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    right: 2px;
    top: 2px;
  }
}
.ui-dialog.make-offer-popup-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
.ui-dialog.make-offer-popup-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  position: absolute;
  left: 10px;
  top: 0px;
  content: ' ';
  height: 20px;
  width: 1px;
  background-color: #fff;
}
.ui-dialog.make-offer-popup-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  transform: rotate(45deg);
}
.ui-dialog.make-offer-popup-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  transform: rotate(-45deg);
}
.ui-dialog.make-offer-popup-dialog .popup-dialog.ui-dialog-content {
  padding: 0;
  overflow: visible;
}
.ui-dialog.make-offer-popup-dialog .blockUI {
  min-width: 256px;
}
.ui-dialog.make-offer-popup-dialog .blockUI.blockMsg {
  top: 50% !important;
}
.ui-dialog.make-offer-popup-dialog .blockUI span.waiting {
  background-color: transparent;
  font-size: 20px;
  color: #1d3b57;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/preloader.gif) center bottom no-repeat;
  padding: 0 10px 30px 10px;
  width: 256px;
}
.ui-dialog.make-offer-popup-dialog .blockUI.blockOverlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(../../skin/txs_ModernLiving/css/../images/6iIJ.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  height: 50%;
  margin: auto;
  width: 100%;
}
.make-offer-popup .button {
  font-size: 24px;
  letter-spacing: 1.68px;
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup .button {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup .button {
    font-size: 16px;
  }
}
.make-offer-popup .button-link {
  color: #b3b3b3;
  font-size: 24px;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1em;
  padding: .5em 2em .4em;
}
.make-offer-popup .button-link:hover {
  color: #ED8B00;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup .button-link {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 14px;
    line-height: 28px;
  }
}
.make-offer-popup .long-button {
  width: 100%;
  white-space: normal;
  letter-spacing: 0;
  height: auto;
}
.make-offer-popup__title {
  background: #1d3b57 none;
  padding: 7px 20px;
  display: flex;
  align-items: center;
}
.make-offer-popup__title .offer-title__icon {
  width: 95px;
  height: 95px;
  background: transparent url(../../skin/txs_ModernLiving/css/../images/face3.png) 50% 50% no-repeat;
  background-size: contain;
  border-radius: 50%;
  float: left;
  margin: 0 20px 0 40px;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup__title .offer-title__icon {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup__title .offer-title__icon {
    display: none;
  }
}
.make-offer-popup__title .offer-title__heading {
  float: left;
}
.make-offer-popup__title .ot-heading {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  padding: 10px 0 5px;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup__title .ot-heading {
    font-size: 19px;
    width: 80%;
    width: 0%;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup__title .ot-heading {
    width: 100%;
    font-size: 14px;
  }
}
.make-offer-popup__title .ot-heading__sup {
  font-size: 1.66em;
  line-height: 1.2;
}
.make-offer-popup__title .ot-heading__sub {
  font-size: 1em;
  line-height: 1;
}
.make-offer-popup__body {
  padding: 50px;
}
.make-offer-popup__body div.ajax-popup-error-message {
  max-width: 100%;
  margin-top: -35px;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup__body {
    padding: 20px;
  }
  .make-offer-popup__body div.ajax-popup-error-message {
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup__body {
    padding: 10px 5px 20px;
  }
}
.make-offer-popup__top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .make-offer-popup__top {
    display: block;
  }
}
.make-offer-popup__product-image {
  width: 40%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  float: left;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup__product-image {
    width: 40%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup__product-image {
    width: 100%;
    float: none;
    padding: 0 0 5px 0;
  }
}
.make-offer-popup__product-image img {
  display: block;
  max-width: 100%;
  max-height: 300px;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .make-offer-popup__product-image img {
    max-height: 90px;
    width: auto;
    margin: auto;
  }
}
.make-offer-popup__form-data {
  width: 60%;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup__form-data {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup__form-data {
    width: 100%;
    float: none;
  }
}
.make-offer-popup .form-data__product-title {
  font-size: 34px;
  line-height: 1.385;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup .form-data__product-title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup .form-data__product-title {
    font-size: 16px;
    line-height: 1;
  }
}
.make-offer-popup .form-data__product-price-block {
  margin: 5px 0 30px;
}
@media screen and (max-width: 767px) {
  .make-offer-popup .form-data__product-price-block {
    margin-bottom: 20px;
  }
}
.make-offer-popup .form-data__product-price-value {
  font-weight: bold;
  font-size: 47px;
  line-height: 1.25em;
  color: #1b3b56;
  text-decoration: line-through;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup .form-data__product-price-value {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup .form-data__product-price-value {
    font-size: 27px;
  }
}
.make-offer-popup .form-data__product-price-value .currency {
  font-size: inherit;
}
.make-offer-popup .form-data__product-price-value--green {
  color: #5EA226;
  text-decoration: none;
}
.make-offer-popup .form-data__product-price-value--red {
  color: #FF1D25;
  text-decoration: none;
}
.make-offer-popup .form-data__product-price-value.countdown-timer {
  float: right;
}
.make-offer-popup .form-data__product-price-value.countdown-timer span {
  vertical-align: baseline;
}
.make-offer-popup .form-data__product-price-value.countdown-timer .icon-clock-o {
  margin-right: .3em;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup .form-data__product-price-value.countdown-timer {
    clear: both;
  }
}
.make-offer-popup .form-data__product-price-value.member-price {
  margin-left: 1em;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup .form-data__product-price-value.member-price {
    float: right;
    margin-left: 0;
  }
}
.make-offer-popup .form-data__fields .field-container input[type=password],
.make-offer-popup .form-data__fields .field-container input[type=text] {
  display: block;
  width: 100%;
  font-size: 20px;
  height: 45px;
  padding: 5px 20px;
  margin-bottom: 20px;
  color: #1d1d1d;
}
@media screen and (max-width: 767px) {
  .make-offer-popup .form-data__fields .field-container input[type=password],
  .make-offer-popup .form-data__fields .field-container input[type=text] {
    font-size: 14px;
    height: 30px;
    padding: 4px 10px;
  }
}
.make-offer-popup .form-data__fields .field-container input[type=password]::-webkit-input-placeholder,
.make-offer-popup .form-data__fields .field-container input[type=text]::-webkit-input-placeholder {
  color: #999;
}
.make-offer-popup .form-data__fields .field-container input[type=password]:-moz-placeholder,
.make-offer-popup .form-data__fields .field-container input[type=text]:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.make-offer-popup .form-data__fields .field-container input[type=password]::-moz-placeholder,
.make-offer-popup .form-data__fields .field-container input[type=text]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.make-offer-popup .form-data__fields .field-container input[type=password]:-ms-input-placeholder,
.make-offer-popup .form-data__fields .field-container input[type=text]:-ms-input-placeholder {
  color: #999;
}
.make-offer-popup .form-data__fields .field-container.fill-error input[type=password],
.make-offer-popup .form-data__fields .field-container.fill-error input[type=text] {
  border-color: #ce0000;
}
.make-offer-popup .form-data__fields .field-container.fill-error input[type=password] + .error-label,
.make-offer-popup .form-data__fields .field-container.fill-error input[type=text] + .error-label {
  margin-top: -19px;
}
.make-offer-popup .form-data__note {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.28px;
  color: #666666;
  margin-bottom: 30px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .make-offer-popup .form-data__note {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup .form-data__buttons {
    text-align: center;
  }
}
.make-offer-popup .mop-bottom {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .make-offer-popup .mop-bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup .mop-bottom {
    display: block;
  }
}
.make-offer-popup .mop-bottom__note {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 23px;
  color: #666;
  letter-spacing: 0.28px;
  padding-right: 50px;
  position: relative;
  padding-left: 80px;
}
.make-offer-popup .mop-bottom__note .icon-help_outline {
  font-size: 70px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -36px;
  color: #5ea226;
}
@media screen and (max-width: 767px) {
  .make-offer-popup .mop-bottom__note {
    padding: 0 0 15px 45px;
    font-size: 12px;
    line-height: 1.1;
  }
  .make-offer-popup .mop-bottom__note .icon-help_outline {
    font-size: 40px;
    top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .make-offer-popup .mop-bottom__button {
    text-align: center;
  }
}
/*# sourceMappingURL=make_offer.css.map */
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}.page-video {
  position: relative;
  margin-bottom: 3vw;
  height: 500px;
  height: 28vw;
}
.page-video .video-inner-content {
  z-index: 10;
}
.page-video.shadow-video {
  background: #1B3B56;
}
.page-video.shadow-video:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, #1b3b56 0%, rgba(27, 59, 86, 0) 76%);
  background: -webkit-linear-gradient(top, #1b3b56 0%, rgba(27, 59, 86, 0) 76%);
  background: linear-gradient(to bottom, #1b3b56 0%, rgba(27, 59, 86, 0) 76%);
  transition: bottom .5s, opacity .5s;
  z-index: 5;
  opacity: .7;
}
.page-video.shadow-video:hover:after {
  opacity: 0;
}
.page-video .video-center-heading {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 3em;
  height: 1em;
  line-height: 1;
}
.page-video .video-center-heading--big {
  font-size: 4.1em;
  font-weight: bold;
  height: 1em;
  text-shadow: 0 0 2vw #333;
}
@media screen and (max-width: 767px) {
  .page-video .video-center-heading {
    font-size: 1.5em;
  }
  .page-video .video-center-heading--big {
    font-size: 2em;
  }
}
.page-video .cover {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
.page-video.deliver-video {
  margin-bottom: 0;
}
.page-video.pets-video {
  cursor: pointer;
}
body.about-page .resp-container {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1281px) {
  body.about-page .resp-container {
    width: 100%;
  }
}
body.about-page #header {
  max-width: 1920px;
}
body.about-page #header .header-holder {
  max-width: 1920px;
}
body.about-page #wrapper {
  max-width: 1920px;
}
body.about-page #footer {
  max-width: 1920px;
  margin: 0 auto;
}
body.about-page #footer > .resp-container,
body.about-page .about-page-container {
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media screen and (max-width: 1920px) {
  body.about-page #footer > .resp-container,
  body.about-page .about-page-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  body.about-page #footer > .resp-container,
  body.about-page .about-page-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.about-page-content {
  font-family: Open Sans;
  font-size: 24px;
  line-height: 1.48;
  color: #333333;
}
@media screen and (max-width: 1920px) {
  .about-page-content {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1280px) {
  .about-page-content {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .about-page-content {
    font-size: 14px;
  }
}
.about-page-content .page-heading {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
  color: #1B3B56;
  padding-bottom: .25em;
}
@media screen and (max-width: 767px) {
  .about-page-content .page-heading {
    font-size: 1.5em;
  }
}
.sided-block {
  overflow: hidden;
}
.sided-block__left {
  float: left;
  width: 35%;
}
.sided-block__right {
  float: left;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .sided-block__left {
    float: none;
    width: 100%;
  }
  .sided-block__right {
    float: none;
    width: 100%;
  }
}
.smile {
  overflow: hidden;
  margin-bottom: 3vw;
}
.smile__image {
  width: 50%;
  float: left;
}
.smile__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.smile__image .sub {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1;
  color: #1B3B56;
  padding: 0 0 10px 12.5%;
}
.smile__text {
  padding: 0 6.25% 0 0;
  float: left;
  width: 50%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .smile {
    padding: 0 10px;
  }
  .smile__image {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .smile__image img {
    width: 482px;
    margin: auto;
  }
  .smile__image .sub {
    font-size: 1em;
    padding-left: 5%;
    margin-top: -20px;
    text-align: left;
  }
  .smile__text {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.team {
  margin-bottom: 1vw;
}
.teamup {
  margin-bottom: 3vw;
}
.teamup .teamup__text {
  text-align: justify;
}
.faces {
  margin: 1vw 0;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faces {
    margin: 1vw -5px;
  }
}
.faces__item {
  display: block;
  float: left;
  width: 16.666%;
  vertical-align: top;
  margin: 0 0 1.5em;
}
.faces__item:nth-child(6n) + .faces__item {
  clear: left;
}
@media screen and (max-width: 1366px) and (min-width: 961px) {
  .faces__item {
    width: 216px;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .faces__item {
    width: 100px;
    display: inline-block;
    float: none;
  }
}
.person__foto {
  display: block;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1090px;
  background-image: url(../../skin/txs_ModernLiving/css/about_page/../../images/about_page/members.jpg);
  background-position: 1000px 1000px;
  margin: 0 auto 1em;
}
.person__name {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1;
  color: #1B3B56;
  margin-bottom: 0.5em;
}
.person__position {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.08;
  color: #8F8F8F;
}
.person__foto--55 {
  background-position-x: -874px;
  background-position-y: -871px;
}
.person__foto--54 {
  background-position-x: -660px;
  background-position-y: -871px;
}
.person__foto--53 {
  background-position-x: -446px;
  background-position-y: -871px;
}
.person__foto--52 {
  background-position-x: -232px;
  background-position-y: -871px;
}
.person__foto--51 {
  background-position-x: -18px;
  background-position-y: -871px;
}
.person__foto--45 {
  background-position-x: -874px;
  background-position-y: -657px;
}
.person__foto--44 {
  background-position-x: -660px;
  background-position-y: -657px;
}
.person__foto--43 {
  background-position-x: -446px;
  background-position-y: -657px;
}
.person__foto--42 {
  background-position-x: -232px;
  background-position-y: -657px;
}
.person__foto--41 {
  background-position-x: -18px;
  background-position-y: -657px;
}
.person__foto--35 {
  background-position-x: -874px;
  background-position-y: -443px;
}
.person__foto--34 {
  background-position-x: -660px;
  background-position-y: -443px;
}
.person__foto--33 {
  background-position-x: -446px;
  background-position-y: -443px;
}
.person__foto--32 {
  background-position-x: -232px;
  background-position-y: -443px;
}
.person__foto--31 {
  background-position-x: -18px;
  background-position-y: -443px;
}
.person__foto--25 {
  background-position-x: -874px;
  background-position-y: -229px;
}
.person__foto--24 {
  background-position-x: -660px;
  background-position-y: -229px;
}
.person__foto--23 {
  background-position-x: -446px;
  background-position-y: -229px;
}
.person__foto--22 {
  background-position-x: -232px;
  background-position-y: -229px;
}
.person__foto--21 {
  background-position-x: -18px;
  background-position-y: -229px;
}
.person__foto--15 {
  background-position-x: -874px;
  background-position-y: -15px;
}
.person__foto--14 {
  background-position-x: -660px;
  background-position-y: -15px;
}
.person__foto--13 {
  background-position-x: -446px;
  background-position-y: -15px;
}
.person__foto--12 {
  background-position-x: -232px;
  background-position-y: -15px;
}
.person__foto--11 {
  background-position-x: -18px;
  background-position-y: -15px;
}
.person__foto--00 {
  background-size: auto;
  background-image: url(../../skin/txs_ModernLiving/css/about_page/../../images/about_page/faces/1.jpg);
  background-position: center center;
}
.person__foto--01 {
  background-size: auto;
  background-image: url(../../skin/txs_ModernLiving/css/about_page/../../images/about_page/faces/6.jpg);
  background-position: center center;
}
@media screen and (max-width: 960px) {
  .person__foto {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-size: 545px;
    background-position: 500px 500px;
  }
  .person .person__foto--55 {
    background-position-x: -437px;
    background-position-y: -436px;
  }
  .person .person__foto--54 {
    background-position-x: -330px;
    background-position-y: -436px;
  }
  .person .person__foto--53 {
    background-position-x: -223px;
    background-position-y: -436px;
  }
  .person .person__foto--52 {
    background-position-x: -116px;
    background-position-y: -436px;
  }
  .person .person__foto--51 {
    background-position-x: -9px;
    background-position-y: -436px;
  }
  .person .person__foto--45 {
    background-position-x: -437px;
    background-position-y: -329px;
  }
  .person .person__foto--44 {
    background-position-x: -330px;
    background-position-y: -329px;
  }
  .person .person__foto--43 {
    background-position-x: -223px;
    background-position-y: -329px;
  }
  .person .person__foto--42 {
    background-position-x: -116px;
    background-position-y: -329px;
  }
  .person .person__foto--41 {
    background-position-x: -9px;
    background-position-y: -329px;
  }
  .person .person__foto--35 {
    background-position-x: -437px;
    background-position-y: -222px;
  }
  .person .person__foto--34 {
    background-position-x: -330px;
    background-position-y: -222px;
  }
  .person .person__foto--33 {
    background-position-x: -223px;
    background-position-y: -222px;
  }
  .person .person__foto--32 {
    background-position-x: -116px;
    background-position-y: -222px;
  }
  .person .person__foto--31 {
    background-position-x: -9px;
    background-position-y: -222px;
  }
  .person .person__foto--25 {
    background-position-x: -437px;
    background-position-y: -115px;
  }
  .person .person__foto--24 {
    background-position-x: -330px;
    background-position-y: -115px;
  }
  .person .person__foto--23 {
    background-position-x: -223px;
    background-position-y: -115px;
  }
  .person .person__foto--22 {
    background-position-x: -116px;
    background-position-y: -115px;
  }
  .person .person__foto--21 {
    background-position-x: -9px;
    background-position-y: -115px;
  }
  .person .person__foto--15 {
    background-position-x: -437px;
    background-position-y: -8px;
  }
  .person .person__foto--14 {
    background-position-x: -330px;
    background-position-y: -8px;
  }
  .person .person__foto--13 {
    background-position-x: -223px;
    background-position-y: -8px;
  }
  .person .person__foto--12 {
    background-position-x: -116px;
    background-position-y: -8px;
  }
  .person .person__foto--11 {
    background-position-x: -9px;
    background-position-y: -8px;
  }
  .person__foto--00 {
    background-size: cover;
    background-position: center center;
  }
  .person__foto--01 {
    background-size: 100%;
    background-position: center center;
  }
}
.benefits {
  padding-top: 4vw;
  padding-bottom: 4vw;
  background: #1B3B56 none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.benefits__item {
  padding: 0 1vw;
}
@media screen and (max-width: 767px) {
  .benefits {
    padding: 40px 0 0 4vw;
    display: block;
  }
  .benefits__item {
    padding: 0 0 40px 0;
  }
}
.benefit {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.benefit__icon {
  width: 80px;
  height: 80px;
  float: left;
}
.benefit__descr {
  margin-left: 1em;
  height: 80px;
}
.benefit__text {
  color: #fff;
}
.benefit__text--sup {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 400;
}
.benefit__text--sub {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .benefit__icon {
    width: 40px;
    height: 40px;
  }
  .benefit__descr {
    height: 40px;
  }
}
.stats {
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stats__item {
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .stats {
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .stats__item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: auto;
  }
}
.stats-data {
  text-align: center;
}
.stats-data__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  text-align: center;
}
.stats-data__icon svg {
  height: 100%;
  width: 100%;
}
.stats-data__data {
  color: #ED8B00;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 20px;
}
.stats-data__name {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1;
  color: #1B3B56;
}
@media screen and (max-width: 960px) {
  .stats-data__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    text-align: center;
  }
  .stats-data__data {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .stats-data__data {
    font-size: 1.5em;
  }
  .stats-data__name {
    font-size: 1em;
  }
}
.culture {
  background: #f1f1f1 none;
  overflow: hidden;
  padding-top: 6%;
  padding-bottom: 6%;
}
.culture__up {
  margin-bottom: 3vw;
}
.photos {
  margin: 20px 0;
}
.photos__photo {
  float: left;
  width: 33.333%;
}
.photos__photo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.photos__photo--wide {
  width: 66.666%;
}
.photos__photo .image-wrapper {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 20px #f1f1f1;
}
.photos__photo .image-wrapper > img {
  transform: scale(1.17);
  transition-duration: .5s;
}
.photos__photo .image-wrapper:hover > img {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .photos__photo {
    width: 50%;
  }
  .photos__photo--wide {
    width: 100%;
  }
}
.best-friends {
  overflow: hidden;
  padding-top: 6.25%;
  padding-bottom: 6.25%;
}
.best-friends__title {
  padding-right: 20px;
  padding-top: 20px;
}
.best-friends__title img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .best-friends__title {
    padding: 0 10px 10px;
    text-align: center;
  }
}
.best-friends__text {
  text-align: justify;
}
.best-friends__text a {
  text-decoration: underline;
  color: #ED8B00;
  font-size: 1.05em;
}
.get-in-touch {
  padding-top: 6.25%;
  padding-bottom: 6.25%;
  background: #fafafa;
}
@media screen and (max-width: 1280px) {
  .get-in-touch {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.get-in-touch__title {
  font-size: 3em;
  color: #333;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .get-in-touch__title {
    font-size: 2em;
  }
}
.contacts {
  overflow: hidden;
}
.contacts__section {
  width: 25%;
  float: left;
}
.contacts .contact__title {
  color: #1B3B56;
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 1em;
}
.contacts .contact__info {
  padding-right: 20px;
}
.contacts .contact__info a {
  color: #333;
}
.contacts .contact__info a:hover {
  text-decoration: underline;
  color: #ED8B00;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .contacts__section {
    width: 24%;
  }
  .contacts__section:last-child {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .contacts__section {
    width: 50%;
    text-align: center;
    padding: 20px;
  }
  .contacts .contact__info {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .contacts__section {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 20px;
  }
  .contacts .contact__title {
    margin-top: 2em;
  }
}
.google-map {
  position: relative;
}
.google-map #map {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .google-map #map {
    height: 0;
    padding-bottom: 27%;
  }
}
.google-map .cover-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 1;
  transition: opacity .5s;
}
.google-map .cover-holder svg {
  display: block;
  width: 100%;
}
.google-map .cover-holder svg path {
  fill: #f2f2f2 !important;
}
.google-map:hover .cover-holder {
  display: none;
}
#footer .svg-cover-bottom {
  display: none;
}
#product_page_grad {
  display: none;
}
.resp-container {
  max-width: 100%;
}
.product-place.thin {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.product-place .product-heading {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 0px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .product-place .product-heading {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-place .product-heading h1 {
  color: #333;
  font-size: 29px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-place .product-heading h1 {
    font-size: 22px;
  }
}
.product-place .product-heading .under-title {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-place .product-heading .under-title > * {
  padding: 0 3px 0 0;
  margin-top: 5px;
}
.product-place .product-heading .brand {
  text-align: center;
}
.product-place .product-heading .brand .brand-link {
  display: block;
  margin: 20px 0;
  font-weight: 600;
  font-size: 12px;
  max-width: 100px;
}
.product-place .product-heading .brand img {
  margin-bottom: 20px;
  margin-top: 8px;
}
.product-place .product-heading div.product-title {
  text-align: center;
}
@media (max-width: 767px) {
}
@media (max-width: 1280px) and (min-width: 992px) {
  .product-place .photo-holder {
    width: 45%;
  }
}
@media (max-width: 1280px) and (min-width: 992px) {
  .description-product {
    width: 55%;
  }
}
.description-product .info-holder .coupon-shipping,
.description-product .info-holder .price,
.description-product .coupon-block,
.description-product .chat-cloud,
.description-product .chat-agents,
.description-product .btn-holder,
.description-product .product-options-selector.options-quantity-box .row,
.description-product .under .coupon-promo-block {
  width: 45%;
}
@media (max-width: 1280px) and (min-width: 992px) {
  .description-product .info-holder .coupon-shipping,
  .description-product .info-holder .price,
  .description-product .coupon-block,
  .description-product .chat-cloud,
  .description-product .chat-agents,
  .description-product .btn-holder,
  .description-product .product-options-selector.options-quantity-box .row,
  .description-product .under .coupon-promo-block {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .description-product .info-holder .coupon-shipping,
  .description-product .info-holder .price,
  .description-product .coupon-block,
  .description-product .chat-cloud,
  .description-product .chat-agents,
  .description-product .btn-holder,
  .description-product .product-options-selector.options-quantity-box .row,
  .description-product .under .coupon-promo-block {
    width: 100%;
  }
}
.description-product.fixed .info-holder .coupon-shipping,
.description-product.fixed .info-holder .price,
.description-product.fixed .coupon-block,
.description-product.fixed .chat-cloud,
.description-product.fixed .chat-agents,
.description-product.fixed .btn-holder,
.description-product.fixed .product-options-selector.options-quantity-box .row,
.description-product.fixed .under .coupon-promo-block {
  width: 100%;
}
@media (max-width: 1280px) and (min-width: 992px) {
  .description-product.fixed .info-holder .coupon-shipping,
  .description-product.fixed .info-holder .price,
  .description-product.fixed .coupon-block,
  .description-product.fixed .chat-cloud,
  .description-product.fixed .chat-agents,
  .description-product.fixed .btn-holder,
  .description-product.fixed .product-options-selector.options-quantity-box .row,
  .description-product.fixed .under .coupon-promo-block {
    width: 100%;
  }
}
.description-product.thin {
  width: 320px;
}
.description-product.thin .info-holder .coupon-shipping,
.description-product.thin .info-holder .price,
.description-product.thin .coupon-block,
.description-product.thin .chat-cloud,
.description-product.thin .chat-agents,
.description-product.thin .btn-holder,
.description-product.thin .product-options-selector.options-quantity-box .row,
.description-product.thin .under .coupon-promo-block {
  width: 100%;
}
@media (max-width: 1280px) and (min-width: 992px) {
  .description-product.thin .info-holder .coupon-shipping,
  .description-product.thin .info-holder .price,
  .description-product.thin .coupon-block,
  .description-product.thin .chat-cloud,
  .description-product.thin .chat-agents,
  .description-product.thin .btn-holder,
  .description-product.thin .product-options-selector.options-quantity-box .row,
  .description-product.thin .under .coupon-promo-block {
    width: 100%;
  }
}
.description-product.thin.fixed {
  width: 100%;
}
.description-product .review-stars svg {
  width: 20px;
  height: 20px;
}
.description-product .row {
  padding: 0;
  overflow: visible;
}
.description-product .sticky-section__descr {
  display: none;
}
.description-product .shipping, .description-product .sku {
  margin: auto;
}
.description-product .chat-with-us {
  margin-left: auto;
  cursor: pointer;
}
.description-product .shipping,
.description-product .shipping b,
.description-product .shipping font {
  color: #1B3B56;
}
.description-product .shipping:before {
  content: '';
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  margin-right: -5px;
  background: url(../../skin/txs_ModernLiving/css/design/../../images/truck.png) no-repeat center / contain;
}
.description-product .chat-with-us:before {
  content: '';
  width: 38px;
  height: 38px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 1px;
  background: url(../../skin/txs_ModernLiving/css/design/../../images/chatus.png) no-repeat center / contain;
}
.description-product .sku:before {
  content: '';
  width: 38px;
  height: 38px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 1px;
  background: url(../../skin/txs_ModernLiving/css/design/../../images/barcode.png) no-repeat center / contain;
}
.description-product .row .shipping {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .description-product .row {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .description-product .row.shipping-row {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .description-product .row.shipping-row .shipping {
    margin-top: 0;
  }
}
.description-product .info-holder {
  margin-bottom: 20px;
}
.description-product .info-holder.first-row {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.description-product .info-holder .coupon-shipping {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.description-product .info-holder .coupon-shipping.under {
  width: 100%;
}
@media (max-width: 991px) {
  .description-product .info-holder .coupon-shipping {
    width: 100%;
  }
}
.description-product .info-holder .price.full {
  width: 100%;
}
@media (max-width: 991px) {
  .description-product .info-holder .price {
    width: 100%;
  }
}
.description-product .info-holder .market-price-value .currency {
  font-size: 14px;
}
.description-product .info-holder .product-price-value {
  vertical-align: middle;
  margin-right: 10px;
}
.description-product .info-holder .market-price {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (min-width: 1281px) {
  .description-product .info-holder .aside .market-price {
    display: inline-block;
    vertical-align: -10px;
    width: 0;
    white-space: nowrap;
  }
}
.description-product .info-holder .product-price-value {
  /*  font-weight: 900; @lime ticket: 676903 */
  font-weight: 600;
  font-size: 44px;
}
.description-product a.financing-link {
  width: 19px;
  font-size: 13px;
  vertical-align: 2px;
}
.description-product .bread-button-line {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 5px;
  vertical-align: middle;
}
.description-product #bread-prod-btn {
  margin-bottom: 0;
}
.description-product #bread-prod-btn > div {
  max-height: 30px;
}
.description-product button.make-offer-button {
  margin-top: 0 !important;
  height: 43px;
  max-width: 100%;
}
.description-product button.make-offer-button.hidden-button {
  display: none;
}
.make-offer-block {
  display: flex;
  min-height: 43px;
}
.make-offer-block__input-wrapper {
  display: flex;
  flex-grow: 1;
  align-items: center;
  border: #5EA226 2px solid;
  border-radius: 4px;
  margin-right: 5px;
  padding: 5px;
}
.make-offer-block__currency {
  margin-right: 10px;
  font-weight: 300;
}
.make-offer-block__input {
  flex-grow: 1;
  border: 0;
  font-size: 16px;
  outline: none;
}
.make-offer-block__input::placeholder {
  color: #b4b4b4;
  font-weight: 300;
  font-size: 16px;
  padding-left: 20px;
}
.make-offer-block__submit-button {
  border: #5EA226 2px solid;
  background: #fff;
  color: #aaa;
  border-radius: 4px;
  height: 43px;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 4px;
  padding-right: 4px;
}
.make-offer-get-approved-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.description-product .chat-cloud,
.description-product .coupon-block {
  margin-bottom: 20px;
}
.description-product .chat-holder {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.description-product .chat-holder.aside {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.description-product .chat-holder.aside .chat-cloud {
  margin-bottom: 30px;
}
.description-product .chat-cloud {
  font-size: 18px;
  color: #1B3B56;
  text-decoration: none;
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 30px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 20px;
  background: #f5f7fb;
  height: 100%;
  position: relative;
}
.description-product .chat-cloud a:after {
  content: '';
  position: absolute;
  bottom: 3px;
  display: block;
  right: -10px;
  border-color: transparent transparent #f5f7fb #f5f7fb;
  border-style: solid;
  border-width: 10px;
}
.description-product .chat-agents .click-here-for-support__image {
  padding: 0;
}
.description-product .chat-agents .click-here-for-support__image .chfs-images__image {
  width: 85px;
  height: 85px;
}
@media (max-width: 1280px) {
  .description-product .chat-agents .click-here-for-support__image .chfs-images__image {
    width: 80px;
    height: 80px;
  }
}
.description-product .click-here-for-support {
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 1280px) and (min-width: 992px) {
  .description-product .click-here-for-support {
    font-size: 13px;
  }
}
.description-product .product-options-default-holder {
  margin-bottom: 10px;
}
.description-product .buy-holder {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .description-product .buy-holder .btn-holder:first-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .description-product .buy-holder.add-to-cart-block.full .qty {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media (max-width: 991px) {
  .description-product .buy-holder.add-to-cart-block.full .qty {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.description-product .buy-holder.aside {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.description-product .buy-holder.aside .btn-holder:first-of-type {
  margin-bottom: 30px;
}
.description-product .btn-holder {
  padding: 0;
  margin-bottom: 10px;
}
.description-product .order .table-holder {
  padding: 0;
}
.description-product .order .table-holder > div {
  margin-bottom: 20px;
}
.avail-from-vendors {
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: -4px;
  text-transform: uppercase;
  font-size: 13px;
  min-height: 20px;
}
.products-list .avail-from-vendors {
  margin: 0;
  /* float: right;*/
  min-height: auto;
  font-size: 13px;
}
/*@media (max-width: 550px) {*/
/*  .products-list .avail-from-vendors { display:none; }*/
/*}*/
.avail-from-vendors .low-stock-lbl {
  color: #5ea126;
}
.avail-from-vendors .has-stock-lbl {
  color: #5ea126;
}
.description-product .avail-from-vendors .has-stock-lbl:before, .description-product .avail-from-vendors .low-stock-lbl:before {
  font-size: 10px;
  content: '\02713';
  border: 1px solid #5ea126;
  border-radius: 50%;
  line-height: 12px;
  width: 12px;
  vertical-align: 1px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.description-product .bread-as-low-as-tooltip-external {
  opacity: 0;
}
.description-product button.add-to-cart-button {
  margin-top: 0 !important;
  height: 57px;
}
.description-product button.member-info-button,
.description-product button.member-price-button {
  margin-top: 0 !important;
  height: 43px;
}
.description-product button.add-to-cart-button,
.description-product button.member-info-button,
.description-product button.member-price-button,
.description-product button.make-offer-button {
  border-radius: 4px;
  padding: 0;
}
.description-product.fixed .product-options-selector.options-quantity-box .row > label {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  text-transform: none;
}
.description-product.fixed .product-options-selector.options-quantity-box .row > label + select {
  height: auto;
  color: #666666;
  padding: 0;
}
.description-product.fixed .shipping {
  display: none;
}
.description-product.fixed .btn-holder {
  margin-bottom: 14px;
}
.description-product.fixed .btn-holder:not(.buy) {
  margin-bottom: 0;
}
.description-product.fixed .btn-holder button.member-price-button {
  width: calc(100% - 43px) !important;
  width: -moz-calc(100% - 43px) !important;
  width: -webkit-calc(100% - 43px) !important;
  width: -o-calc(100% - 43px) !important;
}
.description-product.fixed .btn-holder button.member-info-button {
  width: 35px !important;
}
.description-product.fixed button.add-to-cart-button,
.description-product.fixed button.member-info-button,
.description-product.fixed button.member-price-button {
  height: 32px;
}
.description-product .product-options-selector.options-quantity-box {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.description-product .product-options-selector.options-quantity-box .row {
  padding: 0;
  margin-bottom: 20px;
}
.description-product .product-options-selector.options-quantity-box .row > label {
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.description-product .product-options-selector.options-quantity-box .row label + select {
  width: 100%;
  background: #f5f7fb;
  height: 40px;
  border: none;
  color: #1B3B56;
}
.description-product .product-options-selector.options-quantity-box .row select:focus {
  outline: none;
}
.description-product .qty-default-holder {
  margin-top: 0;
}
.description-product .qty-default-holder .qty-holder {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.description-product .qty-default-holder .qty-holder:before,
.description-product .qty-default-holder .qty-holder:after {
  display: none;
}
.description-product.details:not(.fixed) .plus-minus-product-qty a,
.description-product.details:not(.fixed) .plus-minus-product-qty input {
  height: 57px;
  line-height: 57px;
  float: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1281px) {
  .description-product.details:not(.fixed) .plus-minus-product-qty a,
  .description-product.details:not(.fixed) .plus-minus-product-qty input {
    min-width: 45px;
  }
}
@media (max-width: 991px) {
  .description-product.details:not(.fixed) .plus-minus-product-qty a,
  .description-product.details:not(.fixed) .plus-minus-product-qty input {
    min-width: 45px;
  }
}
.description-product.details:not(.fixed) .plus-minus-product-qty a {
  border-radius: 3px 0 0 3px;
}
.description-product.details:not(.fixed) .plus-minus-product-qty a:last-of-type {
  border-radius: 0 3px 3px 0;
}
.description-product .plus-minus-product-qty label {
  letter-spacing: normal;
  width: auto;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  min-height: 20px;
  margin-top: -4px;
  text-transform: uppercase;
}
.description-product .plus-minus-product-qty a {
  width: 35px;
  padding: 0;
  font-size: 1.1rem;
  background: #f5f7fb;
}
.description-product .plus-minus-product-qty input {
  width: 65px;
  font-size: 1.1rem;
  background: #f5f7fb;
  @media (max-width: 524px){
    width: 80px;
  }
}
@media (max-width: 1280px) and (min-width: 992px) {
  .description-product .plus-minus-product-qty input {
    width: 55px;
  }
}
.description-product button.add2wl-button {
  text-transform: none;
  font-size: 19px;
  font-weight: 600;
  color: #ed8c01;
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
  margin: auto auto 10px;
  @media (max-width: 768px) {
    margin-right: 0;
  }
}
.description-product button.add2wl-button:before {
  height: 26px;
  width: 26px;
  content: '';
  vertical-align: text-bottom;
  display: inline-block;
  background: url(../../skin/txs_ModernLiving/css/design/../../images/heart.svg) no-repeat center / contain;
}
.description-product button.add2wl-button:after {
  content: "+";
  color: #ffffff;
  position: absolute;
  left: 18.5px;
  top: 10px;
  font-size: 16px;
}
.description-product .coupon-promo-block {
  width: auto;
  border: 2px dashed #1B3B56;
  border-radius: 4px;
  height: auto;
  padding: 8px 10px;
  font-size: 16px;
  color: #1B3B56;
}
.description-product .coupon-promo-block div {
  display: block;
  padding: 0;
  height: auto;
  text-align: center;
}
.description-product .coupon-promo-block div.promo {
  font-size: 15px;
  font-weight: 700;
}
.description-product .margin-25 {
  margin-bottom: 25px;
}
.description-product.fixed .add2wl-button,
.description-product.fixed .not-for-sticky {
  display: none !important;
}
.description-product.fixed .product-options-selector.options-quantity-box > .row {
  margin-bottom: 3px;
}
.description-product.fixed .qty-holder {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 10px;
}
.description-product.fixed .buy-holder.add-to-cart-block.full .qty,
.description-product.fixed .buy-holder.add-to-cart-block.aside .qty {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-top: 0;
}
.description-product.fixed .plus-minus-product-qty {
  width: auto;
  margin: 0;
}
.description-product.fixed .plus-minus-product-qty a {
  margin: 0 1px 0 0;
  line-height: 30px;
  width: 50px;
  height: 30px;
}
.description-product.fixed .plus-minus-product-qty input {
  float: left;
  margin: 0 2px 0 1px;
  width: 77px;
  height: 30px;
  padding: 0;
}
.description-product.fixed .product-options-selector.options-quantity-box .row.qty-default-holder {
  margin: 0;
}
.description-product.fixed .make-offer-button,
.description-product.fixed .make-offer-block,
.description-product.fixed .make-offer-get-approved-text,
.description-product.fixed .plus-minus-product-qty label {
  display: none !important;
}
.description-product.fixed .info-holder.buy-holder {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.description-product.fixed .info-holder.buy-holder .product-price-value.sticky-price {
  width: auto;
  margin: auto;
}
.description-product.fixed .info-holder.buy-holder .add-to-cart-button.member-price-button,
.description-product.fixed .info-holder.buy-holder .add-to-cart-button.member-info-button {
  margin-top: 0;
}
.description-product.fixed .info-holder.buy-holder .btn-holder {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.description-product.fixed .info-holder.buy-holder .btn-holder:first-of-type {
  margin: 0;
}
.description-product.fixed .info-holder.buy-holder .btn-holder.buy {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.product-place .photo-holder #product_thumbnail {
  margin-top: 0 !important;
}
.tab-holder .tab-title {
  border-bottom: 0.15em solid #ed8b01;
  padding-bottom: 0;
  display: inline-block;
  margin-bottom: -1px;
  font-weight: 400;
  color: #333;
}
.tab-holder .tab-title + .tab-content {
  border-top: 1px solid #bfbfbf;
  padding-top: 15px;
}
#product_fulldescr * {
  font-size: 14px !important;
}
#product_fulldescr #banner-system-R {
  margin-bottom: 20px;
}

/*info-guarantee-against*/
.info-guarantee-against {
  background-color: #f4f5f7;
  color: #000;
  margin-top: 20px;
  padding: 20px 45px 15px;
  text-align: center;
}
.info-guarantee-against__title{
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
}
.info-guarantee-against p {
  color: #000;
  font-size: 12px;
  margin: 0;
}
.info-guarantee-against a,
.info-guarantee-against label.link{
  border-bottom: 1px solid #00BCD4;
  color: #00BCD4;
  cursor: pointer;
  font-size: 12px;
}
.info-guarantee-against a:hover {
  color: rgba(0, 188, 212, .85);
}

.info-guarantee-against .modal {
  background-color: rgba(0, 0, 0, .51);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transition: opacity .25s, transform .25s;
  z-index:99;
}

.info-guarantee-against .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.info-guarantee-against .modal-label {
  position: relative;
}

.info-guarantee-against .modal-radio {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

#popup-guarantee-against:checked + .modal {
  opacity: 1;
  transform: scale(1);
  z-index: 555;
}

.info-guarantee-against .modal .content {
  position: absolute;
  max-height: 80%;
  top: 10%;
  left: 50%;
  background: #fff;
  border-radius: 15px;
  transform: translateX(-50%);
  box-shadow: 0 3px 15px -2px #222;
  padding: 40px;
  overflow-y: auto;
  width: 700px;
}

.info-guarantee-against .modal .content::-webkit-scrollbar {
  width: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.info-guarantee-against .modal .content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #fff;
}
.info-guarantee-against .modal .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(237, 129, 29);
}
.info-guarantee-against .modal .content h2{
  font-size: 22px;
}
.info-guarantee-against .modal .content p{
  font-size: 14px;
  max-width: 500px;
  margin: 40px auto 0;
}
.info-guarantee-against .modal .content .top{
  margin-top: 200px;
}
.info-guarantee-against .modal .content .top img{
  max-width: 200px;
  position: absolute;
  top: 40px;
  left: 20px;
}
.info-guarantee-against .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 20px;
  border-radius: 50%;
  border: 2px solid rgb(237, 129, 29);
  cursor: pointer;
}

.info-guarantee-against .close-btn:after,
.info-guarantee-against .close-btn:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background: rgb(237, 129, 29);
  left: 15%;
  top: 50%;
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}

.info-guarantee-against .close-btn:before {
  transform: rotate(-45deg);
}
/*END info-guarantee-against*/

.rf-img-arr-d {
  display: inline;
}
.rf-element-box {
  display: block;
}
.rf-img-arr-r {
  display: none;
}
#header .header-holder .line1 {
  margin: auto auto auto 0;
}
div.breadcrumbs-holder {
  width: 99vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.category-page #wrapper {
  max-width: 1733px;
  overflow: visible;
  #pf_menu{
    top: 124px;
    @media only screen and (min-width: 768px){
      position: sticky;
    }
    @media only screen and (max-width: 994px){
      top: 50px
    }
  }
}
.category-page .resp-container {
  width: 100%;
}
.menu-categories-list ul {
  width: calc(100% + 10px);
  text-align: center;
}
/* Categories in the main column with products list */
.menu-categories-list--desktop-hidden {
  display: none;
}
/*.menu-categories-list ul {
  text-align: left;
}
.menu-categories-list ul li {
  width: 20%;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .menu-categories-list ul li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .menu-categories-list ul li {
    width: 50%;
  }
}*/
div.products-list:not(.products-swiper) {
  display: -webkit-box;
  display: -mox-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
div.products-list:not(.products-swiper) div.item {
  width: 25%;
  padding: 0 10px;
}
div.products-list:not(.products-swiper) div.item .star_container.new-stars .on,
div.products-list:not(.products-swiper) div.item svg.svg-star {
  width: 24px;
}
#header {
  max-width: 100%;
  position: sticky;
  top: 0;
}
#header .header-holder {
  max-width: 100%;
  margin: auto;
}
.specs-table-box #pdf_docs{
  margin-top: 32px;
}
.specs-table-box #pdf_docs .pdf-docs .pdf-doc{
  width: 210px;
  @media only screen and (max-width: 769px) {
    width: calc((100% / 2) - 10px);
  }
}
.tab-holder{
  display: flex;
  flex-direction: column;
  #similar{
    order:1;
  }
  #banner-system-R,
  #descr{
    order: 2;
    & + p,
    & + strong{
      order: 3;
    }
  }
  #videos{
    order: 3;
    .tab-content,
    #video0,
    iframe{
      max-height: 600px;
    }
    .tab-content{
      .videoWrapper{
        padding-bottom: 42.25%;
      }
    }
  }
  #related{
    order: 4;
  }
  #recommends{
    order: 5;
  }
  #product_views{
    order: 6;
  }
  #gallery,
  #feedback{
    order: 7;
  }

  #csi_product_qa{
    order: 8;
  }
  #about_brand_info{
    order: 9;
  }
  #custom_reviews,
  #related_categories{
    order: 10;
  }
  #blog_msgs{
    order: 11;
  }
}
.menu-categories-list{
  .menu-categories-list__inner{
    li{
      .cat-name{
        @media (max-width: 1024px) {
          font-size: 17px;
        }
      }
    }
  }
}
.menu-categories-list__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  .breaker{
    @media (min-width: 980px) {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0;
    }
    @media (max-width: 980px) {
      display: none !important;
    }
  }

  .type-view__0 {
    @media (min-width: 980px) {
      flex: 0 0 16.666%;
      max-width: 16.666%;
    }
  }
  .type-view__1 {
    @media (min-width: 980px) {
      border-top: 1px solid #c6c6c6;
      flex: 0 0 33%;
      margin-top: 45px;
      max-width: 33%;
      padding-top: 55px;
    }
  }
  .type-view__2 {
    @media (min-width: 980px) {
      border-top: 1px solid #c6c6c6;
      flex: 0 0 50%;
      margin-top: 45px;
      max-width: 50%;
      padding-top: 55px;
    }
  }
}
.main-is-catalog{
  .home-main-banners{
    min-height: 600px;
    @media (max-width: 998px){
      min-height: 360px;
    }
    @media (max-width: 768px){
      min-height: 300px;
    }
    @media (max-width: 480px){
      min-height: 135px;
    }
  }
}
#pf_menu{
  @media only screen and (max-width: 767px){
    display: none;
  }
}
#custom_reviews{
  &:before{
    content: none;
  }
  &.active{
    h2{
      &:after{
        transform: translateY(-50%) rotate(180deg);
      }
    }
    .tab-content{
      height: auto;
      opacity: 1;
      visibility: visible;
    }
  }
  h2{
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
    position: relative;
    text-align: left;
    width: 100%;
    &:before{
      background-color:  #ed8b01;
      content: "";
      display: block;
      height: 4px;
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 283px;
    }
    &:after{
      background: url(../../skin/txs_ModernLiving/css/design/images/arrow_down.svg) no-repeat center center / contain;
      content: "";
      cursor: none;
      display: block;
      height: 18px;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      width: 33px;
    }
  }
  .tab-content{
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.main-is-order_message{
  .order-invoice-inner{
    max-width: 100% !important;
    margin: 0 auto;
  }
}
.description-product:not(.fixed) .product-options-selector div.swatches-row{
  @media (max-width: 768px){
    display: flex;
    flex-wrap: wrap;
  }
  & > label{
    @media (max-width: 768px){
      flex: 0 0 100%;
    }
  }
}
.product-options-selector .product-swatch{
  @media (max-width: 768px){
    width: 110px !important;
    height: 110px !important;
  }
  @media (max-width: 767px){
    width: calc((100% / 3) - 5px) !important;
    height: calc((100vw / 3)) !important;
  }
  @media (max-width: 710px){
    height: calc((100vw / 3) + 4vw) !important;
  }
  @media (max-width: 660px){
    height: calc((100vw / 3) + 3vw) !important;
  }
  @media (max-width: 610px){
    height: calc((100vw / 3) + 5vw) !important;
  }
  .img-wrap{
    @media (max-width: 768px){
      width: auto !important;
      height: calc(100% - 4vw) !important;
    }
    @media (max-width: 767px){
      width: auto !important;
      height: calc(100% - 9vw) !important;
    }
  }
  img{
    @media (max-width: 768px){
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
    }
    @media (max-width: 767px){
      width: auto !important;
      height: calc(100% - 1vw) !important;
      /*object-fit: none;*/
    }
    @media (max-width: 610px){
      width: auto !important;
      height: 100% !important;
    }
  }
  span{
    display: inline-block;
    margin-top: 7px;
  }
}
img.pricegrabber{
  opacity: 0;
  visibility: hidden;
}
.cm-item{
  .cm-container.type-V {
    @media (max-width: 1380px){
      max-height: 297px;
      overflow-y: auto;
    }
  }
}
.custom-menu .cm-container.type-V > .cm-item{
  max-width: 30%;
}
.double-checkbox-check{
  order: -1;
  &.optional-label{
    margin: 20px 0 10px;
  }
  & ~ .double-checkbox-check{
    display: none;
  }
  .pointer{
    font-size: 13px;
  }
  .same-billing__top{
    &.select{
      background-color: #ffffff;
      border-color: #ccc;
      &:after{
        content: none;
      }
    }
  }
}
.category-page{
  .sar-reviews-link.has-products{
    @media only screen and (min-width: 1360px) {
      display: flex;
      justify-content: center;
      max-width: 76%;
      margin-left: 24%;
    }
  }
  .reviews-link-reviews-block{
    @media only screen and (min-width: 1360px) {
      max-width: 100%;
      width: 100%;
    }
  }
  .reviews-link-reviews-block.has-products{
    @media only screen and (min-width: 1360px) {
      max-width: 76%;
      margin-left: 24%;
      margin-right: 0;
      width: 100%;
    }
  }
  .sar-seal-award.has-products {
    @media only screen and (min-width: 1360px){
      max-width: 76%;
      margin-left: 24%;
    }
  }
}
.menu-categories-list.simple-cats{
  @media only screen and (min-width: 769px){
    margin-bottom: 20px;
  }
}
.category-description.show .read-more__content {
  @media only screen and (max-width: 768px){
    height: 120px;
    overflow: hidden;
    transition: height .35s ease-in;
  }
}
.category-description:not(.show) .read-more__btn {
  font-size: 0;
}
.category-description:not(.show) .read-more__btn:before {
  content: attr(data-reead);
  color: #1b3b56;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.category-description .read-more__content {
  height: auto;
}
.category-description .read-more__btn {
  color: #1b3b56;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 600;
  @media only screen and (min-width: 769px){
    display: none;
  }
}
.accessibility__btn{
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 85px;
  width: 60px;
  z-index: 99;
  @media only screen and (max-width: 767px){
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
  }
}
.main-is-product{
  .accessibility__btn{
    bottom: 180px;
  }
}
.swatches-row.main-product-row{
  br{
    display: none;
  }
}
.product-options-selector{
  .warning-message{
    margin-bottom: 20px;
    order: -1;
    padding: 10px;
    position: sticky;
    top: 130px;
    z-index: 114;
  }
}
.matching-row{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  label{
    flex: 1 1 100%;
  }
  .product-swatch{
    &:first-of-type{
      height: 1px !important;
      opacity: 0;
      position: absolute;
      width: 1px !important;
      z-index: -1;
    }
    overflow: visible !important;
    padding-bottom: 10px;
    height: auto !important;
    min-height: 220px;
    width: calc((100% / 4) - 5px) !important;
    &.checked.selected,
    &.checked{
      border-color: #ED8B00;
      .img-wrap{
        border-color: #ED8B00;
        .selected-lbl{
          background-color: #ED8B00;
        }
      }
    }
    @media only screen and (max-width: 1280px){
      width: calc((100% / 3) - 5px) !important;
    }
    @media only screen and (max-width: 1080px){
      width: calc((100% / 2) - 5px) !important;
    }
    .sel-cb{
      z-index: 10;
    }
    .img-wrap{
      background-color: rgba(244, 245, 247, .5);
      height: 100% !important;
      max-height: 160px;
      position: relative;
      width: 100% !important;
      &:after{
        background: url(../../skin/txs_ModernLiving/css/design/images/quick_ic.svg) no-repeat center center / contain;
        content: "";
        cursor: pointer;
        display: block;
        height: 24px;
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 24px;
      }
      img{
        height: 100% !important;
        width: 100% !important;
        mix-blend-mode: multiply;
        object-fit: contain;
      }
    }
  }
}
.matching-info-row.modal-popup{
  &:before{
    content: "";
    background-color: rgba(27, 59, 86, .3);
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    visibility: visible;
    width: 100vw;
    z-index: 9999;
  }
  & > .not-for-sticky{
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    max-width: 80vw;
    padding: 25px;
    position: fixed;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    @media only screen and (max-width: 1380px){
      flex-direction: column;
    }
    @media only screen and (max-width: 1280px){
      flex-direction: row;
    }
    @media only screen and (max-width: 1100px){
      flex-direction: column;
    }

    .modal-popup__detail{
      display: flex;
      flex-direction: column;
      flex: 0 0 50%;
      padding-left: 25px;
      @media only screen and (max-width: 1380px){
        flex: 0 0 100%;
        padding: 0;
      }
      @media only screen and (max-width: 1280px){
        flex: 0 0 50%;
        padding-left: 25px;
      }
      @media only screen and (max-width: 1100px){
        flex: 0 0 100%;
        padding: 0;
      }
      h3{
        font-weight: normal;
        @media only screen and (max-width: 1380px){
          font-size: 15px;
        }
      }
      .match-sku,
      .avail-from-vendors{
        margin-top: 15px;
      }
      .finish,
      .base,
      .available,
      .drain,
      .modal-popup__wrapper-options > .row,
      .hardware{
        display: flex;
        flex-wrap: wrap;
        max-height: 260px;
        margin-bottom: 20px;
        margin-top: 15px;
        overflow: auto;
        label{
          flex: 1 1 100%;
        }
        .product-swatch {
          height: auto !important;
          width: calc((100% / 4) - 5px) !important;
          max-width: 75px;
          overflow: visible;
          @media only screen and (max-width: 1780px) {
            width: calc((100% / 3) - 5px) !important;
          }
          @media only screen and (max-width: 1440px) {
            width: calc((100% / 2) - 5px) !important;
          }

          .img-wrap {
            height: 100% !important;
            max-height: 75px;
            position: relative;
            width: 100% !important;

            img {
              height: 100% !important;
              width: 100% !important;
            }
          }
        }
      }
      .radios-row{
        min-height: 95px;
        .option-radios{
          width: 100%;
        }
      }
    }
    .modal-popup__img{
      border-right: 1px solid gray;
      flex: 0 0 50%;
      padding-right: 25px;
      @media only screen and (max-width: 1380px){
        border: 0;
        flex: 0 0 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 0;
      }
      @media only screen and (max-width: 1280px){
        border-right: 1px solid gray;
        flex: 0 0 50%;
        padding-right: 25px;
      }
      @media only screen and (max-width: 1100px){
        border: 0;
        flex: 0 0 100%;
        padding: 0;
      }

      img{
        margin: 0 auto;
        max-width: 100%;
      }
    }
    .swatches-row-nojs{
      &.free{
        display: none;
        opacity: 0;
        height: 1px;
        width: 1px;
        pointer-events: none;
        visibility: hidden;
      }
      height: auto;
      margin-bottom: 50px;
      @media only screen and (max-width: 1380px){
        margin-bottom: 15px;
      }
      .product-swatch{

      }
    }
    .modal-popup__btn{
      &.remove{
        background-color: #fff;
        color: #ED8B00;
      }
      &.disable{
        background: rgba(237, 139, 0, 0.6);
        pointer-events: none;
      }
      align-items: center;
      border: 1px solid #ED8B00;
      border-radius: 4px;
      background: #ED8B00;
      color: #fff;
      cursor: pointer;
      display: flex;
      height: 57px;
      justify-content: center;
      margin-bottom: 10px;
      text-align: center;
      text-transform: uppercase;
      width: 100%;
    }
    .price{
      color: #fff;
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 1em;
      margin: 0 0 0 10px;
    }
  }
  .view-details-match-button{
    width: 100%;
    a{
      align-items: center;
      box-sizing: border-box;
      display: flex;
      height: 57px;
      justify-content: center;
      padding: 0;
      width: 100%;
    }
  }
  .modal-popup__close{
    background: url(../../skin/txs_ModernLiving/css/design/images/close_x_ic.svg) no-repeat center center / contain;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
  }
  .modal-popup__actions{
    margin-top: auto;
  }
  .modal-popup__qnt-info{
    text-align: right;
    margin-bottom: 10px;
    span{
      color: rgba(0,0,0,.6);
      font-size: 10px;
      font-style: italic;
    }
  }
}
.modal-popup__img{
  /*img{*/
  /*  display: none;*/
  /*  &.select{*/
  /*    display: block;*/
  /*  }*/
  /*}*/
}
#personal_details{
  display: flex;
  flex-direction: column;
}
/*redesign*/
body{
  #header{
    @media only screen and (min-width: 1370px){
      height: 115px;
    }
    .header-holder{
      @media only screen and (min-width: 1370px){
        padding: 29px 64px 20px 111px
      }
      @media only screen and (max-width: 1280px) {
        padding-left: 195px;
        padding-right: 250px;
      }
      @media only screen and (max-width: 1023px) {
        padding-left: 10px;
        padding-right: 20px;
      }
      .logo,
      .line2{
        @media only screen and (min-width: 1370px){
          position: static;
        }
      }
      .logo{
        @media only screen and (min-width: 1370px) {
          height: auto;
          max-width: 177px;
        }
        @media only screen and (min-width: 1024px) {
          left: 0;
        }
        svg{
          @media only screen and (min-width: 1370px) {
            display: block;
          }
        }
      }
      .custom-menu{
        /*@media only screen and (min-width: 1370px) {*/
        /*  position: relative;*/
        /*}*/
        @media only screen and (min-width: 1370px) {
          border: 0;
          margin: 0 0 0 5%;
          padding-left: 4.5%;
        }
        .cm-dropdown{
          @media only screen and (min-width: 1370px) {
            top: 115px;
          }
        }
        .cm-trigger{
          &:after{
            @media only screen and (min-width: 1370px) {
              background-color: #0E2539;
              content: "";
              display: inline-block;
              height: 60px;
              width: 2px;
              position: absolute;
              left: -4.1vw;
              top: -12px;
            }
          }
          @media only screen and (min-width: 1370px) {
            height: auto;
            width: auto;
          }
          @media only screen and (min-width: 1024px) {
            font-weight: 600;
            font-size: 32px;
            letter-spacing: -0.05em;
            position: relative;
            top: -3px;
            text-transform: uppercase;
            margin-right: 14px;
          }
          &:hover{
            @media only screen and (min-width: 1370px) {
              .cm-trigger-icon{
                filter: brightness(0) saturate(100%) invert(51%) sepia(87%) saturate(1071%) hue-rotate(4deg) brightness(97%) contrast(101%);
              }
            }
          }
        }
        .cm-trigger-icon{
          @media only screen and (min-width: 1370px) {
            background: url(../../skin/txs_ModernLiving/css/design/images/burger_ic.svg) no-repeat center center / contain;
            border: 0;
            height: 40px;
            width: 40px;
            margin-top: 0;
            &:before{
              content: none;
            }
          }
        }
      }
      .line1{
        @media only screen and (min-width: 1370px) {
          max-width: 870px;
          margin: -10px auto 0 62px
        }
        .header-search{
          @media only screen and (min-width: 1370px) {
            background: #fff url(../../skin/txs_ModernLiving/css/design/images/search.svg) no-repeat 34px center / 30px 30px;
            border-radius: 30px;
            height: 50px;
            padding: 5px 80px;
          }
          @media only screen and (min-width: 1024px) {
            /*background: transparent;*/
            border: 0;
            box-sizing: border-box;
          }
          form{
            @media only screen and (min-width: 1370px) {
              position: relative;
              top: -5px;
            }
          }
          div[ss-autocomplete]{
            @media only screen and (min-width: 1370px) {
              right: auto;
              left: -52%;
            }
          }
          input{
            @media only screen and (min-width: 1370px) {
              height: 50px !important;
              padding: 0;
            }
            &::placeholder{
              font-size: 0;
              @media only screen and (min-width: 1024px) {
                font-size: 16px;
                font-weight: normal;
                color: #8F959A;
              }
            }
          }
        }
      }
      .line2{
        @media only screen and (min-width: 1370px) {
          margin: -15px 0 0;
        }
        @media only screen and (min-width: 1024px) {
          align-items: center;
          display: flex;
          padding: 0;
          top: 24px;
        }
        .phones{
          a{
            @media only screen and (min-width: 1024px) {
              display: none;
              opacity: 0;
              pointer-events: none;
            }
          }
          .phones__desktop{
            display: none;
            opacity: 0;
            pointer-events: none;
            @media only screen and (min-width: 1024px) {
              cursor: pointer;
              display: block;
              opacity: 1;
              position: relative;
              pointer-events: auto;
            }
            &:after{
              background: url(../../skin/txs_ModernLiving/css/design/images/phone_icon.svg) no-repeat center center / contain;
              content: "";
              display: block;
              height: 50px;
              width: 50px;
            }
            &:before{
              filter: none;
              background-color: #fff;
              border-radius: 10px;
              content: attr(data-phone);
              color: #0E2539;
              height: 0;
              opacity: 0;
              transition: all .33s ease-in-out;
              padding: 15px;
              position: absolute;
              pointer-events: none;
              bottom: -120%;
              left: 50%;
              transform: translateX(-50%);
              white-space: nowrap;
            }
            &:hover {
              &:after{
                @media only screen and (min-width: 1024px) {
                  filter: brightness(0) saturate(100%) invert(51%) sepia(87%) saturate(1071%) hue-rotate(4deg) brightness(97%) contrast(101%);
                }
              }
            }
            &.selected {
              &:before{
                height: auto;
                opacity: 1;
                transition: all .33s ease-in-out;
              }
            }
          }
        }
        ul.navbar{
          @media only screen and (min-width: 1024px) {
            align-items: center;
            display: flex;
            margin: 10px 0 0;
          }
          li{
            &.account-login{
              @media only screen and (min-width: 1024px){
                padding: 0;
              }
              a{
                @media only screen and (min-width: 1024px){
                  background: url(../../skin/txs_ModernLiving/css/design/images/acoount_icon.svg) no-repeat center center / contain;
                  display: block;
                  height: 50px;
                  width: 50px;
                  font-size: 0;
                  &:hover {
                    filter: brightness(0) saturate(100%) invert(51%) sepia(87%) saturate(1071%) hue-rotate(4deg) brightness(97%) contrast(101%);
                  }
                }
              }
            }
            &.account-sign_up{
              @media only screen and (min-width: 1024px){
                display: none;
              }
            }
            @media only screen and (min-width: 1024px){
              font-size: 16px;
              font-weight: 400;
            }
            &:first-child{
              @media only screen and (min-width: 1024px) {
                border: 0;
              }
            }
          }
          .cart-holder{
            @media only screen and (min-width: 1024px) {
              float: none;
              position: relative;
              top: 3px;
            }
            .cart-box{
              &:hover {
                .cart-icon_desktop {
                  path {
                    @media only screen and (min-width: 1024px) {
                      fill: #ED8B00;
                    }
                  }
                }
              }
              .svg-cart{
                @media only screen and (min-width: 1024px) {
                  display: none;
                }
              }
              .cart-icon_desktop{
                display: none;
                @media only screen and (min-width: 1024px) {
                  height: 50px;
                  width: 50px;
                  display: block;
                }

              }
              @media only screen and (min-width: 1024px) {
                height: auto;
                margin: 0;
                width: auto;
              }
              .minicart{
                @media only screen and (min-width: 1024px) {
                  align-items: center;
                  background-color: #ED8B00;
                  border-radius: 50%;
                  bottom: 32px;
                  color: #1B3B56;
                  display: flex;
                  font-size: 14px;
                  justify-content: center;
                  height: 21px;
                  right: -6px;
                  width: 21px;
                }
              }
            }
            /*svg{*/
            /*  @media only screen and (min-width: 1370px) {*/
            /*    height: 40px;*/
            /*    width: 40px;*/
            /*  }*/
            /*}*/
          }
        }
      }

    }
  }
  &,
  &.main-is-product{
    div.breadcrumbs-holder{
      .breadcrumbs{
        @media only screen and (min-width: 1024px) {
          border-bottom: 1px solid #DEDFE0;
          display: flex;
          margin: 0;
          padding-bottom: 16px;
          padding-top: 16px;
          padding-left: 32px;
          padding-right: 32px;
          text-align: left;
        }
        @media only screen and (min-width: 1370px) {
          padding-left: 100px;
          padding-right: 100px;
        }
        div{
          &:last-of-type{
            a{
              span{
                @media only screen and (min-width: 1024px) {
                  font-weight: 600;
                  color: rgb(27, 59, 86);
                }
              }
            }
            & > span{
              padding-left: 14px;
            }
          }
        }
        a{
          @media only screen and (min-width: 1024px) {
            color: #8F959A;
            padding: 0 14px;
          }
          &:hover{
            span{
              @media only screen and (min-width: 1024px) {
                color: rgb(27, 59, 86);
                text-decoration: none;
              }
            }
          }
        }
        span{
          @media only screen and (min-width: 1024px) {
            font-size: 14px;
            font-weight: normal;
            color: #8F959A
          }
        }
        .sep{
          @media only screen and (min-width: 1024px) {
            font-size: 0;
            padding: 0;
          }
          &:before{
            @media only screen and (min-width: 1024px) {
              background-color: #DEDFE0;
              content: "";
              display: block;
              height: 100%;
              width: 1px;
            }
          }
        }
      }
    }
  }
  .product-place{
    border: 0;
    @media only screen and (min-width: 1024px) {
      margin-top: 40px;
    }
    @media only screen and (max-width: 768px) {
      margin-top: 0;
      padding-top: 9px;
    }
  }
  .description-product:not(.fixed){
    top: 0;
    .product-title{
      .product-title{
        color: #0E2539;
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
        @media only screen and (max-width: 768px) {
          font-size: 22px;
          line-height: 30px;
          margin: 10px 0 0;
        }
      }
      h1{
        margin-top: 22px;
        @media only screen and (max-width: 768px) {
          margin-top: 10px;
        }
      }
      .product-title__brand{
        align-items: center;
        display: flex;
        justify-content: space-between;
        a{
          color: #0E2539;
          font-size: 14px;
          font-weight: normal;
        }
        span{
          background-color: #ce0b0b;
          border-radius: 30px;
          color: #fff;
          font-size: 10px;
          padding: 1px 4px;
          text-transform: uppercase;
        }
      }
    }
    .product-title__info{
      align-items: center;
      display: flex;
      margin: 22px 0;
    }
    .rating{
      margin: 0;
      padding-right: 12px;
    }
    .wrapper-sku{
      border-left: 1px solid #DEDFE0;
      margin: 0;
      padding-left: 12px;
      .sku{
        color: #0E2539;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 0;
        &:before{
          content: none;
        }
      }
    }
    .button-left{
      text-transform: uppercase;
    }
  }
  h1.furniture{
    color: #1b3b56;
    font-weight: 600;
    text-align: center;
    &.has-products{
      @media only screen and (max-width: 1360px) {
        font-size: 25px;
      }
      @media only screen and (min-width: 768px) {
        max-width: 76%;
        margin-left: 24%;
      }
    }
  }
  &.main-is-catalog.category-page{
    #searchspring-content{
      .swiper-slide{
        a{
          background-color: rgba(244, 245, 247, .5);
          img{
            mix-blend-mode: multiply;
          }
        }
      }
    }
  }
  &.category-page #wrapper{
    @media only screen and (max-width: 991px) {
      margin-top: 15px;
    }
  }
}
.shared-button-wrap{
  .share{
    align-items: center;
    display: flex;
    justify-content: center;
    &:hover{
      svg{
        path{
          fill: #fff;
        }
      }
    }
    &.invert-blue{
      font-weight: normal;
    }
    svg{
      display: inline-block;
      margin-right: 15px;
      width: 25px;
    }
  }
}
.shared-button-content{
  .button.invert-blue{
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: normal;
    &:hover{
      svg{
        path{
          fill: #fff;
        }
      }
    }
    svg{
      display: inline-block;
      margin-right: 15px;
      width: 25px;
    }
  }
}
.share-cart__popup-wrapper{
  margin: 40px auto;
  max-width: 600px;
  @media only screen and (max-width: 767px){
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h2{
    color: rgba(0,0,0,.7);
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    @media only screen and (max-width: 767px){
      font-size: 18px;
    }
  }
  p{
    color: #1B3B56;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    @media only screen and (max-width: 767px){
      font-size: 14px;
    }
  }
}
.share-cart__popup{
  .ui-dialog-titlebar{
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 8;
  }
}
.footer-socials a.social-icon.ins:hover path{
  fill:url(../../skin/txs_ModernLiving/css/design/#rg);
}
form[name="loginform_top"]{
  display: none;
}
.social-instagram-footer svg path{
  fill:url(../../skin/txs_ModernLiving/css/design/#ft-rg)
}
#share-cart__form{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  input{
    color: #282828;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    &:focus-visible{
      outline: -webkit-focus-ring-color auto 1px;
    }
    &::placeholder{
      color: #ccc;
    }
    & + input{
      margin-top: 20px;
    }
  }
  #register_google_captcha{
    margin-top: 20px;
  }
  .button.invert-blue{
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: normal;
    margin-top: 20px;
    &:hover{
      svg{
        path{
          fill: #fff;
        }
      }
    }
    svg{
      display: inline-block;
      margin-right: 15px;
      width: 25px;
    }
  }
}
.modal-popup__wrapper-options{
  max-height: 350px;
  overflow-y: auto;
  .base{
    &.radios-row{
      min-height: 200px;
    }
  }
}
.related-section__anchor{
  color: #ED8B00;
  text-align: right;
  width: 100%;
}
.related-section__anchor span{
  cursor: pointer;
  text-transform: uppercase;
}
.description-product .price .bread-button-line{
  display: none;
}
.no-price-better .paypal__pre-calc{
  order: 2;
}
.paypal__pre-calc{
  width: 50%;
  order: 3;
  position: relative;
}
.paypal__pre-calc .error{
  display: none;
}
.paypal__pre-calc-link{
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.paypal__pre-calc-inner{
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  /*box-shadow: 0 0 20px 0 #0000001A;*/
  display: flex;
  max-width: 300px;
  padding: 0 16px 12px 0;

}
.paypal__pre-calc-inner p{
  color: #1B3B56;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.paypal__pre-calc-inner svg{
  max-width: 69px;
  margin-left: 12px;
}
.breadcrumbs{
  position: relative;
}
.dropdown-links{
  background-color: #fff;
  box-shadow: 0 0 20px 0 #0000001A;
  position: absolute;
  max-width: max-content;
  top: 70%;
  height: 0;
  z-index: 99;
  transition:  height .3s ease-in-out;
  padding: 0;
  margin: 0;
  opacity: 0;
  list-style: none;
  visibility: hidden;
}
.dropdown-links li{
  padding: 10px;
  position: relative;
}
.dropdown-links li:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #DEDFE0;
  height: 1px;
  width: calc(100% - 20px);
  margin: 0 auto;
  transform: translateX(-50%);
}
.ss-targeted p.ss-filter-message-content[ng-if="pagination.totalResults === 0 && filterSummary.length"]{
  background-color: #FFC000;
  color: #222;
  padding: 5px 10px;
}
div[itemprop="itemListElement"].cat:hover > ul.dropdown-links,
div[itemprop="itemListElement"].subcat:hover > ul.dropdown-links{
  height: auto;
  opacity: 1;
  visibility: visible;
}
div[itemprop="itemListElement"].cat > a > span,
div[itemprop="itemListElement"].subcat > a > span{
  align-items: center;
  display: flex;
}
div[itemprop="itemListElement"].cat > a > span:after,
div[itemprop="itemListElement"].subcat > a > span:after{
  background: url(../../skin/txs_ModernLiving/css/design/images/breadcrumbs_ic.svg) no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 17px;
  max-width: 17px;
  margin-left: 3px;
  width: 17px;
}
.breadcrumbs-holder{
  overflow: visible !important;
}
.partner-with-us{
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    padding: 40px 0;
    h1{
        color: #fff;
        margin-bottom: 0;
    }
    .content{
        background-color: rgba(255,255,255, .7);
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        max-width: 800px;
        padding: 25px 65px;
        .dealer-form {
            & > img {
                margin: 0 auto;
                max-width: 140px;
            }
            & > p {
                font-size: 16px;
                text-align: center;
                margin-bottom: 0;
                margin-top: 20px;
            }

            & > h2 {
                font-size: 18px;
                text-decoration: underline;
                text-align: center;
                margin-bottom: 0;
                margin-top: 20px;
            }
        }
        form{
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: 30px;
            .form-field{
                label{
                    font-size: 14px;
                }
                input,textarea{
                    width: 100%;
                }
                input{
                    display: block;
                    height: 42px;
                    padding: 5px 10px;
                    &::placeholder{
                        font-size: 14px;
                    }
                }
                textarea{
                    height: 150px;
                }
            }
            input[type="submit"]{
                font-size: 1.3rem;
                line-height: 1em;
                padding: .5em 1em .4em;
                border: 1px solid #ED8B00;
                background: #ED8B00;
                color: #fff;
                text-transform: uppercase;
                border-radius: 2px;
                white-space: nowrap;
                box-shadow: 0 5px 10px 1px rgba(237, 139, 0, 0.25);
                display: inline-block;
                height: 2em;
                font-family: 'Open Sans', sans-serif;
            }
        }
    }
}
.dealer-form{
    display: flex;
    flex-direction: column;
}
@media (min-width: 1754px) {
  .cat-products-block .cat-products {
    padding-right: 0;
  }
}
@media (min-width: 1480px) {
  #searchspring-content {
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+9),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+10) {
      .product{
        .param{
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          position: relative;
          .price-block.ss-price-block{
            align-items: center;
            display: flex;
            margin-top: -14px;
          }
          .avail-from-vendors{
            order: -1;
            position: absolute;
            right: 10px;
            bottom: -32px;
          }
          .product-title{
            flex: 1 1 100%;
          }
          .ratings{
            order: -2;
            position: relative;
            top: -6px;
          }
        }
      }
      .param.cat-swatches-row{
        max-width: 225px;
        position: relative;
        top: 10px;
        height: 22px;
        min-height: auto;
        z-index: 3;
        & + .param .ratings{
          transform: translateX(225px);
        }
      }
    }
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+11),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+12),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+13) {
      .product{
        .param{
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          .price-block.ss-price-block{
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            flex: 1 1 100%;
            height: 40px;
          }
          .avail-from-vendors{
            line-height: 1.1;
            order: -1;
            position: absolute;
            right: 0;
            bottom: -1.1vw;
          }
          .ratings{
            position: relative;
            top: -5px
          }
        }
      }
      .param.cat-swatches-row{
        max-width: 225px;
        position: relative;
        top: 30px;
        z-index: 3;
      }
    }
  }
}
@media (min-width: 1680px){
  #searchspring-content {

    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+9),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+10) {
      width: 50%;
      .param.cat-swatches-row{
        & + .param .ratings{
          transform: translateX(250px);
        }
      }
    }
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+11),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+12),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+13) {
      .product {
        .param {
          .avail-from-vendors {
            bottom: -1vw;
          }
        }
      }
    }
  }
}
@media (min-width: 1386px) {
  .menu-categories-list ul li {
    width: 16.666%;
  }
  .product-place .photo-holder div.match-options-list{
    margin: 0;
  }
  .description-product{
    padding-bottom: 0;
  }
  #searchspring-content {

    div.products-list:not(.products-swiper) div.item{
      .product {
        .param {
          .ss_dimensions{
            min-height: 18px;
            width: 100%;
          }
        }
      }

    }

    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+9),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+10) {
      width: 50%;
    }

    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+11),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+12),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+13) {
      width: 33.33333%;
      .product {
        .param {
          position: relative;
        }
      }
    }

    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+1),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+2),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+3),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+4),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+5),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+6),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+7),
    div.products-list:not(.products-swiper) div.item:nth-of-type(13n+8){
      width: 25%;
    }
  }

}
@media (min-width: 1281px) {
  #header .header-holder {
    padding-left: 335px;
    padding-right: 335px;
  }
  #header .header-holder .logo {
    left: 70px;
  }
  #header .header-holder .line1 {
    padding: 0 60px 0 25px;
  }
  #header .header-holder .line2 {
    right: 35px;
  }

}
@media (min-width: 1024px) {
  .no-price-better .paypal__pre-calc .paypal__pre-calc-inner{
    justify-content: flex-end;
    max-width: none;
  }
}
@media (min-width: 992px) {
  #header .header-holder {
    display: flex;
    align-items: center;
    padding-top: 32px;
  }
  #header .header-holder .logo {
    left: 35px;
  }
  #header .header-holder .line1 {
    flex-grow: 1;
    padding: 0 30px 0 0;
  }
  #header .header-holder .line1 .header-search {
    height: 50px;
    border-radius: 5px;
  }
  #header .header-holder .line1 .header-search .f-search .i-text input {
    height: 46px;
  }
  #header .header-holder .line1 .header-search .f-search .button a {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  #header .header-holder .line1 .header-search .f-search .button a svg {
    width: 25px;
    height: 25px;
    line-height: 48px;
    display: inline-block;
    vertical-align: text-bottom;
  }
  #header .header-holder .line2 {
    font-size: 16px;
    right: 20px;
    padding-top: 32px;
  }
  #header .header-holder .line2 .phones {
    text-align: left;
  }
  #header .header-holder .line2 ul.navbar {
    margin-left: -20px;
  }
  #header .header-holder .line2 .cart-holder svg {
    width: 60px;
    height: 60px;
  }
  #header .header-holder .line2 .cart-box {
    width: 60px;
    height: 60px;
    margin-top: -35px;
  }
  #header .header-holder .line2 .cart-box .minicart {
    font-size: 15px;
    bottom: 33px;
    right: 11px;
  }
  #header .header-holder .line2 ul.navbar {
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .cat-products-block .cat-products {
    padding-right: 10px;
  }
  .menu-dialog.menu-rviewed-section {
    padding-left: 10px;
  }
}
@media (max-width: 1440px) {
  div.products-list:not(.products-swiper) div.item {
    width: 25%;
  }
}
@media (max-width: 1385px) {
  .menu-categories-list ul li {
    max-width: 240px;
  }
}
@media (max-width: 1280px) {
  div.products-list:not(.products-swiper) div.item .star_container.new-stars .on,
  div.products-list:not(.products-swiper) div.item svg.svg-star {
    width: 22px;
  }
  .swatches-row.main-product-row br.not-for-sticky{
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  #header .header-holder {
    padding-left: 250px;
    padding-right: 250px;
  }
}
@media (max-width: 1240px) {
  div.products-list:not(.products-swiper) div.item {
    width: 33%;
  }
}
@media (max-width: 1023px) {
  #header .header-holder {
    padding-left: 10px;
    padding-right: 10px;
  }
  .read-more__content h2 {
    margin: 0px;
    line-height: 12px;
  }
    .partner-with-us {
        .content {
            padding: 25px;
        }
    }
}
@media (max-width: 991px) {
  .paypal__pre-calc{
    order: 2;
    padding: 0 0 16px;
    width: 100%;
  }
  div.products-list:not(.products-swiper) div.item {
    width: 50%;
    padding: 0 5px;
  }
  #product_fulldescr {
    max-width: 100%;
    width: 100%;
  }
  div.products-list:not(.products-swiper) {
    margin-left: -5px;
    margin-right: -5px;
  }
  .info-guarantee-against{
    padding-left: 10px;
    padding-right: 10px;
  }
  .info-guarantee-against .modal .content{
    top: 17%;
    padding: 15px;
  }
  .info-guarantee-against .modal .content .top{
    margin-top: 0;
  }
  .info-guarantee-against .modal .content .top img{
    display: none;
    opacity: 0;
  }
  .info-guarantee-against .modal .content p{
    font-size: 12px;
    margin-top: 20px;
  }

}
@media (max-width: 768px) {
  .cat-products .menu-categories-list {
    display: none;
  }
  .menu-categories-list--desktop-hidden {
    display: block;
  }
  .breadcrumbs,
  .rf-img-arr-d,
  .rf-element-box {
    display: none;
  }
  .rf-img-arr-r {
    display: inline;
  }
  div.products-list .price-block {
    line-height: 30px;
    padding-bottom: 10px;
  }
  div.products-list .price-block .price {
    padding-right: 5px;
  }
  div.products-list .price-block .price .currency {
    font-size: 20px;
  }
  div.products-list .price-block .market-price-value .currency {
    font-size: 12px;
  }
  #pf_menu {
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  #pf_menu > div {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #pf_menu > div.menu-refine-filters {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    position: absolute;
    bottom: -45px;
    right: 0;
    margin: 0;
    width: calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: -o-calc(50% - 5px);
  }
  #pf_menu > div.menu-refine-filters > .content {
    display: none;
    position: absolute;
    top: 60px;
    left: calc(-100% - 10px);
    left: -moz-calc(-100% - 10px);
    left: -webkit-calc(-100% - 10px);
    left: -o-calc(-100% - 10px);
    width: calc(200% + 10px);
    width: -moz-calc(200% + 10px);
    width: -webkit-calc(200% + 10px);
    width: -o-calc(200% + 10px);
    z-index: 999;
    border: 1px solid #000;
  }
  #pf_menu > div.menu-refine-filters > .title-bar {
    display: block;
    width: 100%;
    float: right;
    height: 45px;
    border: 1px solid #ed8c01;
    padding: 10px 45px 10px 10px;
    line-height: 23px;
    background: transparent url(../../skin/txs_ModernLiving/css/design/images/arrow_down.svg) no-repeat right 10px center;
    background-size: 14px 7px;
    position: relative;
    text-align: center;
  }
  #pf_menu > div.menu-refine-filters > .title-bar:after {
    width: 1px;
    height: 45px;
    background: #ed8c01;
    top: 0;
    right: 35px;
    content: '';
    position: absolute;
    display: block;
  }
  #pf_menu > div.menu-refine-filters > .title-bar .ajax-minicart-icon {
    display: none;
  }
  #pf_menu > div.menu-refine-filters > .title-bar h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #333;
  }
  #pf_menu > div.menu-refine-filters > .title-bar.show {
    box-shadow: 0 0 3px #ed8c01;
  }
  #pf_menu > div.menu-refine-filters > .title-bar.show + .content {
    display: block;
  }
  #rf_found_box {
    margin-left: -100px;
  }
  div.modern-living-sort-by {
    padding-right: calc(50% + 5px);
    padding-right: -moz-calc(50% + 5px);
    padding-right: -webkit-calc(50% + 5px);
    padding-right: -o-calc(50% + 5px);
    margin: 0 0 20px;
    font-size: 0;
  }
  div.modern-living-sort-by select.filter {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ed8c01;
    font-size: 14px;
    border-radius: 0;
    height: 45px;
    padding: 10px 30px 10px 65px;
    width: 100%;
    background: transparent url(../../skin/txs_ModernLiving/css/design/images/arrow_down.svg) no-repeat right 10px center;
    background-size: 14px 7px;
    color: #333;
  }
  div.modern-living-sort-by select.filter:focus {
    outline: none;
    box-shadow: 0 0 3px #ed8c01;
  }
  div.modern-living-sort-by span.modern-living-sort-by-title {
    font-size: 14px;
    width: 55px;
    display: inline-block;
    margin-right: -60px;
  }
  .info-guarantee-against .modal .content{
    top: 17%;
    padding: 25px;
  }
  .info-guarantee-against .modal .content {
    width: 320px;
  }
}
@media only screen and (max-width: 767px){
  #pf_menu{
    display: none;
  }
}
@media (max-width: 479px) {
  div.products-list:not(.products-swiper) div.item div.image:before {
    content: '';
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 0 100% 0;
  }
  div.products-list:not(.products-swiper) div.item div.image .product-images-swiper,
  div.products-list:not(.products-swiper) div.item div.image > img {
    margin: auto;
    position: absolute;
  }
  div.products-list:not(.products-swiper) div.item .star_container.new-stars .on,
  div.products-list:not(.products-swiper) div.item svg.svg-star {
    width: 20px;
  }
  div.products-list:not(.products-swiper) {
    margin-left: -20px;
    margin-right: -20px;
  }
  div.products-list:not(.products-swiper) .add-block-spacer,
  div.products-list:not(.products-swiper) .param {
    padding-left: 5px;
    padding-right: 5px;
  }
  div.products-list:not(.products-swiper) .button.member-price-button,
  div.products-list:not(.products-swiper) .button.member-info-button {
    font-size: 12px;
  }
  #pf_menu > div.menu-refine-filters {
    margin: 0 -15px 0 0;
    width: calc(50% + 10px);
    width: -moz-calc(50% + 10px);
    width: -webkit-calc(50% + 10px);
    width: -o-calc(50% + 10px);
  }
  div.modern-living-sort-by {
    margin-left: -15px;
  }
  div.modern-living-sort-by span.modern-living-sort-by-title {
    display: none;
  }
  div.modern-living-sort-by select.filter {
    padding: 10px 20px 10px 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px){
  .homepage-container{
    .menu-categories-list ul li .cat-name{
      height: auto;
    }
  }
}

/*# sourceMappingURL=style.css.map */
/* vim: set ts=2 sw=2 sts=2 et: */

/* mulberry related */
.mulberry-holder {
    margin-top: 15px;
}
.mulberry-note {
}
.cart-product-item.mulberry-warranty a {
    background: transparent;
    opacity: 0.5;
}
.cart-product-item.mulberry-warranty .product-info {
    font-size: 14px;
}

.main-is-search_ss #wrapper {
  max-width: 1700px;
}
.main-is-search_ss .resp-container {
  width: 100%;
}

.description-product.fixed.six-or-more-opts {
  display: none !important;
}

/* tips & ideas & blog msgs section */
.blog-msg-box {
  text-align: left;
}
.blog-msgs-swiper.products-list .swiper-slide img {
  width: 100%;
  max-height: none;
}
.blog-msg-box .img-holder {
  max-height: 260px;
  height: 260px;
  overflow: hidden;
}
.blog-msg-box .brief {
  font-size: 14px;
  min-height: 220px;
}
.blog-msg-box .title {
  height: 60px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.brand-info-holder {
  text-align: center;
  margin-bottom: 40px;
  background-color: #f0f0f0;
}
.brand-info-holder img.manufacturer-logo {
  /* width: 100%; */
}
.brand-info-holder div.text {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
  overflow-y: hidden;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
.brand-info-holder .blog-msg-box {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 600px;
  padding: 10px;
  margin-right: 20px;
  margin-left: 20px;
}
.brand-info-holder .blog-msg-box div.image {
  text-align: center;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 280px;
}
.brand-info-holder .blog-msg-box .brief {
  min-height: 160px;
}
.brand-info-holder .blog-msg-box img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .products-list.products-swiper.products-swiper-rows.blog-msgs-swiper {max-height: none; }
  .blog-msg-box .brief { min-height: 160px; }
  .blog-msg-box .img-holder { max-height: 260px; height: auto; }
  .brand-info-holder .blog-msg-box { margin-right: 10px; margin-left: 10px; }
}

/* discontinued */
.product-place .param-holder.is-discontinued .info-holder div.price,
.product-place .param-holder.is-discontinued div.buy-holder,
.product-place .param-holder.is-discontinued div.coupon-shipping {
    display: none !important;
}
.product-place .param-holder .discontinued-note {
}
.product-place .param-holder.is-discontinued .discontinued-note {
    display: block !important;
    color: red;
    font-size: 24px;
    margin-bottom: 20px;
}

.product-place .call-for-price-variants .button {
  box-shadow:none;
  border-radius: 4px;
  height: 57px;
  line-height:57px;
  padding:0;
  min-width:250px;
  text-align: center;
}

/* color swatches */
.product-options-selector .product-swatch {
    display: inline-block;
    cursor: pointer;
    margin: 5px 5px 3px 0px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
}
.product-swatch img {
    border-radius: 4px;
}
.description-product:not(.fixed) .product-options-selector div.swatches-row,
.description-product:not(.fixed) .product-options-selector div.matching-row,
.description-product:not(.fixed) .product-options-selector div.radios-row,
.description-product:not(.fixed) .product-options-selector div.matching-info-row {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px !important;
}
.row.matching-row {
  margin-top: 20px;
}
.description-product .info-holder.first-row {
  border-bottom: 1px solid #ddd;
    @media screen and (min-width: 767px){
        border: 0;
        margin-bottom: 0;
    }
}
.product-options-selector .product-swatch .img-wrap {
  padding: 5px;
  position:relative;
}
.product-options-selector .product-swatch.selected .img-wrap, .product-options-selector .product-swatch.checked .img-wrap {
    border: 4px solid #1B3B56;
    border-radius: 4px;
    padding: 1px;
}
.product-options-selector .product-swatch .selected-lbl {
  display: none;
  font-size: 10px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 0px;
  color: #fff;
  background-color: #1B3B56;
  z-index: 100;
}
.product-options-selector .product-swatch.selected .selected-lbl {
  display: block;
}
.product-options-selector .matching-row .product-swatch.selected .selected-lbl {
  display: none;
}
.product-options-selector .matching-row .product-swatch.checked .selected-lbl {
  display: block;
}
.pp-tooltip {
    position: absolute;
    z-index: 1010;
    color: #666;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
}

.cat-swatches-row.param {
    min-height: 35px; /* SS-18330 */
    margin-bottom: -5px;
    padding-bottom: 0;
    margin-top: 3px;
}
.cat-swatches-row .switem {
    display: inline-block;
    width: 30px; /* SS-18330 */
    height: 30px; /* SS-18330 */
    margin-bottom: 5px;
    margin-right: 4px !important;
    vertical-align: top;
    cursor: pointer;
}
.cat-swatches-row .plus-count {
    margin-right: 0px !important;
    margin-left: -3px;
}
.ss-targeted .ss-palette .ss-palette-option {
  width: 33% !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .ss-targeted .ss-palette .ss-palette-option {
    width: 37% !important;
  }
}
@media screen and (max-width: 1310px) and (min-width: 1240px) {
  .cat-swatches-row .switem { margin-right: 1px !important; }
}
.cat-swatches-row .switem.selected img {
    border: 1px solid #1B3B56;
    border-radius: 2px;
}
.cat-swatches-row .switem img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 540px) {
  .cat-swatches-row .switem:nth-child(6) { display:none; }
}
@media screen and (max-width: 389px) {
  .cat-swatches-row .switem:nth-child(5) { display:none; }
  .cat-swatches-row .switem { margin-right: 2px !important; }
}
/* end color swatches */

/* match products */
.matching-row .product-swatch .sel-cb {
    position: absolute;
    border: 2px solid #808080;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 10px;
    cursor: pointer;
    background-color: #fff;
}
.matching-row .product-swatch.selected .sel-cb, .matching-row .product-swatch.checked .sel-cb {
    top: 8px;
    right: 6px;
}
.matching-row .product-swatch .sel-cb div {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
}
.matching-row .product-swatch .sel-cb.checked div {
    display: block;
}
.product-place .photo-holder .match-options-list {
    margin: 15px auto;
    text-align: center;
    /*padding-left: 115px;*/
    padding: 0 32px;
}
.match-options-list .opt-title {
    margin-top: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .product-place .photo-holder .match-options-list { display: none; }
  .product-place .row.matching-row {display: none; }
}
@media screen and (max-width: 1023px) {
   .product-place .photo-holder .match-options-list { padding-left: 0px; margin-top: 40px; }
}
.match-options-list .opt-info {
    width: 100%;
    margin-top: 10px;
    border: #e2e2e2 2px solid;
    border-radius: 4px;
    /* background: #f5f7fb; */
    padding: 5px 0;
    white-space: nowrap;
}
.match-options-list .opt-info div {
    display: inline-block;
    vertical-align: middle;
}
.match-options-list .opt-info div.sub-name {
    width: 74%;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
    color: #808080;
}
.match-options-list .opt-info div.sub-name .sel-opts {
    font-size: 16px;
    color: #333;
}
.match-options-list .opt-info div.sub-price {
    width: 18%;
    font-size: 16px;
    color: #5ea126;
}
.match-options-list .opt-info div.uncheckicon {
    width: 6%;
    cursor: pointer;
    background: url(../../skin/txs_ModernLiving/css/../images/close_icon.png) no-repeat center / contain;
}
.match-options-list .opt-info div.uncheckicon-none {
    width: 6%;
}

.matching-info-row .price {
    color: #1B3B56;
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 10px;
}
.matching-info-row .avail-from-vendors {
  margin-bottom: 10px;
}
.matching-info-row label {
  font-size: 14px;
  margin-bottom: 10px;
}
.matching-info-row .match-sku {
  font-size: 14px;
  margin-top: 10px;
}
div.button.view-details-match-button a {
    background: #fff;
    color: #aaa;
    border: #e2e2e2 2px solid;
    border-radius: 4px;
    box-shadow: none;
    height: 43px;
    font-size: 16px;
    padding-top: 12px;
}

/* option radios */
.product-options-selector div.option-radios label {
  padding-left: 27px;
  margin-top: 20px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 49%;
}
.product-options-selector div.option-radios input {
  opacity: 0;
  background: none;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
}
div.option-radios input+label:before {
    content: ' ';
    height: 15px;
    border-radius: 100%;
    width: 15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #1B3B56;
    background: #fff;
    cursor: pointer;
}
div.option-radios input:checked+label:before {
  background: #1B3B56;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

/* product specs table */
    #product_fulldescr {
      float:left;
    }
    .specs-table-box {
      float:left;
      margin-bottom: 20px;
    }
    .specs-table-box .mnf-image-box {
      font-size:14px;
      margin-top: 25px;
    }
    .specs-table-box .specs-head {
      font-weight:bold;
      color: #333;
      margin-bottom: 15px;
      margin-top: 25px;
    }
    .specs-table-box .specs-head:first-child {
        margin-top: 0;
    }
    .specs-table-box table {
      border-collapse: collapse;
      width: 100%;
    }
    .specs-table-box table.pdf-docs {
      margin-bottom: 30px;
    }
    .specs-table-box table.pdf-docs td {
      font-size: 16px;
      padding-right: 5px;
    }
    .specs-table-box table.pdf-docs td img {
      vertical-align: middle;
    }
    .specs-table-box table.product-specs tr {
      border: 1px solid #ddd;
    }
    .specs-table-box table td.spec-name {
      padding-left: 10px;
      font-size:14px;
      color:#333;
      min-width: 180px;
    }
    .specs-table-box table td.spec-val {
      font-size:14px;
      color: #8c8c8c;
      min-width: 120px;
    }
    .specs-table-box table tr.row-odd {
      background-color: #f5f7fb;
    }
    @media screen and (min-width:992px) {
      #product_fulldescr {
        max-width:60%;
        width: 60%;
      }
      .specs-table-box {
        max-width:38%;
        margin-left:5px;
        margin-bottom: 0;
        float:right;
      }
        .description-product:not(.fixed){
            top: 0;
        }
    }
    @media screen and (min-width:1279px) {
      #product_fulldescr {
        max-width:64%;
        width: 64%;
      }
      .specs-table-box {
        max-width:32%;
        margin-left:5px;
        float:right;
      }
      .specs-table-box table td.spec-val {
        min-width: 180px;
      }
    }

table.var-table-box td {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  padding-top: 3px;
}
table.var-table-box td.opt-val {
  color: #8c8c8c;
}
table.var-table-box td .currency {
  font-size: 14px;
}

.about-brand-block {
  font-size: 15px;
}

/* align all detailed images to the top */
.product-place .photo-holder .product-images-swiper .swiper-slide img {
  margin-top: 0 !important;
}

.f-categories-box {
  width: 100%;
}
@media screen and (min-width:400px) {
  .f-categories-box { min-width: 370px; }
}
.f-categories-box .f-categories-item {
  width: 31.5%;
  height: 177px;
  display: inline-block;
  margin: 10px 3px 5px 0;
  text-align: center;
  vertical-align: top;
  font-size: 15px;
  line-height: 18px;
  /* overflow: hidden; */
    @media screen and (max-width: 769px) {
        height: auto;
    }
}
.f-categories-box .f-categories-item img {
  max-width: 100%;
  max-height: 125px;
}
.f-categories-box .f-categories-item .cat-icon {
  height: 130px;
  max-width: 125px;
  margin: 0 auto 2px;
  font-size: 14px;
}

/* similar/related products list */
.tab-holder .tab#similar {
  padding: 0;
}
.tab-holder .tab#similar .products-list.products-swiper {
  margin: 0;
}
.tab-holder .products-list.products-swiper .swiper-slide {
  padding: 5px 10px 0px 10px;
}
@media screen and (min-width:768px) {
  .tab-holder .swiper-nav-container .swiper-button-prev {
    left: -25px;
  }
  .tab-holder .swiper-nav-container .swiper-button-next {
    right: -25px;
  }
}

/* bread button */
#bread-prod-btn-bread-iframe {
  width: 100% !important;
  height: 20px !important;
}
#bread-cart-btn-bread-iframe {
  width: 350px !important;
  height: 40px !important;
}
.description-product .bread-button-line {
  display: flex;
  margin-top: -3px;
}
.description-product #bread-prod-btn {
  margin-bottom:15px;
}
.description-product .financing-link {
    display: inline-block;
    background: #00A8A8;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    font-size: 15px;
    line-height: normal;
    margin-right: 5px;
    transform: translateY(-3px);
}

.invoice-products tr td.invoice-product-column p {
    white-space: normal;
}
.cart-content .cart-order-block .btn-holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 9px;
}
.cart-content .btn-holder a.bread-checkout {
  float: right;
  border: 1px solid #067899;
  background-color: #067899;
  background-image: url(https://checkout.getbread.com/assets/coin.svg);
  background-repeat: no-repeat;
  width: 300px;
  background-position: 270px 5px;
  background-size: 25px;
}
.cart-content .btn-holder a.button.checkout {
  width: 300px; /* the same with bread btn */
  text-align: center;
}

/* coupon promo block on the product page */
.coupon-promo-block {
  width: 400px;
  border: 2px solid red;
  border-radius: 5px;
  height:75px;
}
.coupon-promo-block div {
  display:inline-block;
  padding-top:5px;
  padding-bottom:2px;
  height:100%;
  vertical-align: top;
  text-align:center;
}
.coupon-promo-block div.pb1 {
  width: 120px;
  border-right: 2px solid red;
  line-height:65px;
}
.coupon-promo-block div.pb2 {
  width: 270px;
  font-size: 15px;
}

.description-product .coupon-promo-block.add2c-better-price {
  border: 2px dashed #fff;
  background-color: #1B3B56;
  color: #fff;
  cursor: pointer;
}

.products-list .button.member-price-button, .products-list .button.member-info-button {
  padding: .4em .6em;
  background-color: #fff;
  border-color: #fff;
  border-color: #5ea226;
  color: #5ea226;
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
  transition: color .3s, background-color .4s;
  margin-top: 10px;
}
.products-list .button.member-price-button {
  width: calc(100% - 36px);
  float: left;
}
.products-list .button.member-info-button {
  position: static;
  float: right;
  background-color: #5ea226;
  color: #fff;
}
.products-list .product:hover .button.member-price-button {
  background-color: #5ea226;
  border-color: #5ea226;
}
.products-list .product:hover .button.member-info-button {
  background-color: #5ea226;
  border-color: #5ea226;
}

.get-it-fast {
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 14px;
  min-height: 20px;
  color: #ED8B00;
}

/* product page */
.product-place .product-heading div.product-title {
  text-align: left;
  width: 100%;
}
.product-place .product-heading .under-title {
  border-bottom: 1px solid #ddd;
  color: #333;
}
.description-product .sku, .description-product .shipping, .description-product .chat-with-us, .description-product .chat-with-us a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.product-place .description-product .btn-holder .button {
  box-shadow: none;
}
.product-place .product-heading h1 {
  margin-bottom: 10px;
}
.product-place {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 15px;
    @media screen and (max-width: 768px){
        margin-top: 8px;
    }
}

.info-pics-holder {
    margin-top: 10px;
    display: flex;
    @media screen and (max-width: 768px){
        display: none;
    }
}

.info-pics-holder div {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.info-pics-holder div.inner-txt {
  padding-left: 5px;
}
.info-pics-holder div.inner-pics {
  margin-top: 10px;
}
.info-pics-holder img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

button.ext-images-button {
  background-color: #fff;
  color: #89baf4;
  box-shadow: none;
  border: 2px solid #00A8A8;
  padding: .5em 1em .5em;
  height: 2.5em;
}

/* /product page */

/*
    UI-Slider
*/
/* Start: Fix to mark selected range */
.rf-customer-filters .rf-slider-mark {
  background: #fff;
}
.rf-customer-filters .ui-slider .ui-slider-range {
  background: #005D98;
  z-index: 2;
}
/* End: Fix to mark selected range */

/*.rf-customer-filters .ui-slider-horizontal {
  border-color: #6b7071;
  width: 90%;
}
.rf-customer-filters .ui-slider-horizontal .ui-slider-handle {
  background: #6b7071;
  border-radius: 50%;
  border-color: #898e90;
  border-width: 0.4em;
  box-sizing: content-box;
  height: 0.5em;
  width: 0.5em;
  margin-left: -0.65em;
}*/
.menu-refine-filters .rf-customer-filters ul.slider-separators {
  position: relative;
  top: -5px;
  display: flex;
  padding: 0;
}
.menu-refine-filters .rf-customer-filters ul.slider-separators li {
  border-right: #aaaaaa 1px solid;
  width: 20%;
  padding: 8px 0;
}
.menu-refine-filters #rf_filter_button {
    margin-bottom: 15px;
}
.menu-refine-filters #rf_filter_button .button {
  width: 100%;
}
.rf-element-box input[type="text"] {
    width: 88px !important;
}

@media screen and (min-width: 768px) and (max-width:991px) {

    .rf-element-box input[type="text"] {
        width: 65px !important;
    }

}

.title.title-decorated {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.title.title-decorated h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid #ED8B00;
}
.upsell-section {
    margin-top: 50px;
}
.upsell-section .title-decorated h2 {
    position: relative;
}
.upsell-section .title-decorated h2:after {
    font-size: 26px;
    content: '\02713';
    line-height: 36px;
    height: 36px;
    width: 40px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    color: #5ea126;
    position: absolute;
    left: -38px;
}
.upsell-block {
    display: flex;
    justify-content: space-between;
}
.upsell-block .upsell-main-info {
    display: flex;
}
.upsell-block .upsell-subtotal .order-subtotal .currency {
    font-size: 26px;
}
.upsell-block .upsell-image {
    /*min-height: 250px;*/
    /*display: flex;*/
    /*align-items: center;*/
    min-width: 200px;
    text-align: center;
}
.upsell-block .upsell-image img {
    max-width: 200px;
    max-height: 200px;
    height: auto;
    width: auto;
    margin: 0 auto;
}
.upsell-block .upsell-info {
    padding: 0 40px;
}
.upsell-block .upsell-info .product-title {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 10px;
}
.upsell-block .upsell-info .product-qty,
.upsell-block .upsell-info .product-option {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}
.upsell-block .upsell-info .product-price {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}
.upsell-block .upsell-info .poptions-options-list tr td:first-child {
    display: none;
}
.upsell-block .upsell-subtotal .order-subtotal {
    font-size: 22px;
    margin-bottom: 20px;
    white-space: nowrap;
    position: absolute;
    top: 40px;
    right: 30px;
}
.upsell-block .upsell-subtotal a.button {
    display: block;
    text-align: center;
}
.upsell-block .upsell-subtotal a.button + a.button {
    margin-top: 20px;
}

.cart-flex-wrap {
    display: flex;
}
.cart-flex-wrap .cart-flex-main {
    width: 75%;
    padding-right: 50px;
    box-sizing: border-box;
}
.cart-flex-wrap .cart-flex-sidebar {
    width: 25%;
}
.cart-flex-wrap .title.title-decorated {
    margin-bottom: 30px;
}
.cart-products-block {
    padding: 30px;
}
.cart-products-block .cart-product-item {
    display: flex;
}
.cart-products-block .cart-product-item + .cart-product-item {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.cart-products-block .cart-product-item .featured-image {
    padding-right: 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 30%;
}
.cart-products-block .cart-product-item .featured-image img {
    max-width: 100%;
    height: auto;
}
.cart-products-block .cart-product-item .product-info {
    padding-right: 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 53%;
}
.cart-products-block .cart-product-item .product-info .title h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}
.cart-products-block .cart-product-item .product-info .title h3 a {
    color: #333;
}
.cart-products-block .cart-product-item .product-info .poptions-list {
    font-size: 14px;
}
.cart-products-block .cart-product-item .product-info .avail {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5ea126;
    margin-bottom: 15px;
}
.cart-products-block .cart-product-item .product-info .avail:before {
    font-size: 10px;
    content: '\02713';
    border: 1px solid #5ea126;
    border-radius: 50%;
    line-height: 12px;
    width: 12px;
    vertical-align: 1px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}
.cart-products-block .cart-product-item .product-price {
    box-sizing: border-box;
    width: 100%;
    max-width: 17%;
}
.cart-products-block .cart-product-item .product-price table td{
    font-size: 14px;
    color: #1B3B56;
    font-weight: 600;
}
.cart-products-block .cart-product-item .product-price .product-price-value {
    font-size: 18px;
    font-weight: bold;
    color: #1B3B56;
}
.cart-products-block .cart-product-item .product-price .market-price {
    color: #8c8c8c;
    font-weight: 400;
}
.cart-products-block .cart-product-item .product-price .price-save {
    color: #8c8c8c;
}
.cart-products-block .cart-product-item .product-price .market-price-value {
    text-decoration: line-through;
}
.cart-products-block .cart-product-item .product-price .shipping {
    font-size: 14px;
    color: #1B3B56;
    margin-top: 15px;
}
.cart-products-block .cart-product-item .product-price .shipping:before {
    content: '';
    width: 50px;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
    background: url(../../skin/txs_ModernLiving/css/../images/truck.png) no-repeat center / contain;
}
.plus-minus-product-qty {
    border-radius: 0;
}
.plus-minus-product-qty .minus {
    border-radius: 4px 0 0 4px;
}
.plus-minus-product-qty .plus {
    border-radius: 0 4px 4px 0;
}
.plus-minus-product-qty a, .plus-minus-product-qty input {
    height: 1.6em;
    line-height: 0.6em;
}
.plus-minus-product-qty input {
    font-size: 14px;
    height: 2.3764em;
}
.plus-minus-product-qty a.btn-delete {
    margin-left: 1em;
    padding: 0.3em 0.3em;
}

.cart-order-block {
    box-shadow: 0 0 30px 0 #9ea8b1;
    padding: 30px 10px;
}
.cart-order-block .total-table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}
.cart-order-block .total-table td {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    padding-bottom: 10px;
}
.cart-order-block .total-table td.total-value {
    text-align: right;
    font-weight: 700;
}
.cart-order-block .total-table td.total-value.green {
    color: #5EA226;
}
.cart-order-block .total-table .total td {
    font-size: 23px;
    padding-top: 20px;
    text-align: right;
    position: relative;
}
.cart-order-block .total-table .total td:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 1px;
    width: 100%;
    background-color: #ccc;
}
.cart-order-block .total-table .total td.total-name {
    font-weight: 500;
    text-transform: uppercase;
}
.cart-order-block .total-table .total td.total-value {
    color: #1B3B56;
}
.cart-order-block .btn-holder a.button.checkout {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.cart-order-block .btn-holder #bread-button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.cart-order-block .btn-holder #bread-cart-btn {
    width: calc(100% - 50px);
    margin-right: 10px;
    box-sizing: border-box;
    display: inline-block;
}
.cart-order-block .btn-holder #bread-cart-btn-bread-iframe {
    width: 100% !important;
    height: 40px !important;
}
.cart-order-block .btn-holder .financing-box {
    width: 40px;
    display: inline-block;
}
.cart-order-block .redeem-coupon {
    width: 100%;
    display: flex;
    margin-top: 10px;
}
.cart-order-block .redeem-coupon .input-wrap {
    width: calc(100% - 80px);
}
.cart-order-block .redeem-coupon .button-wrap {
    width: 80px;
}
.cart-order-block .redeem-coupon .input-wrap #coupon_code {
    width: 100%;
    font-size: 12px;
    padding: 4px 8px;
    box-sizing: border-box;
}
.cart-order-block .redeem-coupon .button-wrap a {
    width: 100%;
    text-align: center;
    font-weight: 400;
    line-height: 1.1;
}
.cart-subtotal-block {
    display: flex;
}
.cart-subtotal-block .left-column {
    width: 65%;
    padding-top: 60px;
    @media only screen and (max-width: 768px) {
        display: flex;
        flex-direction: column;
    }
    & > div:nth-child(2){
        @media only screen and (max-width: 768px) {
            max-width: none !important;
            order: -1;
        }
    }
}
.cart-subtotal-block .right-column {
    width: 35%;
}
.cart-subtotal-block .right-column .cart-order-block {
    margin-top: 30px;
    box-shadow: none;
}
.cart-subtotal-block .left-column .redeem-coupon {
    display: flex;
    width: 100%;
    max-width: 80%;
}
.cart-subtotal-block .left-column .redeem-coupon .input-wrap {
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding-right: 10px;
}
.cart-subtotal-block .left-column .redeem-coupon .button-wrap {
    width: 150px;
}
.cart-subtotal-block .left-column .redeem-coupon .button-wrap a {
    width: 100%;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
}
.cart-subtotal-block .left-column .redeem-coupon .input-wrap #coupon_code {
    border-width: 1px;
    border-radius: 4px;
    padding: 4px 8px;
    width: 100%;
    font-size: 12px;
}
.cart-subtotal-block .cart-subtotal-coupon {
    width: 100%;
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart-subtotal-block .cart-subtotal-coupon-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cart-subtotal-block .cart-subtotal-coupon .coupon-promo {
    width: calc(100% - 160px);
    box-sizing: border-box;
    height: 34px;
    line-height: 30px;
    border: 2px dashed #1B3B56;
    border-radius: 4px;
    font-size: 16px;
    color: #1B3B56;
    text-align: center;
}
.cart-subtotal-block .clear-cart-button-holder a {
    width: 150px;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid #ccc;
    height: 34px;
    display: inline-block;
    font-size: 20px;
    color: #ccc;
}
.cart-subtotal-block .clear-cart-button-holder a img {
    width: 18px;
    margin-top: 5px;
    opacity: 0.5;
}
.cart-subtotal-block .clear-cart-button-holder a:hover img {
    opacity: 1;
}
.order-total-note {
    color: #1b3b56;
    font-size: 14px;
    margin: 10px 0;
    text-align: right;
}
.cart-subtotal-block .cart-order-block .total-table .total td.total-name span:after {
    content: '*';
    position: absolute;
    transform: translateX(-100%);
}

.obe-page-checkout-flex {
    display: flex;
}
.obe-page-checkout-flex .obe-page-checkout-main {
    width: 60%;
    padding-right: 50px;
    box-sizing: border-box;
}
.obe-page-checkout-flex .obe-page-checkout-sidebar {
    width: 40%;
}
.obe-page-checkout-flex ul#opc-sections li.opc-section {
    width: 100%;
    float: none;
    margin: 0 0 20px;
    min-height: 0;
}
div.terms_n_conditions label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
#opc_summary_li .opc-section-number.submit {
    margin-top: 30px;
}
.opc-section-content.submit {
}
.opc-section-content.submit form {
}
.opc-section-number {
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 7px;
}
.opc-section-number .circle.check {
    position: relative;
}
.opc-section-number .circle.check:after {
    font-size: 26px;
    content: '\02713';
    line-height: 36px;
    height: 36px;
    width: 40px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    color: #5ea126;
}
div.opc-container .data-name label {
    font-size: 13px;
}
.mobile-section-number .circle,
.opc-section-number .circle {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #5ea126;
    background-color: #ffffff;
    color: #5ea126;
}
.mobile-section-number .circle.done,
.opc-section-number .circle.done {
    color: #ffffff;
    background-color: #5ea126;
    cursor: pointer;
}
.mobile-section-number .title,
.opc-section-number .title {
    text-transform: uppercase;
}
#opc_profile .opc-section-number .title {
    display: inline-block;
    width: 50%;
}
.opc-checkout-profile .button-row {
    margin-top: 0;
}
.opc-section-content .button-row .edit-profile {
    width: 100%;
}
div.opc-checkout-profile div.address-line {
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
}
.opc-checkout-profile-flex-container {
    display: flex;
}
.opc-checkout-profile-flex-container .opc-section-container {
    width: 100%;
    max-width: 50%;
}
.opc-section-content {
    padding-left: 0;
}
.opc-section-content .cart-products-block {
    margin: 30px 0 0;
    padding: 0;
    box-shadow: none;
}
.opc-section-content .plus-minus-product-qty input[type=tel],
.opc-section-content .plus-minus-product-qty input[type=text] {
    font-size: 14px;
    height: 2.3764em;
    width: 80px;
}
ul#opc-sections .opc-section-content .cart-totals .cart-product-item .title h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
}
.opc-section-content .cart-total {
    margin-top: 20px;
    border-top: 2px solid #ccc;
    padding-top: 20px;

}
.opc-section-content .cart-total .total-table {
    width: 100%;
    max-width: 320px;
    border-collapse: collapse;
}
.opc-section-content .cart-total .total-table td {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    padding-bottom: 10px;
}
.opc-section-content .cart-total .total-table td.total-value {
    text-align: right;
    font-weight: 700;
}
.opc-section-content .cart-total .total-table td.total-value.green {
    font-weight: 600;
    text-transform: uppercase;
    color: #5EA226;
}
.opc-section-content .cart-total .total-table .total td {
    font-size: 20px;
    padding-top: 20px;
    text-align: right;
    position: relative;
}
.opc-section-content .cart-total .total-table .total td.total-name {
    font-weight: 400;
    text-transform: uppercase;
}
.opc-section-content .cart-total .total-table .total td:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 1px;
    width: 100%;
    background-color: #ccc;
}
.opc-section-content .cart-total .total-table .total td.total-value {
    color: #1B3B56;
}
.opc-section-content .cart-products-block .cart-product-item .product-price .market-price {
    font-size: 12px;
}
.opc-section-content .checkout-payments {
    width: 100%;
}

.cart-content .title.title-decorated h2 {
    font-size: 26px;
}
.secure-checkout .login-title {
    margin-bottom: 20px;
}
.secure-checkout .login-title,
.login-form .login-title {
    font-weight: 600;
}
.secure-checkout .login-title img {
    width: 40px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.obe-page-checkout-main .field-container .note {
    font-size: 11px;
    line-height: 18px;
    vertical-align: middle;
}
input[type=text],
input[type=password],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.obe-page-checkout-main .field-container input[type=tel],
.obe-page-checkout-main .field-container input[type=text],
.obe-page-checkout-main .field-container input[type=password] {
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: none;
}
fieldset.registerform ul {
    margin-right: -20px;
}
fieldset.registerform ul li.fields-group {
    padding-right: 20px;
}
fieldset.registerform ul li.fields-group.last {
    padding-left: 0;
    padding-right: 20px;
}
fieldset.registerform ul li.single-field.custom-password .show-password {
    position: absolute;
    font-size: 13px;
    right: 10px;
    top: 9px;
    cursor: pointer;
    color: #666;
}
fieldset.registerform ul li.single-field.custom-password {
    position: relative;
}
fieldset.registerform ul li.single-field.custom-password input[type="text"],
fieldset.registerform ul li.single-field.custom-password input[type="password"]{
    padding-right: 50px;
}
fieldset.registerform ul li.single-field {
    padding-right: 20px;
}
fieldset.registerform ul li.single-field h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
select {
    -webkit-border-radius: 0px;
}
.obe-page-checkout-main .field-container .data-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}
.obe-page-checkout-main .field-container .data-value {
    position: relative;
}
.obe-page-checkout-main .field-container .data-value .tooltip {
    position: absolute;
    right: 8px;
    top: 8px;
    background: gray;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.obe-page-checkout-main .field-container .data-value .tooltip-note {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    font-size: 10px;
    border: 1px solid#eeeeee;
    background-color: #ffffff;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.obe-page-checkout-main .field-container .data-value .tooltip-note.hover {
    opacity: 1;
    visibility: visible;
}
.obe-page-checkout-main .field-container .star {
    display: none;
}
.login-form .login-title:before {
    font-size: 26px;
    content: '\02713';
    line-height: 26px;
    width: 26px;
    vertical-align: 1px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    color: #5ea126;
    margin-bottom: 20px;
}
.login-form .login-message {
    font-size: 14px;
    background-color: rgba(94, 161, 38, 0.1);
    margin-bottom: 20px;
    padding: 10px 5px;
}
.login-form .login-field label {
    display: block;
    margin-bottom: 5px;
}
.login-form .login-field input[type="text"],
.login-form .login-field input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 4px;
    font-size: 12px;
}
.login-form .login-field .password-wrap {
    position: relative;
}
.login-form .login-field .password-wrap input[name="password"] {
    padding-right: 40px;
    margin-bottom: 0;
}
.login-form .login-field .password-wrap a {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 2.5;
    cursor: pointer;
}
.login-form .button-row {
    margin-bottom: 40px;
}
.login-form .button-row button.button{
    width: 100%;
    text-align: center;
}
.opc-section-content .checkout-customer-notes {
    padding-top: 0;
    box-sizing: border-box;
    width: 100%;
}
.opc-section-content .terms_n_conditions {
    text-align: left;
}
.opc-section-content .terms_n_conditions input[type="checkbox"] {
    margin-right: 5px;
    padding: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
}
.opc-section-content button.save-review.button,
.opc-section-content button.review-order.button,
.opc-section-content button.update-profile.button,
.place-order-button button.button {
    width: 100%;
    text-align: center;
}
.secure-checkout.resp-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.opc-section input[type=tel],
.opc-section input[type=text],
.opc-section input[type=password],
.opc-section textarea,
.opc-section select {
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    padding: 4px 10px;
    height: 38px;
    border-radius: 0;
}
.opc-section input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=text]::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=text]:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=text]:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=tel]::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=tel]:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=tel]:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=password]::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=password]:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section input[type=password]:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section textarea::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section textarea:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section textarea:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    color: #a7a3a3;
}
.opc-section textarea {
    font-size: 12px;
    height: 100px;
}
ul#opc-sections {
    position: relative;
}

.checkout-us-guest-button {
    display: none;
}
.mobile-section-numbers {
    display: none;
}
.order-message {
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}
.order-message.align-center {
    text-align: center;
}
.order-message .title h2 {
    font-weight: 400;
    margin-bottom: 20px;
}
.order-message .content {
    line-height: 2;
    margin-bottom: 30px;
}
.checkout-us-guest-button-row {
    display: none;
}
button.button.bordered-button {
    width: 100%;
}
button.button.bordered-button {
    background-color: transparent;
    width: 100%;
    text-align: center;
    color: #1B3B56;
    border-color: #1B3B56;
    box-shadow: none;
}
button.button.bordered-button:hover {
    background-color: #1B3B56;
    color: #ffffff;
    border-color: #1B3B56;
}
.post-checkout-register-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-checkout-register-form ul li {
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
}
.post-checkout-register-form ul li:before {
    font-size: 26px;
    content: '\02713';
    line-height: 36px;
    height: 36px;
    width: 40px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    color: #5ea126;
}
.post-checkout-register-form table.data-table td input {
    width: 100%;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
}
.post-checkout-register-form .validate-mark {
    position: absolute;
}
.post-checkout-register-form label {
    font-size: 14px;
}
.post-checkout-register-form .green-button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.show-on-mobile {
    display: none;
}
.order-invoice .invoice-products tr td.invoice-price-column {
    text-align: left;
}
.order-invoice-inner .order-invoice-info-inner tr.button-tr {
    width: 100% !important;
}
.order-invoice-inner .order-invoice-info-inner tr {
    display: block;
    width: 50% !important;
    float: left;
    margin-bottom: 10px;
}
.order-invoice-inner .order-invoice-info td {
    display: block;
    width: 100% !important;
    padding: 0!important;
}
.order-invoice-inner .order-invoice-info tr strong {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}
.checkout-payments tr.payment-details.hidden {
    display: none;
}
.checkout-payments tr td.checkout-payment-name {
    width: auto;
    padding-right: 0;
}
.checkout-payments tr td.checkout-payment-name label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.checkout-payments tr td.checkout-payment-name.payment-33 {
    display: flex;
    justify-content: space-between;
}
.checkout-payments tr td.checkout-payment-name.payment-33 label {
    margin-top: 3px;
    white-space: nowrap;
}
.checkout-payments tr td.checkout-payment-name.payment-33 .checkout-payment-details {
    display: none;
}
.payment-form-template form {
    margin-left: 0;
}
.new-mobile-menu {
    display: none;
}
.mobile-cart-info {
    display: none;
}
.opc-section-content .button-row {
    /*display: none;*/
}
.opc-section-content .opc-payment-options {
    padding-bottom: 0;
}

.checkout-payments tr td.checkout-payment-name.payment-33 div.checkout-payment-descr {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.checkout-payments tr td div.checkout-payment-descr {
    font-size: 15px;
    font-weight: 600;
}
.checkout-payments tr td div.checkout-payment-descr .checkout-payment-image {
    margin-left: 10px;
}
.checkout-payments .container {
    display: block;
    position: relative;
    cursor: pointer;
    margin-top: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkout-payments .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkout-payments .container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #757575;
    box-sizing: border-box;
    border-radius: 50%;
}
.checkout-payments .container .checkmark:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #757575;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
    transition: all .3s;
}
.checkout-payments .container input:checked ~ .checkmark:after {
    opacity: 1;
}
.terms-box.resp-container {
}
div.optional-label label #ship2diff {
    margin-right: 0;
    margin-left: 5px;
}
div.optional-label label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.checkmark-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkmark-container input {
    position: absolute!important;
    opacity: 0!important;
    cursor: pointer;
    height: 0!important;
    width: 0!important;
}
.checkmark-container .checkmark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    margin-left: 5px;
    border: 1px solid #ED8B00;
    background-color: #ED8B00;
}
.checkmark-container input:checked ~ .checkmark {
    background-color: #ffffff;
    border-color: #ccc;
}
.checkmark-container .checkmark:after {
    content: "";
    position: absolute;
    display: block;
}
.checkmark-container input:checked ~ .checkmark:after {
    display: none;
}
.checkmark-container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.address-book-link {
    height: auto;
    background: transparent;
    border: 0;
    font-size: 16px;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .upsell-section {
        margin-top: 0;
    }

    .upsell-block {
        flex-wrap: wrap;
    }

    .upsell-block .upsell-image {
        width: 150px;
        min-width: auto;
    }

    .upsell-block .upsell-info {
        width: calc(100% - 150px);
        padding-right: 0;
    }

    .upsell-block .upsell-subtotal {
        width: 100%;
        margin-top: 20px;
    }

    .upsell-block .upsell-info .product-price {
        text-align: right;
    }

    .upsell-block .upsell-subtotal .order-subtotal {
        display: none;
    }

    .upsell-block .upsell-subtotal a.button + a.button {
        margin-top: 10px;
    }
    .upsell-block .plus-minus-product-qty a {
        width: 25%;
        padding: 10px;
    }
    .upsell-block .plus-minus-product-qty input {
        width: calc(50% - 4px);
        margin: 0 4px;
    }
    .obe-page-checkout-sidebar .login-form .button-row {
        margin-bottom: 15px;
        height: auto;
        min-height: 0;
        line-height: 1;
    }
    .cart-content .title.title-decorated h2 {
        font-size: 18px;
    }
    .title.title-decorated h2 {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 5px;
    }

    .cart-products-block .cart-product-item .featured-image img {
        max-height: 150px;
        width: auto;
    }

    .cart-flex-wrap {
        flex-wrap: wrap;
    }

    .cart-flex-wrap .cart-flex-main {
        width: 100%;
        padding-right: 0;
    }

    .cart-flex-wrap .cart-flex-sidebar {
        width: 100%;
    }

    .cart-products-block {
        box-shadow: none;
        padding: 0;
    }

    .cart-products-block .cart-product-item {
        flex-wrap: wrap;
    }

    .cart-products-block .cart-product-item .featured-image {
        padding-right: 10px;
        max-width: 150px;
    }

    .cart-products-block .cart-product-item .product-info .product-avail {
        margin-bottom: 10px;
    }
    .cart-products-block .cart-product-item .product-info {
        padding-right: 0;
        max-width: calc(100% - 150px);
    }
    .cart-products-block .cart-product-item .product-info .title h3 {
        font-size: 12px;
        font-weight: 600;
    }
    .cart-products-block .cart-product-item .product-info .avail {
        text-align: justify;
    }
    .cart-products-block .cart-product-item .product-info .plus-minus-product-qty {
        display: flex;
        max-width: 300px;
        text-align: right;
    }
    .cart-products-block .cart-product-item .product-info .poptions-options-list td {
        display: inline;
    }

    .cart-products-block .cart-product-item .product-price {
        max-width: 100%;
        padding-left: 40%;
    }

    .cart-products-block .plus-minus-product-qty a {
        width: 22%;
        padding-left: 3px;
        padding-right: 3px;
        letter-spacing: 0;
    }

    .cart-products-block .plus-minus-product-qty input {
        width: 34%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .plus-minus-product-qty a.btn-delete {
        margin-left: 3px;
        padding: 0.3em 0.3em;
    }

    .cart-products-block .cart-product-item .product-price .price {
        font-weight: normal;
    }

    .cart-products-block .cart-product-item .product-price {
        display: flex;
        align-items: center;
        text-align: right;
        margin-top: 5px;
        justify-content: flex-end;
    }
    .cart-products-block .cart-product-item .product-price .shipping:before {
        width: 30px;
        height: 30px;
    }
    .cart-products-block .cart-product-item .product-price .shipping {
        order: 1;
        font-size: 12px;
        padding-right: 10px;
        margin-top: 2px;
    }
    .cart-products-block .cart-product-item .product-price .price {
        order: 2;
    }
    .cart-products-block .cart-product-item .product-price .market-price {
        margin-top: 2px;
    }
    .cart-subtotal-block {
        flex-wrap: wrap;
        margin-top: 20px;
        border-top: 2px solid #ccc;
        padding-top: 10px;
    }
    .cart-subtotal-block .left-column {
        width: 100%;
        padding-top: 0;
    }
    .cart-subtotal-block .right-column {
        width: 100%;
    }
    .cart-subtotal-block .clear-cart-button-holder {
        max-width: 100%;
    }
    .cart-subtotal-block .clear-cart-button-holder a {
        width: 100px;
    }
    .cart-subtotal-block .left-column .redeem-coupon {
        max-width: 100%;
    }
    .cart-subtotal-block .left-column .redeem-coupon .input-wrap {
        width: calc(100% - 100px);
    }
    .cart-subtotal-block .left-column .redeem-coupon .button-wrap {
        width: 100px;
    }
    .cart-order-block .total-table td.total-value {
        font-weight: 400;
    }
    .cart-order-block .total-table td.total-value .currency {
        font-size: 16px;
    }
    .cart-order-block .total-table td {
        font-size: 14px!important;
    }
    .cart-order-block {
        box-shadow: none;
        padding: 0;
    }
    .cart-order-block .cart-total .total-table {
        width: 100%;
        max-width: 250px;
        float: right;
    }
    .cart-order-block .btn-holder a.button.checkout {
        align-items: center;
        display: flex;
        font-size: 18px;
        justify-content: center;
        padding: 9px 10px;
        height: 50px;
    }
    .cart-order-block .btn-holder #bread-cart-btn {
        height: 40px;
        overflow: hidden;
        margin-top: 0;
    }
    .upsell-block .upsell-image img {
        max-width: 100%;
        height: auto;
        max-height: 150px;
        width: auto;
    }
    .upsell-block .product-option {
        margin-top: 10px;
    }
    .poptions-options-list tr td:first-child {
        display: none;
    }
    .poptions-options-list td {
        padding-right: 5px;
        display: inline;
    }
    .cart-products-block .cart-product-item .product-info .poptions-options-list tr td {
        display: block;
    }
    .cart-products-block .cart-product-item .product-info .poptions-options-list tr td:first-child {
        display: none;
    }
    .cart-content .btn-holder {
        padding-top: 0;
    }
    .cart-order-block .total-table .total td {
        font-size: 20px!important;
    }
    .cart-order-block .total-table .total td.total-value .currency {
        font-size: 20px;
    }
    .cart-flex-wrap .cart-flex-sidebar {
        .title,
        .cart-order-block{
            display: none;
        }
    }
    .checkout-payments tr td.checkout-payment-name.payment-33 {
        display: table-cell;
    }
    .checkout-payments tr td.checkout-payment-name.payment-33 div.checkout-payment-descr {
        justify-content: flex-start;
    }

    .obe-page-checkout-flex {
        flex-wrap: wrap;
    }
    .opc-section-content.submit {
        display: none;
    }
    #opc_shipping_payment {
        display: none;
    }
    #opc_summary_li {
        display: none;
    }
    .obe-page-checkout-flex .obe-page-checkout-main {
        width: 100%;
        padding-right: 0;
        order: 2;
        display: none;
    }
    .obe-page-checkout-flex .obe-page-checkout-sidebar {
        width: 100%;
        order: 1;
    }
    .login-title,
    .login-form .login-title {
        display: none;
    }
    .login-field-partner {
        display: none;
    }
    .checkout-us-guest-button-row {
        display: block;
    }
    .login-form .button-row {
        margin-bottom: 20px;
    }
    .opc-section-number {
        display: none;
    }
    .opc-section-content {
        padding-left: 0;
    }
    ul#opc-sections:after {
        display: none;
    }
    .obe-page-checkout-flex a.button,
    .obe-page-checkout-flex a.green-button,
    .obe-page-checkout-flex button.button,
    .obe-page-checkout-flex button.green-button {
        font-size: 14px;
    }
    .obe-page-checkout-flex .checkout-us-guest-button-row {
        margin-top: 0;
    }
    .obe-page-checkout-flex .currency {
        font-size: 24px;
    }
    .mobile-section-numbers {
        position: relative;
    }
    .mobile-section-numbers:after {
        content: '';
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 16px;
        background-color: #5ea126;
    }
    .mobile-section-numbers .numbers-container {
        display: flex;
        align-items: center;
    }
    .step {
        display: inline-flex;
        max-width: 32%;
    }
    .step.done {
        display: flex;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .step .address-container {
        font-size: 12px;
        font-weight: 600;
        color: #1B3B56;
        display: none;
    }
    .step.done .address-container {
        display: block;
        box-sizing: border-box;
        padding-left: 20px;
    }
    .mobile-section-number {
        display: block;
        position: relative;
        z-index: 1;
        font-size: 14px;
        white-space: nowrap;
        width: 140px;
    }
    .numbers-container + .numbers-container {
        margin-top: 10px;
    }
    .mobile-section-number .circle {
        width: 34px;
        height: 34px;
        box-sizing: border-box;
        color: #5ea126;
        background-color: #ffffff;
        border: 2px solid #5ea126;
        line-height: 30px;
        margin-right: 5px;
        font-size: 16px;
    }
    .opc-section-content.submit:before {
        display: none;
    }
    .order-invoice-inner td {
        display: block;
        width: 100% !important;
        padding: 0!important;
    }
    .order-message {
        margin-top: 0;
    }
    .order-message .title h2 {
        margin-bottom: 5px;
        font-size: 22px;
    }
    .order-message .content {
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .order-invoice-inner .order-invoice-info tr strong {
        font-weight: normal;
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 16px;
    }
    .order-invoice-inner .order-invoice-info tr {
        font-size: 14px;
    }
    .order-invoice-inner img {
        max-width: 100%;
    }
    .order-invoice-inner .order-invoice-info tr.button-tr {
        display: none;
    }
    .order-invoice-inner .order-invoice-info-inner tr {
        display: block;
        width: 50% !important;
        float: left;
        margin-bottom: 10px;
    }
    .resp-table-wrapper > table.order-invoice {
         min-width: 240px;
    }
    .invoice-products .invoice-image-column img {
        width: 150px!important;
        height: 150px!important;
    }
    .invoice-products .invoice-product-column {
        vertical-align: top;
    }
    .invoice-products .product-sku {
        display: none;
    }
    .invoice-products .invoice-price-column,
    .invoice-products .invoice-delivery-column,
    .invoice-products .invoice-stock-column {
        display: none;
    }
    .invoice-products .currency {
        font-size: 16px;
    }
    .invoice-products .poptions-options-list {
        display: none;
    }
    .post-checkout-register-form td {
        display: block;
        width: 100% !important;
        padding: 0!important;
    }
    .order-invoice .invoice-totals .currency {
        font-size: 16px;
    }
    .invoice-products tr td {
        /*display: inline-block;*/
    }
    .invoice-products tr {
        /*display: block;*/
    }
    .invoice-products tr td.invoice-product-column p {
         white-space: normal;
    }
    .hours-of-operations td.hours-of-operations-1 {
        display: none;
    }
    .hours-of-operations td {
        display: block;
    }
    .resp-table-wrapper > table.faq-table,
    .resp-table-wrapper > table.post-checkout-register-form {
         min-width: 1px;
    }
    .post-checkout-register-form .green-button {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .post-checkout-register-form p,
    .post-checkout-register-form ul {
        font-size: 14px;
    }
    .post-checkout-register-form ul {
        margin-bottom: 15px;
    }

    table.data-table.register-table {
        margin-bottom: 30px;
    }
    .post-checkout-register-form ul li:before {
        line-height: 30px;
        height: 30px;
        width: 20px;
    }
    table.faq-table .hours-of-operations td {
        padding: 0 0 10px!important;
    }
    table.faq-table {
        font-size: 14px;
    }
    .button-row.show-on-mobile {
        margin-top: 20px;
    }
    .show-on-mobile {
        display: block;
        margin: 5px 0 10px;
    }
    div.terms_n_conditions label {
        font-size: 14px;
    }
    .invoice-products colgroup {
        display: none;
    }
    .invoice-products .invoice-total-column {
        text-align: right!important;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px!important;
    }
    .invoice-products .invoice-product-column,
    .invoice-products .invoice-quantity-column {
        border-bottom: 1px solid #eee;
        padding-bottom: 5px!important;
    }
    .order-invoice .invoice-totals {
        width: 240px!important;
    }
    .checkout-us-guest-button-row {
        display: block;
    }
    .upsell-section .title.title-decorated {
        border-bottom: 0;
    }
    .upsell-section .title.title-decorated:before {
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        position: absolute;
        left: 40px;
        bottom: 0;
        background: #ccc;
    }
    .upsell-section .title-decorated h2 {
        padding-left: 40px;
    }
    .upsell-section .title-decorated h2:after {
        text-align: left;
        width: 20px;
        left: 10px;
        top: -5px;
    }
    .upsell-block .upsell-info .product-title {
        font-size: 12px;
        font-weight: 600;
    }
    .upsell-block .upsell-info {
        padding: 0 0 0 15px;
    }
    .upsell-block .plus-minus-product-qty {
        display: flex;
        text-align: right;
        margin-top: 10px;
        max-width: 300px;
    }
    .upsell-block .upsell-info .product-price .currency {
        font-size: 40px;
        font-weight: 400;
    }
    .resp-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cart.products {
        margin-top: 10px;
    }
    .secure-checkout.resp-container {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .sar-reviews-link {
        font-size: 12px;
    }
    .terms-box.resp-container {
        display: none;
    }
    .mobile-step-two .terms-box.resp-container {
        display: block;
    }
    div.optional-label label {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }
    a.button, button.button {
        height: 2.5em;
    }
    .checkout-payments tr td.checkout-payment-name {
        width: calc(100% - 30px);
    }
    .checkout-payments tr td div.checkout-payment-descr {
        flex-wrap: wrap;
    }
    .checkout-payments tr td div.checkout-payment-descr .checkout-payment-image {
        margin-left: 0;
        margin-top: 5px;
    }
    .cart-totals .cart-products-block .plus-minus-product-qty a.btn-delete {
        display: none;
    }
    .opc-section-content .plus-minus-product-qty {
        max-width: 300px;
        display: flex;
    }
    .opc-section-content .plus-minus-product-qty a {
        width: 22%;
    }
    .opc-section-content .plus-minus-product-qty input[type=tel],
    .opc-section-content .plus-minus-product-qty input[type=text] {
        width: 56%;
    }
    .upsell-block .upsell-subtotal a.button {
        height: 2em;
    }
    .opc-section-content .cart-total .total-table td {
        font-size: 14px!important;
        padding-bottom: 5px;
    }
    .opc-section-content .cart-total .total-table td {
        font-size: 14px;
    }
    .obe-page-checkout-flex .currency {
        font-size: 18px;
    }
    .opc-section-content .cart-total .total-table {
        max-width: 255px;
    }
    .opc-section textarea {
        max-height: 30px;
    }
    .step.done .circle {
        background-color: #ffffff;
        color: #5ea126;
    }
    .step.current .circle {
        background-color: #5ea126;
        color: #ffffff;
    }
    .step .circle {
        position: relative;
    }
    .step .circle:after {
        font-size: 26px;
        content: '\02713';
        line-height: 30px;
        height: 30px;
        width: 30px;
        text-align: center;
        display: inline-block;
        color: #5ea126;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .step.done .circle:after {
        opacity: 1;
    }
    .step.done .circle span {
        opacity: 0;;
    }
    .cart-subtotal-block .cart-subtotal-coupon {
        max-width: 100%;
    }
    .cart-subtotal-block .cart-subtotal-coupon .coupon-promo {
        width: calc(100% - 110px);
    }

    #header {
        background: #ffffff;
        height: 60px;
    }
    #header .header-holder {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 10px 10px;
        height: 60px;
    }
    #header .line1,
    #header .line2 {
        display: none;
    }
    .header-holder .logo {
        position: relative;
        left: 0;
        top: 0;
        margin-right: 5px;
    }
    .new-mobile-menu {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .new-mobile-menu .mobile-menu-item {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        margin: 0;
        box-sizing: border-box;
        padding: 5px;
        color: #757575;
        text-align: center;
    }
    .new-mobile-menu .mobile-menu-item.no-border {
        border: 0;
    }
    .new-mobile-menu .mobile-menu-item a {
        display: block;
        color: #757575;
    }
    .new-mobile-menu .mobile-menu-item + .mobile-menu-item {
        margin-left: 10px;
    }
    .new-mobile-menu .mobile-menu-item a.cart-box {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
    }
    .new-mobile-menu .mobile-menu-item a.cart-box .minicart{
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 10px;
        border-radius: 50%;
        right: -5px;
        bottom: -5px;
        background: #757575;
        margin: 0;
    }

    .new-mobile-menu #search-box {
        display: block;
        position: fixed;
        right:0;
        top:0;
        left:0;
        width:100%;
        box-sizing: border-box;
        height: 0;
        transition: height .2s;
        overflow:hidden;
        padding: 0px;
    }
    .new-mobile-menu #search-box.opened {
        display: block;
        height: 60px;
        z-index: 2000;
    }
    .new-mobile-menu #search-box .search {
        height: 60px;
        padding: 10px 50px 10px 10px;
        box-sizing: border-box;
        background: #f0f0f0;
        position: relative;
    }
    .new-mobile-menu #search-box.open .search {
        display: block;
    }
    .new-mobile-menu #search-box .search .search-button {
        display: block;
        box-sizing: border-box;
        padding: 15px 5px 12px 0;
        text-decoration: none;
        text-align: center;
        width: 50px;
        height: 60px;
        vertical-align: middle;
        color: #1B3B56;
        position: absolute;
        right:0;
        top:0;
        margin: 0;
        border: 0 none;
        background: transparent none;
        outline: none !important;
        cursor: pointer;
    }
    .new-mobile-menu #search-box .search .svg-search {
        width: 21px;
        height: 21px;
    }
    .new-mobile-menu #search-box .search .svg-search .st0 {
        stroke: #1B3B56;
    }
    .new-mobile-menu #search-box input.text {
        padding: 5px 10px;
        margin: 0;
        font-size: 15px;
        height:30px;
        width:100%;
        box-sizing: border-box;
        border: 1px solid #a9a9a9;
        vertical-align: top;
        margin-top: 5px;
    }
    .new-mobile-menu #search-box input.text:focus {
        outline: none;
        border-color: #1b3b56;
    }

    /*.banner-wrapper {*/
    /*    margin: 60px 0 0 0 !important;*/
    /*}*/
    fieldset.registerform ul li.fields-group {
        width: 100%;
    }

    .mobile-cart-info {
        display: block;
    }
    .cart-flex-main .title.title-decorated {
        display: flex;
        justify-content: space-between;
    }
    .cart-flex-main .title.title-decorated .mobile-cart-info {
        font-size: 14px;
        margin-top: 5px;
    }
    .cart-flex-main .title.title-decorated .mobile-cart-info span {
    }
    .cart-flex-main .title.title-decorated .mobile-cart-info span + span {
        margin-left: 5px;
    }
    .cart-flex-main .title.title-decorated .currency {
        font-size: 16px;
        font-weight: 700;
        color: #1B3B56;
    }

}
@media screen and (max-width: 434px) {
    .xpc_iframe {
        max-height: 200px;
    }
}
@media screen and (max-width: 380px) {
    .xpc_iframe {
        max-height: 155px;
    }
}
@media screen and (max-width: 374px) {
    .mobile-section-number {
        display: block;
    }
    .mobile-section-number + .mobile-section-number {
        margin-left: 0;
        margin-top: 5px;
    }
}
@media screen and (max-width: 479px) {
    .new-mobile-menu .mobile-menu-item + .mobile-menu-item {
        margin-left: 5px;
    }
}

/* MANUFACTURER RESOURCES */
.pdf-docs {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.pdf-doc {
    border: 1px solid #ddd;
    padding: 10px;
    width: 220px;
    margin: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pdf-doc__title {
    display: block;
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    word-break: break-word;
}
.pdf-doc__link {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media print {
    #header {
        display: none;
    }
    .gallery1 {
        display: none;
    }
    .footer-banner-other-pages {
        display: none;
    }
    #footer {
        display: none;
    }
    .order-message {
        display: none;
    }
    .order-invoice-inner-info {
        display: block!important;
        padding: 0!important;
        width: 100% !important;
    }
    .order-invoice-inner-map {
        display: none!important;
    }
    .button-tr {
        display: none!important;
    }
    .post-checkout-register-form {
        display: none;
    }
    .faq-table {
        display: none;
    }
    .sar-reviews-link {
        display: none;
    }
    .reviews-link-reviews-block {
        display: none;
    }
    .pricegrabber {
        display: none;
    }
    .logo-for-print {
        display: block!important;
    }
    .print-invoice-note {
        display: block!important;
    }
}

/* Ticket 748599 */
.main-is-blog #page .hentry, #page .no-results {
    margin: 0 0.5em 1.625em;
}
.main-is-blog #page #respond {
    width: 100%;
}
.main-is-blog #page #respond input[type=text] {
    height: 36px;
}
.main-is-blog #page #respond {
    padding-bottom: 3em;
}

@media screen and (max-width: 465px) {
    .mulberry-holder {
        margin-left: -150px;
    }
    .mulberry-note {
        margin-left: -150px;
        font-size: initial;
    }
    .cart-products-block .cart-product-item .product-price .shipping {
        margin-left: -100px;
        margin-top: 2px;
    }
}

.tax-exempt-underline {
    text-decoration: underline;
    font-size: 10px;
    overflow: hidden;
    position: absolute;
    margin-top: 7px;
    margin-left: 5px;
}

@media screen and (max-width: 1200px) {
    .cart-order-block {
        min-width: min-content;
    }
}

@media screen and (max-width: 991px) {
    .tax-exempt-underline {
        margin-top: 3px;
    }
}

.ppexpress {
    background: no-repeat center/30% url(../../skin/txs_ModernLiving/css/../../../skin/txs_ModernLiving/images/pp_fc_hl.svg), #f0f0f0;
    width: 100%;
    height: 40px;
    cursor: pointer;
    border-radius: 2px;
    white-space: nowrap;
}
.ppexpress:hover {
    background: no-repeat center/30% url(../../skin/txs_ModernLiving/css/../../../skin/txs_ModernLiving/images/pp_fc_hl.svg), lightgray;
}

.ppexpress.paylate{
    background: no-repeat center/47% url(../../skin/txs_ModernLiving/css/../../../skin/txs_ModernLiving/images/pay_later.webp), #FCBB32;
    margin-top: 10px;
}
.ppexpress.paylate:hover{
    background: no-repeat center/47% url(../../skin/txs_ModernLiving/css/../../../skin/txs_ModernLiving/images/pay_later.webp), #FCBB32;
}

.checkout-payment-name.payment-23 a img {
    margin-top: 5px;
    height: 20px;
}

@media screen and (max-width: 991px) {
    .ppexpress {
        background: no-repeat center/15% url(../../skin/txs_ModernLiving/css/../../../skin/txs_ModernLiving/images/pp_fc_hl.svg), #f0f0f0;
    }
    .ppexpress:hover {
        background: no-repeat center/15% url(../../skin/txs_ModernLiving/css/../../../skin/txs_ModernLiving/images/pp_fc_hl.svg), lightgray;
    }
}

.cats-ss-mode {
  width: calc(100% - 325px - 85px);
}
@media screen and (max-width: 1600px) {
  .cats-ss-mode {
    width: calc(100% - 285px - 40px);
  }
}
@media screen and (max-width: 1240px) {
  .cats-ss-mode {
    width: calc(100% - 240px - 20px);
  }
}
@media screen and (max-width: 767px) {
    .cats-ss-mode {
        width: calc(100% - 20px);
        margin-right: 5px;
    }
}

@media screen and (min-width:768px) {
  .cats-ss-mode {
    float: right;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1754px) {
  .cats-ss-mode {
    padding-right: 0;
  }
}
.is-discontinued-imgwrap {
    filter: alpha(Opacity=75);
    opacity: 0.75;
}
.is-discontinued-cross {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 25%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-filter: drop-shadow(0 0 1.75px #fff);
    filter: drop-shadow(0 0 1.75px #fff);
}
.is-discontinued-cross > line {
    stroke: darkgrey;
    stroke-width: 1;
}
/*CUSTOM*/
.main-is-product{
    .product-place{
        padding-top: 14px;
        position: relative;
        .product-heading{
            margin-bottom: 0;
            .product-title{
                text-transform: none;
                & > h1{
                    font-weight: 600;
                    text-transform: none;
                    @media only screen and (max-width: 768px) {
                        font-size: 22px !important;
                        margin: 20px 0 0;
                    }
                }
            }

            .under-title{
                margin-bottom: 20px;
                padding-bottom: 10px;
                /*@media only screen and (max-width: 768px) {*/
                /*    border: 0;*/
                /*    flex-direction: row;*/
                /*    flex-wrap: nowrap;*/
                /*    position: absolute;*/
                /*    top: -34px;*/
                /*    left: -35vw;*/
                /*    width: 100vw;*/
                /*}*/
                /*@media only screen and (max-width: 767px) {*/
                /*    border-bottom: 1px solid #ddd;*/
                /*    flex-wrap: wrap;*/
                /*    position: static;*/
                /*    width: auto;*/
                /*}*/
                .a-you-pro{
                    @media only screen and (max-width: 768px) {
                        margin-left: auto;
                        position: relative;
                    }
                    a{
                        @media only screen and (max-width: 768px) {
                            font-size: 0;
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            right: 0;
                            top: 0;
                        }
                    }
                    /*@media only screen and (max-width: 767px) {*/
                    /*    margin: 0;*/
                    /*}*/
                }
                .rating{
                    /*@media only screen and (max-width: 768px) {*/
                    /*    flex: 0 0 auto;*/
                    /*    text-align: center;*/
                    /*}*/
                    /*@media only screen and (max-width: 767px) {*/
                    /*    flex: 0 0 100%;*/
                    /*}*/
                }
            }
            .under-title > *{
                margin-top: 0;
            }
        }
    }
    .wrapper-sku{
        margin: 8px 0;
        z-index: 9999;
        .sku{
            font-size: 15px;
            font-weight: 700;
            padding: 0;
            &:before{
                content: none;
            }
        }
    }
    .param-holder{
        .info-holder{
            &.no-price-better{
                .coupon-shipping.aside{
                    order: 3;
                }
            }
            .coupon-shipping.aside{
                justify-content: center;
                margin-top: 20px;
                order: 2;
                @media only screen and (max-width: 991px) {
                    order: 3;
                    margin-top: 10px;
                }
                .wrepper-reclam__inf{
                    position: relative;
                    top: -13px;
                    #checkeck-coup{
                        opacity: 0;
                        visibility: hidden;
                        height: 1px;
                        width: 1px;
                        position: absolute;
                        &:checked + label{
                            &:before{
                                background: url(../../skin/txs_ModernLiving/css/../images/check.png);
                                background-repeat: no-repeat;
                                background-size: cover;
                            }
                        }
                    }
                    .coupon-promo-block{
                        background: none;
                        border: 0;
                        color: #5ea126;
                        margin-left: 15px;
                        padding: 0;
                        & strong{
                            color: #5ea126;
                            font-style: italic;
                        }
                    }
                    .reclam__inf{
                        align-items: center;
                        position: relative;
                        display: flex;
                        &:before{
                            background-color: #fff;
                            border: 1px solid #5ea126;
                            border-radius: 5px;
                            content: "";
                            display: inline-block;
                            height: 15px;
                            width: 15px;
                        }
                    }
                }
            }
            .price.aside{
                margin-top: 10px;
                width: 50%;
                @media only screen and (max-width: 992px) {
                    width: 100%;
                }
                @media only screen and (max-width: 768px) {
                    margin-top: 0;
                }
            }
        }
        .price.aside{
            display: flex;
            flex-direction: column;
            #save_percent_box{
                order: -1;
                .market-price-value{
                    color: #000;
                    font-weight: 500;
                }
                .price-save{
                    color: #000;
                    font-weight: 300;
                }
            }
            .coupon-shipping.aside{
                justify-content: center;
            }
            .product-price-value{
                align-items: center;
                display: flex;
                margin-right: 0;
                .shiping-info{
                    font-size: 17px;
                    text-transform: uppercase;
                    &:before{
                        content: '+';
                        display: inline-block;
                        margin: 0 3px;
                    }
                }
            }
            .not-for-sticky.bread-button-line{
                margin-top: 12px;
            }
        }
    }
    & .buy-holder{
        &.info-holder{
            align-items: flex-start;
        }
        & .btn-holder.buy{
            @media only screen and (max-width: 524px) {
                width: 100%;
            }
            & .add-to-cart-button{
                text-transform: none;
                & .price-info-in__btn{
                    display: inline-block;
                    margin-left: 4px;
                    opacity: 1;
                    pointer-events: auto;
                    visibility: visible;
                    z-index: 1;
                    height: auto;
                    width: auto;
                }
            }
            .btn-holder-buy__info{
                align-items: center;
                display: flex;
                margin-top: 5px;
                justify-content: center;
                &.non-return{
                    flex-wrap: wrap;
                    justify-content: flex-start;
                    .avail-from-vendors{
                        display: flex;
                        flex: 1 1 100%;
                        flex-wrap: wrap;
                        /*justify-content: space-between;*/
                        justify-content: center;
                        margin: 0 !important;
                        .vendor-note.pnote-break-after{

                            font-size: 12px;
                        }
                    }
                }
                .avail-from-vendors{
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    margin: 0 5px 0 0;
                    width: 100%;
                    .stock{
                        &:before{
                            content: none;
                            white-space: nowrap;
                        }
                        &.has-stock-lbl{
                            color: #ED8B00;
                            text-transform: capitalize;
                        }
                    }
                }
                .get-it-fast.not-for-sticky{
                    margin: 0 0 0 5px;
                }
                .get-it-fast.not-for-sticky p{
                    color: #000;
                    font-weight: 500;
                    margin: 0;
                    text-transform: capitalize;
                }
            }
        }
    }
    .info-pics-holder.info-holder{
        background-color: #f4f5f7;
        margin-top: 15px;
        padding: 12px;
        @media only screen and (max-width: 769px) {
            display: none;
            /*display: flex;*/
            /*flex-wrap: wrap;*/
            /*justify-content: center;*/
        }
        .inner-pics{
            margin-top: 0;
            &:not(:first-child){
                @media only screen and (max-width: 769px) {
                    margin-top: 10px;
                }
            }
            @media only screen and (max-width: 1280px) {
                margin-left: 10px;
            }
            @media only screen and (max-width: 769px) {
                margin-left: 0;
                margin-right: 10px;
                min-width: 200px;
            }
        }
    }
    .make-offer-get-approved-text{
        font-size: 14px;
        font-weight: 500;
        margin-top: 5px;
        text-align: center;
    }
    .make-offer-block{
        .make-offer-block__input-wrapper{
            max-width: 120px;
        }
        .make-offer-block__currency{
            margin-left: 3px;
        }
        #make-offer-block__input{
            max-width: 120px;
            padding: 0;
            width: 100%;
            &::placeholder{
                padding: 0;
                text-align: left;
            }
        }
        #make-offer-block__button{
            width: 100%;
        }
    }
    .member-price-button__info{
        color: #000;
        clear: both;
        font-size: 14px;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 4px;
        text-align: center;
        position: relative;
        top: 5px;
        & > span{
            color: #5ea226;
            text-transform: uppercase;
            &:first-child{
                color: #000;
                text-decoration: line-through;
                text-transform: none;
            }
        }
    }
    .description-product.fixed .param-holder {
        max-height: 160px;
    }
}

.add-to-cart-button,
.button{
    .price-info-in__btn{
        display: none;
        opacity: 0;
        pointer-events: none;
        position: relative;
        visibility: hidden;
        z-index: -1;
        height: 1px;
        width: 1px;
    }
}
body{
    .breadcrumbs-holder{
        .breadcrumbs{
            .breadcrumbs-icon{
                @media only screen and (max-width: 1280px) {
                    height: 38px;
                    width: 38px;
                }
            }
        }
    }
}
.main-is-product{
    #wrapper{
        overflow: inherit;
        @media only screen and (max-width: 992px) {
            margin-top: 0;
        }
    }
    .breadcrumbs-holder{
        width: 99vw;
        left: 50.3%;
        .breadcrumbs{
            margin-bottom: 10px;
            @media only screen and (max-width: 769px) {
                display: block;
                margin: 0;
            }
            .breadcrumbs-icon{
                @media only screen and (max-width: 769px) {
                    display: none;
                }
            }
        }
    }
    .product-place .photo-holder{
        position: sticky;
        top: 120px !important;
        @media only screen and (max-width: 767px) {
            position: static;
        }
        .image{
            @media only screen and (max-width: 1450px) {
                overflow: hidden;
            }
        }
    }
    .row.matching-row{
        margin-top: 0;
    }
}
.upsell-section{
    .wrapper-price-box{
        display: flex;
        @media only screen and (max-width: 1024px) {
            align-items: flex-start;
            flex-direction: column;
        }
    }
    .def-price{
        color: red;
        text-decoration:line-through;
        @media only screen and (max-width: 1024px) {
            text-align: left;
        }
    }
    .coup-price{
        @media only screen and (min-width: 1025px) {
            margin-left: 20px;
        }
        @media only screen and (max-width: 1024px) {
            text-align: left;
        }
        .price-save{
            @media only screen and (max-width: 1024px) {
                display: flex;
                flex-direction: column;
                &  + span{
                    font-style: italic;
                }
            }
            &  + span{
                color: #5EA226;
                font-size: 14px;
                font-weight: normal;
                position: relative;
                top: -4px;
            }
        }
    }
}
#banner-system-T{
    .banner-wrapper{
        & + .banner-wrapper{
            display: none;
        }
    }
}
#custom_reviews{
    @media only screen and (max-width: 1450px) {
        overflow: hidden;
    }
}
.product-stars,
.review-stars{
    & svg{
        @media only screen and (max-width: 769px) {
            width: 16%;
        }
    }
}
.products-list{
    .image{
        & > img{
            @media only screen and (max-width: 769px) {
                height: 132px;
                max-height: 132px;
                object-fit: cover;
            }
        }
    }
    .price-block{
        @media only screen and (max-width: 769px) {
            min-height: 70px;
        }
    }
}
#descr{
    .specs-table-box{
        @media only screen and (max-width: 769px) {
            max-width: 100%;
            overflow: hidden;
        }
    }
}
#feedback_reviews .cr-title,
#custom_reviews .cr-title{
    @media only screen and (max-width: 769px) {
        font-size: 16px;
        line-height: 1.1;
    }
}
#custom_reviews{
    .swiper-nav-container{
        @media only screen and (max-width: 769px) {
            padding-left: 10px;
            padding-right: 10px;
        }
    }
}
#feedback_reviews .cr-text,
#custom_reviews .cr-text{
    @media only screen and (max-width: 769px) {
        font-size: 15px;
        line-height: 24px;
    }
}
.custom-blog-msgs-swiper{
    .blog-msg-box{
        .title{
            @media only screen and (max-width: 769px) {
                height: 50px;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                margin-bottom: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }
        .brief{
            @media only screen and (max-width: 769px) {
                height: 170px;
                overflow: hidden;
            }
        }
    }
}
#copy-coup{
    position: relative;
    &:hover{
        .tooltip-hover{
            visibility: visible;
            z-index: 1;
        }
    }
    .tooltip{
        font-size: 12px;
        position: absolute;
        right: -40px;
        top: -30px;
        z-index: -1;
        visibility: hidden;
        pointer-events: none;

        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        &.appear{
            visibility: visible;
            z-index: 2;
        }
    }
}
.chat-with-us{
    margin: 0 !important;
}
.a-you-pro{
    align-items: center;
    display: flex !important;
    margin: 0 auto;
    white-space: nowrap;
    @media only screen and (max-width: 769px) {
        margin: 0 10px;
    }
    & svg{
        max-width: 30px;
        margin-right: 5px;
        width: 30px;
        & path{
            fill: rgb(255,134,13);
        }
    }
    & a{
        color: rgb(51,51,51);
        font-size: 14px;
        text-transform: uppercase;
    }
}
.param-holder .test{
    & h2{
        font-size: 17px;
        text-align: center;
        padding: 0;
        margin-top: 0;
        margin-bottom: 15px;
        @media only screen and (min-width: 769px) {
            display: none;
        }
    }
}
.visual-timer-section{
    &.d-none{
        display: none !important;
    }
}
.visual-timer-wrapper{
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    padding: 0 0 20px;
    @media only screen and (min-width: 769px) {
        /*background-color: #f4f5f7;*/
        border: 0;
        margin: 0 auto;
        /*padding: 0 20px;*/
        padding: 0 0 20px 0;
    }
    li{
        list-style: none;
        max-width: 170px;
        position: relative;
        &:not(:first-child){
            margin-left: 25px;
            @media only screen and (max-width: 850px) {
                margin-left: 80px;
            }
            &:before{
                background: gray;
                content: "";
                height: 1px;
                position: absolute;
                top: 12px;
                left: -9.7vw;
            }
            @media only screen and (max-width: 769px) {
                &:before {
                    left: -63px;
                    width: 50px;
                }
            }
            @media only screen and (max-width: 420px) {
                &:before {
                    left: -19vw;
                    width: 15vw;
                }
            }
        }
        &:nth-child(2){
            &:before{
                width: 10vw;
                @media only screen and (max-width: 769px) {
                    width: 4vw;
                }
                @media only screen and (max-width: 767px) {
                    width: 15vw;
                }
            }
        }
        &:nth-child(3){
            &:before{
                width: 11vw;
                @media only screen and (max-width: 769px) {
                    width: 4vw;
                }
                @media only screen and (max-width: 767px) {
                    width: 16vw;
                }
            }
        }
        .icon{
            text-align: center;
        }
        & svg{
            max-width: 30px;
            & path{
                fill: gray;
            }
        }
        .text{
            display: flex;
            flex-direction: column;
            font-size: 13px;
            font-weight: 600;
            @media only screen and (max-width: 769px) {
                flex-direction: column;
            }
            .date-text{
                color: #000;
                font-size: 11px;
                order: -1;
                margin: 0;
                text-align: center;
                @media only screen and (max-width: 769px) {
                    text-align: center;
                }
            }
            & span{
                color: #000;
                margin-left: 5px;
                @media only screen and (max-width: 850px) {
                    font-size: 11px;
                    margin: 0;
                    text-align: center;
                }
            }
        }
    }
}
.description-product{
    @media only screen and (max-width: 769px){
        top: 0;
    }
    .buy-holder{
        &.member-price-block{
            margin-bottom: 0;
        }
    }
}
.description-product.fixed.full{
    position: relative;
}
.description-product.fixed .info-holder.buy-holder{
    .btn-holder-buy__info{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}
.login-form__wrapper{
    padding: 25px;
}
.login-form__wrapper .data-table{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    max-width: 420px;
}
.login-form__wrapper .data-table .table-row{
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.login-form__wrapper .data-table .table-row .data-name{
    margin-bottom: 10px;
    text-align: left;
}
.login-form__wrapper .data-table .table-row .data-name label{
    font-weight: 700;
}
.login-form__wrapper .data-table .table-row input{
    padding: 4px 10px;
    width: 100%;
}
.login-form__wrapper .data-table .table-row .button-row .main-button{
    display: block;
    width: 100%;
}
.login-form__wrapper .data-table .table-row p a{
    text-decoration: underline;
}
/*.membership-signin-popup .box .title{*/
/*    display: block;*/
/*    margin-top: 25px;*/
/*    text-align: center;*/
/*}*/
.membership-signin-popup.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
    top: 10px;
    right: 10px;
}
.main-is-product .tab-holder #related{
    scroll-margin-top: 110px;
}
.products-list .inline.banner {
    width: 100%;
    padding-bottom: 25px;
}
.products-list .inline.banner img {
    width: 100%;
    height: auto;
}
.tab-holder #banner-system-R {
    padding-top: 15px;

}
.banner-wrapper .cycle-pager a{
    background-color: #1B3B56;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
}
.banner-wrapper .cycle-pager a:hover,
.banner-wrapper .cycle-pager a.cycle-pager-active{
    background-color: #EB8015;
}
.menu-categories-list ul li a .cat-product-count{
    display: none;
}
.menu-categories-list.simple-cats ul li,
.menu-categories-list ul li{
    margin-bottom: 10px;
}
.menu-categories-list ul li .cat-name{
    border-bottom: 1px solid #4c4c4c;
}
.visual-timer-section{
    margin-top: 20px;
    @media screen and (min-width: 1360px) {
        margin-top: 40px;
    }
}
.product-options-default-holder{
    margin-top: 40px;
}
@media screen and (min-width: 1070px){
    .menu-categories-list ul li{
        margin-bottom: 0;
    }
    .menu-categories-list ul li.breaker{
        display: none;
    }
    .menu-categories-list ul li .cat-name{
        height: 50px;
    }
    .homepage-container  .menu-categories-list ul li .cat-name{
        display: inline-block;
        height: auto;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1360px){
    .description-product .info-holder{
        flex-wrap: wrap;
        justify-content: center;
    }
    .description-product .info-holder > div{
        margin-bottom: 10px;
    }
}

.membership-signin-popup {
    z-index: 10000!important;
}

#pf_menu {
    position: sticky;
    top: 124px;
}

#pf_menu.absolute-positioned {
    position: absolute !important;
}

@media (max-width: 992px) {
    #pf_menu:not(.absolute-positioned) {
        top: 50px;
    }
}

.obe-page-checkout-flex .disabled {
    background: white !important;
    opacity: 0.6 !important;
    cursor: no-drop !important;
}
.obe-page-checkout-flex .disabled,
.obe-page-checkout-flex .disabled,
.obe-page-checkout-flex .disabled a,
.obe-page-checkout-flex .disabled label,
.obe-page-checkout-flex .disabled input,
.obe-page-checkout-flex .disabled select,
.obe-page-checkout-flex .disabled textarea,
.obe-page-checkout-flex .disabled .checkout-payment-name
{
    cursor: no-drop !important;
}
.obe-page-checkout-flex .disabled .hosted-field iframe {
    height: 0 !important;
    width: 0 !important;
}

.ui-widget {
    font-size: 0.8rem;
}/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * General CSS stylesheet for storefront pages
 *
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    $Id: main.css, 15/08/2012, vjk
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
*/


.rf-element-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #1B3B56;
  font-size: 1rem;
  text-decoration: none;
}

.button.rf-reset-all-btn {
    padding: .4em .6em;
    width: 100%;
    background-color: #fff;
    border-color: #fff;
    border-color: #5ea226;
    color: #5ea226;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}

.rf-element-title:hover {
  color: #017DCB;
}

.rf-element-title-box {
  cursor: pointer;
  padding-top: 15px;
}

.rf-show-all-cats-box span {
  cursor: pointer;
  color: #353535;
  font-size: 11px;
  font-weight: bold;
}
.rf-show-all-cats-box {
  width: 100%;
  text-align:right;
  padding: 5px 0px;
}

.rf-show-all-link {
  padding-left: 4px;
  color: #ED8B00 !important;
  font-size: .8rem;
  text-decoration: underline;
}

.rf-show-all-link:hover {
  font-weight: bold;
}

.rf-clear-link, .rf-reset-all-link {
  display: none;
  font-size: 15px;
  color: #5ea226 !important;
}

.rf-color-attr-box {
  cursor: pointer;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

#rf_num_found_products_txt, #rf_found_box_show_link {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #525252;
}

#rf_products_loading_overlay {
  position: absolute;
  margin: 0;
  padding: 0;
  background: #6B6B6B;
  opacity: 0.5;
  z-index: 1015;
  display: none;
}

.rf-price-range {
  color: #666 !important;
  font-size: .833rem;
  padding-left: 25px;
}

.rf-price-range-sel {
  color: #525252;
  font-weight: bold;
}

#rf_found_box {
  display: none;
  position: absolute;
  padding: 12px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  width: 190px;
  height: 60px;
  text-align: left;
  z-index: 2800;
}

#rf_found_box:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -6px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: none none solid solid;
  background-color: #FFFFFF;
  /* box-shadow: -2px 2px 10px rgba(0,0,0,0.3); */
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.rf-element-box {
  padding: 0px 2px 0px 5px;
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

.rf-element-box table {
  border-collapse:collapse;
  border-spacing:0px;
}

.rf-customer-filters {
  width: 100%;
  padding: 10px 0px 0px 0px;
}

.rf-cats-hidden-cat {
  display: none;
}


.rf-slider-wrap {
  width: 98%;
}

.rf-slider-mark {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #005D98;
  z-index: 2;
}

.rf-txt-active {
  color: #666 !important;
  font-size: .833rem;
  vertical-align: middle;
}

.rf-ms-cb {
  margin-right: 0px !important;
}

.rf-txt-unactive {
  color: #B2B2B2;
}

.rf-attr-count {
  font-size: .833rem;
  font-weight: normal;
}

.rf-filter-cats-title {
  color: #353535;
  text-align: center;
  width:100%;
  padding:7px 2px;
  background-color: #EFEFEF;
  font-size: 11px;
}


.menu-refine-filters ul {
  padding: 5px 5px;
  list-style: none outside none;
}

.menu-refine-filters ul li {
  padding: 5px 0;
}

/*!
* jQuery UI Slider 1.8.23
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Slider#theming
*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 3; width: 0.4em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .4em; }
.ui-slider-horizontal .ui-slider-handle { top: -0.5em; margin-left: -0.1em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

