<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
ATTENTION! Please do not modify this file, it's auto-generated and all your changes will be lost.
The complete list of files it's generated from:
design/themes/responsive/css/styles.less
design/themes/responsive/css/tygh/responsive.less
design/themes/responsive/css/addons/gdpr/styles.less
design/themes/responsive/css/addons/social_buttons/styles.less
design/themes/responsive/css/addons/social_buttons/responsive.less
design/themes/responsive/css/addons/buy_together/styles.less
design/themes/responsive/css/addons/buy_together/responsive.less
design/themes/responsive/css/addons/tags/styles.less
design/themes/responsive/css/addons/rss_feed/styles.less
design/themes/responsive/css/addons/newsletters/styles.less
design/themes/responsive/css/addons/sd_affiliate/styles.less
design/themes/responsive/css/addons/gift_certificates/styles.less
design/themes/responsive/css/addons/gift_certificates/responsive.less
design/themes/responsive/css/addons/store_locator/styles.less
design/themes/responsive/css/addons/store_locator/responsive.less
design/themes/responsive/css/addons/product_variations/styles.less
design/themes/responsive/css/addons/product_variations/responsive.less
design/themes/responsive/css/addons/blog/styles.less
design/themes/responsive/css/addons/blog/responsive.less
design/themes/responsive/css/addons/reward_points/styles.less
design/themes/abt__youpitheme/css/addons/ab__deal_of_the_day/styles.less
design/themes/responsive/css/addons/ab__deal_of_the_day/flipclock.less
design/themes/abt__youpitheme/css/addons/ab__multiple_cat_descriptions/styles.less
design/themes/responsive/css/addons/ab__intelligent_accessories/styles.less
design/themes/abt__youpitheme/css/addons/ab__quick_order_by_phone/ab__qobp.less
design/themes/responsive/css/addons/ab__scroll_to_top/styles.less
design/themes/responsive/css/addons/ab__checkout_without_email/ab__cwe.less
design/themes/abt__youpitheme/css/addons/ab__product_sets/styles.less
design/themes/abt__youpitheme/css/addons/ab__product_sets/sol.css
design/themes/abt__youpitheme/css/addons/ab__landing_categories/styles.less
design/themes/abt__youpitheme/css/addons/ab__video_gallery/styles.less
design/themes/responsive/css/addons/call_requests/styles.less
design/themes/responsive/css/addons/form_builder/styles.less
design/themes/responsive/css/addons/form_builder/responsive.less
design/themes/responsive/css/addons/rus_geolocation/styles.less
design/themes/responsive/css/addons/polls/styles.less
design/themes/responsive/css/addons/banners/styles.less
design/themes/responsive/css/addons/age_verification/styles.less
design/themes/responsive/css/addons/discussion/styles.less
design/themes/responsive/css/addons/discussion/responsive.less
design/themes/responsive/css/addons/wishlist/styles.less
design/themes/responsive/css/addons/wishlist/responsive.less
design/themes/responsive/css/addons/image_zoom/styles.less
design/themes/responsive/css/addons/hybrid_auth/styles.less
design/themes/responsive/css/addons/rus_ruble/styles.less
design/themes/responsive/css/addons/rus_sdek/styles.less
design/themes/responsive/css/addons/rus_personal_data_processing/styles.less
design/themes/abt__youpitheme/css/addons/abt__youpitheme/styles.less
design/themes/abt__youpitheme/css/addons/ab__seo_filters/ab__sf.less
design/themes/abt__youpitheme/css/addons/jetweb_changes/styles.less
*/


@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}
.sol-container {
    margin-top: -20px;
    margin-bottom: 10px; 
}
.sol-container * {
    margin: 0;
    padding: 0;
}
.sol-inner-container {
    position: relative;
    max-width: 320px;
    height: 36px;
    line-height: 33px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.sol-container.sol-active .sol-inner-container {
    z-index: 9999;
    background: #fff;
}
.sol-input-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 25px;
}
.sol-caret-container {
    position: absolute;
    display: inline-block;
    width: 32px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.sol-caret-container .sol-caret {
    position: relative;
    display: inline-block;
    left: 12px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.sol-input-container input[type="text"] {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #555;
    padding: 0 7px;
    outline: none;
    width: 100%;
    height: 100%;
}
.sol-input-container input[type="text"]:-ms-input-placeholder {
    color: #ccc;
}
.sol-input-container input[type="text"]::-ms-clear {
    display: none;
}
.sol-selection-container {
    display: none;
}
.sol-container.sol-active .sol-selection-container {
    display: block;
    left: inherit;
    top: inherit;
    z-index: 1;
    background: #fff;
    border-radius: 0 !important;
}
.sol-active.sol-selection-top .sol-selection-container {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
    box-shadow: 0 0 12px rgba(0, 0, 0, .175);
}
.sol-action-buttons {
    text-align: center;
    line-height: 1em;
    padding: 7px 10px;
}
.sol-action-buttons a {
    line-height: 1em;
    text-decoration: none;
    color: #0088cc;
    border-bottom: 1px solid transparent;
}
.sol-action-buttons .sol-select-all {
    float: left;
}
.sol-action-buttons .sol-deselect-all {
    float: right;
}
.sol-action-buttons .sol-clearfix {
    clear: both;
}
.sol-selection {
    overflow: auto;
    position: relative;
    min-height: 0px;
}
.sol-selection:empty {
    display: none;
}
.sol-option {
    display: block;
    margin: 7px 0;
}
.sol-label {
    padding: 0 10px;
    display: block;
    position: relative;
}
.sol-label input[type="checkbox"] {
    margin-top: -3px;
}
.sol-label-text {
    padding-left: 20px;
    line-height: 1.2em;
}
.sol-optiongroup {
    padding-bottom: 1px;
}
.sol-optiongroup-label {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 7px 10px;
}
.sol-optiongroup.disabled {
    color: #999;
}
.sol-selection div:first-child.sol-optiongroup &gt; .sol-optiongroup-label {
    border-top: none;
}
.sol-checkbox, .sol-radio {
    position: absolute;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    top: 4px;
}
.sol-selected-display-item,
.sol-results-count {
    display: inline-table;
    border: 1px solid #ccc;
    background: #f7f7f9;
    font-size: 0.9em;
    margin-right: 5px;
    margin-bottom: 5px;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.sol-selected-display-item-text {
    padding: 3px 5px;
    display: table-cell;
    vertical-align: top;
}
.sol-quick-delete {
    color: #777;
    display: table-cell;
    font-weight: bold;
    text-align: center;
    padding: 3px 5px;
    vertical-align: top;
}
.sol-quick-delete:hover {
    color: #111;
    cursor: pointer;
}
.sol-quick-delete + .sol-selected-display-item-text {
    padding-left: 0;
}
.sol-filtered-search {
    display: none;
}
.sol-no-results, .sol-loading-data {
    padding: 5px 0 5px 0;
    color: #999;
    font-style: italic;
    text-align: center;
}
.sol-loading-data {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(//themes.googleusercontent.com/static/fonts/opensans/v8/4fu8RBPDDCYpod03lr_bYQ.eot);src:local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/4fu8RBPDDCYpod03lr_bYQ.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSlQlYEbsez9cZjKsNMjLOwM.eot);src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSlQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzFQlYEbsez9cZjKsNMjLOwM.eot);src:local('Open Sans Bold'), local('OpenSans-Bold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzFQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;width:100%;}.clearfix:after{clear:both;}.input-block-level{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a{background:transparent;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}i,em,dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}.ui-helper-hidden{display:none;}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse;}.ui-helper-clearfix:after{clear:both;}.ui-helper-clearfix{min-height:0;}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0);}.ui-front{z-index:100;}.ui-state-disabled{cursor:default !important;}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%;}.ui-resizable{position:relative;}.ui-resizable-handle{position:absolute;font-size:0.1px;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;}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black;}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default;}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible;}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none;}.ui-button-icon-only{width:2.2em;}button.ui-button-icon-only{width:2.4em;}.ui-button-icons-only{width:3.4em;}button.ui-button-icons-only{width:3.7em;}.ui-button .ui-button-text{display:block;line-height:normal;}.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-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em;}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em;}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em;}input.ui-button{padding:.4em 1em;}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .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-primary .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-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em;}.ui-buttonset{margin-right:7px;}.ui-buttonset .ui-button{margin-left:0;margin-right:-0.3em;}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0;}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none;}.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;}.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,.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%;font-size:0;}.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,.ui-datepicker-rtl .ui-datepicker-group{float:right;}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px;}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0;}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative;}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis;}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px;}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right;}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer;}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px;}.ui-draggable .ui-dialog-titlebar{cursor:move;}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none;}.ui-menu .ui-menu{margin-top:-3px;position:absolute;}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0;}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal;}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px;}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5;}.ui-menu .ui-state-disabled a{cursor:default;}.ui-menu-icons{position:relative;}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em;}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em;}.ui-menu .ui-menu-icon{position:static;float:right;}.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.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit;}.ui-slider-horizontal{height:.8em;}.ui-slider-horizontal .ui-slider-handle{top:-0.3em;margin-left:-0.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:-0.3em;margin-left:0;margin-bottom:-0.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;}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle;}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px;}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0;}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none;}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0;}.ui-spinner-up{top:0;}.ui-spinner-down{bottom:0;}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px;}.ui-tabs{position:relative;padding:.2em;}.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:0;margin:1px .2em 0 0;border-bottom:0;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-active{margin-bottom:-1px;padding-bottom:1px;}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text;}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none;}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa;}body .ui-tooltip{border-width:2px;}.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 #aaa;background:#fff url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_flat_75_ffffff_40x100.png?1748789902') 50% 50% repeat-x;color:#222;}.ui-widget-content &gt; a{color:#222;}.ui-widget-header{border:1px solid #aaa;background:#ccc url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_highlight-soft_75_cccccc_1x100.png?1748789902') 50% 50% repeat-x;color:#222;font-weight:bold;}.ui-widget-header a{color:#222;}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_glass_75_e6e6e6_1x400.png?1748789902') 50% 50% repeat-x;font-weight:normal;color:#555;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;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 #999;background:#dadada url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_glass_75_dadada_1x400.png?1748789902') 50% 50% repeat-x;font-weight:normal;color:#212121;}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_glass_65_ffffff_1x400.png?1748789902') 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-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_glass_55_fbf9ee_1x400.png?1748789902') 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 #cd0a0a;background:#fef1ec url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_glass_95_fef1ec_1x400.png?1748789902') 50% 50% repeat-x;color:#cd0a0a;}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a;}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a;}.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;}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35);}.ui-icon{width:16px;height:16px;background-position:16px 16px;}.ui-icon,.ui-widget-content .ui-icon{background-image:url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_222222_256x240.png?1748789902');}.ui-widget-header .ui-icon{background-image:url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_222222_256x240.png?1748789902');}.ui-state-default .ui-icon{background-image:url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_888888_256x240.png?1748789902');}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_454545_256x240.png?1748789902');}.ui-state-active .ui-icon{background-image:url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_454545_256x240.png?1748789902');}.ui-state-highlight .ui-icon{background-image:url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_2e83ff_256x240.png?1748789902');}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_cd0a0a_256x240.png?1748789902');}.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-on{background-position:-96px -144px;}.ui-icon-radio-off{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{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;}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px;}.ui-widget-overlay{background:#aaa url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1748789902') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1748789902') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px;}.row{margin-left:-20px;}.row:before,.row:after{display:table;content:"";line-height:0;width:100%;}.row:after{clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:20px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}.span16{width:940px;}.span15{width:880px;}.span14{width:820px;}.span13{width:760px;}.span12{width:700px;}.span11{width:640px;}.span10{width:580px;}.span9{width:520px;}.span8{width:460px;}.span7{width:400px;}.span6{width:340px;}.span5{width:280px;}.span4{width:220px;}.span3{width:160px;}.span2{width:100px;}.span1{width:40px;}.offset16{margin-left:980px;}.offset15{margin-left:920px;}.offset14{margin-left:860px;}.offset13{margin-left:800px;}.offset12{margin-left:740px;}.offset11{margin-left:680px;}.offset10{margin-left:620px;}.offset9{margin-left:560px;}.offset8{margin-left:500px;}.offset7{margin-left:440px;}.offset6{margin-left:380px;}.offset5{margin-left:320px;}.offset4{margin-left:260px;}.offset3{margin-left:200px;}.offset2{margin-left:140px;}.offset1{margin-left:80px;}.row-fluid{width:100%;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;width:100%;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.1276595744681%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:2.1276595744681%;}.row-fluid .span16{width:100%;}.row-fluid .span15{width:93.617021276596%;}.row-fluid .span14{width:87.234042553191%;}.row-fluid .span13{width:80.851063829787%;}.row-fluid .span12{width:74.468085106383%;}.row-fluid .span11{width:68.085106382979%;}.row-fluid .span10{width:61.702127659574%;}.row-fluid .span9{width:55.31914893617%;}.row-fluid .span8{width:48.936170212766%;}.row-fluid .span7{width:42.553191489362%;}.row-fluid .span6{width:36.170212765957%;}.row-fluid .span5{width:29.787234042553%;}.row-fluid .span4{width:23.404255319149%;}.row-fluid .span3{width:17.021276595745%;}.row-fluid .span2{width:10.63829787234%;}.row-fluid .span1{width:4.2553191489362%;}.row-fluid .offset16{margin-left:104.25531914894%;}.row-fluid .offset16:first-child{margin-left:102.12765957447%;}.row-fluid .offset15{margin-left:97.872340425532%;}.row-fluid .offset15:first-child{margin-left:95.744680851064%;}.row-fluid .offset14{margin-left:91.489361702128%;}.row-fluid .offset14:first-child{margin-left:89.36170212766%;}.row-fluid .offset13{margin-left:85.106382978723%;}.row-fluid .offset13:first-child{margin-left:82.978723404255%;}.row-fluid .offset12{margin-left:78.723404255319%;}.row-fluid .offset12:first-child{margin-left:76.595744680851%;}.row-fluid .offset11{margin-left:72.340425531915%;}.row-fluid .offset11:first-child{margin-left:70.212765957447%;}.row-fluid .offset10{margin-left:65.957446808511%;}.row-fluid .offset10:first-child{margin-left:63.829787234043%;}.row-fluid .offset9{margin-left:59.574468085106%;}.row-fluid .offset9:first-child{margin-left:57.446808510638%;}.row-fluid .offset8{margin-left:53.191489361702%;}.row-fluid .offset8:first-child{margin-left:51.063829787234%;}.row-fluid .offset7{margin-left:46.808510638298%;}.row-fluid .offset7:first-child{margin-left:44.68085106383%;}.row-fluid .offset6{margin-left:40.425531914894%;}.row-fluid .offset6:first-child{margin-left:38.297872340426%;}.row-fluid .offset5{margin-left:34.042553191489%;}.row-fluid .offset5:first-child{margin-left:31.914893617021%;}.row-fluid .offset4{margin-left:27.659574468085%;}.row-fluid .offset4:first-child{margin-left:25.531914893617%;}.row-fluid .offset3{margin-left:21.276595744681%;}.row-fluid .offset3:first-child{margin-left:19.148936170213%;}.row-fluid .offset2{margin-left:14.893617021277%;}.row-fluid .offset2:first-child{margin-left:12.765957446809%;}.row-fluid .offset1{margin-left:8.5106382978723%;}.row-fluid .offset1:first-child{margin-left:6.3829787234043%;}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none;}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right;}.container{margin-right:auto;margin-left:auto;}.container:before,.container:after{display:table;content:"";line-height:0;width:100%;}.container:after{clear:both;}.container-fluid{margin:0 auto;padding-right:20px;padding-left:20px;}.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0;width:100%;}.container-fluid:after{clear:both;}@font-face{font-family:glyphs;src:url('../../../../../../../../design/themes/responsive/media/fonts/glyphs.eot?1748789902');src:url('../../../../../../../../design/themes/responsive/media/fonts/glyphs.eot?1748789902#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/responsive/media/fonts/glyphs.woff?1748789902') format('woff'), url('../../../../../../../../design/themes/responsive/media/fonts/glyphs.ttf?1748789902') format('truetype'), url('../../../../../../../../design/themes/responsive/media/fonts/glyphs.svg?1748789902#glyphs') format('svg');font-weight:normal;font-style:normal;}[data-icon]:before{font-family:glyphs;content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}[class*="ty-icon-"]:before{font-family:inherit;}.ty-icon-up-dir,.ty-icon-right-dir,.ty-icon-down-dir,.ty-icon-left-dir,.ty-icon-star-empty,.ty-icon-th-list,.ty-icon-heart,.ty-icon-flight,.ty-icon-ok,.ty-icon-cancel,.ty-icon-cancel-circle,.ty-icon-minus-circle,.ty-icon-right-thin,.ty-icon-cw,.ty-icon-left-circle,.ty-icon-right-circle,.ty-icon-help-circle,.ty-icon-back,.ty-icon-products-multicolumns,.ty-icon-print,.ty-icon-chat,.ty-icon-article-alt,.ty-icon-docs,.ty-icon-zoom-in,.ty-icon-zoom-out,.ty-icon-down-open,.ty-icon-left-open,.ty-icon-right-open,.ty-icon-up-open,.ty-icon-down-micro,.ty-icon-up-micro,.ty-icon-right-open-thin,.ty-icon-left-open-thin,.ty-icon-products-without-options,.ty-icon-short-list,.ty-icon-plus-circle,.ty-icon-user,.ty-icon-doc-text,.ty-icon-calendar,.ty-icon-chart-bar,.ty-icon-download,.ty-icon-search,.ty-icon-lock,.ty-icon-popup,.ty-icon-plus,.ty-icon-folder,.ty-icon-folder-open,.ty-icon-mail,.ty-icon-twitter,.ty-icon-facebook,.ty-icon-file,.ty-icon-trashcan,.ty-icon-d-arrow,.ty-icon-bubble,.ty-icon-upload,.ty-icon-cog,.ty-icon-square,.ty-icon-arrow-up-right,.ty-icon-arrow-up-left,.ty-icon-arrow-down-left,.ty-icon-arrow-down-right,.ty-icon-arrow-down,.ty-icon-arrow-up,.ty-icon-arrow-left,.ty-icon-arrow-right,.ty-icon-location-arrow,.ty-icon-star,.ty-icon-star-half,.ty-icon-refresh,.ty-icon-basket,.ty-icon-image,.icon-image,.ty-icon-edit,.ty-icon-live-edit,.ty-icon-gift,.ty-icon-ban-circle,.ty-icon-wrench,.ty-icon-feed,.ty-icon-cart,.ty-icon-target{font-family:glyphs;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;}.ty-icon-up-dir:before{content:"\e000";}.ty-icon-right-dir:before{content:"\e001";}.ty-icon-down-dir:before{content:"\e002";}.ty-icon-left-dir:before{content:"\e003";}.ty-icon-star-empty:before{content:"\e004";}.ty-icon-th-list:before{content:"\e005";}.ty-icon-heart:before{content:"\e006";}.ty-icon-flight:before{content:"\e007";}.ty-icon-ok:before{content:"\e008";}.ty-icon-cancel:before{content:"\e009";}.ty-icon-cancel-circle:before{content:"\e00a";}.ty-icon-minus-circle:before{content:"\e00b";}.ty-icon-right-thin:before{content:"\e00c";}.ty-icon-cw:before{content:"\e00d";}.ty-icon-left-circle:before{content:"\e00e";}.ty-icon-right-circle:before{content:"\e00f";}.ty-icon-help-circle:before{content:"\e010";}.ty-icon-back:before{content:"\e011";}.ty-icon-products-multicolumns:before{content:"\e012";}.ty-icon-print:before{content:"\e013";}.ty-icon-chat:before{content:"\e014";}.ty-icon-article-alt:before{content:"\e015";}.ty-icon-docs:before{content:"\e016";}.ty-icon-zoom-in:before{content:"\e017";}.ty-icon-zoom-out:before{content:"\e018";}.ty-icon-down-open:before{content:"\e019";}.ty-icon-left-open:before{content:"\e01a";}.ty-icon-right-open:before{content:"\e01b";}.ty-icon-up-open:before{content:"\e01c";}.ty-icon-down-micro:before{content:"\e01d";}.ty-icon-up-micro:before{content:"\e01e";}.ty-icon-right-open-thin:before{content:"\e01f";}.ty-icon-left-open-thin:before{content:"\e020";}.ty-icon-products-without-options:before{content:"\e021";}.ty-icon-short-list:before{content:"\e022";}.ty-icon-plus-circle:before{content:"\e023";}.ty-icon-user:before{content:"\e024";}.ty-icon-doc-text:before{content:"\e025";}.ty-icon-calendar:before{content:"\e026";}.ty-icon-chart-bar:before{content:"\e027";}.ty-icon-download:before{content:"\e028";}.ty-icon-search:before{content:"\e029";}.ty-icon-lock:before{content:"\e02a";}.ty-icon-popup:before{content:"\e02b";}.ty-icon-plus:before{content:"\e02c";}.ty-icon-folder:before{content:"\e02d";}.ty-icon-folder-open:before{content:"\e02e";}.ty-icon-mail:before{content:"\e02f";}.ty-icon-twitter:before{content:"\e600";}.ty-icon-facebook:before{content:"\e601";}.ty-icon-file:before{content:"\e032";}.ty-icon-trashcan:before{content:"\e033";}.ty-icon-d-arrow:before{content:"\e602";}.ty-icon-bubble:before{content:"\e035";}.ty-icon-upload:before{content:"\e036";}.ty-icon-cog:before{content:"\e037";}.ty-icon-square:before{content:"\e038";}.ty-icon-arrow-up-right:before{content:"\e039";}.ty-icon-arrow-up-left:before{content:"\e03a";}.ty-icon-arrow-down-left:before{content:"\e03b";}.ty-icon-arrow-down-right:before{content:"\e03c";}.ty-icon-arrow-down:before{content:"\e03d";}.ty-icon-arrow-up:before{content:"\e03e";}.ty-icon-arrow-left:before{content:"\e03f";}.ty-icon-arrow-right:before{content:"\e040";}.ty-icon-location-arrow:before{content:"\e901";}.ty-icon-star:before{content:"\e041";}.ty-icon-star-half:before{content:"\e042";}.ty-icon-refresh:before{content:"\e043";}.ty-icon-basket:before{content:"\e044";}.ty-icon-image:before{content:"\e045";}.icon-image:before{content:"\e045";}.ty-icon-edit:before{content:"\e046";}.ty-icon-live-edit:before{content:"\e046";}.ty-icon-gift:before{content:"\e048";}.ty-icon-ban-circle:before{content:"\e049";}.ty-icon-wrench:before{content:"\e04a";}.ty-icon-feed:before{content:"\e603";}.ty-icon-cart:before{content:"\e900";}.ty-icon-target:before{content:"\e9b3";}@font-face{font-weight:normal;font-style:normal;font-family:ALSRubl-Arial;src:url('../../../../../../../../design/themes/responsive/media/fonts/alsrubl-arial-regular.eot?1748789902');src:url('../../../../../../../../design/themes/responsive/media/fonts/alsrubl-arial-regular.eot?1748789902#iefix') format('../media/fonts/embedded-opentype'), url('../../../../../../../../design/themes/responsive/media/fonts/alsrubl-arial-regular.woff?1748789902') format('woff'), url('../../../../../../../../design/themes/responsive/media/fonts/alsrubl-arial-regular.ttf?1748789902') format('truetype'), url('../../../../../../../../design/themes/responsive/media/fonts/alsrubl-arial-regular.svg?1748789902#ALSRublArialRegular') format('svg');}.ty-rub{font-family:ALSRubl-Arial,Arial,sans-serif;font-size:inherit;}.ty-flag{display:inline-block;vertical-align:top;width:16px;height:16px;margin:0 5px 0 0;background:url('../../../../../../../../design/themes/responsive/media/images/icons/flags.png?1748789902') no-repeat -25px -25px;}.ty-flag.ty-flag-ad{background-position:0px 0px;}.ty-flag.ty-flag-ae{background-position:-50px 0px;}.ty-flag.ty-flag-af{background-position:0px -50px;}.ty-flag.ty-flag-ag{background-position:-50px -50px;}.ty-flag.ty-flag-ai{background-position:-100px 0px;}.ty-flag.ty-flag-al{background-position:-100px -50px;}.ty-flag.ty-flag-am{background-position:0px -100px;}.ty-flag.ty-flag-an{background-position:-50px -100px;}.ty-flag.ty-flag-ao{background-position:-100px -100px;}.ty-flag.ty-flag-aq{background-position:-150px 0px;}.ty-flag.ty-flag-ar{background-position:-150px -50px;}.ty-flag.ty-flag-as{background-position:-150px -100px;}.ty-flag.ty-flag-at{background-position:0px -150px;}.ty-flag.ty-flag-au{background-position:-50px -150px;}.ty-flag.ty-flag-aw{background-position:-100px -150px;}.ty-flag.ty-flag-ax{background-position:-150px -150px;}.ty-flag.ty-flag-az{background-position:-200px 0px;}.ty-flag.ty-flag-ba{background-position:-200px -50px;}.ty-flag.ty-flag-bb{background-position:-200px -100px;}.ty-flag.ty-flag-bd{background-position:-200px -150px;}.ty-flag.ty-flag-be{background-position:0px -200px;}.ty-flag.ty-flag-bf{background-position:-50px -200px;}.ty-flag.ty-flag-bg{background-position:-100px -200px;}.ty-flag.ty-flag-bh{background-position:-150px -200px;}.ty-flag.ty-flag-bi{background-position:-200px -200px;}.ty-flag.ty-flag-bj{background-position:-250px 0px;}.ty-flag.ty-flag-bl{background-position:-250px -50px;}.ty-flag.ty-flag-bm{background-position:-250px -100px;}.ty-flag.ty-flag-bn{background-position:-250px -150px;}.ty-flag.ty-flag-bo{background-position:-250px -200px;}.ty-flag.ty-flag-br{background-position:0px -250px;}.ty-flag.ty-flag-bs{background-position:-50px -250px;}.ty-flag.ty-flag-bt{background-position:-100px -250px;}.ty-flag.ty-flag-bw{background-position:-150px -250px;}.ty-flag.ty-flag-by{background-position:-200px -250px;}.ty-flag.ty-flag-bz{background-position:-250px -250px;}.ty-flag.ty-flag-ca{background-position:-300px 0px;}.ty-flag.ty-flag-cc{background-position:-300px -50px;}.ty-flag.ty-flag-cd{background-position:-300px -100px;}.ty-flag.ty-flag-cf{background-position:-300px -150px;}.ty-flag.ty-flag-cg{background-position:-300px -200px;}.ty-flag.ty-flag-ch{background-position:-300px -250px;}.ty-flag.ty-flag-ci{background-position:0px -300px;}.ty-flag.ty-flag-ck{background-position:-50px -300px;}.ty-flag.ty-flag-cl{background-position:-100px -300px;}.ty-flag.ty-flag-cm{background-position:-150px -300px;}.ty-flag.ty-flag-cn{background-position:-200px -300px;}.ty-flag.ty-flag-co{background-position:-250px -300px;}.ty-flag.ty-flag-cr{background-position:-300px -300px;}.ty-flag.ty-flag-cu{background-position:-350px 0px;}.ty-flag.ty-flag-cv{background-position:-350px -50px;}.ty-flag.ty-flag-cx{background-position:-350px -100px;}.ty-flag.ty-flag-cy{background-position:-350px -150px;}.ty-flag.ty-flag-cz{background-position:-350px -200px;}.ty-flag.ty-flag-de{background-position:-350px -250px;}.ty-flag.ty-flag-dj{background-position:-350px -300px;}.ty-flag.ty-flag-dk,.ty-flag.ty-flag-da{background-position:0px -350px;}.ty-flag.ty-flag-dm{background-position:-50px -350px;}.ty-flag.ty-flag-do{background-position:-100px -350px;}.ty-flag.ty-flag-dz{background-position:-150px -350px;}.ty-flag.ty-flag-ec{background-position:-200px -350px;}.ty-flag.ty-flag-ee{background-position:-250px -350px;}.ty-flag.ty-flag-eg{background-position:-300px -350px;}.ty-flag.ty-flag-eh{background-position:-350px -350px;}.ty-flag.ty-flag-er{background-position:-400px 0px;}.ty-flag.ty-flag-es{background-position:-400px -50px;}.ty-flag.ty-flag-et{background-position:-400px -100px;}.ty-flag.ty-flag-eu{background-position:-400px -150px;}.ty-flag.ty-flag-fi{background-position:-400px -200px;}.ty-flag.ty-flag-fj{background-position:-400px -250px;}.ty-flag.ty-flag-fk{background-position:-400px -300px;}.ty-flag.ty-flag-fm{background-position:-400px -350px;}.ty-flag.ty-flag-fo{background-position:0px -400px;}.ty-flag.ty-flag-fr{background-position:-50px -400px;}.ty-flag.ty-flag-ga{background-position:-100px -400px;}.ty-flag.ty-flag-gb,.ty-flag.ty-flag-en{background-position:-150px -400px;}.ty-flag.ty-flag-gd{background-position:-200px -400px;}.ty-flag.ty-flag-ge{background-position:-250px -400px;}.ty-flag.ty-flag-gg{background-position:-300px -400px;}.ty-flag.ty-flag-gh{background-position:-350px -400px;}.ty-flag.ty-flag-gi{background-position:-400px -400px;}.ty-flag.ty-flag-gl{background-position:-450px 0px;}.ty-flag.ty-flag-gm{background-position:-450px -50px;}.ty-flag.ty-flag-gn{background-position:-450px -100px;}.ty-flag.ty-flag-gq{background-position:-450px -150px;}.ty-flag.ty-flag-gr,.ty-flag.ty-flag-el{background-position:-450px -200px;}.ty-flag.ty-flag-gs{background-position:-450px -250px;}.ty-flag.ty-flag-gt{background-position:-450px -300px;}.ty-flag.ty-flag-gu{background-position:-450px -350px;}.ty-flag.ty-flag-gw{background-position:-450px -400px;}.ty-flag.ty-flag-gy{background-position:0px -450px;}.ty-flag.ty-flag-hk{background-position:-50px -450px;}.ty-flag.ty-flag-hn{background-position:-100px -450px;}.ty-flag.ty-flag-hr{background-position:-150px -450px;}.ty-flag.ty-flag-ht{background-position:-200px -450px;}.ty-flag.ty-flag-hu{background-position:-250px -450px;}.ty-flag.ty-flag-id{background-position:-300px -450px;}.ty-flag.ty-flag-ie{background-position:-350px -450px;}.ty-flag.ty-flag-il{background-position:-400px -450px;}.ty-flag.ty-flag-im{background-position:-450px -450px;}.ty-flag.ty-flag-in{background-position:-500px 0px;}.ty-flag.ty-flag-iq{background-position:-500px -50px;}.ty-flag.ty-flag-ir{background-position:-500px -100px;}.ty-flag.ty-flag-is{background-position:-500px -150px;}.ty-flag.ty-flag-it{background-position:-500px -200px;}.ty-flag.ty-flag-je{background-position:-500px -250px;}.ty-flag.ty-flag-jm{background-position:-500px -300px;}.ty-flag.ty-flag-jo{background-position:-500px -350px;}.ty-flag.ty-flag-jp{background-position:-500px -400px;}.ty-flag.ty-flag-ke{background-position:-500px -450px;}.ty-flag.ty-flag-kg{background-position:0px -500px;}.ty-flag.ty-flag-kh{background-position:-50px -500px;}.ty-flag.ty-flag-ki{background-position:-100px -500px;}.ty-flag.ty-flag-km{background-position:-150px -500px;}.ty-flag.ty-flag-kn{background-position:-200px -500px;}.ty-flag.ty-flag-kp{background-position:-250px -500px;}.ty-flag.ty-flag-kr{background-position:-300px -500px;}.ty-flag.ty-flag-kv{background-position:-350px -500px;}.ty-flag.ty-flag-kw{background-position:-400px -500px;}.ty-flag.ty-flag-ky{background-position:-450px -500px;}.ty-flag.ty-flag-kz{background-position:-500px -500px;}.ty-flag.ty-flag-la{background-position:-550px 0px;}.ty-flag.ty-flag-lb{background-position:-550px -50px;}.ty-flag.ty-flag-lc{background-position:-550px -100px;}.ty-flag.ty-flag-li{background-position:-550px -150px;}.ty-flag.ty-flag-lk{background-position:-550px -200px;}.ty-flag.ty-flag-lr{background-position:-550px -250px;}.ty-flag.ty-flag-ls{background-position:-550px -300px;}.ty-flag.ty-flag-lt{background-position:-550px -350px;}.ty-flag.ty-flag-lu{background-position:-550px -400px;}.ty-flag.ty-flag-lv{background-position:-550px -450px;}.ty-flag.ty-flag-ly{background-position:-550px -500px;}.ty-flag.ty-flag-ma{background-position:0px -550px;}.ty-flag.ty-flag-mc{background-position:-50px -550px;}.ty-flag.ty-flag-md{background-position:-100px -550px;}.ty-flag.ty-flag-me{background-position:-150px -550px;}.ty-flag.ty-flag-mg{background-position:-200px -550px;}.ty-flag.ty-flag-mh{background-position:-250px -550px;}.ty-flag.ty-flag-mk{background-position:-300px -550px;}.ty-flag.ty-flag-ml{background-position:-350px -550px;}.ty-flag.ty-flag-mm{background-position:-400px -550px;}.ty-flag.ty-flag-mn{background-position:-450px -550px;}.ty-flag.ty-flag-mo{background-position:-500px -550px;}.ty-flag.ty-flag-mp{background-position:-550px -550px;}.ty-flag.ty-flag-mr{background-position:-600px 0px;}.ty-flag.ty-flag-ms{background-position:-600px -50px;}.ty-flag.ty-flag-mt{background-position:-600px -100px;}.ty-flag.ty-flag-mu{background-position:-600px -150px;}.ty-flag.ty-flag-mv{background-position:-600px -200px;}.ty-flag.ty-flag-mw{background-position:-600px -250px;}.ty-flag.ty-flag-mx{background-position:-600px -300px;}.ty-flag.ty-flag-my{background-position:-600px -350px;}.ty-flag.ty-flag-mz{background-position:-600px -400px;}.ty-flag.ty-flag-na{background-position:-600px -450px;}.ty-flag.ty-flag-nc{background-position:-600px -500px;}.ty-flag.ty-flag-ne{background-position:-600px -550px;}.ty-flag.ty-flag-nf{background-position:0px -600px;}.ty-flag.ty-flag-ng{background-position:-50px -600px;}.ty-flag.ty-flag-ni{background-position:-100px -600px;}.ty-flag.ty-flag-nl{background-position:-150px -600px;}.ty-flag.ty-flag-no{background-position:-200px -600px;}.ty-flag.ty-flag-np{background-position:-250px -600px;}.ty-flag.ty-flag-nr{background-position:-300px -600px;}.ty-flag.ty-flag-nu{background-position:-350px -600px;}.ty-flag.ty-flag-nz{background-position:-400px -600px;}.ty-flag.ty-flag-om{background-position:-450px -600px;}.ty-flag.ty-flag-pa{background-position:-500px -600px;}.ty-flag.ty-flag-pe{background-position:-550px -600px;}.ty-flag.ty-flag-pg{background-position:-600px -600px;}.ty-flag.ty-flag-ph{background-position:-650px 0px;}.ty-flag.ty-flag-pk{background-position:-650px -50px;}.ty-flag.ty-flag-pl{background-position:-650px -100px;}.ty-flag.ty-flag-pn{background-position:-650px -150px;}.ty-flag.ty-flag-pr{background-position:-650px -200px;}.ty-flag.ty-flag-ps{background-position:-650px -250px;}.ty-flag.ty-flag-pt{background-position:-650px -300px;}.ty-flag.ty-flag-pw{background-position:-650px -350px;}.ty-flag.ty-flag-py{background-position:-650px -400px;}.ty-flag.ty-flag-qa{background-position:-650px -450px;}.ty-flag.ty-flag-ro{background-position:-650px -500px;}.ty-flag.ty-flag-rs{background-position:-650px -550px;}.ty-flag.ty-flag-ru{background-position:-650px -600px;}.ty-flag.ty-flag-rw{background-position:0px -650px;}.ty-flag.ty-flag-sa{background-position:-50px -650px;}.ty-flag.ty-flag-sb{background-position:-100px -650px;}.ty-flag.ty-flag-sc{background-position:-150px -650px;}.ty-flag.ty-flag-sd{background-position:-200px -650px;}.ty-flag.ty-flag-se{background-position:-250px -650px;}.ty-flag.ty-flag-sg{background-position:-300px -650px;}.ty-flag.ty-flag-sh{background-position:-350px -650px;}.ty-flag.ty-flag-si{background-position:-400px -650px;}.ty-flag.ty-flag-sk{background-position:-450px -650px;}.ty-flag.ty-flag-sl{background-position:-500px -650px;}.ty-flag.ty-flag-sm{background-position:-550px -650px;}.ty-flag.ty-flag-sn{background-position:-600px -650px;}.ty-flag.ty-flag-so{background-position:-650px -650px;}.ty-flag.ty-flag-sr{background-position:-700px 0px;}.ty-flag.ty-flag-ss{background-position:-700px -50px;}.ty-flag.ty-flag-st{background-position:-700px -100px;}.ty-flag.ty-flag-sv{background-position:-700px -150px;}.ty-flag.ty-flag-sy{background-position:-700px -200px;}.ty-flag.ty-flag-sz{background-position:-700px -250px;}.ty-flag.ty-flag-tc{background-position:-700px -300px;}.ty-flag.ty-flag-td{background-position:-700px -350px;}.ty-flag.ty-flag-tg{background-position:-700px -400px;}.ty-flag.ty-flag-th{background-position:-700px -450px;}.ty-flag.ty-flag-tj{background-position:-700px -500px;}.ty-flag.ty-flag-tm{background-position:-700px -550px;}.ty-flag.ty-flag-tn{background-position:-700px -600px;}.ty-flag.ty-flag-to{background-position:-700px -650px;}.ty-flag.ty-flag-tp{background-position:0px -700px;}.ty-flag.ty-flag-tr{background-position:-50px -700px;}.ty-flag.ty-flag-tt{background-position:-100px -700px;}.ty-flag.ty-flag-tv{background-position:-150px -700px;}.ty-flag.ty-flag-tw{background-position:-200px -700px;}.ty-flag.ty-flag-tz{background-position:-250px -700px;}.ty-flag.ty-flag-ua{background-position:-300px -700px;}.ty-flag.ty-flag-ug{background-position:-350px -700px;}.ty-flag.ty-flag-us{background-position:-400px -700px;}.ty-flag.ty-flag-uy{background-position:-450px -700px;}.ty-flag.ty-flag-uz{background-position:-500px -700px;}.ty-flag.ty-flag-va{background-position:-550px -700px;}.ty-flag.ty-flag-vc{background-position:-600px -700px;}.ty-flag.ty-flag-ve{background-position:-650px -700px;}.ty-flag.ty-flag-vg{background-position:-700px -700px;}.ty-flag.ty-flag-vi{background-position:-750px 0px;}.ty-flag.ty-flag-vn{background-position:-750px -50px;}.ty-flag.ty-flag-vu{background-position:-750px -100px;}.ty-flag.ty-flag-ws{background-position:-750px -150px;}.ty-flag.ty-flag-ye{background-position:-750px -200px;}.ty-flag.ty-flag-yt{background-position:-750px -250px;}.ty-flag.ty-flag-za{background-position:-750px -300px;}.ty-flag.ty-flag-zh{background-position:-200px -300px;}.ty-flag.ty-flag-zm{background-position:-750px -350px;}.ty-flag.ty-flag-zw{background-position:-750px -400px;}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2){.ty-flag{background-image:url('../../../../../../../../design/themes/responsive/media/images/icons/flags@2x.png?1748789902');background-size:800px 800px;}}@media print{body{background:#fff;min-width:0;}#ci_header,#ci_footer{display:none;}.product-main-info h1.ty-mainbox-title,.in-stock,.ty-mainbox-title span{color:#333;}.ty-footer-menu div,.ty-payment-icons,.qty,.sidebox-wrapper,.ty-sort-container{display:none;}.central-column,.container-left .central-column{margin:0;overflow:visible;}.ty-helper-container{width:700px;}.container{width:auto;border:0;}}.ty-menu__items,.cm-dialog-opener{-webkit-touch-callout:none;}*{-webkit-tap-highlight-color:rgba(0,0,0,0);}body{background:#fff;}body,p,div,li{color:#363636;font-family:Tahoma,Geneva,sans-serif;font-size:18px;font-style:normal;font-weight:normal;}p{margin:0;padding:6px 0;}a{font-family:Tahoma,Geneva,sans-serif;font-size:18px;font-weight:normal;font-style:normal;text-decoration:none;outline:none;color:#d30a80;cursor:pointer;border-bottom:0;-webkit-transition:all 150ms;-moz-transition:all 150ms;-o-transition:all 150ms;transition:all 150ms;}a:hover{color:#a20862;}ul{padding:0;margin:0;list-style:none;}ol{padding:0 0 0 15px;}li{margin:0;padding:2px 0;text-indent:0;list-style:none;}hr{border:0;border-bottom:1px solid #eee;}img{max-width:100%;height:auto;vertical-align:middle;font-size:0;}h1,h2,h3,h4,h5,h6{margin:0 0 15px 0;color:#363636;}h1,h2{text-decoration:none;font-weight:normal;font-style:normal;font-size:26px;font-family:Verdana,Geneva,sans-serif;}.ty-btn{display:inline-block;margin-bottom:0;padding:6px 14px;outline:0px;border:1px solid rgba(0,0,0,0);background:#bdc3c7;background-image:none;color:#fff;vertical-align:middle;text-align:center;line-height:1.428571429;cursor:pointer;font-family:Tahoma,Geneva,sans-serif;font-size:18px;font-weight:normal;font-style:normal;text-decoration:none;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background 200ms;-moz-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;}.ty-btn + .ty-btn{margin-left:10px;}.ty-btn i{position:relative;top:2px;margin-right:5px;}.ty-btn:hover{color:#fff;text-decoration:none;}.ty-btn__big{padding:6px 17px;text-transform:uppercase;}.ty-btn__text,.ty-btn__text:hover{padding:0;background:none !important;color:#d30a80;}.ty-btn__primary{background:#d30a80;color:#fff;}.ty-btn__primary:hover{background:#f00b92;color:#fff;}.ty-btn__primary.ty-btn__text{color:#d30a80;}.ty-btn__secondary{background:#55b4b4;color:#fff;}.ty-btn__secondary:hover{background:#78c4c4;color:#fff;}.ty-btn__tertiary{background:#eee;color:#fff;}.ty-btn__tertiary:hover{background:#fff;color:#fff;}.buttons-container .buttons-container{margin-top:0;}.ty-btn-go{position:absolute;top:1px;right:1px;padding:0 10px;min-width:32px;height:30px;border:0px;border-left:1px solid #cdcdcd;background:#eee;cursor:pointer;box-sizing:border-box;border-radius:0px 4px 4px 0px;}.ty-btn-go__icon{position:absolute;top:5px;left:12px;font-size:20px;line-height:20px;color:#808080;}.ty-float-left{float:left;}.ty-float-right{float:right;}.ty-clear-both{clear:both;}.ty-valign{vertical-align:middle;}.ty-valign-top{vertical-align:top;}.ty-valign-bottom{vertical-align:bottom;}.hidden{display:none;visibility:visible;}.ty-strong{font-weight:bold;}.ty-italic{font-style:italic;}.ty-lowercase{text-transform:lowercase;}.ty-uppercase{text-transform:uppercase;}.ty-left{text-align:left;}.ty-right{text-align:right;}.ty-center{text-align:center;}.ty-justify{text-align:justify;}.ty-strike{text-decoration:line-through;}.ty-center-block{margin:0 auto;}.ty-inline{display:inline;}.ty-block{display:block;}.ty-inline-block{display:inline-block;}.ty-scroll-x{overflow-x:auto;overflow-y:hidden;padding-bottom:3px;width:100%;height:100%;}.ty-hand{cursor:pointer;}.ty-nowrap{white-space:nowrap;}.ty-overflow-hidden{overflow:hidden;}.ty-width-full{width:100%;}.ty-p-none{padding:0 !important;}.ty-m-none{margin:0 !important;}.ty-mb-l{margin-bottom:30px;}.ty-mt-l{margin-top:30px;}.ty-mb-m{margin-bottom:20px;}.ty-mt-m{margin-top:20px;}.ty-mtb-s{margin:10px 0;}.ty-mtb-xs{margin:5px 0;}.ty-ml-s{margin-left:10px;}.ty-mt-s{margin-top:10px;}.ty-mt-m{margin-top:20px;}.ty-mb-s{margin-bottom:10px;}.ty-position-relative{position:relative;}.cm-opacity{opacity:0.3;}.cm-hint{color:#767676;}input[type="text"],input[type="password"],textarea,select{padding:4px 8px;border:1px solid #c8c8c8;background:#fff;font-family:Tahoma,Geneva,sans-serif;font-size:18px;font-style:normal;font-weight:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;}input[type="text"],input[type="password"]{height:32px;-webkit-appearance:none;border-radius:0;border-radius:4px;}select[multiple="multiple"]{min-height:80px;}.radio,.checkbox,input[type="radio"],input[type="checkbox"]{margin:-4px 6px 0 0;padding:0;vertical-align:middle;}input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:0;border-color:#d30a80;-webkit-transition:border 0.2s linear 0s;-moz-transition:border 0.2s linear 0s;-o-transition:border 0.2s linear 0s;transition:border 0.2s linear 0s;}select{padding:4px 3px 3px;min-width:4em;max-width:100%;height:2.2em;line-height:2.2em;}.ty-control-group{margin:0 0 12px 0;vertical-align:middle;}.ty-control-group:before,.ty-control-group:after{display:table;content:"";line-height:0;width:100%;}.ty-control-group:after{clear:both;}.ty-control-group__label{float:left;padding:6px 0;margin-right:10px;width:110px;color:#1d1d1d;}.ty-control-group__title{display:block;padding:6px 0;font-weight:bold;}.ty-control-group__price{width:115px;}.ty-control-group__item{display:inline-block;padding:6px 0;word-break:break-all;word-break:break-word;}.ty-control-group label.hidden{display:none;}.ty-input-append{position:relative;margin:10px 0 0 0;}.ty-input-append .ty-input-text{width:100%;padding-right:35px;}.ty-select-field{padding:3px 0;}.ty-select-field__label{display:block;padding:3px 0;margin-right:10px;font-size:90%;}.ty-select-field__checkbox{vertical-align:middle;}label.cm-failed-label{color:#bf4d4d;}label.cm-required:after{padding-left:3px;color:#ea7162;content:"*";font-size:13px;line-height:1px;}input[type="text"].cm-failed-field,input[type="password"].cm-failed-field,textarea.cm-failed-field,.cm-field-container.cm-failed-field input[type="text"]{border:1px solid #bf4d4d;background:#fff;}.ty-error-text{color:#b94a48;}.disabled,select.disabled{background:#e3e3e3;}.ty-input-text{width:auto;}.ty-input-text-medium{width:300px;}.ty-input-text-large{width:550px;}.ty-input-text-short{width:50px;}.ty-input-text-full{width:100%;}.ty-input-textarea{resize:vertical;}.ty-table{width:100%;margin-top:30px;border:1px solid #eee;border-width:1px 0px 1px 1px;border-bottom:none;}.ty-table th{padding:12px;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#f8f8f8;text-align:left;text-transform:none;white-space:nowrap;font-weight:bold;line-height:normal;}.ty-table th i{margin-left:5px;position:relative;top:3px;font-size:16px;color:#bdc3c7;}.ty-table tr,.table .table tr{background-color:#fff;}.ty-table table tr{background-color:transparent;}.ty-table td,.ty-table .table td{padding:13px;border-right:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;}.ty-table tbody tr:nth-child(2n){background:#f8f8f8;}.ty-table th,.ty-table th a{color:#404040;font-weight:bold;}.ty-table__responsive-header{display:none;}.help-inline{display:block;}.help-inline p{padding:4px 0px 0px 0px;color:#b94a48 !important;}.ty-dir-list{display:inline-block;width:7px;font-size:15px;margin-right:5px;cursor:pointer;}.ty-extra-link{border-bottom:1px dotted #4d4d4d;padding:0;text-decoration:none;color:#1d1d1d;cursor:pointer;}.ty-dashed-link{border-bottom-width:1px;border-bottom-style:dotted;text-decoration:none;}.ty-remove{position:relative;display:inline-block;width:auto;white-space:nowrap;text-decoration:none;}.ty-remove:hover{text-decoration:none;}.ty-remove__icon{vertical-align:middle;}.ty-remove__txt{padding-left:5px;font-size:12px;color:#bbb;vertical-align:middle;}.ty-remove:hover .ty-remove__txt,.ty-remove:hover .ty-remove__icon{color:#bbb;}.ty-delete-big,.ty-delete-icon{vertical-align:middle;}.ty-delete-big:hover,.ty-delete-icon:hover{text-decoration:none;}.ty-delete-big__icon{font-size:19px;color:#bbb;}.ty-caret{position:absolute;top:-16px;left:14px;float:left;overflow:hidden;width:16px;height:16px;}.ty-caret .ty-caret-outer,.ty-caret .ty-caret-inner{position:absolute;top:0;left:0;display:inline-block;margin-left:-1px;}.ty-caret .ty-caret-outer{width:0;height:0;border-top:16px solid transparent;border-right:16px solid #eee;}.ty-caret .ty-caret-inner{top:2px;left:1px;width:0;height:0;border-top:14px solid transparent;border-right:14px solid #fff;}.ty-caret-bottom{position:absolute;bottom:-16px;left:14px;float:left;overflow:hidden;width:16px;height:16px;}.ty-caret-bottom .ty-caret-outer,.ty-caret-bottom .ty-caret-inner{position:absolute;top:0;left:0;display:inline-block;margin-left:-1px;}.ty-caret-bottom .ty-caret-outer{width:0;height:0;border-bottom:16px solid transparent;border-left:16px solid #eee;}.ty-caret-bottom .ty-caret-inner{top:-1px;left:2px;width:0;height:0;border-bottom:14px solid transparent;border-left:14px solid #fff;}.ty-caret-info{position:absolute;top:-7px;left:12px;float:left;overflow:hidden;width:12px;height:7px;}.ty-caret-info .ty-caret-outer,.ty-caret-info .ty-caret-inner{position:absolute;top:0;left:0;display:inline-block;margin-left:-1px;}.ty-caret-info .ty-caret-outer{border-right:7px solid transparent;border-bottom:7px solid #bdc3c7;border-left:7px solid transparent;}.ty-caret-info .ty-caret-inner{top:1px;left:1px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;}.ty-no-items{padding:60px 20px;background:#f8f9f9;color:#bdc3c7;text-align:center;font-size:115%;margin-bottom:20px;}.ty-icon-cancel-circle{font-size:16px;line-height:16px;color:#a2a2a2;}.ty-menu{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-menu:before,.ty-menu:after{display:table;content:"";line-height:0;width:100%;}.ty-menu:after{clear:both;}.ty-menu__items{background:#f75d09;position:relative;border-radius:6px;}.ty-menu__items:before,.ty-menu__items:after{display:table;content:"";line-height:0;width:100%;}.ty-menu__items:after{clear:both;}.ty-menu__item{padding:0px;display:block;float:left;}.ty-menu__item:nth-child(2) .ty-menu__item-link{border-top-left-radius:6px;border-bottom-left-radius:6px;}.ty-menu__submenu-items{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.ty-menu__item-active .ty-menu__item-link{background:#df5307;}.no-touch .ty-menu__item:hover .ty-menu__submenu-items,.is-hover-menu .ty-menu__submenu-items{display:block;}.no-touch .ty-menu__item:hover .ty-menu__item-link,.is-hover-menu .ty-menu__item-link,.is-hover-menu.ty-menu__item-active .ty-menu__item-link{background:#e95708;color:white;text-shadow:none;}.ty-menu__item .ty-menu__item-link{color:#fff;position:relative;padding:13px 20px;display:block;min-height:46px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-menu__item .ty-menu__item-link .ty-icon-down-micro{position:absolute;font-size:20px;right:12px;top:13px;}.ty-menu__submenu-items{min-width:200px;display:none;position:absolute;background:white;z-index:200;border:1px solid #e45507;border-top:0;padding:15px 16px;}.ty-menu__submenu-items .ty-menu__submenu-item{margin-bottom:10px;}.ty-menu__submenu-items .ty-menu__submenu-link{color:#d30a80;}.ty-menu__submenu-items .ty-top-mine__submenu-col{margin:0px 10px 0px 0px;display:inline-block;vertical-align:top;min-width:139px;}.ty-menu__submenu-items .ty-top-mine__submenu-col:last-child{margin-right:1px;}.ty-menu__submenu-item-header{min-height:25px;margin-bottom:10px;padding-bottom:2px;border-bottom:1px solid #e5e5e5;}.ty-menu__submenu-item-header .ty-menu__submenu-link{font-weight:bold;color:#d30a80;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a{color:#fff;background:#d30a80;padding:2px 6px;}.ty-menu__submenu-dropdown-bottom{display:block;background:#ecf0f1;margin:0px -16px -15px;padding:10px;text-align:right;}.ty-menu-vertical .ty-menu__items{border-bottom:1px solid #34495e;z-index:30;}.ty-menu-vertical .ty-menu__item{float:none;position:relative;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu{display:none;right:0;left:auto;top:0;position:absolute;z-index:6;}.ty-menu-vertical .ty-menu__submenu-items{padding:0;border:1px solid #e45507;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover &gt; .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .is-hover-menu &gt; .ty-menu__submenu-item-header .ty-menu__item-link{background:#d30a80;color:#fff;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover i,.ty-menu-vertical .ty-menu__submenu .is-hover-menu i{color:#fff;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link{color:#d30a80;background:white;padding:14px 20px;}.no-touch .ty-menu-vertical .ty-menu__item:hover &gt; .ty-menu__submenu,.ty-menu-vertical .is-hover-menu &gt; .ty-menu__submenu{display:block;}.no-touch .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover &gt; .ty-menu__item-link{background:#d30a80;color:white;}.ty-menu-vertical .ty-menu__item .ty-icon-left-open{display:none;}.ty-menu__item-arrow i{position:absolute;z-index:5;right:15px;top:17px;color:#a1a6aa;}.ty-menu-vertical .ty-menu__submenu-item-header{margin-bottom:0px;padding-bottom:0px;border:0px;}.ty-menu-vertical .ty-menu__items.rtl{text-align:right;}.ty-menu-vertical .ty-menu__items.rtl .ty-icon-right-open{display:none;}.ty-menu-vertical .ty-menu__items.rtl .ty-icon-left-open{left:15px;right:auto;display:block;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu{width:202px;right:100%;left:auto;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items{width:200px;}.ty-menu__submenu{left:0;}.ty-menu__submenu-to-right .ty-menu__submenu-items{right:0px;}.ty-menu-item__sale .ty-menu__item-link,.no-touch .ty-menu-item__sale .ty-menu__item-link:hover{color:yellow;}html.dialog-is-open{overflow:hidden;}html.dialog-is-open body{overflow:scroll;}.ui-widget,.ui-widget button{font-family:'Open Sans',sans-serif;}.object-container{padding:10px 20px 0px 20px;background:#fff;overflow:auto;}.object-container .notification-content{top:11px;right:24px;min-width:420px;position:absolute;z-index:1510;}.ui-widget select,.ui-widget textarea{font-weight:normal;}.ui-dialog-content{overflow:visible;display:block !important;}.ui-widget-content.ui-dialog{padding:0;border:none;max-width:930px;}.object-container .ty-control-group__label{float:none;width:auto;display:inline-block;min-width:120px;vertical-align:top;}.ui-dialog .ui-dialog-content{overflow:visible;padding:0;min-height:120px !important;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.ui-widget-content.ui-dialog{border-radius:6px;overflow:hidden;}.ui-dialog .ui-dialog-titlebar{padding:13px 20px 10px;border:none;border-bottom:1px solid #d5d5d5;background:#f6f6f6;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ui-corner-all{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ui-dialog .ui-resizable-se{right:1px;bottom:1px;}.ui-widget-overlay{position:fixed;overflow:hidden;margin:0;padding:0;background:url('../../../../../../../../design/themes/responsive/media/images/picker_bg_outside.png?1748789902') repeat-x 0 -100% scroll #000;opacity:0.7;filter:alpha(opacity=70);}div.ui-dialog .ui-dialog-title{width:auto;margin:0;color:#2c3e50;font-weight:normal;font-size:18px;padding-right:20px;}.ui-dialog .ui-dialog-titlebar-close{top:27px;right:13px;padding:0;}.ui-draggable .ui-dialog-titlebar{cursor:url('../../../../../../../../design/themes/responsive/media/images/icons/openhand.cur?1748789902'), move;}.ui-dialog .buttons-container{margin:0px -20px;}.ui-dialog .buttons-container.picker{padding:13px 0;width:100%;border-top:1px solid #fff;background-color:#f9f9f9;}.buttons-container-picker{padding:0;width:100%;}.buttons-container-picker{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:15px 20px;border:1px solid #e3e3e3;}.ui-dialog .buttons-container.picker &gt; div{margin:0 15px;}.ui-widget-header .ui-icon-closethick{color:#d5d5d5;background:none;margin:-10px 0 0 -10px;text-indent:0;font:13px/1 'glyphs';speak:none;-webkit-font-smoothing:antialiased;opacity:0.7;}.ui-widget-header .ui-icon-closethick.ui-state-hover{opacity:1;}.ui-widget-header .ui-icon-closethick:before{font-family:glyphs;content:"\e009";speak:none;-webkit-font-smoothing:antialiased;}.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover{border:none;background:none;}.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover span:before{color:#fff;}.ui-widget-header .ui-state-default{background:none;border:0;outline:none;}.ui-dialog-dragging{background:#f7f7e7 none;opacity:0.6;}.ui-dialog-dragging .ui-resizable-handle{display:none;}.ui-dialog-dragging .ui-dialog-content{visibility:hidden;}.ty-wysiwyg-content h1{font-size:36px;font-weight:bold;}.ty-wysiwyg-content h2{font-weight:bold;font-size:30px;}.ty-wysiwyg-content h3{font-weight:bold;font-size:24px;}.ty-wysiwyg-content h4{font-weight:bold;font-size:18px;}.ty-wysiwyg-content h5{font-weight:bold;font-size:14px;}.ty-wysiwyg-content h6{font-weight:bold;font-size:12px;}.ty-wysiwyg-content h1,.ty-wysiwyg-content h2,.ty-wysiwyg-content h3{margin-top:20px;margin-bottom:10px;}.ty-wysiwyg-content h4,.ty-wysiwyg-content h5,.ty-wysiwyg-content h6{margin-top:10px;margin-bottom:10px;}.ty-wysiwyg-content td,.ty-wysiwyg-content th{padding:5px;}.ty-wysiwyg-content ul{padding:0 0 0 20px;list-style-type:disc;}.ty-wysiwyg-content ul &gt; li{list-style-type:inherit;}.ty-wysiwyg-content ol{padding:0 0 0 20px;list-style-type:decimal;}.ty-wysiwyg-content ol &gt; li{list-style-type:inherit;}.ty-product-block__description ul{padding:0 0 0 20px;list-style-type:disc;}.ty-product-block__description ul &gt; li{list-style-type:inherit;}.ty-product-block__description ol{padding:0 0 0 20px;list-style-type:decimal;}.ty-product-block__description ol &gt; li{list-style-type:inherit;}.ty-product-list__description ul{padding:0 0 0 20px;list-style-type:disc;}.ty-product-list__description ul &gt; li{list-style-type:inherit;}.ty-product-list__description ol{padding:0 0 0 20px;list-style-type:decimal;}.ty-product-list__description ol &gt; li{list-style-type:inherit;}.ty-wysiwyg-content iframe{max-width:100%;}.ty-wysiwyg-content .no-border td{border:0;}.redactor-box ol li{list-style-type:decimal;}.redactor-box ul li{list-style-type:disc;}.ty-wysiwyg-content [class*="ty-column"]{margin-bottom:20px;box-sizing:border-box;padding:0px 10px;}.ty-wysiwyg-content .ty-notice{padding:10px 25px;background:#f6f6f6;color:#363636;border-radius:4px;display:inline-block;}.ty-wysiwyg-content .ty-image{padding:10px;border:4px solid #fff;outline:2px solid #eee;box-sizing:border-box;}.ty-wysiwyg-content{word-wrap:break-word;}.ty-wysiwyg-content h1.ty-main-title{margin-top:10px;padding-bottom:10px;font-size:36px;text-transform:uppercase;line-height:155%;font-weight:normal;}.ty-wysiwyg-content h1.ty-main-title2{margin-top:45px;font-weight:normal;font-size:37px;}@media (max-width: 767px){.ty-wysiwyg-content h1.ty-main-title2,.ty-wysiwyg-content h1.ty-main-title{font-size:24px;}}.ty-wysiwyg-content h3.ty-main-title2{margin:78px 0 32px;font-size:22px;font-weight:normal;}.ty-list-container,.ty-items-container{margin:20px 0;line-height:140%;}.ty-list-container.ty-decimal .ty-list-text,.ty-items-container.ty-decimal .ty-list-text{padding-left:40px;}.ty-list-container.ty-decimal .ty-list-item,.ty-items-container.ty-decimal .ty-list-item{position:absolute;margin-top:7px;margin-left:-40px;font-size:60px;color:#0cf;}.ty-list-container .ty-column4 .ty-company__item,.ty-list-container .ty-column4 .ty-gift-certificate__item{padding-right:10%;}@media (max-width: 478px){.ty-list-container .ty-column4 .ty-company__item,.ty-list-container .ty-column4 .ty-gift-certificate__item{padding-right:0;}}.ty-list-container .ty-company__item{padding-right:10%;}.ty-list-container .ty-list-image{margin:17px 0;text-align:center;}.ty-list-container .ty-list-image.ty-left{text-align:left;}.ty-list-container .ty-list-image.ty-right{text-align:right;}.ty-list-container .ty-list-text{padding-top:8px;font-family:Arial;font-size:12px;line-height:150%;}.ty-list-container .ty-list-text.big{font-size:16px;}.ty-list-container .ty-list-text .ty-header{display:block;font-size:21px;}.ty-list-container .ty-list-text .ty-header .ty-big{font-size:218%;font-weight:bold;line-height:normal;}.ty-list-container.with-shadow .ty-list-image{padding:10px;margin-bottom:14px;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);}.ty-list-container.with-shadow .ty-list-text{padding-top:0;margin-bottom:27px;}.ty-list-container .ty-list-header{display:block;padding-bottom:6px;font-size:22px;line-height:normal;}.ty-items-container .item{padding-right:4%;}@media screen and (max-width: 480px){.ty-items-container{text-align:center;}.ty-items-container .item{padding-right:0;}}.ty-column1{display:inline-block;width:100%;vertical-align:top;margin-right:-0.25em;}.ty-column2{display:inline-block;width:50%;vertical-align:top;margin-right:-0.25em;}.ty-column3{display:inline-block;width:33.333333333333%;vertical-align:top;margin-right:-0.25em;}.ty-column4{display:inline-block;width:25%;vertical-align:top;margin-right:-0.25em;}.ty-column5{display:inline-block;width:20%;vertical-align:top;margin-right:-0.25em;}.ty-column6{display:inline-block;width:16.666666666667%;vertical-align:top;margin-right:-0.25em;}.ty-column7{display:inline-block;width:14.285714285714%;vertical-align:top;margin-right:-0.25em;}.ty-column8{display:inline-block;width:12.5%;vertical-align:top;margin-right:-0.25em;}.ty-column9{display:inline-block;width:11.111111111111%;vertical-align:top;margin-right:-0.25em;}.ty-column10{display:inline-block;width:10%;vertical-align:top;margin-right:-0.25em;}@media (max-width: 979px){.ty-column1{display:inline-block;width:100%;vertical-align:top;margin-right:-0.25em;}.ty-column2{width:100%;}.ty-column3{width:50%;}.ty-column4{width:33.333333333333%;}.ty-column5{width:25%;}.ty-column6{width:20%;}.ty-column7{width:16.666666666667%;}.ty-column8{width:14.285714285714%;}.ty-column9{width:12.5%;}.ty-column10{width:11.111111111111%;}}@media (max-width: 767px){.ty-column1{display:inline-block;width:100%;vertical-align:top;margin-right:-0.25em;}.ty-column2{width:50%;}.ty-column3{width:50%;}.ty-column4{width:50%;}.ty-column5{width:50%;}.ty-column6{width:50%;}.ty-column7{width:50%;}.ty-column8{width:50%;}.ty-column9{width:50%;}.ty-column10{width:50%;}}@media screen and (max-width: 480px){.ty-column1{width:100%;}.ty-column2{width:100%;}.ty-column3{width:100%;}.ty-column4{width:100%;}.ty-column5{width:100%;}.ty-column6{width:100%;}.ty-column7{width:100%;}.ty-column8{width:100%;}.ty-column9{width:100%;}.ty-column10{width:100%;}}.tygh-top-panel{background-color:#fff;background-image:-moz-linear-gradient(top,#fff,#fff);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));background-image:-webkit-linear-gradient(top,#fff,#fff);background-image:-o-linear-gradient(top,#fff,#fff);background-image:linear-gradient(to bottom,#fff,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);}.top-menu-grid{padding-top:38px;}.top-quick-links{margin:6px 0 0;}.top-quick-links a{color:#999;}.our-brands-grid{margin-bottom:80px;}.ty-order-summary{margin-top:66px;}.tygh-header &gt; div{padding-top:39px;}.header-widget-grid .top-menu-grid{padding-top:15px;}.search-widget-block-grid{padding:15px 0;}.tygh-header{background-color:#fff;background-image:-moz-linear-gradient(top,#fff,#fff);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));background-image:-webkit-linear-gradient(top,#fff,#fff);background-image:-o-linear-gradient(top,#fff,#fff);background-image:linear-gradient(to bottom,#fff,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);}.tygh-content &gt; div{padding-bottom:40px;}.tygh-content &gt; div{background-color:#fff;filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";background-color:transparent;background-image:none;}.side-grid .ty-account-info__user-arrow{display:none;}.side-grid .ty-dropdown-box__content{right:auto;left:0;}.main-content-grid{width:100%;}.footer-content-grid{margin:30px 0px;}.ty-holiday-gift-banner{margin-top:-20px;width:100%;}.top-my-account{margin-left:22px;}.buttons-container{padding:17px 20px;background:#f6f6f6;border-radius:6px;}.buttons-container:before,.buttons-container:after{display:table;content:"";line-height:0;width:100%;}.buttons-container:after{clear:both;}.ty-mainbox-body .buttons-container{margin:25px 0px;}.ty-mainbox-title{margin-bottom:10px;}.ty-mainbox-title:before,.ty-mainbox-title:after{display:table;content:"";line-height:0;width:100%;}.ty-mainbox-title:after{clear:both;}.ty-mainbox-title__left{float:left;}.ty-mainbox-title__right{display:block;float:right;margin-top:7px;font-weight:normal;font-size:70%;}.ty-mainbox-title .ty-status{float:right;padding-top:10px;color:#404040;font-style:normal;font-size:14px;}.ty-mainbox-title .ty-date{font-style:normal;font-size:70%;white-space:nowrap;}.ty-mainbox-container.ty-float-right,.ty-mainbox-container.ty-float-left{width:inherit;}.ty-subheaders-group{margin:0 15px 21px 15px;}.ty-subheader{margin:0;padding:7px 0 10px 0;font-size:18px;color:#34495e;}.ty-subheader__tooltip{font-size:inherit;}.ty-mainbox-simple-title{margin-bottom:10px;}.ty-mainbox-simple-title:before,.ty-mainbox-simple-title:after{display:table;content:"";line-height:0;width:100%;}.ty-mainbox-simple-title:after{clear:both;}.ty-sidebox-important{margin-bottom:15px;}.ty-sidebox-important__title{width:100%;}.ty-sidebox-important__title-wrapper{font-size:13px;font-weight:normal;color:#909598;padding:4px 14px 8px;background:#ecf0f1;float:left;width:100%;box-sizing:border-box;}.ty-sidebox-important__body{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}.ty-text-links{margin:0 0 6px 0;}.ty-text-links:first-child{padding-top:0;}.ty-text-links .ty-level-0{margin-left:0px;}.ty-text-links .ty-level-1{margin-left:10px;}.ty-text-links .ty-level-2{margin-left:20px;}.ty-text-links .ty-level-3{margin-left:30px;}.ty-text-links .ty-level-4{margin-left:40px;}.ty-text-links__active &gt; .ty-text-links__a,.no-touch .ty-text-links__a:hover{color:#a20862;}.ty-text-links__item{position:relative;display:block;margin-right:15px;}.ty-text-links_show_inline &gt; .ty-text-links__item{display:inline-block;}.ty-text-links_show_inline .ty-level-0 &gt; .ty-text-links{display:none;position:absolute;min-width:200px;background:#fff;border:1px solid #979797;z-index:10;padding:5px;margin:0;border-radius:4px;}.no-touch .ty-text-links_show_inline .ty-level-0:hover .ty-text-links{display:block;}.ty-text-links_show_inline .ty-level-0.is-hover-link &gt; .ty-text-links{display:block;}.ty-dropdown-box .ty-text-links__item{margin:0;padding:7px 14px;}.ui-datepicker{width:unset !important;min-width:17em !important;}.ty-accordion{margin-top:20px;}.ty-accordion .ui-accordion-header-icon{position:absolute;top:5px;right:10px;background:none;text-indent:0;overflow:visible;}.ty-accordion .ui-accordion-header-icon:before{font-family:glyphs;font-size:25px;content:"\e019";speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.ty-accordion .ui-accordion-header{position:relative;color:#7c7e80;margin-top:5px;padding:8px 12px;border:0px;border-radius:0px;background:#e5ebec;background-image:none;font-family:Tahoma,Geneva,sans-serif;font-size:18px;font-weight:normal;font-style:normal;text-decoration:none;cursor:pointer;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-accordion .ui-accordion-header.ui-state-active{background:#bdc3c7;color:white;}.ty-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before{content:"\e01c";}.ty-accordion .ui-accordion-content{border:0;}.ty-logo-container{position:relative;margin-top:2px;}.ty-logo-container__image{display:inline-block;text-decoration:none;}.ty-logo-container__image.vertical-middle{visibility:hidden;}.ty-grid-list__item{margin:0px 10px 25px 10px;}.ty-grid-list__item:before,.ty-grid-list__item:after{display:table;content:"";line-height:0;width:100%;}.ty-grid-list__item:after{clear:both;}.ty-grid-list__item:hover .ty-icon-left-circle,.ty-grid-list__item:hover .ty-icon-right-circle{visibility:visible;}.ty-grid-list__item:hover .ty-quick-view-button{visibility:visible;}.ty-grid-list__image{position:relative;padding:18px 0;border:1px solid #ebebeb;background:#fff;text-align:center;min-height:50px;}.ty-grid-list__image .ty-no-image{border:0px;}.ty-grid-list__price{display:block;text-align:left;vertical-align:top;overflow:hidden;word-break:break-all;}.ty-grid-list__no-price{text-align:left;width:auto;}.ty-grid-list__item-name{margin-top:10px;margin-bottom:5px;display:block;width:100%;overflow:hidden;}.ty-grid-list__item-name .product-title{display:block;color:#8f8f8f;word-wrap:break-word;}.ty-grid-list__control{width:100%;padding-top:5px;}.ty-product-empty{background:#f8f9f9;margin:28px 10px 0 10px;height:190px;text-align:center;}.ty-product-empty__text{color:#cdcdcd;font-size:115%;line-height:190px;}.ty-product-list{padding:35px 0;}.ty-product-list__image{position:relative;float:left;margin:0 25px 20px 0;border:1px solid #ebebeb;}.ty-product-list__content{overflow:hidden;}.ty-product-list__info{overflow-x:auto;overflow-y:hidden;}.ty-product-list__control .ty-btn{margin-bottom:10px;margin-right:10px;}.ty-product-list__control .ty-product-coming-soon{margin:10px 0px;}.ty-product-list__item-name .product-title{font-size:130%;word-wrap:break-word;}.ty-product-list__price .ty-price-num{font-size:120%;}.ty-product-list__price{padding:10px 0px;}.ty-product-list__description{line-height:170%;}.ty-product-list .ty-qty-out-of-stock{margin-right:20px;padding:2px 0px 0px 0px;vertical-align:top;}.ty-compact-list__item{padding:10px 0;border-bottom:1px solid #dfdfdf;position:relative;}.ty-compact-list__item:before,.ty-compact-list__item:after{display:table;content:"";line-height:0;width:100%;}.ty-compact-list__item:after{clear:both;}.ty-compact-list__content:before,.ty-compact-list__content:after{display:table;content:"";line-height:0;width:100%;}.ty-compact-list__content:after{clear:both;}.ty-compact-list__item .ty-discount-label{top:auto;right:auto;bottom:5px;}.ty-compact-list__item .ty-qty{margin:0;}.ty-compact-list__image{float:left;width:13%;padding:0px 25px;text-align:center;}.ty-compact-list__image .ty-discount-label{position:static;float:none;display:inline-block;margin-top:5px;}.ty-compact-list__title{float:left;width:30%;margin:0 10px 0 0;word-wrap:break-word;}.ty-compact-list__controls{float:right;position:relative;padding-bottom:30px;width:40%;text-align:right;}.ty-compact-list__controls .ty-btn__add-to-cart{margin:0 0 0 10px;}.ty-compact-list__controls .ty-qty-out-of-stock{margin-right:0;}.ty-compact-list__controls .ty-product-coming-soon{width:100%;right:0px;padding-top:12px;text-align:right;position:absolute;}.ty-product-coming-soon{color:#767676;}.ty-compact-list__controls &gt; div{display:inline-block;vertical-align:middle;}.ty-compact-list__controls .qty{padding-top:0;}.ty-compact-list__price{margin-right:10px;}.ty-compact-list__price .ty-list-price{margin-right:4px;}.ty-compact-list__item .ty-control-group__label{width:auto;}.ty-thumbnail-list__item{margin-bottom:20px;text-align:center;}.ty-thumbnail-list__img-block{display:inline-block;}.ty-thumbnail-list__name{padding:6px 0;}.ty-thumbnail-list__butons{padding:10px 0;}.ty-template-small__item{padding:10px 0;border-bottom:1px dotted #ebebeb;}.ty-template-small__item:last-child{border:0;}.ty-template-small__item-img{float:left;margin-right:10px;vertical-align:top;}.ty-template-small__item-price{margin-top:5px;}.ty-template-small__item-description{overflow:hidden;}.ty-scroller-list__item{padding-top:20px;text-align:center;}.ty-scroller-list__description .product-title{display:inline-block;overflow:hidden;padding-top:5px;width:90%;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;}.ty-scroller-list__item:hover .ty-quick-view-button{visibility:visible;text-align:center;}.ty-simple-list__buttons{padding:17px 20px;}.ty-simple-list .ty-discount-label{top:1px;right:1px;}.ty-simple-list .ty-discount-label:before,.ty-simple-list .ty-discount-label:after{content:"";position:absolute;}.ty-simple-list .ty-discount-label:before{top:-1px;right:0;bottom:0;width:1px;height:150px;background-image:-webkit-linear-gradient(bottom,transparent,#eee);background-image:-moz-linear-gradient(bottom,transparent,#eee);background-image:-o-linear-gradient(bottom,transparent,#eee);}.ty-simple-list .ty-discount-label:after{top:0;right:1px;width:150px;height:1px;background-image:-webkit-linear-gradient(right,#eee,transparent);background-image:-moz-linear-gradient(right,#eee,transparent);background-image:-o-linear-gradient(right,#eee,transparent);}ol.text-link-list .text-link-list__item{list-style:decimal;}.ty-profile-field{margin-top:30px;}.ty-profile-field .ty-input-text{width:100%;}.ty-profile-field__switch{margin:25px 0px;padding:15px 20px;border:2px solid #c0c0c0;background:white;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-profile-field__switch-label{float:left;}.ty-profile-field__switch-actions{float:right;}.ty-profile-field__switch-actions label{padding-right:15px;}.ty-profile-field__select-country,.ty-profile-field__select-state,.ty-profile-field__select{width:100%;}.ty-billing-zip-code,.ty-shipping-zip-code{clear:both;width:120px;}.company .buttons-container{border-top:1px solid #ddd;-webkit-border-radius:0px 0px 3px 3px;-moz-border-radius:0px 0px 3px 3px;border-radius:0px 0px 3px 3px;margin:30px 0px 28px -21px;padding:17px 20px 17px 20px;width:100%;}.ty-billing-first-name,.ty-billing-last-name,.ty-shipping-first-name,.ty-shipping-last-name,.ty-billing-country,.ty-billing-state,.ty-shipping-country,.ty-shipping-state,.ty-first-name,.ty-last-name{display:inline-block;width:47%;}.ty-billing-first-name + .ty-billing-last-name,.ty-billing-country + .ty-billing-state,.ty-shipping-first-name + .ty-shipping-last-name,.ty-shipping-country + .ty-shipping-state,.ty-first-name + .ty-last-name{margin-left:4.8%;}.billing-last-name,.shipping-last-name{margin-right:0;}.ty-account{margin-top:30px;}.ty-account .ty-input-text{width:100%;}.ty-account-detail{margin:45px 0 0 58px;padding-bottom:250px;background:url('../../../../../../../../design/themes/responsive/media/images/profile_details.png?1748789902') no-repeat bottom center;color:#bdc3c7;}.ty-account-detail h4{font-size:19px;padding-bottom:10px;}.ty-account-detail ul li{list-style-type:disc;margin:15px 0 0 17px;}.ty-account-benefits{margin:47px 0 0 60px;color:#bdc3c7;}.ty-account-benefits h4{padding-bottom:22px;font-size:19px;}.ty-account-benefits ul li{list-style-type:disc;margin-bottom:11px;margin-left:17px;}.ty-languages{margin:0 15px 0 0;}.ty-languages__item{float:left;display:inline-block;padding:8px 6px;}.ty-languages__icon-link .ty-flag{margin-right:0;}.ty-languages__active{background:#dfe4e4;color:black;}.ty-currencies__txt{float:left;padding:8px 5px 8px 0;}.ty-currencies__item{float:left;padding:8px 13px;border-radius:4px;color:#999;}.ty-currencies__item:hover{background:#e4e4e4;color:#808080;}.ty-currencies__active{background:#e4e4e4;color:#808080;}.ty-sidebox{margin-bottom:44px;word-wrap:break-word;background:#fff;}.ty-sidebox__title{position:relative;padding:0px 30px 9px 0px;border-bottom:1px solid #eee;}.touch .ty-sidebox__title{cursor:pointer;}.ty-sidebox__title-toggle{position:absolute;top:0px;right:0px;z-index:100;float:left;width:35px;color:#bbb;text-align:center;font-size:25px;cursor:pointer;}.ty-sidebox__icon-hide{display:none;}.ty-sidebox__title.open .ty-sidebox__icon-open{display:none;}.ty-sidebox__title.open .ty-sidebox__icon-hide{display:block;}.ty-sidebox__title-wrapper,.ty-sidebox__title span,.ty-sidebox__title a{text-decoration:none;text-transform:uppercase;font-weight:bold;font-size:18px;color:#a1a6aa;padding:0;}.ty-sidebox .buttons-container{background:none;padding:20px 0px;}.ty-compare{position:relative;}.ty-compare__wrapper{overflow-x:auto;overflow-y:hidden;}.ty-compare-menu{width:150px;}.ty-compare-menu__a{padding:8px 16px 7px;display:block;}.ty-compare-menu__a:hover{background:#eff0f2;color:#34495e;text-decoration:none;}.ty-compare-menu__elem{display:block;padding:8px 16px 7px;color:#fff;background:#1abc9c;}.ty-compare-products{width:100%;table-layout:fixed;}.ty-compare-products__product{padding:0 10px;width:215px;vertical-align:top;text-align:center;}.ty-compare-products__item{padding:5px 0;}.ty-compare-products__menu{vertical-align:top;padding:0 10px;width:150px;}.ty-compare-products__product .buttons-container{margin:0;}.no-touch .ty-compare-products__product .ty-qty .ty-control-group__label{display:inline-block;float:none;width:90px;}.touch .ty-compare-products__product .ty-qty .ty-control-group__label{display:block;width:100%;}.ty-compare-products__delete{position:relative;visibility:hidden;padding-bottom:2px;}.touch .ty-compare-products__delete,.ty-compare-products__product:hover .ty-compare-products__delete{visibility:visible;}.ty-compare-feature{position:relative;z-index:20;margin-bottom:10px;}.ty-compare-feature__table{width:100%;table-layout:fixed;}.ty-compare-feature__row:nth-child(odd){background-color:#fff;}.ty-compare-feature__item{padding:10px;border:1px solid #ebebeb;vertical-align:middle;text-align:left;}.ty-compare-feature_item_size{padding:0 10px;width:215px;}.ty-compare-sort{width:150px;text-align:left;}.ty-compare-sort__a{visibility:hidden;margin-left:3px;vertical-align:middle;}.touch .ty-compare-sort__a,.ty-compare-sort:hover .ty-compare-sort__a{visibility:visible;}.ty-compare-list__item{text-align:left;}.ty-compare-checkbox{position:relative;top:2px;display:inline-block;margin-right:5px;width:13px;height:13px;border:1px solid #4d4d4d;background-color:#fff;color:#767676;text-align:left;}.ty-compare-checkbox__icon{position:relative;top:-2px;left:1px;font-size:11px;}.ty-price-num{font-size:15px;font-weight:bold;}.ty-sku{padding:0;font-size:90%;}.ty-price,.ty-sub-price,.ty-list-price{font-size:100%;}.ty-price{margin:6px 0;color:#363636;}.ty-sub-price{color:#1d1d1d;}.ty-list-price{color:#1d1d1d;line-height:100%;font-size:13px;}.ty-tax-include{display:block;padding-bottom:5px;}.ty-price-update{display:inline-block;font-size:13px;}.ty-qty{margin-bottom:15px;}.ty-qty-in-stock,.ty-qty-out-of-stock{font-weight:bold;}.ty-qty-in-stock{color:#00bbb3;}.ty-qty-out-of-stock{color:#e74c3c;}.ty-min-qty-description{font-size:12px;padding-top:0;color:#aeaeae;}.ty-price-curency{display:inline-block;}.ty-price-curency__title{display:inline-block;float:left;margin:5px 0;}input.ty-price-curency__input{margin-left:5px;width:70px;height:35px;font-size:140%;}.ty-no-price{display:block;padding:0px;color:#e74c3c;}.ty-product-notify-email{width:200px;margin-bottom:15px;}.ty-product-notify-email__input{width:100%;}.ty-discount-label{position:absolute;right:0;top:0;background:#ef45a3;color:white;list-style:none;}.ty-discount-label__item{float:left;height:28px;font-size:18px;white-space:nowrap;line-height:28px;padding:0 10px 0 12px;color:#fff;}.ty-value-changer{display:inline-block;vertical-align:top;width:53px;}input.ty-value-changer__input{float:left;width:36px;height:33px;text-align:center;}.touch input.ty-value-changer__input{height:34px;}.ty-value-changer__increase,.ty-value-changer__decrease{position:relative;float:right;width:14px;height:14px;border:1px solid #c8c8c8;color:#c8c8c8;font-size:16px;line-height:13px;cursor:pointer;background:#fff;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-value-changer__increase{margin-bottom:1px;}.ty-value-changer__increase:hover,.ty-value-changer__decrease:hover{color:#c8c8c8;}.no-touch .ty-value-changer__increase:hover,.no-touch .ty-value-changer__decrease:hover{background:#c8c8c8;color:#fff;text-decoration:none;}.touch .ty-value-changer{width:110px;}.touch .ty-value-changer__input{float:right;}.touch .ty-value-changer__increase,.touch .ty-value-changer__decrease{float:left;width:36px;height:32px;font-size:22px;line-height:27px;background:#c8c8c8;color:#fff;}.touch .ty-value-changer__increase{border-right:0;float:right;}.touch .ty-value-changer__decrease{border-left:0;}.ty-period{clear:both;}.ty-period__wrapper{float:left;padding-right:20px;}.ty-period__select{width:180px;}.ty-period__dash{padding:0 3px;}.ty-calendar__block{width:115px;display:inline-block;position:relative;}.ty-calendar__button{position:absolute;top:15px;right:2px;margin-top:-10px;margin-right:8px;color:#aeaeae;vertical-align:middle;font-size:155%;}.ty-calendar__input{width:100%;}.ty-calendar-link:hover{text-decoration:none;}.ty-qty-discount{overflow-x:auto;margin-bottom:15px;}.ty-qty-discount__table{margin-top:10px;min-width:200px;padding:0;border:1px solid #eee;}.ty-qty-discount__table .ty-qty-discount__td{border:0 none;border-right:1px solid #eee;padding:8px 12px;}.tooltip{display:none;max-width:200px;z-index:10000;padding:9px;background:rgba(0,0,0,0.8);color:#fff;text-align:left;font-weight:normal;opacity:1;filter:alpha(opacity=100);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.tooltip p{color:#fff;padding:0px;}.tooltip li{color:#fff;}.tooltip-arrow{position:absolute;top:-10px;right:3px;display:block;width:0px;height:0px;border-style:solid;border-width:0 0 10px 10px;border-color:transparent transparent rgba(0,0,0,0.8) transparent;}.tooltip.arrow-top .tooltip-arrow{top:auto;left:auto;bottom:-10px;right:3px;border-width:0 10px 10px 0;border-color:transparent rgba(0,0,0,0.8) transparent transparent;}.tooltip.right{padding:9px;text-align:left !important;}.arrow-top.right .tooltip-arrow{left:3px;right:auto;border-width:10px 10px 0 0;border-color:rgba(0,0,0,0.8) transparent transparent transparent;}.arrow-down.right .tooltip-arrow{right:auto;top:-10px;left:3px;border-width:10px 0 0 10px;border-color:transparent transparent transparent rgba(0,0,0,0.8);}.arrow-down.top .tooltip-arrow{top:auto;bottom:-10px;border-width:10px 0 0 10px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;}.arrow-down.right.top .tooltip-arrow{right:auto;top:auto;bottom:-10px;left:3px;border-width:10px 10px 0 0;border-color:rgba(0,0,0,0.8) transparent transparent transparent;}.tooltip img{max-width:100%;}.touchevents body{cursor:pointer;}.touchevents.mouseevents body{cursor:initial;}.ty-tooltip-block{vertical-align:middle;cursor:pointer;}.ty-no-image{position:relative;display:block;border:1px solid #ebebeb;background:#fcfcfc;color:#c8c8c8;cursor:default;max-width:100%;min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-no-image__icon{position:absolute;top:50%;left:50%;display:inline-block;margin:-16px 0 0 -16px;width:32px;height:32px;font-size:32px;line-height:32px;}.ty-spinner{background:url('../../../../../../../../design/themes/responsive/media/images/spinner.gif?1748789902') no-repeat center center;}.ty-grayscale{filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");filter:grayscale(100%);-webkit-filter:grayscale(100%);filter:gray;}.ty-grayscale:hover{filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");filter:grayscale(0%);-webkit-filter:grayscale(0%);}.ty-status-info label{display:block;margin:0 20px 10px 0;}.ty-select-block{position:absolute;top:33px;left:0;z-index:1022;min-width:50px;border:1px solid #979797;background-color:#fff;}.ty-select-block{border-bottom-left-radius:4px;border-bottom-right-radius:4px;}.ty-select-wrapper{position:relative;}.ty-select-block__a{cursor:pointer;display:block;padding:7px 13px 4px;color:#7b7b7b;border:1px solid transparent;}.ty-select-block__a:hover{background:#e4e4e4;color:#7b7b7b;text-decoration:none;}.ty-select-block__a.open,.ty-select-block__a.open:hover{background:#979797;color:white;}.ty-select-block__a.open .ty-select-block__arrow{color:white;}.ty-select-block__a-item{display:inline-block;vertical-align:top;}.ty-select-block__arrow{margin-left:3px;font-size:140%;color:#888;}input.ty-select-block__input{margin:5px 10px;width:220px;}.ty-select-block__list-item .ty-select-block__list-a{text-decoration:none;}.ty-select-block__list-a:hover{background:#d30a80;color:white;}.ty-select-block__list-a{display:block;padding:7px 14px 7px 14px;white-space:nowrap;cursor:pointer;}.ty-select-block__list-a:before,.ty-select-block__list-a:after{display:table;content:"";line-height:0;width:100%;}.ty-select-block__list-a:after{clear:both;}.ty-select-block__txt{float:left;padding:8px 5px 8px 0;}.ty-dropdown-box{display:inline-block;position:relative;color:#34495e;}.ty-dropdown-box  .ty-icon-down-micro{position:relative;top:5px;width:7px;color:#888;font-size:20px;line-height:0;}.ty-dropdown-box__title{position:relative;display:inline-block;padding:7px 11px 7px 8px;border:1px solid transparent;}.ty-dropdown-box__title a{color:#888;}.ty-dropdown-box__title a:hover{text-decoration:none;}.ty-dropdown-box__title:hover{background:#e4e4e4;}.ty-dropdown-box__title .ty-account-info__title{text-decoration:none;white-space:nowrap;}.ty-dropdown-box__title.open{z-index:650;background:#888;}.ty-dropdown-box__title.open a,.ty-dropdown-box__title.open i,.ty-dropdown-box__title.open .ty-minicart-title{color:white;}.ty-dropdown-box__content{position:absolute;right:0;z-index:600;margin-top:-1px;min-width:220px;border:1px solid #979797;background:#fff;text-align:left;}.ty-dropdown-box__content{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.ty-account-info__buttons{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.top-cart-content .ty-dropdown-box__content{border-top-left-radius:6px;}.top-cart-content .ty-dropdown-box__title{border-radius:6px;}.top-cart-content .ty-dropdown-box__title.open{border-bottom-left-radius:0px;border-bottom-right-radius:0px;}.ty-dropdown-box__content .buttons-container{border-top-left-radius:0px;border-top-right-radius:0px;}.ty-dropdown-box__content .ty-dropdown-box__item{display:block;margin-bottom:0px;padding:7px 14px;}.ty-dropdown-box__content .ty-dropdown-box__item:hover{background:#d30a80;color:white;}.ty-dropdown-box__content .ty-dropdown-box__item:hover a{display:block;color:white;}.ty-dropdown-box__content .ty-account-info__orders{padding:14px 14px 7px 14px;margin-top:20px;background:#f6f6f6;}.ty-dropdown-box__content .ty-account-info__buttons{padding:15px 14px 16px 14px;margin-top:-6px;background:#f6f6f6;}.ty-dropdown-box__content .ty-account-info__name:hover{background:none;color:#34495e;}.ty-minicart__icon{color:#7b7b7b;top:7px;font-size:14px;position:absolute;}.ty-minicart__icon.ty-icon-cart{font-size:16px;top:8px;}.ty-account-info{padding-top:2px;}.ty-account-info__title{padding:0 5px;}.ty-account-info__user-arrow{position:relative;top:5px;width:7px;color:#34495e;font-size:20px;line-height:0;}.logged.ty-sidebox__title .ty-account-info__user-arrow{display:none;}.logged .ty-account-info__title,.logged .ty-account-info__user-arrow{color:#7b7b7b;}.ty-account-info__item{padding:0;margin-bottom:12px;}.ty-account-info__item .ty-account-info__a{text-decoration:none;}.ty-account-info__name{padding-bottom:10px;}.ty-account-info__orders{padding:15px 0 4px;}.ty-account-info__orders-txt{color:#6c6c6c;}.ty-account-info__orders-input{margin:5px 0 0;}.ty-dropdown-box__content .ty-account-info__buttons .ty-btn{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-dropdown-box__content .ty-account-info__buttons .ty-btn + .ty-btn{margin:10px 0 0;}.ty-login{margin-top:30px;min-height:200px;}.ty-login__input{margin:0;width:100%;}.ty-login__remember-me{padding:6px 0;}.ty-login__filed-label{width:auto;color:#1d1d1d;}.ty-password-forgot__label{float:left;}a.ty-password-forgot__a{float:right;padding:6px 0;}.ty-recover-password{margin-top:30px;}.ty-login-reglink__a{display:inline-block;padding:0 0 10px;}.ty-login-popup{min-width:295px;max-width:310px;font-family:Tahoma,Geneva,sans-serif;font-size:18px;}.ty-login-popup .ty-login__input{margin:0;padding:8px 5px 7px;height:36px;font-size:115%;}.ty-captcha__img{border:1px solid #c7c7c7;cursor:pointer;}.ty-captcha__label{display:inline-block;margin-bottom:5px;}.ty-captcha__code{display:inline-block;min-width:130px;vertical-align:top;}.ty-captcha__refresh{position:relative;vertical-align:middle;margin-left:7px;color:#8d8d8d;font-size:14px;cursor:pointer;}.ty-captcha__input{margin:0;margin-right:10px;padding:3px 3px;width:120px;vertical-align:top;}.ty-checkout__login .ty-captcha__input{width:110px;margin-bottom:5px;}.ty-checkout__login .buttons-container{background:none;margin:0px;}.ty-login-popup .ty-captcha__input{width:140px;margin-bottom:6px;}.ty-captcha__txt{clear:both;padding-top:3px;color:#363636;}@media (max-width: 321px){.ty-captcha-container{max-width:270px;overflow:hidden;}}.ty-login-info{margin:46px 0 0 59px;}.ty-login-info__title,.ty-login-info h4{padding-bottom:10px;margin:0;font-size:19px;color:#bdc3c7;}.ty-login-info__txt{color:#bdc3c7;}.ty-success-registration__text{display:block;padding:7px 0 40px;line-height:170%;}.ty-success-registration__item{display:inline-block;vertical-align:top;margin-bottom:30px;padding-left:17px;min-height:60px;width:48%;border-left:1px solid #e1e1e1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.success-registration__a{font-weight:bold;}.ty-success-registration__info{display:block;margin-top:10px;color:#aeaeae;}.ty-breadcrumbs{position:relative;margin-bottom:14px;padding:20px 105px 10px 0px;color:#fff;}.ty-breadcrumbs__arrow,.ty-breadcrumbs__a,.ty-breadcrumbs__current{display:inline-block;padding:2px;}.ty-breadcrumbs__current{color:#d30a80;}.ty-breadcrumbs__a{display:inline-block;color:#aeaeae;}.ty-breadcrumbs__slash{display:inline-block;margin:0px 6px;padding:2px 0;color:#aeaeae;}.ty-breadcrumbs__a:hover{color:#aeaeae;}.ty-product-switcher{position:absolute;top:25px;right:0;padding:0 24px;}.ty-product-switcher__a{display:inline-block;position:absolute;cursor:pointer;top:-2px;padding:0;font-size:18px;}.ty-product-switcher__a:hover{text-decoration:none;}.ty-product-switcher__a-left{float:left;left:0;}.ty-product-switcher__a-right{float:right;right:0;}.ty-product-switcher__icon{color:#a2a2a2;}.ty-product-switcher__a:hover .ty-product-switcher__icon{color:#bbb;}.ty-product-switcher__a.disabled,.ty-product-switcher__a.disabled .ty-product-switcher__icon,.ty-product-switcher__a.disabled:hover .ty-product-switcher__icon{background:none;color:#d5d5d5;cursor:default;}.ty-product-switcher span{float:left;font-size:85%;padding:2px;color:#d5d5d5;}.ty-section{margin:20px 0 15px 0;}.ty-section__title{padding:13px 15px 11px 15px;cursor:pointer;background:#ecf0f1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-section__switch{float:right;}.ty-section__arrow{padding-left:6px;}.open .ty-section_switch_off,.ty-section_switch_on{display:block;}.open .ty-section_switch_on,.ty-section_switch_off{display:none;}.ty-section__body{overflow:hidden;padding:20px 20px 0 20px;border:1px solid #ecf0f1;border-top:none;}.ty-section__body .buttons-container{margin:30px 0 0 -20px;padding:15px 20px 15px 20px;width:100%;background:#eee;}.ty-search-result{padding:12px 7px;}.ty-search-form__inline-input{width:190px;}.ty-search-result:hover{background:#eee;}.ty-search-form__input{width:170px;}.ty-search-form__input-large{width:200px;}.ty-subcategories-field{float:left;margin-left:10px;}.ty-search-form .ty-search-form__buttons-container{margin-bottom:0;}.ty-search-block{position:relative;}.ty-search-magnifier{position:absolute;top:5px;right:5px;padding:0;width:20px;height:26px;border:none;background:none;color:#c8c8c8;font-size:145%;cursor:pointer;}input.ty-search-block__input{display:block;padding:7px 30px 7px 10px;width:100%;height:33px;border:1px solid #c8c8c8;border-radius:25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}.ty-search-block__input:focus{outline:0;border:1px solid #d30a80;background-color:#fff;}.vendor-stores-block-grid h2{margin:0px;font-size:25px;text-align:center;}.ty-sort-container{padding-left:10px;background:#eee;margin:28px 0px;display:inline-block;box-sizing:border-box;width:100%;border-radius:4px;}.ty-sort-container__views-icons{display:inline-block;float:right;}.ty-sort-container__views-a{display:block;color:#aeaeae;float:left;padding:10px 11px;width:15px;height:17px;font-size:125%;}.ty-sort-container__views-a:hover{text-decoration:none;}.ty-sort-container__views-a.active{background:#e1e1e1;}.ty-sort-dropdown{display:inline-block;position:relative;}.ty-sort-dropdown .ty-sort-dropdown__wrapper{text-decoration:none;}.ty-sort-dropdown__wrapper{padding:5px 7px 9px 7px;display:inline-block;color:#34495e;cursor:pointer;}.ty-sort-dropdown__icon{font-size:20px;position:relative;padding-left:10px;top:5px;}.ty-sort-dropdown__wrapper:hover{background:#e6e6e6;}.ty-sort-dropdown__wrapper.open{background:#7b7b7b;color:white;}.ty-sort-dropdown__content{position:absolute;z-index:100;border:1px solid #97a0a5;background:#fff;min-width:200px;}.ty-sort-dropdown__content .ty-sort-dropdown__content-item-a{text-decoration:none;}.ty-sort-dropdown__content-item-a{padding:7px 14px;color:#d30a80;display:block;}.ty-sort-dropdown__content-item-a:hover{background:#d30a80;color:#fff;}.ty-subcategories__item{display:inline-block;margin:5px 20px 5px 0px;}.ty-subcategories-img{display:block;margin:auto;padding-bottom:10px;}.ty-subcategories-block{margin:10px 0;display:inline-block;min-width:350px;vertical-align:top;width:100%;}.ty-subcategories-block__item{padding-bottom:10px;text-align:center;}.ty-subcategories-block__a{font-weight:bold;}.ty-feature{margin:30px 0px;}.ty-feature:before,.ty-feature:after{display:table;content:"";line-height:0;width:100%;}.ty-feature:after{clear:both;}.ty-feature__image{float:left;margin:0 25px 10px 0;}.ty-feature__description{line-height:140%;overflow:hidden;}.ty-product-feature{padding:10px;}.ty-product-feature:nth-child(2n){background:#f8f8f8;}.ty-product-feature__label{display:inline-block;width:280px;vertical-align:top;}.ty-product-feature__value{display:inline-block;margin-left:5px;}.ty-product-feature .ty-product-feature__multiple{list-style:none;padding-left:0;}.ty-product-feature .ty-product-feature__multiple-item{list-style:none;margin-bottom:5px;}.ty-product-feature-group{margin-bottom:10px;}.ty-product-feature-group .ty-subheader{padding:15px 0 6px 0;margin:0;font-size:120%;}.ty-features-all__group{margin-bottom:50px;}.ty-features-all__list-item{padding-bottom:8px;}.ty-features-all__list-a{font-size:110%;}.ty-features-list{padding:3px 0;}.ty-tygh{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-helper-container{position:relative;}.ty-helper-container{background:transparent  repeat scroll;}.container{min-height:0;min-width:0;}.container-fluid{max-width:1500px;min-width:290px;margin:0 auto;}.tygh-footer{min-height:70px;}.bottom-copyright{margin-top:15px;color:#363636;font-size:13px;}.ty-payment-icons{margin:10px 0px;}.footer-no-wysiwyg ul{margin:10px 0 0 0px;padding-left:0px;}.footer-no-wysiwyg ul li{list-style-type:none;}.ty-social-link-block{margin-top:18px;margin-right:30px;margin-bottom:30px;}.ty-social-link{display:inline-block;margin-right:26px;position:relative;vertical-align:bottom;top:7px;}.ty-social-link a{color:white;display:block;}.ty-social-link i{display:inline-block;vertical-align:middle;padding-right:10px;font-size:38px;color:#fff;}.ty-social-link span{display:inline-block;vertical-align:middle;}h3.ty-social-link__title{display:inline-block;vertical-align:middle;font-size:22px;font-weight:normal;margin:0px 20px 0px 0px;color:#fff;}.ty-social-link:last-child{margin-right:0px;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{display:none;color:#363636;}.footer-stay-connected{background:#d30a80;color:#fff;min-height:84px !important;}.ty-footer-menu{color:#9ba1a7;}.ty-footer-menu &gt; .row{padding:30px 0px 15px 0px;}.tygh-footer &gt; div{background-color:#fff;background-image:-moz-linear-gradient(top,#fff,#fff);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));background-image:-webkit-linear-gradient(top,#fff,#fff);background-image:-o-linear-gradient(top,#fff,#fff);background-image:linear-gradient(to bottom,#fff,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);width:auto;min-width:none;max-width:none;padding:0;}.tygh-footer .ty-footer-grid__full-width{float:none;width:auto;}.container-fluid .ty-footer-grid__full-width{padding-left:15px;padding-right:15px;}.footer-copyright{background-color:#fff;}.ty-footer-menu__header,.ty-footer-general__header{position:relative;color:#363636;font-weight:bold;font-size:19px;padding-top:20px;margin-bottom:0;cursor:pointer;}.ty-footer-menu__items,.ty-footer-general__body{margin:10px 0 20px;}.ty-footer-menu__item{margin-bottom:8px;}.ty-footer-menu__item a{color:#363636;}.ty-footer-menu__item a:hover{color:#d30a80;}.ty-product-block{margin:5px 0 30px 0;margin-top:5px;position:relative;display:table;width:100%;table-layout:fixed;}.ty-product-block-title{margin-bottom:10px;font-size:26px;color:#363636;word-wrap:break-word;}.ty-brand{margin:5px 0;}.ty-product-block__img-wrapper{position:relative;float:left;margin-right:20px;padding:0 0 10px;min-height:282px;min-width:282px;}.ty-product-block__img-wrapper img{display:block;margin:0 auto;}.ty-product-block__left{display:table-cell;overflow:hidden;}.ty-product-block__note-wrapper{position:relative;}.ty-product-block__note{position:absolute;right:0;padding:21px 0 0;width:200px;line-height:140%;color:#798d8e;word-wrap:break-word;}.ty-product-block__note-inner{right:-200px;}.ty-product-prices{margin:20px 0px;}.ty-product-block__note .product-promo-header{display:block;margin-bottom:5px;font-weight:bold;}.ty-product-block__price-actual{margin:10px 0px;}.ty-product-block__price-actual .ty-price-num{font-family:Tahoma,Geneva,sans-serif;font-size:24px;font-weight:normal;font-style:normal;text-decoration:none;}.ty-product-block__option .help-inline{margin-left:120px;display:block;text-align:left;}.ty-product-block__option,.ty-product-block__advanced-option,.ty-product-block__field-group{margin-bottom:10px;}.ty-product-block__field-group .ty-control-group{margin-bottom:0;}.ty-product-block__sku .ty-control-group{margin:0px;}.ty-product-block__description-title{margin:20px 0 5px 0;font-size:130%;font-weight:normal;}.ty-product-block__button{margin-top:20px;}.ty-product-block__button .ty-btn{margin-right:20px;margin-bottom:10px;}.ty-product-block__button .ty-btn ~ .ty-btn{margin-left:10px;}.ty-product-block__button .button-container{display:inline-block;}.content-description{line-height:1.4;word-wrap:break-word;}.ty-product-block .ty-discount-label{z-index:1;}.ty-product-bigpicture__img{position:relative;padding-top:20px;}.ty-product-bigpicture__img:before,.ty-product-bigpicture__img:after{display:table;content:"";line-height:0;width:100%;}.ty-product-bigpicture__img:after{clear:both;}.ty-product-bigpicture__img .ty-pict{max-height:420px;}.ty-product-bigpicture__as-thumbs .ty-product-thumbnails{float:left;margin:0 -60px 0 0;width:55px !important;position:relative;z-index:5;}.ty-product-bigpicture .ty-product-bigpicture-thumbnails_gallery{padding-left:60px;}.ty-product-bigpicture .ty-product-img{border:0;float:right;width:100%;}.ty-product-bigpicture .ty-previewer{text-align:center;margin-left:60px;}.ty-product-bigpicture__no-thumbs .ty-previewer{margin-left:0px;}.ty-product-bigpicture .ty-product-thumbnails__item{margin:0 10px 10px 0;}.ty-product-bigpicture__left{width:100%;float:left;text-align:center;}.ty-product-bigpicture__left-wrapper{margin:20px 350px 0 0;}.ty-product-bigpicture .ty-product-block-title{font-size:28px;margin-bottom:20px;}.ty-product-bigpicture__right{float:left;margin-left:-320px;width:318px;margin-top:15px;padding-bottom:15px;background:#f6f6f6;border:1px solid #ebebeb;text-align:center;box-sizing:border-box;}.ty-product-bigpicture .ty-product-block__note{position:static;width:auto;}.ty-product-bigpicture .ty-discount-label{display:inline-block;position:static;margin-left:3px;border-radius:3px;}.ty-product-bigpicture .ty-discount-label__item{height:25px;line-height:25px;display:inline-block;float:none;font-size:14px;font-weight:normal;}.ty-product-bigpicture__brand .ty-features-list{padding:16px 0;border-bottom:1px solid #dddfdf;box-shadow:0 1px 0 #fff;background:#fff;}.ty-product-bigpicture__prices{padding:20px 0;margin:0 10px 20px;border-bottom:1px solid #dddfdf;box-shadow:0 1px 0 #fff;}.ty-product-bigpicture__prices .ty-list-price{font-size:14px;}.ty-product-bigpicture__prices .ty-product-block__price-actual .ty-price-num{font-size:30px;}.ty-product-bigpicture__prices .ty-save-price{color:#ed2e97;}.ty-product-bigpicture__sidebar-bottom{width:230px;padding:0 20px;margin:0 auto;text-align:left;}.ty-product-bigpicture .ty-control-group__label{display:inline-block;float:none;width:95px;text-align:left;}.ty-product-bigpicture .ty-product-block__note,.ty-product-bigpicture .ty-product-block__button{text-align:center;}.ty-product-bigpicture .ty-product-block__note{padding-top:8px;}.ty-product-bigpicture .ty-product-block__button .ty-btn{margin-right:0;}.ty-product-bigpicture .ty-product-options__description,.ty-product-bigpicture .ty-product-variant-image{margin-left:0;}.ty-product-bigpicture .ty-product-options .ty-input-text{width:auto;max-width:105px;}.ty-product-bigpicture .ty-product-options{margin-bottom:10px;}.ty-product-bigpicture .ty-product-block__option .help-inline{margin:0 0 12px;}.ty-product-options__title{padding-right:5px;font-weight:bold;}.ty-product-options{margin-bottom:15px;}.ty-product-options .ty-table{margin-top:10px;}.ty-product-options .ty-input-text{width:240px;}.ty-product-options__item-label{font-weight:bold;}.ty-product-options__description{margin:5px 0 0 120px;padding:0;color:#bbb;font-size:85%;}.ty-product-options__image{display:inline-block;margin:2px 0;border:2px solid #fff;cursor:pointer;min-height:52px;}.product-variant-image-selected{border-color:#eee;}.ty-product-options__elem{display:inline-block;}.ty-product-options__fileuploader .help-inline{margin-left:0;}.ty-product-options__box{display:inline-block;padding:6px 0;}.ty-product-options__box .help-inline{margin-left:0;}.ty-product-variant-image{margin-left:120px;padding:10px 0;}.ui-dialog .ty-product-variant-image{margin-left:134px;}.ty-product-options__textarea{min-width:240px;min-height:60px;resize:vertical;}.ty-product-options__no-combinations{padding-top:0;color:#b94a48;}.ty-product-img{border:1px solid #eee;position:relative;}.ty-product-img .ty-no-image{border:0px;}.ty-product-thumbnails{margin-top:10px;text-align:left;}.ty-product-thumbnails__item{display:block;float:left;margin:0 5px 5px 0;border:1px solid #eee;}.ty-product-thumbnails__item.active{border-color:#888;}.ty-previewer{position:relative;display:block;}.ty-previewer:hover .previewer__icon{visibility:visible;}.ty-previewer__icon{position:absolute;top:50%;left:50%;z-index:1;display:block;visibility:hidden;margin:-18px 0 0 -18px;padding:0;width:37px;height:39px;background:url('../../../../../../../../design/themes/responsive/media/images/icons/zoom_icon.png?1748789902') no-repeat;opacity:0.7;}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2){.ty-previewer__icon{background-image:url('../../../../../../../../design/themes/responsive/media/images/icons/zoom_icon@2x.png?1748789902');background-size:37px, 39px;}}.ty-previewer__icon:hover{opacity:1;}.ty-thumbs-wrapper{position:relative;}.ty-thumbs-wrapper .ty-icon-left-circle,.ty-thumbs-wrapper .ty-icon-right-circle{position:absolute;top:50%;visibility:hidden;margin-top:-10px;width:20px;height:20px;font-size:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.touch .ty-grid-list__item .ty-icon-left-circle,.touch .ty-grid-list__item .ty-icon-right-circle{visibility:visible;}.ty-thumbs-wrapper .ty-icon-left-circle{left:3px;}.ty-thumbs-wrapper .ty-icon-right-circle{right:3px;}.ty-popup-tabs{padding-top:25px;margin-top:25px;border-top:1px dotted #dedede;}.ty-popup-tabs__item{display:inline-block;padding:2px 15px 2px 0;text-transform:uppercase;font-size:85%;cursor:pointer;}.ty-popup-tabs__icon{margin-right:3px;font-size:14px;}.ty-fileuploader{padding:6px 0 0;}.ty-fileuploader__file-section{overflow:hidden;}.ty-fileuploader__file-local{position:relative;overflow:hidden;cursor:pointer;}.ty-fileuploader__file-input{position:absolute;top:0;left:0;padding:0;width:100%;height:300px;border:0;opacity:0;cursor:pointer;}span.ty-fileuploader__filename{padding:0 0 0 5px;position:relative;top:-2px;}.ty-fileuploader__icon{position:relative;top:2px;margin-right:5px;cursor:pointer;}.ty-fileuploader.cm-failed-field .ty-fileuploader__a{color:#b94a48;font-weight:bold;}.ty-quick-view__wrapper{width:700px;}.ty-quick-view__wrapper .ty-product-block__left{max-width:450px;padding-left:20px;}a.ty-quick-view__title{font-size:24px;font-weight:bold;color:#363636;}.ty-quick-view__title .ty-product-block-title{margin-bottom:0;}.ty-quick-view-tools{position:relative;height:20px;}.ty-quick-view-tools .ty-product-switcher{top:0;}.ty-quick-view__wrapper .ty-product-block__img{display:table-cell;vertical-align:top;margin-right:20px;position:relative;}.ty-quick-view__wrapper .ty-product-img{margin-bottom:15px;}.ty-quick-view__wrapper .ty-product-block__description{word-wrap:break-word;}.ty-quick-view__wrapper .ty-product-block__note{position:static;padding-top:10px;width:100%;}.ty-quick-view-button{padding-top:5px;visibility:hidden;text-align:left;}.touchevents .ty-mainbox-container .ty-grid-list__control,.touchevents .ty-grid-list__item:hover .ty-quick-view-button,.touchevents .ty-grid-list__item .ty-quick-view-button{display:none;}.ty-product-notification__body{padding:15px 20px;min-height:72px;}.ty-product-notification__body .ty-product-options{display:block;padding:0;}.ty-product-notification__body .ty-control-group__label{display:none;}.ty-product-notification__body .ty-product-options__info{margin-top:30px;padding-left:0;max-height:420px;overflow-y:auto;width:100%;}.ty-product-notification__body .ty-product-options-name{width:110px;padding:6px 0;float:left;}.ty-product-notification__body .ty-product-options-content{width:378px;padding:6px 0;float:left;}.ty-product-notification__item{margin-bottom:20px;}.ty-product-notification__content{overflow:hidden;}.ty-product-notification__product-name{float:left;display:block;margin-bottom:7px;}.ty-product-notification__price{float:right;margin-left:25px;}.ty-product-notification__image,.ty-product-notification__body .ty-no-image{float:left;margin-right:20px;padding:10px;min-width:0px;}.ty-product-notification__divider{margin:0 0 10px 0;}.ty-product-notification__amount{width:46%;}.ty-product-notification__subtotal{font-weight:bold;width:46%;text-align:right;}.ty-product-notification__body ul ul{border-left:1px solid #eee;margin-left:70px;}.ty-product-notification__buttons{padding:15px 20px;background:#ecf0f1;}.ty-product-filters__wrapper{background:#eee;border-radius:6px;}.ty-product-filters{padding-top:5px;line-height:140%;margin-left:7px;margin-bottom:15px;}.ty-product-filters__variants{overflow-y:auto;line-height:1.4em;margin-bottom:7px;}.ty-product-filters__group{padding:2px 0;margin:5px 3px;}.ty-product-filters__group label{font-weight:initial;}.ty-product-filters__group label,.ty-product-filters__group label &gt; input{cursor:pointer;}.ty-product-filters__group label.disabled,.ty-product-filters__group label.disabled &gt; input{background-color:transparent;color:#c2c2c2;cursor:default;}.ty-product-filters__item-more{margin-bottom:-9px;}.ty-product-filters__tools{padding:10px 12px;}.ty-product-filters__extra-block{margin-top:-3px;}.ty-product-filters__extra-link{border-color:#bbb;cursor:pointer;}.ty-filter-icon{position:absolute;top:3px;left:0;display:inline-block;width:10px;height:10px;border:1px solid #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:70%;background:#fff;}.ty-filter-icon__check,.ty-filter-icon__delete{position:absolute;top:50%;left:50%;margin:-3px 0 0 -3px;width:8px;height:8px;font-size:8px;}.ty-filter-icon__check,.ty-filter-icon__delete{display:none;}.ty-product-filters__title{color:#6e6e6e;font-weight:600;}.ty-product-filters__title .ty-icon-cancel-circle{position:relative;font-size:16px;top:4px;padding-left:5px;padding-right:5px;margin-right:5px;}.ty-product-filters__title .ty-icon-cancel-circle:hover{color:#d30a80;}.ty-product-filters__switch{padding:10px;cursor:pointer;border-bottom:1px solid #d7d7d7;}.ty-product-filters__switch-right,.ty-product-filters__switch-down{margin-right:5px;color:#bbb;float:right;font-size:115%;}.ty-product-filters__switch-down{margin-right:4px;}.open.ty-product-filters__switch .ty-product-filters__switch-down,.ty-product-filters__switch-right{display:none;}.open.ty-product-filters__switch .ty-product-filters__switch-right,.ty-product-filters__switch-down{position:relative;display:inline-block;top:2px;}.ty-product-filters__advanced-button,.ty-product-filters__reset-button{position:relative;color:#696969;font-size:85%;}.ty-product-filters__reset-button{float:right;}.ty-product-filters__reset-icon{position:absolute;left:-14px;font-size:130%;}.ty-product-filters__search{position:relative;padding:10px 10px 0 3px;}.ty-product-filters__search .ty-input-text-medium{padding-right:28px;width:100%;}.ty-product-filters__search-icon{position:absolute;right:18px;top:18px;}.ty-product-filters__no-items-found{margin-bottom:20px;margin-right:10px;}.ty-horizontal-product-filters{padding-left:10px;background:#eee;margin:0 0 30px;}.ty-horizontal-product-filters-dropdown{display:inline-block;position:relative;}.ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper{text-decoration:none;}.ty-horizontal-product-filters-dropdown__wrapper{padding:5px 7px 9px 7px;display:inline-block;color:#34495e;cursor:pointer;}.ty-horizontal-product-filters-dropdown__wrapper.active{background:#e6e6e6;}.ty-horizontal-product-filters-dropdown__icon{font-size:20px;position:relative;padding-left:10px;top:5px;}.ty-horizontal-product-filters-dropdown__wrapper:hover{background:#e6e6e6;}.ty-horizontal-product-filters-dropdown__wrapper.open{background:#7b7b7b;color:white;}.ty-horizontal-product-filters-dropdown__content{position:absolute;z-index:101;border:1px solid #97a0a5;background:#fff;min-width:250px;}.ty-horizontal-filters-content-to-right{left:0;}.ty-horizontal-product-filters-dropdown__content .ty-horizontal-product-filters-dropdown__content-item-a{text-decoration:none;}.ty-horizontal-product-filters-dropdown__content-item-a{padding:7px 14px;color:#d30a80;display:block;}.ty-horizontal-product-filters-dropdown__content-item-a:hover{background:#d30a80;color:#fff;}.ty-horizontal-product-filters-dropdown .ty-product-filters{margin-bottom:0;}.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle{position:relative;font-size:16px;top:3px;padding-left:5px;}.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle:hover{color:#d30a80;}.ty-horizontal-product-filters .ty-range-slider,.ty-horizontal-product-filters .ty-range-slider .ui-slider-range,.ty-horizontal-product-filters .ty-range-slider .ui-slider-handle{z-index:101;}.ty-horizontal-product-filters-dropdown__content .ty-product-filters__tools{background-color:#eee;}.ty-horizontal-product-filters.ty-selected-product-filters{margin-bottom:25px;}.cm-date-range{display:inline-block;padding:15px 10px 9px;margin-bottom:15px;}.cm-date-range a{color:#363636;}.ty-date-range .ty-icon-calendar{position:relative;color:#363636;font-size:16px;margin-right:3px;top:2px;}.daterangepicker.dropdown-menu.opensright,.daterangepicker.dropdown-menu.opensleft{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:1px solid #97a0a5;padding:10px 8px;z-index:101;}.daterangepicker.dropdown-menu.opensright:before,.daterangepicker.dropdown-menu.opensleft:before,.daterangepicker.dropdown-menu.opensright:after,.daterangepicker.dropdown-menu.opensleft:after{display:none;}.daterangepicker .ranges{min-width:180px;}.daterangepicker &gt; .ranges &gt; ul &gt; li{color:#d30a80;}.daterangepicker &gt; .ranges &gt; ul &gt; li.active,.daterangepicker &gt; .ranges &gt; ul &gt; li:hover{background:#d30a80;border:1px solid #d30a80;color:#fff;}.daterangepicker .ranges .range_inputs label{display:block;width:auto;color:#363636;}.daterangepicker_start_input,.daterangepicker_end_input{margin-top:5px;margin-bottom:20px;}.daterangepicker .input-mini{width:80px;cursor:not-allowed;background-color:#eee;}.daterangepicker button.btn.btn-small.btn-success.applyBtn{display:inline-block;margin-bottom:0;padding:6px 14px;outline:0px;border:1px solid rgba(0,0,0,0);background:#bdc3c7;background-image:none;color:#fff;vertical-align:middle;text-align:center;line-height:1.428571429;cursor:pointer;font-family:Tahoma,Geneva,sans-serif;font-size:18px;font-weight:normal;font-style:normal;text-decoration:none;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background 200ms;-moz-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;position:relative;width:auto;height:44px;line-height:44px;font-size:12px;font-weight:bold;margin:2px 0;padding:0px 20px;border:0;overflow:hidden;outline:0;text-transform:uppercase;white-space:nowrap;letter-spacing:-0.01em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#55b4b4;color:white;border-bottom:2px solid #429494;margin-right:5px;}.daterangepicker button.btn.btn-small.btn-success.applyBtn:hover{background:#67bcbc;border-color:#469f9f;color:white;}.daterangepicker button.btn.btn-small.clearBtn{display:inline-block;margin-bottom:0;padding:6px 14px;outline:0px;border:1px solid rgba(0,0,0,0);background:#bdc3c7;background-image:none;color:#fff;vertical-align:middle;text-align:center;line-height:1.428571429;cursor:pointer;font-family:Tahoma,Geneva,sans-serif;font-size:18px;font-weight:normal;font-style:normal;text-decoration:none;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background 200ms;-moz-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;position:relative;width:auto;height:44px;line-height:44px;font-size:12px;font-weight:bold;margin:2px 0;padding:0px 20px;border:0;overflow:hidden;outline:0;text-transform:uppercase;white-space:nowrap;letter-spacing:-0.01em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.daterangepicker .calendar{max-width:none !important;}.daterangepicker .calendar td.active,.daterangepicker .calendar td.active:hover{background-color:#d30a80;background-image:-moz-linear-gradient(top,#d30a80,#d30a80);background-image:-webkit-gradient(linear,0 0,0 100%,from(#d30a80),to(#d30a80));background-image:-webkit-linear-gradient(top,#d30a80,#d30a80);background-image:-o-linear-gradient(top,#d30a80,#d30a80);background-image:linear-gradient(to bottom,#d30a80,#d30a80);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd30a80', endColorstr='#ffd30a80', GradientType=0);}.ty-price-slider{padding:10px;margin-bottom:20px;color:#909598;}.ty-price-slider__inputs{padding:0;color:#909598;}.ty-price-slider__input-text{margin:0 0 5px 0;width:74px;}.ty-range-slider__wrapper{margin-left:-1px;color:#d5d5d5;}.ty-range-slider__item{position:absolute;top:-5px;width:1px;height:10px;background:#d5d5d5;}.ty-range-slider__num{position:absolute;top:21px;left:-25px;display:block;width:45px;text-align:center;font-size:75%;cursor:pointer;color:#909598;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.ty-range-slider{position:relative;margin:15px 12px;height:5px;border:1px solid #d5d5d5;background:#ecf0f1;border-right:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-range-slider .ui-slider-range{background:#d5d5d5;border:0px;margin-top:-1px;height:7px;}.ty-range-slider .ui-slider-handle{top:-9px;margin-left:-8px;width:11px;height:20px;background:#f75d09;border-radius:0px;border:0px;cursor:col-resize;}.ty-range-slider .ui-slider-handle{outline:0 none;-ms-touch-action:none;touch-action:none;}.ty-range-slider.ui-state-disabled .ui-slider-handle{cursor:not-allowed;}.ty-cart-content{margin-top:30px;border:1px solid #fff;}.ty-cart-content__title{padding:12px;border:1px solid #fff;border-right:0 none;border-left:0 none;text-align:center;white-space:nowrap;font-weight:bold;background:#edeff1;}.ty-cart-content__title.ty-left{text-align:left;}.ty-cart-content__title.ty-right{text-align:right;}.ty-cart-content__product-elem{padding:17px 10px;border:none;border-top:1px solid #fff;vertical-align:top;}.ty-cart-content__image{float:left;}.ty-cart-content__image-block{padding-left:20px;}.ty-cart-content__product-title{font-size:115%;word-wrap:break-word;}.ty-cart-content__qty{padding:12px 30px 0;text-align:center;}.ty-cart-content__sku{padding:5px 0;word-break:break-all;word-break:break-word;}.ty-cart-content__price{padding-right:20px;text-align:right;}.ty-cart-content__detailed-link{display:inline-block;margin:10px 0 10px;border-bottom:1px dotted transparent;text-decoration:none;cursor:pointer;}.ty-cart-content__detailed-link.open,.ty-cart-content__detailed-link:hover{border-color:#d30a80;text-decoration:none;}.ty-cart-content__product-delete{margin:0 0 0 6px;vertical-align:middle;}.ty-cart-content__product-delete:hover{text-decoration:none;}.ty-cart-content__options{margin-top:20px;}.ty-cart-content__more-info{margin-top:0;}.ty-cart-content__more-info-title{padding:12px;}.ty-cart-content__clear-button{margin-left:10px;}.ty-cart-content__payment-methods{float:right;margin:30px 0 0;border-top:1px solid #ef45a3;-webkit-box-shadow:inset 0 70px 70px -30px #f26bb6;-moz-box-shadow:inset 0 70px 70px -30px #f26bb6;box-shadow:inset 0 70px 70px -30px #f26bb6;text-align:center;}.ty-cart-content__payment-methods-item{padding:20px 10px 0;}.ty-cart-content__payment-methods-title{display:inline-block;margin:0 auto;margin-bottom:-30px;padding:10px;color:#737373;text-transform:uppercase;font-weight:bold;font-size:85%;}.ty-cart-content__buttons{padding:18px 22px;background:#f6f6f6;}.ty-cart-content__left-buttons{float:left;}.ty-cart-content__right-buttons{float:right;}.ty-cart-items{overflow:auto;padding:10px 22px;max-height:400px;width:320px;}.ty-cart-items__list-item{padding:10px 0px;position:relative;border-bottom:1px solid #ecf0f1;}.ty-cart-items__list-item .ty-icon-cancel-circle{color:#a2a2a2;}.ty-cart-items__list-item:last-child{border-bottom:0px;}.ty-cart-items__list-item:hover .ty-cart-items__list-item-tools{display:block;}.ty-cart-items__list-item-tools a:hover{text-decoration:none;}.ty-cart-items__list-item-image{float:left;margin-right:25px;}.ty-cart-items__list-item-desc{overflow:hidden;}.ty-cart-items__list-item-tools{position:absolute;top:10px;right:0px;display:none;}.ty-cart-items__empty{margin:15px 0;color:#bbb;}.ty-minicart-title{padding-left:20px;display:inline-block;text-decoration:none;}.ty-cart-total{background:#edeff1;border-radius:6px;}.ty-cart-total__wrapper{padding:17px 20px;border:1px solid #fff;border-top:none;}.ty-cart-statistic{float:right;padding-top:10px;}.ty-cart-statistic__item{clear:both;overflow:hidden;padding:0 0 15px 0;color:#a2a2a2;}.ty-cart-statistic__title{position:relative;float:left;margin-right:20px;width:220px;text-align:right;white-space:normal;}.ty-cart-statistic_title_main{font-weight:bold;}.ty-statistic-list-subtotal-discount,.ty-statistic-list-discount{color:#e74c3c;}.ty-cart-statistic__value{position:relative;display:inline-block;width:140px;text-align:right;}.ty-cart-statistic__total-title{margin-right:10px;}.ty-cart-statistic__total-value{display:inline-block;width:140px;}.ty-cart-statistic__group{padding-bottom:5px;}.ty-cart-statistic__total-list{border-top:1px solid #e0e0e0;margin-top:15px;}.ty-cart-statistic__total{padding:9px 0 0 0;text-align:right;font-weight:bold;font-size:138%;}.ty-cart-total__a-estimation{display:inline-block;margin:0 2px 0 3px;text-transform:uppercase;font-size:85%;line-height:130%;border-bottom:1px solid transparent;}.ty-cart-total__a-estimation:hover{border-bottom:1px dotted #d30a80;text-decoration:none;}.ty-cart-total__icon-estimation{padding:0 2px;}.ty-cart-content__estimation{display:inline-block;width:100%;max-width:440px;height:100%;box-sizing:content-box;}.ty-cart-content__estimation .ty-estimation-buttons{max-width:inherit;min-width:100%;}.ty-sidebox .ty-input-text-medium{width:100%;}.ty-estimation__title{margin-top:15px;font-weight:bold;font-size:16px;color:#a2a2a2;}.ty-estimation-buttons__rate{float:none;}.ty-estimation-buttons .ty-btn + .ty-btn{margin-left:0;}.ty-estimation-buttons .ty-btn{vertical-align:top;}.ty-cart-content-products{margin-bottom:6px;position:relative;padding:0 10px;border:1px solid #bdc3c7;background:#fff;}.ty-cart-content-products__item{padding-top:15px;border-bottom:1px solid #bdc3c7;}.ty-cart-content-products__item:last-child{border:0;}.ty-discount-info{position:relative;margin-top:7px;padding:10px;border:1px solid #bdc3c7;background:#fff;font-size:90%;}.ty-discount-coupon__ty-control-group{margin:5px 0;}.ty-coupons__container{float:left;padding-right:25px;width:260px;}.ty-coupons__item{padding:0 0 5px;}.ty-coupons__item:last-child{padding-bottom:0;}.ty-coupons__item-delete,.ty-coupons__item-delete:hover{text-decoration:none;}.ty-group-block{padding:10px;border:1px solid #eee;border-radius:3px;}.ty-group-block__arrow{position:relative;}.ty-group-block__arrow .ty-caret-info{top:-17px;}.ty-group-block .ty-caret-outer{border-bottom:7px solid #eee;border-bottom-color:rgba(0,0,0,0.1);}.ty-group-block .ty-caret-inner{border-bottom-color:#fbfbfb;}.ty-checkout__title{display:inline-block;margin:30px 0 0;text-decoration:none;font-weight:normal;font-style:normal;font-size:26px;font-family:Verdana,Geneva,sans-serif;}.ty-checkout__title-icon{color:#c0c0c0;vertical-align:middle;font-size:27px;}.checkout__block{padding:0 20px;}.ty-checkout-buttons{margin-top:15px;padding:17px 25px 0px 25px;border-top:1px solid #d5d5d5;background:#eee;}.ty-checkout__terms{margin:25px 20px;padding:15px 20px;border:2px solid #bdc3c7;border-radius:3px;background:#fff;font-weight:bold;}.ty-checkout__shipping-tips{color:#7f7f7f;margin-bottom:40px;}.ty-step__container{margin:0 0 5px 0;position:relative;}.ty-step__container .ty-icon-down-micro{display:none;}.ty-step__container-active{margin:0 0 45px 0;background:#eee;}.ty-step__container-active .ty-tabs{margin-top:5px;padding:0px 10px;}.ty-step__container-active .ty-tabs__content{padding:0;}.ty-step__body-active .ty-address-switch{margin:25px 20px;}.ty-step__container-active .ty-step__title-txt{margin-left:32px;}.ty-step__container-active .ty-step__title-left{background:#fff;color:#c0c0c0;margin-top:-1px;}.ty-step__container{background:#eee;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.ty-step__title,.ty-step__title-active,.ty-step__title-complete{position:relative;padding:10px 14px 9px 14px;}.ty-step__title-complete{padding-right:110px;}.ty-step__title-complete .ty-step__title-left{position:static;padding:0px;background:none;color:#aeaeae;display:inline;}.ty-step__title-complete .ty-step__title-txt{margin-left:30px;color:#aeaeae;}.ty-step__title-complete .ty-step__title-right .ty-btn{position:absolute;right:8px;top:8px;}.ty-step__title-active{background:#c0c0c0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.ty-step__title-arrow{display:block;width:35px;height:18px;position:absolute;font-size:80px;line-height:0;bottom:-30px;color:#c0c0c0;left:35px;}.ty-step__title-txt{color:white;font-size:20px;font-weight:normal;}.ty-step__title .ty-step__title-txt{font-weight:normal;color:#aeaeae;margin-left:36px;}.ty-step__title-icon{position:absolute;top:14px;left:16px;}.ty-step-one .ty-checkout-buttons{border:0;margin-top:6px;}.ty-step-one .buttons-container{border:0;padding-left:0;padding-right:0;}.ty-step__title-left{font-weight:normal;font-size:18px;position:absolute;display:inline-block;color:#fff;padding:2px 9px;background:#c0c0c0;border-radius:50px;}.ty-step__title-right{float:right;padding:4px 0 0 0;}.ty-step__body-active{padding:20px 0;}.ty-step__body-active .select-profile label{display:none;}.ty-step__body-active .ty-control-group .ty-input-text{width:100%;}.ty-checkout__relogin{display:inline-block;padding:10px 10px 20px;}.ty-checkout__login{float:left;padding-right:3%;padding-left:3%;width:46%;}.ty-checkout__login .ty-login{margin-top:0;}.ty-checkout__register{position:relative;float:left;margin:0 0 0 3%;width:45%;}.ty-checkout__register #anonymous_checkout .ty-control-group{margin-bottom:0;margin-top:20px;padding-left:20px;padding-right:20px;}.ty-anonymous_checkout{padding:0 25px;margin-top:20px;}.ty-anonymous_checkout__field{padding:0 25px;margin-top:20px;}.ty-checkout__register-content{padding-left:20px;}.ty-checkout__register-cancel{margin-left:15px;}.ty-checkout__register-methods{margin:0;padding:0;}.ty-checkout__register-methods-item{margin:0px;padding:15px 0 0;}input.ty-checkout__register-methods-radio{float:left;margin-top:2px;}.ty-checkout__register-methods-title{display:block;padding-bottom:5px;overflow:hidden;}.ty-checkout__register-methods-hint{display:inline-block;padding-left:20px;color:#7f7f7f;font-size:95%;}.ty-shipping-options__vendor-name{display:inline-block;padding:15px 0 10px;font-weight:bold;}.ty-shipping-options__products{margin-left:15px;}.ty-shipping-options__total{margin-top:15px;padding:15px 0;border-top:1px solid #e5e5e5;}.ty-shipping-options__image{max-width:120px;}input.ty-shipping-options__checkbox{margin:2px 0 0 0;vertical-align:middle;display:inline-block;width:10%;max-width:13px;}.ty-shipping-options__group{padding-left:20px;display:inline-block;vertical-align:middle;box-sizing:border-box;width:90%;}.ty-shipping-options__method{margin:20px 0 5px;font-size:0;}.ty-customer-notes{padding:15px 20px;}.ty-customer-notes__title{font-weight:bold;}.ty-customer-notes__text{width:100%;height:100px;resize:vertical;}.ty-checkout__billing-options{padding:20px 20px 0;}.ty-checkout__billing-options .ty-customer-notes,.ty-checkout__billing-options .ty-license-agreement__checkbox,.ty-checkout__billing-options .ty-company__termsf{padding-left:0;padding-right:0;}.ty-checkout__billing-options .ty-checkout__terms{margin-left:0;margin-right:0;}.ty-checkout__billing-options.ty-notab{padding:0px 20px 0;}.ty-checkout__billing-tabs .ty-tabs{padding-left:20px;}.ty-credit-card{display:inline-block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:15px 22px;max-width:363px;border:1px solid #f2f2f2;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:white;}.ty-credit-card__control-group{position:relative;}input.ty-credit-card__input{padding:8px;padding-right:54px;width:100%;height:40px;font-size:18px;}input.ty-credit-card__input-short{margin:0;width:50px;}.ty-credit-card__ty-control-group{position:relative;}.ty-credit-card .help-inline{display:none;}.ty-credit-card__cvv-field{display:inline-block;margin:17px 15px;max-width:190px;}.ty-credit-card__cvv-field-input{width:65px;font-size:18px;height:38px !important;}.ty-cc-icons{position:absolute;right:57px;bottom:25px;display:inline-block;margin:0 0 15px;}.ty-cc-icons__item{position:absolute;z-index:10;display:inline-block;visibility:hidden;padding:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.ty-cc-icons__icon{display:inline-block;margin:0;width:51px;height:32px;background:url('../../../../../../../../design/themes/responsive/media/images/icons/payments.png?1748789902') no-repeat;}.ty-cc-icons__item.cc-default,.ty-cc-icons__item.active{visibility:visible;}.ty-cc-icons__item .default{background-position:-300px 0px;}.ty-cc-icons__item .visa-electron{background-position:-200px -100px;}.ty-cc-icons__item .maestro{background-position:0 -200px;}.ty-cc-icons__item .american-express{background-position:-100px -200px;}.ty-cc-icons__item .discover{background-position:-200px -200px;}.ty-cc-icons__item  .mastercard{background-position:0px -100px;}.ty-cc-icons__item  .visa{background-position:-200px 0px;}.ty-cvv2-about{display:inline-block;margin-left:10px;}.touch .ty-cvv2-about{display:none;}.ty-cvv2-about:hover{position:relative;text-decoration:none;}.ty-cvv2-about__title{cursor:pointer;color:#d30a80;}.ty-cvv2-about__note{display:none;padding:15px 5px;width:340px;border:1px solid #fff;background-color:#fff;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);box-shadow:0 2px 4px rgba(0,0,0,0.2);}.ty-cvv2-about:hover .ty-cvv2-about__note{position:absolute;bottom:0;left:100%;z-index:100;display:block;}.ty-cvv2-about__image{float:left;padding:0 15px;}.ty-cvv2-about__description{float:left;width:240px;}.ty-cvv2-about__description-title{margin:0;}.ty-payment-icons{margin:10px 0;}.ty-payment-icons__item{display:inline-block;margin-left:10px;width:51px;height:32px;background:url('../../../../../../../../design/themes/responsive/media/images/icons/payments.png?1748789902') no-repeat;}.ty-payment-icons__item.twocheckout{background-position:0 0;}.ty-payment-icons__item.mastercard{background-position:0px -100px;}.ty-payment-icons__item.paypal{background-position:-100px -100px;}.ty-payment-icons__item.visa{background-position:-200px 0px;}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2){.ty-payment-icons__item{background-image:url('../../../../../../../../design/themes/responsive/media/images/icons/payments@2x.png?1748789902');background-size:400px, 400px;}}.ty-checkout-summary__block{margin-top:20px;width:100%;}.ty-checkout-summary__item{padding-bottom:15px;}.ty-checkout-summary__total{text-align:left;}.ty-checkout-summary__total-sum{display:inline-block;float:right;}.ty-checkout-summary__taxes{padding-bottom:2px;font-weight:bold;}.ty-checkout-summary__taxes-amount{display:inline-block;overflow:hidden;width:70px;text-overflow:ellipsis;white-space:nowrap;}.ty-checkout-summary__order_discount{color:#e74c3c;}.ty-order-products__list{padding:0px 0px;}.ty-order-products__list .ty-product-options{display:block;padding:6px 0 0;color:#767676;margin-bottom:0;}.ty-order-products__item{padding:14px 0;border-bottom:1px solid #ecf0f1;}.ty-order-products__item:last-child{padding-bottom:5px;border:none;}.ty-order-products__item:first-child{padding-top:0;}.ty-order-products__item-delete{visibility:hidden;float:right;}.ty-order-products__item-delete:hover{text-decoration:none;}.ty-order-products__item:hover .ty-order-products__item-delete{visibility:visible;}.ty-order-products__price{color:#1d1d1d;}.ty-order-products__a{display:inline-block;margin:2px 0 5px;max-width:238px;}.ty-order-products__buttons{padding:14px 0px;}.ty-order-products__buttons .text-button{color:#e74c3c;}.ty-order-info{color:#1d1d1d;}.ty-order-info__title{font-weight:bold;}.shipping-adress__delim{margin-bottom:15px;padding-top:10px;border-bottom:1px solid #ecf0f1;}.ty-order-info__profile-field{padding:10px;background:#eee;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-order-info__profile-field-item{float:none;clear:left;word-break:break-all;word-break:break-word;}.ty-order-info__profile-field .b-firstname,.ty-order-info__profile-field .b-lastname,.ty-order-info__profile-field .b-address,.ty-order-info__profile-field .b-city,.ty-order-info__profile-field .b-country,.ty-order-info__profile-field .b-state,.ty-order-info__profile-field .b-zipcode,.ty-order-info__profile-field .s-firstname,.ty-order-info__profile-field .s-lastname,.ty-order-info__profile-field .s-address,.ty-order-info__profile-field .s-city,.ty-order-info__profile-field .s-country,.ty-order-info__profile-field .s-state,.ty-order-info__profile-field .s-zipcode{float:left;clear:none;padding-right:5px;}.ty-order-info__profile-field .b-address,.ty-order-info__profile-field .s-address{clear:left;}.ty-checkout-complete__create-account{width:49%;display:inline-block;}.ty-checkout-complete__buttons:before,.ty-checkout-complete__buttons:after{display:table;content:"";line-height:0;width:100%;}.ty-checkout-complete__buttons:after{clear:both;}.ty-checkout-complete__buttons-left{float:left;}.ty-checkout-complete__buttons-right{float:right;}.ty-checkout-complete__login-info{width:45%;margin-left:5%;display:inline-block;vertical-align:top;}.ty-checkout-complete_width_full{width:100%;margin:0 0 45px 0;}.ty-checkout-complete__order-success{margin-bottom:20px;}.ty-checkout-complete__button-vmid{display:inline-block;margin-top:8px;}.ty-other-pay{margin-top:20px;}.ty-payments-list{float:left;margin:0;padding-right:60px;}.ty-payments-list__item{padding:0px 0px 20px 0;font-size:0;}input.ty-payments-list__checkbox{margin:2px 0 0 0;display:inline-block;vertical-align:middle;width:10%;max-width:13px;}.ty-payments-list__checkbox:checked + .ty-payments-list__item-group{font-weight:bold;}.ty-payments-list__item-group{padding-left:20px;color:#a2a2a2;display:inline-block;vertical-align:middle;box-sizing:border-box;width:90%;}.ty-payments-list__description{padding-top:5px;margin-bottom:10px;font-weight:normal;}.ty-payments-list__instruction{display:inline-block;width:255px;margin-bottom:10px;color:#363636;}.ty-payments-list__instruction h2{font-weight:bold;font-size:135%;line-height:130%;}.ty-payments-list__instruction p{padding-top:10px;line-height:150%;}.ty-payments-list__image{max-width:120px;}.ty-payment-method-iframe{position:absolute;top:0;left:0;z-index:1000;width:100%;height:700px;background:#c0c0c0;opacity:0.9;}.ty-payment-method-iframe__label{position:relative;top:350px;padding:10px;height:50px;}.ty-payment-method-iframe__text{position:relative;top:20px;vertical-align:middle;text-align:center;font-weight:bold;}.ty-payment-method-iframe__box{position:relative;z-index:10;overflow:hidden;height:700px;}.ty-repay .ty-tabs{margin-top:5px;}.ty-repay-button{padding-bottom:20px;}.ty-orders-detail{position:relative;}.ty-orders-detail .tabs{margin-top:20px;}.ty-orders-detail .ty-subheaders-group{margin:0;}.ty-orders__actions{margin:25px 0;}.ty-orders__actions .ty-btn + .ty-btn{margin-left:30px;}.ty-orders__actions-right{float:right;}.ty-orders__actions-right-item{float:left;margin-left:25px;}.ty-profiles-info{margin-top:20px;vertical-align:top;}.ty-profiles-info:before,.ty-profiles-info:after{display:table;content:"";line-height:0;width:100%;}.ty-profiles-info:after{clear:both;}.ty-profiles-info__item{float:left;margin-right:3%;width:30%;}.ty-profiles-info__title{margin-bottom:5px;font-size:15px;}.ty-profiles-info__field{padding-top:12px;}.ty-profiles-info__field .ty-info-field{margin-bottom:5px;word-break:break-all;word-break:break-word;}.ty-profiles-info__field .ty-info-field:before,.ty-profiles-info__field .ty-info-field:after{display:table;content:"";line-height:0;width:100%;}.ty-profiles-info__field .ty-info-field:after{clear:both;}.ty-orders-detail__products{margin-top:25px;}.ty-orders-detail__table{width:100%;margin-top:10px;}.ty-orders-detail__table-description{margin-left:20px;}.ty-orders-detail__table-product{width:65%;}.ty-orders-detail__table-price{width:15%;text-align:right;}.ty-orders-detail__table-quantity{width:10%;}.ty-orders-detail__table-subtotal{text-align:right;}.ty-orders-detail__table-code{word-break:break-all;word-break:break-word;}.ty-orders-notes{margin-top:28px;}.ty-orders-notes__body{position:relative;margin-top:10px;padding:15px;border:1px solid #eee;line-height:150%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-orders-summary{margin-top:28px;}.ty-orders-summary__wrapper{float:left;margin-top:10px;padding:4px 20px;min-width:52%;background:#f8f8f8;border:1px solid #eee;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-orders-summary__table{width:100%;}.ty-orders-summary__row{border-bottom:1px solid #e3e9ec;}.ty-orders-summary__row:last-child{border-bottom:0px;}.ty-orders-summary__total{font-weight:bold;}.ty-orders-summary__wrapper td{padding:13px 10px 11px 0;vertical-align:top;}.ty-orders-summary__taxes-description{padding-top:5px;}.ty-orders-summary__right{float:right;}.ty-orders-shipment .ty-subheader{font-size:22px;font-weight:600;margin-top:40px;}.ty-orders-shipment .ty-subheader:first-child{margin-top:0px;}.ty-orders-shipment__info p{padding-top:0px;}.ty-orders-shipment__table{width:100%;margin-top:10px;}.ty-orders-shipment-notes__header{font-size:14px;float:left;padding-right:10px;display:table-cell;}.ty-orders-shipment-notes__body{display:table-cell;}.ty-orders-shipment-notes__info{padding-top:20px;}.ty-orders-shipment-notes_body{float:left;display:table-cell;}.ty-orders-search{position:relative;width:100%;}.ty-orders-search__item{vertical-align:top;}.ty-orders-search-options .ty-period{clear:none;margin-left:2.1276595744681%;float:left;}.ty-orders-search-options .ty-period__wrapper{padding-right:10px;margin-bottom:12px;}.ty-orders-search-options .ty-period__select-date{margin-bottom:12px;float:left;}.ty-orders-search-options .ty-period__select-date .ty-control-group__title{visibility:hidden;}.ty-orders-search-options .ty-period__dash{padding:0;}.ty-orders-search-options .ty-status-info{font-size:0;margin-left:-25px;}.ty-orders-search-options .ty-status-info label{display:inline-block;margin-right:0;font-size:0.875rem;width:25%;word-break:break-word;}.ty-orders-search-options .ty-orders-search__options-status{margin-left:25px;}.ty-orders-search__user-info{margin:0;padding:0;}.ty-orders-repay{margin-top:30px;}.ty-orders-repay .tabs-content{padding-left:20px;}.ty-order-status{margin:5% auto;padding:15px 15px 15px 40px;width:920px;border:1px solid #e5e5e5;background:#f7f7f7 url('../../../../../../../../design/themes/responsive/media/images/icons/ajax.gif?1748789902') no-repeat 15px center;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.ty-checkout-block-terms{padding:0;}.ty-license-agreement__checkbox{padding:0 20px;}.ty-license-agreement__checkbox__checkbox{display:block;font-weight:bold;}.ty-orders-promotion{margin-top:30px;}.ty-orders-promotion__title{font-size:16px;}.ty-orders-promotion__description{overflow-x:auto;overflow-y:hidden;margin-bottom:10px;padding:10px;}.ty-exception{position:relative;margin:50px 0px 30px 0px;padding:40px 0px 70px 0px;}.ty-exception__code{top:92px;left:63px;display:inline-block;width:300px;color:#e74c3c;text-align:center;font-weight:bold;font-size:86px;line-height:70px;}.ty-exception__code-txt{display:block;text-align:center;font-weight:normal;font-style:normal;font-size:26px;}.ty-exception__title-info{display:inline-block;padding-left:30px;}.ty-exception__title{padding:0px 0px 25px 0px;font-size:25px;font-weight:normal;color:#34495e;}.ty-exception__info{padding:0px 0px 30px 0px;color:#bdc3c7;font-size:110%;}.ty-exception__links{margin:0px 20px 0px 0px;}.ty-exception__links-item{float:left;list-style-type:none;margin-right:20px;}.ty-exception__links-a{text-decoration:underline;cursor:pointer;}.ty-sitemap{margin-bottom:10px;}.ty-sitemap__section-title{display:block;padding:10px 0 7px 0;border-color:#fff;border-bottom:1px solid #ebebeb;font-size:16px;}.ty-sitemap__section-wrapper{float:left;margin-top:20px;margin-bottom:30px;width:33%;}.ty-sitemap__tree{margin:20px 0 15px 0;}.ty-sitemap__tree-section-list{display:inline-block;float:left;margin-bottom:30px;min-height:165px;width:33%;font-size:12px;}.ty-sitemap__section-sub-title{font-weight:bold;font-size:120%;}.ty-sitemap__tree-list-item{font-size:12px;line-height:17px;padding:5px 0;}.ty-sitemap__tree-list-item{padding:5px 0;}.ty-company-fields{margin-bottom:50px;}.ty-company-fields .ty-input-text,.ty-company-fields .ty-input-textarea-long{width:100%;}.ty-company-fields select{width:100%;}.ty-companies{padding:20px 0;border-bottom:1px solid #ebebeb;}.ty-companies:before,.ty-companies:after{display:table;content:"";line-height:0;width:100%;}.ty-companies:after{clear:both;}.ty-companies__info{overflow:hidden;padding-left:25px;}.ty-companies__img{float:left;text-align:center;}.ty-company-title{display:inline-block;padding:5px 0;}.ty-company-detail__top-links{line-height:20px;}.ty-company-detail__view-products{display:inline-block;margin-top:5px;margin-right:15px;cursor:pointer;}.ty-company-detail__categories{margin-top:10px;}.ty-company-detail__table{width:100%;margin-top:10px;}.ty-company-detail__info-title{margin-bottom:0;padding-bottom:5px;color:#404040;font-weight:bold;font-size:115%;}.ty-company-detail__logo{float:left;overflow:hidden;margin:0 100px 20px 0;width:160px;height:100px;border:1px solid #ddd;text-align:center;line-height:100px;}.ty-company-detail__logo:before,.ty-company-detail__logo:after{display:table;content:"";line-height:0;width:100%;}.ty-company-detail__logo:after{clear:both;}.ty-company-detail__logo .ty-no-image{width:160px !important;height:100px !important;}.ty-company-detail__info{overflow:hidden;margin-top:25px;}.ty-company-detail__info:before,.ty-company-detail__info:after{display:table;content:"";line-height:0;width:100%;}.ty-company-detail__info:after{clear:both;}.ty-company-image{vertical-align:middle;}.ty-company-detail__info-list{float:left;margin-bottom:20px;max-width:240px;word-break:break-all;}.ty-company-detail_info-first{margin-right:10%;}.ty-company-detail__ty-control-group{padding-top:3px;}.ty-company-detail__control-label{display:inline-block;width:65px;}.ty-company__terms{margin:25px 20px;padding:15px 20px;border:2px solid #bdc3c7;border-radius:3px;background:#fff;font-weight:bold;}.ty-company-info{margin:45px 0 0 58px;padding-bottom:280px;background:url('../../../../../../../../design/themes/responsive/media/images/company_vendor.png?1748789902') no-repeat bottom center;}.ty-company-info h4{padding-bottom:10px;font-size:19px;}.ty-company-info ul li{margin-bottom:11px;margin-left:17px;padding:2px 0;list-style-type:disc;}.ty-grid-vendors .ty-grid-list__company-logo .ty-company-image-wrapper{display:block;text-align:center;line-height:100px;}.ty-grid-vendors .ty-grid-list__item-location .company-location{display:block;text-align:center;color:#8f8f8f;word-wrap:break-word;}.ty-grid-vendors .ty-grid-list__total-products .ty-company-total-products{display:block;text-align:center;color:#8f8f8f;word-wrap:break-word;text-transform:lowercase;}.vendor-info-grid{border-top:1px solid #eee;border-bottom:1px solid #eee;margin:30px 0 3px;padding:35px 0;}.ty-vendor-information{text-align:right;}.ty-entry-page__item{margin:3px 0;padding:8px;}.ty-entry-page__a{display:block;}.ty-categories-picker{margin-top:-1px;width:100%;}.ty-categories-picker__title,.ty-categories-picker__item{padding:12px;border:1px solid #ecf0f1;text-align:left;}.ty-categories-picker .ty-dir-list{color:#b3b3b3;}.ty-tree-space{display:inline-block;width:10px;}.download{margin-top:20px;}.ty-download__table{width:100%;margin:11px 0 35px 0;}.ty-download-icon{margin-right:5px;color:#bdc3c7;}.ty-download__empty{color:#eee;}.ty-download__icon{margin-left:5px;font-size:120%;}.ty-download__size-col{width:20%;}.ty-download__nostyle{padding:0 !important;border:0 !important;}.ty-download__table-nomargin{width:100%;}.ty-top-panel{position:fixed;width:100%;z-index:500;}.ty-top-panel-padding{padding-top:36px;}.ty-top-panel__wrapper{position:relative;z-index:100;overflow:hidden;height:35px;border-bottom:1px solid #262626;background:#333 url('../../../../../../../../design/themes/responsive/media/images/csse_bg.png?1748789902');-webkit-box-shadow:inset 0 0 25px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 0 25px rgba(0,0,0,0.5);box-shadow:inset 0 0 25px rgba(0,0,0,0.5);}.ty-top-panel__title{float:left;margin:0 0 0 15px;color:#d3d3d3;text-transform:uppercase;font-weight:normal;font-size:14px;line-height:36px;}.ty-top-panel__logo{display:inline-block;width:20px;float:left;padding:0 15px;height:36px;border-right:1px solid #282828;-webkit-box-shadow:1px 0px 0px 0px #393939;-moz-box-shadow:1px 0px 0px 0px #393939;box-shadow:1px 0px 0px 0px #393939;}.ty-top-panel__logo-link:hover{text-decoration:none;}.ty-top-panel__icon-basket{position:relative;top:7px;color:#666;font-size:20px;}.ty-top-panel__icon-basket:hover{color:#f3f3f3;}.ty-top-panel__timer{color:#cfcfcf;margin-right:15px;}.ty-top-panel__close{width:9px;padding:0 15px;color:#969696;font-size:12px;}.ty-top-panel__close:hover{background:rgba(0,0,0,0.3);color:#f3f3f3;text-decoration:none;}.ty-top-panel-action{float:right;line-height:36px;}.ty-top-panel-action__setting{padding:0 15px;width:22px;}.ty-top-panel-action__setting:hover,.ty-top-panel-action__setting.active{background:rgba(0,0,0,0.3);text-decoration:none;}.ty-top-panel-action__setting:hover .ty-top-panel-action__icon-setting{color:#f3f3f3;}.ty-top-panel-action__icon-setting{color:#969696;font-size:22px;position:relative;top:3px;}.ty-top-panel-action_item{display:inline-block;border-right:1px solid #282828;-webkit-box-shadow:1px 0px 0px 0px #393939;-moz-box-shadow:1px 0px 0px 0px #393939;box-shadow:1px 0px 0px 0px #393939;}.minimize-label{position:absolute;top:0;right:20px;z-index:1000;width:35px;height:20px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;background:#4d4d4d;text-decoration:none;opacity:0.7;}.minimize-label:hover{opacity:1;}.minimize-label__icon{position:absolute;top:-2px;left:11px;color:#ccc;font-size:22px;}.ty-top-panel-btn{margin-right:15px;padding:3px 12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#636363;background-image:-moz-linear-gradient(top,#6d6d6d,#555);background-image:-webkit-gradient(linear,0 0,0 100%,from(#6d6d6d),to(#555));background-image:-webkit-linear-gradient(top,#6d6d6d,#555);background-image:-o-linear-gradient(top,#6d6d6d,#555);background-image:linear-gradient(to bottom,#6d6d6d,#555);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d6d6d', endColorstr='#ff555555', GradientType=0);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.3);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.3);box-shadow:inset 0 1px rgba(255,255,255,0.3);color:#fff;text-shadow:0px 1px 0px rgba(0,0,0,0.5);font-size:12px;cursor:pointer;}.ty-top-panel-btn:hover{background-color:#7d7d7d;background-image:-moz-linear-gradient(top,#878787,#6e6e6e);background-image:-webkit-gradient(linear,0 0,0 100%,from(#878787),to(#6e6e6e));background-image:-webkit-linear-gradient(top,#878787,#6e6e6e);background-image:-o-linear-gradient(top,#878787,#6e6e6e);background-image:linear-gradient(to bottom,#878787,#6e6e6e);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff878787', endColorstr='#ff6e6e6e', GradientType=0);color:#fff;text-decoration:none;text-shadow:0px 1px 0px rgba(0,0,0,0.5);}.ty-top-panel-btn:active{background-color:#5f5f5f;background-image:-moz-linear-gradient(top,#555,#6e6e6e);background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#6e6e6e));background-image:-webkit-linear-gradient(top,#555,#6e6e6e);background-image:-o-linear-gradient(top,#555,#6e6e6e);background-image:linear-gradient(to bottom,#555,#6e6e6e);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff6e6e6e', GradientType=0);-webkit-box-shadow:inset 0 -1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 -1px rgba(255,255,255,0.05);box-shadow:inset 0 -1px rgba(255,255,255,0.05);color:#fff;text-shadow:none;font-size:12px;}.te-mode{margin-left:300px;}.te-mode .ty-ajax-loading-box{margin-left:156px;}html #jquery-overlay{z-index:1060;}html #jquery-lightbox{z-index:1070;}.homepage-banners{margin-top:25px;}.homepage-hotdeals{margin:50px 0;}.ty-homepage-vendors{margin-top:35px;}.ty-homepage-vendors ul{margin:15px 15px 0 0;}.ty-homepage-vendors ul li{padding:5px 0;}.ty-homepage-vendors__devider{border-top:1px solid #eee;padding:10px 0;margin-top:15px;}.ty-pagination{margin:10px 0 10px;padding:10px 0 10px 0;}.ty-pagination__items{display:inline-block;color:#959595;}.ty-pagination__bottom{border-top:1px solid #dedede;}.ty-pagination__item,.ty-pagination__selected{color:white;display:inline-block;padding:3px 7px;min-width:12px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all 200ms;-moz-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;}.ty-pagination__item{color:#959595;}.ty-pagination__item:hover{background:#eee;color:#959595;padding:4px 7px;}.ty-pagination__selected{color:#fff;font-size:18px;background:#d30a80;}.ty-pagination__range,.ty-pagination__btn{margin:0 4px;padding:5px 7px;width:auto;color:#959595;}.ty-pagination__btn:hover{color:#959595;}.ty-pagination__prev,.ty-pagination__next{color:#959595;}.ty-pagination__prev:hover,.ty-pagination__next:hover{color:#959595;background:#eee;cursor:pointer;}.ty-pagination__text{text-transform:uppercase;}.ty-pagination__text-arrow{font-size:16px;line-height:10px;font-style:normal;}.ty-pagination__text-arrow:before{content:"в†ђ";}.ty-pagination__right-arrow .ty-pagination__text-arrow:before{content:"в†’";}.ty-tabs{margin-top:30px;vertical-align:bottom;border-bottom:1px solid #dcdcdc;}.ty-tabs__list{vertical-align:bottom;}.ty-tabs__item,.ty-tabs .subtab{float:left;vertical-align:bottom;white-space:nowrap;cursor:pointer;border-radius:0;margin:2px 2px 0 0;padding:0 0 0 3px;position:relative;background:#e1e1e1;-webkit-transition:all 200ms;-moz-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;}.ty-tabs__item:hover,.ty-tabs .subtab:hover{background:#e9e9e9;}.ty-tabs__item.active,.ty-tabs .subtab.active{background:#bbb;}.ty-tabs__a,.ty-tabs .subtab a{display:block;padding:8px 21px 2px 18px;height:23px;color:#7c7e80;text-decoration:none;}.ty-tabs__item.active .ty-tabs__a{color:#fff;}.ty-tabs .subtab .ty-tabs__item.active .ty-tabs__a{color:#7c7e80;}.ty-tabs__a:hover,.ty-tabs .subtab a:hover{text-decoration:none;color:#7c7e80;}.ty-tabs__content{padding:15px 5px;}.tab-list-title{margin:50px 0 15px 0px;padding-bottom:8px;border-bottom:1px solid #eee;font-size:22px;}.ty-tabs .open .dropdown-menu{display:block;}.ty-tabs .dropdown-menu{position:absolute;top:100%;right:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:0;list-style:none;background-color:#fff;border:1px solid #dcdcdc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-border-top-right-radius:0px;-moz-border-radius-topright:0px;border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-moz-border-radius-topleft:0px;border-top-left-radius:0px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.ty-tabs .dropdown-menu li.active{float:none;border:0;margin:0;}.ty-tabs .dropdown-menu li{display:block;margin:0;float:none;background:none;border:0px;}.ty-tabs .subtab{float:right !important;}.ty-tabs .ty-icon-down-dir{position:relative;float:none;top:0;left:0;margin:0 2px;}.ty-tabs__item{border-top-left-radius:4px;border-top-right-radius:4px;}.ty-ajax-loading-box__inner{display:none;margin:0 10px 0 5px;padding:6px 0 6px 27px;color:#fff;font-weight:bold;}.ty-ajax-loading-box{position:fixed;top:50%;right:50%;left:50%;z-index:100001;display:none;overflow:visible;margin-top:-26px;margin-left:-26px;padding:0px;min-height:52px;width:52px;background:url('../../../../../../../../design/themes/responsive/media/images/icons/ajax_loader.svg?1748789902') no-repeat 10px 10px #0d0d0d;opacity:0.8;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-ajax-loading-box_text_block{min-width:120px;min-height:76px;background-position:44px 10px;}.ty-ajax-loading-box-with__text-wrapper{color:#fff;margin-top:50px;display:block;margin-left:0px;width:110px;padding:0px 5px 5px 5px;text-align:center;}.ty-ajax-overlay{position:absolute;top:0px;bottom:0px;left:0px;right:0px;z-index:10000;display:none;}.notification-content-extended{position:fixed;top:50%;left:50%;z-index:1101;margin:-40px 0 0 -320px;min-height:140px;width:640px;color:#000;background-color:#fff;border:1px solid gray;}.notification-content-extended{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.notification-content-extended h1{border-top-left-radius:6px;border-bottom-left-radius:6px;}.ty-product-notification__buttons{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.notification-content-extended .ty-product-notification__body{overflow:auto;}.notification-body-extended{color:#000;overflow-x:hidden;overflow-y:auto;}.notification-container{position:fixed;top:0;right:40px;z-index:1022;min-width:300px;width:40%;}.notification-container-top{top:10px;}.notification-content{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 35px 10px 18px;line-height:150%;border-radius:2px;border-radius:4px;}.notification-content strong{margin-right:7px;}.notification-content-extended h1{position:relative;padding:13px 30px 10px 20px;border:none;border-bottom:1px solid #bdc3c7;background:#f8f9f9;font-weight:normal;font-size:18px;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.notification-content-extended h1 span{position:absolute;top:15px;right:14px;width:16px;height:16px;color:#acacac;text-shadow:none;font:13px/1 'glyphs';opacity:1;cursor:pointer;speak:none;-webkit-font-smoothing:antialiased;}.notification-content-extended h1 span:before{font-family:glyphs;content:"\e009";speak:none;-webkit-font-smoothing:antialiased;}.notification-content-extended h1 span:hover{color:#dfdfdf;opacity:1;}.close{position:absolute;top:5px;right:7px;float:right;padding:0;border:0;background:transparent;font-size:20px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:15px;cursor:pointer;-webkit-appearance:none;}.close:hover{text-decoration:none;cursor:pointer;}.alert-success,.alert-warning,.alert-error{position:relative;margin:7px 0 7px 0;border:1px solid;font-size:100%;opacity:0.96;}.alert-success{border-color:#8bc045;background:#d0eaae;color:#496e16;}.alert-success .close{color:#8bc045;}.alert-warning{border-color:#f39c12;background:#f5e08c;color:#ac6e0b;}.alert-warning .close{color:#f39c12;}.alert-error{border-color:#c0392b;background:#eb7064;color:white;}.alert-error .close{color:#c0392b;}.alert-error a{color:#fff;text-decoration:underline;}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px);display:flex !important;align-content:center;}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}.owl-carousel .owl-wrapper-outer.autoheight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}.owl-carousel .owl-item{float:left;min-height:32px;}.owl-buttons{color:#626262;}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer;}.owl-controls{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px;}.owl-fade-out{z-index:10;-webkit-animation:fadeout .7s both ease;-moz-animation:fadeout .7s both ease;animation:fadeout .7s both ease;}.owl-fade-in{-webkit-animation:fadein .7s both ease;-moz-animation:fadein .7s both ease;animation:fadein .7s both ease;}.owl-backslide-out{-webkit-animation:backslideout 1s both ease;-moz-animation:backslideout 1s both ease;animation:backslideout 1s both ease;}.owl-backslide-in{-webkit-animation:backslidein 1s both ease;-moz-animation:backslidein 1s both ease;animation:backslidein 1s both ease;}.owl-godown-out{-webkit-animation:scaletofade .7s ease both;-moz-animation:scaletofade .7s ease both;animation:scaletofade .7s ease both;}.owl-godown-in{-webkit-animation:godown .6s ease both;-moz-animation:godown .6s ease both;animation:godown .6s ease both;}.owl-fadeup-in{-webkit-animation:scaleupfrom .5s ease both;-moz-animation:scaleupfrom .5s ease both;animation:scaleupfrom .5s ease both;}.owl-fadeup-out{-webkit-animation:scaleupto .5s ease both;-moz-animation:scaleupto .5s ease both;animation:scaleupto .5s ease both;}@-webkit-keyframes empty{0%{opacity:1;}}@-moz-keyframes empty{0%{opacity:1;}}@keyframes empty{0%{opacity:1;}}@-webkit-keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@-webkit-keyframes fadeout{0%{opacity:1;}100%{opacity:0;}}@-moz-keyframes fadeout{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeout{0%{opacity:1;}100%{opacity:0;}}@-webkit-keyframes backslideout{25%{opacity:.5;-webkit-transform:translatez(-500px);}75%{opacity:.5;-webkit-transform:translatez(-500px) translatex(-200%);}100%{opacity:.5;-webkit-transform:translatez(-500px) translatex(-200%);}}@-moz-keyframes backslideout{25%{opacity:.5;-moz-transform:translatez(-500px);}75%{opacity:.5;-moz-transform:translatez(-500px) translatex(-200%);}100%{opacity:.5;-moz-transform:translatez(-500px) translatex(-200%);}}@keyframes backslideout{25%{opacity:.5;transform:translatez(-500px);}75%{opacity:.5;transform:translatez(-500px) translatex(-200%);}100%{opacity:.5;transform:translatez(-500px) translatex(-200%);}}@-webkit-keyframes backslidein{0%,25%{opacity:.5;-webkit-transform:translatez(-500px) translatex(200%);}75%{opacity:.5;-webkit-transform:translatez(-500px);}100%{opacity:1;-webkit-transform:translatez(0) translatex(0);}}@-moz-keyframes backslidein{0%,25%{opacity:.5;-moz-transform:translatez(-500px) translatex(200%);}75%{opacity:.5;-moz-transform:translatez(-500px);}100%{opacity:1;-moz-transform:translatez(0) translatex(0);}}@keyframes backslidein{0%,25%{opacity:.5;transform:translatez(-500px) translatex(200%);}75%{opacity:.5;transform:translatez(-500px);}100%{opacity:1;transform:translatez(0) translatex(0);}}@-webkit-keyframes scaletofade{to{opacity:0;-webkit-transform:scale(.8);}}@-moz-keyframes scaletofade{to{opacity:0;-moz-transform:scale(.8);}}@keyframes scaletofade{to{opacity:0;transform:scale(.8);}}@-webkit-keyframes godown{from{-webkit-transform:translatey(-100%);}}@-moz-keyframes godown{from{-moz-transform:translatey(-100%);}}@keyframes godown{from{transform:translatey(-100%);}}@-webkit-keyframes scaleupfrom{from{opacity:0;-webkit-transform:scale(1.5);}}@-moz-keyframes scaleupfrom{from{opacity:0;-moz-transform:scale(1.5);}}@keyframes scaleupfrom{from{opacity:0;transform:scale(1.5);}}@-webkit-keyframes scaleupto{to{opacity:0;-webkit-transform:scale(1.5);}}@-moz-keyframes scaleupto{to{opacity:0;-moz-transform:scale(1.5);}}@keyframes scaleupto{to{opacity:0;transform:scale(1.5);}}.owl-theme{margin:0;}.ty-owl-controls{margin:-40px 0 0 0;float:right;position:relative;z-index:100;}.ty-sidebox .ty-owl-controls{margin:-50px 0 0 0;}.owl-theme .owl-controls{margin-top:10px;text-align:center;}.owl-theme .owl-controls-outside{margin-top:0;text-align:center;}.owl-theme .owl-controls .owl-buttons div{color:#fff;display:inline-block;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#c0c0c0;filter:alpha(opacity=70);opacity:0.7;}.owl-theme .owl-controls-outside .owl-buttons div{float:left;font-size:15px;padding:2px 9px;height:20px;width:6px;margin-top:3px;margin-bottom:0;}.owl-theme .owl-controls-outside .owl-buttons div:last-child{margin-right:0;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:alpha(opacity=100);opacity:1;text-decoration:none;}.owl-theme .owl-controls .owl-page{display:inline-block;}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:alpha(opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#a9b0b4;}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:alpha(opacity=100);opacity:1;}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}.owl-item.loading{background:url('../../../../../../../../design/themes/responsive/media/images/icons/ajax_loader.svg?1748789902') no-repeat center center;}.owl-more-theme .owl-controls{width:100%;position:absolute;top:50%;margin-top:-18px;}.owl-more-theme .owl-prev,.owl-more-theme .owl-next{position:absolute;padding:3px 8px 0 8px;}.owl-more-theme .owl-prev i,.owl-more-theme .owl-next i{font-size:30px;}.owl-more-theme .owl-prev{left:-35px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}.owl-more-theme .owl-next{right:-35px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}.ty-footer-form-block{margin:27px 0px 0px 0px;color:white;}.ty-footer-form-block__title{display:inline-block;padding-right:30px;font-size:22px;color:white;font-weight:normal;}.ty-footer-form-block__form{display:inline-block;margin:0 0 10px 0 !important;width:300px;}.ty-footer-form-block__form .cm-hint{color:#c9c9c9;}.dropdown-menu{display:none;}.text-center{text-align:center;}.text-right{text-align:right;}.text-justify{text-align:justify;}@-ms-viewport{width:device-width;}.hidden{display:none;}.visible-phone{display:none !important;}.visible-tablet{display:none !important;}.hidden-desktop{display:none !important;}.visible-desktop{display:inherit !important;}@media (min-width: 768px) and (max-width: 979px){.hidden-desktop{display:inherit !important;}.visible-desktop{display:none !important;}.visible-tablet{display:inherit !important;}.hidden-tablet{display:none !important;}}@media (max-width: 767px){.hidden-desktop{display:inherit !important;}.visible-desktop{display:none !important;}.visible-phone{display:inherit !important;}.hidden-phone{display:none !important;}}.visible-print{display:none !important;}@media print{.visible-print{display:inherit !important;}.hidden-print{display:none !important;}}@media (min-width: 1224px){.row{margin-left:-25px;}.row:before,.row:after{display:table;content:"";line-height:0;width:100%;}.row:after{clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:25px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1175px;}.span16{width:1175px;}.span15{width:1100px;}.span14{width:1025px;}.span13{width:950px;}.span12{width:875px;}.span11{width:800px;}.span10{width:725px;}.span9{width:650px;}.span8{width:575px;}.span7{width:500px;}.span6{width:425px;}.span5{width:350px;}.span4{width:275px;}.span3{width:200px;}.span2{width:125px;}.span1{width:50px;}.offset16{margin-left:1225px;}.offset15{margin-left:1150px;}.offset14{margin-left:1075px;}.offset13{margin-left:1000px;}.offset12{margin-left:925px;}.offset11{margin-left:850px;}.offset10{margin-left:775px;}.offset9{margin-left:700px;}.offset8{margin-left:625px;}.offset7{margin-left:550px;}.offset6{margin-left:475px;}.offset5{margin-left:400px;}.offset4{margin-left:325px;}.offset3{margin-left:250px;}.offset2{margin-left:175px;}.offset1{margin-left:100px;}.row-fluid{width:100%;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;width:100%;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.1276595744681%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:2.1276595744681%;}.row-fluid .span16{width:100%;}.row-fluid .span15{width:93.617021276596%;}.row-fluid .span14{width:87.234042553191%;}.row-fluid .span13{width:80.851063829787%;}.row-fluid .span12{width:74.468085106383%;}.row-fluid .span11{width:68.085106382979%;}.row-fluid .span10{width:61.702127659574%;}.row-fluid .span9{width:55.31914893617%;}.row-fluid .span8{width:48.936170212766%;}.row-fluid .span7{width:42.553191489362%;}.row-fluid .span6{width:36.170212765957%;}.row-fluid .span5{width:29.787234042553%;}.row-fluid .span4{width:23.404255319149%;}.row-fluid .span3{width:17.021276595745%;}.row-fluid .span2{width:10.63829787234%;}.row-fluid .span1{width:4.2553191489362%;}.row-fluid .offset16{margin-left:104.25531914894%;}.row-fluid .offset16:first-child{margin-left:102.12765957447%;}.row-fluid .offset15{margin-left:97.872340425532%;}.row-fluid .offset15:first-child{margin-left:95.744680851064%;}.row-fluid .offset14{margin-left:91.489361702128%;}.row-fluid .offset14:first-child{margin-left:89.36170212766%;}.row-fluid .offset13{margin-left:85.106382978723%;}.row-fluid .offset13:first-child{margin-left:82.978723404255%;}.row-fluid .offset12{margin-left:78.723404255319%;}.row-fluid .offset12:first-child{margin-left:76.595744680851%;}.row-fluid .offset11{margin-left:72.340425531915%;}.row-fluid .offset11:first-child{margin-left:70.212765957447%;}.row-fluid .offset10{margin-left:65.957446808511%;}.row-fluid .offset10:first-child{margin-left:63.829787234043%;}.row-fluid .offset9{margin-left:59.574468085106%;}.row-fluid .offset9:first-child{margin-left:57.446808510638%;}.row-fluid .offset8{margin-left:53.191489361702%;}.row-fluid .offset8:first-child{margin-left:51.063829787234%;}.row-fluid .offset7{margin-left:46.808510638298%;}.row-fluid .offset7:first-child{margin-left:44.68085106383%;}.row-fluid .offset6{margin-left:40.425531914894%;}.row-fluid .offset6:first-child{margin-left:38.297872340426%;}.row-fluid .offset5{margin-left:34.042553191489%;}.row-fluid .offset5:first-child{margin-left:31.914893617021%;}.row-fluid .offset4{margin-left:27.659574468085%;}.row-fluid .offset4:first-child{margin-left:25.531914893617%;}.row-fluid .offset3{margin-left:21.276595744681%;}.row-fluid .offset3:first-child{margin-left:19.148936170213%;}.row-fluid .offset2{margin-left:14.893617021277%;}.row-fluid .offset2:first-child{margin-left:12.765957446809%;}.row-fluid .offset1{margin-left:8.5106382978723%;}.row-fluid .offset1:first-child{margin-left:6.3829787234043%;}}@media (min-width: 768px) and (max-width: 979px){.row{margin-left:-10px;}.row:before,.row:after{display:table;content:"";line-height:0;width:100%;}.row:after{clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:10px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:726px;}.span16{width:726px;}.span15{width:680px;}.span14{width:634px;}.span13{width:588px;}.span12{width:542px;}.span11{width:496px;}.span10{width:450px;}.span9{width:404px;}.span8{width:358px;}.span7{width:312px;}.span6{width:266px;}.span5{width:220px;}.span4{width:174px;}.span3{width:128px;}.span2{width:82px;}.span1{width:36px;}.offset16{margin-left:746px;}.offset15{margin-left:700px;}.offset14{margin-left:654px;}.offset13{margin-left:608px;}.offset12{margin-left:562px;}.offset11{margin-left:516px;}.offset10{margin-left:470px;}.offset9{margin-left:424px;}.offset8{margin-left:378px;}.offset7{margin-left:332px;}.offset6{margin-left:286px;}.offset5{margin-left:240px;}.offset4{margin-left:194px;}.offset3{margin-left:148px;}.offset2{margin-left:102px;}.offset1{margin-left:56px;}.row-fluid{width:100%;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;width:100%;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:1.3774104683196%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:1.3774104683196%;}.row-fluid .span16{width:100%;}.row-fluid .span15{width:93.617021276596%;}.row-fluid .span14{width:87.234042553191%;}.row-fluid .span13{width:80.851063829787%;}.row-fluid .span12{width:74.468085106383%;}.row-fluid .span11{width:68.085106382979%;}.row-fluid .span10{width:61.702127659574%;}.row-fluid .span9{width:55.31914893617%;}.row-fluid .span8{width:48.936170212766%;}.row-fluid .span7{width:42.553191489362%;}.row-fluid .span6{width:36.170212765957%;}.row-fluid .span5{width:29.787234042553%;}.row-fluid .span4{width:23.404255319149%;}.row-fluid .span3{width:17.021276595745%;}.row-fluid .span2{width:10.63829787234%;}.row-fluid .span1{width:4.2553191489362%;}.row-fluid .offset16{margin-left:102.75482093664%;}.row-fluid .offset16:first-child{margin-left:101.37741046832%;}.row-fluid .offset15{margin-left:97.872340425532%;}.row-fluid .offset15:first-child{margin-left:95.744680851064%;}.row-fluid .offset14{margin-left:91.489361702128%;}.row-fluid .offset14:first-child{margin-left:89.36170212766%;}.row-fluid .offset13{margin-left:85.106382978723%;}.row-fluid .offset13:first-child{margin-left:82.978723404255%;}.row-fluid .offset12{margin-left:78.723404255319%;}.row-fluid .offset12:first-child{margin-left:76.595744680851%;}.row-fluid .offset11{margin-left:72.340425531915%;}.row-fluid .offset11:first-child{margin-left:70.212765957447%;}.row-fluid .offset10{margin-left:65.957446808511%;}.row-fluid .offset10:first-child{margin-left:63.829787234043%;}.row-fluid .offset9{margin-left:59.574468085106%;}.row-fluid .offset9:first-child{margin-left:57.446808510638%;}.row-fluid .offset8{margin-left:53.191489361702%;}.row-fluid .offset8:first-child{margin-left:51.063829787234%;}.row-fluid .offset7{margin-left:46.808510638298%;}.row-fluid .offset7:first-child{margin-left:44.68085106383%;}.row-fluid .offset6{margin-left:40.425531914894%;}.row-fluid .offset6:first-child{margin-left:38.297872340426%;}.row-fluid .offset5{margin-left:34.042553191489%;}.row-fluid .offset5:first-child{margin-left:31.914893617021%;}.row-fluid .offset4{margin-left:27.659574468085%;}.row-fluid .offset4:first-child{margin-left:25.531914893617%;}.row-fluid .offset3{margin-left:21.276595744681%;}.row-fluid .offset3:first-child{margin-left:19.148936170213%;}.row-fluid .offset2{margin-left:14.893617021277%;}.row-fluid .offset2:first-child{margin-left:12.765957446809%;}.row-fluid .offset1{margin-left:8.5106382978723%;}.row-fluid .offset1:first-child{margin-left:6.3829787234043%;}}@media (min-width: 1224px){.ty-product-detail .ty-product-block__left{box-sizing:border-box;padding-right:200px;}.ty-footer-grid__full-width &gt; .row{width:1200px;margin:0 auto;}.ty-footer-grid__full-width &gt; .row-fluid{max-width:1500px;min-width:290px;margin:0 auto;}.ty-footer-menu__items,.ty-footer-general__body{display:block !important;}}@media (max-width: 1224px){.ty-calendar__block{width:100px;}.ty-control-group__price{width:100px;}.ty-product-detail .ty-product-block__left{box-sizing:border-box;padding-right:200px;}.ty-footer-grid__full-width &gt; .row{width:960px;margin:0 auto;}.ty-footer-form-block__form{width:220px;}h3.ty-footer-form-block__title,h3.ty-social-link__title{font-size:20px;}.ty-orders__actions-right{float:none;}}@media (max-width: 979px){.ty-sidebox__body-toggle{display:block;}.tygh-content .container,.ty-footer-menu,.footer-copyright{padding:0px 10px;}.ty-select-block__a{margin-right:0;}.top-currencies{margin-left:2px;}.ty-product-detail .ty-product-block__left{box-sizing:border-box;padding-right:0px;}.ty-grid-list__item .ty-icon-left-circle,.ty-grid-list__item .ty-icon-right-circle{visibility:visible;}.ty-product-empty{display:none;}.ty-wish-list-empty [class*="ty-column"]{width:100%;}.ty-wish-list-empty [class*="ty-column"]:first-child .ty-product-empty{display:block;}.ty-compact-list__title{width:20%;}.ty-compact-list__controls{width:50%;}.ty-exception__code{display:block;width:100%;}.ty-exception__title-info{display:block;padding-left:0px;text-align:center;}.ty-exception__links{margin:0px;}.ty-exception__links-item{float:none;display:inline-block;margin:0 5px;}.ty-payment-icons .ty-payment-icons__item{margin-left:5px;}.ty-footer-form-block__form{width:80%;}h3.ty-social-link__title{display:block;margin-top:21px;margin-bottom:10px;}.ty-sort-container{padding-left:0px;}.ty-product-block__note{width:100%;position:static;}.ty-product-options__item-label{display:block;width:100%;float:none;}.ty-product-options__description,.ty-product-block__option .help-inline{margin-left:0;}.ty-product-variant-image{margin-left:0;}.ty-product-detail .ty-product-block__left{padding-right:0;}.ty-multi-checkout__step{display:block;width:100%;padding-bottom:20px;}.ty-multi-checkout__arrow{display:none;}.ty-payments-list{padding-right:20px;}.ty-payments-list__instruction{width:210px;}.ty-pagination__text{display:none;}}@media (min-width: 768px) and (max-width: 979px){.ty-footer-grid__full-width &gt; .row{width:736px;margin:0 auto;}.ty-social-link__title{margin-right:70px;}.ty-social-link{margin-right:60px;}.ty-footer-menu__items,.ty-footer-general__body{display:block !important;}.ty-footer-form-block__form{width:220px;}.ty-menu__item .ty-menu__item-link{padding:14px 12px;}.ty-menu__submenu-items .ty-top-mine__submenu-col{min-width:160px;margin-right:13px;margin-bottom:20px;}.ty-top-mine__submenu-col:nth-child(4n){margin-right:0px;}.ty-account-info__buttons .ty-btn{display:block;margin-bottom:10px;margin-left:0px;}.buttons-container.ty-cart-content__top-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-btn{margin-top:5px;margin-bottom:5px;}.buttons-container.ty-cart-content__top-buttons button.ty-btn,.buttons-container.ty-cart-content__bottom-buttons button.ty-btn{width:100%;}.buttons-container.ty-cart-content__top-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-btn{display:block;margin-left:0;}.buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,.buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons{text-align:right;}.buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn{margin-left:auto;margin-right:0;}.ty-orders-search-options .span4.ty-control-group{width:50%;margin-left:0;}.ty-orders-search-options .ty-period{margin-left:0;}.te-mode .ty-orders-detail__table-image{float:none;}}@media (min-width: 768px){.ty-cart-content .ty-cart-content__product-elem,.ty-cart-content .ty-cart-content__title{border:0;}.ty-menu__item,.ty-text-links_show_inline{display:block !important;}.ty-menu__menu-btn{display:none !important;}.ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active &gt; .ty-menu__submenu-item-header .ty-menu__item-link{background:#d30a80;color:#fff;}.ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active i{color:#fff;}.ty-sidebox__body{display:block !important;}}@media (max-width: 767px){html.dialog-is-open{overflow:scroll;}.ty-menu__items .ty-menu__items-show{display:block !important;border-bottom:0;}.ty-menu__item{display:none;float:none;margin-right:0px;border-bottom:1px solid #da5207;padding:0px;position:relative;}.no-touch .ty-menu__item:hover .ty-menu__submenu-items,.ty-menu__item:hover .ty-menu__submenu-items{display:none;}.ty-menu__item:last-child{box-shadow:none;border-bottom:0;}.ty-menu__item .ty-menu__item-toggle-active{background:#df5307;}.ty-menu__item .ty-menu__item-link{position:static;}.ty-menu__submenu .ty-menu__submenu-items{padding:0;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item{border-bottom:1px solid #d8d8d8;margin:0;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link{display:block;padding:12px 30px 12px 40px;}.no-touch .ty-menu__submenu-items .ty-menu__submenu-link:hover{color:#a20862;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a{color:black;background:none;}.ty-menu__submenu .ty-top-mine__submenu-col{display:block;position:relative;margin:0px;padding:0px;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item{position:relative;padding:0px;padding-left:35px;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-list{display:none;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle-active{background:#e0e0e0;}.ty-menu__items .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle{color:#bfbfbf;}.ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__submenu-link{padding:13px 40px;display:block;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header{min-height:45px;margin:0px;padding-bottom:0px;border-bottom:1px solid #d8d8d8;text-transform:uppercase;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header-active{background:#e0e0e0;}.ty-menu__menu-btn{border-bottom:0px;box-shadow:none;}.ty-menu__submenu-items{background:#ededed;position:static;}.ty-icon-short-list{padding-right:4px;}.ty-menu__item-toggle{width:50px;height:44px;position:absolute;text-align:center;font-size:35px;right:0px;z-index:100;color:#fff;top:0px;cursor:pointer;}.ty-menu__item-toggle:hover{color:#fff;}.ty-menu__icon-hide,.ty-menu__icon-open{display:inline-block;line-height:46px;}.ty-menu__submenu-dropdown-bottom{margin:auto;}.ty-menu__icon-hide{display:none;}.ty-menu__item-toggle-active .ty-menu__icon-hide{display:inline-block;}.ty-menu__item-toggle-active .ty-menu__icon-open{display:none;}.ty-menu-vertical{margin-bottom:40px;}.ty-dropdown-box__content .ty-menu-vertical{margin-bottom:0px;}.ty-menu-vertical .ty-menu__item{display:block;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu{position:static;display:block;}.ty-menu-vertical .ty-menu__item.menu-level-2{padding-left:35px;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link{background:none;color:#d30a80;padding-left:40px;}.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{color:#d30a80;}.ty-menu-vertical .ty-menu__submenu .dropdown-vertical__dir .ty-menu__submenu-item-header .ty-menu__item-link{text-transform:uppercase;font-weight:bold;}.ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link{background:#e0e0e0;}.ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link{color:#000;}.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{padding-left:40px;text-transform:none;font-weight:normal;background:none;}.ty-menu-vertical .ty-menu__item-toggle i{top:3px;}.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{padding-left:40px;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu-items .ty-menu__submenu-items{border-right:0;border-bottom:0;border-left:0;}.ty-menu-vertical .ty-menu__submenu-items .dropdown-vertical__dir .ty-menu__item-toggle{background:none;color:#bfbfbf;}.ty-menu-vertical .ty-menu__submenu-item-header{margin-bottom:0;padding-bottom:0;min-height:none;border-bottom:none;}.ty-menu-vertical .ty-menu__submenu-item-header .ty-menu__submenu-item-header .ty-menu__item-link{color:#1abc9c;text-transform:none;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover i{color:#a1a6aa !important;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items{border:1px solid #2b3e51;border-top:0px;border-bottom:0px;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-items{border:0px;}.ty-menu-vertical .ty-menu__submenu-items .ty-menu__item{border-top:1px solid #d8d8d8;border-bottom:0;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover &gt; .ty-menu__submenu-item-header .ty-menu__item-link{background:none;color:#a20862;}.ty-menu-vertical .menu-level-1.ty-menu__item-active &gt; .ty-menu__submenu-item-header{background:#e0e0e0;}.ty-menu-vertical__dropdown .ty-menu__item{display:none;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu{width:auto;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items{width:auto;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__item-toggle{left:0px;}.ui-dialog input[type="text"],.ui-dialog input[type="password"],.ui-dialog textarea,.ui-dialog select{width:100%;}.ui-dialog input[type="checkbox"]{margin:-20px 0px;}body.dialog-is-open{overflow:visible;}div.ui-dialog .ui-dialog-title{overflow:hidden;text-overflow:ellipsis;}.ty-estimation-buttons__rate{margin-bottom:0px;}.top-menu-grid{padding-top:0;}.top-logo-grid{padding-top:15px;}.top-logo-grid:before,.top-logo-grid:after{display:table;content:"";line-height:0;width:100%;}.top-logo-grid:after{clear:both;}.ty-logo-container{text-align:center;margin:10px 0px 30px;}.tygh-header &gt; div,.tygh-top-panel &gt; div{padding:0px 10px;}.tygh-top-panel .ty-text-links-wrapper{border:none;}.ty-mainbox-title .ty-status{display:block;float:none;}.notification-content-extended{width:96%;left:2%;right:10px;margin:0px;}.ty-product-notification__body .ty-product-options-name{width:50%;}.ty-product-notification__body .ty-product-options-content{width:50%;text-align:right;}.notification-container{top:0;right:0px;min-width:100%;width:100%;}.notification-content{margin:0px;border:none;}.notification-content .close{top:8px;right:20px;}.ty-product-notification__image{float:none;display:block;margin:0 auto;}.ty-product-notification__product-name{max-width:200px;}.ty-table table,.ty-table thead,.ty-table tbody,.ty-table th,.ty-table td,.ty-table tr{display:block;}.ty-table{margin:5px 0px 20px;}.ty-table{border:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-table thead tr{position:absolute;top:-9999px;left:-9999px;}.ty-table tr{border:1px solid #ccc;border-bottom:none;}.ty-table tr:last-child{border-bottom:1px solid #ccc;}.ty-table td{border:none;border-bottom:1px solid #eee;white-space:normal;text-align:left;min-height:18px;width:auto !important;}.ty-table td:before,.ty-table td:after{display:table;content:"";line-height:0;width:100%;}.ty-table td:after{clear:both;}.ty-table tr td:last-child{border-bottom:0px;}.ty-table__no-items td{padding:0px;}.ty-table__no-items .ty-no-items{margin-bottom:0px;}.ty-table__responsive-header{float:left;width:35%;padding-right:5%;font-weight:bold;word-break:normal;display:block;}.ty-table__responsive-content{float:left;width:50%;}.ty-table.hidden,.ty-table .hidden{display:none;}.ty-cart-content .ty-cart-content__image-block{border-bottom:0;}.ty-cart-content .ty-table__responsive-header,.ty-table__responsive-content{float:none;width:100%;padding:0;}.ty-cart-content__image{float:none;text-align:center;}.ty-cart-content__left-buttons,.ty-cart-content__right-buttons{float:none;}.ty-cart-content__right-buttons{margin-top:10px;}.ty-cart-content__top-buttons .ty-btn,.ty-cart-content__bottom-buttons .ty-btn{display:block;width:100%;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-cart-content__top-buttons .ty-btn + .ty-btn,.ty-cart-content__bottom-buttons .ty-btn + .ty-btn{margin:10px 0 0;}.ty-cart-total .ty-coupons__container{float:none;padding:0;width:100%;}.ty-cart-content__estimation{max-width:inherit;}.ty-cart-statistic{float:none;margin-top:10px;}.ty-cart-statistic__title,.ty-cart-statistic__total-title{width:50%;margin-right:0;float:left;}.ty-cart-statistic__value,.ty-cart-statistic__total-value{width:50%;float:left;}.top-links-grid .ty-dropdown-box{background:none;}.ty-dropdown-box .ty-account-info__title-txt{display:none;}.account-benefits{margin:0px 0px 30px 0px;}.top-cart-content{margin:13px 0px;}.header-widget-grid .top-cart-content{margin:0px;}.header-widget-grid{padding:0px 10px;}.ty-grid-list__item:hover{border-radius:0px;background:transparent;}.ty-quick-view-button{display:none;margin-bottom:30px;}.product-list__control{float:none;margin-bottom:10px;}.product-list__image{float:none;margin:0px 0px 20px 0px;width:100%;text-align:center;}.ty-compact-list__controls{width:60%;}.ty-compact-list__image .ty-discount-label{display:inline-block;height:30px;position:static;float:none;}.ty-compact-list__image{padding:0px 10px 0px 0px;}.ty-sidebox{margin-bottom:10px;}.ty-sidebox:last-child{margin-bottom:30px;}.ty-product-block__left{display:block;overflow:visible;min-width:0;}.ty-product-block{position:initial;}.ty-product-block__img-wrapper{width:100%;margin:0;float:none;text-align:center;min-height:0;}.ty-product-block__img-wrapper:before,.ty-product-block__img-wrapper:after{display:table;content:"";line-height:0;width:100%;}.ty-product-block__img-wrapper:after{clear:both;}.ty-product-block__img-wrapper .ty-no-image{width:100% !important;}.ui-dialog .ty-product-variant-image{margin-left:0;}.ty-product-bigpicture__left,.ty-product-bigpicture__left-wrapper{width:100%;margin:0;}.ty-product-bigpicture__right{width:100%;margin-left:0;}.ty-product-thumbnails{width:100% !important;}.ty-account-detail{margin-left:0;background:none;padding-bottom:0;}.ty-profile-field__switch-label{float:none;text-align:center;margin-bottom:10px;}.ty-profile-field__switch-actions{float:none;text-align:center;}.ty-billing-first-name,.ty-billing-last-name,.ty-shipping-first-name,.ty-shipping-last-name,.ty-billing-country,.ty-billing-state,.ty-shipping-country,.ty-shipping-state,.ty-first-name,.ty-last-name{width:100%;}.ty-billing-first-name + .ty-billing-last-name,.ty-billing-country + .ty-billing-state,.ty-shipping-first-name + .ty-shipping-last-name,.ty-shipping-country + .ty-shipping-state,.ty-first-name + .ty-last-name{margin-left:0;}.ty-buttons-container__add-or-close .ty-btn{display:block;margin:0px;}.ty-buttons-container__add-or-close .ty-close-text{padding-top:10px;display:inline-block;}.ty-login-info{margin:30px 0 0;}.ty-success-registration__item{display:block;width:100%;}.ty-account-benefits{margin:30px 0 0;}.ty-company-fields{margin-bottom:20px;}.ty-company-info{margin:0;padding:0;background:none;}.ty-features-all{text-align:center;}.ty-feature__image{float:none;}.ty-product-feature__label{width:180px;}.ty-sitemap__tree-section-list,.ty-sitemap__section-wrapper{width:50%;}.ty-breadcrumbs{padding-right:0;}.ty-product-switcher{display:inline-block;width:100%;position:relative;padding:0;top:10px;text-align:center;}.ty-product-switcher__a{position:relative;top:0;vertical-align:middle;font-size:20px;}.ty-product-switcher__a-left,.ty-product-switcher__a-right{float:none;}.ty-product-switcher__a-left{margin-right:10px;}.ty-product-switcher__a-right{margin-left:10px;}.ty-product-switcher span{display:inline-block;float:none;font-size:100%;}.ty-checkout__login{float:none;padding:0 15px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-checkout__register{float:none;padding:0 15px;margin:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-checkout__register-content{padding-left:0;}.ty-checkout-buttons__submit-order{padding-bottom:20px;}.ty-payments-list__instruction{width:255px;}.ty-compare-products__menu,.ty-compare-sort{width:130px;}.ty-compare-products__product,.ty-compare-feature_item_size{width:180px;}.ty-compare__buttons .ty-btn{width:100%;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-compare__buttons .ty-btn + .ty-btn{margin:15px 0 0;}.search-block-grid{margin-top:0px !important;}.footer-no-wysiwyg ul{margin:0;}.ty-social-link-block{margin:10px 0px 20px;text-align:center;}.ty-footer-grid__full-width .ty-float-right,.ty-footer-grid__full-width .ty-float-left{float:none;}.ty-footer-grid__full-width &gt; .row{width:auto;margin:0 auto;}.ty-footer-menu__items,.ty-footer-general__body{margin:0;display:none;}.ty-footer-menu__items .ty-text-links__item,.ty-footer-general__body .ty-text-links__item{padding:15px 0px 15px 0px;border-bottom:1px solid #eee;padding-left:20px;margin-bottom:0;}.ty-footer-menu__item{padding:15px 0px 15px 0px;border-bottom:1px solid #dfdfdf;padding-left:20px;margin-bottom:0;}.ty-footer-menu__header,.ty-footer-general__header{padding:15px 30px 15px 0;border-bottom:1px solid #696969;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{position:absolute;top:12px;right:0;font-size:40px;color:#bfbfbf;cursor:pointer;}.ty-footer-menu__icon-open{display:block;}.ty-footer-menu__header.open .ty-footer-menu__icon-hide,.ty-footer-general__header.open .ty-footer-menu__icon-hide{display:block;}.ty-footer-menu__header.open .ty-footer-menu__icon-open,.ty-footer-general__header.open .ty-footer-menu__icon-open{display:none;}.ty-footer-form-block__title{display:block;padding-right:0;}.ty-footer-form-block{text-align:center;margin:20px 0px 0px 0px;}.order-summary{margin-top:0;}.ty-step__container-active{margin-bottom:20px;}.ty-checkout-complete__buttons .ty-btn{margin:0 0 15px 0;}.ty-checkout-complete__buttons-left,.ty-checkout-complete__buttons-right{float:none;}.ty-period__wrapper{float:none;}.ty-login-popup{min-width:100px;max-width:none;}.ty-orders__actions .ty-btn{text-align:left;display:block;}.ty-orders__actions .ty-btn + .ty-btn{margin-left:0;margin-top:3px;}.ty-profiles-info__item{float:none;width:100%;margin-bottom:20px;}.ty-profiles-info__item:last-child{margin-bottom:0;}.ty-orders-detail__table-image{float:none;text-align:center;margin-bottom:10px;}.ty-orders-detail__table-description{margin-left:0;}.ty-orders-summary__right{float:none;}.ty-orders-summary__wrapper{float:none;min-width:0;}.ty-orders-search-options .ty-period{float:none;margin-left:0;}.ty-orders-search-options .ty-period__wrapper{padding-right:0;}.ty-orders-search-options .ty-period__select{width:100%;}.ty-orders-search-options .ty-period__select-date .ty-control-group__title{display:none;}.ty-orders-search-options .ty-status-info{margin-left:0;}.ty-orders-search-options .ty-status-info label{width:50%;}.ty-orders-search-options .ty-orders-search__options-status{margin-left:0;}.container{width:auto;}.row-fluid{width:100%;}.row{margin-left:0;}[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.row-fluid [class*="offset"]:first-child{margin-left:0;}.ty-cart-items{width:256px;}.ty-cart-items__list-item-desc{width:187px;}.ty-cart-items__list-item-tools{right:-10px;display:block;}.vendor-info-grid{margin-top:10px;}.vendor-stores-block-grid{float:left !important;width:auto !important;padding:10px 0;}.vendor-logo-grid .ty-logo-container-vendor{text-align:center;float:none;margin-bottom:20px;}.vendor-search-grid{margin-bottom:20px;}.ty-vendor-information{text-align:center;}.ty-text-links-wrapper{border-bottom:1px solid #eee;}.ty-text-links-btn{display:inline-block;padding:9px 10px 7px 10px;color:#888;cursor:pointer;}.ty-text-links-btn.open{z-index:650;background:#888;color:#fff;}.ty-text-links-btn__arrow{font-size:20px;line-height:0;position:relative;top:5px;width:7px;vertical-align:super;}.top-links-grid .ty-text-links-btn{margin-top:-7px;}.ty-text-links_show_inline{position:absolute;min-width:170px;left:15px;right:15px;display:none;background:#fff;border:1px solid #979797;padding:7px 14px;z-index:5;margin:0;}.ty-text-links_show_inline .ty-level-0 &gt; .ty-text-links{display:block;background:none;border:0 none;padding:0;position:relative;}.ty-text-links_show_inline .ty-text-links__item{margin-right:0;display:block;}.ty-text-links_show_inline .ty-text-links{margin:0;}.ty-text-links_show_inline .ty-text-links__item .ty-text-links__a{display:block;}.ty-filter-tooltip{float:right;left:0 !important;margin-right:20px;}.daterangepicker.dropdown-menu.opensright,.daterangepicker.dropdown-menu.opensleft{min-width:340px !important;}.daterangepicker.dropdown-menu.opensright .ranges,.daterangepicker.dropdown-menu.opensright .calendar,.daterangepicker.dropdown-menu.opensleft .ranges,.daterangepicker.dropdown-menu.opensleft .calendar{float:none;margin:10px auto 15px;}.daterangepicker.dropdown-menu.opensright:before,.daterangepicker.dropdown-menu.opensleft:before,.daterangepicker.dropdown-menu.opensright:after,.daterangepicker.dropdown-menu.opensleft:after{display:none;}.ty-sidebox__body{display:none;}.ty-horizontal-product-filters{padding-left:0;}.ty-horizontal-product-filters-dropdown{width:100%;border-bottom:1px solid #d7d7d7;}.ty-horizontal-product-filters-dropdown:last-child{border-bottom:none;}.ty-horizontal-product-filters-dropdown__content{min-width:100%;border-top:none;border-bottom:none;border-left:1px solid #eee;border-right:1px solid #eee;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}.ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper{display:block;padding:10px;}.ty-horizontal-product-filters-dropdown__content{position:relative;margin-bottom:10px;}.ty-horizontal-product-filters-dropdown__icon{float:right;margin-right:4px;top:0px;}.ty-subcategories{text-align:center;}}@media screen and (max-width: 480px){.ty-mainbox-title__right{float:none;display:block;margin-top:0;}.ty-mainbox-title__left{float:none;display:block;}.ty-cart-content__buttons{padding:16px 12px;}.header-widget-grid .top-logo-grid{padding-top:0px;}.header-widget-grid .top-logo-grid{width:50%;float:left;}.header-widget-grid .cart-content-grid{width:50%;float:right;white-space:nowrap;}.ty-estimation-buttons__rate{margin-bottom:10px;}.ty-search-form__input{margin:4px 0px;width:100%;}.ty-features-all .ty-column6{width:50%;}.ty-product-list__image{float:none;margin-bottom:25px;margin-right:0px;text-align:center;}.ty-sitemap__tree-section-list,.ty-sitemap__section-wrapper{width:100%;min-height:0;}.ty-compact-list__controls .ty-product-coming-soon{position:absolute;right:0px;text-align:left;padding-top:0px;}.ty-product-feature__label{width:120px;}.ty-product-feature__value{max-width:160px;}.ty-sort-container__views-a{padding:7px;}.ty-compact-list__image,.ty-compact-list__title{display:block;width:100%;float:none;padding:0;}.ty-compact-list__image{margin-bottom:10px;}.ty-btn__add-to-cart{margin-right:10px;}.ty-product-block__button .ty-btn + .ty-btn,.ty-product-block__button .ty-btn ~ .ty-btn{margin-left:0px;}.ty-pagination{text-align:center;}.ty-pagination__btn{width:94%;}.ty-pagination__items{margin:15px 0;}.ty-pagination__item{padding:5px 6px;}.ty-pagination__text{display:inline-block;}.ty-compact-list__controls{width:100%;text-align:left;}.ty-compact-list__price{text-align:left;width:100%;padding-bottom:10px;}.ty-compact-list__price .ty-price-update{display:inline-block;}.ty-step__title-txt{font-size:18px;}.ty-checkout__billing-tabs .ty-tabs{padding:0px;}.ty-checkout__billing-tabs .ty-tabs__item{float:none;}.ty-checkout-complete__login-info,.ty-checkout-complete__create-account{display:block;width:100%;margin-left:0;}.ty-payments-list{padding-right:0;}.ty-payments-list__instruction{width:auto;}.ty-companies__img{float:none;}.ty-companies__info{padding:0;}.ty-filters-search__item{padding-right:0;}.ty-subcategories-block{min-width:100%;}.ty-product-notification__buttons{display:block;text-align:right;}.ty-product-notification__buttons &gt; div{float:none;display:inline-block;margin:3px auto;}}.ty-gdpr-agreement{margin-bottom:10px;}.ty-gdpr-agreement--icon{color:#d30a80;}.ty-gdpr-agreement--label:hover .ty-gdpr-agreement--icon{color:#55b4b4;}.ty-gdpr-tooltip.tooltip{max-width:620px;}.ty-gdpr-tooltip.tooltip ul,.ty-gdpr-tooltip.tooltip ol{list-style:inherit;padding-left:40px;}.ty-gdpr-tooltip.tooltip li{list-style:inherit;}.ty-gdpr-tooltip.tooltip p{margin-top:1em;margin-bottom:1em;}.ty-gdpr-tooltip.tooltip p:first-child,.ty-gdpr-tooltip.tooltip p:last-child{margin-top:auto;margin-bottom:auto;}.ty-gdpr-tooltip--close{display:none;color:#d5d5d5;top:0;right:0;width:60px;height:30px;}.ty-gdpr-tooltip--light{background:#fff;border:1px solid rgba(0,0,0,0.2);}.ty-gdpr-tooltip--light .tooltip-arrow{border-color:transparent transparent rgba(0,0,0,0.2) transparent;}.ty-gdpr-tooltip--light .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:2px;left:-9px;border-width:0 0 8px 8px;border-color:transparent transparent #fff transparent;}.ty-gdpr-tooltip--light.tooltip.arrow-top .tooltip-arrow{border-color:transparent rgba(0,0,0,0.2) transparent transparent;}.ty-gdpr-tooltip--light.tooltip.arrow-top .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:0;left:1px;border-width:0 8px 8px 0;border-color:transparent #fff transparent transparent;}.ty-gdpr-tooltip--light.arrow-top.right .tooltip-arrow{border-color:rgba(0,0,0,0.2) transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-top.right .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-10px;left:1px;border-width:8px 8px 0 0;border-color:#fff transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-down.right .tooltip-arrow{border-color:transparent transparent transparent rgba(0,0,0,0.2);}.ty-gdpr-tooltip--light.arrow-down.right .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-8px;left:-9px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #fff;}.ty-gdpr-tooltip--light.arrow-down.top .tooltip-arrow{border-color:rgba(0,0,0,0.2) transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-down.top .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-10px;left:-9px;border-width:8px 0 0 8px;border-color:#fff transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-down.right.top .tooltip-arrow{border-color:rgba(0,0,0,0.2) transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-down.right.top .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-10px;left:1px;border-width:8px 8px 0 0;border-color:#fff transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-down.center .tooltip-arrow{border-color:transparent transparent rgba(0,0,0,0.2) transparent;border-width:10px;right:50%;top:-20px;}.ty-gdpr-tooltip--light.arrow-down.center .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-8px;left:-9px;border-width:9px;border-color:transparent transparent #fff transparent;}.ty-gdpr-tooltip--light.arrow-down.center.top .tooltip-arrow{border-color:rgba(0,0,0,0.2) transparent transparent transparent;right:50%;top:auto;bottom:-20px;}.ty-gdpr-tooltip--light.arrow-down.center.top .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-10px;left:-9px;border-width:9px;border-color:#fff transparent transparent transparent;}.ty-gdpr-tooltip--light p,.ty-gdpr-tooltip--light li{color:#333;}.touchevents .ty-gdpr-tooltip{padding-top:25px;}.touchevents .ty-gdpr-tooltip--close{display:inline-block;}.ty-gdpr-profile-actions{margin:45px 0 0 58px;}.ty-gdpr-profile-actions li{list-style-type:decimal;}.ty-social-buttons{margin:20px 0px;}.ty-social-buttons__inline{display:inline-block;vertical-align:top;margin:5px 20px 10px 0;}.ty-social-buttons__email-sharing{text-decoration:none;}.ty-social-buttons__email-icon{vertical-align:middle;margin-left:5px;font-size:16px;}.ty-product-bigpicture .ty-social-buttons__inline{margin:5px 0 0;}@media (max-width: 767px){.ty-social-buttons__inline{display:block;}}.ty-buy-together__products{white-space:nowrap;}.ty-buy-together__product{display:inline-block;margin:10px 0px 20px;width:195px;vertical-align:middle;text-align:center;}.ty-buy-together__plus{display:inline-block;margin:0 15px 20px;color:#bdc3c7;font-size:350%;}.ty-buy-together__product-name{padding:5px 0 0;white-space:normal;}.ty-buy-together__product-options{padding:5px 0 0;}.ty-buy-together__product-price{padding:5px 0 0;}.ty-buy-together-option{padding:5px 0 0;}.ty-buy-together-option__name{font-weight:bold;}.ty-buy-together__description{padding-top:10px;margin:20px 5px 5px;border-top:1px dotted #ccc;}.ty-buy-together-box{text-align:left;min-width:360px;}.ty-buy-together-box .ty-product-variant-image{margin-left:134px;}.ty-buy-together-box select{min-width:220px;}.ty-buy-together-price{padding:20px 20px 0px;margin:55px 0;border-top:1px solid #e3e9ec;}.ty-buy-together-price__title{display:inline-block;padding-right:30px;width:140px;}.ty-buy-together-price__new{padding-top:10px;font-size:140%;font-weight:bold;}.ty-buy-together-notification__item{margin-left:20px;margin-bottom:7px;overflow:hidden;}.ty-buy-together-notification__item-link{float:left;max-width:60%;}.ty-buy-together-orders__products{margin-top:10px;}.ty-buy-together-cart-items__list{padding-left:20px;margin-left:20px;margin-top:10px;border-left:1px solid #eee;}.ty-buy-together-info{margin-top:10px;}.ty-buy-together-info__product{margin:0;font-size:120%;font-weight:bold;}.ty-buy-together-info__item{padding:10px 0;border-bottom:1px solid #e5e5e5;color:#767676;}.ty-buy-together-info__item:last-child{border-bottom:0;}.ty-buy-together-popup{margin-bottom:20px;}@media (max-width: 979px){.ty-buy-together__products{white-space:normal;}.ty-buy-together__product{width:175px;}}@media (max-width: 767px){.ty-buy-together__product{display:block;margin:0;width:100%;}.ty-buy-together__plus{margin:0;width:100%;text-align:center;}.ty-buy-together-notification__item{margin-left:0px;}.ty-buy-together-notification__item-link{max-width:60%;}.ty-product-notification__price{margin-left:0px;}.ty-product-notification__body ul ul{margin-left:20px;}.ty-buy-together-notification__items .ty-product-notification__body .ty-product-options__info{margin-top:0px;}.ty-buy-together-notification__items .ty-buy-together-notification__items .ty-buy-together-notification__item{padding-left:20px;}.ty-buy-together-popup .ty-table__responsive-content{float:left;width:50%;}.ty-buy-together-popup .ty-table__responsive-header{width:35%;}.ty-buy-together-box .ty-product-variant-image{margin-left:0px;}.ty-buy-together-box{min-width:100px;}.ty-buy-together-cart-items__list .ty-cart-items__list-item-desc{width:150px;}}.ty-tag-cloud{margin:10px 0;}.ty-tag-cloud__item{margin-right:10px;}.ty-tag-level-0,.ty-tag-level-0:active{font-size:100%;}.ty-tag-level-1,.ty-tag-level-1:active{font-size:150%;}.ty-tag-level-2,.ty-tag-level-2:active{font-size:200%;}.ty-tag-level-3,.ty-tag-level-3:active{font-size:250%;}.ty-tag-level-4,.ty-tag-level-4:active{font-size:300%;}.ty-tag-level-5,.ty-tag-level-5:active{font-size:350%;}.ty-tag-level-6,.ty-tag-level-6:active{font-size:400%;}ul.ty-tags-list{padding-left:0;}.ty-tags-list__item{display:inline-block;}.ty-tags-list__a{position:relative;display:block;float:left;margin:3px 5px 3px 15px;padding:0 27px 0 10px;font-size:12px;line-height:24px;text-decoration:none;border:0 none;background:#e6e6e6;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}.ty-tags-list__a:before{position:absolute;top:50%;left:-14px;float:left;margin-top:-12px;width:0;height:0;border-width:12px 14px 12px 0;border-style:solid;border-color:transparent #e6e6e6 transparent transparent;content:"";}.ty-tags-list__a:after{position:absolute;top:50%;left:0;float:left;margin-top:-2px;width:4px;height:4px;background:#fff;content:"";-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.ty-tags-list__a{background:#e6e6e6;color:#676767;transition:none;padding-right:10px;}.ty-tags-list__a:hover{background:#16a085;color:#fff;text-shadow:none;}.ty-tags-list__a:hover:before{border-right-color:#16a085;}.ty-icon-feed{display:inline-block;float:right;margin-top:-25px;font-size:16px;}.ty-newsletters{margin-bottom:30px;}.ty-newsletters__item{margin-bottom:5px;}.checkout-steps .ty-newsletters{padding:0 20px;}.ty-checkout__billing-options .ty-newsletters{padding:0;}.ty-footer-form-block--responsive &gt; form{display:flex;}.ty-footer-form-block--responsive .ty-footer-form-block__title{flex-grow:1;flex-basis:100%;padding:0;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container{padding-left:10px;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block-policy__input{width:100%;padding-bottom:10px;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-lable-subscribe-policy{margin-bottom:10px;}.ty-footer-form-block--responsive .ty-lable-subscribe-policy &gt; a{color:inherit;text-decoration:underline;}.tree-limb{padding-bottom:5px;}.affiliate .subheader{font-weight:normal;padding-top:0;}.affiliate .ty-table{margin:15px 0 40px 0;}.affiliate-code{color:#999;font-size:69%;text-align:center;}.affiliate-block{border-bottom:1px solid #dedede;padding:20px 0;margin-bottom:15px;}.affiliate-block.last{border-color:transparent;}.affiliate-block .info-block{margin-top:15px;color:#333;}.affiliate-block pre{white-space:pre-wrap;word-break:break-all;word-wrap:break-all;}.affiliate-title,.affiliate-title{font-size:120%;font-weight:normal;margin-bottom:10px;}.affiliate-content{margin:10px 0;}.affiliate-content .no-image{width:50px;height:50px;}.affiliate-link,.affiliate-link:hover,.affiliate-link:active{margin-bottom:5px;font-weight:bold;display:inline-block;text-decoration:underline;}.affiliate-block .link-dashed{display:inline-block;margin-right:14px;text-decoration:none;height:16px;position:relative;}.affiliate-block .link-dashed .caret-info{top:26px;z-index:2;left:50%;margin-left:-5px;}.affiliate-block .link-dashed.on .caret-info{display:block;}.affiliate-menu{margin-bottom:30px;}.affiliate-menu li{float:left;margin-right:20px;}.affiliate-plan-block{margin:0 0 40px 0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:4px 0px;min-width:52%;}.affiliate-plan-block td{padding:13px 10px 11px 0;vertical-align:top;}.affiliate-plan__table{width:100%;}.affiliate-plan__row{border-bottom:1px solid #e3e9ec;}.affiliate-plan__row:last-child{border-bottom:0px;}.affilate-banner-link{word-break:break-all;}.payout-info dt{width:110px;}.payout-info dd{width:250px;}.affiliate-rates{margin-left:60px;}.affiliate-rates dl{width:300px;}.affiliate-rates dt{width:200px;}.affiliate-rates dd{width:60px;}.general-statistics .affiliate-plan-block{margin-top:30px;}.affiliate .dir-list{color:#b3b3b3;}.ty-affiliate-table-wrapper{float:left;margin:20px 20px 20px 0px;padding:4px 20px;min-width:30%;background:#f8f8f8;border:1px solid #eee;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-affiliate-summary__table{width:100%;}.ty-affiliate-summary__row{border-bottom:1px solid #e3e9ec;}.ty-affiliate-summary__row:last-child{border-bottom:0px;}.affiliate-banner-code{border:dashed 1px #634f36;padding:5px 10px 10px;width:60%;}.ty-input-display{padding-right:35px;margin-top:6px;}.commissions-table tbody tr,.commissions-table tbody tr:nth-child(2n),.commissions-table tbody tr + .extra-row{background-color:#fff;}.commissions-table tbody tr.alt-row,.commissions-table tbody tr.alt-row + .extra-row{background-color:#f8f9fa;}.commissions-table-extra{margin-top:10px;}.commissions-additional{margin-top:10px;padding:5px 13px;background:#fff;}.commissions-additional ul{margin:0;padding:5px 0;list-style:none;}.commissions-additional li{padding:0 0 5px 0;}.affiliate-active-tab{color:black;}.ty-table__responsive-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}@media (max-width: 768px){.ty-input-display{width:100%;}}@media (min-width: 769px){.ty-input-display{width:55%;}}@media (max-width: 767px){.commissions-table tbody tr{display:block;}.commissions-table-extra thead{display:none;}.commissions-table-extra + .ty-table__responsive-header{display:none;}.commissions-table-extra + .ty-table__responsive-header + .ty-table__responsive-content{padding:0;}.ty-affiliate-table-wrapper{width:100%;padding:4px 10px;}.ty-table__responsive-content{padding-left:40%;}.affilate-extra-data__td .ty-table__responsive-header,.affilate-extra-data__td .ty-table__responsive-content{width:100%;padding:0 0 5px 0;}}.commissions-details-header{margin-top:27px;}.affiliate-plan-description{font-size:14px;}.affiliate-widget-select{margin-left:65px;}#custom_affiliate_parameter{vertical-align:middle;}.affiliate-coupon-code{padding-top:5px;}.ty-gift-certificate{margin-top:25px;}.ty-gift-certificate__amount-alert{color:#a6a6a6;padding-top:2px;}.error .ty-gift-certificate__amount-alert{color:#b94a48;}.ty-gift-certificate__amount-input{width:115px;}.ty-gift-certificate__switch{margin:25px 0px;padding:15px 20px;border:2px solid #bdc3c7;background:white;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-gift-certificate__switch-label{float:left;}.ty-gift-certificate__switch-mail{float:right;}.ty-gift-certificate__send{float:left;padding-right:15px;}.ty-gift-certificate__products .ty-no-items{display:none;}.ty-gift-certificate__products .product-picker-icon{float:left;margin:2px 5px 0 0;}.ty-gift-certificate__select{width:100%;}.ty-gift-certificate__country{display:inline-block;width:47%;}.ty-gift-certificate__state{display:inline-block;margin-left:5%;width:47%;}.ty-gift-certificate-validate{margin-top:42px;}.ty-gift-certificate-validate .ty-input-append{width:88%;float:right;}.ty-gift-certificate-validate__title{font-weight:normal;text-align:right;}.ty-gift-certificate__icon{position:absolute;top:3px;left:-35px;font-size:27px;line-height:27px;color:#ddd;}.ty-gift-certificate-verify{min-width:600px;max-width:600px;}table.ty-gift-certificate-verify__table{margin:10px 0 20px 0;width:100%;}table.ty-gift-certificate-verify__table{margin-top:0;width:100%;}.ty-gift-certificate-verify__row{padding:7px 13px;}.ty-gift-certificate-verify__error{max-width:250px;text-align:center;font-weight:bold;}.ty-gift-certificate-history{width:100%;}.ty-gift-image{position:relative;display:block;margin:0 auto;border:1px solid #ebebeb;background-color:#f9f9f9;color:#c8c8c8;cursor:default;}.ty-gift-image__icon{position:absolute;top:50%;left:50%;display:inline-block;margin:-16px 0 0 -16px;width:32px;height:32px;font-size:32px;line-height:32px;}.ty-product-notification__item .ty-gift-image{margin-right:20px;}.ty-gift-certificate-order{margin-top:10px;}.ty-gift-certificate-order__group-label{display:inline-block;padding:6px 0;width:100px;}.ty-gift-certificate-order__group-item{display:inline-block;padding:6px 0;}.ty-gift-certificate-history .ty-no-items{margin-bottom:0;}@media (max-width: 979px){.ty-gift-certificate__preview-btn{float:none;margin-top:10px;}}@media (max-width: 767px){.ty-gift-certificate-verify{min-width:inherit;}.ty-gift-certificate-verify__row{display:block;}.ty-gift-certificate-validate{margin-top:20px;}.certificates-verify-grid{margin-bottom:30px;}.certificates-verify-grid:before,.certificates-verify-grid:after{display:table;content:"";line-height:0;width:100%;}.certificates-verify-grid:after{clear:both;}}.ty-store-location{margin-top:30px;}.ty-store-location__map-wrapper{float:left;width:600px;height:450px;border:1px solid #979797;margin:0 30px 20px 0;}.ty-store-location__locations-wrapper{display:block;vertical-align:top;overflow:hidden;}.ty-store-location__item:first-child{margin-top:0;}.ty-store-location__item{margin:20px 0;}h3.ty-store-location__item-title{font-size:22px;margin:0 0 2px 0;}.ty-store-location__item-country{font-size:13px;font-weight:normal;}.ty-store-location__item-view{margin:20px 0;}@media (max-width: 979px){.ty-store-location__map-wrapper{width:400px;height:300px;}}@media (max-width: 767px){.ty-store-location__map-wrapper{width:100%;float:none;}}.ty-variations-list__wrapper{width:100%;overflow-x:auto;}.ty-variations-list__product-elem .ty-control-group{margin-bottom:0;}.ty-variations-list__product-elem .ty-control-group__item{padding:0;}.ty-variations-list__product-elem .ty-btn{margin-left:10px;}.ty-variations-list__product-elem .ty-qty-out-of-stock{margin-left:15px;}.ty-variations-list__image img{max-width:none;}.ty-variations-list__sku .ty-sku-item{font-size:13px;color:#465f73;}.ty-variations-list__controls{white-space:nowrap;text-align:right;}.ty-variations-list__controls .ty-add-to-wish.ty-btn i{margin-left:3px;margin-right:3px;}.ty-variations-list__controls form &gt; div{display:inline-block;}.ty-variations-list.ty-table{border:none;}.ty-variations-list.ty-table th{background:none;border-right:none;}.ty-variations-list.ty-table tbody tr:nth-child(2n){background:none;}.ty-variations-list.ty-table td,.ty-variations-list.ty-table .table td{border-right:none;}@media (max-width: 979px){.ty-variations-list.ty-table th{padding-left:5px;padding-right:5px;}.ty-variations-list.ty-table td,.ty-variations-list .ty-table .table td{padding-left:5px;padding-right:5px;}}@media (max-width: 767px){.ty-variations-list .ty-table__responsive-content{display:inline-block;width:auto;}.ty-variations-list__controls .ty-table__responsive-header{display:none;}.ty-variations-list__controls form &gt; .ty-variations-list__price{display:block;margin-bottom:13px;}.ty-variations-list__product-elem 
            .ty-btn{margin-left:0;margin-right:10px;margin-bottom:13px;}.ty-variations-list .ty-qty-out-of-stock{margin-left:0;margin-right:10px;margin-bottom:13px;vertical-align:middle;}}.ty-blog__item{border-bottom:1px solid #eee;padding-bottom:30px;margin:-1px;margin-bottom:50px;}.ty-blog__item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0;}.ty-blog *,.ty-blog-grid *{font-size:14px;}.ty-blog h1,.ty-blog-grid h1{font-size:25px;}.ty-blog h2,.ty-blog-grid h2{font-size:23px;}.ty-blog h3,.ty-blog-grid h3{font-size:21px;}.ty-blog h4,.ty-blog-grid h4{font-size:19px;}.ty-blog h5,.ty-blog-grid h5{font-size:16px;}.ty-blog h6,.ty-blog-grid h6{font-size:14px;}.ty-blog hr,.ty-blog-grid hr{margin-top:20px;margin-bottom:20px;}.ty-blog img,.ty-blog-grid img{width:auto;max-width:100%;margin-top:30px;margin-bottom:30px;}.ty-blog h2.ty-blog__post-title,.ty-blog-grid h2.ty-blog__post-title{margin-bottom:4px;}.ty-blog .ty-blog__post-title,.ty-blog-grid .ty-blog__post-title{margin-bottom:0;padding:0 0 6px;font-size:27px;}.ty-blog .ty-blog__img-block,.ty-blog-grid .ty-blog__img-block{margin-top:20px;margin-bottom:20px;}.ty-blog .ty-blog__img-block img,.ty-blog-grid .ty-blog__img-block img{margin-top:0;margin-bottom:0;}.ty-blog .ty-blog__description,.ty-blog-grid .ty-blog__description{margin-bottom:30px;}.ty-blog .ty-blog__date,.ty-blog-grid .ty-blog__date{display:inline-block;margin-bottom:15px;margin-right:10px;color:#adadad;font-weight:normal;font-size:12px;}.ty-blog .ty-blog__author,.ty-blog-grid .ty-blog__author{display:inline-block;margin-bottom:15px;padding-left:12px;border-left:1px solid #adadad;color:#adadad;font-weight:normal;font-size:12px;}.ty-blog-sidebox{margin:0 0 10px;}.ty-blog-sidebox__item{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:7px;word-wrap:break-word;}.ty-blog-sidebox__item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0;}.ty-blog-text-links{margin:20px 0 40px;}.ty-blog-text-links__item{margin-bottom:20px;}.ty-blog-text-links__item:last-child{margin-bottom:25px;}.ty-blog-text-links__date{color:#adadad;border:1px solid #eee;padding:3px 8px;margin-right:9px;float:left;font-size:12px;}.ty-blog-text-links__a{display:block;padding-top:3px;word-wrap:break-word;}.ty-blog-recent-posts-scroller{margin-left:-10px;margin-right:-10px;}.ty-blog-recent-posts-scroller__item{margin-bottom:10px;margin-top:10px;padding-left:10px;padding-right:10px;word-wrap:break-word;}.ty-blog-recent-posts-scroller__item .ty-blog__date{display:block;margin-bottom:0;margin-top:5px;color:#adadad;font-size:12px;}.ty-blog-recent-posts-scroller__img-block{margin-bottom:10px;max-height:150px;min-height:150px;overflow:hidden;position:relative;text-align:center;}.ty-blog-recent-posts-scroller__img-block img{display:block;bottom:-100%;left:0;margin:auto;position:absolute;right:0;top:-100%;vertical-align:middle;}.ty-blog-recent-posts-scroller__img-block .ty-no-image{height:150px;min-height:initial !important;min-width:initial !important;}@media (max-width: 767px){.ty-blog__title{margin-top:50px;}}.ty-reward-points__info{margin-top:10px;}.ty-reward-points__points-in-use{display:block;overflow:hidden;padding-top:5px;}.ty-reward-points__delete-icon{position:relative;top:3px;text-decoration:none;}.ty-reward-points__delete-icon:hover{text-decoration:none;}.ty-reward-points-userlog{width:100%;}.ty-reward-points-userlog__date{width:20%;}.ty-reward-points-userlog__points{width:10%;}.ty-reward-points-userlog__reason{width:70%;}.ty-checkout-summary__item .ty-reward-points__coupon{display:block;}.ty-reward-points__product-info:last-child{margin-bottom:0;}.ty-reward-points__product-info:before,.ty-reward-points__product-info:after{display:table;content:"";line-height:0;width:100%;}.ty-reward-points__product-info:after{clear:both;}.ty-cart-content-products .ty-reward-points__product-info .ty-control-group__label{font-weight:bold;}.ab_dotd_product_label{display:inline;position:relative;top:-5px;color:white;background-color:#ef45a3;font-size:8px;text-transform:uppercase;padding:0px 5px 1px 5px;margin:0;text-align:center;white-space:nowrap;vertical-align:baseline;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;z-index:auto;}.ab__dotd_chains_title{font-size:28px;line-height:30px;font-weight:700;}.ab__dotd_chains-show_more{display:block;width:280px;padding:10px 15px 13px;margin:20px auto;font-weight:bold;font-size:16px;text-align:center;background:#fff;border:3px solid #d30a80;color:#d30a80;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ab__dotd_chains-show_more:hover{border-color:#bb0971;color:#bb0971;}.ab__dotd-text_showed{display:block;color:#363636;font-weight:normal;line-height:16px;font-size:14px;}.ab__deal_of_the_day{padding:50px 0 40px;margin:0 auto;max-width:1500px;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.ab__deal_of_the_day .pd-block{padding:0 10px 0 0;float:left;width:400px;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ab__deal_of_the_day .pd-content-block{width:-webkit-calc(100% - 400px);width:calc(100% - 400px);padding:0 20px;display:inline-block;}.ab__deal_of_the_day .action-title{font-size:24px;line-height:120%;margin-bottom:10px;font-family:'Open Sans',sans-serif;color:#ef45a3;}.ab__deal_of_the_day .promotion-descr{margin-bottom:10px;}.ab__deal_of_the_day .promotion-descr p{color:#838383;padding:0;}.ab__deal_of_the_day .time-left{margin-bottom:10px;color:#363636;}.ab__deal_of_the_day .flip-clock-wrapper{margin-bottom:25px;padding-top:0;text-align:left;}.ab__deal_of_the_day .flip-clock-divider .flip-clock-label{top:auto;bottom:-14px;left:10px;right:auto;}.ab__deal_of_the_day .flip-clock-divider.days .flip-clock-label{left:0;}.ab__deal_of_the_day .flip-clock-divider:not(.days){width:10px;}.ab__deal_of_the_day .flip-clock-dot{left:4px;}.ab__deal_of_the_day .flip-clock-dot.top{top:27px;}.ab__deal_of_the_day a.more{padding:5px 0 10px 0;display:inline-block;color:#d30a80;text-decoration:underline;}.ab__deal_of_the_day .ty-scroller-pd{width:100%;}.ab__deal_of_the_day .ty-scroller-list__item{text-align:center;padding:0;}.ab__deal_of_the_day .ty-pd-list__item{margin:4px;padding:15px;background:white;-webkit-box-shadow:0 0 0 1px #fafafa;-moz-box-shadow:0 0 0 1px #fafafa;box-shadow:0 0 0 1px #fafafa;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 0 1px #e6e6e6;-moz-box-shadow:0 0 0 1px #e6e6e6;box-shadow:0 0 0 1px #e6e6e6;}.ab__deal_of_the_day .ty-pd-list__item:hover{-webkit-box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;-moz-box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;z-index:1;}.ab__deal_of_the_day .ty-pd-list__item:hover{-webkit-box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;-moz-box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;}.ab__deal_of_the_day .ty-pd-list__image{background:white;margin-bottom:10px;position:relative;}.ab__deal_of_the_day .ty-pd-list__item-name{max-width:100%;width:100%;margin:0;}.ab__deal_of_the_day .ty-pd-list__item-name .product-title{color:#363636;font-size:14px;line-height:120%;height:34px;display:inline-block;overflow:hidden;width:90%;}.ab__deal_of_the_day .ty-pd-list__item-name .product-title:hover{text-decoration:underline;}.ab__deal_of_the_day .grid-list__rating{height:22px;}.ab__deal_of_the_day .ty-stars{color:#e0e0e0;margin:0;}.ab__deal_of_the_day .ty-stars__icon{float:left;}.ab__deal_of_the_day .ty-pd-list__price{margin:5px 0 7px 0;max-width:100%;float:none;display:inline-block;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item{padding:0 5px 0 10px;border-right:1px solid #e0e0e0;text-align:left;float:left;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item &gt; span{display:inline-block;vertical-align:top;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item .ty-price{color:#ef45a3;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item .ty-price-num{font-size:18px;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item .ty-list-price{font-weight:bold;color:#363636;font-size:15px;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item .ty-strike,.ab__deal_of_the_day .ty-pd-list__price .pd-price-item .ty-strike .ty-list-price{font-weight:normal;color:#999;font-size:14px;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item *{line-height:100%;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item span.y_save{font-size:12px;color:#8d8c8c;padding:2px 0 5px;font-weight:normal;display:block;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item:last-child{margin-right:0;border:0;}.ab__deal_of_the_day .ty-btn__primary{min-width:50%;}.ab__deal_of_the_day .ty-cr-product-button{display:none !important;}.ab__deal_of_the_day .ty-pd-list__control{text-align:center;}.ab__deal_of_the_day .ty-pd-list__control .button-container{display:inline-block;}.ab__deal_of_the_day .ypi-quick-view-button{float:none;}.ab__deal_of_the_day .ypi-quick-view-button .ty-btn{padding:0;width:44px;height:44px;}.ab__deal_of_the_day .ypi-quick-view-button .ty-btn i{margin-right:0;line-height:40px;color:#838383;}.ab__deal_of_the_day .owl-theme .owl-controls .owl-buttons div{color:inherit;display:inherit;margin:inherit;padding:inherit;}.ab__deal_of_the_day &gt; .pd-content-block &gt; .owl-carousel.owl-theme &gt; .owl-controls{margin-top:0;}.ab__deal_of_the_day &gt; .pd-content-block &gt; .owl-carousel.owl-theme &gt; .owl-controls &gt; .owl-buttons div{font-size:0;margin:0;padding:0;position:absolute;top:50%;height:50px;width:22px;margin-top:-25px;background:#ededed;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ab__deal_of_the_day &gt; .pd-content-block &gt; .owl-carousel.owl-theme &gt; .owl-controls &gt; .owl-buttons div i{line-height:50px;}.ab__deal_of_the_day &gt; .pd-content-block &gt; .owl-carousel.owl-theme &gt; .owl-controls &gt; .owl-buttons div:hover i{color:#363636;}.ab__deal_of_the_day &gt; .pd-content-block &gt; .owl-carousel.owl-theme &gt; .owl-controls &gt; .owl-buttons .owl-prev{left:-7px;filter:alpha(opacity=100);opacity:1;}.ab__deal_of_the_day &gt; .pd-content-block &gt; .owl-carousel.owl-theme &gt; .owl-controls &gt; .owl-buttons .owl-prev:hover{color:#363636;}.ab__deal_of_the_day &gt; .pd-content-block &gt; .owl-carousel.owl-theme &gt; .owl-controls &gt; .owl-buttons .owl-next{right:-7px;filter:alpha(opacity=100);opacity:1;}.ab__deal_of_the_day &gt; .pd-content-block &gt; .owl-carousel.owl-theme &gt; .owl-controls &gt; .owl-buttons .owl-next:hover:before{color:#363636;}.ab__deal_of_the_day.pd-fullwidth .pd-block{width:100%;}.ab__deal_of_the_day.pd-fullwidth .pd-content-block{width:100%;}@media screen and (max-width: 1600px){.ab__deal_of_the_day .pd-block{width:300px;}.ab__deal_of_the_day .pd-content-block{width:-webkit-calc(100% - 300px);width:calc(100% - 300px);}}@media screen and (max-width: 1024px){.ab__deal_of_the_day .pd-block{width:100%;float:none;}.ab__deal_of_the_day .pd-content-block{width:100%;}}@media screen and (max-width: 1152px) and (min-width: 1024px){.ab__deal_of_the_day .ty-pd-list__item{margin:0 1px;padding:10px 10px 13px;}.ab__deal_of_the_day .ty-pd-list__price{width:100%;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item{padding:0 5px;}.ab__deal_of_the_day .ty-pd-list__price .pd-price-item .ty-list-price{font-size:13px;}}@media screen and (max-width: 480px){.ab__deal_of_the_day .pd-content-block{padding:0;}.ab__deal_of_the_day .ty-pd-list__item{margin-top:10px;}.ab__deal_of_the_day .ty-btn__add-to-cart{margin-right:0;}.ty-product-block .ab__deal_of_the_day .col1,.ty-product-block .ab__deal_of_the_day .col2{margin-bottom:10px;}.ab_dotd_product_label{top:-5px;font-size:6px;padding:2px 5px 2px 5px;margin:0;}}.actions-link{margin:0 0 10px 0;display:inline-block;width:100%;}.actions-link a{color:#ef45a3;}.actions-link i.ty-icon-help-circle{color:#838383;}.actions-link .also-in-promos-link{color:#ef45a3;border-bottom:1px dotted;}.ab__dotd_promotions,.ab-list-promotions-scroller{padding:0 0 20px 0;margin:0 -3px 0 -5px;}.ab__dotd_promotions .ab__dotd_promotions-item,.ab-list-promotions-scroller .ab__dotd_promotions-item{display:inline-block;width:320px;min-height:275px;margin:0 20px;float:left;margin:0 4px 10px;border:1px solid #ededed;background:white;overflow:hidden;}.ab__dotd_promotions .ab__dotd_promotions-item:hover,.ab-list-promotions-scroller .ab__dotd_promotions-item:hover{border:1px solid #dbdbdb;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 0 6px 0 rgba(0,0,0,0.2);box-shadow:0 0 6px 0 rgba(0,0,0,0.2);}.ab__dotd_promotions .ab__dotd_promotions-item.ab__dotd_promotion_expired,.ab-list-promotions-scroller .ab__dotd_promotions-item.ab__dotd_promotion_expired{opacity:0.6;filter:alpha(opacity=60);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;}@media screen and (max-width: 768px){.ab__dotd_promotions .ab__dotd_promotions-item,.ab-list-promotions-scroller .ab__dotd_promotions-item{width:-webkit-calc(100%/2 - 8px);width:calc(100%/2 - 8px);}}@media screen and (max-width: 480px){.ab__dotd_promotions .ab__dotd_promotions-item,.ab-list-promotions-scroller .ab__dotd_promotions-item{width:100%;}}.ab__dotd_promotions .ab__dotd_promotions-item_image,.ab-list-promotions-scroller .ab__dotd_promotions-item_image{margin-bottom:10px;overflow:hidden;max-height:224px;}.ab__dotd_promotions .ab__dotd_promotions-item_image .ty-no-image,.ab-list-promotions-scroller .ab__dotd_promotions-item_image .ty-no-image{border:0 none;}.ab__dotd_promotions .ab__dotd_promotions-item_image img,.ab-list-promotions-scroller .ab__dotd_promotions-item_image img{width:100%;}.ab__dotd_promotions .ab__dotd_promotions-item_title,.ab-list-promotions-scroller .ab__dotd_promotions-item_title{position:relative;padding:5px 0;height:46px;overflow:hidden;line-height:120%;}.ab__dotd_promotions .ab__dotd_promotions-item_title a,.ab-list-promotions-scroller .ab__dotd_promotions-item_title a{font-size:14px;line-height:120%;color:#363636;}.ab__dotd_promotions .ab__dotd_promotions-item_title:before,.ab-list-promotions-scroller .ab__dotd_promotions-item_title:before{content:'';display:block;position:absolute;bottom:0;right:0;left:0;height:20px;background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,white));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);background:-o-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);background:linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);}.ab__dotd_promotions .ab__dotd_promotions-item_days_left,.ab-list-promotions-scroller .ab__dotd_promotions-item_days_left{display:inline-block;float:left;text-align:center;max-width:68px;padding:5px;margin:0 10px 10px;background:#eee;color:#999;font-size:11px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ab__dotd_promotions .ab__dotd_promotions-item_days_left span,.ab-list-promotions-scroller .ab__dotd_promotions-item_days_left span{display:block;padding-top:3px;font-size:32px;line-height:90%;font-weight:bold;color:#363636;}.ab__dotd_promotions .ab__dotd_promotions-item_date,.ab-list-promotions-scroller .ab__dotd_promotions-item_date{font-size:12px;color:#999;padding:0 10px;}.ab__dotd_promotions .ab__dotd_highlight,.ab-list-promotions-scroller .ab__dotd_highlight{background:#fef3f9;color:#ef45a3;font-weight:bold;}.ab__dotd_promotions .ab__dotd_highlight span,.ab-list-promotions-scroller .ab__dotd_highlight span{color:#ef45a3;}.ab-list-promotions-scroller{padding:0;}.ab-list-promotions-scroller .ab__dotd_promotions-item{width:-webkit-calc(100% - 8px);width:calc(100% - 8px);min-height:275px;border:0 none;overflow:hidden;}.ab-list-promotions-scroller .ab__dotd_promotions-item:hover{border:0 none;}.ab-list-promotions-scroller .ab__dotd_promotions-item_image{margin:0 0 10px 0;display:block;text-align:center;}.ab-list-promotions-scroller .ab__dotd_promotions-item_image .ty-no-image{max-height:175px;}@media screen and (max-width: 1152px){.ab-list-promotions-scroller .ab__dotd_promotions-item_image{max-width:100%;max-height:162px;}.ab-list-promotions-scroller .ab__dotd_promotions-item{min-height:242px;}}@media screen and (max-width: 1024px){.ab-list-promotions-scroller .ab__dotd_promotions-item_image{max-height:142px;}}@media screen and (max-width: 768px){.ab-list-promotions-scroller .ab__dotd_promotions-item{min-height:293px;}.ab-list-promotions-scroller .ab__dotd_promotions-item_image{max-height:inherit;}.ab-list-promotions-scroller .ab__dotd_promotions-item_image img{width:100% !important;}.ab-list-promotions-scroller .ab__dotd_promotions-item_image span.ty-no-image{width:100% !important;height:213px !important;max-height:inherit;}}@media screen and (max-width: 480px){.ab-list-promotions-scroller{margin:0;}.ab-list-promotions-scroller .ab__dotd_promotions-item{width:100%;margin:0;}}.all-promotions__button{position:relative;width:100%;margin-top:10px;}.all-promotions__button .ty-btn{color:white;border:2px solid rgba(255,255,255,0.5);background:transparent;line-height:40px;}.all-promotions__button .ty-btn:hover{color:#f75d09;background:white;border-color:white;}.ty-tabs__content .ab__dotd_promotions{padding:15px 0 0;}.ab__dotd_promotion{padding:30px 0 40px;margin-top:7px;border-top:1px solid #ededed;}.ab__dotd_promotion h1{margin-top:0;}.ab__dotd_promotion .ab__dotd_promotion-image{text-align:center;}.ab__dotd_promotion .ab__dotd_promotion-description{display:inline-block;width:100%;font-size:14px;color:#838383;}.ab__dotd_promotion .ab__dotd_promotion-description *{font-size:14px;color:#838383;}.ab__dotd_promotion .ab__dotd_promotion-timer{padding-top:10px;}.ab__dotd_promotion .ab__dotd_promotion-timer_title{font-weight:bold;}.ab__dotd_promotion .ab__dotd_promotions-item_date p{color:#999;padding:0;}.ab__dotd_promotion .flip-clock-wrapper{margin-bottom:10px;}.ty-product-block .ab__deal_of_the_day{padding:15px 15px 0;margin-bottom:20px;background:#fff;width:auto !important;}.ty-product-block .ab__deal_of_the_day .action-title{font-size:18px;line-height:120%;font-family:'Open Sans',sans-serif;color:#ef45a3;}.ty-product-block .ab__deal_of_the_day .promotion-descr{line-height:120%;margin-bottom:10px;}.ty-product-block .ab__deal_of_the_day .promotion-descr *{color:#838383;}.ty-product-block .ab__deal_of_the_day .actions-link a{color:#838383;}.ty-product-block .ab__deal_of_the_day a.also-in-promos-link{color:#ef45a3;margin-right:10px;}.ty-product-block .ab__deal_of_the_day .col1,.ty-product-block .ab__deal_of_the_day .col2{width:100%;margin-left:0;}.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper{margin:0;padding-top:5px;padding-bottom:10px;}.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper .flip-clock-label{bottom:-7px;}.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper .flip{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul{height:44px;margin:0 -1px 0 0;}.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul li{line-height:42px;}.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul li a div div.inn{color:#363636;font-weight:normal;}@media screen and (max-width: 1224px){.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper{padding-top:10px;}.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul{width:22px;height:36px;font-size:22px;line-height:36px;}.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul li{line-height:36px;}.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul li a div{font-size:22px;}.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul li a div div.inn{font-size:22px;}.ty-product-block .ab__deal_of_the_day .flip-clock-divider{height:38px;}.ty-product-block .ab__deal_of_the_day .flip-clock-divider .flip-clock-label{font-size:9px;right:-35px;}.ty-product-block .ab__deal_of_the_day .flip-clock-divider.minutes .flip-clock-label,.ty-product-block .ab__deal_of_the_day .flip-clock-divider.seconds .flip-clock-label{right:-40px;}.ty-product-block .ab__deal_of_the_day .flip-clock-divider .flip-clock-dot.top{top:20px;}.ty-product-block .ab__deal_of_the_day .flip-clock-divider .flip-clock-dot.bottom{bottom:20px;}}.ab__dotd_more{cursor:pointer;color:#d30a80;border-bottom:1px dotted #f865bb;line-height:17px;font-size:16px;display:inline-block;margin-right:20px;position:relative;z-index:100;}.ab__dotd_more:hover{opacity:0.9;filter:alpha(opacity=90);}.ab__dotd_more i{font-size:17px;}.ab__dotd_more:after{content:"\e01d";font-family:glyphs;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;color:#d30a80;font-size:20px;position:absolute;right:-14px;top:1px;cursor:default;}.ab__dotd_more.inverse:after{content:"\e01e";}.ab__dotd_description{position:relative;}.ab__dotd_description:before{content:'';display:block;position:absolute;bottom:0;right:0;left:0;height:50px;background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,white));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);background:-o-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);background:linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);}.ab__dotd_description.inverse:before{height:20px;background:none;}.ab__dotd_promotions-filter{display:block;padding:30px 0 0;}.ab__dotd_promotions-filter_item{color:#696969;cursor:pointer;font-size:14px;display:inline-block;margin:0 2px 10px 0;padding:10px;border:1px solid #ededed;}.ab__dotd_promotions-filter_item:hover{color:#363636;border:1px solid #d4d4d4;}.ab__dotd_promotions-filter_item.active{color:#d30a80;border:1px solid #d30a80;}.ab__dotd_chains-show_more{-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;}.ab__dotd_chains-show_more{-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;}.flip-clock-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;}.flip-clock-wrapper a{cursor:pointer;text-decoration:none;color:#ccc;}.flip-clock-wrapper a:hover{color:#fff;}.flip-clock-wrapper ul{list-style:none;}.flip-clock-wrapper.clearfix:before,.flip-clock-wrapper.clearfix:after{content:" ";display:table;}.flip-clock-wrapper.clearfix:after{clear:both;}.flip-clock-wrapper.clearfix{*zoom:1;}.flip-clock-wrapper{font:normal 11px "Helvetica Neue", Helvetica, sans-serif;-webkit-user-select:none;}.flip-clock-meridium{background:none !important;box-shadow:0 0 0 !important;font-size:36px !important;}.flip-clock-meridium a{color:#313333;}.flip-clock-wrapper{text-align:center;position:relative;width:100%;margin:5px 0 20px;padding-top:20px;}.flip-clock-wrapper:before,.flip-clock-wrapper:after{content:" ";display:table;}.flip-clock-wrapper:after{clear:both;}.flip-clock-wrapper ul{position:relative;float:left;margin:1px;width:30px;height:50px;font-size:30px;font-weight:bold;line-height:50px;border-radius:5px;background:#d3d3d3;}.flip-clock-wrapper ul li{z-index:1;position:absolute;left:0;top:0px;width:100%;height:100%;line-height:50px;padding:1px;text-decoration:none !important;}.flip-clock-wrapper ul li:first-child{z-index:2;}.flip-clock-wrapper ul li a{display:block;height:100%;-webkit-perspective:200px;-moz-perspective:200px;perspective:200px;margin:0 !important;overflow:visible !important;cursor:default !important;}.flip-clock-wrapper ul li a div{z-index:1;position:absolute;left:0;width:100%;height:50%;font-size:30px;overflow:hidden;outline:1px solid transparent;}.flip-clock-wrapper ul li a div .shadow{position:absolute;width:100%;height:100%;z-index:2;}.flip-clock-wrapper ul li a div.up{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;top:0;}.flip-clock-wrapper ul li a div.up:after{content:"";position:absolute;top:44px;left:0;z-index:5;width:100%;height:3px;background-color:#000;background-color:rgba(0,0,0,0.4);}.flip-clock-wrapper ul li a div.down{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;bottom:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}.flip-clock-wrapper ul li a div div.inn{position:absolute;left:0;z-index:1;width:100%;height:200%;color:#000;text-align:center;background-color:#fff;border-radius:4px;font-size:30px;font-weight:bold;}.flip-clock-wrapper ul li a div.up div.inn{top:0;}.flip-clock-wrapper ul li a div.down div.inn{bottom:0;}.flip-clock-wrapper ul.play li.flip-clock-before{z-index:3;}.flip-clock-wrapper .flip{box-shadow:0 0 3px rgba(0,0,0,0.15);}.flip-clock-wrapper ul.play li.flip-clock-active{-webkit-animation:asd 0.5s 0.5s linear both;-moz-animation:asd 0.5s 0.5s linear both;animation:asd 0.5s 0.5s linear both;z-index:5;}.flip-clock-divider{float:left;display:inline-block;position:relative;width:6px;height:50px;}.flip-clock-divider:first-child{width:0;}.flip-clock-dot{display:block;background:#323434;width:3px;height:3px;position:absolute;border-radius:50%;left:2px;}.flip-clock-divider .flip-clock-label{position:absolute;top:-1.5em;right:-45px;color:#999;text-shadow:none;}.flip-clock-divider.minutes .flip-clock-label{right:-50px;}.flip-clock-divider.seconds .flip-clock-label{right:-50px;}.flip-clock-dot.top{top:30px;}.flip-clock-dot.bottom{bottom:25px;}@-webkit-keyframes asd{0%{z-index:2;}20%{z-index:4;}100%{z-index:4;}}@-moz-keyframes asd{0%{z-index:2;}20%{z-index:4;}100%{z-index:4;}}@-o-keyframes asd{0%{z-index:2;}20%{z-index:4;}100%{z-index:4;}}@keyframes asd{0%{z-index:2;}20%{z-index:4;}100%{z-index:4;}}.flip-clock-wrapper ul.play li.flip-clock-active .down{z-index:2;-webkit-animation:turn 0.5s 0.5s linear both;-moz-animation:turn 0.5s 0.5s linear both;animation:turn 0.5s 0.5s linear both;}@-webkit-keyframes turn{0%{-webkit-transform:rotateX(90deg);}100%{-webkit-transform:rotateX(0deg);}}@-moz-keyframes turn{0%{-moz-transform:rotateX(90deg);}100%{-moz-transform:rotateX(0deg);}}@-o-keyframes turn{0%{-o-transform:rotateX(90deg);}100%{-o-transform:rotateX(0deg);}}@keyframes turn{0%{transform:rotateX(90deg);}100%{transform:rotateX(0deg);}}.flip-clock-wrapper ul.play li.flip-clock-before .up{z-index:2;-webkit-animation:turn2 0.5s linear both;-moz-animation:turn2 0.5s linear both;animation:turn2 0.5s linear both;}@-webkit-keyframes turn2{0%{-webkit-transform:rotateX(0deg);}100%{-webkit-transform:rotateX(-90deg);}}@-moz-keyframes turn2{0%{-moz-transform:rotateX(0deg);}100%{-moz-transform:rotateX(-90deg);}}@-o-keyframes turn2{0%{-o-transform:rotateX(0deg);}100%{-o-transform:rotateX(-90deg);}}@keyframes turn2{0%{transform:rotateX(0deg);}100%{transform:rotateX(-90deg);}}.flip-clock-wrapper ul li.flip-clock-active{z-index:3;}.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,0.1) 0%,black 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,black));background:linear, top, rgba(0,0,0,0.1) 0%, black 100%;background:-o-linear-gradient(top,rgba(0,0,0,0.1) 0%,black 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0.1) 0%,black 100%);background:linear, to bottom, rgba(0,0,0,0.1) 0%, black 100%;-webkit-animation:show 0.5s linear both;-moz-animation:show 0.5s linear both;animation:show 0.5s linear both;}.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,0.1) 0%,black 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,black));background:linear, top, rgba(0,0,0,0.1) 0%, black 100%;background:-o-linear-gradient(top,rgba(0,0,0,0.1) 0%,black 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0.1) 0%,black 100%);background:linear, to bottom, rgba(0,0,0,0.1) 0%, black 100%;-webkit-animation:hide 0.5s 0.3s linear both;-moz-animation:hide 0.5s 0.3s linear both;animation:hide 0.5s 0.3s linear both;}.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow{background:-moz-linear-gradient(top,black 0%,rgba(0,0,0,0.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,black),color-stop(100%,rgba(0,0,0,0.1)));background:linear, top, black 0%, rgba(0,0,0,0.1) 100%;background:-o-linear-gradient(top,black 0%,rgba(0,0,0,0.1) 100%);background:-ms-linear-gradient(top,black 0%,rgba(0,0,0,0.1) 100%);background:linear, to bottom, black 0%, rgba(0,0,0,0.1) 100%;-webkit-animation:show 0.5s linear both;-moz-animation:show 0.5s linear both;animation:show 0.5s linear both;}.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow{background:-moz-linear-gradient(top,black 0%,rgba(0,0,0,0.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,black),color-stop(100%,rgba(0,0,0,0.1)));background:linear, top, black 0%, rgba(0,0,0,0.1) 100%;background:-o-linear-gradient(top,black 0%,rgba(0,0,0,0.1) 100%);background:-ms-linear-gradient(top,black 0%,rgba(0,0,0,0.1) 100%);background:linear, to bottom, black 0%, rgba(0,0,0,0.1) 100%;-webkit-animation:hide 0.5s 0.3s linear both;-moz-animation:hide 0.5s 0.3s linear both;animation:hide 0.5s 0.2s linear both;}@-webkit-keyframes show{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes show{0%{opacity:0;}100%{opacity:1;}}@-o-keyframes show{0%{opacity:0;}100%{opacity:1;}}@keyframes show{0%{opacity:0;}100%{opacity:1;}}@-webkit-keyframes hide{0%{opacity:1;}100%{opacity:0;}}@-moz-keyframes hide{0%{opacity:1;}100%{opacity:0;}}@-o-keyframes hide{0%{opacity:1;}100%{opacity:0;}}@keyframes hide{0%{opacity:1;}100%{opacity:0;}}.ab__mcd_descs{margin-top:10px;border-top:3px solid #f75d09;padding-top:30px;}.ab__mcd_descs .ty-wysiwyg-content *{color:#838383;}.ab__mcd_descs .ty-hand{font-size:14px;font-weight:bold;line-height:30px;display:inline-block;width:100%;padding-left:10px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}.ab__mcd_descs .ty-hand.open{color:#d30a80;}.ab__mcd_descs .ab__mcd_descs_title{font-size:28px;text-align:center;font-family:'Open Sans',sans-serif;padding-bottom:20px;}.ab__mcd_descs_left .ty-wysiwyg-content p{line-height:150%;font-size:14px;padding:0 0 10px 0;}.ab__mcd_descs_left .ty-wysiwyg-content h1,.ab__mcd_descs_left .ty-wysiwyg-content h2,.ab__mcd_descs_left .ty-wysiwyg-content h3,.ab__mcd_descs_left .ty-wysiwyg-content h4,.ab__mcd_descs_left .ty-wysiwyg-content h5,.ab__mcd_descs_left .ty-wysiwyg-content h6{color:#363636;}.ab__mcd_descs_left .ty-wysiwyg-content h1:first-child,.ab__mcd_descs_left .ty-wysiwyg-content h2:first-child,.ab__mcd_descs_left .ty-wysiwyg-content h3:first-child,.ab__mcd_descs_left .ty-wysiwyg-content h4:first-child,.ab__mcd_descs_left .ty-wysiwyg-content h5:first-child,.ab__mcd_descs_left .ty-wysiwyg-content h6:first-child{margin-top:8px;}.ab__mcd_descs_right{padding:10px 0;}.ab__mcd_descs_right &gt; ul{list-style:none;}.ab__mcd_descs_right &gt; ul &gt; li{border-top:1px solid #eee;padding:10px 0;position:relative;}.ab__mcd_descs_right &gt; ul &gt; li:last-child{border-bottom:1px solid #eee;}.ab__mcd_descs_right &gt; ul &gt; li i.ty-icon-down-open,.ab__mcd_descs_right &gt; ul &gt; li i.ty-icon-up-open{float:right;position:absolute;right:10px;top:15px;font-size:18px;color:#9c9c9c;}.ab__mcd_descs_right &gt; ul &gt; li:hover .ty-hand{color:#d30a80;}.ab__mcd_descs_right &gt; ul &gt; li:hover i.ty-icon-down-open,.ab__mcd_descs_right &gt; ul &gt; li:hover i.ty-icon-up-open{color:#d30a80;}.ab__mcd_descs_right .ty-wysiwyg-content{padding:0 10px;}.ypi-categories_grid .ab__mcd_descs:before,.ypi-categories_grid .ab__mcd_descs:after{content:"";position:absolute;top:0;bottom:0;z-index:-1;}.ypi-categories_grid .ab__mcd_descs:before{left:-1000%;right:0;background:#eee;}.ypi-categories_grid .ab__mcd_descs:after{left:0;right:-1000%;background:#eee;}.ty-ab__ia_joins-list{margin-bottom:5px;}.ty-ab__ia_joins-list ul{list-style:outside none none;margin:0;padding:0;}.ty-ab__ia_joins-list ul li{display:inline-block;list-style:outside none none;margin:4px 8px 5px 0;padding:0;}.ty-ab__ia_joins-list ul li a{color:#7c7e80;font-size:13px;background:#dfe2e6 none repeat scroll 0 0;}.ty-ab__ia_joins-list ul li a:hover{color:#7c7e80;text-decoration:underline;}.ty-ab__ia_joins-list ul li.active a{color:#fff;background:#b4bcc4 none repeat scroll 0 0;}.ty-ab__ia_joins-list ul li.active a:hover{text-decoration:none;}.ty-ab__ia_joins-list ul li:last-child{margin-right:0;}.ty-product-detail .ab__qobp_product,.ty-product-bigpicture .ab__qobp_product{margin:10px 0;display:block;float:left;width:100%;}.ab__qobp_cart{float:right;display:block;}.ab__qobp_content{display:block;margin:0;padding:0;}.ab__qobp_cart{float:right;padding:10px 0;max-width:322px;}#ab__qobp_checkout{margin:22px 0 0 20px;}.ab__qobp_agreement{display:inline-block;padding:5px 0;font-size:12px;color:#9c9c9c;height:auto !important;}.ab__qobp_agreement a{font-size:12px;}button.ty-btn__ab__qobp{padding-left:15px;margin:0 !important;vertical-align:top;height:44px;}button.ty-btn__ab__qobp:before{content:"\E913";top:6px;margin-right:2px;position:relative;font-size:26px;font-family:'Material Icons';font-weight:normal;font-style:normal;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';}.ab__qobp_content input.ab__qobp_phone{height:44px;width:154px;line-height:44px;font-size:14px;padding:0 15px;margin:0 5px 5px 0;float:left;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.ty-product-detail.fixed-form.view .ab__qobp_product{display:none;}.ty-quick-view__wrapper .ab__qobp_product{margin:5px 0 5px 0;display:inline-block;}.ty-quick-view__wrapper .ab__qobp_product button.ty-btn__ab__qobp{width:44px;padding:0 8px;margin:0;font-size:0;}.grid-list .ab__qobp_product{display:none;}@media screen and (max-width: 1395px) and (min-width: 768px){.ab__qobp_content input.ab__qobp_phone{padding:0 8px;width:142px;}button.ty-btn__ab__qobp{padding:0;margin:0;width:44px;font-size:0;}}@media screen and (max-width: 768px){.ab__qobp_cart{padding-top:25px;float:left;}}@media screen and (max-width: 430px){button.ty-btn__ab__qobp:before{content:"";}.ab__qobp_content input.ab__qobp_phone{width:150px;padding:0 10px;}}.ty-variations-list__item .ab__qobp_product{display:none;}@font-face{font-weight:normal;font-style:normal;font-family:abscroll;src:url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__scroll_to_top/fonts/abscroll.eot?1748789902');src:url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__scroll_to_top/fonts/abscroll.eot?1748789902#iefix') format('../css/addons/ab__scroll_to_top/fonts/embedded-opentype'), url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__scroll_to_top/fonts/abscroll.woff?1748789902') format('woff'), url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__scroll_to_top/fonts/abscroll.ttf?1748789902') format('truetype'), url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__scroll_to_top/fonts/abscroll.svg?1748789902#abscroll') format('svg');}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:abscroll;src:url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__scroll_to_top/fonts/abscroll.svg?1748789902#abscroll') format("svg");}}div.ab__scroll_to_top{position:fixed;cursor:pointer;display:inline-block;}div.ab__scroll_to_top span{font-family:abscroll;font-style:normal;color:#000;font-size:64px;font-weight:normal;}div.ab__scroll_to_top span.ab__stt-arrow_1:before{content:"\f100";}div.ab__scroll_to_top span.ab__stt-arrow_2:before{content:"\f101";}div.ab__scroll_to_top span.ab__stt-arrow_3:before{content:"\f102";}div.ab__scroll_to_top span.ab__stt-arrow_4:before{content:"\f103";}div.ab__scroll_to_top span.ab__stt-arrow_5:before{content:"\f104";}div.ab__scroll_to_top span.ab__stt-arrow_6:before{content:"\f105";}div.ab__scroll_to_top span.ab__stt-arrow_7:before{content:"\f106";}div.ab__scroll_to_top span.ab__stt-arrow_8:before{content:"\f107";}div.ab__scroll_to_top span.ab__stt-arrow_9:before{content:"\f108";}div.ab__scroll_to_top span.ab__stt-arrow_10:before{content:"\f109";}.ty-ab__checkout_without_email label{display:inline-block;font-weight:normal;}.ty-ab__checkout_without_email input{display:inline-block;float:left;margin:7px 10px 0 0;}.ty-order-info__profile-field-item.b-ab--checkout-without-email,.ty-order-info__profile-field-item.s-ab--checkout-without-email,.ty-info-field.b-ab--checkout-without-email,.ty-info-field.s-ab--checkout-without-email{display:none;}#ab__product_sets_ms{margin:10px 0 20px;width:100% !important;display:none;}#results_ab__product_sets{max-width:320px;}.ab__ps-item_price{font-weight:bold;}.ab__ps-item_title{margin-left:10px;}.ab__ps-item_quick-delete{cursor:pointer;font-size:0;}.ab__ps-item_quick-delete:before{content:"\e00a";font-family:glyphs;font-size:14px;line-height:14px;color:#dcdcdc;position:relative;top:2px;margin-left:2px;}.ab__ps-totals{text-align:left;border-top:1px solid #ededed;padding:7px 0;margin-top:5px;margin-bottom:20px;}.ab__ps-totals_discount{color:#838383;}.ab__ps-totals_discount .ab__ps-totals_value{font-weight:normal;}.ab__ps-totals_total .ab__ps-totals_value{font-size:16px;}.ab__ps-totals_value{margin-left:20px;font-weight:bold;}.sol-input-container{padding-left:26px;}.sol-input-container:before{content:"\E3BB";font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';position:absolute;margin:8px;left:0;color:#838383;}.sol-caret-container:hover .sol-caret{border-top-color:#d30a80;}.sol-inner-container{border:1px solid #e0e0e0;}.sol-inner-container:hover{border-color:#d4d4d4;}.sol-container{position:relative;z-index:1;}.sol-container.sol-active .sol-selection-container{left:0 !important;top:33px !important;position:absolute;border:0 none;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.07), 0 1px 20px 1px rgba(0,0,0,0.22);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.07), 0 1px 20px 1px rgba(0,0,0,0.22);box-shadow:0 0 0 1px rgba(0,0,0,0.07), 0 1px 20px 1px rgba(0,0,0,0.22);margin-top:12px;}.sol-container.sol-active .sol-selection-container:after,.sol-container.sol-active .sol-selection-container:before{content:"";position:absolute;display:block;left:10%;margin-left:-11px;border-color:transparent;border-style:solid;border-top-width:0;border-width:11px;}.sol-container.sol-active .sol-selection-container:after{top:-21px;border-bottom-color:white;}.sol-container.sol-active .sol-selection-container:before{top:-22px;border-bottom-color:rgba(0,0,0,0.2);}.sol-container.sol-active .sol-inner-container{border-color:#d30a80;}.sol-optiongroup-label{background:#ededed;color:#838383;}.sol-selection:not(.sol-keyboard-navigation) .sol-option:hover .sol-label-text,.sol-option.keyboard-selection .sol-label-text{color:#d30a80;}.sol-action-buttons{border-bottom:1px solid #e0e0e0;color:#d30a80;}.landing-page-categories{padding:40px 0 20px;}.landing-page-categories h1{margin:0;}.ab-lc-group,.ab-lc-landing{width:20%;display:inline-block;vertical-align:top;margin-bottom:20px;padding:20px 20px 20px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ab-lc-group .head img,.ab-lc-landing .head img{display:inline-block;}.ab-lc-group .head .cat-title,.ab-lc-landing .head .cat-title{display:block;padding:5px 0;min-height:22px;}.ab-lc-group .head a,.ab-lc-landing .head a{font-size:16px;font-weight:bold;color:#363636;border-bottom:1px dotted #b6b6b6;}.ab-lc-group .head a:hover,.ab-lc-landing .head a:hover{color:#d30a80;border-bottom:1px dotted #fbaedb;}.ab-lc-group.left-mini-icon,.ab-lc-landing.left-mini-icon{padding-left:42px;}.ab-lc-group.left-mini-icon img,.ab-lc-landing.left-mini-icon img{display:inline-block;float:left;margin:-4px 10px 0 -42px;}.ab-lc-group a,.ab-lc-landing a{color:#767676;}.ab-lc-group ul &gt; li,.ab-lc-landing ul &gt; li{position:relative;padding:3px 0 3px 12px;margin-left:-12px;}.ab-lc-group ul &gt; li[subcategories="Y"]:before,.ab-lc-landing ul &gt; li[subcategories="Y"]:before{content:"\E313";font-family:'Material Icons';speak:none;position:absolute;top:6px;left:0;color:#b6b6b6;-webkit-font-smoothing:antialiased;}.ab-lc-group ul &gt; li.opened &gt; a,.ab-lc-landing ul &gt; li.opened &gt; a{color:#d30a80;}.ab-lc-group ul &gt; li.opened:before,.ab-lc-landing ul &gt; li.opened:before{color:#d30a80;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}.ab-lc-group ul &gt; li:hover &gt; a,.ab-lc-landing ul &gt; li:hover &gt; a{color:#d30a80;}.ab-lc-group ul &gt; li:hover:before,.ab-lc-landing ul &gt; li:hover:before{color:#d30a80;}.ab-lc-group ul ul,.ab-lc-landing ul ul{padding:5px 0 0 0;}.ab-lc-group ul ul &gt; li,.ab-lc-landing ul ul &gt; li{padding:3px 0 3px 24px;}.ab-lc-group ul ul &gt; li:before,.ab-lc-landing ul ul &gt; li:before{content:"";}.ab-lc-group .hidden-items-level-2,.ab-lc-landing .hidden-items-level-2{display:none;}.ab-lc-group .show-hidden-items-level-2,.ab-lc-landing .show-hidden-items-level-2{display:block;cursor:pointer;padding:5px 0 0 0;color:#d30a80;}.ab-lc-group .show-hidden-items-level-2:after,.ab-lc-landing .show-hidden-items-level-2:after{content:"\e023";font-family:glyphs;font-size:15px;speak:none;position:relative;top:2px;padding-left:3px;-webkit-font-smoothing:antialiased;}.ab-lc-group .show-hidden-items-level-2.opened:after,.ab-lc-landing .show-hidden-items-level-2.opened:after{content:"\e00b";}.ab-lc-group .show-hidden-items-level-2:hover,.ab-lc-landing .show-hidden-items-level-2:hover{color:#bb0971;}.ab-lc-group .items-level-3,.ab-lc-landing .items-level-3{display:none;}@media screen and (max-width: 1024px){.ab-lc-group,.ab-lc-landing{width:33.3333%;}}@media screen and (max-width: 768px){.ab-lc-group,.ab-lc-landing{width:50%;}}@media screen and (max-width: 400px){.ab-lc-group,.ab-lc-landing{width:100%;}}.ab-lc-group{text-align:left;margin-right:-4px;}@media screen and (max-width: 768px){.ab-lc-group{margin-bottom:0;padding-bottom:0;}}.ypi-product-block__img .ab__vg-image_gallery_video img{width:100%;height:auto;}.ypi-product-block__img iframe.ab__vg-image_gallery_video{width:100%;position:relative;z-index:2;}.ab__vg-image_gallery_video{cursor:pointer;}.ab__vg-image_gallery_video:before{content:"";display:inline-block;width:50px;height:50px;background:url('../../../../../../../../design/themes/abt__youpitheme/media/images/abt__youpitheme/youtube_logo.png?1748789902') no-repeat center;background-size:100%;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:0.95;filter:alpha(opacity=95);}.ab__vg-image_gallery_video:hover:before{opacity:1;filter:alpha(opacity=100);-webkit-transition:opacity 100ms linear;-moz-transition:opacity 100ms linear;-o-transition:opacity 100ms linear;transition:opacity 100ms linear;}.ab__video_gallery-block{margin:0 -5px;}.ab__vg-videos{clear:both;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.ab__vg-video{width:33.333333%;padding:10px 5px;display:inline-block;float:left;}.ab__vg-video_thumb{display:inline-block;position:relative;}.ab__vg-video_thumb:before{content:"";display:inline-block;width:50px;height:50px;background:url('../../../../../../../../design/themes/abt__youpitheme/media/images/abt__youpitheme/youtube_logo.png?1748789902') no-repeat center;background-size:100%;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:0.95;filter:alpha(opacity=95);}.ab__vg-video_thumb:after{content:"";display:inline-block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.05);}.ab__vg-video_thumb:hover:before{opacity:1;filter:alpha(opacity=100);}.ab__vg-video_thumb:hover:after{background:rgba(0,0,0,0.02);-webkit-transition:background .3s;transition:background .3s;}.ab__vg-video_title p{font-size:14px;padding:10px 0 0;}.ab__vg-video_description p{color:#838383;}.ab__vg-image_gallery_item{float:left;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;margin:0 5px 5px 0;border:1px solid #eee;}.ab__vg_loading img{width:100%;}@media screen and (max-width: 1280px){.ab__vg-video{width:50%;}}@media screen and (max-width: 480px){.ab__vg-video{width:100%;}}.ty-cr-product-info-container{max-width:430px;}.ty-cr-product-info-container:before,.ty-cr-product-info-container:after{display:table;content:"";line-height:0;width:100%;}.ty-cr-product-info-container:after{clear:both;}.ty-cr-product-info-image{display:inline-block;vertical-align:top;padding:10px 20px 10px 0;}.ty-cr-product-info-header{padding:10px;display:inline-block;max-width:260px;}.cr-popup-error-box{max-width:430px;padding-bottom:10px;}.ty-cr-phone-number-link{margin:4px 0px 0px;text-align:center;}.ty-cr-phone-number-link .ty-cr-phone{color:#888;font-weight:bold;font-size:18px;line-height:1em;}.ty-cr-phone-number-link .ty-cr-phone span{white-space:nowrap;}.ty-cr-phone-number-link .ty-cr-link{margin:3px 0px 0px;}.ty-cr-phone-number-link .ty-cr-link a{margin:0;}.ty-cr-phone-number-link .ty-cr-phone-prefix{color:#c8c8c8;font-weight:400;}.ty-cr-phone-number-link .ty-cr-work{display:inline-block;margin-left:5px;font-weight:normal;font-size:12px;line-height:14px;}.ty-cr-phone-number-link .ty-cr-work-hours{padding-top:4px;font-size:11px;color:#838383;}.ty-cr-or{margin-bottom:-4px;margin-top:-3px;text-align:center;text-transform:uppercase;}.ty-cr-widget-content-grid .ty-cr-phone-number-link{margin:0;padding-left:0%;}@media (max-width: 1100px){.ty-cr-phone-number-link{padding-left:0%;}.ty-cr-phone-number-link .ty-cr-phone,.ty-cr-phone-number-link .ty-cr-phone a{font-size:16px;}}@media (max-width: 767px){.ty-cr-content-grid .ty-cr-phone-number-link{margin:10px 0px 0px;float:left;}.ty-cr-phone-prefix{display:inline;}.ty-cr-widget-content-grid .ty-cr-phone-number-link{clear:both;padding:12px;}.header-widget-grid .cart-content-grid{width:100%;}.ty-cr-product-info-container,.cr-popup-error-box{max-width:100%;}.ty-cr-product-info-header{padding:0;display:block;max-width:100%;}.ty-cr-product-info-image{display:block;text-align:center;}}@media (min-width: 768px) and (max-width: 820px){.ty-cr-content-grid{margin-top:0px;}.ty-cr-phone-number-link span.ty-cr-work{display:block;}.ty-cr-phone-number-link .ty-cr-link{margin-top:-2px;}}.ty-form-builder__checkbox-label,.ty-form-builder__radio-label{display:inline-block;margin:0 15px 5px 0;white-space:nowrap;}.ty-form-builder__multiple-select,.ty-form-builder__select,.ty-form-builder__state,.ty-form-builder__country{width:100%;max-width:500px;}.ty-form-builder__textarea{width:100%;max-width:500px;}.ty-form-builder .ty-input-text{width:100%;max-width:500px;}@media (max-width: 979px){.ty-form-builder__textarea{max-width:400px;}.ty-form-builder .ty-input-text{max-width:400px;}.ty-form-builder__multiple-select,.ty-form-builder__select,.ty-form-builder__state,.ty-form-builder__country{max-width:400px;}}.ty-geolocation{margin:4px 0px 0px;text-align:left;}.ty-geolocation-head-city{font-size:14px;}.ty-geolocation-head-city a{color:#888;border-bottom:1px dotted #888;white-space:nowrap;}.ty-geolocation-city{color:#888;font-weight:bold;font-size:18px;line-height:1em;}.ty-geolocation-city label{margin-bottom:10px;}.ty-table-cities{width:100%;display:block;max-height:300px;overflow:auto;}.ty-table-cities tbody{display:inline-block;width:100%;overflow:auto;}.ty-table-cities__item{vertical-align:top;}.ty-button-select-cities{width:100%;position:absolute;bottom:0;}.ui-autocomplete .ui-menu-item{background:transparent;padding:3px 6px;box-sizing:border-box;}.ui-autocomplete .ui-menu-item.ui-state-focus{border:none;background:transparent;background-color:#fff;}.ty-geo_title{font-size:17px;font-weight:bold;display:block;}.ty-geo_map{height:360px;margin-top:40px;}.ty-table_geolocation{width:100%;margin-top:30px;border:0px solid #eee;border-width:0px 0px 0px 0px;border-bottom:none;}.ty-block-geolocation{margin:5px 0 30px 0;margin-top:5px;position:relative;display:inline-flex;}.ty-block-geolocation_list{position:relative;float:left;margin-right:20px;min-height:300px;}.ty-block-geolocation_map{min-height:300px;min-width:300px;}.ty-geolocation_list_cities{overflow-y:scroll;height:300px;}.ty-geo_shipping__item{padding:7px 0 0 0;margin-bottom:0px;color:#a2a2a2;}.ty-geo_data_shipping__item{padding:0 0 7px;margin-bottom:0px;}.ty-geo_additional_title{display:block;margin-bottom:10px;}.ty-product-bigpicture__sidebar-bottom .ty-geo_shipping__name{width:100%;float:left;}.ty-product-bigpicture__sidebar-bottom .ty-geo-shipping__wrapper{border-top:1px solid #fff;border-bottom:1px solid #dddfdf;box-shadow:0 -1px 0 #dddfdf, 0 1px 0 #fff;padding-top:20px;padding-bottom:10px;}.ty-product-bigpicture__sidebar-bottom .ty-geo-payment__wrapper{border-bottom:1px solid #dddfdf;box-shadow:0 1px 0 #fff;padding-bottom:20px;}.ty-product-block__left .ty-geo_shipping__item{float:left;width:100%;}.ty-product-block__left .ty-geo_shipping__item:last-child{padding-bottom:20px;}.ty-product-block__left .ty-geo_shipping__item .ty-geo_shipping__name{float:left;width:200px;color:black;}.ty-product-block__left .ty-geo_shipping__item .ty-control-group__label,.ty-product-block__left .ty-geo_shipping__item .ty-geo_delivery_time{color:#a2a2a2;float:left;padding:0px 10px 0px 0px;}.ty-polls + .ty-polls{margin-top:50px;}.ty-polls,.ty-ty-polls__results{margin-bottom:30px;}h2.ty-poll-header{font-size:18px;}h3.ty-poll__header{font-size:16px;margin-bottom:5px;}.ty-poll{padding:10px 2px;}.ty-poll-list{margin:0 0 10px 0;}.ty-poll-list__item{margin-bottom:10px;}.ty-poll__textarea{width:100%;height:50px;}.ty-poll__input-text{margin:7px 0;}.ty-polls__description,.ty-poll__header,.ty-polls__footer{padding-bottom:5px;}.ty-poll__required-question{color:#ea7162;}.ty-polls__results{margin-bottom:15px;}.ty-polls__results-item{margin-bottom:15px;}.ty-polls-graph{margin:15px 0 0;}.ty-polls-graph__title{float:left;width:70%;}.ty-polls-graph__ratio{float:right;width:25%;text-align:right;}.ty-polls-graph__bar{border:1px solid #e2e2e2;overflow:hidden;margin-top:3px;height:11px;}.ty-polls-graph__bar-result{width:0;height:100%;background:#3e3e3e;}.ty-polls__total{font-size:15px;margin-top:15px;font-weight:bold;}.ui-dialog .ty-polls{min-width:350px;}.ty-banner__image-item{text-align:center;}.ty-banner__image-wrapper{position:relative;overflow:hidden;margin:0 0 10px 0;text-align:center;}.ty-age-verification{padding-left:25px;}.ty-age-verification__txt{margin-top:30px;}.ty-age-verification__block{border:1px solid #f1f1f1;padding:7px;}.ty-scroller-discussion-list{margin-left:-10px;margin-right:-10px;}.ty-discussion-post__content{margin-top:10px;margin-bottom:10px;}.ty-discussion-post__content a{display:block;position:relative;}.ty-scroller-discussion-list__item{margin-left:10px;margin-right:10px;}.ty-discussion-post{position:relative;margin:10px 0 15px 0;padding:15px;border:1px solid #eee;}.ty-discussion-post__author{font-weight:bold;}.ty-discussion-post__date{float:right;right:0;margin-top:1px;color:#adadad;font-size:12px;}.ty-discussion-post__rating{font-size:15px;margin-bottom:5px;}.ty-discussion-post__message{line-height:1.75;word-wrap:break-word;}.ty-company-detail__top-links .ty-stars__icon{font-size:21px;}.ty-discussion__rating-wrapper{margin-bottom:10px;}.ty-discussion__rating-wrapper .ty-stars .ty-stars__icon{font-size:20px;margin-right:0px;}.ty-stars,.ty-discussion__review-a,.ty-discussion__review-write{display:inline-block;margin-right:25px;cursor:pointer;}.ty-grid-vendors .grid-list__rating{text-align:center;word-wrap:break-word;}.ty-grid-vendors .grid-list__rating .ty-stars{margin-right:10px;}.ty-grid-vendors .grid-list__rating .ty-discussion__review-quantity{color:#8f8f8f;display:inline-block;}.ty-stars{color:#d30a80;}.ty-stars__icon{vertical-align:middle;margin-left:2px;font-size:14px;}.ty-stars__icon:first-child{margin-left:0;}.ty-stars a:hover{text-decoration:none;}.ty-product-list__rating{position:absolute;text-align:center;right:0;left:0;}.ty-product-list__rating .ty-stars{margin-right:0;}.grid-list__rating .ty-stars{margin-bottom:5px;}.ty-companies .ty-stars{display:block;margin:5px 0 0;}.ty-rating{float:left;color:#d30a80;}.ty-rating__label{display:inline-block;}.ty-rating:not(:checked) &gt; .ty-rating__check{position:absolute;left:-9999px;clip:rect(0,0,0,0);}.ty-rating:not(:checked) &gt; .ty-rating__label{float:right;width:17px;padding:0;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:100%;line-height:1.2;margin-right:2px;}.ty-rating:not(:checked) &gt; .ty-rating__label:before{font-family:glyphs;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;font-size:21px;line-height:1;-webkit-font-smoothing:antialiased;content:"\e004";}.ty-rating:not(:checked) &gt; .ty-rating__label:hover:before,.ty-rating:not(:checked) &gt; .ty-rating__label:hover ~ .ty-rating__label:before{content:"\e041";}.ty-rating &gt; .ty-rating__check:checked ~ .ty-rating__label:before,.ty-rating &gt; .ty-rating__check:checked + .ty-rating__label:hover:before,.ty-rating &gt; .ty-rating__check:checked + .ty-rating__label:hover ~ .ty-rating__label:before,.ty-rating &gt; .ty-rating__check:checked ~ .ty-rating__label:hover:before,.ty-rating &gt; .ty-rating__check:checked ~ .ty-rating__label:hover ~ .ty-rating__label:before,.ty-rating &gt; .ty-rating__label:hover ~ .ty-rating__check:checked ~ .ty-rating__label:before{content:"\e041";}.ty-template-small__item-description .ty-stars{display:block;}@media (max-width: 979px){.ty-discussion-post__author{display:block;}.ty-discussion-post__date{display:block;float:none;}}.ty-twishlist-item{text-align:center;height:18px;margin-bottom:10px;}.ty-grid-list__item:hover .ty-twishlist-item__remove{visibility:visible;}.ty-add-to-wish{display:inline-block;margin:0;}@media (max-width: 767px){.ty-wish-list__buttons .ty-btn{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-wish-list__buttons .ty-btn + .ty-btn{margin:15px 0 0;}}.cloudzoom-lens{border:1px solid #b3b3b3;cursor:move;width:150px;height:150px;}.cloudzoom-zoom{border:1px solid #a6a6a6;height:450px;width:450px;z-index:2000;background:#fff;-webkit-box-shadow:0 4px 15px rgba(0,0,0,0.2);-moz-box-shadow:0 4px 15px rgba(0,0,0,0.2);box-shadow:0 4px 15px rgba(0,0,0,0.2);}.cloudzoom-zoom-inside{border:medium none;box-shadow:none;z-index:2000;}.cloudzoom-caption{background-color:#000;color:#fff;display:none;font-family:sans-serif;font-size:11px;font-weight:bold;padding:10px;text-align:left;}.cloudzoom-blank{background-image:url('../../../../../../../../design/themes/responsive/media/images/addons/image_zoom/blank.png?1748789902');z-index:2000;}.cloudzoom-ajax-loader{background-image:url('../../../../../../../../design/themes/responsive/media/images/icons/ajax_loader.svg?1748789902');height:32px;width:32px;}.ty-hybrid-auth__icon{margin-right:5px;}.ty-link-unlink-provider{position:relative;}.ty-link-unlink-provider img{opacity:0.25;filter:alpha(opacity=25);}.ty-link-unlink-provider .ty-hybrid-auth__add{position:absolute;top:12px;left:7px;font-size:22px;z-index:1;display:none;line-height:0;}.ty-link-unlink-provider:hover .ty-hybrid-auth__add{display:block;}.ty-link-unlink-provider:hover img{opacity:1;filter:alpha(opacity=100);}.ty-hybrid-auth__icon{position:relative;}.ty-hybrid-auth__icon .ty-hybrid-auth__remove{position:absolute;top:-7px;left:29px;z-index:1;display:none;line-height:0;}.ty-hybrid-auth__icon:hover .ty-hybrid-auth__remove{display:block;}@font-face{font-weight:normal;font-style:normal;font-family:ALSRubl-Arial;src:url('../../../../../../../../design/themes/responsive/media/fonts/alsrubl-arial-regular.eot?1748789902');src:url('../../../../../../../../design/themes/responsive/media/fonts/alsrubl-arial-regular.eot?1748789902#iefix') format('../media/fonts/embedded-opentype'), url('../../../../../../../../design/themes/responsive/media/fonts/alsrubl-arial-regular.woff?1748789902') format('woff'), url('../../../../../../../../design/themes/responsive/media/fonts/alsrubl-arial-regular.ttf?1748789902') format('truetype'), url('../../../../../../../../design/themes/responsive/media/fonts/alsrubl-arial-regular.svg?1748789902#ALSRublArialRegular') format('svg');}.ty-rub{font-family:ALSRubl-Arial,Arial,sans-serif;font-size:inherit;}.ty-sdek-checkout-select-office{display:flow-root;padding-top:14px;}.ty-office-radio{float:left;}.ty-one-office{padding:10px 0 15px 0;}.ty-office__label{margin:-13px 0 0 30px;}.ty-office-label__h5{font-size:110%;padding-bottom:3px;}.ty-sdek-office{padding:10px 4px 5px 5px;width:32%;display:inline-block;vertical-align:top;margin-bottom:10px;box-sizing:border-box;float:left;min-height:147px;}.ty-sdek-office__selected{background-color:#f0f8ff;border-radius:5px;}.ty-sdek-office__radio{float:left;}.cm-sdek-select-store{opacity:0;position:absolute;}.ty-one-office__name{font-weight:bold;cursor:pointer;color:#5a728b;}.cm-sdek-view-location{padding-top:3px;padding-right:3px;float:left;}.ty-one-office__description{padding-left:13px;}.ty-one-office__description p{color:#767676;}@media (max-width: 767px){.ty-sdek-select-store__map-wrapper{float:left;width:100%;}.ty-sdek-select-store__map{float:none;width:100%;}.ty-sdek-checkout-select-office{float:none;width:100%;padding:0px;display:block;}.ty-sdek-office{width:100%;}}.ty-sdek-office-search{padding:10px 0px;}.ty-sdek-select-store__map{height:400px;border:1px solid #979797;margin:0 0 20px 0;}.ty-sdek-list-office{overflow-y:scroll;max-height:19.5em;}.ty-search-office{width:50%;}.ty-sdek-office__selected .ty-one-office__name{color:#2e3a47;}.ty-sdek-office-search-disabled{display:none;}.ty-sdek-office-point-disabled{display:none;}@media (max-width: 900px){.ty-sdek-office{width:100%;}}.ty-policy-description{font-size:11px;color:#363636;}.ty-lable-subscribe-policy{color:#fff;}.ty-footer-form-block-policy__input{width:80%;}.ty-footer-form-block-policy__input--autoclicked{width:auto;}.ty-footer-form-block-policy__input--autoclicked .ty-lable-subscribe-policy__wrapper{display:block;max-width:425px;}.ty-footer-form-block-policy__input--autoclicked .ty-lable-subscribe-policy{color:#363636;}.ty-text-confidentiality-policy{box-sizing:border-box;margin-top:0px;margin-bottom:10px;font-family:'Open Sans',sans-serif;-webkit-font-smoothing:antialiased;font-size:15px;background-color:#fff;}.ty-header-confidentiality{font-size:21px;}.ty-title-confidentiality-policy{font-size:33px;}.ty-block-confidentiality-policy{margin:18px;}.ty-policy-description a{font-size:11px;}[aria-describedby^=content_call_request] .ty-lable-subscribe-policy,[aria-describedby^=content_call_request_block] .ty-lable-subscribe-policy,[aria-describedby^=content_call_request_ajax] .ty-lable-subscribe-policy,.ty-checkout__billing-options .ty-lable-subscribe-policy{color:#363636;}.container-fluid{width:auto;min-width:inherit;max-width:none;padding-right:0;padding-left:0;}.container-fluid-row{max-width:1500px;min-width:290px;margin:0 auto;}.container-fluid-row:before,.container-fluid-row:after{display:table;content:"";line-height:0;width:100%;}.container-fluid-row:after{clear:both;}.container-fluid &gt; .container-fluid-row.container-fluid-row-no-limit{padding:0;}.container-fluid-row-full-width,.container-fluid-row-no-limit{max-width:none;}.container-fluid-row-full-width &gt; .row-fluid{max-width:1500px;min-width:290px;margin:0 auto;}.container-fluid-row.container-fluid-row-no-limit{padding-right:0;padding-left:0;}.row-fluid [class*="span"]:first-child{padding-left:0;padding-right:0;}.container-fluid .ty-footer-grid__full-width{padding-left:0;padding-right:0;}@media screen and (max-width: 1660px){.container-fluid &gt; .container-fluid-row{padding-right:80px;padding-left:80px;}.container-fluid-row-full-width &gt; .row-fluid{max-width:1340px;}.container-fluid &gt; .container-fluid-row.container-fluid-row-no-limit .abyt-a-content{padding-right:80px;padding-left:80px;}}@media screen and (max-width: 1680px){.container-fluid &gt; .container-fluid-row.container-fluid-row-no-limit .ab__deal_of_the_day{padding-right:80px;padding-left:80px;}}@media screen and (max-width: 1200px){.container-fluid &gt; .container-fluid-row{padding-right:20px;padding-left:20px;}.container-fluid &gt; .container-fluid-row.container-fluid-row-no-limit .abyt-a-content,.container-fluid &gt; .container-fluid-row.container-fluid-row-no-limit .ab__deal_of_the_day{padding-right:20px;padding-left:20px;}}@media screen and (max-width: 767px){.tygh-header &gt; div,.tygh-top-panel &gt; div{padding:0;}}.grid-list .col-tile{width:16.6666%;display:inline-block;float:left;}.grid-list .col-tile.bnw-x2{width:33.32666%;}@media screen and (max-width: 1680px){.grid-list .col-tile{width:20%;}.grid-list .col-tile.bnw-x2{width:39.9333%;}}@media screen and (max-width: 1365px){.grid-list .col-tile{width:25%;}.grid-list .col-tile.bnw-x2{width:50%;}}@media screen and (max-width: 1024px){.grid-list .col-tile{width:33.33333%;}.grid-list .col-tile.bnw-x2{width:33.32666%;}}@media screen and (max-width: 767px){.grid-list .col-tile{width:50%;}.grid-list .col-tile.bnw-x1{width:50%;}.grid-list .col-tile.bnw-x2{width:100%;}}@media screen and (max-width: 320px){.grid-list .col-tile{width:100% !important;}.grid-list .col-tile.bnw-x1,.grid-list .col-tile.bnw-x2{width:100% !important;}}.span12 .grid-list .col-tile{width:25%;}.span12 .grid-list .col-tile.bnw-x2{width:50%;}@media screen and (max-width: 1660px){.span12 .grid-list .col-tile{width:25%;}.span12 .grid-list .col-tile.bnw-x2{width:50%;}}@media screen and (max-width: 1365px){.span12 .grid-list .col-tile{width:33.33333%;}.span12 .grid-list .col-tile.bnw-x2{width:33.32666%;}}@media screen and (max-width: 1023px){.span12 .grid-list .col-tile{width:50%;}.span12 .grid-list .col-tile.bnw-x1,.span12 .grid-list .col-tile.bnw-x2{width:50%;}}.top-menu-grid .top-menu &gt; .ty-menu__items .ty-top-mine__submenu-col{width:-webkit-calc(100%/6 - 14px);width:calc(100%/6 - 14px);}.top-menu-grid .top-menu &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items{padding:40px 0;}@media screen and (max-width: 1280px){.top-menu-grid .top-menu &gt; .ty-menu__items .ty-top-mine__submenu-col{width:-webkit-calc(100%/5 - 14px);width:calc(100%/5 - 14px);}}@media screen and (max-width: 1024px){.top-menu-grid .top-menu &gt; .ty-menu__items .ty-top-mine__submenu-col{width:-webkit-calc(100%/4 - 14px);width:calc(100%/4 - 14px);}}@media screen and (max-width: 900px){.top-menu-grid .top-menu &gt; .ty-menu__items .ty-top-mine__submenu-col{width:-webkit-calc(100%/3 - 14px);width:calc(100%/3 - 14px);}}@media screen and (min-width: 1600px){.ty-product-detail .sticky-block .ypi-product-block__left .span8 + .span8{width:-webkit-calc(100% - 580px);width:calc(100% - 580px);}.ty-product-detail .ypi-product-block__left{width:-webkit-calc(100% - 380px);width:calc(100% - 380px);padding-right:20px;}.ty-product-detail .ypi-product-block__left .ty-product-block__img-wrapper{max-width:580px;width:580px;}}@media screen and (min-width: 1680px){.ty-product-detail .pday-wrap .col{width:270px;float:left;padding-right:20px;}.ty-product-detail .pday-wrap .col + .col{width:-webkit-calc(100% - 270px);width:calc(100% - 270px);padding-right:0;}}.ty-product-detail .ypi-product-block__left{width:-webkit-calc(100% - 380px);width:calc(100% - 380px);padding-right:20px;}.ty-product-detail .ypi-product-block__right{width:380px;}.ty-product-detail.fixed-form .sticky-block{width:380px;min-height:270px;}.ab-list-promotions-scroller .ab__dotd_promotions-item,.ab__dotd_promotions .ab__dotd_promotions-item{min-height:318px;}.ab-list-promotions-scroller .ab__dotd_promotions-item_image .ty-no-image,.ab__dotd_promotions .ab__dotd_promotions-item_image .ty-no-image{max-height:inherit;}@media screen and (max-width: 1600px){.ab-list-promotions-scroller .ab__dotd_promotions-item,.ab__dotd_promotions .ab__dotd_promotions-item{min-height:294px;}.ab-list-promotions-scroller .ab__dotd_promotions-item_image .ty-no-image,.ab__dotd_promotions .ab__dotd_promotions-item_image .ty-no-image{max-height:198px;}}@media screen and (max-width: 1366px){.ab-list-promotions-scroller .ab__dotd_promotions-item,.ab__dotd_promotions .ab__dotd_promotions-item{min-height:273px;}}.ab__dotd_promotions .ab__dotd_promotions-item{width:-webkit-calc(25% - 8px);width:calc(25% - 8px);}@media screen and (max-width: 1280px){.ab__dotd_promotions .ab__dotd_promotions-item{width:-webkit-calc(33.333333% - 8px);width:calc(33.333333% - 8px);min-height:315px;}}@media screen and (max-width: 1024px){.ab__dotd_promotions .ab__dotd_promotions-item{min-height:290px;}}@media screen and (max-width: 900px){.ab__dotd_promotions .ab__dotd_promotions-item{width:-webkit-calc(50% - 8px);width:calc(50% - 8px);min-height:320px;}}@media screen and (max-width: 640px){.ab__dotd_promotions .ab__dotd_promotions-item{width:-webkit-calc(100% - 8px);width:calc(100% - 8px);min-height:inherit;margin-bottom:10px;}}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url('../../../../../../../../design/themes/abt__youpitheme/media/custom_fonts/MaterialIcons-Regular.eot?1748789902');src:local('Material Icons'), local('MaterialIcons-Regular'), url('../../../../../../../../design/themes/abt__youpitheme/media/custom_fonts/MaterialIcons-Regular.woff2?1748789902') format('woff2'), url('../../../../../../../../design/themes/abt__youpitheme/media/custom_fonts/MaterialIcons-Regular.woff?1748789902') format('woff'), url('../../../../../../../../design/themes/abt__youpitheme/media/custom_fonts/MaterialIcons-Regular.ttf?1748789902') format('truetype');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';}.material-icons.md-18{font-size:18px;}.material-icons.md-24{font-size:24px;}.material-icons.md-36{font-size:36px;}.material-icons.md-48{font-size:48px;}.material-icons.md-dark{color:rgba(0,0,0,0.54);}.material-icons.md-dark.md-inactive{color:rgba(0,0,0,0.26);}.material-icons.md-light{color:#fff;}.material-icons.md-light.md-inactive{color:rgba(255,255,255,0.3);}.ty-icon-star,.ty-icon-star-empty,.ty-icon-star-half{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';font-size:16px;margin-right:-3px;}.ty-icon-star:before{content:"\E838";}.ty-icon-star-empty:before{content:"\E83A";}.ty-icon-star-half:before{content:"\E839";}.ty-payment-rus-icons .ty-payment-icons__item{background:url('../../../../../../../../design/themes/abt__youpitheme/media/images/icons/russian_payments.png?1748789902') no-repeat;}.ty-payment-rus-icons .ty-payment-icons__item.webmoney{background-position:0px -67px;width:86px;}.ty-payment-rus-icons .ty-payment-icons__item.yandex{background-position:0px -128px;width:60px;}.ty-payment-rus-icons .ty-payment-icons__item.qiwi{background-position:0px -97px;width:84px;}.ty-payment-rus-icons .ty-payment-icons__item.mastercard{background-position:0px -35px;width:40px;}.ty-payment-rus-icons .ty-payment-icons__item.visa{background-position:0px 0px;width:40px;}.ty-payment-rus-icons .ty-payment-icons__item.paypal{background-position:0px -160px;}@font-face{font-family:Social;src:url('../../../../../../../../design/themes/abt__youpitheme/media/custom_fonts/Social.eot?1748789902');src:url('../../../../../../../../design/themes/abt__youpitheme/media/custom_fonts/Social.eot?1748789902#iefix') format("embedded-opentype"), url('../../../../../../../../design/themes/abt__youpitheme/media/custom_fonts/Social.woff?1748789902') format("woff"), url('../../../../../../../../design/themes/abt__youpitheme/media/custom_fonts/Social.ttf?1748789902') format("truetype"), url('../../../../../../../../design/themes/abt__youpitheme/media/custom_fonts/Social.svg?1748789902#Flaticon') format("svg");font-weight:normal;font-style:normal;}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:Social;src:url('../../../../../../../../design/themes/abt__youpitheme/media/custom_fonts/Social.svg?1748789902#Flaticon') format("svg");}}.s-icon{font-family:Social;font-weight:normal;font-style:normal;}.ypi-telegram:before{content:"\e900";}.ypi-instagram:before{content:"\e901";}.ypi-whatsapp:before{content:"\e90c";}.ypi-ok:before{content:"\f101";}.ypi-facebook:before{content:"\f103";}.ypi-pinterest:before{content:"\f107";}.ypi-viber:before{content:"\e90d";}.ypi-youtube:before{content:"\f105";}.ypi-behance:before{content:"\e902";}.ypi-linkedin:before{content:"\e903";}.ypi-flickr:before{content:"\e904";}.ypi-twitter:before{content:"\f102";}.ypi-hangouts:before{content:"\e905";}.ypi-skype:before{content:"\f104";}.ypi-vk:before{content:"\f100";}.ypi-telegram-circle:before{content:"\e906";}.ypi-google-plus-circle:before{content:"\e907";}.ypi-myspace-circle:before{content:"\e908";}.ypi-spotify-circle:before{content:"\e909";}.ypi-yuoutube-new:before{content:"\e90a";}.ypi-amazon:before{content:"\e90b";}input[type="text"],input[type="password"]{height:36px;}@media screen and (max-width: 1024px){.hidden-tablet{display:none !important;}}@media screen and (max-width: 767px){.hidden-phone{display:none !important;}}.touch input.ty-value-changer__input,input.ty-value-changer__input{width:32px;height:24px;font-size:14px;padding:4px;float:none;border:0 none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.touch input.ty-value-changer__input:hover,.touch input.ty-value-changer__input:focus,input.ty-value-changer__input:hover,input.ty-value-changer__input:focus{border:1px solid #e0e0e0;width:30px;margin:0 1px;}.ty-value-changer,.touch .ty-value-changer{width:64px;margin:5px 10px 5px 0;}.touch .ty-value-changer__increase,.touch .ty-value-changer__decrease,.ty-value-changer__increase,.ty-value-changer__decrease{height:16px;width:16px;line-height:14px;margin:5px 0;font-size:16px;color:#e0e0e0;background:#fff;border:1px solid #e0e0e0;float:right;}.touch .ty-value-changer__increase:hover,.touch .ty-value-changer__decrease:hover,.ty-value-changer__increase:hover,.ty-value-changer__decrease:hover{color:#fff;background:#d30a80 !important;border-color:#d30a80;}.ty-value-changer__increase{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.ty-value-changer__decrease{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;float:left !important;}.cm-hint{color:#9c9c9c;}h1,h2{text-decoration:none;font-weight:700;font-style:normal;font-size:28px;line-height:30px;font-family:'Open Sans',sans-serif;margin-top:15px;}.ty-subheader{color:#363636;font-weight:700;font-family:'Open Sans',sans-serif;}.ty-mainbox-title{font-weight:700;}.y-mainbox-title{font-size:23px;font-weight:700;line-height:120%;font-family:'Open Sans',sans-serif;margin:10px 0;}.ty-footer-menu__header,.ty-footer-general__header{font-size:16px;}.ty-mainbox-container &gt; .y-mainbox-title{padding-right:62px;}.ab__deal_of_the_day .action-title{font-weight:700;}.tabs-center .ty-tabs{text-align:center;margin:0 auto;width:fit-content;}.tabs-center .ty-tabs__list:before,.tabs-center .ty-tabs__list:after{display:table;content:"";line-height:0;width:100%;}.tabs-center .ty-tabs__list:after{clear:both;}.ty-wysiwyg-content h1{font-size:28px;letter-spacing:-0.01em;font-weight:700;}.ty-wysiwyg-content h2{font-size:23px;letter-spacing:-0.01em;font-weight:700;}.ty-wysiwyg-content h3,.ty-wysiwyg-content h4{font-size:18px;letter-spacing:-0.01em;font-weight:700;}.ty-wysiwyg-content ul{padding-left:30px;}@media screen and (max-width: 978px){.ty-wysiwyg-content table,.ty-wysiwyg-content td,.ty-wysiwyg-content tr{width:100%;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}}@media screen and (max-width: 480px){.ty-wysiwyg-content iframe{min-height:195px;height:inherit;}}.ty-btn{position:relative;display:inline-block;width:auto;height:44px;line-height:44px;font-size:12px;font-weight:bold;margin:2px 0;padding:0px 20px;border:0;overflow:hidden;outline:0;text-decoration:none;cursor:pointer;text-transform:uppercase;white-space:nowrap;letter-spacing:-0.01em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-btn__primary{color:#fff;border-bottom:2px solid #a20862;background:#d30a80;}.ty-btn__primary:hover{background:#eb0b8f;border-color:#b1086b;color:#fff;}.ty-btn__secondary{color:white;border-bottom:2px solid #429494;background:#55b4b4;}.ty-btn__secondary:hover{background:#67bcbc;border-color:#469f9f;color:white;}.ty-btn__tertiary{color:#363636;border-bottom:2px solid #d5d5d5;background:#eee;}.ty-btn__tertiary:hover{background:#f6f6f6 !important;border-color:#e1e1e1;color:#363636;}.ty-btn__text{color:#363636;border:2px solid #ededed;line-height:40px;}.ty-btn__text:hover{color:#d30a80;border:2px solid #d30a80;padding:0 20px;}.ty-btn__add-to-cart,.ty-product-detail .ypi-product-block__left .ty-btn__primary{padding-left:24px;}.ty-btn__add-to-cart:before,.ty-product-detail .ypi-product-block__left .ty-btn__primary:before{content:"\E8CC";font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';position:relative;font-size:20px;top:5px;right:4px;}.ajax-link{color:#d30a80;border-bottom:1px dotted #fbaedb;}.ypi-allow-shopping{width:-webkit-calc(100% - 50px);width:calc(100% - 50px);white-space:normal;color:rgba(0,0,0,0.54);border-bottom-color:#d5d5d5;background:#eee;}.ypi-allow-shopping i{font-size:16px;position:relative;top:0;}.ypi-allow-shopping span{height:44px;display:flex;align-items:center;justify-content:center;white-space:normal;line-height:120%;text-align:left;font-size:11px;}.ypi-allow-shopping:hover{color:#363636;}.ty-grid-list__item .ty-btn span{height:44px;display:flex;align-items:center;justify-content:center;white-space:normal;line-height:120%;}@media screen and (max-width: 767px){.ty-grid-list__item .ty-btn span{height:36px;}}@media screen and (max-width: 767px){.ty-grid-list__item .ypi-allow-shopping{width:-webkit-calc(100% - 42px);width:calc(100% - 42px);height:36px;font-size:10px;}.ty-grid-list__item .ypi-allow-shopping span{font-size:10px;}}@media screen and (max-width: 480px) and (min-width: 321px){.ty-grid-list__item .ypi-allow-shopping i{display:none;}.ty-grid-list__item .ypi-allow-shopping .ty-btn span{text-align:center;}}.ty-btn-go{height:34px;}.ty-btn-go__icon{top:7px;}.more-btn{font-size:16px;color:#d30a80 !important;margin:5px 0;line-height:120%;}.more-btn span{border-bottom:1px dotted #fbaedb;}.more-btn i{position:relative;top:5px;}.ypi-more-btn,.ty-btn.ty-product-filters__reset-button{font-size:11px;height:36px;padding:0 15px;line-height:31px;background:white;border:2px solid #dcdcdc;color:#363636;}.ypi-more-btn i,.ty-btn.ty-product-filters__reset-button i{top:5px;margin-right:-5px;}.ypi-more-btn:hover,.ypi-more-btn.active,.ty-btn.ty-product-filters__reset-button:hover,.ty-btn.ty-product-filters__reset-button.active{border-color:#d30a80;color:#d30a80;}.ypi-more-btn.open i,.ty-btn.ty-product-filters__reset-button.open i{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}.b-top{border-top:1px solid #ededed;}.b-top-bold{border-top:3px solid #ededed;}.b-top-color{border-top:1px solid #ef45a3;}.b-top-bold-color{border-top:3px solid #ef45a3;}.b-bottom{border-bottom:1px solid #ededed;}.b-bottom-bold{border-bottom:3px solid #ededed;}.b-bottom-color{border-bottom:1px solid #ef45a3;}.b-bottom-bold-color{border-bottom:3px solid #ef45a3;}.b-all{border:1px solid #ededed;}.b-all-bold{border:3px solid #ededed;}.b-all-color{border:1px solid #ef45a3;}.b-all-bold-color{border:3px solid #ef45a3;}.pd-top{padding:40px 0 0;}.pd-bottom{padding:0 0 40px;}.pd-all{padding:40px 0;}.pd-all-big{padding:50px 0;}.pd-top .ty-wysiwyg-content h1,.pd-top .ty-wysiwyg-content h2,.pd-top .ty-wysiwyg-content h3,.pd-bottom .ty-wysiwyg-content h1,.pd-bottom .ty-wysiwyg-content h2,.pd-bottom .ty-wysiwyg-content h3,.pd-all .ty-wysiwyg-content h1,.pd-all .ty-wysiwyg-content h2,.pd-all .ty-wysiwyg-content h3,.pd-all-big .ty-wysiwyg-content h1,.pd-all-big .ty-wysiwyg-content h2,.pd-all-big .ty-wysiwyg-content h3{margin-top:0;}.dark-block{background:rgba(0,0,0,0.05);}.dark-block .grid-list .ty-grid-list__item{-webkit-box-shadow:0 0 0 1px #e6e6e6;-moz-box-shadow:0 0 0 1px #e6e6e6;box-shadow:0 0 0 1px #e6e6e6;}.light-block{background:white;}.color-block{background:#f75d09;}.color-block .y-mainbox-title{color:white;}a,a:hover,a:focus,a:active{outline:none !important;}body,p,div,li{-webkit-font-smoothing:subpixel-antialiased;}*,:after,:before{box-sizing:border-box;}#tygh_container.loading-more-products #ajax_overlay,#tygh_container.loading-more-products #ajax_loading_box{display:none !important;visibility:hidden !important;}.ty-price{font-weight:700;}.ty-owl-controls{margin-top:-37px;}.buttons-container,.ui-widget-content.ui-dialog,.ui-dialog .ui-dialog-content,.ui-dialog .ui-dialog-titlebar,.ui-dialog .buttons-container,.notification-content-extended,.notification-content-extended h1{border-radius:0;}.buttons-container{background:#fafafa;}div.ui-dialog .ui-dialog-content{overflow:visible;padding:0;min-height:120px !important;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}@media screen and (min-width: 720px){div.ui-dialog .ui-dialog-content iframe{min-width:600px;min-height:400px;}}@media screen and (max-width: 767px){div.ui-dialog .ui-dialog-content iframe{width:100% !important;height:auto !important;min-height:400px;}}@media screen and (max-width: 480px){div.ui-dialog .ui-dialog-content iframe{min-height:250px;}}div.ui-dialog .ui-dialog-titlebar{padding:15px 50px 15px 20px;height:54px;margin:0;background:white;border:none;border-bottom:1px solid #ededed;}div.ui-dialog .ui-dialog-title{margin:0;padding-right:20px;font-family:'Open Sans',sans-serif;font-weight:700;font-size:20px;line-height:120%;color:#363636;}div.ui-dialog .ui-dialog-titlebar-close{top:0;right:0;padding:0;margin:0;width:54px;height:54px;}div.ui-dialog .object-container{padding:15px 20px;}div.ui-dialog .buttons-container{border:0 none;margin:0 -20px;}.ui-widget-header .ui-icon-closethick{color:#363636;background:none;margin:0;left:14px;top:14px;text-indent:0;width:auto;height:auto;opacity:.7;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;}.ui-widget-header .ui-icon-closethick:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:"\E5CD";font-size:24px;color:#363636 !important;speak:none;vertical-align:top;}.ui-widget-header .ui-icon-closethick:hover{opacity:1;}.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover{border:none;background:none;outline:none;}body.shadow .top-menu:before{content:"";position:fixed;z-index:1;background:rgba(0,0,0,0.2);left:0;top:0;width:100%;height:100%;}.notification-content-extended{border:0 none;overflow:hidden;}.notification-content-extended h1{padding:14px 37px 14px 20px;margin:0;border-bottom:1px solid #ededed;background:white;font-family:'Open Sans',sans-serif;font-weight:700;font-size:20px;color:#363636;line-height:120%;}.notification-content-extended h1 span{top:13px;right:13px;width:24px;height:24px;}.notification-content-extended h1 span:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';font-size:24px;color:#363636;content:"\E5CD";opacity:0.5;filter:alpha(opacity=50);-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;}.notification-content-extended h1 span:hover:before{opacity:1;}.notification-content-extended .ty-product-notification__buttons{background:#ededed;}.notification-content-extended .ty-product-notification__subtotal{font-weight:normal;}.notification-content-extended .ty-product-notification__subtotal bdi{white-space:nowrap;}.notification-content-extended .ty-product-notification__subtotal span{font-weight:700;line-height:30px;font-size:18px;}@media screen and (max-width: 767px){.notification-content-extended.with-ab-ia-joins{top:10px !important;position:absolute;}.notification-content-extended.with-ab-ia-joins .ty-product-notification__subtotal{line-height:100%;}.notification-content-extended.with-ab-ia-joins .ty-product-notification__subtotal span:not(.ty-rub){margin-top:5px;display:inline-block;}.notification-content-extended.with-ab-ia-joins .ty-product-notification__body{max-height:100% !important;}.notification-content-extended.with-ab-ia-joins .ty-product-notification__item{margin-bottom:0;}.notification-content-extended.with-ab-ia-joins .ty-product-notification__buttons{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.notification-content-extended.with-ab-ia-joins .ty-product-notification__buttons .cm-notification-close{width:44px;}.notification-content-extended.with-ab-ia-joins .ty-product-notification__buttons .cm-notification-close:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:"\E317";position:relative;font-size:24px;line-height:44px;left:-10px;}.notification-content-extended.with-ab-ia-joins .ty-product-notification__buttons &gt; div.ty-float-left{float:left;}}.ty-product-notification__content{height:70px;display:table-cell;vertical-align:middle;width:640px;}.ty-product-notification__content .ty-product-options{margin-bottom:0;}.ty-product-notification__content .ty-product-options-name{width:auto;margin-right:5px;}.ty-product-notification__content .ty-product-options-content{width:auto !important;}.ty-product-notification__amount{color:#838383;}.ty-accordion .ui-accordion-header{background:#fafafa;color:#838383;outline:none !important;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-accordion .ui-accordion-header-active{background:#adadad !important;}html[dir="ltr"] .owl-carousel .owl-wrapper{display:inherit !important;}.owl-controls .owl-page,.owl-controls .owl-buttons div{color:#dcdcdc;}.owl-theme .owl-controls-outside .owl-buttons div{line-height:36px;padding:0;height:26px;width:26px;margin:0 0 0 5px;color:#363636;background:#ededed;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;opacity:1;filter:alpha(opacity=100);}.owl-theme .owl-controls-outside .owl-buttons div i{font-size:22px;}.owl-theme .owl-controls-outside .owl-buttons div:hover{background:#f5f5f5;color:#363636;}.ty-select-block,.ty-dropdown-box__content,.top-menu .ty-dropdown-box__content,.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items{margin-top:0;border:0;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(0,0,0,0.22);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(0,0,0,0.22);box-shadow:0 0 0 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(0,0,0,0.22);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-select-block{top:30px;}.ty-dropdown-box__content{min-width:300px;}@media screen and (max-width: 320px){.ty-dropdown-box__content{min-width:240px;}}.ty-tabs{margin:0;border:0;}.ty-tabs .ty-tabs__item{padding:0 10px 10px 0;margin:0;border:0;background:none;}.ty-tabs .ty-tabs__item .ty-tabs__a,.ty-tabs .ty-tabs__item .ty-tabs .subtab a{color:#838383;padding:0;font-size:16px;font-weight:bold;height:auto;border:2px solid #e0e0e0;height:44px;line-height:39px;font-size:12px;text-transform:uppercase;padding:0 15px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-tabs .ty-tabs__item .ty-tabs__a:hover,.ty-tabs .ty-tabs__item .ty-tabs .subtab a:hover{color:#d30a80;}.ty-tabs .ty-tabs__item.active .ty-tabs__a,.ty-tabs .ty-tabs__item.active .ty-tabs .subtab a{color:#d30a80;border:2px solid #d30a80;}.span16 .ty-tabs__content{padding:10px 0 0 0;}.ty-product-detail .ty-tabs,.ty-product-bigpicture .ty-tabs{margin-top:30px;border-bottom:1px solid #e0e0e0;}.ty-product-detail .ty-tabs .ty-tabs__item,.ty-product-bigpicture .ty-tabs .ty-tabs__item{margin:3px -1px 0 0;padding:0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:0;background:white;-webkit-transition:all 0ms;-moz-transition:all 0ms;-o-transition:all 0ms;transition:all 0ms;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-product-detail .ty-tabs .ty-tabs__item .ty-tabs__a,.ty-product-bigpicture .ty-tabs .ty-tabs__item .ty-tabs__a{padding:2px 20px 2px 20px;font-size:16px;text-transform:none;color:#838383;border:0;height:auto;}.ty-product-detail .ty-tabs .ty-tabs__item .ty-tabs__a:hover,.ty-product-bigpicture .ty-tabs .ty-tabs__item .ty-tabs__a:hover{color:#363636;}.ty-product-detail .ty-tabs .ty-tabs__item.active,.ty-product-bigpicture .ty-tabs .ty-tabs__item.active{background:white;border-top:3px solid #d30a80;border-bottom:1px solid #fff;margin-bottom:-1px;margin-top:0;}.ty-product-detail .ty-tabs .ty-tabs__item.active .ty-tabs__a,.ty-product-bigpicture .ty-tabs .ty-tabs__item.active .ty-tabs__a{color:#363636;}.ty-product-detail .ty-popup-tabs,.ty-product-bigpicture .ty-popup-tabs{padding-top:0;margin-top:0;border-top:none;text-align:left;}.ty-product-detail .ty-popup-tabs .ty-popup-tabs__item,.ty-product-bigpicture .ty-popup-tabs .ty-popup-tabs__item{padding:10px 15px 0 0;}.ty-product-detail .ty-popup-tabs .ty-popup-tabs__item a,.ty-product-bigpicture .ty-popup-tabs .ty-popup-tabs__item a{border-bottom:1px dotted #f41c9b;}.ty-product-detail .ty-popup-tabs__icon,.ty-product-bigpicture .ty-popup-tabs__icon{color:#d30a80;}.ty-helper-container{overflow:hidden;}.tygh-header{background:#fff;padding-bottom:20px;}.tygh-header &gt; div{padding-top:0;}.tygh-top-panel{background:#fff;}.tygh-content{background:#fff;}.ypi-top-panel{min-height:30px;border-bottom:1px solid #ededed;}.ypi-top-panel .ty-select-block__a{padding:5px 8px 4px 8px;margin-left:-1px;border:0;border-left:1px solid #ededed;border-right:1px solid #ededed;color:#9c9c9c;}.ypi-top-panel .ty-select-block__a:hover,.ypi-top-panel .ty-select-block__a.open{background:#ededed;color:#363636;}.ypi-top-panel .ty-select-block__a:hover i,.ypi-top-panel .ty-select-block__a.open i{color:#363636;}.ypi-top-panel .ty-select-block__a-item{font-size:13px;}.ypi-top-panel .ty-flag{margin-top:1px;}.ypi-top-panel .ty-text-links__item{float:left;padding:5px 10px 5px 5px;margin-right:0;}.ypi-top-panel .top-menu-text-links a.ty-text-links__a{font-size:13px;}.cur-lang-wrap{border-right:1px solid #ededed;margin:15px 0;}.cur-lang-wrap &gt; div{min-height:50px;}.phone-links-wrap{padding:23px 0;height:90px;}.ypi-cr-phone a.t-phone{font-size:22px;line-height:100%;color:#363636;font-weight:700;white-space:nowrap;}.ypi-cr-phone a.t-phone span{color:#9c9c9c;}.ypi-cr-phone .material-icons{position:relative;top:1px;margin-left:3px;color:#838383;border:1px solid #ededed;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ypi-cr-phone .material-icons:hover{border-color:#d30a80;color:#d30a80;}.ty-cr-work{color:rgba(255,255,255,0.8);font-size:10px;text-transform:uppercase;display:inline-block;width:100%;margin-bottom:3px;}.aditional-links a{display:inline-block;margin-right:15px;float:left;white-space:nowrap;}.aditional-links a.cm-dialog-opener{border-bottom:1px dotted #fa96d1;}.ypi-cr-link{position:absolute;z-index:300;min-width:250px;max-width:400px;min-height:100px;padding:15px 20px;white-space:normal;text-align:left;background-color:#363636;background-clip:padding-box;color:white;margin-top:29px;margin-left:-20px;z-index:601;}.ypi-cr-link:before{content:"";position:absolute;display:block;left:50%;top:-22px;margin-left:-11px;border-color:transparent;border-style:solid;border-top-width:0;border-bottom-color:#363636;border-width:11px;}.ypi-cr-link .closer{position:absolute;right:10px;top:10px;color:rgba(255,255,255,0.7);}.ypi-cr-link .closer:hover{color:white;}.ypi-cr-link:before{right:17px;left:auto;}.ypi-cr-link a.n-phone{color:white;font-size:14px;font-weight:600;line-height:165%;}.ypi-cr-link a.n-phone span{color:rgba(255,255,255,0.8);}.ty-cr-product-info-header{max-width:255px;}.ty-cr-product-info-header .ty-product-block-title{font-size:18px;font-weight:normal;}.ty-text-links{margin:0;}.top-menu-text-links{color:#9c9c9c;}.top-menu-text-links a.ty-text-links__a{color:#9c9c9c;}.top-menu-text-links a.ty-text-links__a:hover{color:#363636;}.ypi-title-to-sore *{color:#9c9c9c;}.ty-logo-container{margin:0;display:table-cell;height:90px;vertical-align:middle;}.ty-logo-container .ty-logo-container__image{max-height:70px;width:auto;}.ypi-cart-user-wrap{padding:23px 0;height:44px;box-sizing:content-box !important;}.ypi-cart-user-wrap .ypi-mini-cart .ty-dropdown-box__title{display:table-cell;width:50px;height:48px;padding:0;vertical-align:middle;text-align:right;border:0 none;line-height:100%;}.ypi-cart-user-wrap .ypi-mini-cart .ty-dropdown-box__title i.material-icons{color:#363636;}.ypi-cart-user-wrap .ypi-mini-cart .ty-dropdown-box__title.open{background:transparent;}.ypi-cart-user-wrap .ypi-mini-cart .ty-dropdown-box__title.open i.material-icons{color:#d30a80;}.ypi-cart-user-wrap .ypi-mini-cart .ty-dropdown-box__title.open:after,.ypi-cart-user-wrap .ypi-mini-cart .ty-dropdown-box__title.open:before{content:"";position:absolute;display:block;left:50%;margin-left:-3px;border-color:transparent;border-style:solid;border-top-width:0;border-width:11px;}.ypi-cart-user-wrap .ypi-mini-cart .ty-dropdown-box__title.open:after{bottom:-1px;border-bottom-color:white;}.ypi-cart-user-wrap .ypi-mini-cart .ty-dropdown-box__title.open:before{bottom:0;border-bottom-color:rgba(0,0,0,0.2);}.ypi-cart-user-wrap .ypi-mini-cart .ty-dropdown-box__title:hover{background:none;}.ypi-cart-user-wrap .ypi-mini-cart .ty-dropdown-box__title:hover i.material-icons{color:#eb0b8f;}.ypi-cart-user-wrap .ypi-mini-cart .ty-minicart-count{background:#ef45a3;color:white;min-width:18px;height:18px;line-height:18px;font-size:11px;position:absolute;top:-5px;right:25px;z-index:1;padding:0px 5px;text-align:center;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;}.ypi-cart-user-wrap .ypi-mini-cart .ty-minicart-count.empty{background:#ededed;color:gray;}.ypi-cart-user-wrap .ypi-mini-cart i.material-icons{color:rgba(0,0,0,0.54);}.ypi-cart-user-wrap .ypi-mini-user .ty-dropdown-box__title{display:table-cell;width:50px;height:48px;padding:0;vertical-align:middle;text-align:right;border:0 none;line-height:100%;}.ypi-cart-user-wrap .ypi-mini-user .ty-dropdown-box__title.open{background:transparent;}.ypi-cart-user-wrap .ypi-mini-user .ty-dropdown-box__title.open i.material-icons{color:#d30a80;}.ypi-cart-user-wrap .ypi-mini-user .ty-dropdown-box__title.open:after,.ypi-cart-user-wrap .ypi-mini-user .ty-dropdown-box__title.open:before{content:"";position:absolute;display:block;left:50%;margin-left:-3px;border-color:transparent;border-style:solid;border-top-width:0;border-width:11px;}.ypi-cart-user-wrap .ypi-mini-user .ty-dropdown-box__title.open:after{bottom:-1px;border-bottom-color:white;}.ypi-cart-user-wrap .ypi-mini-user .ty-dropdown-box__title.open:before{bottom:0;border-bottom-color:rgba(0,0,0,0.2);}.ypi-cart-user-wrap .ypi-mini-user .ty-dropdown-box__title:hover{background:none;}.ypi-cart-user-wrap .ypi-mini-user .ty-dropdown-box__title:hover i.material-icons{color:#eb0b8f;}.ypi-cart-user-wrap .ypi-mini-user .ty-account-info{padding-top:10px;}.ypi-cart-user-wrap .ty-account-info__title{padding:0;}.ypi-cart-user-wrap .ty-account-info__title i.material-icons{color:rgba(0,0,0,0.54);}.ypi-search{width:-webkit-calc(100% - 220px);width:calc(100% - 220px);}.ypi-search .ty-search-block{width:100%;}.ypi-search .ty-search-block:hover input.ty-search-block__input,.ypi-search .ty-search-block:focus input.ty-search-block__input{border-color:#d4d4d4;background:white;text-align:left;padding-left:20px;color:#363636;z-index:301;}.ypi-search .ty-search-block:hover i.material-icons,.ypi-search .ty-search-block:focus i.material-icons{color:#d30a80;z-index:302;position:relative;}.ypi-search .ty-search-block:hover i.material-icons:hover,.ypi-search .ty-search-block:focus i.material-icons:hover{color:#eb0b8f;}.ypi-search input.ty-search-block__input{position:relative;height:44px;border:1px solid #ededed;background-color:#ededed;font-size:13px;text-transform:uppercase;padding-left:20px;padding-right:50px;color:#9c9c9c;float:right;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ypi-search .ty-search-magnifier{top:0;right:5px;width:44px;height:44px;padding:10px;outline:none;z-index:301;}.ypi-search .ty-search-magnifier i.ty-icon-search{margin-top:7px;display:inline-block;color:#9c9c9c;}@media screen and (max-width: 768px){.ypi-search{width:-webkit-calc(100% - 280px);width:calc(100% - 280px);}}@media screen and (max-width: 400px){.ypi-search{width:-webkit-calc(100% - 220px);width:calc(100% - 220px);}}@media screen and (max-width: 320px){.ypi-search{width:-webkit-calc(100% - 190px);width:calc(100% - 190px);}}#abt__youpitheme_wishlist_count{display:table-cell;width:50px;height:48px;padding:0;vertical-align:middle;text-align:right;border:0 none;line-height:100%;position:relative;}#abt__youpitheme_wishlist_count .count{background:#ef45a3;color:white;width:18px;height:18px;line-height:18px;font-size:10px;border-radius:100%;position:absolute;top:-5px;right:25px;z-index:1;padding:0px 5px;text-align:center;}#abt__youpitheme_wishlist_count:hover i.material-icons{color:#eb0b8f;}@media screen and (max-width: 768px){#abt__youpitheme_wishlist_count .count{top:5px;right:19px;}}body.fixed-top .ypi-top-panel{display:none;}body.fixed-top .tygh-top-panel{position:fixed;width:100%;height:64px;z-index:1000;top:0;left:0;margin:0 !important;top:-80px;-webkit-transition:top .6s, opacity .6s, background .3s;transition:top .6s, opacity .6s, background .3s;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,0.3);box-shadow:0 3px 10px 0 rgba(0,0,0,0.3);}body.fixed-top.show .tygh-top-panel{top:0;-webkit-transition:top .6s, opacity .6s, background .3s;transition:top .6s, opacity .6s, background .3s;}body.fixed-top .ty-logo-container{height:64px;text-align:center;}body.fixed-top .ty-logo-container .ty-logo-container__image{max-height:48px;}body.fixed-top .ypi-cart-user-wrap{padding:10px 0;}body.fixed-top .ypi-cart-user-wrap .ypi-search input.ty-search-block__input{background:#ededed;border-color:#ededed;}body.fixed-top.show .ty-logo-container{padding-left:70px;}body.fixed-top.show .mfixed-button{display:inline-block !important;float:left;}body.fixed-top .ypi-menu__fixed-button{display:inline-block;height:64px;width:48px;padding:8px 0;position:absolute;z-index:1;}body.fixed-top .ypi-menu__fixed-button i.material-icons{background:#ededed;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;cursor:pointer;}body.fixed-top .ypi-menu__fixed-button i.material-icons:hover{color:#eb0b8f;}body.fixed-top .ypi-menu__fixed-button.active{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:all 150ms;-moz-transition:all 150ms;-o-transition:all 150ms;transition:all 150ms;}body.fixed-top .cur-lang-wrap{margin:5px 0;}body.fixed-top .phone-links-wrap{padding:7px 0;top:0;}body.fixed-top .ypi-cr-phone-number{padding:4px 0 0;}body.fixed-top.menu_fixed-top .tygh-top-panel{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}body.fixed-top.menu_fixed-top .tygh-header{padding-top:169px !important;}body.fixed-top.menu_fixed-top .top-menu-grid,body.fixed-top.menu_fixed-top .top-menu-grid-vetrtical{position:fixed;top:64px;z-index:300;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,0.3);box-shadow:0 3px 10px 0 rgba(0,0,0,0.3);}body.fixed-top.menu_fixed-top .closer_fixed-menu{display:block;position:absolute;right:0;top:20px;font-size:30px;}@media screen and (max-width: 1024px){body.fixed-top .span4.phone-links-wrap{padding:7px 0 0 10px !important;}}.m-label{padding:1px 6px;line-height:100%;font-size:9px;text-transform:uppercase;border-radius:2px;position:relative;left:4px;top:-2px;margin-right:3px;color:white;background:#a1a1a1;}.ypi-mwi-html{position:absolute;width:320px;height:100%;padding:0;z-index:-1;}.ypi-mwi-html p{padding:0;}.ypi-mwi-html.right_top{right:0;top:0;border-left:1px solid #ededed;display:table-cell;overflow:hidden;}.ypi-mwi-html.right_top p{padding:0 20px;position:absolute;top:33px;right:0;}.ypi-mwi-html.right_bottom{right:0;bottom:0;border-left:1px solid #e0e0e0;display:table-cell;overflow:hidden;}.ypi-mwi-html.right_bottom p{padding:0 20px;position:absolute;bottom:33px;right:0;}.ypi-mwi-html.bottom{right:0;bottom:0;width:100% !important;height:auto;}.ypi-mwi-html.bottom p{padding-top:100%;}.top-menu-grid{padding-top:0;background:#878787;}.top-menu-grid .ty-menu__items{background:none;margin:0;position:inherit;z-index:1;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.top-menu-grid .ty-menu__item .ty-menu__item-link{text-transform:uppercase;color:#fff;padding:15px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.top-menu-grid .ty-menu__item:hover .ty-menu__item-link{background:#6e6e6e;}.top-menu-grid .ty-menu__item-active .ty-menu__item-link{background:#6e6e6e;}.top-menu-grid .closer_fixed-menu{display:none;}.top-menu-grid .ypi-mwi-icon{display:block;max-width:100px;padding-bottom:10px;}.top-menu-grid .top-menu &gt; .abt_up-menu.extended &gt; .ty-menu__wrapper &gt; .ty-menu__items{width:9999px;visibility:hidden;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper{display:inline-block;overflow-x:hidden;overflow-y:hidden;vertical-align:top;height:48px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item{transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-o-transition:width .5s;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item .ty-menu__item-link{white-space:nowrap;padding:0 15px;line-height:48px;font-weight:600;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item .ty-menu__item-link .ab-ut-mwi-icon{max-height:24px;max-width:24px;position:relative;top:-2px;margin-right:8px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu{display:inline-block;position:absolute;width:100%;left:0;background:white;z-index:200;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,0.3);box-shadow:0 3px 10px 0 rgba(0,0,0,0.3);}@media screen and (min-width: 768px){.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items-simple .ty-menu__submenu-item{margin-bottom:10px !important;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items-simple.with-icon-items .ty-menu__submenu-item{display:inline-block;width:20%;min-width:200px;float:left;vertical-align:top;}}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items{max-width:1500px;width:100%;padding:30px 15px;margin:0 auto;border:0 none;position:relative;overflow:hidden;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .ty-menu__submenu-item-active a{background:none;padding:0;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .ty-menu__submenu-item-active a:before{content:"";width:10px;height:10px;display:inline-block;position:absolute;margin:4px 0 0 -14px;background:#ef45a3;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}@media screen and (max-width: 1660px){.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items{max-width:1340px;}}@media screen and (max-width: 1500px){.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items{padding:40px 80px;max-width:inherit;}}@media screen and (max-width: 1200px){.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items{padding:30px 20px;}}@media screen and (min-width: 768px){.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .ty-menu__submenu-col{display:inline-block;float:left;width:20%;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items li.ty-top-mine__submenu-col{min-width:180px;padding:0 20px 0 0;margin:0;width:100%;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic{min-height:410px;padding-right:340px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ty-menu__submenu-col{width:25%;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html{width:320px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .ty-menu__submenu-list{padding-bottom:15px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .ty-menu__submenu-item{margin:0 -3px 0 0;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .ty-menu__submenu-item a{color:#5c5c5c;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .ty-menu__submenu-item a:hover{color:#d30a80;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .ty-menu__submenu-item.ty-menu__submenu-alt-link a{color:#d30a80;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .m-label{position:relative;font-family:Tahoma,Geneva,sans-serif;font-weight:normal;top:-1px;}}@media screen and (max-width: 1500px){.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic{padding-right:420px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ty-menu__submenu-col{width:25%;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html.right_top,.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html.right_bottom{right:80px;}}@media screen and (max-width: 1280px){.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic{padding-right:400px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html{width:300px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html.right_top,.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html.right_bottom{right:80px;}}@media screen and (max-width: 1200px){.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic{padding-right:320px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ty-menu__submenu-col{width:33.333333%;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html.right_top,.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html.right_bottom{right:0;}}@media screen and (max-width: 900px){.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic{padding-right:20px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ty-menu__submenu-col{width:33.333333%;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html{display:none;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html.right_top,.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ypi-mwi-html.right_bottom{display:none;}}@media screen and (max-width: 767px){.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .ty-menu__submenu-col{width:100%;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic{padding-right:0;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items.with-pic .ty-menu__submenu-col{width:100%;}}.top-menu-grid .top-menu &gt; .abt_up-menu .ab__menu_hidden{width:0 !important;overflow-x:hidden;}.top-menu-grid .top-menu &gt; .abt_up-menu .abt_yp_menu-show_more{cursor:pointer;display:none;line-height:48px;padding-right:20px;position:relative;color:rgba(255,255,255,0.65);}.top-menu-grid .top-menu &gt; .abt_up-menu .abt_yp_menu-show_more:after{content:"";position:absolute;display:block;left:27px;top:16px;border-color:transparent;border-style:solid;border-top-width:0;border-left-color:rgba(255,255,255,0.65);border-width:8px;}.top-menu-grid .top-menu &gt; .abt_up-menu .abt_yp_menu-show_more:hover:after{border-left-color:white;}.top-menu-grid .top-menu &gt; .abt_up-menu .abt_yp_menu-show_more.last-section:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);left:18px;}.top-menu-grid .top-menu &gt; .abt_up-menu .ty-menu__submenu-item-header{border-bottom:0 none;margin-bottom:0;}.top-menu-grid .top-menu &gt; .abt_up-menu .ty-menu__submenu-item-header a{font-size:15px;line-height:120%;font-family:'Open Sans',sans-serif;font-weight:700;color:#363636;}.top-menu-grid .top-menu &gt; .abt_up-menu .ty-menu__submenu-item-header a:hover{color:#d30a80;}.top-menu-grid .icon-down-dir{position:relative;top:2px;font-size:15px;opacity:0.5;filter:alpha(opacity=50);}@media screen and (max-width: 767px){.ty-menu__submenu-item{padding:0;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper{overflow-x:inherit;overflow-y:inherit;height:inherit;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items{visibility:inherit;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item:not(.ty-menu__menu-btn){background:#f86d22;border-bottom:0 none;border-top:1px solid #ee5908;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item:not(.ty-menu__menu-btn) a.ty-menu__item-link{padding:0 20px;width:9999px !important;display:table-cell;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item:not(.ty-menu__menu-btn) a.ty-menu__item-link .icon-down-dir{display:none;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item{margin:0 -20px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item.ty-menu__menu-btn{width:inherit !important;display:inline-block !important;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item.ty-menu__menu-btn a.ty-menu__item-link{padding:0 20px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item.ty-menu__menu-btn a.ty-menu__item-link i:first-child{font-size:28px;position:relative;top:9px;left:-3px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item.ty-menu__menu-btn a.ty-menu__item-link i:last-child{font-size:18px;position:relative;top:4px;opacity:0.5;filter:alpha(opacity=50);}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item .ty-menu__submenu .ty-menu__submenu-items{background:white;padding:0;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link{padding:15px 20px;color:#d30a80;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item .ty-menu__submenu .ty-menu__submenu-item-header a{font-family:Tahoma,Geneva,sans-serif;font-size:12px;font-weight:normal;padding:0 20px;height:48px;line-height:48px;border-top:1px solid #ededed;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item .ty-menu__submenu .ypi-mwi-html{display:none !important;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item .ty-menu__submenu .ty-menu__submenu .ty-menu__items-show{padding-bottom:15px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item{padding-left:20px;border-bottom:0 none;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; li.ty-menu__item .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item .ty-menu__submenu-link{padding:3px 0;}.ty-menu__item-toggle{height:48px;}.ty-menu__item-toggle i{font-size:26px;opacity:0.7;filter:alpha(opacity=70);}.ty-menu__item-toggle-active{background:#f75d09;}.ypi-mwi-icon{display:none !important;}}@media screen and (min-width: 768px){.tbm-menu{height:;}.tbm-menu .ty-menu__item .ty-menu__item-link{display:table-cell;vertical-align:middle;height:48px;text-align:center;line-height:0 !important;padding:0 !important;border-right:1px solid #d45713;overflow:hidden;}.tbm-menu .ty-menu__item .ty-menu__item-link &gt; span{margin:0 15px;text-align:center;display:block;}.tbm-menu .ty-menu__item .ty-menu__item-link img.ab-ut-mwi-icon{display:inline-block;float:left;top:0 !important;padding:12px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.tbm-menu .ty-menu__item .ty-menu__item-link bdi{font-size:11px;line-height:130%;white-space:normal;}.tbm-menu .ty-menu__item .ty-menu__item-link .item-icon{display:inline-block;text-align:left;}.tbm-menu .ty-menu__item .ty-menu__item-link .item-icon bdi{display:table-cell;height:48px;vertical-align:middle;}.tbm-menu .ty-menu__item .ty-menu__item-link .icon-down-dir{line-height:0;width:11px;top:3px;}.tbm-menu .ty-menu__item .ty-menu__item-link .m-label{padding:2px 5px;display:inline-block;top:-1px;font-size:8px;}.tbm-menu .ty-menu__item:nth-child(2) .ty-menu__item-link{border-left:1px solid #d45713;}}.top-menu-grid-vetrtical{background:#878787;}.top-menu-grid-vetrtical .ty-dropdown-box__content{left:0;right:auto;}.top-menu-grid-vetrtical .ty-dropdown-box__title{padding:17px 40px 0 60px;line-height:100%;background:#ae4106;border:0 none;height:48px;min-width:250px;}.top-menu-grid-vetrtical .ty-dropdown-box__title a{font-size:16px;font-weight:bold;color:white;}.top-menu-grid-vetrtical .ty-dropdown-box__title a:after,.top-menu-grid-vetrtical .ty-dropdown-box__title a:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';position:absolute;}.top-menu-grid-vetrtical .ty-dropdown-box__title a:before{content:"\E5D2";margin:-7px 0 0 -40px;font-size:28px;color:white;}.top-menu-grid-vetrtical .ty-dropdown-box__title a:after{content:"\E313";color:rgba(255,255,255,0.5);margin:-2px 0 0 0;right:15px;}.top-menu-grid-vetrtical .ty-dropdown-box__title:hover{background:#55b4b4;}.top-menu-grid-vetrtical .ty-dropdown-box__title.open{background:#55b4b4;}.top-menu-grid-vetrtical .ty-dropdown-box__title.open a:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}.top-menu-grid-vetrtical .icon-right-dir{position:absolute;right:15px;top:50%;margin-top:-9px;color:#dcdcdc;}.top-menu-grid-vetrtical .ty-menu__item-link:hover .icon-right-dir,.top-menu-grid-vetrtical .ypi-submenu-col:hover .icon-right-dir{color:#9c9c9c;}.top-menu-grid-vetrtical .exp-mwi-text{display:none;}.top-menu-grid-vetrtical .ypi-menu__inbox{min-height:410px;}.top-menu-grid-vetrtical .ypi-menu__inbox li{padding:0;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items{background:none;padding:20px 0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item{width:100%;border-bottom:1px solid #ededed;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item:first-child{border-top:1px solid #ededed;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item .ty-menu__item-link{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:8px 20px;min-height:42px;font-size:14px;font-weight:700;color:#363636;background:white;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item .ty-menu__item-link .menu-lvl-ctn{color:#363636;font-weight:700;font-size:14px;line-height:24px;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item .ty-menu__item-link .menu-lvl-ctn .ab-ut-mwi-icon{margin-right:10px;}@media screen and (min-width: 768px){.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item .ty-menu__item-link .menu-lvl-ctn.exp-wrap{padding-left:44px;line-height:100%;padding-top:4px;padding-bottom:6px;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item .ty-menu__item-link .menu-lvl-ctn.exp-wrap .ab-ut-mwi-icon{max-height:32px;max-width:32px;position:absolute;margin-left:-44px;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item .ty-menu__item-link .menu-lvl-ctn.exp-wrap .exp-mwi-text{font-size:11px;font-weight:normal;line-height:100%;color:#999;width:80%;margin-top:3px;display:inline-block;}}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item .menu-lvl-ctn .ab-ut-mwi-icon{max-height:24px;max-width:24px;margin-right:20px;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item:hover .menu-lvl-ctn .ab-ut-mwi-icon{-webkit-filter:invert(1);filter:invert(1);}@media screen and (min-width: 768px){.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items{padding:10px 0;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item:first-child{border-top:0 none;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item:last-child{border-bottom:0 none;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu{position:inherit !important;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu .ypi-mwi-icon{display:block;max-width:100px;padding-bottom:10px;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items{width:1200px;min-height:410px;margin-left:100%;padding:6px 20px 30px;top:0;right:auto;overflow:hidden;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items-simple{padding:20px;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items-simple .ty-menu__submenu-item{margin-bottom:10px !important;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items-simple.with-icon-items .ty-menu__submenu-item{display:inline-block;width:20%;min-width:200px;vertical-align:top;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items-simple.with-icon-items a{font-weight:bold;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items-simple a{color:#363636;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items-simple .item-icon{width:20%;min-width:200px;float:left;padding-right:20px;margin-bottom:20px;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item a.ty-menu__item-link:hover,.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__item-active a.ty-menu__item-link{background:#ededed !important;color:#363636;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__submenu-items{border:0 none;background:white;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__submenu-items .ty-menu__submenu-item{margin-bottom:0;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link{color:#696969;padding:1px 0;display:inline-block;width:100%;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link:hover{color:#d30a80;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__submenu-items .ty-menu__submenu-item.ty-menu__submenu-item-active a{color:#363636;background:none;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__submenu-items .ty-menu__submenu-item.ty-menu__submenu-item-active a:before{content:"";width:10px;height:10px;display:inline-block;position:absolute;margin:4px 0 0 -14px;border:2px solid #ef45a3;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-col{min-width:180px;max-width:250px;padding-right:20px;width:20%;float:left;}.top-menu-grid-vetrtical .ypi-menu__inbox .with-pic{padding-right:320px !important;}.top-menu-grid-vetrtical .ypi-menu__inbox .with-pic .ty-menu__submenu-col{min-width:180px;width:25%;float:left;}.top-menu-grid-vetrtical .ypi-menu__inbox .ypi-submenu-col .ty-menu__submenu-item-header{border-bottom:0 none;padding-bottom:0;margin-bottom:0;margin-top:15px;}.top-menu-grid-vetrtical .ypi-menu__inbox .ypi-submenu-col .ty-menu__submenu-item-header .ty-menu__submenu-link{color:#363636;font-size:14px;line-height:120%;font-family:'Open Sans',sans-serif;font-weight:700;}.top-menu-grid-vetrtical .ypi-menu__inbox .ypi-submenu-col .ty-menu__submenu-item-header .ty-menu__submenu-link:hover{color:#d30a80;}.top-menu-grid-vetrtical .ypi-menu__inbox .ypi-submenu-col .ty-menu__submenu-item-header .ty-menu__submenu-link.ty-menu__submenu-item-active a{color:#363636;background:none;}.top-menu-grid-vetrtical .ypi-menu__inbox .ypi-submenu-col .ty-menu__submenu-item-header .ty-menu__submenu-link.ty-menu__submenu-item-active a:before{content:"";width:10px;height:10px;display:inline-block;position:absolute;margin:4px 0 0 -14px;border:2px solid #ef45a3;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.top-menu-grid-vetrtical .ypi-menu__inbox .ypi-submenu-col .ty-menu__submenu{display:inline-block;width:100%;}.top-menu-grid-vetrtical .ypi-menu__inbox .ypi-submenu-col .ty-menu__submenu .ty-menu__submenu-list.hiddenCol:not(.view){overflow:hidden;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown{padding:18px 0 !important;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .ty-menu__submenu-col{width:250px !important;max-width:300px;margin-right:100%;padding-right:0;white-space:nowrap;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .ty-menu__submenu-item-header{margin-top:0;position:relative;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .ty-menu__submenu-item-header .ty-menu__submenu-link{font-size:14px;border-bottom:0 none;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .ty-menu__submenu .ypi-mwi-html{z-index:0;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .ypi-mwi-html{padding:20px;max-width:250px;left:0;bottom:0;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .second-lvl .ty-menu__submenu-item-header .ty-menu__submenu-link{display:inline-block;width:100%;padding:4px 40px 4px 20px;min-height:24px;white-space:normal;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .second-lvl &gt; .ty-menu__submenu{display:none;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .second-lvl:hover .ty-menu__submenu{display:block;width:100%;min-height:410px;position:absolute !important;top:0;margin-left:250px;padding:20px;background:white;border-left:1px solid #e6e6e6;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .second-lvl .tree-level-col{width:230px;display:inline-block;float:left;position:relative;z-index:1;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .second-lvl .sub-title-two-level{font-size:18px;line-height:120%;font-family:'Open Sans',sans-serif;font-weight:700;margin-bottom:10px;position:relative;z-index:1;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__submenu-items.tree-level-dropdown .second-lvl .ypi-mwi-html{max-width:inherit;left:auto;}}@media screen and (max-width: 767px){.top-menu-grid-vetrtical .ty-dropdown-box__title{min-width:170px;height:48px;padding:0 40px 0 60px;vertical-align:middle;display:table-cell;}.top-menu-grid-vetrtical .ty-dropdown-box__title a{font-size:14px;width:80px;display:inline-block;}.top-menu-grid-vetrtical .ty-dropdown-box__title a:before{height:28px;display:inline-block;position:absolute;top:50%;margin-top:-14px;}.top-menu-grid-vetrtical .ty-dropdown-box__title a:after{top:50%;margin-top:-9px;}.top-menu-grid-vetrtical .ty-dropdown-box{position:inherit;margin-left:-20px;}.top-menu-grid-vetrtical .ty-dropdown-box__content{width:100%;}.top-menu-grid-vetrtical .ypi-menu__submenu-link-more,.top-menu-grid-vetrtical .ab-ut-mwi-html,.top-menu-grid-vetrtical .ypi-mwi-html,.top-menu-grid-vetrtical .sub-title-two-level{display:none !important;}.top-menu-grid-vetrtical .ypi-menu__inbox li{position:relative;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items{padding:0;min-height:inherit !important;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item{display:inherit;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__item-link{padding:9px 20px;min-height:42px;font-size:14px;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items li:first-child{border-top:0 none;}.top-menu-grid-vetrtical .ypi-menu__inbox .ty-menu__items li:last-child{border-bottom:0 none;}.top-menu-grid-vetrtical .menu-lvl-ctn i.icon-right-dir{display:none;}.top-menu-grid-vetrtical .ty-menu__item-toggle{height:43px;width:42px;font-size:32px;background:#f5f5f5;}.top-menu-grid-vetrtical .ty-menu__item-toggle i{color:#949494;opacity:1;filter:alpha(opacity=100);}.top-menu-grid-vetrtical .ty-menu__item-toggle.ty-menu__item-toggle-active{background:#949494;}.top-menu-grid-vetrtical .ty-menu__item-toggle.ty-menu__item-toggle-active i{color:white;}.top-menu-grid-vetrtical .ty-menu__submenu-items{min-height:inherit !important;background:#f5f5f5;margin-bottom:-1px;width:100% !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;}.top-menu-grid-vetrtical .ty-menu__submenu-items &gt; li:last-child .ty-menu__submenu-item-header{border-bottom:1px solid #e6e6e6;}.top-menu-grid-vetrtical .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item{border-bottom:1px solid #e6e6e6;}.top-menu-grid-vetrtical .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link{padding:12px 20px 12px 20px;}.top-menu-grid-vetrtical .ty-menu__submenu-col{width:100% !important;}.top-menu-grid-vetrtical .ty-menu__submenu-col .ty-menu__submenu{position:relative;min-height:inherit !important;}.top-menu-grid-vetrtical .ty-menu__submenu-col .ty-menu__submenu .ty-menu__submenu-list{height:auto !important;display:none;}.top-menu-grid-vetrtical .ty-menu__submenu-col .ty-menu__submenu .ty-menu__submenu-list.ty-menu__items-show{display:block;}.top-menu-grid-vetrtical .ty-menu__submenu-col .ty-menu__submenu .ty-menu__submenu-list .ty-menu__submenu-item{border-bottom:1px solid #e6e6e6;margin:0;background:#f5f5f5;}.top-menu-grid-vetrtical .ty-menu__submenu-col .ty-menu__submenu .ty-menu__submenu-list .ty-menu__submenu-item .ty-menu__submenu-link{padding:10px 20px 10px 30px;}.top-menu-grid-vetrtical .ty-menu__submenu-col .ty-menu__item-toggle{right:0;background:#e6e6e6;border-top:1px solid #dbdbdb;margin-top:-1px;height:43px;}.top-menu-grid-vetrtical .ty-menu__submenu-col .ty-menu__item-toggle i{color:#949494;}.top-menu-grid-vetrtical .ty-menu__submenu-col .ty-menu__item-toggle.ty-menu__item-toggle-active{background:#949494;}.top-menu-grid-vetrtical .ty-menu__submenu-col .ty-menu__item-toggle.ty-menu__item-toggle-active i{color:white;}.top-menu-grid-vetrtical .ty-menu__submenu-item-header{margin-bottom:0;padding-bottom:0;border-bottom:1px solid #e6e6e6;}.top-menu-grid-vetrtical .ty-menu__submenu-item-header .ty-menu__submenu-link{padding:11px 20px;min-height:42px;font-size:14px;color:#363636;display:inline-block;width:-webkit-calc(100% - 42px);width:calc(100% - 42px);}}@media screen and (max-width: 1679px){.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items{width:1040px;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-col{width:25%;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic .ty-menu__submenu-col{width:33.3333333333%;}}@media screen and (max-width: 1535px){.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items{width:965px;}}@media screen and (max-width: 1439px){.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items{width:890px;}}@media screen and (max-width: 1365px){.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items{width:805px;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-col{width:33.3333333333%;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic .ty-menu__submenu-col{width:50%;}}@media screen and (max-width: 1279px){.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items{width:784px;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic{padding-right:245px !important;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items .ypi-mwi-html:not(.bottom){width:245px;}}@media screen and (max-width: 1139px){.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items{width:668px;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic{padding-right:0 !important;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items .ypi-mwi-html:not(.bottom){display:none;}}@media screen and (max-width: 1023px){.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items{width:513px;}}@media screen and (max-width: 768px){.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items{width:413px;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-col{width:50%;}}@media screen and (max-width: 1365px) and (min-width: 768px){.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic.with-icon-items .ypi-mwi-icon{max-width:64px;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic.with-icon-items .ty-menu__submenu-col{width:100% !important;max-width:inherit;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic.with-icon-items .ty-menu__submenu-col .ypi-wrap-icon{width:50%;float:left;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic.with-icon-items .ty-menu__submenu-col .ypi-wrap-icon .ty-menu__submenu{width:-webkit-calc(100% - 90px);width:calc(100% - 90px);}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic.with-icon-items .ty-menu__submenu-col .ypi-mwi-icon{margin-right:20px;float:left;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic.with-icon-items .ty-menu__submenu-link{padding:0;}.top-menu-grid-vetrtical .ypi-menu__inbox &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu .ty-menu__submenu-items.with-pic.with-icon-items .ypi-menu__submenu-link-more{padding-top:4px;}}.top-menu-grid-vetrtical .ypi-menu__submenu-link-more{padding-top:0;display:inline-block;}.top-menu-grid-vetrtical .ypi-menu__submenu-link-more.hidden{display:none;}.top-menu-grid-vetrtical .ty-menu__item-arrow i{right:15px;top:10px;float:right;position:relative;font-size:8px;}.top-menu-grid-vetrtical .ty-text-links{height:48px;padding:13px 20px 13px 25px;}.top-menu-grid-vetrtical .ty-text-links.no-padding{padding:14px 0 13px 20px;}.top-menu-grid-vetrtical .ty-text-links .ty-text-links__item{display:inline-block;float:left;line-height:100%;height:22px;padding:4px 15px;margin-right:0;border-right:1px solid #c74a06;}.top-menu-grid-vetrtical .ty-text-links .ty-text-links__item:last-child{border-right:none;}.top-menu-grid-vetrtical .ty-text-links .ty-text-links__item a{color:#fff;}.top-menu-grid-vetrtical .ty-text-links .ty-text-links__item:hover a{color:#fff;}.top-menu-grid-vetrtical .ty-text-links .ty-text-links__item i{position:relative;margin:0 5px 0 -5px;top:-3px;float:left;}.top-menu-grid,.top-menu-grid-vetrtical{background:#f75d09;}.top-menu-grid .ty-menu__item a.ty-menu__item-link,.top-menu-grid-vetrtical .ty-menu__item a.ty-menu__item-link{color:#fff;}.top-menu-grid .ty-menu__item:hover .ty-menu__item-link,.top-menu-grid-vetrtical .ty-menu__item:hover .ty-menu__item-link{background:#55b4b4;color:white;}.top-menu-grid .ty-menu__item-active a.ty-menu__item-link,.top-menu-grid .ty-menu__item-active .ty-menu__item-link,.top-menu-grid-vetrtical .ty-menu__item-active a.ty-menu__item-link,.top-menu-grid-vetrtical .ty-menu__item-active .ty-menu__item-link{background:#55b4b4;color:white;}@media screen and (max-width: 1024px){.span4.ypi-title-to-sore{display:none;}.span12.ypi-top-links{width:100%;margin-left:0;}.ypi-cr-phone{position:relative;}.ypi-cr-phone a.t-phone{font-size:18px;}.ypi-cr-phone .material-icons{margin:-2px 0 0 5px;position:absolute;}.span4.phone-links-wrap{padding:28px 0 28px 20px !important;}.span4.phone-links-wrap .ypi-cr-phone &gt; .l-contacts{display:none;}}@media screen and (max-width: 767px){.ypi-top-panel .ty-text-links-btn,.ypi-top-panel .ty-select-block__a{padding:8px 5px;line-height:100%;height:30px;border:0 none;}.ypi-top-panel .ty-flag{margin-top:-3px;}.ypi-top-panel .ty-select-block{left:auto;right:0;}.span4.phone-links-wrap{padding:0 !important;position:absolute;left:20px;top:2px;width:auto;}.ypi-cr-phone .material-icons{position:relative;top:5px;border:0 none;margin:0;}.ypi-cr-phone a.t-phone{font-size:14px;font-weight:normal;}.ypi-cr-link{margin-top:12px;margin-left:0;}.ypi-cr-link:before{left:50%;right:auto;}.ty-logo-container{height:80px;z-index:1;}.ty-logo-container .ty-logo-container__image{max-height:45px;}.ypi-logo .span3,.ypi-logo .span13{width:50%;float:left;}.ypi-mini-cart{margin-right:20px;}.ypi-cart-user-wrap{position:absolute;height:48px;margin-top:80px;padding:0;left:0;}.ypi-cart-user-wrap .ty-account-info__title i.material-icons{color:white;}.ypi-cart-user-wrap .ty-dropdown-box__title{width:45px !important;}.ypi-cart-user-wrap i.material-icons{color:white !important;font-size:30px !important;}.ypi-cart-user-wrap .ypi-mini-cart .ty-minicart-count{top:5px;right:16px;}.ypi-cart-user-wrap .ypi-mini-cart .ty-minicart-count.empty{background:#363636;color:white;}.ypi-cart-user-wrap .ypi-search{position:absolute;right:20px;top:-80px;background-color:white;background-color:#fff;padding:18px 0;}.ypi-cart-user-wrap .ypi-search input.ty-search-block__input{font-size:12px;padding-left:15px !important;background-color:white;text-overflow:ellipsis;overflow:hidden;}.ypi-cart-user-wrap .ypi-search i.material-icons{color:#d30a80 !important;font-size:26px !important;}}@media screen and (max-width: 480px){.ypi-search:focus,.ypi-search:hover{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);background-color:white;z-index:300;}.ypi-search input.ty-search-block__input:hover{width:100%;}}@media screen and (min-width: 768px){body:not(.menu_fixed-top) .fixed-menu .top-menu-grid-vetrtical .ty-dropdown-box__title{background:#ef45a3;}body:not(.menu_fixed-top) .fixed-menu .top-menu-grid-vetrtical .ty-dropdown-box__content{display:block !important;}.fixed-menu .fixed-menu-banners{width:-webkit-calc(100% - 312px) !important;width:calc(100% - 312px) !important;margin-left:312px !important;margin-bottom:-20px;margin-top:10px;}}@media screen and (max-width: 767px){.fixed-menu-banners.homepage-main-banners{margin:20px 0 -50px 0;}}.ty-breadcrumbs{margin-bottom:15px;padding:0;}.ty-product-block .ty-breadcrumbs{padding-right:125px;}.ty-breadcrumbs__a{color:#838383;font-size:12px;}.ty-breadcrumbs__a:hover{color:#363636;}.ty-breadcrumbs__slash{color:#838383;margin:0px 2px;}.ty-breadcrumbs__current{color:#cfcfcf;}.ty-product-switcher{top:3px;right:0;}.ty-product-switcher__icon{margin:1px;}.ty-list-price{font-size:14px;color:#9c9c9c;}.ty-list-price:first-child{padding-left:2px;}.ty-strike{display:inline-block;position:relative;text-decoration:none;margin-bottom:7px;}.ty-strike:after{content:"";position:absolute;top:50%;left:-3%;border-top:1px solid #ef45a3;margin:-1px 0 0;padding:0 2%;width:100%;box-sizing:content-box;-webkit-transform:rotate(-10deg);transform:rotate(-10deg);}.ty-stars{margin-right:5px;}.ty-stars__icon{font-size:16px;width:14px;margin:0;float:left;color:#00bbb3;}.ty-icon-star-empty{font-size:16px;margin-left:1px;}.ty-icon-star-empty,.ty-stars__icon.ty-icon-star-empty{color:#c7c7c7;}.no-rating .ty-icon-star-empty:first-child{margin-left:0;}.ty-pagination{display:inline-block;width:100%;text-align:center;background:white;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-pagination__bottom{border-top:0 none;}.ty-pagination__item,.ty-pagination__selected{padding:13px 7px;min-width:44px;}.ty-pagination__item:hover,.ty-pagination__item:focus,.ty-pagination__item:active,.ty-pagination__selected:hover,.ty-pagination__selected:focus,.ty-pagination__selected:active{padding:13px 7px;min-width:44px;background:none;color:#363636;}.ty-pagination__selected{background:#ededed;color:#363636;font-weight:bold;}.ty-pagination__selected:hover{background:#d30a80;}.loader,.loader:after{border-radius:50%;width:10em;height:10em;}.loader{margin:0 auto;font-size:10px;position:relative;text-indent:-9999em;border-top:1.1em solid #ededed;border-left:1.1em solid #ededed;border-bottom:1.1em solid #ededed;border-right:1.1em solid #d30a80;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.ty-twishlist-item{height:auto;position:absolute;z-index:2;top:0;right:0;background:white;border:1px solid #ededed;border-width:0 0 1px 1px;padding:5px 10px;}.ty-compare-menu__elem{background:#d30a80;}.grid-list .sol-container,.ty-simple-list .sol-container,.grid-list  #results_ab__product_sets,.ty-simple-list  #results_ab__product_sets{display:none !important;}.grid-list .more-products-link{position:relative;text-align:center;margin:0 5px 10px 5px;padding:15px 15px 1px;height:330px;background-color:white;-webkit-box-shadow:0 0 0 1px #fafafa;-moz-box-shadow:0 0 0 1px #fafafa;box-shadow:0 0 0 1px #fafafa;-webkit-box-shadow:0 0 0 1px #e6e6e6;-moz-box-shadow:0 0 0 1px #e6e6e6;box-shadow:0 0 0 1px #e6e6e6;}.grid-list .more-products-link:hover{-webkit-box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;-moz-box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;}.grid-list .more-products-link a,.grid-list .more-products-link .already-showing-all-products{max-width:170px;padding-top:50%;font-size:22px;text-transform:none;color:#9c9c9c;display:inline-block;}.grid-list .more-products-link .already-showing-all-products{padding-top:80%;}.grid-list .more-products-link i{font-size:100px;color:#d30a80;}.grid-list .more-products-link:hover i{color:#eb0b8f;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}.grid-list .more-products-link:hover a{color:#363636;}.grid-list .more-products-link.load .loader{-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear;}.grid-list .more-products-link:hover{-webkit-box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;-moz-box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;}#product_quick_view .object-container{padding:10px 20px 20px;}.ypi-qprod-title{padding-right:100px;}.ty-quick-view__wrapper .ty-product-block{padding:0;margin-top:0;}.ty-quick-view__wrapper .ty-quick-view-tools{position:inherit;height:30px;margin-bottom:15px;}.ty-quick-view__wrapper .ty-quick-view-tools .ty-control-group__label{width:auto;}.ty-quick-view__wrapper .ty-quick-view-tools .ty-product-switcher{top:8px;right:0;}.ty-quick-view__wrapper .ty-discount-label{left:0;right:auto;}.ty-quick-view__wrapper .one-tumb-col .ty-discount-label{left:62px;}.ty-quick-view__wrapper .two-tumb-col .ty-discount-label{left:124px;}.ty-quick-view__wrapper .ty-discussion__rating-wrapper{margin-bottom:0;}.ty-quick-view__wrapper a.ty-quick-view__title{font-weight:700;margin-bottom:5px;}.ty-quick-view__wrapper .ty-stars .ty-stars__icon{font-size:20px;width:18px;margin-right:0px;float:left;display:inline-block;margin-left:0;}.ty-quick-view__wrapper .ty-stars,.ty-quick-view__wrapper .ty-discussion__review-a,.ty-quick-view__wrapper .ty-discussion__review-write{display:inline-block;margin-right:15px;line-height:20px;cursor:pointer;float:left;}.ty-quick-view__wrapper .ty-product-prices{margin:0 0 15px;}.ty-quick-view__wrapper .ty-product-block__price-actual{margin:5px 0;line-height:100%;}.ty-quick-view__wrapper .ty-product-block__price-actual .ty-price-num{font-size:28px;font-weight:700;font-family:'Open Sans',sans-serif;letter-spacing:-0.02em;}.ty-quick-view__wrapper .ty-product-block__price-actual .ty-price-num span{font-weight:normal;font-size:24px;color:#838383;}.ty-quick-view__wrapper .stock-wrap{margin-right:15px;padding-right:15px;float:left;border-right:1px solid #ededed;}.ty-quick-view__wrapper .ty-qty-in-stock{line-height:20px;font-weight:normal;}.ty-quick-view__wrapper .ty-qty-in-stock i{float:left;margin-right:3px;}.ty-quick-view__wrapper .ty-product-block__sku{display:inline-block;}.ty-quick-view__wrapper .ty-product-block__sku *{line-height:20px;font-size:12px;color:#9c9c9c;min-width:inherit;}.ty-quick-view__wrapper .ty-control-group,.ty-quick-view__wrapper .ty-product-block__option,.ty-quick-view__wrapper .ty-product-block__advanced-option,.ty-quick-view__wrapper .ty-product-block__field-group{margin-bottom:0;}.ty-quick-view__wrapper .ty-control-group__label{width:120px;font-size:12px;font-weight:normal;color:#838383;}.ty-quick-view__wrapper .ty-btn__primary{padding-left:24px;margin:0 5px 5px 0;float:left;}.ty-quick-view__wrapper .ty-btn__primary:before{content:"\E8CC";font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';position:relative;font-size:20px;top:5px;right:4px;}.ty-quick-view__wrapper .ty-cr-product-button{display:none;}.ty-quick-view__wrapper .ty-product-block__left .ty-control-group__label{min-width:inherit;color:#838383;}.ty-quick-view__wrapper .ty-product-block__left .ty-control-group__item{color:#838383;}.ty-quick-view__wrapper .ty-brand{position:absolute;right:0;top:15px;margin:0;overflow:hidden;}.ty-quick-view__wrapper .ty-brand .ty-features-list{padding:0;width:100px;display:table-cell;text-align:right;text-indent:-9999px;}.ty-quick-view__wrapper .ty-brand img{max-height:40px;}.ty-quick-view__wrapper .ty-product-options{margin-bottom:0;}.ty-quick-view__wrapper .ty-product-options .ty-control-group{margin:3px 0;}.ypi-product-block__img{display:inline-block;width:100%;text-align:center;position:relative;}.ypi-product-block__img .ty-product-img{border:0 none;}.ypi-qprod-title{position:relative;padding-top:15px;padding-right:120px !important;margin:15px 0 15px;border-top:1px solid #e0e0e0;}.ty-product-thumbnails{display:inline-block;float:left;margin:0 0 15px 0;}.ty-product-thumbnails__item{float:left;margin:0;border:1px solid transparent;padding:5px;width:40px;height:40px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.ty-product-thumbnails__item:hover{opacity:0.9;filter:alpha(opacity=90);}.ty-product-thumbnails__item.active{border-color:#e0e0e0;}.ypi-product-block__img .one-col{width:-webkit-calc(100% - 62px);width:calc(100% - 62px);float:right;}.ypi-product-block__img .two-col{width:-webkit-calc(100% - 114px);width:calc(100% - 114px);float:right;}@media screen and (max-width: 768px){.ty-quick-view__wrapper{width:auto;}.ty-quick-view__wrapper .ty-discount-label{left:0 !important;}.ty-quick-view__wrapper input.ty-value-changer__input{width:30px;}.ty-quick-view__wrapper .ty-product-thumbnails{text-align:center;}.ty-quick-view__wrapper .ty-product-thumbnails__item{display:inline-block;float:none;}.ty-quick-view__wrapper .ypi-qprod-title{line-height:160%;}.ty-product-switcher,.ypi-text-image-zoom{display:none;}.ypi-product-block__img .one-col,.ypi-product-block__img .two-col{width:100%;}}.cat-view-grid{display:inline-block;width:100%;}.ypi-categories_grid h1.ty-mainbox-title{font-size:35px;font-family:'Open Sans',sans-serif;font-weight:700;letter-spacing:-0.02em;width:100%;text-align:center;}.ypi-categories_grid .ty-breadcrumbs{padding:0;text-align:center;}.ypi-categories_grid .subcategories{padding:10px 0;border-top:1px solid #ededed;text-align:center;}.ypi-categories_grid .ty-subcategories-img{width:150px;padding:10px;}.ypi-categories_grid .ty-subcategories__item{position:relative;padding:10px 0;margin:0 10px;}.ypi-categories_grid .ty-subcategories__item span{display:flex;color:#838383;align-items:start;justify-content:center;white-space:normal;height:auto;max-width:200px;}.ypi-categories_grid .ty-subcategories__item img + span{max-height:54px;overflow:hidden;padding:0 10px;}.ypi-categories_grid .ty-subcategories__item:hover span{color:#d30a80;}@media screen and (max-width: 768px){.ypi-categories_grid .ty-subcategories__item{margin:0 0 20px 0;max-width:280px;}}.ypi-categories_grid.enable-v-filers .side-grid .v-filter{padding:20px;margin-top:18px;background:#f5f5f5;position:relative;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ypi-categories_grid.enable-v-filers .subcategories{text-align:left;padding-right:125px;}.ypi-categories_grid.enable-v-filers .v-filter .y-mainbox-title{padding-bottom:20px;}.ypi-categories_grid.enable-v-filers .ty-mainbox-title__right{font-size:14px;margin:-5px 0 15px;color:#838383;}.ypi-categories_grid.enable-v-filers .ty-price-slider{padding:5px 0 1px;}.ypi-categories_grid.enable-v-filers .ypi-white-cfbt{display:none;}.ypi-categories_grid.enable-v-filers h1.ty-mainbox-title{font-size:30px;}.ypi-categories_grid.enable-v-filers h1.ty-mainbox-title,.ypi-categories_grid.enable-v-filers .ty-breadcrumbs{text-align:left;width:-webkit-calc(100% - 130px);width:calc(100% - 130px);}@media screen and (min-width: 1024px){.ypi-categories_grid.enable-v-filers .ypi-filters-container{display:none;}.ypi-categories_grid.enable-v-filers .ypi-sort-container{background:none;height:44px;padding:0;margin-top:-60px;}.ypi-categories_grid.enable-v-filers .ypi-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper{background:#ededed;margin-bottom:0;}}@media screen and (max-width: 1023px){.ypi-categories_grid.enable-v-filers h1.ty-mainbox-title,.ypi-categories_grid.enable-v-filers .ty-breadcrumbs{width:100%;}.ypi-categories_grid.enable-v-filers .row-fluid &gt; .side-grid{display:none;}.ypi-categories_grid.enable-v-filers .main-content-grid{width:100%;margin-left:0;}.ypi-categories_grid.enable-v-filers .ypi-filters-container.ypi-nofilters{visibility:visible;}.ypi-categories_grid.enable-v-filers .ypi-filters-container.ypi-nofilters .f-title{display:inline-block;font-size:18px;padding-top:18px;}.ypi-categories_grid.enable-v-filers .subcategories{padding-right:0;}.ypi-categories_grid.enable-v-filers.mobile-view .side-grid{display:inline-block;}.ypi-categories_grid.enable-v-filers.mobile-view .v-filter{position:fixed;z-index:303;left:0;top:0;padding:0;margin-top:0;width:340px;height:100%;background:white;overflow-y:auto;overflow-x:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:0 0 0 10000px rgba(0,0,0,0.65);-moz-box-shadow:0 0 0 10000px rgba(0,0,0,0.65);box-shadow:0 0 0 10000px rgba(0,0,0,0.65);}.ypi-categories_grid.enable-v-filers.mobile-view .v-filter::-webkit-scrollbar{display:none;}.ypi-categories_grid.enable-v-filers.mobile-view .v-filter .y-mainbox-title{padding:20px 54px 20px 20px;margin:0;font-size:22px;font-weight:normal;}.ypi-categories_grid.enable-v-filers.mobile-view .ty-product-filters__wrapper{width:-webkit-calc(100% - 44px);width:calc(100% - 44px);padding:0 10px 20px 20px;}.ypi-categories_grid.enable-v-filers.mobile-view .v-filers-header.hidden{display:inline-block;}.ypi-categories_grid.enable-v-filers.mobile-view .closer{position:fixed;top:0;left:296px;height:44px;padding:10px;cursor:pointer;background:#f75d09;color:white;}.ypi-categories_grid.enable-v-filers.mobile-view .ypi-white-cfbt{display:inline-block;position:fixed;top:44px;left:296px;margin-top:0;background:#363636;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ypi-categories_grid.enable-v-filers.mobile-view .ypi-white-cfbt i{color:white;}}@media screen and (max-width: 480px){.ypi-categories_grid.enable-v-filers.mobile-view .v-filter{width:90%;}.ypi-categories_grid.enable-v-filers.mobile-view .closer,.ypi-categories_grid.enable-v-filers.mobile-view .ypi-white-cfbt{right:10%;left:auto;}.ypi-categories_grid.enable-v-filers .ty-mainbox-title__right{margin:5px 0 0;}}@media screen and (max-width: 320px){.ypi-categories_grid.enable-v-filers .ypi-filters-container.ypi-nofilters .f-title{font-size:13px;padding-top:22px;}}@media screen and (max-width: 1024px){.ypi-categories_grid h1.ty-mainbox-title{font-size:28px;line-height:100%;}}.ypi-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper{background:#ededed;margin-bottom:10px;}.ypi-categories_grid .ypi-sort-container{position:relative;background:#ededed;margin:-84px 0 20px;padding:10px 10px 10px 4px;height:64px;float:right;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ypi-categories_grid .ypi-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper{background:white;}.ypi-categories_grid .ty-pagination + .ypi-sort-container{margin-top:-168px;}.ypi-search_grid .ty-no-items,.ypi-vendor-products_grid .ty-no-items{display:block;clear:both;}.ypi-search_grid .ypi-sort-container,.ypi-vendor-products_grid .ypi-sort-container{background:#ededed;margin:0 0 20px;padding:10px 10px 10px 4px;height:64px;float:right;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ypi-search_grid .ypi-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper,.ypi-vendor-products_grid .ypi-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper{background:white;}.ty-sort-dropdown{margin-left:7px;}.ty-sort-dropdown .ty-sort-dropdown__wrapper{display:inline-block;width:44px;height:44px;background:white;margin:0;padding:0;text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-sort-dropdown .ty-sort-dropdown__wrapper.open i{color:#d30a80;}.ty-sort-dropdown .ty-sort-dropdown__wrapper i{font-size:24px;line-height:44px;color:#9c9c9c;}.ty-sort-dropdown .ty-sort-dropdown__wrapper:hover{opacity:0.9;filter:alpha(opacity=90);}.ty-sort-dropdown .ty-sort-dropdown__wrapper:hover i{color:#d30a80;}.ty-sort-dropdown .ty-sort-dropdown__wrapper:hover.open i{color:#eb0b8f;}.ty-sort-dropdown__content{border:0 none;margin-top:-5px;padding:15px 0;right:0;-webkit-box-shadow:0px 2px 6px 0 rgba(0,0,0,0.5);-moz-box-shadow:0px 2px 6px 0 rgba(0,0,0,0.5);box-shadow:0px 2px 6px 0 rgba(0,0,0,0.5);}.ty-sort-dropdown__content li{padding:0;}.ty-sort-dropdown__content-item-a{padding:7px 15px;}.ypi-sort-buttons{float:right;}.ypi-sort-active-item span{padding:7px 15px;display:inline-block;width:100%;border-bottom:1px solid #ededed;}.ypi-features .ypi-sort-container{margin-top:0;}@media screen and (min-width: 1024px){.ypi-features.enable-v-filers .ypi-sort-container{margin-top:-60px;}}.vendor-store .ypi-sort-container{margin-top:0;}.ypi-filters-container{background:#ededed;margin-bottom:20px;padding:0 10px 10px;min-height:64px;float:left;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;width:-webkit-calc(100% - 130px);width:calc(100% - 130px);}.ypi-filters-container.ypi-nofilters{visibility:hidden;}.ty-product-filters__wrapper{background:none;line-height:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-horizontal-product-filters-dropdown__wrapper{position:relative;display:inline-block;width:auto;height:44px;line-height:44px;font-size:12px;font-weight:bold;margin:2px 0;padding:0px 20px;border:0;overflow:hidden;outline:0;text-decoration:none;cursor:pointer;text-transform:uppercase;white-space:nowrap;letter-spacing:-0.01em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#363636;margin:0 7px 0 0;background:white;}.ty-horizontal-product-filters-dropdown__wrapper:hover{background:white;opacity:0.9;filter:alpha(opacity=90);}.ty-horizontal-product-filters-dropdown__wrapper.open{background:#363636;color:white;}.ty-horizontal-product-filters-dropdown__wrapper.active{background:#9c9c9c;color:white;}.ty-horizontal-product-filters-dropdown__wrapper.active .ty-icon-cancel-circle{color:rgba(255,255,255,0.6);}.ty-product-filters{padding:30px 15px 15px;margin-left:0;-webkit-transition:all 0.5ms;-moz-transition:all 0.5ms;-o-transition:all 0.5ms;transition:all 0.5ms;}.ty-product-filters ::-webkit-scrollbar{width:0px;}.ty-product-filters ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);border-radius:4px;}.ty-product-filters ::-webkit-scrollbar-thumb{border-radius:4px;background:#bababa;}.ty-product-filters:hover ::-webkit-scrollbar{width:4px;}.ty-price-slider{padding:30px 15px 5px;}.ty-product-filters__group{padding:2px 0;margin:0;}.ypi-product-filters__tools{display:none;}.ty-horizontal-product-filters{padding:0;margin:0;background:none;visibility:hidden;}.ty-horizontal-product-filters:not(.vertical-position) .ty-horizontal-product-filters-dropdown{float:left;}.ty-horizontal-product-filters:not(.vertical-position) .ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper{margin-right:10px;margin-top:10px;}@media screen and (max-width: 767px){.ty-horizontal-product-filters:not(.vertical-position) .ty-horizontal-product-filters-dropdown{display:none;}}.ty-horizontal-product-filters:not(.vertical-position) .ty-horizontal-product-filters-dropdown__content{border:1px solid rgba(0,0,0,0.2);border-top:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.22);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.22);box-shadow:0 1px 3px 0 rgba(0,0,0,0.22);}.ty-horizontal-product-filters:not(.vertical-position) .ypi-product-filters__tools{display:inline-block;width:100%;position:absolute;}.ty-horizontal-product-filters:not(.vertical-position) .ypi-product-filters__tools a{float:right;padding:0;margin:0;height:28px;background:none;color:#d30a80;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-horizontal-product-filters:not(.vertical-position) .ypi-product-filters__tools a:hover{color:#eb0b8f;}.ty-horizontal-product-filters:not(.vertical-position) .ypi-product-filters__tools a:before{content:"\E5CD";font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';font-size:26px;padding:1px;}.ty-horizontal-product-filters .ty-product-filters__search{padding:0 0 10px;}.ty-horizontal-product-filters .ty-product-filters__variants.none-overflow{max-height:inherit !important;}.ty-horizontal-product-filters .ty-product-filters__item-more .items-more{position:relative;}@media screen and (max-width: 767px){.ty-horizontal-product-filters .v-filers-header.hidden{display:inline-block;line-height:42px;margin:10px 0 0 0;}.ty-horizontal-product-filters .v-filers-header.hidden .title{font-size:18px;}.ty-horizontal-product-filters .v-filers-header.hidden .closer{display:none;}.ty-horizontal-product-filters.vertical-position .v-filers-header.hidden{position:inherit;display:inline-block;}.ty-horizontal-product-filters.vertical-position .v-filers-header.hidden .closer{display:block !important;}.ty-horizontal-product-filters .ypi-white-cfbt{display:none;}}@media screen and (max-width: 320px){.ty-horizontal-product-filters .v-filers-header.hidden .title{font-size:14px;}}.ypi-white-vfbt{position:relative;display:inline-block;width:auto;height:44px;line-height:44px;font-size:12px;font-weight:bold;margin:2px 0;padding:0px 20px;border:0;overflow:hidden;outline:0;text-decoration:none;cursor:pointer;text-transform:uppercase;white-space:nowrap;letter-spacing:-0.01em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align:center;float:left;width:44px;margin:10px 20px 0 0;padding:0;background:white;}.ypi-white-vfbt:hover{opacity:0.9;filter:alpha(opacity=90);}.ypi-white-vfbt.open{background:#d30a80;}.ypi-white-vfbt.open i{color:#fff;}.ypi-white-vfbt i{font-size:30px;line-height:44px;color:#d30a80;}@media screen and (max-width: 320px){.ypi-white-vfbt{margin-right:10px;}}.ypi-white-cfbt{position:relative;display:inline-block;width:auto;height:44px;line-height:44px;font-size:12px;font-weight:bold;margin:2px 0;padding:0px 20px;border:0;overflow:hidden;outline:0;text-decoration:none;cursor:pointer;text-transform:uppercase;white-space:nowrap;letter-spacing:-0.01em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align:center;width:44px;margin:10px 0 0 0;padding:0;background:white;}.ypi-white-cfbt i{font-size:30px;color:#9c9c9c;line-height:44px;}.ypi-white-cfbt:hover{opacity:0.9;filter:alpha(opacity=90);}.ypi-white-cfbt:hover i{color:#d30a80;}.ty-horizontal-product-filters.vertical-position{position:fixed;z-index:303;left:0;top:0;height:100%;background:white;overflow-y:auto;overflow-x:hidden;-webkit-box-shadow:0 0 0 10000px rgba(0,0,0,0.65);-moz-box-shadow:0 0 0 10000px rgba(0,0,0,0.65);box-shadow:0 0 0 10000px rgba(0,0,0,0.65);}.ty-horizontal-product-filters.vertical-position .ty-product-filters__wrapper{width:320px;padding:20px;}.ty-horizontal-product-filters.vertical-position::-webkit-scrollbar{display:none;}.ty-horizontal-product-filters.vertical-position .ty-product-filters{padding:0 0 15px 0;}.ty-horizontal-product-filters.vertical-position .ty-horizontal-product-filters-dropdown{width:100%;}.ty-horizontal-product-filters.vertical-position .ty-horizontal-product-filters-dropdown__wrapper{padding:11px 0;margin:0;width:100%;border-top:1px solid #ededed;font-size:15px;line-height:120%;font-family:'Open Sans',sans-serif;font-weight:700;text-transform:none;background:none;color:#363636;display:inline-block;}.ty-horizontal-product-filters.vertical-position .ty-horizontal-product-filters-dropdown__wrapper .ty-icon-down-micro{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);position:absolute;margin:7px 0 0 10px;padding:0;right:0;}.ty-horizontal-product-filters.vertical-position .ty-horizontal-product-filters-dropdown__wrapper.open{background:none;}.ty-horizontal-product-filters.vertical-position .ty-horizontal-product-filters-dropdown__wrapper.open .ty-icon-down-micro{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}.ty-horizontal-product-filters.vertical-position .ty-horizontal-product-filters-dropdown__content{position:inherit;border:0 none;display:inline-block;width:100%;background:none;}.ty-horizontal-product-filters.vertical-position .ty-price-slider{padding:0 0 5px 0;}.ty-horizontal-product-filters.vertical-position .v-filers-header{margin:-20px -10px 0 -20px;padding:20px;background:white;display:block;}.ty-horizontal-product-filters.vertical-position .v-filers-header .title{font-size:24px;line-height:24px;position:relative;}.ty-horizontal-product-filters.vertical-position .closer{position:fixed;height:44px;top:0;left:320px;padding:10px;cursor:pointer;background:#f75d09;}.ty-horizontal-product-filters.vertical-position .closer i{color:#fff;}.ty-horizontal-product-filters.vertical-position .closer:hover{background:#f86d22;}.ty-horizontal-product-filters.vertical-position .ypi-white-cfbt{position:fixed;top:44px;left:320px;margin-top:0;background:#363636;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-horizontal-product-filters.vertical-position .ypi-white-cfbt i{color:white;}.ty-horizontal-product-filters.vertical-position .ypi-white-cfbt:hover i{color:white;}@media screen and (-webkit-min-device-pixel-ratio: 0){.ty-horizontal-product-filters.vertical-position .ty-product-filters__wrapper{width:364px;padding:20px 54px 20px 20px;}}@media screen and (max-width: 767px){.ty-horizontal-product-filters.vertical-position{width:90%;}.ty-horizontal-product-filters.vertical-position .ty-product-filters__wrapper{width:-webkit-calc(100% - 44px);width:calc(100% - 44px);padding-right:10px;}.ty-horizontal-product-filters.vertical-position .closer,.ty-horizontal-product-filters.vertical-position .ypi-white-cfbt{left:auto;right:10%;}.ty-horizontal-product-filters.vertical-position .ypi-white-cfbt{display:inline-block;}.ty-horizontal-product-filters.vertical-position .ty-horizontal-product-filters-dropdown{border:0 none;}}.ty-product-filters__wrapper .ypi-more-btn{margin:0 0 10px;position:inherit;}.ty-product-filters__wrapper .ypi-more-btn:not(.open):before{content:"";position:absolute;margin-top:-29px;margin-left:-37px;width:100%;height:20px;display:inline-block;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);}body.body-not-scroll{overflow:hidden;margin-right:15px;}.ty-product-filters__wrapper .ty-product-filters__group{padding:1px 0;}.ty-product-filters__wrapper .ty-range-slider .ui-slider-handle{width:20px;height:20px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;}.ty-product-filters__wrapper .ty-product-filters__search-icon{right:10px;top:10px;}.ty-product-filters__wrapper input[type="text"]{border-color:#e0e0e0;}.ty-product-filters__wrapper input[type="text"]::-webkit-input-placeholder{color:#dcdcdc;}.ty-product-filters__wrapper input[type="text"]::-moz-placeholder{color:#dcdcdc;}.ty-product-filters__wrapper input[type="text"]:-ms-input-placeholder{color:#dcdcdc;}.ty-product-filters__wrapper input[type="text"]:-moz-placeholder{color:#dcdcdc;}.ty-product-filters__wrapper input[type="text"]:hover{border-color:#dbdbdb;}.ty-product-filters__wrapper input[type="text"]:focus{color:#363636;border-color:#d4d4d4;}.ty-product-filters__wrapper [type="checkbox"]:not(:checked),.ty-product-filters__wrapper [type="checkbox"]:checked{position:absolute;left:-9999px;}.ty-product-filters__wrapper [type="checkbox"]:not(:checked) + label,.ty-product-filters__wrapper [type="checkbox"]:checked + label{position:relative;padding-left:25px;padding-right:5px;line-height:120%;cursor:pointer;display:inline-block;}.ty-product-filters__wrapper [type="checkbox"]:not(:checked) + label:before,.ty-product-filters__wrapper [type="checkbox"]:checked + label:before{content:'';position:absolute;left:0;top:0;width:14px;height:14px;border:1px solid #c7c7c7;background:white;}.ty-product-filters__wrapper [type="checkbox"]:not(:checked) + label{color:#838383;}.ty-product-filters__wrapper [type="checkbox"]:checked + label{color:#363636;font-weight:600;}.ty-product-filters__wrapper [type="checkbox"]:not(:checked) + label:after,.ty-product-filters__wrapper [type="checkbox"]:checked + label:after{content:"\e008";font-family:glyphs;position:absolute;top:0;left:0;width:14px;height:14px;font-size:10px;line-height:14px;text-align:center;color:white;background:#ef45a3;border:1px solid #ef45a3;transition:all .2s;}.ty-product-filters__wrapper [type="checkbox"]:not(:checked) + label:after{opacity:0;filter:alpha(opacity=0);transform:scale(0);}.ty-product-filters__wrapper [type="checkbox"]:checked + label:after{opacity:1;filter:alpha(opacity=100);transform:scale(1);}.ty-product-filters__wrapper [type="checkbox"]:disabled:not(:checked) + label:before,.ty-product-filters__wrapper [type="checkbox"]:disabled:checked + label:before{box-shadow:none;border-color:#ededed;background-color:#fafafa;}.ty-product-filters__wrapper [type="checkbox"]:disabled:checked + label:after{color:#dcdcdc;}.ty-product-filters__wrapper [type="checkbox"]:disabled + label{color:#dcdcdc;}.ty-product-filters__wrapper [type="checkbox"]:checked:focus + label:before,.ty-product-filters__wrapper [type="checkbox"]:not(:checked):focus + label:before{border:1px solid #c7c7c7;}.ty-product-filters__wrapper label:hover:before{border:1px solid #adadad !important;}.v-filter .y-mainbox-title{font-size:15px;color:#9c9c9c;padding-bottom:5px;}.v-filter .ty-product-filters__wrapper{width:100%;}.v-filter .ty-product-filters__wrapper .ypi-more-btn:not(.open):before{background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#f5f5f5 100%);}.v-filter .ty-product-filters{padding:0 0 10px 0;}.v-filter .ty-product-filters__variants.none-overflow{overflow-y:visible;max-height:inherit !important;}.v-filter .ty-product-filters__switch{padding:11px 0;width:100%;border-top:1px solid #e0e0e0;border-bottom:0;font-size:15px;line-height:120%;display:inline-block;}.v-filter .ty-product-filters__switch .ty-product-filters__title{font-family:'Open Sans',sans-serif;font-weight:700;color:#363636;}.v-filter .ty-product-filters__search{padding:0 0 10px;}.v-filter .ty-product-filters__tools{padding:0;}.v-filter .ty-product-filters__reset-button{float:left;}.v-filter .ty-product-filters__reset-button i{margin:0 -10px 0 10px;top:2px;}.ty-product-block{background:#fff;padding:10px;}.ypi-text-image-zoom{color:#9c9c9c;}.ypi-text-image-zoom i{top:6px;position:relative;}.ypi-product-block__note{margin-top:10px;}.ypi-product-block__note p + p{padding-top:0;}.ty-product-options__item-label,.ty-product-options__box{padding:3px 0;}.ty-qty{margin:0;}.ty-qty .ty-control-group__label{min-width:0;width:inherit;padding:10px 0;font-weight:bold;color:#363636;}.grid-list{margin:0 -4px;}.grid-list:before,.grid-list:after{display:table;content:"";line-height:0;width:100%;}.grid-list:after{clear:both;}.grid-list .ty-control-group__label,.grid-list .ty-control-group__item,.grid-list img{display:inline-block;}.grid-list .ty-grid-list__item{position:relative;display:block;margin:0 5px 10px 5px;padding:15px 15px 1px;height:330px;background-color:white;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 0 1px #fafafa;-moz-box-shadow:0 0 0 1px #fafafa;box-shadow:0 0 0 1px #fafafa;-webkit-box-shadow:0 0 0 1px #e6e6e6;-moz-box-shadow:0 0 0 1px #e6e6e6;box-shadow:0 0 0 1px #e6e6e6;}.grid-list .ty-grid-list__item .ty-grid-list__item-name{height:30px !important;max-height:46px;margin:0 0 5px;}@media screen and (min-width: 1680px){.grid-list .ty-grid-list__item .ty-grid-list__item-name{height:auto;}}.grid-list .ty-grid-list__item .ty-grid-list__item-name span.item-number{display:inline-block;float:left;}.grid-list .ty-grid-list__item .ty-grid-list__item-name .product-title{color:#838383;font-size:13px;line-height:120%;-webkit-transition:all 0ms;-moz-transition:all 0ms;-o-transition:all 0ms;transition:all 0ms;}.grid-list .ty-grid-list__item:hover{-webkit-box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;-moz-box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;z-index:1;}.grid-list .ty-grid-list__item:hover .ty-sku-item{color:#363636;}.grid-list .ty-grid-list__item:hover .ty-grid-list__item-name{height:auto !important;}.grid-list .ty-grid-list__item:hover .ty-grid-list__item-name .product-title{color:#363636;font-weight:bold;}.grid-list .ty-grid-list__item:not(.no-features):hover .ty-grid-list__image{min-height:inherit;}.grid-list .ty-grid-list__item:not(.no-features):hover .ty-grid-list__image .ty-pict,.grid-list .ty-grid-list__item:not(.no-features):hover .ty-grid-list__image .ty-no-image{height:160px !important;width:auto;}.grid-list .ty-grid-list__item:not(.no-features):hover .block-middle{display:block;}.grid-list .ty-grid-list__item:hover{-webkit-box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;-moz-box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;}.grid-list .ty-grid-list__image{border:0 none;padding:0 0 10px;min-height:225px;}.grid-list .ty-no-image{max-height:210px;}.grid-list .stock-block{display:block;height:18px;margin:-4px 0 5px;}.grid-list .stock-wrap{text-align:right;}.grid-list .stock-wrap .ty-control-group{margin:0;}.grid-list .stock-wrap .ty-qty-in-stock{padding:0 18px 0 0;font-weight:normal;line-height:18px;position:relative;}.grid-list .stock-wrap i.material-icons{color:#00bbb3;font-size:15px;position:absolute;right:0;top:1px;}.grid-list .ty-sku-item{margin:2px 0;font-size:12px;color:#dcdcdc;position:absolute;}.grid-list .ty-sku-item .ty-control-group__label{padding:0;width:inherit;margin-right:0;float:none;color:#dcdcdc;}.grid-list .ty-sku-item .ty-control-group__item{padding:0;}.grid-list .block-top{display:inline-block;width:100%;height:15px;}.grid-list .grid-list__rating .ty-stars{margin:0;}.grid-list .grid-list__rating .cn-comments{position:absolute;margin:2px 5px;color:#d30a80;font-size:12px;line-height:100%;}.grid-list .ypi-brand{font-size:10px;line-height:120%;color:#838383;background:#f5f5f5;padding:2px 15px 2px 5px;margin-right:-15px;display:inline-block;text-transform:uppercase;position:absolute;right:15px;top:15px;}.grid-list .ypi-brand:empty{padding:0;border:0;}.grid-list .ypi-brand-img{position:absolute;right:15px;top:10px;}.grid-list .ypi-brand-img .ty-no-image{display:none;}.grid-list .ypi-brand-img img{max-width:60px;}.grid-list .block-middle{display:none;height:84px;overflow:hidden;position:relative;}.grid-list .block-middle:before{content:"";position:absolute;bottom:0;left:0;display:inline-block;width:100%;height:20px;background:linear-gradient(180deg,rgba(255,255,255,0) 10%,#fff 90%);}.grid-list .product-feature .ty-control-group{margin-bottom:0;font-size:12px;}.grid-list .product-feature .ty-control-group .ty-product-feature__label{color:#9c9c9c;font-style:normal;line-height:100%;min-height:18px;display:inline-block;width:inherit;padding:5px 5px 0 0;}.grid-list .product-feature .ty-control-group em{font-style:normal;display:inline-block;word-wrap:break-word;word-break:break-all;}.grid-list .product-feature .ty-control-group .ty-compare-checkbox{border-color:#ededed;}.grid-list .product-feature .ty-control-group .ty-compare-checkbox__icon{top:-3px;left:1px;font-size:10px;color:#00bbb3;}.grid-list .product-description *{color:#9c9c9c;line-height:140%;font-size:12px;}.grid-list .ty-btn__primary{width:100%;}.grid-list .ty-product-coming-soon{font-size:10px;}.grid-list .block-bottom{display:inline-block;position:absolute;bottom:15px;width:-webkit-calc(100% - 30px);width:calc(100% - 30px);}.grid-list .block-bottom:before{content:"";display:inline-block;position:relative;width:100%;height:15px;bottom:-5px;background:linear-gradient(180deg,rgba(255,255,255,0) 10%,#fff 90%);}.grid-list .v-align-bottom{display:table-cell;vertical-align:bottom;width:500px;background:white;}.grid-list .ty-grid-list__control{width:100%;height:56px;padding-top:10px;display:inline-block;float:left;}.grid-list .ty-grid-list__control:before,.grid-list .ty-grid-list__control:after{display:table;content:"";line-height:0;width:100%;}.grid-list .ty-grid-list__control:after{clear:both;}.grid-list .ty-grid-list__control:empty{display:none;}.grid-list .ty-grid-list__control .button-container{position:relative;}.grid-list .ty-grid-list__control .call-requests__show .ty-btn__primary{width:-webkit-calc(100% - 98px) !important;width:calc(100% - 98px) !important;padding:0;white-space:normal;line-height:44px;}.grid-list .ty-grid-list__control .call-requests__show .ty-btn__primary:before{content:"";}.grid-list .ty-grid-list__control .call-requests__show .ty-cr-product-button{width:44px;height:44px;margin-left:5px;padding:0;}.grid-list .ty-grid-list__control .call-requests__show .ty-cr-product-button:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:"\E913";font-size:26px;line-height:41px;color:rgba(0,0,0,0.54);}.grid-list .ty-grid-list__control.show-list-buttons .ty-btn__primary{width:-webkit-calc(100% - 49px);width:calc(100% - 49px);float:left;display:inline-block;}.grid-list .ty-grid-list__control.show-list-buttons .ty-qty-out-of-stock{position:relative;display:inline-block;width:auto;height:44px;line-height:44px;font-size:12px;font-weight:bold;margin:2px 0;padding:0px 20px;border:0;overflow:hidden;outline:0;text-decoration:none;cursor:pointer;text-transform:uppercase;white-space:nowrap;letter-spacing:-0.01em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;width:-webkit-calc(100% - 49px);width:calc(100% - 49px);float:left;text-align:center;background:#ededed;color:#838383;text-transform:none;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;}.grid-list .ypi-list-bt-block{position:absolute;background:white;width:-webkit-calc(100% - 49px);width:calc(100% - 49px);margin:2px 0;top:0;}.grid-list .ypi-list-btn-action{margin:0 5px 0 0;padding:0;width:44px;text-align:center;float:right;display:inline-block;}.grid-list .ypi-list-btn-action:hover i,.grid-list .ypi-list-btn-action:hover:before{color:#d30a80;}.grid-list .ypi-quick-view-button a{padding:0;margin:0;width:44px;color:rgba(0,0,0,0.54);}.grid-list .ypi-quick-view-button i{margin:0;line-height:40px;}.grid-list .ypi-list-btn-action{margin:2px 0 2px 5px;}.grid-list .ypi-list-btn-action i{font-size:34px;line-height:40px;margin:0;top:2px;}.grid-list .ypi-list-btn-action i:hover{color:#d30a80;}.grid-list .ypi-list-btn-action.active{position:absolute;right:0;z-index:2;-webkit-transition:all 150ms;-moz-transition:all 150ms;-o-transition:all 150ms;transition:all 150ms;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}.grid-list .ypi-list-btn-action.active i{color:#d30a80;}.grid-list .ty-grid-list__price{overflow:visible;text-align:right;}.grid-list .ty-grid-list__price .ty-price-num span{font-weight:normal;font-size:82%;}.grid-list .ty-grid-list__price .ty-list-price{font-size:14px;position:relative;top:-1px;color:#9c9c9c;}.grid-list .ty-grid-list__price .ty-list-price:first-child{padding:0px;}.grid-list .ty-grid-list__price .ty-strike{margin:3px 0 3px 3px;text-align:right;}.grid-list .ty-grid-list__price .ty-price-num{font-size:20px;line-height:100%;font-family:'Open Sans',sans-serif;font-weight:700;letter-spacing:-0.02em;}.grid-list .ty-grid-list__price .ty-no-price{float:right;text-align:right;width:50%;min-width:120px;padding:0 0 6px;color:#dcdcdc;line-height:100%;word-break:break-word;}.grid-list .ty-grid-list__price .ypi-svp{font-weight:normal;line-height:120%;color:#dcdcdc;max-width:150px;display:inline-block;}.grid-list .ty-grid-list__price .yp-tax-price{float:right;clear:right;margin:-5px 0 0;}.grid-list .ty-grid-list__price .yp-tax-price .ty-list-price{font-size:11px;}.grid-list .taxed-price .ty-tax-include{padding:2px 0 0;}.grid-list .ty-value-changer{margin:-3px 10px 0 0;}.grid-list .qty-wrap{width:-webkit-calc(100% - 80px);width:calc(100% - 80px);float:right;}.grid-list .ajax-link{color:#9c9c9c;font-size:12px;border:0 none;}.grid-list .ajax-link span{border-bottom:1px dotted #ededed;}.grid-list .ajax-link:hover span{border-bottom-color:#c7c7c7;}.grid-list .ajax-link &gt; i{position:relative;top:4px;color:#ef45a3;}.grid-list .qty_discounts_grid{display:inline-block;padding-bottom:0;top:-3px;right:-2px;float:right;}.grid-list .ypi-product__qty{width:63px;float:left;display:inline-block;}.grid-list .ty-control-group__label{padding:0 0 3px 0;width:inherit;color:#838383;}.grid-list .ty-discount-label{left:0;right:auto;top:0;}@media screen and (max-width: 979px){.grid-list .ty-grid-list__item .ty-icon-left-circle,.grid-list .ty-grid-list__item .ty-icon-right-circle{visibility:hidden;}}@media screen and (max-width: 767px){.grid-list{max-width:550px;margin:0 auto;}.grid-list .ty-grid-list__item{padding:10px 10px 1px;max-height:330px;}.grid-list .ty-grid-list__item.no-buttons{max-height:292px;}.grid-list .ty-grid-list__item .ty-grid-list__item-name{height:auto !important;}.grid-list .stock-block{margin:-5px 0 3px;}.grid-list .ty-grid-list__image{padding:0;max-height:150px;min-height:150px;}.grid-list .ty-grid-list__image .ty-pict{height:150px;}.grid-list .ty-no-image{max-height:150px;}.grid-list .ty-stars__icon,.grid-list .ty-icon-star-empty{font-size:14px;}.grid-list .grid-list__rating .cn-comments{margin:1px 0 0 5px;font-size:10px;}.grid-list .v-align-bottom{height:60px;}.grid-list .block-bottom{width:-webkit-calc(100% - 20px);width:calc(100% - 20px);}.grid-list .qty_discounts_grid,.grid-list .ty-cr-product-button,.grid-list .ypi-quick-view-button{display:none;}.grid-list .ty-qty{margin:0 0 5px;}.grid-list .qty-wrap{width:-webkit-calc(100% - 53px);width:calc(100% - 53px);text-align:right;height:auto;margin-bottom:5px;}.grid-list .ty-grid-list__price .ty-price-num{line-height:100%;}.grid-list .ty-grid-list__price .ty-list-price{top:-1px;}.grid-list .taxed-price .ypi-product__qty{margin-top:0;}.grid-list .ypi-product__qty{width:53px;}.grid-list .ty-value-changer{width:54px;margin-right:0;}.grid-list input.ty-value-changer__input{height:25px;width:20px;padding:4px 1px;}.grid-list .ypi-list-bt-block{width:-webkit-calc(100% - 41px);width:calc(100% - 41px);}.grid-list .ty-grid-list__control{padding-top:0;height:38px;}.grid-list .ty-grid-list__control .ypi-list-btn-action{width:36px;height:36px;}.grid-list .ty-grid-list__control .ypi-list-btn-action:before,.grid-list .ty-grid-list__control .ypi-list-btn-action i{font-size:20px;line-height:32px;}.grid-list .ty-grid-list__control .ty-btn.ty-btn__primary,.grid-list .ty-grid-list__control .ty-qty-out-of-stock.ty-control-group__item{height:36px;line-height:33px;font-size:11px;padding:0 10px;width:-webkit-calc(100% - 41px) !important;width:calc(100% - 41px) !important;}.grid-list .ty-grid-list__control .ty-btn.ty-btn__primary:before,.grid-list .ty-grid-list__control .ty-qty-out-of-stock.ty-control-group__item:before{font-size:18px;}.grid-list .ty-grid-list__control .ty-add-to-wish,.grid-list .ty-grid-list__control .ty-add-to-compare{width:36px;height:36px;}.grid-list .ty-grid-list__control .ty-add-to-wish a,.grid-list .ty-grid-list__control .ty-add-to-compare a{width:36px;height:36px;}.grid-list .ty-grid-list__control .ty-add-to-wish a i,.grid-list .ty-grid-list__control .ty-add-to-compare a i{font-size:20px;line-height:27px;}.grid-list .ty-grid-list__control .ty-add-to-wish:before,.grid-list .ty-grid-list__control .ty-add-to-compare:before{font-size:20px;line-height:36px;}.grid-list .ty-grid-list__item:hover .ty-grid-list__image .ty-pict,.grid-list .ty-grid-list__item:not(.no-features):hover .ty-grid-list__image .ty-pict{height:150px !important;}.grid-list .ty-grid-list__item:hover .ty-grid-list__item-name,.grid-list .ty-grid-list__item:not(.no-features):hover .ty-grid-list__item-name{height:inherit;}.grid-list .ty-grid-list__item:hover .ty-grid-list__item-name .product-title,.grid-list .ty-grid-list__item:not(.no-features):hover .ty-grid-list__item-name .product-title{font-weight:normal;}.grid-list .ty-grid-list__item:hover .block-middle,.grid-list .ty-grid-list__item:not(.no-features):hover .block-middle{display:none;}.grid-list .more-products-link{max-height:330px;}.grid-list .more-products-link a,.grid-list .more-products-link .more-products-link .already-showing-all-products{padding-top:30%;font-size:18px;}}@media screen and (max-width: 480px){.grid-list{margin:0 -4px;}.grid-list .ty-sku-item{margin-top:0;margin-bottom:0;}.grid-list .ty-sku-item .ty-control-group__label{display:none;}.grid-list .ty-sku-item .ty-control-group__item{font-size:10px;}.grid-list .ypi-brand{top:10px;padding-right:10px;}.grid-list .ty-discount-label__item{width:36px;height:36px;font-size:7px;padding:5px 0;}.grid-list .ty-discount-label__value em{font-size:12px;line-height:12px;}.grid-list .ty-icon-star,.grid-list .ty-icon-star-empty,.grid-list .ty-icon-star-half{width:12px;}.grid-list .ab__icon_video{margin-top:-1px;}.grid-list .block-top{margin:5px 0 0;}.grid-list .block-bottom{bottom:10px;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);}.grid-list .ty-grid-list__price{overflow:visible;}.grid-list .ty-grid-list__price .ty-list-price{font-size:12px;top:0;}.grid-list .ty-grid-list__price .ty-price-num{font-size:16px;}}@media screen and (min-width: 321px) and (max-width: 480px){.grid-list .ty-qty-in-stock{font-size:11px;}}@media screen and (max-width: 375px){.grid-list .ty-grid-list__control .ty-btn.ty-btn__primary:before{display:none;}}@media screen and (max-width: 320px){.grid-list{margin:0;}.grid-list .ty-grid-list__item{width:275px;margin:1px 1px 10px 1px;padding:10px 20px 10px;}.grid-list .block-bottom{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);bottom:20px;}.grid-list .more-products-link{margin:1px;}}.touchevents .ty-mainbox-container .ty-grid-list__control,.touchevents .ty-grid-list__item:hover .ty-quick-view-button,.touchevents .ty-grid-list__item .ty-quick-view-button{display:inline-block !important;}.ypi-quick-view-button,.ty-add-to-wish,.ty-add-to-compare{margin:0 5px 0 0 !important;padding:0;width:44px;text-align:center;float:left;display:inline-block;}.ypi-quick-view-button:hover i,.ypi-quick-view-button:hover:before,.ty-add-to-wish:hover i,.ty-add-to-wish:hover:before,.ty-add-to-compare:hover i,.ty-add-to-compare:hover:before{color:#d30a80;}.ty-add-to-wish,.ty-add-to-compare{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';}.ty-add-to-wish:before{content:"\E87E";font-size:24px;line-height:44px;color:rgba(0,0,0,0.54);}.ty-add-to-compare:before{content:"\E01D";font-size:24px;line-height:42px;color:rgba(0,0,0,0.54);}@media screen and (max-width: 1440px) and (min-width: 1365px){.enable-v-filers .ypi-quick-view-button,.enable-v-filers .ty-add-to-wish,.enable-v-filers .ty-add-to-compare{margin:0 2px 0 0 !important;}.enable-v-filers .grid-list .ypi-list-bt-block{width:-webkit-calc(100% - 44px);width:calc(100% - 44px);}}.qty_discounts_grid{position:relative;padding-bottom:5px;}.qty_discounts_popup{position:absolute;z-index:300;min-width:250px;max-width:400px;min-height:100px;padding:15px 20px;white-space:normal;text-align:left;background-color:#363636;background-clip:padding-box;top:32px;background:#ef45a3;}.qty_discounts_popup:before{content:"";position:absolute;display:block;left:50%;top:-22px;margin-left:-11px;border-color:transparent;border-style:solid;border-top-width:0;border-bottom-color:#363636;border-width:11px;}.qty_discounts_popup .closer{position:absolute;right:10px;top:10px;color:rgba(255,255,255,0.7);}.qty_discounts_popup .closer:hover{color:white;}.qty_discounts_popup:before{border-bottom-color:#ef45a3;}.qty_discounts_popup .qd-col{width:50%;display:inline-block;float:left;}.qty_discounts_popup .ypi-qty-discount-col{color:white;border-top:1px solid rgba(255,255,255,0.3);padding:3px 0 4px;}.qty_discounts_popup .ypi-qty-discount-price{color:white;font-weight:bold;border-top:1px solid rgba(255,255,255,0.3);padding:3px 0 4px;}.grid-list .qty_discounts_popup{right:-100%;}.owl-carousel .qty_discounts_popup{bottom:32px;top:auto;}.owl-carousel .qty_discounts_popup:before{top:auto;bottom:-22px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}.owl-carousel .qty_discounts_popup .ypi-qty-discount{display:block;max-height:300px;overflow-y:auto;}.owl-carousel .qty_discounts_popup .ypi-qty-discount::-webkit-scrollbar{display:none;}.ypi-qty-discount-label{color:rgba(255,255,255,0.5);font-size:10px;padding-bottom:5px;}.ypi-qty-discount-title{color:white;font-weight:bold;margin-bottom:10px;font-size:14px;}.ty-discount-label{border-radius:100%;}.ty-discount-label__item{float:left;height:44px;width:44px;font-size:8px;white-space:normal;line-height:170%;padding:6px 0;text-transform:uppercase;text-align:center;}.ty-discount-label__value em{font-size:16px;font-style:normal;font-family:'Open Sans',sans-serif;font-weight:700;}.grid-list .ab_dotd_product_label{margin-right:3px;}.ty-social-buttons{margin:0 0 20px 0;}.ty-social-buttons__inline{margin:0 10px 5px 0;float:left;}.ty-scroller-list.grid-list.ty-scroller-advanced .ty-grid-list__item,.ty-scroller-list.grid-list.ty-scroller-advanced .abyt_banner{margin-top:3px;}.ty-scroller-list.grid-list.ty-scroller-advanced .owl-controls .owl-buttons div{display:inline-block;position:absolute;height:50px;width:22px;top:50%;line-height:68px;margin:-25px 0 0 0;padding:0;font-size:0;color:#363636;background:#ededed;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-scroller-list.grid-list.ty-scroller-advanced .owl-controls .owl-buttons div.owl-prev{left:-25px;right:auto;}.ty-scroller-list.grid-list.ty-scroller-advanced .owl-controls .owl-buttons div.owl-next{right:-25px;left:auto;}@media screen and (max-width: 480px){.ypi-scroller-list__item .ypi-quick-view-button{display:inline-block;width:36px;}.ypi-scroller-list__item .ypi-quick-view-button a{width:36px;height:36px;}.ypi-scroller-list__item .ypi-quick-view-button a i{font-size:20px;line-height:32px;}}.banners-grid .row-fluid .span3{width:-webkit-calc(100%/16*3 - 7.5px);width:calc(100%/16*3 - 7.5px);}.banners-grid .row-fluid .span4{width:-webkit-calc(100%/16*4 - 7.5px);width:calc(100%/16*4 - 7.5px);}.banners-grid .row-fluid .span5{width:-webkit-calc(100%/16*5 - 7.5px);width:calc(100%/16*5 - 7.5px);}.banners-grid .row-fluid .span6{width:-webkit-calc(100%/16*6 - 7.5px);width:calc(100%/16*6 - 7.5px);}.banners-grid .row-fluid .span7{width:-webkit-calc(100%/16*7 - 7.5px);width:calc(100%/16*7 - 7.5px);}.banners-grid .row-fluid .span8{width:-webkit-calc(100%/16*8 - 7.5px);width:calc(100%/16*8 - 7.5px);}.banners-grid .row-fluid .span9{width:-webkit-calc(100%/16*9 - 7.5px);width:calc(100%/16*9 - 7.5px);}.banners-grid .row-fluid .span10{width:-webkit-calc(100%/16*10 - 7.5px);width:calc(100%/16*10 - 7.5px);}.banners-grid .row-fluid .span11{width:-webkit-calc(100%/16*11 - 7.5px);width:calc(100%/16*11 - 7.5px);}.banners-grid .row-fluid .span12{width:-webkit-calc(100%/16*12 - 7.5px);width:calc(100%/16*12 - 7.5px);}.banners-grid .row-fluid .span13{width:-webkit-calc(100%/16*13 - 7.5px);width:calc(100%/16*16*13 - 7.5px);}.banners-grid .row-fluid [class*="span"]{margin-left:10px;}.banners-grid .row-fluid [class*="span"]:first-child{margin-left:0;}@media screen and (max-width: 1365px){.banners-grid .row-fluid .big-banner{display:none;}.banners-grid .row-fluid .small-banner{width:-webkit-calc(33.3333333333% - 7px);width:calc(33.3333333333% - 7px);}}@media screen and (max-width: 800px){.banners-grid .row-fluid .big-banner{display:block;}.banners-grid .row-fluid .small-banner,.banners-grid .row-fluid .big-banner{width:-webkit-calc(50% - 6px);width:calc(50% - 6px);float:left !important;}.banners-grid .row-fluid .small-banner:nth-child(3n){margin-left:0;}}@media screen and (max-width: 480px){.banners-grid .row-fluid .small-banner,.banners-grid .row-fluid .big-banner{width:100%;margin-left:0;}}.banners-grid .abyt_banner{overflow:hidden;}.banners-grid .abyt_banner:hover .abyt-a-bg-banner{opacity:0.95;filter:alpha(opacity=95);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;-moz-box-shadow:inset 0 0 150px rgba(0,0,0,0.05);-webkit-box-shadow:inset 0 0 150px rgba(0,0,0,0.05);box-shadow:inset 0 0 150px rgba(0,0,0,0.05);}.homepage-main-banners{margin-top:-20px;}.homepage-main-banners .abyt_banner .abyt-a-bg-banner .abyt-a-title{margin-top:0;}.grid-list .abyt_banner{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#ededed;margin:0 5px 10px 5px;overflow:hidden;}.container-fluid-row-no-limit .abyt-a-content{max-width:1500px;width:100% !important;margin:0 auto;display:inherit !important;}.white-bg{-webkit-box-shadow:inset 0 0 0 1px #e6e6e6;-moz-box-shadow:inset 0 0 0 1px #e6e6e6;box-shadow:inset 0 0 0 1px #e6e6e6;}.grid-list .white-bg{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.banners.owl-carousel.owl-theme .owl-controls .owl-buttons{display:none;}.banners.owl-carousel.owl-theme .owl-controls .owl-buttons div{display:inline-block;position:absolute;height:72px;width:40px;top:50%;margin:-36px 0 0 0;padding:0;font-size:0;line-height:0;color:#363636;background:white;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.banners.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev{left:0;right:auto;}.banners.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:after{content:"\E5CB";font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';font-size:34px;line-height:70px;margin-left:-5px;}.banners.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next{right:0;left:auto;}.banners.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:after{content:"\E5CC";font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';font-size:34px;line-height:70px;}.banners.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,.banners.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"";font-size:0;height:0;width:0;line-height:0;margin:0;border:0;}.banners.owl-carousel.owl-theme:hover .owl-controls .owl-buttons{display:block;}.banners .white-bg{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-bottom:1px solid #e0e0e0;}.abyt_banner .abyt-a-bg-banner{width:100%;background-size:cover !important;position:relative;}.abyt_banner .abyt-a-bg-banner.dark .abyt-a-title,.abyt_banner .abyt-a-bg-banner.dark .abyt-a-descr{color:white;}.abyt_banner .abyt-a-bg-banner.dark .bg-opacity-Y{background:rgba(255,255,255,0.3);}.abyt_banner .abyt-a-bg-banner.light .abyt-a-title,.abyt_banner .abyt-a-bg-banner.light .abyt-a-descr{color:#363636;}.abyt_banner .abyt-a-bg-banner.light .bg-opacity-Y{background:rgba(0,0,0,0.3);}.abyt_banner .abyt-a-bg-banner .bg-opacity-Y{width:100%;height:100%;}.abyt_banner .abyt-a-bg-banner .abyt-a-button{display:inline-block;position:absolute;bottom:15px;left:15px;width:-webkit-calc(100% -  30px);width:calc(100% -  30px);text-align:left;}.abyt_banner .abyt-a-bg-banner .abyt-a-button .ty-btn{margin:0;width:auto;}.abyt_banner .abyt-a-bg-banner .abyt-a-button a{position:relative;overflow:hidden;-webkit-transition:all 150ms;-moz-transition:all 150ms;-o-transition:all 150ms;transition:all 150ms;}.abyt_banner .abyt-a-bg-banner .abyt-a-button:hover a{opacity:0.95;filter:alpha(opacity=95);}.abyt_banner .abyt-a-bg-banner .abyt-a-button.bottom-35-Y{bottom:15px;}.abyt_banner .abyt-a-bg-banner .abyt-bb-a-button{margin-top:20px;}.abyt_banner .abyt-a-bg-banner .abyt-a-content{display:table-cell;width:9999px;vertical-align:top;text-align:left;}.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-img{max-height:250px;width:100%;overflow:hidden;}.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-img.video img,.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-img.promotion img{width:100%;}.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-title{letter-spacing:-0.02em;}.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video{position:relative;overflow:hidden;}.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video &gt; .box{cursor:pointer;}.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video &gt; .box:not(.loaded):before{content:"";display:inline-block;width:80px;height:80px;background:url('../../../../../../../../design/themes/abt__youpitheme/media/images/abt__youpitheme/youtube_logo.png?1748789902') no-repeat center;background-size:100%;position:absolute;top:50%;left:50%;margin:-40px 0 0 -40px;opacity:0.95;filter:alpha(opacity=95);}.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video &gt; .box:not(.loaded):hover:before{opacity:1;filter:alpha(opacity=100);-webkit-transition:opacity 100ms linear;-moz-transition:opacity 100ms linear;-o-transition:opacity 100ms linear;transition:opacity 100ms linear;}.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video &gt; .box:not(.loaded) &gt; img{width:90% !important;max-height:100%;padding:5% 0;}.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video iframe{width:100% !important;max-width:800px;height:-webkit-fill-available;position:relative;z-index:2;}@media screen and (min-width: 1680px){.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video iframe{width:90% !important;max-height:380px;height:inherit;}}@media screen and (max-width: 1600px){.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video iframe{max-height:377px;}}@media screen and (max-width: 1366px){.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video iframe{max-height:335px;}}@media screen and (max-width: 1280px){.abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video iframe{max-height:311px;}}.abyt_banner .abyt-a-bg-banner .abyt-a-content-width-half .box,.abyt_banner .abyt-a-bg-banner .abyt-a-content-width-full .box{height:inherit;width:50%;display:table-cell;vertical-align:top;}.abyt_banner .abyt-a-bg-banner .abyt-a-content-width-half{width:50%;display:inline-block;}.abyt_banner .abyt-a-bg-banner .abyt-a-content-width-full{width:100%;padding:0 15px;display:inline-block;}.abyt_banner .abyt-a-bg-banner.align-center .abyt-a-content,.abyt_banner .abyt-a-bg-banner.align-center .abyt-a-button{text-align:center;}.abyt_banner .abyt-a-bg-banner.align-center .abyt-a-descr{left:0 !important;}.abyt_banner .abyt-a-bg-banner.align-center .abyt-a-content-width-half,.abyt_banner .abyt-a-bg-banner.align-center .abyt-a-content-width-full{text-align:center;}.abyt_banner .abyt-a-bg-banner.align-center .abyt-a-content-width-half .box,.abyt_banner .abyt-a-bg-banner.align-center .abyt-a-content-width-full .box{width:9999px;}.abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img,.abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img{max-height:inherit;display:inline-block;width:50%;}.abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img .box,.abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img .box{max-height:inherit;vertical-align:middle;display:table-cell;width:9999px;text-align:center;}.abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img .box img,.abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img .box img{width:auto;}.abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img{float:left;}.abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img .box{text-align:center;}.abyt_banner .abyt-a-bg-banner.align-left .abyt-a-content-width-full .box,.abyt_banner .abyt-a-bg-banner.align-left .abyt-a-content-width-half .box{text-align:left;}.abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img{float:right;}.abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img .box{text-align:left;}.abyt_banner .abyt-a-bg-banner.align-right .abyt-a-content-width-full .box,.abyt_banner .abyt-a-bg-banner.align-right .abyt-a-content-width-half .box{text-align:left;}.abyt_banner .abyt-a-bg-banner.align-right .abyt-a-content-width-half{float:right;}.abyt_banner .abyt-a-bg-banner.valign-center .abyt-a-content{vertical-align:middle;}.abyt_banner .abyt-a-bg-banner.valign-center .abyt-a-content-width-half .box,.abyt_banner .abyt-a-bg-banner.valign-center .abyt-a-content-width-full .box{vertical-align:middle;}.abyt_banner .abyt-a-bg-banner.valign-bottom .abyt-a-content{vertical-align:bottom;padding-bottom:15px;}.abyt_banner .abyt-a-bg-banner.valign-bottom .abyt-a-content-width-half .box,.abyt_banner .abyt-a-bg-banner.valign-bottom .abyt-a-content-width-full .box{vertical-align:bottom;}.abyt_banner .abyt-a-bg-banner .abyt-a-title{font-weight:normal;line-height:120%;margin:20px 0 10px;}.abyt_banner .abyt-a-bg-banner .abyt-a-title.weight-300{font-family:'Open Sans',sans-serif;font-weight:300;}.abyt_banner .abyt-a-bg-banner .abyt-a-title.weight-400{font-family:Tahoma,Geneva,sans-serif;font-weight:400;}.abyt_banner .abyt-a-bg-banner .abyt-a-title.weight-700{font-family:'Open Sans',sans-serif;font-weight:700;}.abyt_banner .abyt-a-bg-banner .abyt-a-title.weight-900{font-family:'Open Sans',sans-serif;font-weight:900;}.abyt_banner .abyt-a-bg-banner .abyt-a-title.shadow{text-shadow:0px 1px 2px rgba(0,0,0,0.5);}.abyt_banner .abyt-a-bg-banner .abyt-a-descr{display:inline;line-height:140%;padding:0 0 3px;}@media screen and (max-width: 1500px){.abyt_banner .ui-widget-content.ui-dialog{width:100%;}.abyt_banner .ui-widget-content.ui-dialog .object-container{width:100%;}}.abyt_banner .pd-grid-cd-counter{position:relative;padding:10px 10px 7px 50px;text-align:center;margin-top:-61px;background:rgba(0,0,0,0.5);}.abyt_banner .pd-grid-cd-counter .cd-counter-content{font-size:12px;color:#ededed !important;display:inline-block;text-align:left;}.abyt_banner .pd-grid-cd-counter span{font-size:20px;color:white !important;}.abyt_banner .pd-grid-cd-counter:before{content:"\E889";font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';position:absolute;color:#ededed;font-size:46px;margin:-2px 0 0 -50px;}.abyt_banner .abyt-a-content .abyt-a-img.video{position:relative;cursor:pointer;}.abyt_banner .abyt-a-content .abyt-a-img.video:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';position:absolute;top:50%;left:50%;margin:-50px 0 0 -45px;content:"\E039";font-size:90px;color:rgba(255,255,255,0.85);text-shadow:0 0 10px rgba(0,0,0,0.2);}.abyt_banner .abyt-a-content .abyt-a-img.video:hover:before{color:#fff;transition:color 500ms;}.bnw-x1 .abyt_banner .abyt-a-bg-banner .abyt-a-content-width,.bnw-x2 .abyt_banner .abyt-a-bg-banner .abyt-a-content-width{padding:0 15px;}.bnw-x1 .abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img,.bnw-x2 .abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img{width:100%;max-height:65%;}.bnw-x1 .abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img,.bnw-x2 .abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img{width:100%;max-height:65%;}.bnw-x1 .abyt_banner .abyt-a-bg-banner.align-right .abyt-a-content,.bnw-x1 .abyt_banner .abyt-a-bg-banner.align-right .abyt-a-button,.bnw-x2 .abyt_banner .abyt-a-bg-banner.align-right .abyt-a-content,.bnw-x2 .abyt_banner .abyt-a-bg-banner.align-right .abyt-a-button{text-align:right;}@media screen and (max-width: 767px){.container-fluid-row-no-limit .abyt-a-content{display:table-cell !important;}.homepage-main-banners.owl-carousel.owl-theme .owl-controls .owl-buttons{display:none !important;}.homepage-main-banners .abyt_banner .abyt-a-bg-banner .abyt-a-content{padding:20px !important;}.homepage-main-banners .abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img,.homepage-main-banners .abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img,.homepage-main-banners .abyt_banner .abyt-a-bg-banner.align-center .abyt-a-img{width:100%;display:inline-block;max-height:inherit;width:-webkit-calc(100% + 40px);width:calc(100% + 40px);margin:0 -20px;}.homepage-main-banners .abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img img,.homepage-main-banners .abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img img,.homepage-main-banners .abyt_banner .abyt-a-bg-banner.align-center .abyt-a-img img{height:100%;}.homepage-main-banners .abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img &gt; .box,.homepage-main-banners .abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img &gt; .box,.homepage-main-banners .abyt_banner .abyt-a-bg-banner.align-center .abyt-a-img &gt; .box{height:180px !important;}.homepage-main-banners .abyt_banner .abyt-a-content-width-half,.homepage-main-banners .abyt_banner .abyt-a-content-width-full{width:100%;}.homepage-main-banners .abyt_banner .abyt-a-content-width-half &gt; .box,.homepage-main-banners .abyt_banner .abyt-a-content-width-full &gt; .box{height:180px !important;padding:0 !important;}.homepage-main-banners .abyt_banner .abyt-a-bg-banner .abyt-a-title,.homepage-main-banners .abyt_banner .abyt-a-bg-banner .abyt-a-title *{font-size:28px !important;line-height:100%;margin-top:10px;}.homepage-main-banners .abyt_banner .abyt-a-bg-banner .abyt-a-descr{line-height:120%;font-size:12px !important;}.homepage-main-banners .abyt_banner .abyt-a-bg-banner .abyt-bb-a-button{margin-top:10px;}.homepage-main-banners .abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-video &gt; .box &gt; img{width:auto !important;padding:0;}.grid-list .abyt_banner .abyt-a-bg-banner{max-height:330px;height:330px;}.grid-list .abyt_banner .abyt-a-bg-banner .abyt-a-content-width{max-width:100%;}.grid-list .abyt_banner .abyt-a-content{height:280px !important;line-height:100%;}.grid-list .abyt_banner .abyt-a-content .abyt-a-img{max-height:160px;}.grid-list .abyt_banner .abyt-a-content .abyt-a-img img{width:auto;}.grid-list .abyt_banner .abyt-a-title{font-size:18px !important;}.grid-list .abyt_banner .abyt-a-descr{font-size:12px !important;line-height:inherit;}.grid-list .abyt_banner .abyt-a-button{bottom:15px !important;}.grid-list .abyt_banner .abyt-a-button .ty-btn{max-width:200px;height:36px;line-height:36px;padding:0px 15px;text-transform:inherit;white-space:normal;font-weight:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.grid-list .bnw-x1 .abyt_banner .abyt-a-button .ty-btn{max-width:130px;}.grid-list .pd-grid-cd-counter{margin-top:-44px;}.grid-list .pd-grid-cd-counter:before{font-size:32px;margin:-2px 0 0 -35px;}.grid-list .pd-grid-cd-counter span{font-size:14px;}}@media screen and (max-width: 480px){.banners .abyt_banner .abyt-a-bg-banner.align-left .abyt-a-img img,.banners .abyt_banner .abyt-a-bg-banner.align-right .abyt-a-img img,.banners .abyt_banner .abyt-a-bg-banner.align-center .abyt-a-img img{max-height:inherit;padding:0;}}@media screen and (max-width: 320px){.grid-list .abyt_banner{width:100%;margin:0 0 10px 0;}.grid-list .abyt_banner .abyt-a-bg-banner .abyt-a-content .abyt-a-img img{height:100%;width:auto;}.grid-list .abyt_banner .abyt-a-button{bottom:20px !important;}}.popup_wrapper{transition:all 0.3s;}.popup_wrapper .abt-yt-bp-container{position:relative;background:white;margin:20px auto;max-width:872px;padding:20px 80px;outline:none;-webkit-box-shadow:0 0 50px rgba(0,0,0,0.2);-moz-box-shadow:0 0 50px rgba(0,0,0,0.2);box-shadow:0 0 50px rgba(0,0,0,0.2);}@media screen and (min-width: 768px){.popup_wrapper .abt-yt-bp-container h1{border-bottom:1px solid #ededed;padding:15px 80px;margin:0 -80px 30px -80px;font-weight:700;}}.popup_wrapper .abt-yt-bp-container .closer{position:absolute;right:-40px;top:0;width:40px;height:40px;padding:8px 0;background:#d30a80;text-align:center;}.popup_wrapper .abt-yt-bp-container .closer i{color:#fff;font-size:24px;}.popup_wrapper .abt-yt-bp-container .closer:hover{background:#eb0b8f;}.popup_wrapper .abt-yt-bp-container .y-mainbox-title{margin-top:30px;}.popup_wrapper .abt-yt-bp-container .ypi-popup-media{margin-bottom:20px;min-height:100px;position:relative;}.popup_wrapper .abt-yt-bp-container .ypi-popup-media iframe{width:100%;height:400px;display:inline-block;border:0 none !important;}.popup_wrapper .abt-yt-bp-container .ypi-popup-media:before,.popup_wrapper .abt-yt-bp-container .ypi-popup-media:after{display:table;content:"";line-height:0;width:100%;}.popup_wrapper .abt-yt-bp-container .ypi-popup-media:after{clear:both;}.popup_wrapper .abt-yt-bp-container .ypi-popup-descr{padding:10px 0;}.popup_wrapper .abt-yt-bp-container .ypi-popup-descr *{font-size:14px;line-height:140%;}.popup_wrapper .abt-yt-bp-container .ypi-popup-descr.not-full-height{position:relative;max-height:150px;margin-bottom:10px;overflow:hidden;}.popup_wrapper .abt-yt-bp-container .ypi-popup-descr.not-full-height:before{content:'';display:block;position:absolute;z-index:1;bottom:0;right:0;left:0;height:50px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);}.popup_wrapper .abt-yt-bp-container .pd-grid-media-image{display:inline-block;float:left;}.popup_wrapper .abt-yt-bp-container .pd-grid-cd-counter{background:#ef45a3;padding:20px;padding-left:65px;position:absolute;left:0;bottom:0;}.popup_wrapper .abt-yt-bp-container .pd-grid-cd-counter .cd-counter-content{font-size:12px;color:white;}.popup_wrapper .abt-yt-bp-container .pd-grid-cd-counter .cd-counter-content:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:"\E889";color:#ededed;font-size:46px;position:absolute;margin:-2px 0 0 -50px;}.popup_wrapper .abt-yt-bp-container .pd-grid-cd-counter span{font-size:20px;color:white !important;}.popup_wrapper .abt-yt-bp-container .pd-grid-cd-days{color:#9c9c9c;}@media screen and (max-width: 1024px){.popup_wrapper .abt-yt-bp-container{margin:20px;max-width:100%;overflow:hidden;}.popup_wrapper .abt-yt-bp-container .closer{right:10px;top:5px;background:transparent !important;opacity:0.7;filter:alpha(opacity=70);}.popup_wrapper .abt-yt-bp-container .closer i{color:#363636;font-size:28px;}.popup_wrapper .abt-yt-bp-container .closer:hover{opacity:1;filter:alpha(opacity=100);}}@media screen and (max-width: 768px){.popup_wrapper .abt-yt-bp-container{padding:20px;}.popup_wrapper .abt-yt-bp-container h1{font-size:22px;line-height:120%;}.popup_wrapper .abt-yt-bp-container .ypi-popup-media{margin-bottom:0;}.popup_wrapper .abt-yt-bp-container .ypi-popup-media iframe{height:230px;margin-bottom:0;}.popup_wrapper .abt-yt-bp-container .ypi-popup-descr *{font-size:13px;}.popup_wrapper .abt-yt-bp-container .ypi-popup-descr.not-full-height{margin-bottom:0;}.popup_wrapper .abt-yt-bp-container .abt-yt-bp-container .y-mainbox-title{margin-top:20px;font-size:18px;}.popup_wrapper .abt-yt-bp-container .pd-grid-cd-counter{padding:10px 10px 10px 65px;position:relative;height:65px;width:100%;float:left;}.popup_wrapper .abt-yt-bp-container .pd-grid-cd-days{margin-top:10px;}}.about-us-block{margin-bottom:-40px;padding-bottom:80px;}.g-header{min-width:290px;margin-right:20px;margin-left:20px;text-align:center;}.g-header h1{font-size:32px;line-height:100%;font-weight:700;}.g-footer-faq .avatar-holder{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;overflow:hidden;}.g-footer-faq .col-copy,.g-footer-faq .col-faq,.g-footer-faq .col-title{padding-left:5px;padding-right:5px;float:left;width:100%;}.g-footer-faq:after{content:" ";display:block;clear:both;}.g-footer-faq .m-toggle-list .toggle-list-content{line-height:160%;}.g-footer-faq .col-title{text-align:center;}.g-footer-faq .col-title *{font-family:Tahoma,Geneva,sans-serif;font-weight:normal;opacity:0.75;filter:alpha(opacity=75);}.g-footer-faq .col-copy{width:50%;float:left;margin-top:30px;}.g-footer-faq .col-copy .image-wrapper{width:30%;}.g-footer-faq .col-copy .copy-wrapper{width:70%;padding:0 15px 15px;opacity:0.85;filter:alpha(opacity=85);}.g-footer-faq .col-copy .copy-wrapper p{line-height:150%;font-size:14px;padding:0 0 10px 0;}.g-footer-faq .col-copy .image-wrapper .m-author-avatar{margin:5px auto;max-width:200px;}.g-footer-faq .col-faq{width:50%;float:left;margin-top:30px;}@media screen and (max-width: 1024px){.g-header h1{font-size:28px;}.g-footer-faq h2{font-size:20px;}.g-footer-faq .col-copy .copy-wrapper{padding:0 0 15px;}.g-footer-faq ul.m-toggle-list .toggle-list-title{padding:10px 40px 10px 10px;}.g-footer-faq ul.m-toggle-list .toggle-list-title:before{right:10px;}.g-footer-faq ul.m-toggle-list .toggle-list-content{padding:0 10px 10px;}}@media screen and (max-width: 767px){.g-header{min-width:100%;margin-right:0;margin-left:0;text-align:left;}.g-header h1{font-size:24px;}.about-us-block{padding-bottom:40px;}.g-footer-faq h2{text-align:left;font-size:18px;line-height:120%;}.g-footer-faq .col-copy .copy-wrapper p{line-height:140%;font-size:13px;}.g-footer-faq ul.m-toggle-list .toggle-list-title{padding-left:0;}.g-footer-faq ul.m-toggle-list .toggle-list-title:before{right:0;}.g-footer-faq ul.m-toggle-list .toggle-list-content{padding:0 0 10px;}.g-footer-faq .col-copy,.g-footer-faq .col-faq,.g-footer-faq .col-title{padding-left:0;padding-right:0;}}ul.m-toggle-list{border-bottom:1px solid rgba(0,0,0,0.1);list-style:none;padding:0;}ul.m-toggle-list &gt; li{border-top:1px solid rgba(0,0,0,0.1);padding:0;}ul.m-toggle-list .toggle-list-title{position:relative;display:block;margin:0;padding:15px 45px 15px 15px;cursor:pointer;font-size:14px;text-transform:none;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}ul.m-toggle-list .toggle-list-title:hover{color:#d30a80;}ul.m-toggle-list .toggle-list-title:before{content:"оЊ“";font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';position:absolute;right:15px;top:50%;margin-top:-10px;}ul.m-toggle-list .toggle-list-content{display:none;padding:0 15px 20px;}ul.m-toggle-list &gt; .is-open .toggle-list-content{display:block;}ul.m-toggle-list &gt; .is-open .toggle-list-title{color:#d30a80;}ul.m-toggle-list &gt; .is-open .toggle-list-title:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}@media screen and (max-width: 768px){.g-footer-faq .col-copy,.g-footer-faq .col-faq{width:100%;margin-top:0;}.g-footer-faq .col-copy{margin-top:0;}.g-footer-faq .col-copy .copy-wrapper{width:100%;}.g-footer-faq .col-copy .image-wrapper{text-align:center;margin-bottom:20px;width:100%;}}@media screen and (min-width: 768px){.g-footer-faq .col-copy .copy-wrapper,.g-footer-faq .col-copy .image-wrapper{display:table-cell;vertical-align:top;}.g-footer-faq .col-copy{display:table;min-height:200px;}}@media screen and (min-width: 1440px){.g-footer-faq .col-copy .copy-wrapper{padding-right:30px;padding-left:30px;}}.ty-blog .ty-blog__post-title,.ty-blog-grid .ty-blog__post-title{font-weight:700;font-size:28px;}.ty-blog img,.ty-blog-grid img{margin:0;}.ty-blog .ty-wysiwyg-content img,.ty-blog-grid .ty-wysiwyg-content img{margin-top:10px;margin-bottom:10px;}.ty-blog .ty-blog__img-block,.ty-blog .ty-blog__video-block,.ty-blog-grid .ty-blog__img-block,.ty-blog-grid .ty-blog__video-block{margin:20px 0 10px 0;text-align:center;}.ty-blog .ty-blog__date,.ty-blog-grid .ty-blog__date{margin-bottom:0;margin-right:7px;color:#9c9c9c;}.ty-blog .ty-blog__date i,.ty-blog-grid .ty-blog__date i{position:relative;top:2px;font-size:14px;}.ty-blog .ty-blog__author,.ty-blog-grid .ty-blog__author{margin-bottom:0;padding-left:7px;color:#9c9c9c;border-left:1px solid #ededed;}.ty-blog .ty-blog__author i,.ty-blog-grid .ty-blog__author i{position:relative;top:3px;font-size:16px;}.ty-blog .discussion-block,.ty-blog-grid .discussion-block{display:inline-block;width:100%;margin-top:20px;}.ty-blog .discussion-block:before,.ty-blog .discussion-block:after,.ty-blog-grid .discussion-block:before,.ty-blog-grid .discussion-block:after{display:table;content:"";line-height:0;width:100%;}.ty-blog .discussion-block:after,.ty-blog-grid .discussion-block:after{clear:both;}.ypi-blog-extended-content .y-mainbox-title{text-align:center;}.ypi-blog-extended-content .ty-compact-list{max-width:800px;margin:0 auto;}.ypi-blog-extended-content .ypi-blog__video-block{text-align:center;}.ypi-blog-extended-content .ypi-blog__video-block iframe{max-width:800px;}@media screen and (max-width: 768px){.ypi-blog-extended-content .ypi-blog__video-block{text-align:center;}.ypi-blog-extended-content .ypi-blog__video-block iframe{width:100% !important;}}.ty-blog-recent-posts-scroller{margin-left:-4px;margin-right:-4px;}.ty-blog-recent-posts-scroller .ty-btn__text{margin-top:18px;color:#838383;}.ty-blog-recent-posts-scroller .ty-btn__text:hover{color:#d30a80;}.ty-blog-recent-posts-scroller__item{display:inline-block;width:-webkit-calc(100% - 8px);width:calc(100% - 8px);margin:4px;padding:0;background-color:white;-webkit-box-shadow:0 0 0 1px #ededed;-moz-box-shadow:0 0 0 1px #ededed;box-shadow:0 0 0 1px #ededed;}.ty-blog-recent-posts-scroller__item:hover{-webkit-box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;-moz-box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;}.ty-blog-recent-posts-scroller__item .ypi-posts-scroller__item{font-size:14px;color:#363636;padding:6px 15px 15px;display:inline-block;width:100%;height:80px;overflow:hidden;}.ty-blog-recent-posts-scroller__item .ty-blog__date{position:absolute;bottom:4px;z-index:2;color:#9c9c9c;background:white;font-size:10px;padding:3px 15px 0 15px;}.ty-blog-recent-posts-scroller__item .m-label{left:0;margin-right:0;font-size:8px;padding:1px 5px 2px 5px;}.rps-video{background:#d92c2f;}.rps-products{background:#9c9c9c;}.ypi-blog .ypi-blog__item{display:inline-block;position:relative;width:-webkit-calc(100%/3 - 10px);width:calc(100%/3 - 10px);height:350px;float:left;margin:0 5px 10px 5px;background-color:white;overflow:hidden;-webkit-box-shadow:0 0 0 1px #fafafa;-moz-box-shadow:0 0 0 1px #fafafa;box-shadow:0 0 0 1px #fafafa;-webkit-box-shadow:0 0 0 1px #e6e6e6;-moz-box-shadow:0 0 0 1px #e6e6e6;box-shadow:0 0 0 1px #e6e6e6;}.ypi-blog .ypi-blog__item:hover{-webkit-box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;-moz-box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;box-shadow:0 0 0 1px #dbdbdb, 0 0 7px 0 #dbdbdb;}.ypi-blog .ypi-blog__item:hover{-webkit-box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;-moz-box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;box-shadow:0 0 0 1px #e0e0e0, 0 0 7px 0 #e0e0e0;}.ypi-blog .ypi-blog__img-block{display:inline-block;position:relative;float:left;width:100%;height:190px;}.ypi-blog .ypi-blog__img-block .image-cover{display:inline-block;background-size:cover !important;width:100%;height:190px;}.ypi-blog .ypi-blog__date{position:absolute;bottom:0;z-index:2;color:white;color:#9c9c9c;background:white;font-size:10px;padding:3px 15px 0 15px;}.ypi-blog .ypi-blog__description{display:inline-block;padding:15px 15px 30px 15px;overflow:hidden;max-height:170px;}.ypi-blog .ypi-blog__description:before{content:'';display:block;position:absolute;z-index:1;bottom:0;right:0;left:0;height:50px;background:linear-gradient(180deg,rgba(255,255,255,0) 30%,#fff 70%);}.ypi-blog .ypi-blog__post-title{padding-bottom:10px;font-weight:bold;display:block;color:#363636;}.ypi-blog .ypi-blog__post-title:hover{color:#d30a80;}.ypi-blog .ypi-blog__text{font-size:13px;color:#838383;}.ypi-blog .m-label{left:0;margin-right:0;font-size:8px;padding:1px 5px 2px 5px;}.ty-blog-recent-posts-scroller__img-block,.ypi-blog__img-block{min-height:150px;max-height:224px;}.ty-blog-recent-posts-scroller__img-block .image-cover,.ypi-blog__img-block .image-cover{height:224px;max-height:224px;width:100%;display:inline-block;background-size:cover;background-position:center center;}.ty-blog-recent-posts-scroller__img-block .image-cover.no-image,.ypi-blog__img-block .image-cover.no-image{background:rgba(0,0,0,0.05) url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjA1OCAzMS4wNTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjA1OCAzMS4wNTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzAuMTcxLDMxLjA1OEgwLjg4N0MwLjM5NywzMS4wNTgsMCwzMC42NjEsMCwzMC4xNzFWMC44ODhDMCwwLjM5OCwwLjM5NywwLDAuODg3LDBoMjkuMjg0ICAgIGMwLjQ5LDAsMC44ODcsMC4zOTgsMC44ODcsMC44ODh2MjkuMjgzQzMxLjA1OCwzMC42NjEsMzAuNjYxLDMxLjA1OCwzMC4xNzEsMzEuMDU4eiBNMS43NzUsMjkuMjg1aDI3LjUwOVYxLjc3NUgxLjc3NVYyOS4yODV6IiBmaWxsPSIjOTk5OTk5Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBkPSJNMC44ODcsMzEuMDU4Yy0wLjIxMSwwLTAuNDIzLTAuMDc0LTAuNTkzLTAuMjI3Yy0wLjM2NC0wLjMyNy0wLjM5NC0wLjg4OS0wLjA2Ny0xLjI1M2w4Ljg3NC05Ljg4ICAgIGMwLjE2LTAuMTc4LDAuMzg0LTAuMjgzLDAuNjIzLTAuMjkzYzAuMjMzLTAuMDEyLDAuNDcxLDAuMDc2LDAuNjQ1LDAuMjM4bDIuMzA4LDIuMTY2bDYuOTkxLTYuOTEyICAgIGMwLjMzNS0wLjMzLDAuODctMC4zNDIsMS4yMTgtMC4wMjdsOS44OCw4LjkwM2MwLjE4NywwLjE2OCwwLjI5MywwLjQwNywwLjI5MywwLjY1OXY1LjczOGMwLDAuNDktMC4zOTcsMC44ODctMC44ODcsMC44ODdoLTkuODggICAgYy0wLjIyNiwwLTAuNDQyLTAuMDg2LTAuNjA3LTAuMjRMOS44MTUsMjEuNTZsLTguMjY4LDkuMjA0QzEuMzcyLDMwLjk1OSwxLjEzLDMxLjA1OCwwLjg4NywzMS4wNTh6IE0yMC42NDIsMjkuMjg1aDguNjQydi00LjQ1NyAgICBsLTguOTY0LTguMDc4bC02LjM0OCw2LjI3NUwyMC42NDIsMjkuMjg1eiIgZmlsbD0iIzk5OTk5OSIvPgoJPC9nPgoJPGc+CgkJPHBhdGggZD0iTTEwLjAyOCwxNS43OTZjLTIuMzQ5LDAtNC4yNi0xLjkxMi00LjI2LTQuMjZjMC0yLjM0OSwxLjkxMS00LjI2LDQuMjYtNC4yNiAgICBzNC4yNTksMS45MTEsNC4yNTksNC4yNkMxNC4yODcsMTMuODg0LDEyLjM3NiwxNS43OTYsMTAuMDI4LDE1Ljc5NnogTTEwLjAyOCw5LjA1MmMtMS4zNywwLTIuNDg1LDEuMTE0LTIuNDg1LDIuNDg0ICAgIGMwLDEuMzY5LDEuMTE1LDIuNDg0LDIuNDg1LDIuNDg0YzEuMzcsMCwyLjQ4NC0xLjExNSwyLjQ4NC0yLjQ4NEMxMi41MTIsMTAuMTY2LDExLjM5Nyw5LjA1MiwxMC4wMjgsOS4wNTJ6IiBmaWxsPSIjOTk5OTk5Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center;background-size:inherit !important;}@media screen and (max-width: 1024px){.span12.ty-blog-grid{width:100%;}}@media screen and (max-width: 768px){.ty-blog-grid .ypi-blog__item{width:-webkit-calc(100%/2 - 10px);width:calc(100%/2 - 10px);}}@media screen and (max-width: 480px){.ty-blog-grid .ypi-blog__item{width:100%;height:310px;}}.ty-discussion-post{border:1px solid #ededed;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-discussion-post__author{float:left;width:100%;}.ty-discussion-post__date{float:left;display:block;}.ty-discussion-post__message:before,.ty-discussion-post__message:after{display:table;content:"";line-height:0;width:100%;}.ty-discussion-post__message:after{clear:both;}.ty-product-detail.ty-product-block{margin-top:0;padding:0 20px 20px 20px;padding:0;}.ty-product-detail .ty-product-block-title{font-size:26px;margin:20px 0 0 0;font-weight:700;}.ty-product-detail .product-block-title-rt{width:100%;display:inline-block;}.ty-product-detail .product-block-title-rt:before,.ty-product-detail .product-block-title-rt:after{display:table;content:"";line-height:0;width:100%;}.ty-product-detail .product-block-title-rt:after{clear:both;}.ty-product-detail .ty-breadcrumbs{margin-bottom:0;padding-bottom:2px;}.ty-product-detail .ty-product-block__img-wrapper{margin-right:0;max-width:480px;width:480px;}.ty-product-detail .ty-product-block__img-wrapper .ty-discount-label{left:0;right:auto;top:0;}.ty-product-detail .ty-product-block__img-wrapper .ty-discount-label__item{width:54px;height:54px;line-height:13px;padding:9px 10px;}.ty-product-detail .ty-product-block__img-wrapper .ty-discount-label__value em{font-size:18px;font-weight:700;}.ty-product-detail .ty-product-block__img-wrapper.not-thumb-col .ty-product-img{width:100% !important;margin-bottom:5px;}.ty-product-detail .ty-product-block__img-wrapper.not-thumb-col .ty-discount-label{left:0;top:0;}.ty-product-detail .ty-product-block__img-wrapper.one-thumb-col .ty-discount-label{top:0;left:62px;}.ty-product-detail .ty-product-block__img-wrapper.two-thumb-col .ty-discount-label{top:0;left:124px;}.ty-product-detail .ypi-product-block__left{display:inline-block;float:left;padding-top:10px;}.ty-product-detail .ypi-product-block__left .ty-control-group{margin:0 0 5px 0;}.ty-product-detail .ypi-product-block__left .span8 + .span8{width:-webkit-calc(100% - 480px);width:calc(100% - 480px);padding-left:20px;margin-left:0;}.ty-product-detail .ypi-product-block__left .span8 + .span8 .ty-product-feature__label{width:auto;}.ty-product-detail .ypi-product-block__left .span8 + .span8 .ty-control-group__label{font-size:12px;color:#9c9c9c;font-weight:normal;}.ty-product-detail .ypi-product-block__left .span8 + .span8 select{min-width:186px;max-width:186px;}.ty-product-detail .ypi-product-block__left .span8 + .span8 .ty-value-changer__increase:hover,.ty-product-detail .ypi-product-block__left .span8 + .span8 .ty-value-changer__decrease:hover{color:white;}.ty-product-detail .ypi-product-block__left .span8 + .span8 .ty-btn__primary{margin-right:10px;margin-bottom:2px;padding:0 30px 0 34px;height:54px;line-height:54px;font-size:14px;}.ty-product-detail .ypi-product-block__right{display:inline-block;padding-top:10px;}.ty-product-detail .ty-product-block__rating{display:inline-block;float:left;}.ty-product-detail .ty-discussion__rating-wrapper{padding:0;margin-bottom:0;height:30px;}.ty-product-detail .ty-discussion__rating-wrapper .ty-stars{margin-right:15px;}.ty-product-detail .ty-discussion__rating-wrapper .ty-stars .ty-stars__icon{font-size:24px;width:22px;margin:0;float:left;}.ty-product-detail .ty-discussion__rating-wrapper .ty-stars{float:left;}.ty-product-detail .ty-discussion__rating-wrapper .ty-stars:before,.ty-product-detail .ty-discussion__rating-wrapper .ty-stars:after{display:table;content:"";line-height:0;width:100%;}.ty-product-detail .ty-discussion__rating-wrapper .ty-stars:after{clear:both;}.ty-product-detail .ty-discussion__rating-wrapper .no-rating{margin-right:15px;float:left;}.ty-product-detail .ty-discussion__rating-wrapper .ty-icon-star-empty{font-size:24px;margin:0;float:left;}.ty-product-detail .ty-discussion__rating-wrapper .ty-discussion__review-a,.ty-product-detail .ty-discussion__rating-wrapper .ty-discussion__review-write{margin:3px 15px 0 0;vertical-align:top;border-bottom:1px dotted #fbaedb;}.ty-product-detail .prices-container .ty-price-num{font-size:32px;line-height:26px;font-family:'Open Sans',sans-serif;font-weight:700;}.ty-product-detail .prices-container .ty-price-num span{font-size:26px;color:#838383;}.ty-product-detail .ty-product-block__price-actual{margin:0;}.ty-product-detail .ty-product-prices{margin:15px 0;}.ty-product-detail .ty-list-price.ty-save-price{font-size:12px;color:#ef45a3;}.ty-product-detail .ty-list-price.ty-save-price span{color:#ef45a3;font-size:11px;}.ty-product-detail .ty-list-price{font-size:16px;}.ty-product-detail .ty-list-price .ty-strike{margin-bottom:3px;}.ty-product-detail .ypi-svp{margin:10px 0;display:inline-block;}.ty-product-detail .taxed-price .ty-product-prices &gt; span{display:block;}.ty-product-detail .taxed-price .ty-product-block__price-actual{display:inline-block;}.ty-product-detail .taxed-price .yp-tax-price .ty-list-price{font-size:12px;}.ty-product-detail .ty-product-options,.ty-product-detail .ty-product-block__option,.ty-product-detail .ty-product-block__advanced-option,.ty-product-detail .ty-product-block__field-group{margin-bottom:0;}.ty-product-detail .ty-product-block__option .ty-control-group{margin:0 0 5px 0;}.ty-product-detail .ty-product-variant-image{margin-left:0;}.ty-product-detail .ty-product-block__sku{display:inline-block;margin:-2px 0 10px;white-space:nowrap;}.ty-product-detail .ty-product-block__sku .ty-control-group__label{color:#838383;font-size:12px;width:auto;margin-right:5px;}.ty-product-detail .ty-product-block__sku .ty-control-group__item{font-weight:bold;font-size:12px;}.ty-product-detail .content-features{padding-top:10px;}.ty-product-detail .content-features .ty-product-feature{padding:10px;}.ty-product-detail .content-features .ty-product-feature-group{margin-bottom:15px;}.ty-product-detail .content-features .ty-product-feature-group .ty-subheader{padding:0 0 10px 10px;margin:0;font-size:13px;}.ty-product-detail .content-features .ty-product-feature__label{color:#838383;float:left;}.ty-product-detail .content-features .ty-product-feature__value{display:flex;word-wrap:break-word;word-break:break-all;}.ty-product-detail .content-features .ty-compare-checkbox{border-color:#d4d4d4;width:14px;height:14px;}.ty-product-detail .content-features .ty-compare-checkbox i{top:-3px;left:1px;font-size:10px;}.ty-product-detail .content-features .ty-product-feature__multiple-item{margin-bottom:0;}.ty-product-detail .brand{margin-top:10px;}.ty-product-detail .brand .ty-product-feature__label{color:#9c9c9c;font-style:normal;padding:2px 0;}.ty-product-detail .brand .ty-features-list{padding:0;}.ty-product-detail .brand .ty-features-list &gt; em .ty-control-group{margin-bottom:5px;}.ty-product-detail .brand .ty-features-list &gt; em em{color:#363636;font-style:normal;padding-left:5px;}.ty-product-detail .brand .ty-features-list &gt; em a em{color:#d30a80;}.ty-product-detail .stock-wrap .ty-control-group{margin-bottom:0;}.ty-product-detail .ty-qty-in-stock,.ty-product-detail .ty-qty-out-of-stock{width:max-content;padding:2px 7px 2px 2px;background:#00bbb3;color:white;font-weight:normal;font-size:12px;line-height:16px;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px;}.ty-product-detail .ty-qty-in-stock i,.ty-product-detail .ty-qty-out-of-stock i{float:left;margin-right:2px;font-size:16px;}.ty-product-detail .ty-qty-out-of-stock{background:#999;}.ty-product-detail .ty-qty{margin-bottom:10px;}.ty-product-detail .ty-qty select{min-width:50px !important;}.ty-product-detail .ty-min-qty-description{max-width:365px;}.ty-product-detail .ty-product-block__button{margin-top:10px;}.ty-product-detail .ypi-list-bt-block{display:inline-block;vertical-align:top;padding:8px 0 3px 0;}.ty-product-detail .ypi-list-btn-action{display:none;}.ty-product-detail .ty-cr-product-button{height:44px;line-height:44px;margin:8px 1px 0 0 !important;padding:0 20px 0 15px;text-transform:none;color:rgba(0,0,0,0.54);vertical-align:top;}.ty-product-detail .ty-cr-product-button:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:"\E913";top:6px;margin-right:2px;position:relative;font-size:26px;}.ty-product-detail .ypi-allow-shopping{max-width:250px;margin-top:8px;float:left;}@media screen and (max-width: 480px) and (min-width: 321px){.ty-product-detail .ypi-allow-shopping{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);}}.ty-product-detail .ypi-dt-product-tabs{display:inline-block;width:100%;}.ty-product-detail .tab-list-title{margin:30px 0 0;padding:0 10px 0 0;font-size:18px;line-height:26px;font-family:'Open Sans',sans-serif;font-weight:700;background:white;color:#f75d09;border:0 none;position:relative;bottom:-12px;display:inline-block;}.ty-product-detail .tab-list-title:first-child{margin-top:0;}.ty-product-detail .abt-yt-hc{overflow:hidden;position:relative;}.ty-product-detail .abt-yt-hc.active:before{content:'';display:block;position:absolute;bottom:0;right:0;left:0;height:50px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);}.ty-product-detail .show_more{font-size:16px;}.ty-product-detail .show_more span{border-bottom:1px dotted #fbaedb;}.ty-product-detail .show_more i{font-size:24px;position:relative;top:8px;}.ty-product-detail .sticky-block{display:inline-block;width:100%;}.ty-product-detail.fixed-form .pday-wrap .col{width:100% !important;}.ty-product-detail.fixed-form .ty-product-block__description,.ty-product-detail.fixed-form .ty-product-block__advanced-option,.ty-product-detail.fixed-form .ty-list-price.ty-save-price,.ty-product-detail.fixed-form .sol-container,.ty-product-detail.fixed-form .ty-min-qty-description{display:none !important;}.ty-product-detail.fixed-form .sticky-block{position:fixed;top:90px;border:3px solid #f75d09;padding:15px 10px 60px;background-color:#fff;z-index:1;opacity:0;filter:alpha(opacity=0);visibility:hidden;}.ty-product-detail.fixed-form.view .sticky-block{opacity:1;filter:alpha(opacity=100);visibility:visible;}.ty-product-detail.fixed-form .ty-product-block__img-wrapper{min-height:inherit;max-height:135px;}.ty-product-detail.fixed-form .ypi-product-block__img .one-col,.ty-product-detail.fixed-form .ypi-product-block__img .two-col,.ty-product-detail.fixed-form .ypi-product-block__img .ty-product-img{width:135px !important;margin:0 auto;}.ty-product-detail.fixed-form .ypi-product-block__img .ty-product-img .ty-no-image{max-height:120px;}.ty-product-detail.fixed-form .ypi-product-block__img iframe{height:110px;}.ty-product-detail.fixed-form .ty-discount-label{top:0;left:0 !important;right:auto;}.ty-product-detail.fixed-form .ty-discount-label__item{width:44px;height:44px;font-size:8px;line-height:170%;padding:6px 0;}.ty-product-detail.fixed-form .ty-discount-label__value em{font-size:16px;font-weight:700;}.ty-product-detail.fixed-form .ypi-product-block__note,.ty-product-detail.fixed-form .ypi-product-block__right,.ty-product-detail.fixed-form .ypi-text-image-zoom,.ty-product-detail.fixed-form .ty-product-block__sku,.ty-product-detail.fixed-form .ty-product-thumbnails,.ty-product-detail.fixed-form .qty_discounts_grid,.ty-product-detail.fixed-form .ty-qty,.ty-product-detail.fixed-form .ty-add-to-compare,.ty-product-detail.fixed-form .ab__deal_of_the_day,.ty-product-detail.fixed-form .ty-cr-product-button,.ty-product-detail.fixed-form .ty-product-variant-image{display:none;}.ty-product-detail.fixed-form .fixed-form-pr-title{font-size:14px;display:block;padding-bottom:10px;}.ty-product-detail.fixed-form .sticky-block .ypi-product-block__left{width:100%;padding-right:0;padding-top:0;}.ty-product-detail.fixed-form .sticky-block .ypi-product-block__left &gt; .span8{margin-left:0;padding-left:0;padding-bottom:20px;min-width:inherit;width:135px;}.ty-product-detail.fixed-form .sticky-block .ypi-product-block__left &gt; .span8:nth-child(2){padding-left:15px;width:-webkit-calc(100% - 135px);width:calc(100% - 135px);}.ty-product-detail.fixed-form .product-block-title-rt{width:100%;height:60px;display:inline-block;position:absolute;bottom:0;left:0;background:white;border-top:1px solid #e8e8e8;margin:0;padding:10px 20px 5px;}.ty-product-detail.fixed-form .ty-product-block__button{margin-top:10px !important;display:inline-block;}.ty-product-detail.fixed-form .span8 + .span8 .ty-btn__primary{margin:0 5px 0 0;padding:0 20px 0 24px;height:44px;line-height:44px;font-size:12px;float:left;}.ty-product-detail.fixed-form .span8 + .span8 .ty-product-options input{max-width:186px;}.ty-product-detail.fixed-form .span8 + .span8 .ty-control-group__label{padding:1px 0;width:100%;float:none;display:block;}.ty-product-detail.fixed-form .ypi-allow-shopping{margin-top:0;margin-right:5px;}.ty-product-detail.fixed-form .ypi-list-bt-block{padding-top:0;}.ty-product-detail.fixed-form .ty-add-to-wish{margin-right:0 !important;}.ty-product-detail.fixed-form .ty-qty-out-of-stock{color:#999;}.ty-product-detail.fixed-form .ty-product-prices{margin:10px 0 5px 0;}.ty-product-detail.fixed-form .prices-container .ty-price-num{font-size:22px;}.ty-product-detail.fixed-form .prices-container .ty-price-num span{font-size:16px;}.ty-product-detail.fixed-form .ty-strike{margin-bottom:0;}.ty-product-detail.fixed-form .ty-discussion__rating-wrapper .ty-stars{padding-top:3px;}.ty-product-detail.fixed-form .ty-discussion__rating-wrapper .ty-stars .ty-stars__icon{font-size:18px;width:16px;}.ty-product-detail.fixed-form .ty-product-options__description{margin:0;}.ty-product-detail.fixed-form .ty-product-options__box{padding:0;}.ty-product-detail.fixed-form .brand{max-height:41px;max-width:135px;overflow:hidden;position:absolute;left:15px;top:135px;}.ty-product-detail.fixed-form .brand *{font-size:12px;}@media screen and (max-width: 1366px){.ty-product-detail.fixed-form.view .sticky-block{padding:15px 15px 70px;width:300px;}.ty-product-detail.fixed-form .ty-product-block__wrapper .ypi-product-block__left &gt; .span8{width:100%;}.ty-product-detail.fixed-form .ty-product-block__wrapper .ypi-product-block__left &gt; .span8:nth-child(2){width:100%;padding-left:10px;text-align:center;}.ty-product-detail.fixed-form .product-block-title-rt{padding:10px 15px 5px;}.ty-product-detail.fixed-form .ypi-product-block__img .one-col,.ty-product-detail.fixed-form .ypi-product-block__img .two-col{float:none;margin:0 auto;}.ty-product-detail.fixed-form .brand{position:inherit;max-width:inherit;}.ty-product-detail.fixed-form .ty-discussion__rating-wrapper .ty-stars{margin-right:5px;}.ty-product-detail.fixed-form .ty-discussion__rating-wrapper .ty-stars .ty-stars__icon{font-size:16px;}.ty-product-detail.fixed-form .ty-discussion__rating-wrapper a{margin:2px 7px 0 0;}.ty-product-detail.fixed-form .ty-discussion__rating-wrapper a:last-child{margin-right:0;}}.ty-product-detail .ty-product-block__description{display:inline-block;margin:10px 0;color:#9c9c9c;}@media screen and (min-width: 768px){.ty-product-detail .ty-product-block__description{width:90%;}}.ty-product-detail .ty-product-infoblock-dropdown{display:inline-block;width:100%;background-color:#f5f5f5;margin-bottom:20px;}.ty-product-detail .pib-title{position:relative;padding:15px 20px;margin:0 1px;border-top:1px solid #dbdbdb;cursor:pointer;}.ty-product-detail .pib-title:first-child{border-top:0 none;}.ty-product-detail .pib-title &gt; em{font-size:14px;font-weight:700;font-style:normal;}.ty-product-detail .pib-title &gt; em:after{content:"\E313";font-family:'Material Icons';font-size:18px;color:#bababa;position:absolute;right:15px;top:14px;-webkit-font-smoothing:none;-moz-osx-font-smoothing:inherit;}.ty-product-detail .pib-title i.material-icons{font-size:20px;line-height:0px;margin-right:7px;position:relative;top:5px;left:-2px;}.ty-product-detail .pib-title:hover &gt; em:after{color:#363636;}.ty-product-detail .pib-title .open{padding:20px 19px 0 19px;}.ty-product-detail .pib-title .open.active{border-top:3px solid #f75d09;}.ty-product-detail .pib-title .open &gt; em:after{content:"\f102";}.ty-product-detail .pib-content{padding:0 20px 20px 20px;}.ty-product-detail .pib-content ul{padding:0;}.ty-product-detail .pib-content li{list-style:disc;margin-left:15px;color:#838383;}.ty-product-detail .pib-content a{color:#838383;line-height:130%;border-bottom:1px dotted #e9e9e9;}.ty-product-detail .pib-content a:hover{border-color:#363636;color:#363636;}.ty-product-detail .pib-content p{padding:5px 0 5px 25px;position:relative;}.ty-product-detail .pib-content i.material-icons{font-size:18px;position:absolute;top:7px;left:0;color:#838383;}.ty-product-detail .pib-content .desktop-hidden{display:block;padding:8px 0 0 0;color:#767676;}@media screen and (min-width: 768px){.ty-product-detail .pib-content .desktop-hidden{display:none;}}@media screen and (max-width: 1366px){.ty-product-detail .ypi-product-block__left{width:-webkit-calc(100% - 300px);width:calc(100% - 300px);}.ty-product-detail .ypi-product-block__right{width:300px;}}@media screen and (max-width: 1124px) and (min-width: 768px){.ty-product-detail .ypi-product-block__left{width:100%;}.ty-product-detail .ypi-product-block__right{width:100%;}.ty-product-detail .pib-title{width:33.3333333333%;margin:0;float:left;display:inline-block;border-top:1px solid #ededed !important;}.ty-product-detail .pib-title &gt; em:after{display:none;}.ty-product-detail .pib-content{display:inline-block !important;width:33.3333333333%;position:absolute;top:45px;}.ty-product-detail #elm_delivery{left:0;}.ty-product-detail #elm_payments{left:33.3333333333%;}.ty-product-detail #elm_benefits{left:66.6666%;}.ty-product-detail .ty-product-infoblock-dropdown{height:190px;background:white;margin-bottom:0;position:relative;}}@media screen and (max-width: 768px){.ty-product-detail .ty-breadcrumbs__current,.ty-product-detail .ty-product-switcher,.ty-product-detail .ypi-text-image-zoom{display:none;}.ty-product-detail .ty-product-block-title{margin:0;line-height:120%;font-size:24px;}.ty-product-detail .ty-breadcrumbs{padding:0;}.ty-product-detail .ty-breadcrumbs__a,.ty-product-detail .ty-breadcrumbs__slash{font-size:10px;}.ty-product-detail .sticky-block{width:100%;margin-top:10px;}.ty-product-detail .ui-widget-content.ui-dialog{margin:0 -20px;}.ty-product-detail .ypi-product-block__left,.ty-product-detail .ypi-product-block__left .span8 + .span8,.ty-product-detail .ty-product-block__img-wrapper,.ty-product-detail .ty-product-block__img-wrapper .ty-product-img{width:100% !important;padding:0 !important;}.ty-product-detail .ypi-product-block__right{width:100%;margin-top:20px;}.ty-product-detail .ty-product-block__img-wrapper{max-width:100%;}.ty-product-detail .ty-discount-label{left:0 !important;}.ty-product-detail .ty-product-block__rating{width:60%;}.ty-product-detail .ty-discussion__rating-wrapper{height:inherit;}.ty-product-detail .ty-product-block__sku{margin:0;border:1px solid #ededed;padding:0 6px;float:right;display:inline-block;min-width:40%;}.ty-product-detail .ty-product-block__sku .ty-control-group__item,.ty-product-detail .ty-product-block__sku .ty-control-group__label{padding:3px 0;float:left;}.ty-product-detail .ypi-product-block__img{border-bottom:1px solid #e0e0e0;margin:10px 0 20px;padding:10px 0;}.ty-product-detail .ty-product-thumbnails{margin:10px 0 0;text-align:center;width:100% !important;}.ty-product-detail .ty-product-thumbnails__item{display:inline-block;vertical-align:middle;float:none;padding:2px;margin:0 1px;}.ty-product-detail .ty-product-thumbnails__item.active{border-color:#c7c7c7;}.ty-product-detail .ypi-ab__ia_joins-list{padding:20px 0 0 0;}.ty-product-detail .ypi-ab__ia_joins-list .ty-owl-controls{display:none;}.ty-product-detail .ypi-ab__ia_joins-list .ty-simple-list__buttons{visibility:visible;opacity:1;filter:alpha(opacity=100);}}@media screen and (max-width: 480px){.ty-product-detail .ty-product-block__rating{width:55%;}.ty-product-detail .ty-cr-product-button{margin:8px 0 0 0 !important;padding:0 15px 0 10px;}}.detail-page-products-list .grid-list{margin:0 0 0 -2px;}@media screen and (max-width: 767px){.detail-page-products-list .grid-list{margin:0 0 0 1px;}.detail-page-products-list .grid-list .ty-grid-list__item{margin:1px 2px;}.detail-page-products-list .grid-list.ty-scroller-advanced .owl-controls .owl-buttons div.owl-next{right:-20px;}.detail-page-products-list .grid-list.ty-scroller-advanced .owl-controls .owl-buttons div.owl-prev{left:-20px;}}@media screen and (max-width: 320px){.detail-page-products-list .grid-list.ty-scroller-advanced .owl-controls .owl-buttons div.owl-next{right:-9px;}.detail-page-products-list .grid-list.ty-scroller-advanced .owl-controls .owl-buttons div.owl-prev{left:-21px;}}.ty-variations-list.ty-table{margin-top:0;}.ty-variations-list.ty-table th{border-bottom:1px solid #c8c8c8;text-align:left;color:#9c9c9c;font-weight:normal;padding:5px 10px;}.ty-variations-list.ty-table tr:last-child td{border-bottom:0 none;}.ty-variations-list.ty-table td{padding:10px;vertical-align:middle;}.ty-variations-list.ty-table .ty-add-to-wish .ty-icon-heart{margin:0;}.ty-variations-list.ty-table .ty-add-to-wish .ty-icon-heart:before{content:"";margin:0;}.ty-variations-list__sku .ty-sku-item{color:#d30a80;border-bottom:1px dotted #fa96d1;display:inline-block;}.ty-variations-list__controls{width:310px;}.ty-variations-list__controls .ty-qty-out-of-stock{min-width:135px;margin:4px 0 4px 10px;padding:0 20px;line-height:44px;text-align:center;background:#ededed;color:#838383;}.ty-variations-list__controls .ty-btn{float:right;margin:4px 0 0 10px !important;}.ty-variations-list__price{text-align:right;padding-right:20px;vertical-align:top;padding-top:15px;}@media (max-width: 1280px){.ty-variations-list.ty-table td{padding:10px 5px;}}@media (max-width: 978px){.ty-variations-list.ty-table tr{display:table-row;width:100%;}.ty-variations-list.ty-table td{display:table-cell;width:auto;}}@media (max-width: 767px){.ty-variations-list.ty-table td{padding:10px;display:block;}.ty-variations-list.ty-table tr td:last-child{background:#ededed;text-align:right;}.ty-variations-list.ty-table tr td:last-child .ty-add-to-wish,.ty-variations-list.ty-table tr td:last-child .ty-qty-out-of-stock{background:white;}.ty-table__responsive-header{width:40%;}.ty-variations-list__controls form &gt; .ty-variations-list__price{display:inline-block;}}h3#buy_together{display:none;}.ypi-buy-together{position:relative;display:inline-block;border:3px solid #ededed;padding:0 20px 20px;margin:30px 0 0 0;width:100%;}.ypi-buy-together.owl-carousel.owl-theme .owl-wrapper-outer{width:-webkit-calc(100% - 2px);width:calc(100% - 2px);}.ypi-buy-together.owl-carousel.owl-theme .owl-pagination{margin-top:-10px;}.ypi-buy-together.owl-carousel.owl-theme .owl-controls .owl-buttons div{display:inline-block;position:absolute;height:150px;width:30px;top:50%;margin:-75px 0 0 0;padding:0;font-size:0;line-height:0;color:#363636;background:#ededed;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ypi-buy-together.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev{left:0;right:auto;}.ypi-buy-together.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev i{font-size:34px;line-height:150px;margin-left:-5px;}.ypi-buy-together.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next{right:0;left:auto;}.ypi-buy-together.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next i{font-size:34px;line-height:150px;}@media screen and (max-width: 480px){.ypi-buy-together.owl-carousel.owl-theme .owl-pagination{margin-top:0;}.ypi-buy-together.owl-carousel.owl-theme .owl-controls .owl-buttons{display:none;}}@media screen and (max-width: 768px){.ypi-buy-together &gt; form:nth-child(odd){border-bottom:2px solid #363636;}}.ypi-buy-together h3.ty-subheader{padding-top:20px;}.ty-buy-together{position:relative;text-align:center;-webkit-transition:all 0.5ms;-moz-transition:all 0.5ms;-o-transition:all 0.5ms;transition:all 0.5ms;}.ty-buy-together ::-webkit-scrollbar{height:10px;width:10px;}.ty-buy-together ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);border-radius:10px;}.ty-buy-together ::-webkit-scrollbar-thumb{border-radius:10px;background:#bababa;}.ty-buy-together:hover ::-webkit-scrollbar{height:10px;}.ty-buy-together:hover ::-webkit-scrollbar-thumb{background:#a1a1a1;}.ty-buy-together .ty-buy-together__box{display:inline-block;}.ty-buy-together .ty-buy-together__products{width:auto;display:inline-block;text-align:left;float:left;}.ty-buy-together .ypi-together-price-block{display:inline-block;text-align:left;float:left;}.ty-buy-together .ty-buy-together-price{min-width:225px;margin:10px 0 25px 0;padding:0 0 0 35px;border-top:0 none;}.ty-buy-together .ypi-together-price-block .buttons-container{min-width:225px;padding:0 0 0 35px;background:none;}.ty-buy-together .ty-buy-together__description{margin:0;padding:0 0 10px;border-top:0 none;text-align:left;white-space:normal;color:#838383;}.ty-buy-together .ty-buy-together-option{white-space:normal;font-size:10px;line-height:100%;}.ty-buy-together.scroll{position:relative;}.ty-buy-together.scroll .ty-buy-together__box{width:100%;}.ty-buy-together.scroll .ty-buy-together__products,.ty-buy-together.scroll .ty-buy-together__description{width:-webkit-calc(100% - 320px);width:calc(100% - 320px);}.ty-buy-together.scroll .ypi-together-price-block{width:260px;}@media screen and (min-width: 768px){.ty-buy-together.scroll .ypi-together-price-block:before{content:"";width:100px;height:95%;position:absolute;margin-left:-100px;background:linear-gradient(90deg,rgba(255,255,255,0) 10%,#fff 100%);}}.ty-buy-together.scroll .chain-equally{z-index:300;}@media screen and (max-width: 1050px){.ty-buy-together{text-align:left;}.ty-buy-together .ty-buy-together__box{width:100%;}.ty-buy-together .ypi-together-price-block{top:50%;right:20px;position:absolute;margin-top:-106px;}.ty-buy-together .ty-buy-together__product{width:100%;float:left;padding-top:15px;padding-bottom:30px;border-bottom:1px solid #ededed;}.ty-buy-together .ty-buy-together__products{width:-webkit-calc(100% - 300px);width:calc(100% - 300px);}.ty-buy-together .ty-buy-together__products div:nth-last-child(2){border-bottom:0 none;}.ty-buy-together .ty-buy-together__plus:not(.chain-equally){float:left;margin-top:-101px;margin-left:-webkit-calc(50% - 20px);margin-left:calc(50% - 20px);font-size:30px;width:40px;height:40px;line-height:40px;}}@media screen and (max-width: 1050px) and (min-width: 769px){.ty-buy-together .ty-buy-together__plus.chain-equally{position:absolute;top:-webkit-calc(50% - 40px);top:calc(50% - 40px);margin:0 0 0 -40px;font-size:64px;width:80px;height:80px;line-height:75px;}}@media screen and (max-width: 768px){.ty-buy-together .ty-buy-together__products,.ty-buy-together .ypi-together-price-block{width:100% !important;}.ty-buy-together .ypi-together-price-block{position:inherit;margin-top:-19px;padding:10px 0 20px 0;width:100%;right:0;border-top:1px solid #e0e0e0;text-align:center;}.ty-buy-together .ypi-together-price-block .ty-buy-together-price__title{max-width:100%;}.ty-buy-together .ypi-together-price-block .buttons-container{padding-left:0;}.ty-buy-together .ty-buy-together-price{padding-left:0;margin-top:20px;}.ty-buy-together .chain-equally{float:left;margin-top:-107px;margin-left:-webkit-calc(50% - 20px);margin-left:calc(50% - 20px);font-size:35px;width:40px;height:40px;line-height:40px;color:white;background:#363636;z-index:2;}}.ty-buy-together__product{vertical-align:top;margin:10px 0;width:180px;}.ty-buy-together__product-price{padding-top:10px;}.ty-buy-together__product-price .count{color:#838383;background:white;border:1px solid #dcdcdc;width:20px;height:20px;line-height:18px;display:inline-block;font-size:11px;text-align:center;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}.ty-buy-together__product-price .price{font-family:'Open Sans',sans-serif;font-weight:900;font-size:18px;letter-spacing:-0.02em;}.ty-buy-together__product-price .price .ty-rub{font-size:75%;color:#838383;}.ty-buy-together__product-price .ty-strike{margin:0 5px 5px;color:#838383;}.ty-buy-together__plus{position:relative;top:70px;display:inline-block;margin:0 0 20px;color:#363636;font-size:32px;width:50px;height:50px;text-align:center;line-height:50px;background:#ededed;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;}.ty-buy-together__product-options &gt; .ty-btn.ty-btn__primary{color:#838383;background:white;font-size:9px;line-height:34px;height:34px;padding:0px 15px;z-index:auto !important;-webkit-box-shadow:inset 0 0 0 2px #ededed;-moz-box-shadow:inset 0 0 0 2px #ededed;box-shadow:inset 0 0 0 2px #ededed;}.ty-buy-together__product-options &gt; .ty-btn.ty-btn__primary:hover{color:#d30a80;-webkit-box-shadow:inset 0 0 0 2px #d30a80;-moz-box-shadow:inset 0 0 0 2px #d30a80;box-shadow:inset 0 0 0 2px #d30a80;}.ty-buy-together__product-options .ui-widget-overlay{display:none !important;}.ty-buy-together__product-options .ui-dialog{position:fixed !important;top:10% !important;box-shadow:0 0 50px rgba(0,0,0,0.35);}.ty-buy-together__product-name{padding-top:10px;}.ty-buy-together__product-name a{color:#838383;}.ty-buy-together-price__title{color:#838383;font-size:13px;font-weight:normal;display:block;padding-right:0;padding-bottom:7px;width:100%;max-width:160px;}.ty-buy-together-price__old .ty-buy-together-price__title{color:#dcdcdc;}.ty-buy-together-price__old .ty-strike{color:#838383;font-size:16px;}.ty-buy-together-price__new .price{font-family:'Open Sans',sans-serif;font-weight:900;font-size:24px;letter-spacing:-0.02em;color:#ef45a3;}.ty-buy-together-price__new .ty-rub{color:#838383;font-size:75%;}@media screen and (max-width: 767px){.ypi-buy-together div.ui-dialog .object-container{padding:0 20px;}.ypi-buy-together .ty-buy-together__product-options .ui-dialog{width:-webkit-calc(100% - 20px) !important;width:calc(100% - 20px) !important;top:10px !important;box-shadow:0 0 0 2000px rgba(0,0,0,0.45);margin:0;text-align:left;}}body.hide-cloudzoom .cloudzoom-blank{display:none;}body.hide-cloudzoom .cloudzoom-zoom{display:none;}.ab__icon_video{color:#838383;display:inline-block;float:left;margin-right:2px;}.ab__icon_video i{font-size:14px;line-height:16px;margin-left:-1px;}.ty-simple-list .ty-discount-label{right:auto;}.ty-simple-list .ty-discount-label:after,.ty-simple-list .ty-discount-label:before{background:none;}.ty-scroller-list__description .product-title{display:inline-block;overflow:inherit;white-space:normal;padding-top:5px;width:80%;max-height:35px;line-height:120%;overflow:hidden;color:#838383;}.ty-simple-list__price{margin-top:3px;}.ty-simple-list__price .ty-price-num{font-family:'Open Sans',sans-serif;font-weight:700;font-size:18px;letter-spacing:-0.02em;}.ty-simple-list__price .ty-price-num span{font-size:75%;color:#838383;}.ty-simple-list__buttons{padding:10px 20px 0;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .2s ease, visibility .2s ease 0s;-moz-transition:opacity .2s ease, visibility .2s 0s ease;-o-transition:opacity .2s ease, visibility .2s 0s ease;transition:opacity .2s ease, visibility .2s ease 0s;}.ty-simple-list__buttons .ty-btn__primary{height:37px;line-height:37px;font-size:12px;font-weight:normal;padding:0 16px;}.ty-simple-list__buttons .ty-btn__add-to-cart{padding-left:20px;}.ty-simple-list__buttons .ty-btn__add-to-cart:before{font-size:16px;top:3px;}.ty-simple-list__buttons .ty-cr-product-button{display:none;}.ty-compare-products__product .ty-qty .ty-control-group__label{width:auto !important;font-weight:normal;padding:0;}.ty-compare-products__product .ty-value-changer{margin:-3px 10px 5px 0;}.ty-compare-products__product .ty-simple-list__buttons{visibility:visible;opacity:1;filter:alpha(opacity=100);padding:0 20px 20px;}.ty-compact-list__controls{padding:10px 0;}.ty-compact-list__controls .ty-cr-product-button{display:none;}.ty-compact-list .ab__icon_video{display:none;}.ty-compact-list .ty-compact-list__item{border-bottom:0 none;}.ty-compact-list .ty-compact-list__item .product-title{line-height:130%;text-decoration:underline;display:inline-block;}.ty-compact-list .ty-compact-list__item:nth-child(2n){border-top:1px solid #ededed;border-bottom:1px solid #ededed;margin-bottom:-1px;}.ty-compact-list .ty-compact-list__item:last-child{border-bottom:0 none;}.ty-compact-list .ty-compact-list__image{width:80px;padding:0;}.ty-compact-list .ty-discount-label{position:absolute;left:0;top:0;bottom:auto;}.ty-compact-list .ty-discount-label__item{width:36px;height:36px;padding:5px 0;}.ty-compact-list .ty-discount-label__value{font-size:7px;line-height:140%;}.ty-compact-list .ty-discount-label__value em{font-size:12px;}.ty-compact-list .ty-compact-list__title{width:250px;padding:10px;margin-right:0;}.ty-compact-list .ty-compact-list__title .product-title{display:block;}.ty-compact-list .ty-compact-list__title .ab__icon_video{display:inline-block;}.ty-compact-list .compact-list__rating{margin-top:5px;position:relative;display:inline-block;}.ty-compact-list .compact-list__rating .ty-stars{float:left;}.ty-compact-list .ty-stars__icon{font-size:15px;width:13px;margin-left:0;}.ty-compact-list .cn-comments{position:relative;color:#9c9c9c;font-size:12px;top:-3px;margin-right:2px;}.ty-compact-list .ab__icon_video{margin:4px 2px 0 0;}.ty-compact-list .ty-control-group{margin-bottom:0;}.ty-compact-list .ty-sku-item{display:inline-block;vertical-align:top;}.ty-compact-list .ty-control-group__label,.ty-compact-list .ty-control-group__item{font-size:10px;color:#9c9c9c;margin-right:5px;}.ty-compact-list .ty-value-changer,.ty-compact-list .touch .ty-value-changer{margin:5px 10px;}.ty-compact-list .ty-strike{margin-bottom:0;}.ty-compact-list .ty-btn__primary{height:37px;line-height:37px;font-size:12px;font-weight:normal;padding:0 16px;}.ty-compact-list .ty-btn__add-to-cart{padding-left:20px;}.ty-compact-list .ty-btn__add-to-cart:before{font-size:16px;top:3px;}.ty-compact-list .ty-compact-list__controls{width:-webkit-calc(100% - 330px);width:calc(100% - 330px);}.ty-compact-list .ty-qty-out-of-stock{margin-right:0;height:36px;line-height:36px;font-size:12px;font-weight:normal;text-transform:uppercase;padding:0 15px;background:#ededed;color:#999;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;}.ty-compact-list__price &gt; span{display:block;line-height:140%;}.ty-compact-list__price .ty-price{margin-left:10px;}.ty-compact-list__price .ty-price .ty-price-num{font-family:'Open Sans',sans-serif;font-weight:700;font-size:16px;letter-spacing:-0.02em;}.ty-compact-list__price .ty-price .ty-price-num span{font-size:82%;color:#838383;}.ty-compact-list__price .ty-list-price{font-size:13px;margin-right:0;}@media screen and (max-width: 767px){.ty-compact-list .ty-compact-list__controls &gt; div{float:left;}.ty-compact-list .ty-compact-list__image{display:inline-block;float:left;width:60px;padding:10px 0;}.ty-compact-list .ty-compact-list__title{width:-webkit-calc(100% - 70px);width:calc(100% - 70px);display:inline-block;padding:10px 0 0 20px;}.ty-compact-list .ty-compact-list__title .product-title{line-height:130%;color:#d30a80;text-decoration:underline;font-weight:normal;}.ty-compact-list div.ty-compact-list__price{width:100px;padding-bottom:10px;float:right;}.ty-compact-list div.ty-compact-list__price .ty-price{margin-left:0;}.ty-compact-list div.ty-compact-list__price .ty-list-price:first-child{padding-left:0;}.ty-compact-list .ty-btn__primary{margin-left:0 !important;}}@media (max-width: 480px){.ty-compact-list .ty-compact-list__controls{width:-webkit-calc(100% - 80px);width:calc(100% - 80px);text-align:right;}}@media (max-width: 360px){.ty-compact-list .ty-compact-list__controls{width:100%;}}.ypi-ab__ia_joins-list{position:relative;display:inline-block;width:100%;margin-top:30px;padding:20px 20px 0 20px;border-top:3px solid #f75d09;}.ypi-ab__ia_joins-list:after{content:"";position:absolute;display:block;left:10%;top:-32px;margin-left:-6px;border-color:transparent;border-style:solid;border-top-width:0;border-bottom-color:white;border-width:16px;}.ypi-ab__ia_joins-list:before{content:"";position:absolute;display:block;left:10%;top:-40px;margin-left:-10px;border-color:transparent;border-style:solid;border-top-width:0;border-bottom-color:#f75d09;border-width:20px;}.ypi-ab__ia_joins-list .ty-scroller-list__item{padding-top:0;text-align:center;}.ypi-ab__ia_joins-list .ty-scroller-list__item .ty-simple-list__buttons{padding-top:5px;}.ypi-ab__ia_joins-list .ty-scroller-list__item:hover .ty-simple-list__buttons{visibility:visible;opacity:1;filter:alpha(opacity=100);-webkit-transition:opacity .4s ease, visibility 0s ease 0s;-moz-transition:opacity .4s ease, visibility 0s 0s ease;-o-transition:opacity .4s ease, visibility 0s 0s ease;transition:opacity .4s ease, visibility 0s ease 0s;}.ypi-ab__ia_joins-list .ty-scroller-list__item:hover .ty-scroller-list__description .product-title{color:#363636;max-height:35px;}.ty-ab__ia_joins-list ul li{margin:5px 0 0 0;}.ty-ab__ia_joins-list ul li a{text-transform:none;font-weight:normal;background:none;font-size:14px;}.ty-ab__ia_joins-list ul li a:hover{text-decoration:none;}.ty-ab__ia_joins-list ul li:not(.active) a{padding:0;margin:0 14px;line-height:14px;height:inherit;color:#d30a80;border-bottom:1px dotted #f97dc6;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-ab__ia_joins-list ul li.active a{background:none;color:#363636;border:2px solid #e0e0e0;height:35px;padding:0 12px;line-height:30px;}.notification-body-extended .ty-product-notification__subtotal{color:#838383;}.notification-body-extended .ty-product-notification__subtotal span:not(.ty-rub){font-family:'Open Sans',sans-serif;font-weight:900;font-size:24px;color:#363636;}.notification-body-extended .ty-product-notification__buttons .ty-btn__primary:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:"\E86C";position:relative;top:6px;margin:0 5px 0 -5px;font-size:22px;}.notification-body-extended .ab__vg-videos{display:inline-block;clear:both;width:100%;}.notification-body-extended .ty-ab__ia_joins &gt; span{font-family:'Open Sans',sans-serif;font-weight:700;color:#838383;font-size:16px;line-height:140%;margin-bottom:10px;margin-top:20px;display:block;}.notification-body-extended .ty-ab__ia_joins .ty-tabs__content{padding:0;}.notification-body-extended .ty-ab__ia_joins .ty-tabs .ty-tabs__item .ty-tabs__a,.notification-body-extended .ty-ab__ia_joins .ty-tabs .subtab a{height:37px;line-height:32px;font-size:13px;padding:0 15px;text-transform:none;font-weight:normal;}.notification-body-extended .ty-ab__ia_joins .ty-compact-list .ty-btn__primary{background:#55b4b4;}.notification-body-extended .ty-ab__ia_joins .ty-compact-list .ty-btn__primary:hover{background:#67bcbc;}.notification-body-extended .ty-ab__ia_joins .ty-sku-item{display:none;}@media screen and (max-width: 480px){.notification-body-extended .ty-ab__ia_joins .ty-compact-list__controls{padding:0 0 10px 80px;}.notification-body-extended .ty-ab__ia_joins .ty-compact-list__price{width:auto;}}.tygh-footer{padding-bottom:0 !important;}.ty-footer-menu{padding-top:10px;}.ty-footer-menu .y-mainbox-title{font-size:16px;font-weight:700;padding-top:20px;margin:0 0 10px;}.ty-footer-menu__items,.ty-footer-general__body{margin:10px 0 0;}.footer-no-wysiwyg .ty-wysiwyg-content ul{padding-left:0;color:#838383;}.footer-no-wysiwyg .ty-wysiwyg-content p,.footer-no-wysiwyg .ty-wysiwyg-content li{color:#838383;}.ty-footer-form-block{margin-top:0;}.ty-footer-form-block .ty-input-text-medium{width:-webkit-calc(100% - 100px);width:calc(100% - 100px);max-width:250px;}.ty-footer-form-block .ty-btn__subscribe{height:36px;line-height:36px;font-size:10px;padding:0 10px;margin:0;background:#9c9c9c;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-footer-form-block .ty-btn__subscribe:hover{background:#dcdcdc;}.ty-footer-form-block-policy__input{padding-bottom:15px;}.ty-footer-form-block-policy__input label{color:#363636;}.ty-social-link__title{color:#9c9c9c;}.ypi-socials{margin:15px 0;}.ypi-socials a{color:#9c9c9c;font-size:18px;margin-right:10px;}.ypi-socials a:hover{color:#838383;}@media screen and (max-width: 767px){.ty-footer-form-block{text-align:left;}.ty-footer-menu__header,.ty-footer-general__header{border-bottom:1px solid #ededed;padding:10px 30px 10px 0;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{font-size:18px;}.ty-footer-menu__items .ty-text-links__item,.ty-footer-general__body .ty-text-links__item{padding:3px 0;border:0 none;}}@media screen and (max-width: 767px){.ty-cart-items{width:300px;}}.ty-mainbox-body .buttons-container{margin:10px 0px;padding:15px 20px;}.ty-cart-content__left-buttons .ty-btn__tertiary{background:white;color:#838383;}.ty-cart-content__left-buttons .ty-btn__tertiary:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:"\E14C";position:relative;top:8px;margin-left:-5px;font-size:26px;}.ty-cart-content__left-buttons .ty-btn__tertiary:hover{background:white !important;color:#363636;}.ty-cart-content__right-buttons .ty-btn__primary:before{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:18px;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:"\E86C";position:relative;top:6px;margin:0 5px 0 -5px;font-size:22px;}.ty-cart-total{background:#fafafa;margin-top:20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-cart-statistic__item{color:#838383;padding-bottom:5px;}.ty-cart-statistic__total{padding-top:20px;font-family:'Open Sans',sans-serif;font-weight:500;font-weight:normal;font-size:16px;}.ty-cart-statistic__total .ty-cart-statistic__total-value{font-size:22px;}.ty-cart-statistic__total .ty-cart-statistic__total-value .ty-price &gt; span{font-size:75%;color:#838383;}.ypi-cart-grid .ty-coupons__container{padding-right:0;width:370px;color:#dcdcdc;}.ypi-cart-grid .ty-cart-content{margin-top:20px;}.ypi-cart-grid .ty-cart-content__image-block{max-width:80px;}.ypi-cart-grid .ty-cart-content__image{height:80px;width:80px;}.ypi-cart-grid .ty-cart-content__image .ty-no-image{width:100% !important;height:100% !important;}.ypi-cart-grid .ty-cart-content__sku{color:#838383;}.ypi-cart-grid #cart_items .ty-table th{background:white;border-bottom:1px solid #e0e0e0;padding:0 20px 10px 20px;}.ypi-cart-grid #cart_items .ty-table td{padding:10px 20px;vertical-align:middle;border:0 none;}.ypi-cart-grid #cart_items .ty-table tr{border-bottom:1px solid #f5f5f5;}.ypi-cart-grid #cart_items .ty-table tr:nth-child(2n){background:white;}.ypi-cart-grid #cart_items .ty-cart-content__qty{padding:10px 10px 10px 20px !important;}.ypi-cart-grid #cart_items .quantity-cell{text-align:center;}.ypi-cart-grid #cart_items .ty-control-group{margin:0;}.ypi-cart-grid #cart_items .ty-ab__ia_joins{padding:20px 0;}.ypi-cart-grid #cart_items .ty-ab__ia_joins &gt; .cm-combination.ty-hand{color:#4caf50;font-family:'Open Sans',sans-serif;font-weight:500;font-size:16px;border-bottom:1px dotted #d9eeda;}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list{position:relative;max-width:800px;margin-top:15px;padding:0 20px;background:white;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(0,0,0,0.22);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(0,0,0,0.22);box-shadow:0 0 0 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(0,0,0,0.22);}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list:after,.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list:before{content:"";position:absolute;display:block;left:20px;border-color:transparent;border-style:solid;border-top-width:0;border-width:11px;}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list:after{top:-21px;border-bottom-color:white;}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list:before{top:-22px;border-bottom-color:rgba(0,0,0,0.2);}@media screen and (max-width: 767px){.ypi-cart-grid .ty-cart-content__top-buttons .ty-btn__secondary{display:none;}.ypi-cart-grid .ty-cart-content__top-buttons .ty-btn__tertiary{margin-top:0;}.ypi-cart-grid .ty-table tr{border:1px solid #f5f5f5;margin-bottom:-1px;}.ypi-cart-grid #cart_items .ty-cart-content__qty{padding-right:6px !important;}.ypi-cart-grid #cart_items .ty-table{line-height:0;margin:10px 0 0;display:inline-block;}.ypi-cart-grid #cart_items .ty-table tbody,.ypi-cart-grid #cart_items .ty-table tr{display:inline-block;width:100%;}.ypi-cart-grid #cart_items .ty-table td.ty-cart-content__image-block{display:inline-block;float:left;max-width:100px;padding:10px 0 10px 20px;}.ypi-cart-grid #cart_items .ty-table td.ty-cart-content__image-block .ty-table__responsive-header{visibility:hidden;}.ypi-cart-grid #cart_items .ty-table td.ty-cart-content__description{width:-webkit-calc(100% - 100px) !important;width:calc(100% - 100px) !important;display:inline-block;line-height:120%;}.ypi-cart-grid #cart_items .ty-table td.ty-cart-content__description div.ty-table__responsive-header{display:none;}.ypi-cart-grid #cart_items .ty-table td.ty-cart-content__price,.ypi-cart-grid #cart_items .ty-table td.ty-cart-content__qty,.ypi-cart-grid #cart_items .ty-table td.ty-cart-content__price{width:33%;float:left;line-height:120%;}.ypi-cart-grid #cart_items .ty-table div:empty{display:none;}.ypi-cart-grid #cart_items .ty-table .ty-table__responsive-content{padding-top:10px;}.ypi-cart-grid #cart_items .ty-table td.ty-cart-content__qty .ty-table__responsive-content{padding-top:0;}.ypi-cart-grid .ty-value-changer,.ypi-cart-grid .touch .ty-value-changer{margin:5px 20px 5px 5px;}.ypi-cart-grid .ty-cart-content__options{margin-top:5px;}.ypi-cart-grid .ty-product-options{margin-bottom:5px;}.ypi-cart-grid .ty-coupons__container{width:100%;}.ypi-cart-grid .ty-coupons__container input{width:100%;padding-right:95px;text-overflow:ellipsis;overflow:hidden;}.ypi-cart-grid #cart_items .ty-ab__ia_joins{padding:0 0 10px 0;width:100%;line-height:140%;}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list__image{display:inline-block;float:left;width:60px;}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list__title{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);padding:10px 0 0 20px;display:inline-block;}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list__controls{width:100%;padding:0 0 10px 80px;}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list__price{width:110px;margin-right:0;padding:10px 0;}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-value-changer,.ypi-cart-grid #cart_items .ty-ab__ia_joins .touch .ty-value-changer{margin:5px 0;}}@media screen and (max-width: 320px){.ypi-cart-grid #cart_items .ty-table td.ty-cart-content__description{width:100% !important;}.ypi-cart-grid #cart_items .ty-table td.ty-cart-content__image-block{max-width:inherit;}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list__controls{padding:0;}.ypi-cart-grid #cart_items .ty-ab__ia_joins .ty-compact-list{padding:0 15px;}.ypi-cart-grid .ty-cart-content__image{height:120px;}}.ty-checkout__title{font-size:28px;font-weight:700;}.ty-step__title,.ty-step__title-active,.ty-step__title-complete{padding:8px 14px 8px 14px;height:44px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-step__container,.ty-step__title-active{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-step__title-txt,.ty-step__title-complete .ty-step__title-txt{font-size:18px;padding-right:80px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;}.ty-step__title .ty-step__title-left{background:#d30a80;}.ty-step__title .ty-step__title-txt{color:#d30a80;}.ty-step__title-left{font-size:15px;width:24px;height:24px;line-height:24px;padding:0;text-align:center;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;}.ty-step__title-active{background:#55b4b4;margin:-1px;}.ty-step__title-active .ty-step__title-left{color:#55b4b4;margin-top:2px;}.ty-step__title-active .ty-step__title-arrow{color:#55b4b4;}.ty-step__container-active{background:#fff;border:1px solid #eee;margin:0 0 15px 0;}.ty-step__title-complete .ty-step__title-right .ty-btn{right:15px;top:15px;margin:0;background:none;border:none;border-bottom:1px dotted;color:#d30a80;padding:0;line-height:120%;height:auto;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-step__title-complete .ty-step__title-right .ty-btn:hover{color:#a20862;}.ty-checkout-buttons{background:white;padding:20px 20px 0 20px;}.ty-checkout__billing-tabs .ty-tabs .ty-tabs__item{padding:0 20px 10px;text-align:center;}.ty-credit-card{border:#ededed;background:#ededed;}.ty-cc-icons__item{top:4px;padding-left:4px;}.ty-checkout__register{margin:0 3% 0 0;}.ty-profile-field__switch{border-color:#f75d09;}.ty-checkout__billing-options{padding:0 20px 0;}.ty-payments-list__item{padding:0 0 10px 0;}.ty-order-summary{margin-top:70px;}.ty-order-products__list .ty-product-options{margin:0;color:gray;}.ty-checkout-summary__item{color:gray;}.ty-checkout-summary__item.ty-right{color:#363636;}.ty-checkout-summary__total-sum &gt; span{font-weight:bold;font-size:18px;}@media screen and (max-width: 480px){.ty-order-summary{margin-top:20px;}.ty-step-one .ty-checkout-buttons{margin-top:20px;padding:0;}.ty-checkout__title{margin-top:0;}}.stripe-connect-payment-form__card,.stripe-connect-payment-form__expiry,.stripe-connect-payment-form__cvc{min-width:auto;padding:6px 8px;border:1px solid #d4d4d4;box-sizing:content-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.ypi-vendor-products_grid .side-grid{margin-top:20px;}.ypi-vendor-info{margin:15px 0;padding-bottom:30px;border-bottom:1px solid #ededed;}.ypi-vendor-info .ty-logo-container-vendor{display:inline-block;width:240px;float:left;text-align:center;}.ypi-vendor-info .ty-logo-container-vendor img{padding:15px 40px 15px 0;}.ypi-vendor-info .ty-vendor-information{display:inline-block;text-align:left;width:-webkit-calc(100% - 240px);width:calc(100% - 240px);}.ypi-vendor-info .ty-vendor-information p{width:80%;}.ypi-vendor-info .ypi-vendor-name{font-size:23px;font-weight:700;line-height:120%;font-family:'Open Sans',sans-serif;margin:10px 0;}@media screen and (max-width: 767px){.ypi-vendor-info .ty-logo-container-vendor{width:100%;}.ypi-vendor-info .ty-logo-container-vendor img{padding:0;max-width:300px;}.ypi-vendor-info .ty-vendor-information{width:100%;text-align:center;}.ypi-vendor-info .ty-vendor-information p{width:100%;}}.all-vendors-list{margin-top:40px;border-top:1px solid #ededed;}.all-vendors-list .ty-sort-container{float:right;padding:0;margin:-23px 0px;width:auto;}.all-vendors-list .ty-sort-container .ty-sort-dropdown{margin-left:0;}.all-vendors-list .ty-companies__img . ty-stars{display:inline-block;}.all-vendors-list .ty-companies__img &gt; p{color:#9c9c9c;line-height:16px;display:inline-block;float:left;}.all-vendors-list .ty-company-image{max-width:120px;}.all-vendors-list .ty-no-image{width:120px !important;height:80px !important;max-width:inherit;min-width:inherit;}.all-vendors-list .ty-companies__info a{font-size:18px;padding-top:0;}@media screen and (max-width: 480px){.all-vendors-list .ty-companies__info{padding:0;width:100%;}.all-vendors-list .ty-companies__img{text-align:left;margin-bottom:10px;display:inline-block;width:100%;}.all-vendors-list .ty-companies__img &gt; p{padding:0 0 0 10px;color:#9c9c9c;}}.ty-company-detail__logo{margin:0 40px 20px 0;width:240px;height:auto;border:0 none;line-height:100px;}.vendor_communication-btn{display:inline-block;}.vendor_communication-btn a{display:inline-block;margin-bottom:0;padding:6px 14px;outline:0px;border:1px solid rgba(0,0,0,0);background:#bdc3c7;background-image:none;color:#fff;vertical-align:middle;text-align:center;line-height:1.428571429;cursor:pointer;font-family:Tahoma,Geneva,sans-serif;font-size:18px;font-weight:normal;font-style:normal;text-decoration:none;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background 200ms;-moz-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;position:relative;width:auto;height:44px;line-height:44px;font-size:12px;font-weight:bold;margin:2px 0;padding:0px 20px;border:0;overflow:hidden;outline:0;text-transform:uppercase;white-space:nowrap;letter-spacing:-0.01em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:white;border-bottom:2px solid #429494;background:#55b4b4;}.vendor_communication-btn a:hover{background:#67bcbc;border-color:#469f9f;color:white;}.ypi-vendors-info{padding-top:5px;padding-left:110px;color:#9c9c9c;}.ypi-vendors-info *{color:#9c9c9c;padding:0;}.ypi-vendors-logo{display:inline-block;float:left;margin:4px 10px 4px 0;}.ypi-vendors-contacts{display:inline-block;width:100%;margin-top:15px;}.ypi-vendors-phone{display:inline-block;border-right:1px solid #e0e0e0;padding-right:10px;margin-right:7px;color:#9c9c9c;}.ypi-vendor-block{display:inline-block;width:100%;padding:20px;margin-bottom:15px;border:1px solid #e0e0e0;}.ypi-vendor-block .ty-control-group__label{min-width:inherit;width:inherit;padding-top:0;}.ypi-vendor-block .ty-control-group__item{padding:0;}.ypi-vendor-block .ty-control-group__label,.ypi-vendor-block .ty-control-group__item{display:block;white-space:nowrap;float:left;}@media (max-width: 767px){.ty-product-block .ypi-vendors-phone{float:left;}.ty-product-block .ty-vendor-communication__post-write{padding-left:0;margin-top:0;}}.v-filter .ty-filter-products-by-geolocation-filter-address{margin:10px 0;padding-bottom:0;}.ty-vendors-locations-use-my-location{right:13px;top:11px;}.ypi-vendor-location .v-filter{display:inline-block;width:100%;background:#f5f5f5;padding:20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}@media screen and (max-width: 480px){.ypi-vendor-location .v-filter{background:white;padding:0 0 20px;}}.ypi-vendor-location .ty-product-filters{margin-bottom:0;}@media (max-width: 1024px){.ty-control-group__label,.ty-control-group__item,img{display:inline-block;}}.ypi-menu__inbox .ty-menu__item:hover .ty-menu__submenu-items{display:none;}.ab__video_gallery-block{display:inline-block;width:100%;}.captcha iframe{min-width:inherit !important;min-height:inherit !important;}.ty-btn,.ypi-cart-user-wrap .ypi-search input.ty-search-block__input,.grid-list .ty-grid-list__control.show-list-buttons .ty-qty-out-of-stock,.ty-tabs .ty-tabs__item .ty-tabs__a,.ty-tabs .subtab a,.vendor_communication-btn a,.ty-variations-list__product-elem .ty-qty-out-of-stock{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;}.ty-btn__primary,.ty-btn__secondary,.ty-btn__tertiary,.vendor_communication-btn a{border-bottom:0 none !important;}.ty-product-detail .ypi-product-block__left .span8 + .span8 .ty-btn__primary,.ypi-categories_grid .ty-subcategories__item a &gt; span{-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;}.grid-list .ypi-brand{-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;}.ty-pagination__selected{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;}.m-label,.ab_dotd_product_label,.ty-value-changer__increase,.ty-value-changer__decrease{-webkit-border-radius:8px !important;-moz-border-radius:8px !important;border-radius:8px !important;}.owl-theme .owl-controls .owl-buttons div{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;}.ab__qobp_content input.ab__qobp_phone{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;}.ab-sf-feature-pages{text-align:center;padding-bottom:15px;}.ab-sf-feature-pages a{margin:0 4px 8px 0 !important;padding:2px 12px;height:auto;font-size:11px;line-height:20px;color:#d30a80;background:#ededed;}.ab-sf-feature-pages a:hover{background:#d30a80;}.enable-v-filers .ab-sf-feature-pages{text-align:left;padding-bottom:8px;display:inline-block;width:100%;}@media (min-width: 1024px){.enable-v-filers .ab-sf-feature-pages{padding-right:130px;}}.ty-payment-icons__item{width:80px;}.jw-icon-svg-page img{width:60px;margin-right:10px;}.ty-wysiwyg-content .jw-notice-color{padding:10px 25px;background:#ffd2de;color:#363636;border-radius:20px;display:inline-block;}.ty-column2{vertical-align:middle;}.jw-column2-center{text-align:center;vertical-align:middle;margin-top:20px;}.jw-column2-top{display:inline-block;width:50%;vertical-align:top;margin-right:-0.25em;margin-top:20px;}.jw-column2-middle{vertical-align:middle;}.jw-column3{padding:0px 20px;}.jw-text-right{text-align:right;}.ty-wysiwyg-content .jw-notice-color-2{padding:10px 25px;background:#ebe6ef;color:#363636;border-radius:5px;display:inline-block;}.jw-page-big{font-size:20px;line-height:1.5;}.jw-align-middle{vertical-align:middle;}.jw-align-top{vertical-align:top;}.jw-padding-20{padding:20px 0;}.jw-margin-20{margin:20px 0;}.jw-margin40{margin:40px 0;}.jw-margin-top40{margin:40px 0 0 0;}.jw-center{text-align:center;}.jw-grow:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}.jw-grow{width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit--transition:transform .6s;-moz-transition:transform .6s;-o-transition:transform .6s;transition:transform .6s;}.jw-list-image{margin:0 6px;text-align:center;padding:12px;}@media screen and (max-width: 480px){.ty-column9{width:50%;}}.top-menu-grid .ty-menu__item-active a.ty-menu__item-link,.top-menu-grid .ty-menu__item-active .ty-menu__item-link,.top-menu-grid-vetrtical .ty-menu__item-active a.ty-menu__item-link,.top-menu-grid-vetrtical .ty-menu__item-active .ty-menu__item-link{background:rgba(0,0,0,0.15);}.top-menu-grid,.top-menu-grid-vetrtical,.color-block{background:-moz-linear-gradient(135deg,#d30a80 30%,#f75d09 100%);background:-webkit-linear-gradient(135deg,#d30a80 30%,#f75d09 100%);background:linear-gradient(135deg,#d30a80 30%,#f75d09 100%);}.ty-discount-label{background:-moz-linear-gradient(135deg,#ef45a3 30%,#d30a80 100%);background:-webkit-linear-gradient(135deg,#ef45a3 30%,#d30a80 100%);background:linear-gradient(135deg,#ef45a3 30%,#d30a80 100%);}.ab_dotd_product_label{background:#d30a80;}.ty-product-block .ab__deal_of_the_day,.ty-product-detail.fixed-form .sticky-block{background:white;border:3px solid transparent;-moz-border-image:-moz-linear-gradient(top right,#ef45a3 0%,#d30a80 100%);-webkit-border-image:-webkit-linear-gradient(top right,#ef45a3 0%,#d30a80 100%);border-image:linear-gradient(to bottom right,#ef45a3 0%,#d30a80 100%);border-image-slice:1;}.ty-btn__primary{background:-webkit-linear-gradient(135deg,#d30a80 30%,#f75d09 100%);background:linear-gradient(135deg,#d30a80 30%,#f75d09 100%);}@media screen and (max-width: 1024px){.ypi-cr-phone{font-size:12px;}}.notification-container{position:inherit;width:100%;}.alert-success,.alert-warning{border:0px;background:#bff8ea;color:#067a7b;font-size:13px;}.alert-warning .close{color:#067a7b;}.alert-warning a{font-size:13px;}.ty-dropdown-box__content .ty-account-info__orders{display:none;}.ypi-cart-user-wrap .ypi-mini-user .ty-account-info{display:none;}.ty-mainbox-simple-title{text-align:center;}.tbm-menu .ty-menu__item .ty-menu__item-link{border-right:0px;}.tbm-menu .ty-menu__item:nth-child(2) .ty-menu__item-link{border-left:0px;}.jw_material_icons{vertical-align:bottom;font-size:22px;}.ty-input-text-short{width:60px;}.ty-calendar__button{top:18px;}.jw-grow:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}.wysiwyg-content .ty-social-buttons{display:none;}.ty-social-buttons__email-sharing{vertical-align:middle;}.ty-social-buttons__email-icon{font-size:22px;}.ty-mainbox-container &gt; .y-mainbox-title{padding-right:0px;text-align:center;}.ty-compare-products__product .ty-simple-list__buttons{visibility:hidden;}hr{border-bottom:1px solid #d30a80;height:24px;}.tygh-content &gt; div{padding-bottom:0px;}.g-footer-faq .col-copy{min-height:160px;}.g-footer-faq .col-copy .copy-wrapper p{padding:0;}.jw-grid-banners-mainpage-ad{margin:0 0 10px 0;}.ty-blog-grid .ty-blog__author{display:none;}.ty-scroller-list__description .product-title{max-height:80px;font-size:16px;}@media screen and (max-width: 480px){.grid-list .ty-grid-list__item{max-height:240px;}}@media screen and (max-width: 480px){.grid-list .ty-grid-list__image .ty-pict{height:auto;}}@media screen and (max-width: 480px){.grid-list .ty-grid-list__item:hover .ty-grid-list__image .ty-pict,.grid-list .ty-grid-list__item:not(.no-features):hover .ty-grid-list__image .ty-pict{height:auto !important;}}@media screen and (max-width: 480px){.grid-list .v-align-bottom{height:20px;}}@media screen and (max-width: 480px){.grid-list .abyt_banner .abyt-a-bg-banner{max-height:240px;}}@media screen and (max-width: 480px){.grid-list .more-products-link{max-height:240px;}}@media screen and (max-width: 767px){.grid-list .ty-grid-list__image{max-height:222px;}}.ty-product-notification__price{display:none;}.ty-social-buttons__inline{margin:8px 10px 5px 0;}.ty-product-detail .ty-qty-in-stock,.ty-product-detail .ty-qty-out-of-stock{line-height:14px;}.ty-product-switcher__a{top:0px;}.ty-product-detail .content-features .ty-compare-checkbox{width:16px;height:16px;}.ty-product-detail .content-features .ty-compare-checkbox i{top:-3px;left:2px;font-size:12px;}.ty-product-detail .brand .ty-product-feature__label{padding:0px 0;}.ty-product-detail .ty-product-block__sku .ty-control-group__label{margin:1px 5px 0 0;}.ty-product-detail .ty-product-block__sku .ty-control-group__item{font-weight:normal;}.ty-product-feature__label{padding-top:0px;width:100px;}.ty-discussion__review-a{font-size:15px;}.ty-product-list__image{margin:0 25px 0px 0;}.ty-product-list{padding:24px 0 0 0;}.ty-product-detail .ypi-product-block__left .span8 + .span8 .ty-control-group__label{font-size:14px;color:#2f2f2f;}.ty-value-changer,.touch .ty-value-changer{margin:7px 10px 5px 0;}.touch .ty-value-changer__increase,.touch .ty-value-changer__decrease,.ty-value-changer__increase,.ty-value-changer__decrease{color:#878787;border:1px solid #878787;}.radio,.checkbox,input[type="radio"],input[type="checkbox"]{margin:0px 6px 0 0;}.ty-control-group__label{margin-right:12px;width:170px;}.ypi-categories_grid .ty-subcategories__item{padding:10px 14px;margin:6px 10px;}.ty-subcategories__item{border:solid 2px;border-radius:5px;border-color:#838383;}li.ty-subcategories__item:hover{border-color:#d30a80;}.grid-list .more-products-link a,.grid-list .more-products-link .already-showing-all-products{padding-top:33%;}.grid-list .block-middle{height:72px;}.grid-list .block-bottom{display:none;}.ty-product-filters__wrapper [type="checkbox"]:not(:checked) + label{line-height:100%;}.ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper{padding:2px 20px;font-size:16px;line-height:41px;font-weight:normal;}.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle{top:2px;}.ty-horizontal-product-filters-dropdown__icon{font-size:22px;}.grid-list .grid-list__rating .cn-comments{margin:4px 5px;}.ty-stars__icon,.ty-icon-star-empty{font-size:17px;}.jw-affiliate{display:none;}.ty-payments-list{width:100%;}input.ty-payments-list__checkbox{vertical-align:top;margin:3px 0 0 0;}.ty-payments-list__instruction{width:auto;}.ty-customer-notes{padding:0px 20px;}input.ty-checkout__register-methods-radio{margin-top:5px;}.ty-footer-form-block-policy__input--autoclicked .ty-lable-subscribe-policy__wrapper{max-width:800px;}.footer-copyright{padding-bottom:8px;}.jw-footer-text,.jw-footer-text a{font-size:14px;}.ty-breadcrumbs__a{color:#ababab;font-size:18px;}.content-description{line-height:1.5;}.ty-product-detail .ty-product-block__description{line-height:1.5;}.ty-product-detail .ty-discussion__rating-wrapper .ty-discussion__review-write{font-size:15px;}.ypi-cr-phone{font-size:14px;}.aditional-links.hidden-phone{font-size:14px;}.ty-sort-dropdown__content .ty-sort-dropdown__content-item-a,.ty-sort-dropdown__content li{font-size:13px;}.ty-product-switcher__a.disabled .ty-product-switcher__icon,.ty-product-switcher__a{top:2px;}.ty-pagination__selected,.ty-pagination__selected:hover{border-radius:25px;min-width:50px;}.ty-product-filters__wrapper .ty-product-filters__group{font-size:13px;}.ty-product-filters__wrapper .ty-product-filters__group a{font-size:13px;}.ty-horizontal-product-filters-dropdown__content{min-width:268px;}.top-menu-grid .top-menu &gt; .abt_up-menu &gt; .ty-menu__wrapper &gt; .ty-menu__items &gt; .ty-menu__item &gt; .ty-menu__submenu ul.ty-menu__submenu-items .ty-menu__submenu-item a:before{margin:6px 0 0 -14px;}.top-menu-grid .top-menu &gt; .abt_up-menu .ty-menu__submenu-item-header a{font-size:18px;}@media screen and (min-width: 768px){.tbm-menu .ty-menu__item .ty-menu__item-link bdi{font-size:14px;}}@media screen and (max-width: 767px){.ty-menu__item-toggle{font-size:40px;}}</pre></body></html>